Replace infinitely many Date headers with a single one when called interactively.
[gnus] / lisp / ChangeLog
1 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (article-transform-date): Rewrite to still work when
4         there are several rfc2822 parts.
5         (article-transform-date): Fix infinite recursion.
6         (article-date-ut): Replace infinitely many Date headers with a single
7         one when called interactively.
8
9         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
10         secure manner.
11
12         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
13         move around by not using save-window-excursion.  It seems to work...
14
15 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * gnus-art.el (article-make-date-line): Work for user-defined format.
18
19 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
20
21         * nntp.el (nntp-retrieve-group-data-early)
22         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
23         fetching functions.
24
25         * gnus-start.el (gnus-read-active-for-groups): Read the active files
26         thoroughly for all backends that have no known groups.  This should
27         allow new nnml methods to retrieve mail.
28
29         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
30         that Gnus doesn't know exists again.
31
32         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
33         (gnus-treat-date-ut): Ditto.
34         (gnus-article-update-date-header): Renamed.
35         (gnus-treat-date-local): Removed.
36         (gnus-treat-date-english): Removed.
37         (gnus-treat-date-lapsed): Removed.
38         (gnus-treat-date-combined-lapsed): Removed.
39         (gnus-treat-date-original): Removed.
40         (gnus-treat-date-iso8601): Removed.
41         (gnus-treat-date-user-defined): Removed.
42         (gnus-article-date-headers): New variable to control all the date
43         header options.
44         (article-date-ut): Rewrite to allow using the new way to format date
45         headers(s).
46
47 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * nnmail.el (nnmail-article-group): Check for a direct fancy split
50         method.
51         (nnmail-article-group): A better test for fanciness.
52
53         * nnimap.el (nnimap-request-head): Protect against not finding the
54         article by Message-ID.
55
56 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-art.el (article-update-date-lapsed): Try a better way to really
59         keep point at the "same place".
60
61 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
64         data if the group is unactivated.
65
66 2011-01-28  Julien Danjou  <julien@danjou.info>
67
68         * gnus-win.el: Remove dead function gnus-window-configuration-element.
69         (gnus-all-windows-visible-p): Remove old compatibility code.
70         (gnus-window-top-edge): Add docstring.
71
72         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
73
74 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
77         older request-update-info.
78
79         * gnus-art.el (article-make-date-line): Limit the length a bit more.
80
81 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
82
83         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
84         mml2015-signers higher precedence over mml2015-sign-with-sender.
85
86 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
89         groups.  This makes the nndraft:queue group pop up if it's not already
90         there.
91
92         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
93         messages" logic, which was reversed.
94
95         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
96         the "same place" even if point is on the line being replaced.
97         (article-update-date-lapsed): Allow updating both the combined lapsed
98         and the lapsed headers.
99         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
100         (article-make-date-line): Limit the number of segments dynamically to
101         avoid too-long lines.
102
103 2011-01-27  Julien Danjou  <julien@danjou.info>
104
105         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
106         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
107
108 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
111         Use plist-get instead of the cl function getf.
112
113 2011-01-27  Glenn Morris  <rgm@gnu.org>
114
115         * gnus-util.el (float-time): Get rid of compiler warning, again.
116
117 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
118
119         * shr.el (shr-put-color): Special-case background colours: Do put them
120         at the blank parts at the front of the lines.
121
122         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
123         exit hook to nix out all data on readedness on group exit.
124
125         * gnus-util.el (float-time): If float-time is bound, always use it on
126         all Emacsen.  It's unclear why the subrp check was there.
127         (time-date): Require to make some autoload issues on XEmacs go away.
128
129         * shr.el (shr-put-color): Don't do the box padding in tables, since
130         they're already padded.
131
132 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
133
134         * gnus-art.el (gnus-article-next-page): When the last line of the
135         article is displayed, scroll down once more instead of going to the
136         next article at once.
137         (article-lapsed-string): Refactor out and allow specifying how many
138         segments you want.
139         (gnus-article-setup-buffer): Start updating the lapsed header directly.
140         (gnus-article-update-lapsed-header): New variable.
141
142         * shr.el: Revert change that made headings use different-sized faces.
143         The Emacs display engine isn't advanced enough that, for instance,
144         tables can comfortably use differntly-sized faces.
145
146 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
149         used.
150         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
151         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
152         we're using an encrypted connection.
153
154         * proto-stream.el: Alter the interface functions to also return the
155         actual stream type used: network or tls.
156
157 2011-01-25  Julien Danjou  <julien@danjou.info>
158
159         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
160         (mm-display-javascript-inline): New function.
161
162         * mm-decode.el (mm-inline-media-tests): Add application/javascript
163         viewing function.
164
165 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * shr.el (shr-expand-newlines): Fix variable name.
168
169 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
170
171         * shr.el (shr-expand-newlines): Make nested boxes work.
172
173 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
176         backgrounds.
177         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
178         in a more sensible manner.
179
180 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
181
182         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
183         if EPG is loaded.
184
185 2011-01-24  Julien Danjou  <julien@danjou.info>
186
187         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
188         tags.
189
190 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
193         commands.
194
195         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
196         in the article buffer.
197         (gnus-gravatar-insert): Use blank space from the current buffer to
198         avoid breaking text properties.  This makes X-Sent updating work again.
199
200         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
201
202 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
205         fix the bug in url-http.el instead.
206
207         * shr.el (shr-image-fetched): Ditto.
208
209         * shr.el (shr-image-fetched): Avoid having point move in the article
210         buffer.
211
212         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
213         buffer after being called.  It's apparently being killed by url.el, and
214         killing it made point move to end-of-buffer in a random buffer.
215
216         * shr.el (shr-image-fetched): Ditto.
217
218 2011-01-23  Julien Danjou  <julien@danjou.info>
219
220         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
221
222         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
223         text/x-org.
224
225 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-sum.el (gnus-summary-move-article): Protect against backends
228         (i.e., nnimap) returning nil as the article number.
229
230 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
231
232         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
233         "DelSp" parameter in RFC3676.
234
235 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
236
237         * message.el (message-check-recipients): Display the encoded version of
238         the bogus address if they differ.
239
240         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
241         after sending.
242
243         * gnus-agent.el (gnus-agent-send-mail): Ditto.
244
245         * gnus-group.el (gnus-group-refresh-group): New convenience function.
246
247         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
248         group buffer after sending the queue.
249
250         * gnus-agent.el (gnus-agent-send-mail): Ditto.
251
252 2011-01-22  Julien Danjou  <julien@danjou.info>
253
254         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
255
256 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
257
258         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
259         nested related parts.
260
261         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
262         unexpired articles.  This fixes the regression that led expiry marks to
263         disappear from nnfolder groups.
264
265 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
266
267         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
268         Don't confuse the "ret" of "retrograde" with RET.
269
270 2011-01-21  Julien Danjou  <julien@danjou.info>
271
272         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
273         than mm-insert-inline.
274
275 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
278         Widen article buffer.
279
280 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
281
282         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
283         the temp buffer.
284         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
285
286 2011-01-20  Julien Danjou  <julien@danjou.info>
287
288         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
289
290         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
291         than mm-insert-inline to insert inline part: this respect
292         mm-inline-media-tests displayers.
293
294         * mm-view.el (mm-display-shell-script-inline): New function.
295
296         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
297
298         * mm-uu.el (mm-uu-type-alist): Add org block.
299         (mm-uu-org-src-code-block-extract): New function.
300
301         * mm-view.el (mm-display-org-inline): New function.
302
303         * mm-decode.el (mm-automatic-display): Add text/org.
304
305         * mailcap.el (mailcap-mime-extensions): Add .org.
306
307 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-art.el (gnus-article-highlight): Remove argument passed to
310         gnus-article-add-buttons.
311
312 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
313
314         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
315         From header with a date and "nobody" as the sender.
316
317 2011-01-19  Julien Danjou  <julien@danjou.info>
318
319         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
320         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
321         if you have the same regexp several times.
322         (gnus-button-push): Fix matching when regexp is symbol.
323
324 2011-01-15  Glenn Morris  <rgm@gnu.org>
325
326         * message.el (message-mail): A compose-mail function should
327         accept headers as strings.
328
329 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
330
331         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
332         Add :vert-only tags.
333         (message-mail): New arg RETURN-ACTION.
334         (message-return-action): New var.
335         (message-bury): Use it.
336         (message-mode): Make it buffer-local.
337         (message-send-and-exit): Always call message-bury.
338
339         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
340         message-mail.
341
342 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * nnimap.el (nnimap-convert-partial-article): Protect against
345         zero-length body parts.
346
347         * mm-decode.el (mm-preferred-alternative-precedence):
348         Discourage showing empty parts.
349
350         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
351         and stuff if the backend didn't return the article number.  This fixes
352         an Exchange-related nnimap bug.
353
354         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
355         group window, because it does the wrong thing when a separate frame
356         displays the group buffer.
357
358         * proto-stream.el (open-protocol-stream): Protect against the low-level
359         transport functions returning nil.
360
361 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
362
363         * mml2015.el (epg-sub-key-fingerprint): Autoload.
364         (mml2015-epg-find-usable-secret-key): New function.
365         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
366         mml2015-epg-find-usable-key (Bug#7797).
367         (mml2015-epg-encrypt): Ditto.
368
369 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * dgnushack.el (rot13-string): Fix the way to get the argument.
372
373 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
376
377 2011-01-03  Glenn Morris  <rgm@gnu.org>
378
379         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
380
381         * sieve.el (sieve-open-server): Give a more explicit error if
382         sieve-manage-open returns nil.  (Bug#7720)
383
384 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
385
386         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
387
388 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
391         This avoids sending passwords in plain text over non-encrypted
392         channels.
393
394         * shr.el (shr-rescale-image): Display all GIF images as animated images.
395
396         * nnimap.el (nnimap-login): Refactored out into own function, and
397         implement CRAM-MD5.
398         (nnimap-wait-for-line): Refactored out.
399
400         * mm-view.el (mml-smime): Require.
401
402 2010-12-20  David Engster  <deng@eml.cc>
403
404         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
405         use EPG to decrypt S/MIME messages instead of openssl.
406
407 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
410
411         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
412         status is the group clearly is unreachable.
413
414         * auth-source.el (auth-source-create): Add the optional second
415         parameter to `local-variable-p' to be compatible with XEmacs.
416
417 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
418
419         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
420         work when using a compressed nnml folder.
421
422 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
425         backends after sanitising on entry, because this never makes sense:
426         If the articles have gone missing, then the data no longer exists on
427         the backend, and if they haven't, then Gnus is wrong, and shouldn't
428         overwrite anything anyway.
429
430         * shr.el (shr-insert-document): Bind shr-width dynamically to
431         window-width if it's nil.
432
433 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
434
435         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
436         with the meaning of using the full emacs window width for rendering.
437
438 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
439
440         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
441         case when sender is not given.
442
443 2010-12-23  Julien Danjou  <julien@danjou.info>
444
445         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
446         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
447         the addresses, otherwise we might misplaced the gravatar.
448
449 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
450
451         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
452         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
453         obsolete in Emacs.
454
455 2010-12-20  Julien Danjou  <julien@danjou.info>
456
457         * gnus-util.el (gnus-rescale-image): Revert last change.
458
459 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
460
461         * binhex.el: Improve commentary (Bug#7482).
462
463 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-group.el (gnus-group-delete-articles): New command.
466
467 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
470
471 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
474         here, since it's up to the backends to do CRLF removal if their
475         protocol has it.
476
477         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
478
479 2010-12-17  Julien Danjou  <julien@danjou.info>
480
481         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
482         they are from file. Can also scale up.
483
484 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
485
486         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
487         gnus-use-agent.
488         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
489
490         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
491
492 2010-12-17  Julien Danjou  <julien@danjou.info>
493
494         * gravatar.el (gravatar-retrieve-synchronously): New function.
495         (gravatar-get-data): Make more robust.
496
497 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
500
501 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
504         to really consider the last line.
505
506 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
507
508         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
509         list of recipient keys, or use symmetric encryption if not a list.
510         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
511         EPA override, replacing the call to `netrc-store-data'.
512
513 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
514
515         * gnus-srvr.el: Avoid passing nil regexp argument to
516         delete-matching-lines.
517
518 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
521         fetching stops when Gnus exits.
522
523         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
524         function.
525         (nnfolder-request-expire-articles): Save all the buffers after doing
526         expiry.
527
528         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
529         the last article", since that led to serious performance regressions
530         when expiring nnml groups.
531
532 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
533
534         * nnir.el: Improve customizations.
535
536 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
539
540         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
541         group has been killed.
542         (gnus-group-yank-group): Ditto.
543
544         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
545
546         * nnimap.el (nnimap-request-update-group-status): New function.
547
548         * gnus-int.el (gnus-request-update-group-status): New interface
549         function.
550
551         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
552         copying read-ness to the backends.
553
554         * nnimap.el (nnimap-quirk): New function.
555         (nnimap-retrieve-group-data-early): Use it.
556         (nnimap-quirks): New alist.
557
558 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * shr.el (shr-insert): Set shr-start after deleting trailing space;
561         don't delete it within indentation.
562
563 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
566         previous line.
567
568 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
571         QRESYNC command by deleting a superfluous space which broke Cyrus
572         servers.  This change will break other servers that are buggy the other
573         way around.
574
575 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * spam.el: Reindent and fix long lines.
578         (spam-copy-or-move-routine): Exclude invalid move destinations.
579
580 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
581
582         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
583         installed the registry.
584
585 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
588
589 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
590
591         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
592         groupname doesn't contain "gmane".
593
594 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
597         and netrc-bound-and-true-p bindings.
598         (netrc-parse): Cache the netrc contents.
599
600         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
601         (gnus-1): Don't create the nndrafts group twice.
602         (gnus-setup-news): There's no need to read the active file here, since
603         that's done again later on a per-backend basis.
604         (gnus-start-draft-setup): Make sure that the new group is started out
605         empty.
606
607         * gnus-agent.el (gnus-agentize): Don't create the queue group
608         automatically on startup.  It'll be created later, if needed.
609
610         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
611         of automatically subscribed groups.
612         (gnus-auto-subscribed-categories): New variable.
613         (gnus-matches-options-n): Use it.
614         (gnus-default-subscribed-newsgroups): Remove unused variable.
615         (gnus-start-draft-setup): Message a bit less.
616
617 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
618
619         * nnir.el (nnir-run-imap): Return article list in order of increasing
620         UID.
621
622 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-sum.el (gnus-summary-enter-digest-group):
625         Mention gnus-auto-select-on-ephemeral-exit.
626
627         * proto-stream.el (proto-stream-open-network-only): Fix the calling
628         convention of the network-only option.
629
630 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * proto-stream.el (proto-stream-open-network-only): New function to
633         have a way to specify non-STARTTLS upgrade connections.
634
635 2010-12-10  Julien Danjou  <julien@danjou.info>
636
637         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
638         email address is nil.
639
640         * message.el (message-bogus-recipient-p): Set address to "" if nil.
641
642 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
643
644         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
645         deletion.
646         (nnir-run-imap): Only need to parse list once.
647
648 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * shr.el (shr-tag-script): Ignore <script>.
651         (shr-tag-label): Add <label> support.
652
653 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
656
657         * shr.el (shr-image-displayer): Work for images lined side by side.
658
659 2010-12-08  Robert Pluim  <rpluim@gmail.com>
660
661         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
662         parameter, since XEmacs doesn't accept t as a parameter.
663
664 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
665
666         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
667         ids.
668         (nnir-run-gmane): Simplify groupspec formatting.
669         (nnir-request-expire-articles): New function.
670
671 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
674         overflow, possibly.
675
676         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
677         (shr-render-td): Handle td style="" better.
678         (shr-tag-table): Use the color from the style sheet.
679         (shr-render-td): Make sure we copy over all the overlays, too.
680
681 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
682
683         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
684         (nnir-request-article): Improve article retrieval.
685
686 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * mm-util.el (mm-extra-numeric-entities): New variable.
689
690         * mm-url.el (mm-url-decode-entities):
691         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
692
693         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
694
695 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
696
697         * message.el: Use completion-at-point.
698         (message-completion-function): New fun, extracted from message-tab.
699         (message-mode): Use it for completion-at-point-functions.
700         (message-tab): Use it and completion-at-point.
701
702 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
705         character if a non-breakable character follows.
706
707 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
710         any stream.
711
712         * shr.el (shr-tag-font): Colorize the region.
713         (shr-tag-body): Ditto.
714         (shr-tag-font): Actually let the styles be inherited instead of
715         overwriting them.
716         (shr-tag-font): Get the background color right.
717         (shr-tag-style): Ignore all <style> tags for the moment.
718
719         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
720         a Message-ID to avoid having nnimap depend on gnus-sum.
721
722         * shr.el (shr-descend): Only colorize something if we have a node that
723         sets colors.
724
725 2010-12-06  Julien Danjou  <julien@danjou.info>
726
727         * shr.el (shr-render-td): Render td content with shr-descend, so style
728         will be applied to <td> too.
729         (shr-colorize-region): Colorize region even if we only have a background.
730         (shr-tag-body): Fix color and background color inheritance.
731         Do not recolorize after shr-generic.
732         (shr-tag-font): Let shr-generic colorize via inheritance.
733
734 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
737
738 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
739
740         * nnir.el (nnir-request-move-article): Remove obsolete code.
741
742 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
745
746 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-sum.el (gnus-summary-respool-article): The completion function
749         expects a list instead of an alist.
750
751         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
752         string as the parameter.
753
754         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
755
756         * shr.el (shr-stylesheet): New dynamic variable for cascading the
757         styles.
758         (shr-colorize-region): New function.
759         (shr-insert-background-overlay): Remove.
760         (shr-render-td): Background setting should be taken care of on a higher
761         level.
762         (shr-tag-body): Use post-hoc colorizations.
763         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
764         (shr-put-color-1): Don't overwrite old colors.
765         (shr-colorize-region): When the background color isn't explicit, use
766         a fixed background.
767
768         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
769         nnmail variables.
770
771 2010-12-05  Bjørn Mork  <bjorn@mork.no>
772
773         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
774         unless necessary.
775
776 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
777
778         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
779         server.
780
781 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
784         so that TAB works.
785
786         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
787         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
788
789         * shr.el (shr-urlify): Show the URL before the title to avoid
790         misleading URLs.
791
792 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
793
794         * shr.el (shr-urlify): Display the title in <a> tags.
795
796 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
797
798         * nnir.el (nnir-categorize): Replace mapcar with mapc.
799
800 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
801
802         * nnir.el: Rearrange code to allow macros to be autoloaded by
803         gnus-sum.el.
804         (nnir-retrieve-headers-override-function): Make this variable
805         customizable.
806         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
807
808         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
809         from nnir.el.
810
811 2010-12-03  Julien Danjou  <julien@danjou.info>
812
813         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
814
815 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
818         allow optional argument `environment'.
819
820 2010-12-03  Glenn Morris  <rgm@gnu.org>
821
822         * mm-extern.el (message-goto-body): Update declaration.
823
824 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-util.el (gnus-macroexpand-all): New function.
827
828         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
829         instead of macroexpand-all that is unavailable in XEmacs.
830
831 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
832
833         * nnir.el (nnir-summary-line-format): New variable.
834         (nnir-mode): Use it.
835         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
836         (nnir-article-ids): Reimplement as defsubst.
837         (nnir-retrieve-headers): Don't mangle the subject header.
838         (nnir-run-imap): Use 100 as RSV score.
839         (nnir-run-find-grep): Fix for full server searching.
840         (nnir-run-gmane): Better restriction to gmane groups.
841
842         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
843         summary buffers.
844
845 2010-12-02  Julien Danjou  <julien@danjou.info>
846
847         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
848
849         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
850
851         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
852         support.
853
854 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
855
856         * nnir.el: Update to handle the registry better.
857         (autoload): Silence byte-compiler.
858         (nnir-open-server): Add a hook for nnir groups.
859         (nnir-request-move-article): Don't mangle the header. Better to use
860         formating variables (which will be added in the future).
861         (nnir-registry-action): Update the registry using the original article
862         group name.
863         (nnir-mode): Install nnir-specific hooks for updating the registry.
864
865         * gnus-sum.el
866         (gnus-article-original-subject,gnus-newsgroup-original-name):
867         Remove obsolete variables.
868         (gnus-summary-move-article): Remove use of obsolete variables.
869         (gnus-summary-local-variables): Make move and delete hooks local to
870         summary buffers.
871
872 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * rtree.el: New file.
875
876 2010-12-01  Julien Danjou  <julien@danjou.info>
877
878         * message.el (message-user-organization): Do not use
879         gnus-local-organization.
880
881         * gnus.el: Remove gnus-local-organization.
882
883         * gnus-msg.el: Remove nastygram thing.
884
885 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
886
887         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
888         funcall.
889
890 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
893         names.
894
895         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
896         characters.
897
898         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
899         to t of inhibit-read-only since it is inside gnus-with-article-headers.
900         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
901         (gnus-gravatar-transform-address): Use mail-extract-address-components
902         that supports non-ASCII names rather than mail-header-parse-addresses.
903
904 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * proto-stream.el (open-protocol-stream): All starttls connections are
907         handled by the network handler.
908
909 2010-11-30  Julien Danjou  <julien@danjou.info>
910
911         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
912         (nnimap-open-connection-1): Fix PREAUTH.
913
914         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
915
916 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
919         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
920         (shr-insert): Use them.
921         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
922
923 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
924
925         * nnir.el (nnir-request-move-article): Bail out if original group
926         doesn't support article moves.
927         (nnir-get-active): Improve active list retrieval.
928
929 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * shr.el (shr-find-fill-point): Don't break before apostrophes.
932
933 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
934
935         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
936         seem to accept strings-with-numbers as port numbers,
937
938 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
939
940         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
941         change the registry.
942
943 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
946         delete-dups that is not available in XEmacs 21.4.
947
948         * mm-util.el (mm-delete-duplicates): Add comment.
949
950 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
951
952         * nnir.el (nnir-ignored-newsgroups): New variable.
953         (nnir-get-active): Use it.
954
955 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * proto-stream.el (proto-stream-open-network): Add some comments.
958
959         * nntp.el (nntp-open-connection): Provide a :success condition.
960
961         * nnimap.el (nnimap-open-connection-1): Ditto.
962
963         * proto-stream.el (proto-stream-open-network): See what the response to
964         the STARTTLS command is.
965
966         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
967         backwards compatibility).
968         (nnimap-open-connection-1): Really respect nnimap-server-port.
969
970         * proto-stream.el (proto-stream-open-network): When doing opportunistic
971         TLS upgrades we don't really care about the identity of the peer.
972         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
973         that what we've checked for.
974         (proto-stream-always-use-starttls): Only default to t if
975         open-gnutls-stream exists.
976         (proto-stream-open-network): If STARTTLS failed, then just open a
977         normal connection.
978         (proto-stream-open-network): Wait until the greeting before doing
979         STARTTLS.
980
981         * nntp.el (nntp-open-connection): Report what the connection error is.
982
983         * proto-stream.el (open-protocol-stream): Rename from
984         open-proto-stream.
985
986 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnimap.el (nnimap-stream): Change default to `undecided'.
989         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
990         first, and then network.
991         (nnimap-open-connection-1): Respect nnimap-server-port.
992         (nnimap-open-connection): Be more backwards-compatible.
993
994         * proto-stream.el (proto-stream-always-use-starttls): New variable.
995         (proto-stream-open-starttls): De-duplicate the starttls code.
996         (proto-stream-open-starttls): Folded back into the main function.
997         (proto-stream-open-network): Fix typo in the gnutls path.
998         (proto-stream-command): Refactor out.
999
1000         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1001
1002         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1003         starttls.el STARTTLS.
1004
1005         * color.el (color-lab->srgb): Fix function call name.
1006
1007         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1008         if we're using tls.el.
1009         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1010         built in, then don't try to establish a STARTTLS connection.
1011
1012         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1013         servers.
1014
1015         * proto-stream.el (open-proto-stream): Use network, not stream.
1016         (open-proto-stream): Add a way to specify what the end of a command is.
1017
1018         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1019         connections types.
1020         (nntp-open-network-stream): Remove.
1021         (nntp-open-ssl-stream): Remove.
1022         (nntp-open-tls-stream): Remove.
1023         (nntp-ssl-program): Remove.
1024
1025         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1026
1027 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1028
1029         * nnir.el: Fix typos.
1030         (nnir-retrieve-headers-override-function): Rename variable to reflect
1031         new semantics.
1032         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1033         macros.
1034         (nnir-request-article, nnir-request-move-article): Use them.
1035         (nnir-categorize): New function.
1036         (nnir-run-query): Use it.
1037         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1038         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1039         sorted.
1040         (nnir-group-full-name): Use gnus-group-full-name instead.
1041         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1042         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1043
1044 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1047
1048         * proto-stream.el: New library to provide protocol-specific
1049         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1050         protocols.
1051         (open-proto-stream): Complete the documentation.
1052         (proto-stream-open-network): Fix some typos.
1053
1054         * nnimap.el (nnimap-open-connection): Use it.
1055
1056 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1057
1058         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1059         negotiation.
1060
1061 2010-11-26  Julien Danjou  <julien@danjou.info>
1062
1063         * color.el: Rename various rgb functions to srgb.
1064
1065 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1068         names.
1069
1070 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * shr.el (shr-insert): Revert last change.
1073         (shr-find-fill-point): Never leave point being at bol;
1074         relax the kinsoku limitation when rendering tables.
1075
1076 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1079         results from -accept-article.
1080
1081         * shr-color.el: Require cl when compiling.
1082
1083         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1084         checkin.
1085
1086         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1087
1088         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1089
1090         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1091         'add and 'delete to set backend marks.
1092
1093         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1094
1095         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1096
1097         * nntp.el (nntp-request-set-mark): Use it.
1098
1099         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1100
1101         * nnml.el (nnml-request-set-mark): Ditto.
1102
1103         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1104         introduces regressions in article selection.
1105         (nnimap-find-uid-response): New function.
1106         (nnimap-request-accept-article): Use the UID returned, if any.
1107         (nnimap-request-move-article): Use the UID returned, if any.
1108         (nnimap-get-groups): Reimplement to work with folded lines.
1109         (nnimap-find-uid-response): The UID is the last element in the list.
1110         (nnimap-request-set-mark): Extend syntax with 'set.
1111
1112         * nnml.el (nnml-request-set-mark): Ditto.
1113
1114         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1115
1116         * nntp.el (nntp-request-set-mark): Ditto.
1117
1118 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * message.el (message-called-interactively-p): A temporary macro.
1121         (message-goto-body): Use it temporarily.
1122
1123 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1126         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1127         (nnimap-last-response-string): Fix last unfolding fix.
1128
1129 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * shr.el (shr-insert): Fix the way to fold lines.
1132
1133 2010-11-25  Julien Danjou  <julien@danjou.info>
1134
1135         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1136
1137         * color.el: Rename from color-lab.el
1138         (color-rgb->hex): Add.
1139         (color-complement): Add.
1140         (color-complement-hex): Add.
1141
1142         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1143
1144 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1147         don't exist.
1148
1149 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1152         assuming that article displaying or another mml-preview may be
1153         interrupted for an error or for the like.
1154
1155         * shr.el (shr-get-background): Fix argument name.
1156
1157 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1160
1161         * gnus-sum.el (gnus-summary-include-articles): New function.
1162
1163         * message.el (message-goto-body): called-interactively-p needs a
1164         parameter, so use `any'.
1165
1166         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1167         clear marks before moving, since they're synced from the Gnus side
1168         first.
1169
1170         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1171         (gnus-summary-move-article): Copy over all marks before moving, so that
1172         IMAP doesn't think a new article has arrived.
1173
1174 2010-11-24  Julien Danjou  <julien@danjou.info>
1175
1176         * shr.el (shr-insert-background-overlay): Fix typo.
1177         (shr-render-td): Copy the background before rendering.
1178
1179         * shr-color.el (shr-color-visible): Fix docstring.
1180
1181         * shr.el (shr-tag-table): Add bgcolor support.
1182         (shr-render-td): Add bgcolor support.
1183         (shr-get-background): Add.
1184         (shr-insert-foreground-overlay): Use shr-get-background.
1185
1186         * message.el (message-goto-body): Use called-interactively-p.
1187         (message-in-body-p): message-goto-body returns point.
1188
1189 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1192         Fixes something or other in Emacs 23, and is backwards compatible.
1193
1194         * message.el (message-goto-body): Remove the <#secure special-casing,
1195         which is too special.
1196
1197         * shr.el (shr-parse-style): Drop !important from styles.
1198
1199 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1200
1201         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1202         this function to return incorrect results when calling it with an
1203         explicit article argument different from
1204         (gnus-summary-article-number).
1205
1206 2010-11-24  Julien Danjou  <julien@danjou.info>
1207
1208         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1209         (shr-tag-body): Add background support.
1210         (shr-descend): Add background support.
1211         (shr-tag-title): Add.
1212
1213         * shr-color.el (shr-color-visible): Really return original background
1214         if fixed.
1215
1216 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * shr.el (shr-color-check): Protect against non-existant colour names.
1219
1220 2010-11-24  Julien Danjou  <julien@danjou.info>
1221
1222         * color-lab.el: Require 'cl when compiling.
1223
1224         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1225
1226         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1227         matched part.
1228
1229         * color-lab.el: Fix all expt calls to use float type.
1230
1231 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1234         expression to shr-color-check as is.
1235
1236         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1237
1238         * color-lab.el: Add coding cookie.
1239         (float-pi): Use eval-and-compile.
1240
1241         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1242         compiled for Emacsen having no `libxml-parse-html-region' support.
1243
1244 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * shr.el (shr-insert-color-overlay): Split stuff like
1247         "#444444 !important" to find the real colour.
1248         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1249         parse <font color="red"> entries.
1250
1251 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1252
1253         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1254         point when parsing headers.
1255
1256         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1257         is positioned properly when parsing headers.
1258
1259 2010-11-23  Julien Danjou  <julien@danjou.info>
1260
1261         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1262
1263         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1264
1265         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1266
1267         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1268         Use shr-color-hue-to-rgb.
1269         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1270
1271 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * shr.el (shr-color->hexadecimal): Autoload.
1274         (shr-descend): Add color to all tags.
1275
1276 2010-11-22  Julien Danjou  <julien@danjou.info>
1277
1278         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1279         shr-color->hexadecimal.
1280
1281         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1282         RGB() or HSL() color representation.
1283
1284         * shr.el (shr-tag-font): Add.
1285         (shr-tag-color-check): New function to get better colors.
1286         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1287         tag-span.
1288
1289         * shr-color.el: New file.
1290
1291         * color-lab.el: New file.
1292
1293         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1294
1295 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1296
1297         * nnir.el: Fix typo in comments.
1298         (nnir-run-imap): Simplify code. No need to reverse artlist.
1299         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1300
1301 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1304
1305         * nnimap.el (nnimap-get-capabilities): Refactor out.
1306         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1307
1308 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1309
1310         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1311         appearing when `mm-uu-hide-markers' is nil.
1312
1313 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * nnimap.el (nnimap-unselect-group): Make into its own function.
1316         (nnimap-request-rename-group): Unselect group before renaming.
1317         This had gotten lost somewhere.
1318         (nnimap-request-accept-article): Keep track of examined groups, and
1319         unselect the group before APPENDing to read-only groups.
1320         (nnimap-request-move-article): Clear flags before moving so that they
1321         can be re-set later.
1322
1323 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1326         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1327
1328 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-art.el (gnus-mime-display-single)
1331         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1332         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1333         parameter.
1334
1335 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1338         (shr-table-vertical-line): New variable.
1339         (shr-insert-table): Use it.
1340
1341 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-html.el (gnus-html-wash-images): Don't display images if
1344         gnus-inhibit-images is non-nil; register displayer for cid images.
1345         (gnus-html-display-image): Work for cid image.
1346         (gnus-html-insert-image): Allow arguments.
1347         (gnus-html-put-image): Inhibit read-only.
1348         (gnus-html-prefetch-images): Don't prefetch images if
1349         gnus-inhibit-images is non-nil.
1350
1351 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * shr.el (shr-put-image): Break lines when inserting big pictures.
1354
1355 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1356
1357         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1358         sender, thanks Katsumi Yamaoka.
1359
1360 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1361
1362         * nnir.el (nnir-run-imap): Reverse the article list for each group
1363         rather than the whole list.
1364
1365 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * shr.el (shr-image-displayer): Protect function against non-existent
1368         image source.
1369
1370         * gnus-art.el (gnus-inhibit-images): New user option.
1371         (gnus-mime-display-single): Don't display image if it is non-nil.
1372
1373         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1374         gnus-inhibit-images.
1375
1376         * shr.el (shr-image-displayer): New function.
1377         (shr-tag-img): Use it.
1378
1379 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1380
1381         * mml2015.el (mml2015-epg-sign): Use From header.
1382
1383 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1386
1387         * gnus-util.el (gnus-find-text-property-region): Return markers.
1388
1389         * shr.el (shr-tag-img): Put a displayer in the text property.
1390
1391         * gnus-util.el (gnus-find-text-property-region): New utility function.
1392
1393         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1394         (gnus-html-show-images): Remove.
1395
1396         * gnus-art.el (gnus-article-show-images): New, more general function.
1397
1398         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1399         image url text properties.
1400
1401         * shr.el: Ditto.
1402
1403         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1404         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1405
1406 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1409         work for two or more articles.
1410
1411 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1414         divide an image that's in an html article to two or more when washing
1415         non-ASCII characters in alt text of it.
1416
1417 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1420         smime-decrypt-region using function argument.
1421         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1422
1423         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1424
1425         * smime.el (smime-decrypt-region): Catch it.
1426
1427 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1428
1429         * smime.el (smime-mode-map): Move initialization into declaration.
1430         (gnus-run-mode-hooks): Don't autoload.
1431         (smime-mode): Use define-derived-mode.
1432
1433 2010-11-11  Glenn Morris  <rgm@gnu.org>
1434
1435         * smime.el (from): Restrict declaration to XEmacs.
1436
1437         * nnir.el (gnus-group-topic-name): Autoload.
1438
1439 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * shr.el (shr-insert): Don't break long line if it is because of
1442         kinsoku-bol characters in the line end.
1443
1444 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1445
1446         * nnir.el (nnir-request-move-article): Fix to provide original group
1447         and subject.
1448         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1449         been retrieved.
1450
1451         * gnus-sum.el (gnus-summary-move-article): Use original group and
1452         subject for virtual articles such as those in an nnir summary buffer.
1453
1454 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1457         least 21.5).
1458
1459         * smime.el (from): Declare it again for XEmacs.
1460
1461 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * message.el (message-resend): Don't disable encoding unless it's
1464         already encoded.
1465
1466         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1467         low-numbered articles.
1468
1469 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * rfc2047.el (rfc2047-syntax-table): Simplify.
1472
1473         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1474
1475         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1476         set-char-table-range for XEmacs.
1477
1478 2010-11-10  Glenn Morris  <rgm@gnu.org>
1479
1480         * time-date.el (time-to-seconds): Always an alias on Emacs,
1481         never a real function.
1482         (with-no-warnings): Remove compat stub, now unused.
1483         (time-less-p): Doc fix.
1484         (time-to-number-of-days): Simplify.
1485
1486         * smime.el (from): Remove unused declaration.
1487
1488         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1489         (gnus-float-time): On Emacs, always an alias.
1490
1491         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1492         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1493
1494 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * dgnushack.el: Don't use ignore-errors in the top level form since it
1497         is unavailable in XEmacs even if cl is loaded.
1498
1499         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1500
1501 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * shr.el (browse-url-mailto): Autoload.
1504
1505         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1506
1507         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1508         regexp doesn't need quoting.
1509
1510 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1511
1512         * message.el (message-subject-trailing-was-ask-regexp)
1513         (message-subject-trailing-was-regexp): Match was: in addition to was.
1514
1515 2010-11-09  Glenn Morris  <rgm@gnu.org>
1516
1517         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1518         (nnbabyl-check-mbox): Use point-at-bol.
1519
1520 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1523
1524         * message.el (message-mailto): New function.
1525         (message-mailto): Should accept other parameters.
1526         (message-mailto): Remove since it duplicates browse-url-mailto
1527         functionality.
1528
1529 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1532         methods.
1533         (gnus-read-active-file): Ditto.
1534
1535         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1536         ": " from the prompt.
1537         (gnus-group-make-group): Ditto.
1538
1539 2010-11-07  Glenn Morris  <rgm@gnu.org>
1540
1541         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1542         (gnus-bookmark-kill-line): Use point-at-eol.
1543
1544 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1547         asterisks in From header.
1548
1549 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1552         string to avoid making the From headers syntactically invalid.
1553
1554         * message.el (message-send-mail): Don't insert courtesy messages if the
1555         message already has List-Post and List-ID messages.
1556
1557 2010-11-06  Glenn Morris  <rgm@gnu.org>
1558
1559         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1560         `condition', `type', `length' a prefix.
1561         (gnus-treat-predicate): Update for above name changes.
1562
1563 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1564
1565         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1566         binding.  Handled by `gnus-summary-refer-thread' instead.
1567         (nnir-warp-to-article): New backend function.
1568
1569         * nnimap.el (nnimap-request-thread): Force dependency updating.
1570
1571         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1572         (gnus-summary-refer-thread): Rework to improve thread-referral.
1573
1574         * gnus-int.el (gnus-warp-to-article): New function.
1575
1576         * gnus-sum.el (gnus-summary-article-map): Bind it.
1577
1578 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1579
1580         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1581         gnus-summary-refer-thread.
1582
1583         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1584         headers.
1585         (gnus-summary-limit-include-thread): Prevent articles in thread from
1586         being cut in gnus-cut-threads.
1587         (gnus-summary-refer-thread): Limit retrieved headers to those in
1588         thread.
1589
1590 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * message.el (message-send-mail): Use the value of
1593         message-courtesy-message from the message buffer.
1594
1595         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1596
1597         * shr.el (shr-browse-url): Implement mailto: URLs.
1598
1599         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1600         "raw".
1601
1602         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1603         if it's already selected.
1604
1605         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1606
1607 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1610         to measure the length and truncate alt text.
1611
1612 2010-11-03  Glenn Morris  <rgm@gnu.org>
1613
1614         * nndiary.el (nndiary-generate-nov-databases-1)
1615         (nndiary-generate-active-info): Rename dynamic variable `files' to
1616         something less generic.
1617
1618 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1619
1620         * nnir.el (nnir-request-move-article): Call the underlying backend to
1621         move articles from nnir.
1622
1623 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1626
1627 2010-11-02  Julien Danjou  <julien@danjou.info>
1628
1629         * nnir.el: Remove wais support.
1630
1631 2010-11-02  Glenn Morris  <rgm@gnu.org>
1632
1633         * gnus-html.el: Reorder requirements to quieten compiler.
1634
1635 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1638         properly for XEmacs as well.
1639         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1640         (gnus-article-natural-long-line-p): Use window-width rather than
1641         frame-width.
1642
1643 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1646         (nnir-read-parms): Don't modify query.
1647         (nnir-run-query): Add ability to search topic on current line.
1648         (nnir-get-active): Clean up.
1649
1650 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1653         degenerate articles.
1654
1655         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1656         (gnus-print-buffer): Just print the buffer as is, without any copying
1657         to a buffer and then re-highlighting.
1658
1659         * nnimap.el (nnimap-request-group): Store the new updated info.
1660         (nnimap-request-group): Select the group when we don't know whether it
1661         exists or not.
1662
1663         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1664         groups.
1665
1666         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1667         groups.
1668
1669         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1670         groups.
1671
1672         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1673         long-lines case by only filling the long lines.
1674
1675         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1676         (bug #7311).
1677
1678 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * shr.el: No need to declare `declare-function' since shr.el is for
1681         only Emacsen that provide `libxml-parse-html-region'.
1682
1683         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1684         effective only in a file it is referred to.
1685
1686 2010-11-01  Glenn Morris  <rgm@gnu.org>
1687
1688         * mm-util.el (gnus-completing-read): Autoload.
1689         (mm-read-coding-system): Simplify Emacs definition.
1690
1691         * nnmail.el (gnus-activate-group):
1692         * nnimap.el (gnutls-negotiate):
1693         * nntp.el (netrc-parse): Fix declarations.
1694
1695 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1698         string-match-p in Emacs >=23.
1699
1700         * gnus-msg.el (gnus-configure-posting-styles)
1701         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1702
1703 2010-11-01  Glenn Morris  <rgm@gnu.org>
1704
1705         * nnir.el (declare-function): Add compat stub.
1706         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1707         (nnir-run-gmane): Require 'mm-url.
1708
1709         * mm-util.el (mm-string-to-multibyte): Simplify.
1710
1711         * shr.el (declare-function): Add compat stub.
1712         (url-cache-create-filename): Declare.
1713         (mm-disable-multibyte, widget-convert-button): Autoload.
1714
1715         * smime.el (ldap-search): Declare.
1716         (smime-cert-by-ldap-1): Require ldap on Emacs.
1717
1718         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1719         (nnimap-keepalive): Use gnus-float-time.
1720
1721         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1722         (mail-source-delete-crash-box): Use gnus-float-time.
1723
1724         * gnus-dired.el (gnus-completing-read): Autoload.
1725
1726         * mm-view.el (gnus-rescale-image): Autoload.
1727
1728         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1729
1730         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1731
1732         * sieve-manage.el: Require 'cl when compiling.
1733
1734         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1735         (gnus-iswitchb-completing-read): Require iswitchb.
1736         (gnus-select-frame-set-input-focus): Silence compiler.
1737
1738 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * message.el (message-subject-trailing-was-query): Change default to t,
1741         since I think that's what most people want.
1742
1743         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1744         appending for easier debugging.
1745         (nnimap-wait-for-connection): Take a regexp.
1746         (nnimap-request-accept-article): Wait for the continuation line before
1747         sending anything unless we're streaming.
1748
1749         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1750         leave the header washing to take place.
1751
1752 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1753
1754         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1755         regular expression match and replace in posting styles.
1756
1757 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1758
1759         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1760         an entire server.
1761         (nnir-get-active): New function.
1762         (nnir-run-imap): Use it.
1763         (nnir-run-gmane): Who knew, gmane search returns an article score!
1764
1765         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1766         server on the current line with nnir.
1767
1768 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1771         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1772         left edge.
1773         (gnus-article-foldable-buffer): Skip past the prefix when determining
1774         raggedness.
1775
1776         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1777         the raw article, and change `C-u g' to show the article without doing
1778         treatments.
1779
1780         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1781         on to `gnus-treat-article'.
1782         (gnus-inhibit-article-treatments): New variable.
1783
1784         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1785
1786         * gnus-art.el (gnus-treatment-function-alist): Have
1787         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1788         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1789         sections.
1790
1791         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1792         parameter.
1793         (gnus-article-fill-cited-long-lines): New function.
1794         (gnus-article-fill-cited-article): Allow filling only long sections.
1795
1796         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1797         and non-punctuation (like after the apostrophe in "'We").
1798
1799         * gnus-sum.el (gnus-summary-select-article): Make sure
1800         gnus-original-article-buffer is alive.
1801
1802         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1803         reflect the order they're in in the digest.
1804
1805         * gnus.el (gnus-group-startup-message): Move point to the start of the
1806         buffer.
1807
1808         * nnimap.el (nnimap-capability): New function.
1809         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1810         is set.
1811
1812 2010-10-31  David Engster  <dengste@eml.cc>
1813
1814         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1815         conform with changes to gnus-completing-read.
1816
1817 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1820
1821 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1822
1823         * nnir.el: Move defvar, defcustom around to keep file organized
1824         and keep byte-compiler quiet.
1825         (nnir-read-parms): Accept search-engine as arg.
1826         (nnir-run-query): Pass search-engine as arg.
1827         (nnir-search-engine): Remove.
1828
1829 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * shr.el (shr-generic): The text nodes should be text, not :text.
1832
1833         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1834         later in the file.
1835
1836 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1837
1838         * nnir.el: General clean up.  Allow searching with multiple engines.
1839         Allow separate extra-parameters for each engine.
1840         Batch queries when possible.
1841         (nnir-imap-default-search-key,nnir-method-default-engines):
1842         Add customize interface.
1843         (nnir-run-gmane): New engine.
1844         (nnir-engines): Use it.  Qualify all prompts with engine name.
1845         (nnir-search-engine): Remove global variable.
1846         (nnir-run-hyrex): Restore for now.
1847         (nnir-extra-parms,nnir-search-history): New variables.
1848         (gnus-group-make-nnir-group): Use them.
1849         (nnir-group-server): Remove in favor of gnus-group-server.
1850         (nnir-request-group): Avoid searching twice.
1851         (nnir-sort-groups-by-server): New function.
1852
1853 2010-10-30  Julien Danjou  <julien@danjou.info>
1854
1855         * gnus-group.el: Remove gnus-group-fetch-control.
1856
1857         * gnus-start.el (gnus-find-new-newsgroups):
1858         Remove gnus-check-first-time-used.
1859
1860         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1861
1862 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1863
1864         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1865         set on groups that don't have \* permanentflags.
1866
1867 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1870         control the background color.
1871         (shr-tag-img): Ignore very small web bug type images.
1872         (shr-put-image): Add help-echo alt texts to the images.
1873         (shr-tag-video): Show the video poster image.
1874
1875 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * shr.el (shr-table-depth): New variable.
1878         (shr-tag-table-1): Only insert the images after the top-level table.
1879
1880         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1881
1882         * gnus-util.el (gnus-list-memq-of-list): New function.
1883
1884         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1885         selected.
1886         (nnimap-unsplittable-articles): New slot.
1887         (nnimap-new-articles): Use it.
1888
1889 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1890
1891         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1892         move to the previous line on `M-g'.
1893
1894 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1897         *-request-group, which seems unnecessary.
1898
1899         * nnimap.el (nnimap-quote-specials): Function copied over from
1900         imap.el.
1901         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1902         they support that.  Suggested by Tom Regner.
1903
1904 2010-10-29  Julien Danjou  <julien@danjou.info>
1905
1906         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1907         defalias.
1908         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1909
1910         * gnus.el: Remove `gnus-nntp-service' variable.
1911         (gnus-secondary-servers): Make obsolete.
1912         (gnus-nntp-server): Make obsolete.
1913
1914         * gnus-start.el (gnus-1): Remove x-splash calls.
1915
1916         * gnus-ems.el (gnus-x-splash): Remove.
1917
1918         * gnus.el (gnus-group-startup-message): Simplify/update code.
1919
1920         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1921         definition.
1922
1923         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1924         capability before doing anything.
1925         (gnus-group-insert-group-line): Remove useless
1926         gnus-group-remove-excess-properties.
1927
1928 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1931
1932 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1935         config after reselecting.
1936
1937 2010-10-28  Julien Danjou  <julien@danjou.info>
1938
1939         * shr.el (shr-put-image): Use point even if only inserting text.
1940         (shr-put-image): Save excursion when inserting alt text on non-graphic
1941         display, so the behaviour is the same when we are on a graphic display.
1942
1943         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1944
1945 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1948         (gnus-mime-copy-part): Check coding system, not charset.
1949         (gnus-mime-view-part-externally): Never remove part.
1950         (gnus-mime-view-part-internally): Don't remove part here.
1951         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1952         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1953         multipart/alternative.
1954
1955         * mm-decode.el (mm-display-part): Take optional arg `force'.
1956
1957 2010-10-26  Julien Danjou  <julien@danjou.info>
1958
1959         * gnus-group.el (gnus-group-default-list-level): Add this function to
1960         compute the default list level.
1961         (gnus-group-default-list-level): Add possibility to use a function.
1962
1963 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1966
1967         * gnus-group.el (gnus-group-completing-read)
1968         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1969         gnus-replace-in-string.
1970
1971 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * shr.el (shr-tag-div): Add.
1974
1975         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1976
1977 2010-10-25  Julien Danjou  <julien@danjou.info>
1978
1979         * gnus-util.el: Remove `gnus-with-local-quit'.
1980
1981         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1982
1983 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1986         the original article buffer.
1987
1988 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnimap.el (nnimap-request-head): New function.
1991         (nnimap-request-move-article): Try to be slighly faster by not
1992         requesting the entire message when moving.
1993         (nnimap-transform-headers): Don't bug out on bodiless articles.
1994         (nnimap-send-command): Have no outstanding messages if the IMAP server
1995         doesn't support streaming.
1996         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1997
1998 2010-10-24  Julien Danjou  <julien@danjou.info>
1999
2000         * message.el (message-default-headers): Fix type.
2001
2002 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2005         prefetching images.
2006
2007         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2008         backend for unknown groups.  This is mainly useful for nnimap groups.
2009
2010         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2011         group isn't covered by the agent.
2012
2013 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2014
2015         * nnir.el (nnir-method-default-engines): New variable.
2016         (nnir-run-query): Use it.
2017         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2018         (gnus-summary-nnir-goto-thread): Change group if needed.
2019
2020         * gnus-group.el (gnus-group-group-map): Add key binding for
2021         gnus-group-make-nnir-group.
2022
2023 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-tag-object): Add.
2026
2027         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2028         original article buffer live.
2029         (gnus-summary-select-article-buffer):
2030         Mention gnus-widen-article-buffer.
2031
2032 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * shr.el (shr-tag-strong): Add.
2035
2036 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2039         group names.  They mess up the group buffer badly.
2040
2041         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2042
2043         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2044         instead of the summary one.
2045
2046 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * mml.el (mml-preview): Work properly when editing article.
2049
2050         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2051         gnus-have-read-active-file if it's already been in.
2052
2053 2010-10-22  Tom Tromey  <tromey@redhat.com>
2054
2055         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2056         gnus-group-completing-read.
2057
2058 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * message.el (message-mode-map): Don't bind M-; to comment region, to
2061         allow the global comment-dwim to work.
2062
2063 2010-10-21  Julien Danjou  <julien@danjou.info>
2064
2065         * message.el (message-setup-1): Allow message-default-headers to be a
2066         function.
2067
2068 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * shr.el (shr-tag-table): Simplify.
2071
2072 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2075         to avoid trying to snarf invalid stuff.
2076
2077         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2078
2079         * gnus.el (gnus-message-archive-group): Quote value.
2080         (gnus-message-archive-group): Mark as changed.
2081
2082         * shr.el (shr-add-font): Don't put the font properties on the newline
2083         or the indentation.
2084
2085         * message.el (message-fix-before-sending): Change options when sending
2086         non-printable characters.
2087
2088         * gnus.el (gnus-message-archive-method): Change the default to
2089         monthly outgoing groups.
2090
2091         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2092         that have gotten new numbers.
2093
2094         * nnimap.el (nnimap-request-replace-article): New function.
2095
2096 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2099         (nnrss-request-article): Don't use special html washing code.
2100
2101 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * shr.el (shr-tag-table): Remove useless nconc.
2104
2105 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-art.el (article-wash-html): Simplify and remove the charset
2108         stuff.  Use the normal html rendering code instead of the special html
2109         washing code.
2110
2111         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2112         `gnus-w3m' symbols.
2113         (mm-text-html-washer-alist): Remove.
2114
2115         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2116         (mm-inline-media-tests): Remove use.
2117         (mm-text-html-renderer): Change default to the `shr' symbol.
2118
2119         * mm-view.el (mm-inline-text-html): Remove use.
2120
2121         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2122         `gnus-blocked-images' to be a function.
2123         (gnus-article-wash-function): Remove.
2124
2125 2010-10-20  Julien Danjou  <julien@danjou.info>
2126
2127         * spam.el (spam-list-of-processors): Mark as obsolete.
2128
2129         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2130         (nnimap-insert-partial-structure): Fix boundary detection.
2131
2132 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2133
2134         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2135         run file-truename on remote files.  This can be expensive and even
2136         prevent one from editing drafts if some unrelated buffer has a stale
2137         connection.
2138
2139 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2142         kinsoku-eol regardless of shr-kinsoku-shorten.
2143         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2144         (shr-tag-table): Support caption, thead, and tfoot.
2145
2146 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2149         lines.
2150         (shr-save-contents): New command and keystroke.
2151
2152         * nndoc.el (nndoc-type-alist): Add git support.
2153         (nndoc-git-type-p): New function.
2154         (nndoc-transform-git-article): Ditto.
2155         (nndoc-transform-git-headers): Ditto.
2156         (nndoc-transform-git-headers): Generate Subject headers.
2157
2158         * shr.el (shr-parse-style): New function.
2159         (shr-tag-span): Ditto.
2160
2161         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2162         to `G G' to avoid collisions.
2163
2164 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * shr.el: Load kinsoku if necessary.
2167         (shr-kinsoku-shorten): New internal variable.
2168         (shr-find-fill-point): Make kinsoku shorten text line if
2169         shr-kinsoku-shorten is bound to non-nil.
2170         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2171         shr-indentation too when testing if table is wider than frame width.
2172         (shr-insert-table): Use `string-width' instead of `length' to measure
2173         text width.
2174         (shr-insert-table-ruler): Make sure indentation is done at bol.
2175
2176 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2177
2178         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2179         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2180         undecoded network data.
2181
2182 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2185         name in the mode line spec so that the mode line menu works
2186         (bug #2431).
2187
2188         * message.el (message-get-reply-headers): If we're fed `to-address',
2189         then always use that.
2190
2191         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2192         aren't so wide as to need to switch off the edit menu.
2193
2194         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2195         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2196
2197         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2198         `M-g'.
2199         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2200         the permanent marks.
2201
2202 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2203
2204         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2205         Splitting according to references/in-reply-to obeys the ignore-groups
2206         variable, while splitting by sender and subject do not.
2207
2208 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2211         alist, so that we can look for non-Unicode chars.
2212         (article-translate-strings): Allow both character and string maps.
2213
2214 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * shr.el (shr-insert): Don't insert space behind a wide character
2217         categorized as kinsoku-bol, or between characters both categorized as
2218         nospace.
2219
2220 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2221
2222         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2223         headers to gnus-newsgroup-headers.
2224
2225 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * shr.el (shr-tag-img): Don't align images -- since we're not
2228         rescaling, this often leads to ugly displays.
2229
2230 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2231
2232         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2233         duplicates.
2234
2235 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2236
2237         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2238         call.
2239
2240 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus.el: Autoload gnus-html-show-images.
2243
2244         * nnimap.el: Use nnheader-message throughout.
2245
2246         * shr.el (shr-tag-img): Ignore images with no data.
2247
2248 2010-10-15  Julien Danjou  <julien@danjou.info>
2249
2250         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2251         a possibility to disable format=flow encoding when using hard newlines.
2252
2253 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * shr.el (shr-insert): Remove space inserted before or after a
2256         breakable character or at the beginning or the end of a line.
2257         (shr-find-fill-point): Do kinsoku; find the second best point or give
2258         it up if there's no breakable point.
2259
2260 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * nnimap.el (nnimap-open-connection): Message when opening connection
2263         for debugging purposes.
2264
2265         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2266         on every setup buffer call to allow this to change from article to
2267         article.
2268
2269         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2270         buffers where we have a wide table.
2271
2272 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2273
2274         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2275         uses *-request-thread.
2276
2277 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2280         incantation, which is no longer valid.
2281
2282 2010-10-14  Julien Danjou  <julien@danjou.info>
2283
2284         * shr.el: Fix defcustom type (char -> character).
2285
2286 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2289         programs.
2290
2291 2010-10-14  Julien Danjou  <julien@danjou.info>
2292
2293         * shr.el (shr-tag-a): Use url-link as widget type.
2294
2295         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2296         `gnus-group-get-icon'.
2297
2298 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2301         This should make server editing work better.
2302
2303         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2304
2305         * tls.el (tls-program): Remove spurious %s from openssl.
2306
2307         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2308         (nnimap-parse-flags): Fix regexp.
2309
2310         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2311         probably work for CJVK text, too.
2312
2313         * nnimap.el (nnimap-extend-tls-programs): Remove.
2314         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2315
2316         * tls.el (tls-starttls-switches): Remove starttls hack.
2317         (open-tls-stream): Ditto.
2318         (tls-find-starttls-argument): Ditto.
2319
2320 2010-10-13  Julien Danjou  <julien@danjou.info>
2321
2322         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2323         responses.
2324
2325 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2328
2329         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2330         anything in Emacs.
2331
2332         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2333
2334 2010-10-13  Julien Danjou  <julien@danjou.info>
2335
2336         * shr.el (shr-width): Make shr-width a defcustom with default to
2337         fill-column.
2338         (shr-tag-img): Use shr-width rather than fill-column.
2339
2340 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * dgnushack.el (byte-optimize-apply)
2343         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2344
2345         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2346         position when (X-)Faces exist.
2347         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2348         avatars when called interactively.
2349
2350 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2353         gnus-article-x-face-too-ugly is bound.
2354
2355 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2358
2359         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2360         mailbox that doesn't exist.
2361
2362 2010-10-12  Julien Danjou  <julien@danjou.info>
2363
2364         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2365         (shr-get-image-data): Encode URL properly when fetching from cache.
2366         (shr-tag-img): Use aligned-to spaces to align correctly images.
2367
2368         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2369         before inserting the Gravatar.
2370
2371         * shr.el (shr-tag-img): Add align attribute support for <img>.
2372
2373 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-gravatar.el (gnus-art): Require.
2376
2377         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2378         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2379         Remove long obsoleted functions.
2380
2381 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2384
2385         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2386
2387         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2388         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2389         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2390         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2391         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2392         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2393         * sieve-manage.el, smime.el, spam.el:
2394         Fix comment for declare-function.
2395
2396 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * nnimap.el (nnimap-request-rename-group): Select group read-only
2399         before renaming it.
2400
2401         * shr.el (shr-insert): Fix up the white space only regexp.
2402
2403         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2404         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2405
2406         * shr.el (shr-current-column): New function.
2407         (shr-find-fill-point): New function.
2408
2409 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2410
2411         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2412         numbers.
2413
2414 2010-10-11  Julien Danjou  <julien@danjou.info>
2415
2416         * shr.el (shr-hr-line): Add.
2417         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2418         display hr lines.
2419         (shr-max-columns): Do not change state to nil if we just inserting
2420         spaces.
2421
2422 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2425         select the last group.
2426
2427 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2430
2431 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2432
2433         * dig.el (dig-mode-map): Declare and define in one step.
2434
2435 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2438         for Gnus.
2439         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2440         (nnimap-update-qresync-info): Mark \Seen articles as read.
2441
2442         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2443         non-variable, too.
2444
2445         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2446         available.
2447         (nnimap-update-info): Rely more on the current active than the param
2448         active to avoid marking articles as read too much.
2449
2450         * auth-source.el (auth-source-create): Use (user-login-name) for the
2451         user name default.
2452
2453         * nnimap.el (nnimap-update-info): If the server doesn't return any
2454         useful info, just use the previous info.
2455         (nnimap-update-info): Prefer old info over start-article.
2456         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2457
2458 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2459
2460         * nnir.el (autoload): Clean up autoloads.
2461         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2462         Use key rather than value.
2463         (nnir-imap-search-other): New variable.
2464         (nnir-read-parm): Use it.
2465         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2466         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2467
2468 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2469
2470         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2471         the process, too.
2472
2473 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * spam.el (gnus-summary-mode-map): Bind to "$".
2476         Suggested by Russ Allbery.
2477
2478         * shr.el: Rework the way things are indented by <li> slightly.
2479
2480         * gnus.el (gnus-group-set-parameter): Fix typo.
2481
2482         * nnimap.el: Start implementing QRESYNC support.
2483
2484 2010-10-09  Julien Danjou  <julien@danjou.info>
2485
2486         * nnir.el (nnir-engines): Fix too many arguments.
2487
2488 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2491         group is the "last", so that the backends like nnfolder actually save
2492         their folders.
2493
2494         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2495         try to use that for the tls stream.
2496         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2497         UIDVALIDITY and find out which groups are read-only and not.
2498         (nnimap-get-flags): Use the same marks parsing code as the rest of
2499         nnimap.
2500
2501 2010-10-09  Julien Danjou  <julien@danjou.info>
2502
2503         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2504
2505         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2506         retrieving gravatars.
2507
2508         * shr.el (shr-table-corner): Add.
2509         (shr-table-line): Add.
2510         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2511
2512 2010-10-08  Julien Danjou  <julien@danjou.info>
2513
2514         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2515
2516 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2517
2518         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2519
2520         * gnus-sum.el (gnus-mark-article-as-unread)
2521         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2522         (gnus-summary-set-bookmark): Use it.
2523
2524         * gnus-msg.el (gnus-setup-message): Use it.
2525
2526         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2527
2528         * gnus.el (gnus-group-remove-parameter): Use it.
2529
2530         * gnus-group.el (gnus-group-make-web-group): Use it.
2531
2532         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2533
2534         * nnregistry.el: Update docs to mention manual.
2535
2536         * gnus-registry.el: Update docs to mention nnregistry.el.
2537         (gnus-registry-initialize): Don't install nnregistry refer method
2538         automatically.
2539         (gnus-registry-install-nnregistry): Remove it.
2540
2541 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * shr.el (shr-insert): Don't insert double spaces.
2544
2545 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-gravatar.el (gnus-treat-from-gravatar)
2548         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2549         called interactively.
2550
2551         * gnus-art.el (gnus-mime-view-part-externally)
2552         (gnus-mime-view-part-internally): Make predicate function passed to
2553         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2554         of a mime type.
2555
2556         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2557
2558 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * shr.el (require): Require cl when compiling.
2561         (shr-tag-hr): New function.
2562
2563         * nnimap.el (nnimap-update-info): Remove double setting of high.
2564         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2565         This makes nnimap work properly on Courier again.
2566
2567         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2568         the variable for backwards compatability.
2569
2570         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2571         the file name before using to avoid setting mm-default-directory to
2572         nil.
2573
2574         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2575         bidning gnus-agent variables.
2576
2577         * shr.el (shr-render-td): Use a cache for the table rendering function
2578         to avoid getting an exponential rendering behaviour in nested tables.
2579         (shr-insert): Rework the line-breaking algorithm.
2580         (shr-insert): Don't leave trailing spaces.
2581         (shr-insert-table): Also insert empty TDs.
2582         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2583
2584 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2585
2586         * gnus-sum.el (gnus-number): Rename from `number'.
2587         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2588         (gnus-summary-limit-children): Update uses correspondingly.
2589
2590 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2593         (gnus-gravatar-transform-address): Don't show avatars of people of
2594         which mail addresses match gnus-gravatar-too-ugly.
2595
2596 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * shr.el (shr-table-widths): Expand TD elements to fill available
2599         space.
2600
2601 2010-10-07  Julien Danjou  <julien@danjou.info>
2602
2603         * nnimap.el (nnimap-request-rename-group): Add this method.
2604
2605 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2608         name from XEmacs' function-arglist.
2609
2610         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2611         gravatar under XEmacs.
2612
2613 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2614
2615         * auth-source.el: Update docs with TODO items.
2616
2617         * gnus-sync.el: Update docs to explain state and plans.
2618
2619         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2620         Hooks for mark updates.
2621         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2622
2623         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2624         hooks with arguments, which is needed for mark update hooks.
2625
2626 2010-10-06  Julien Danjou  <julien@danjou.info>
2627
2628         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2629         was matched.
2630
2631         * sieve-manage.el: Update example in `Commentary'.
2632
2633         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2634
2635         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2636         not 2000.
2637         (sieve-manage-authenticate): Re-add function.
2638
2639 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * shr.el (shr-insert): Get 'space transition right.
2642         (shr-render-td): Only delete space at the end of the TD.
2643
2644         * nnimap.el (nnimap-open-connection): Prepare to support
2645         open-gnutls-stream.
2646
2647         * shr.el: Rearrange function order to be more logical.
2648
2649 2010-10-06  Julien Danjou  <julien@danjou.info>
2650
2651         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2652         (nnrss-discover-feed): Remove 404 URL in docstring.
2653
2654         * nnir.el: Fix Swish-E URL.
2655         Fix Namazu URL.
2656
2657         * message.el (message-change-subject): Remove 404 URL in a comment.
2658
2659 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2662         called interactively.
2663
2664         * gnus-util.el (gnus-remove-if): Allow hash table.
2665         (gnus-remove-if-not): New function.
2666
2667         * gnus-art.el (gnus-mime-view-part-as-type)
2668         * gnus-score.el (gnus-summary-score-effect)
2669         * gnus-sum.el (gnus-read-move-group-name):
2670         Replace remove-if-not with gnus-remove-if-not.
2671
2672         * gnus-group.el (gnus-group-completing-read):
2673         Regard collection as a hash table if it is not a list.
2674
2675 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2678
2679         * shr.el: Document the table-rendering algorithm.
2680
2681 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2684         for Emacsen having no `libxml-parse-html-region' support.
2685
2686 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2689         invalid URLs.
2690
2691         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2692         line-broken.
2693         (shr-tag-img): Ignore image fetching errors.
2694         (shr-overlays-in-region): Compute overlay positions correctly.
2695
2696         * mm-decode.el (mm-shr): Require shr.
2697
2698         * gnus-art.el (gnus-blocked-images): Move variable here.
2699
2700         * shr.el (shr-insert-table): Bind free variable.
2701
2702         * mm-decode.el (mm-shr): Bind shr-content-function.
2703
2704         * shr.el (shr-content-function): New variable.
2705
2706         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2707         added for symmetry.
2708
2709         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2710
2711         * gnus-group.el (gnus-group-make-group): Doc fix.
2712
2713         * nnimap.el (nnimap-request-newgroups): Return success.
2714
2715         * shr.el (shr-find-elements): New function.
2716         (shr-tag-table): Put all the images after the table.
2717         (shr-tag-table): Really inhibit images inside the table.
2718         (shr-collect-overlays): Copy over overlays from the TD elements to the
2719         main document.
2720
2721         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2722         gnus-blocked-images.
2723
2724 2010-10-05  Julien Danjou  <julien@danjou.info>
2725
2726         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2727
2728         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2729         (gnus-html-maximum-image-size): Add this function.
2730         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2731
2732         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2733         server-value of the capability is nil.
2734
2735 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * shr.el (shr-tag-em): Add <EM> tag.
2738
2739 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2740
2741         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2742         customizable.
2743
2744         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2745         handing broken links to browse-url.
2746
2747 2010-10-05  Julien Danjou  <julien@danjou.info>
2748
2749         * gnus-util.el (gnus-emacs-completing-read)
2750         (gnus-iswitchb-completing-read): Use autoload rather than require.
2751
2752 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2755         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2756         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2757         iswitchb-temp-buflist for XEmacs.
2758
2759         * gnus-util.el (gnus-completing-read-function): Exclude
2760         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2761         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2762         XEmacs.
2763
2764         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2765         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2766
2767         * gnus-html.el: Don't require help-fns under XEmacs.
2768         (gnus-html-schedule-image-fetching): Work for XEmacs.
2769
2770         * mm-decode.el (mm-shr): Decode contents by charset.
2771
2772 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2775         unknown.
2776
2777         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2778         (shr-get-image-data): Ensure against the cache file missing.
2779
2780         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2781         for data.
2782
2783         * spam-report.el (spam-report-url-ping-plain): Don't query about
2784         killing the process.
2785
2786         * shr.el (shr-render-td): Protect against too-wide text.
2787
2788 2010-10-04  Julien Danjou  <julien@danjou.info>
2789
2790         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2791         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2792
2793         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2794         retrieved.
2795
2796 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * shr.el (browse-url): Require.
2799         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2800         lines.
2801         (shr-show-alt-text, shr-browse-image): New commands.
2802         (shr-browse-url, shr-copy-url): New commands.
2803
2804         * gnus-sum.el (gnus-widen-article-window): New variable.
2805         (gnus-summary-select-article-buffer): Use it.
2806
2807         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2808         without @ signs.
2809
2810 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2811
2812         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2813
2814 2010-10-04  Julien Danjou  <julien@danjou.info>
2815
2816         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2817         for XEmacs.
2818
2819 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2822
2823         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2824         (nnimap-close-server): Implement.
2825
2826         * dgnushack.el (iswitchb): Require to shut up the compiler.
2827
2828         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2829         (shr-insert): Tweak line breaking.
2830         (shr-insert): Handle <pre> better.
2831         (shr-tag-li): Get <li> indentation right.
2832         (shr-tag-li): Get <li> indentation even righter.
2833         (shr-tag-blockquote): Ensure paragraph start.
2834         (shr-make-table): Tweak table generation.
2835         (shr-make-table): Fix typo.
2836
2837         * shr.el: Implement table rendering.
2838
2839 2010-10-04  Julien Danjou  <julien@danjou.info>
2840
2841         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2842
2843 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * shr.el (shr-insert): Use string anchors instead of line anchors.
2846
2847 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * shr.el: Add headings.
2850         (shr-ensure-paragraph): Actually work.
2851         (shr-tag-li): Make <ul> prettier.
2852         (shr-insert): Get white space at the beginning/end of elements right.
2853         (shr-tag-p): Collapse subsequent <p>s.
2854         (shr-ensure-paragraph): Don't insert double line feeds after blank
2855         lines.
2856         (shr-insert): \t is also space.
2857         (shr-tag-s): Fix "s" tag name function.
2858         (shr-tag-s): Fix face prop name.
2859
2860 2010-10-03  Julien Danjou  <julien@danjou.info>
2861
2862         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2863
2864         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2865         gnus-window-inside-pixel-edges.
2866
2867         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2868         gnus-ems.
2869
2870         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2871
2872         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2873         function.
2874
2875         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2876         resize choice.
2877
2878 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2881         beginning of the buffer.
2882
2883         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2884         article buffer again.
2885
2886         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2887
2888         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2889         when it's at the start of the buffer.
2890
2891         * shr.el (shr-tag-blockquote): Convert name.
2892         (shr-rescale-image): Use the right image-size variant.
2893
2894         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2895         buffer isn't shown, then select the current article first instead of
2896         bugging out.
2897         (gnus-summary-select-article-buffer): Show both the article and summary
2898         buffers again.
2899
2900         * shr.el (shr-fontize-cont): Protect against regions with no text.
2901         Rename tag functions to shr-tag-* for enhanced security.
2902         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2903
2904 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2905
2906         * shr.el (shr-insert):
2907         * pop3.el (pop3-movemail):
2908         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2909         loaded.
2910
2911 2010-10-03  Glenn Morris  <rgm@gnu.org>
2912
2913         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2914
2915         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2916
2917         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2918
2919         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2920
2921         * gnus-util.el (gnus-make-local-hook): Simplify.
2922
2923 2010-10-02  Julien Danjou  <julien@danjou.info>
2924
2925         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2926         (gnus-ido-completing-read): New function.
2927         (gnus-emacs-completing-read): New function.
2928         (gnus-completing-read): Use gnus-completing-read-function.
2929         Add gnus-completing-read-function.
2930
2931 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * shr.el (shr-insert-document): Autoload.
2934         (shr-img): Be silent.
2935         (shr-insert): Add a newline after every picture before text.
2936         (shr-add-font): Use overlays for combining faces.
2937         (shr-insert): Pass upwards the text start point.
2938
2939         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2940         possible.
2941         (mm-shr): New function.
2942
2943 2010-10-02  Julien Danjou  <julien@danjou.info>
2944
2945         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2946         should go backward.
2947
2948 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2949
2950         * shr.el (shr): Fix typo in provide call.
2951
2952 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * shr.el: New file.
2955
2956         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2957
2958         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2959         completing read.
2960
2961 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2964         we're being queried about.  Suggested by Dan Jacobson.
2965
2966         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2967         Suggested by Jason Eisner.
2968
2969         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2970         table, too.  Suggested by Stefan Wiens.
2971         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2972         the table unnecessary.  Suggested by Stefan Wiens.
2973
2974         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2975         longer needed, and probably doesn't work either, as pointed out by
2976         Stefan Wiens.
2977         (gnus-summary-exit): Remove call to the clearing function.
2978         (gnus-summary-exit-no-update): Ditto.
2979
2980         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2981         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2982         Reported by Stefan Monnier.
2983         (gnus-summary-save-in-rmail): Ditto.
2984
2985         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2986         article buffer, instead of both the article buffer and the summary
2987         buffer.  Sort of suggested by Dan Jacobson.
2988
2989         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2990
2991         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2992         Suggested by Dan Jacobson.
2993
2994         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2995         documentation clearer.
2996
2997         * message.el (message-shorten-references): Comment on the number "21".
2998         Suggested by Stefan Monnier.
2999
3000         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3001         Suggested by Dan Jacobson.
3002
3003         * gnus.el (gnus-large-newsgroup):
3004         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3005
3006         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3007         externalize attachments.  Bug reported by Steve Wen.
3008
3009         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3010         really message anything to the user.
3011
3012         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3013         directly.
3014
3015         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3016         messages in empty groups.
3017
3018 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3019
3020         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3021         non-UIDNEXT group.
3022
3023 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3026         not the value from the collection.
3027
3028         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3029         values.  This sometimes happens on some groups that have no info.
3030         (nnimap-request-newgroups): New function.
3031
3032 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3033
3034         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3035         check into `gnus-registry-initialize'.
3036         (gnus-registry-initialize): Ditto.
3037         Fix and extend header docs.
3038
3039 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3042         regexp backtrace overflows.
3043
3044         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3045         for starttls that tls.el implements; i.e. openssl.
3046
3047         * tls.el (tls-starttls-switches): Give up on using starttls with
3048         gnutls-cli.
3049         (tls-program): Add --insecure to be consistent with the defaults from
3050         openssl s_client.  Now all three commands are insecure.
3051
3052 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * lpath.el: Bind completion-styles-alist for XEmacs.
3055
3056         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3057         (gravatar-create-image): New function that's an alias to
3058         gnus-xmas-create-image, gnus-create-image, or create-image.
3059         (gravatar-data->image): Use it.
3060
3061 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3064         install the nnregistry refer method.
3065         (gnus-registry-install-hooks): Use it.
3066         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3067         unfollowed groups.
3068
3069 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3070
3071         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3072         expanding threads.
3073
3074 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * nnir.el: Use the server names without suffixes (bug #7009).
3077
3078         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3079         unencrypted to STARTTLS, if possible.
3080
3081 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3082
3083         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3084         headers before superseding.
3085
3086 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * nnrss.el (nnrss-use-local): Add documentation.
3089
3090         * nnimap.el (nnimap-extend-tls-programs): New function.
3091         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3092         (nnimap-wait-for-connection): Accept the greeting from the stupid
3093         output from openssl s_client -starttls, too.
3094
3095         * tls.el (tls-starttls-switches): New variable.
3096         (tls-find-starttls-argument): Use it.
3097         (open-tls-stream): Ditto.
3098
3099         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3100         (netrc-machine): Ditto.
3101
3102         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3103         article number.
3104         (nnimap-split-fancy): New variable.
3105         (nnimap-split-incoming-mail): Use it.
3106
3107         * nntp.el (nntp-server-list-active-group): Document.
3108
3109         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3110         SELECT to get the message-id.
3111
3112         * mail-source.el (mail-sources): Remove webmail support.
3113         (defvar): Ditto.
3114         (mail-source-fetcher-alist): Ditto.
3115         (mail-source-fetch-webmail): Remove.
3116
3117         * webmail.el: Remove -- doesn't seem relevant any more.
3118
3119         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3120
3121         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3122         the \r.
3123
3124 2010-09-30  Julien Danjou  <julien@danjou.info>
3125
3126         * gnus-agent.el (gnus-agent-add-group): Fix call to
3127         gnus-completing-read.
3128
3129 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * nndoc.el (nndoc-retrieve-groups): New function.
3132
3133         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3134         `default', use nnmail-split-methods.
3135         (nnimap-request-article): Downcase the NILs so that they are nil.
3136
3137         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3138         symbol.
3139
3140         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3141         code, since if the user has requested network, that's what they ought
3142         to get.
3143         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3144         (nnimap-split-rule): Mark as obsolete.
3145
3146         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3147         New variable.
3148
3149         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3150         correct slot, too.
3151
3152 2010-09-29  Julien Danjou  <julien@danjou.info>
3153
3154         * gnus.el (gnus-local-domain): Declare variable obsolete.
3155
3156         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3157         Fix history computing.
3158         (gnus-ido-completing-read): Require ido.
3159
3160 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3163         build Gnus.
3164
3165         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3166         when interpreting the structures.
3167         (nnimap-request-accept-article): Add \r\n to the lines to make this
3168         work with Cyrus.
3169
3170         * nndraft.el (nndraft-request-expire-articles): Use the group name
3171         instead if "nndraft".  Fix found by Nils Ackermann.
3172
3173 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3174
3175         * nnregistry.el: Add.
3176
3177 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3178
3179         * nnmail.el (group, group-art-list, group-art):
3180         Remove unneeded directives.
3181
3182 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3185         (mm-mime-charset)
3186         * rfc2047.el (rfc2047-syntax-table)
3187         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3188
3189         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3190         rather than `insert-file-contents' and `eval-region'.
3191
3192         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3193         construction.
3194
3195         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3196
3197         * time-date.el: No need to require cl for Emacs 21.
3198
3199 2010-09-29  Julien Danjou  <julien@danjou.info>
3200
3201         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3202         replacement of `gnus-gravatar-relief' to mimic
3203         `gnus-faces-properties-alist'.
3204         Add :version property.
3205
3206 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mail-source.el (mail-source-report-new-mail)
3209         * message.el (message-default-mail-headers)
3210         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3211
3212         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3213
3214 2010-09-28  Julien Danjou  <julien@danjou.info>
3215
3216         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3217         mail-address contains the same string as real-name.
3218
3219         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3220         non-blank in header, otherwise it'll get stripped.
3221
3222         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3223         real-name, and then for mail address rather than doing : or , search.
3224
3225 2010-09-27  Julien Danjou  <julien@danjou.info>
3226
3227         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3228         right completing-read function.
3229         (gnus-use-ido): New variable
3230         (gnus-completing-read-with-default): Remove.
3231         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3232         (gnus-agent-add-group):
3233         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3234         * mm-view.el (mm-view-pkcs7-decrypt):
3235         * mm-util.el (mm-codepage-setup):
3236         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3237         * mml-smime.el (mml-smime-openssl-sign-query):
3238         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3239         (mml-insert-multipart):
3240         * gnus-msg.el (gnus-summary-yank-message):
3241         * gnus-int.el (gnus-start-news-server):
3242         * mm-decode.el (mm-interactively-view-part):
3243         * gnus-dired.el (gnus-dired-attach):
3244         * gnus.el (gnus-read-method):
3245         * gnus-bookmark.el (gnus-bookmark-jump):
3246         * gnus-art.el (gnus-mime-view-part-as-type)
3247         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3248         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3249         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3250         * nnmairix.el (nnmairix-create-server-and-default-group)
3251         (nnmairix-update-groups, nnmairix-get-server)
3252         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3253         (nnmairix-get-group-from-file-path):
3254         * nnrss.el (nnrss-find-rss-via-syndic8):
3255         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3256         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3257         (gnus-group-browse-foreign-server):
3258         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3259         (gnus-summary-execute-command, gnus-summary-respool-article)
3260         (gnus-read-move-group-name):
3261         * gnus-score.el (gnus-summary-increase-score)
3262         (gnus-summary-score-effect):
3263         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3264
3265 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3268         x-focus-frame.
3269
3270         * nnimap.el (auth-source-forget-user-or-password)
3271         (auth-source-user-or-password): Autoload.
3272
3273         * message.el (message-from-style, message-interactive)
3274         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3275         (message-yank-prefix, message-indentation-spaces, message-signature)
3276         (message-signature-file): Add comment.
3277
3278 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3281         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3282         new articles.
3283
3284         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3285         parts.
3286         (nnimap-request-article): Work with the t setting, too.
3287
3288         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3289         that you don't get flashes of other buffers.
3290         (gnus-summary-show-complete-article): Intern before setting.
3291
3292 2010-09-27  David Engster  <dengste@eml.cc>
3293
3294         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3295         well as HEADERS.
3296         (nnmairix-retrieve-headers): Provide new argument for the above.
3297
3298 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-sum.el (gnus-summary-move-article): Don't alter
3301         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3302         group.
3303
3304         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3305
3306         * message.el (message-cite-prefix-regexp): Revert my last edit.
3307
3308         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3309         variable instead of the Gnus variable.
3310
3311         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3312
3313         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3314
3315         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3316         since some servers don't like it.
3317         (nnimap-open-connection): Forget credentials if the server says the
3318         password was wrong.
3319         (nnimap-parse-line): Protect against invalid data.
3320
3321         * gnus-sum.el (gnus-summary-move-article): Add comment.
3322         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3323         nothing alters it while scanning for new messages.
3324
3325         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3326         which may or may not help.
3327         (nnimap-open-connection): If we're doing a stream connection, and then
3328         discover we're on a STARTTLS-capable server, then open a STARTTLS
3329         connection instead.
3330
3331 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * nnimap.el (utf7): Require.
3334
3335         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3336         prefix.
3337
3338 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3339
3340         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3341
3342 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * nnimap.el (nnimap-request-accept-article): Message the error on
3345         error.
3346
3347 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3350
3351 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nndoc.el (nndoc-request-list): Return success always.
3354
3355         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3356         `fetch-old' -- we only want to fetch the articles we've requested.
3357         The rest are in the agent, probably.
3358         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3359         disappeared server" to something low.  It's not important.
3360
3361         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3362         arrived before the FETCH data.
3363
3364         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3365         target here, because we don't know the Gnus name of the group.
3366
3367         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3368         for the correct group.
3369
3370         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3371
3372         * gnus.el (gnus): Give a final warning after startup.
3373
3374         * gnus-util.el (gnus-action-message-log): New variable.
3375         (gnus-message): Use it.
3376         (gnus-final-warning): New function.
3377
3378         * nnimap.el (nnimap-open-connection): Record the greeting.
3379         (nnimap): Add greeting.
3380
3381 2010-09-26  Julien Danjou  <julien@danjou.info>
3382
3383         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3384         arguments.
3385         (gnus-html-wash-images): Fix spec computing to include start/end.
3386
3387         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3388
3389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3392         deletion.
3393         (nnimap-retrieve-headers): Don't select the group, because that's
3394         already done by nnimap-possibly-change-group.
3395
3396         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3397         (gnus-picon-transform-address): Use it.
3398
3399         * mail-source.el (mail-source-value): Revert previous patch.
3400
3401         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3402         on failure.
3403         (nnimap-open-connection): Look up both virtual and physical server name
3404         credentials.
3405
3406         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3407
3408 2009-02-07  Dave Love  <fx@gnu.org>
3409
3410         * tls.el (open-tls-stream): Don't query killing process.
3411
3412 2009-02-08  Dave Love  <fx@gnu.org>
3413
3414         * gnus-win.el (gnus-window-to-buffer-helper)
3415         (gnus-all-windows-visible-p): Function needn't be a symbol.
3416
3417         * mail-source.el (mail-source-value): Function needn't be a symbol.
3418
3419 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * message.el (message-cite-prefix-regexp): Remove } from the cite
3422         prefix.
3423
3424         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3425         highlight again, so that the highlight is correct.
3426
3427         * gnus-picon.el (gnus-picon): Remove again.
3428         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3429
3430         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3431         doing the header highlightling, so that the background colour of the
3432         picon is correct.
3433
3434         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3435         (gnus-picon): Ditto.
3436         (gnus-picon): Reinstate.  The background colour for picons is white.
3437         (gnus-picon-insert-glyph): Make the background white.
3438
3439         * nnml.el (nnml-open-nov): Don't return dead buffers.
3440
3441         * auth-source.el (auth-source-create): Query the user for whether to
3442         store the credentials.
3443
3444         * netrc.el (netrc-store-data): New function.
3445
3446         * auth-source.el (auth-source-user-or-password): Use the existing auth
3447         sources, if any, for creation.
3448
3449         * gnus.el (gnus-group-fast-parameter): Return the last matching
3450         parameter instead of the first matching parameter.
3451
3452 2010-09-26  Julien Danjou  <julien@danjou.info>
3453
3454         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3455
3456 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * mml2015.el (mml2015-use): Remove gpg support.
3459
3460         * mml1991.el (mml1991-function-alist): Remove gpg function.
3461         (mml1991-gpg-sign): Remove.
3462
3463 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3464
3465         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3466         (gnus-browse-unsubscribe-current-group): Document it.
3467         (gnus-browse-unsubscribe-group): Use it.
3468
3469 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3472         address to the To list for easier response.
3473
3474         * gnus.el (gnus-play-startup-jingle): Remove.
3475         (gnus-splash): Don't play jingle.
3476         (gnus): Silence gnus-load message.
3477
3478         * gnus-art.el (gnus-treat-play-sounds): Remove.
3479
3480         * gnus.el (gnus-play-jingle): Remove audio support.
3481
3482         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3483
3484         * earcon.el: Remove -- no users.
3485
3486         * gnus-audio.el: Remove -- no users of this package.
3487
3488         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3489
3490         * gnus-start.el (gnus-setup-news): Remove nocem support.
3491
3492         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3493
3494         * gnus.el (gnus-use-nocem): Remove.
3495
3496         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3497         Remove.
3498
3499         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3500         uses NoCeM any more.
3501
3502         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3503         (gnus-button-ctan-handler): Ditto.
3504         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3505         (gnus-button-ctan-directory-regexp): Ditto.
3506         (gnus-button-handle-ctan): Ditto.
3507         (gnus-button-tex-level): Ditto.
3508         (gnus-button-alist): Remove CTAN stuff.
3509
3510 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3513         nnimap-streaming test.
3514
3515         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3516         servers twice.
3517
3518         * nnimap.el (nnimap-open-connection): Add more error reporting when
3519         nnimap fails early.
3520
3521         * nnheader.el (nnheader-get-report-string): New function.
3522         (nnheader-get-report): Use it.
3523
3524         * gnus-int.el (gnus-check-server): Say what the error was when opening
3525         failed.
3526
3527         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3528         using streaming.
3529
3530 2010-09-25  Julien Danjou  <julien@danjou.info>
3531
3532         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3533         gnus-window-inside-pixel-edges.
3534
3535 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3538
3539         * mm-decode.el (mm-save-part): Allow saving to other directories the
3540         normal Emacs way.
3541
3542         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3543         Suggested by Jay Berkenbilt.
3544
3545         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3546         there isn't a single byte.
3547
3548         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3549         just do it.  It doesn't really seem to matter what the user responds
3550         here, I think, so it's just a confusing question.
3551
3552         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3553         non-streaming case.
3554
3555         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3556         (gnus-article-encrypt-body): Use it.
3557
3558         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3559         keystroke.
3560
3561         * nnimap.el (nnimap-find-wanted-parts-1):
3562         Use gnus-fetch-partial-articles.
3563
3564         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3565
3566         * nnimap.el (nnimap-insert-partial-structure): New function.
3567         (nnimap-get-partial-article): New function.
3568         (nnimap-request-article): Use it.
3569         (nnimap-wait-for-response): Return whether the wait was successful.
3570         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3571         retrieval wasn't successful.
3572         (nnimap-retrieve-group-data-early): Allow throttling servers.
3573         (nnimap-streaming): New variable.
3574         (nnimap-fetch-partial-articles): Remove.
3575
3576         * mm-decode.el (mm-with-part): Protect against killed buffers.
3577
3578         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3579         for prettier summary display.
3580
3581 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3582
3583         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3584
3585 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3588         apparently third-party libraries depend on it.
3589
3590         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3591         before starting negotiation.
3592
3593         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3594         privacy reasons.
3595         (gnus-treat-mail-gravatar): Ditto.
3596
3597         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3598         buffer when inserting images.  Inserting text into the headers, for
3599         instance, can make them invalid.
3600
3601 2010-09-25  Julien Danjou  <julien@danjou.info>
3602
3603         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3604         variables.
3605
3606         * nnheader.el: Remove useless variables news-reply-yank-from and
3607         news-reply-yank-message-id.
3608
3609         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3610         variables.
3611
3612         * mml1991.el: Remove useless mml1991-verbose.
3613
3614         * gnus.el: Remove useless variable gnus-use-generic-from.
3615         Remove obsolete variable gnus-topic-indentation.
3616
3617         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3618
3619         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3620
3621         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3622
3623         * gnus-group.el: Remove useless gnus-group-icon-cache.
3624         Remove useless gnus-ephemeral-group-server.
3625
3626         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3627
3628         * mml2015.el: Remove useless mml2015-verbose.
3629
3630         * mml-smime.el: Remove useless mml-smime-verbose.
3631
3632         * gnus.el: Remove useless gnus-local-domain.
3633
3634         * gnus-gravatar.el (gnus-gravatar-transform-address):
3635         Use gnus-gravatar-size.
3636
3637         * gnus-art.el: Remove useless gnus-treat-translate.
3638
3639 2010-09-24  Julien Danjou  <julien@danjou.info>
3640
3641         * gnus-sum.el: Add support for Gravatars.
3642
3643         * gnus-art.el: Add support for Gravatars.
3644
3645         * gnus-gravatar.el: Add this file.
3646
3647         * gravatar.el: Add this file.
3648
3649 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3652
3653         * gnus-group.el (gnus-group-fetch-faq): Remove.
3654
3655         * gnus.el (gnus-group-faq-directory): Remove.
3656
3657         * gnus-group.el (gnus-group-fetch-charter): Remove.
3658
3659         * gnus.el (gnus-group-charter-alist): Remove.
3660
3661         * gnus-group.el (gnus-group-archive-directory): Remove.
3662         (gnus-group-recent-archive-directory): Ditto.
3663         (gnus-group-make-archive-group): Remove.
3664
3665         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3666
3667         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3668         use the same article number for all the cached articles.
3669
3670         * nnimap.el (nnimap-command): Register the last command time so
3671         that we can use it for idling NOOPs.
3672         (nnimap-open-connection): Start the keeplive timer.
3673         (nnimap-make-process-buffer): Store all the process buffers.
3674         (nnimap-keepalive): New function.
3675
3676         * starttls.el (starttls-open-stream): Add autoload cookie.
3677
3678 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3679
3680         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3681         handling.
3682
3683 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3686         its data structures.
3687
3688         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3689         instead of the cl.el copy-list.
3690         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3691         equalp.
3692
3693 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3696         and tool-bar-local-item-from-menu.
3697
3698         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3699         mode-line-highlight face for Emacs.
3700
3701         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3702         loading gnus-sum.elc; fix comment for canlock-verify.
3703         (gnus-article-jump-to-part): Use read-number.
3704         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3705         Remove Emacs pre-21 compatible code for help-echo.
3706         (gnus-article-next-page-1): No need to adjust the number of lines.
3707         (gnus-article-describe-bindings): Always use help-buffer.
3708
3709         * gnus-audio.el (gnus-audio-inline-sound)
3710         * gnus-cus.el (gnus-custom-mode)
3711         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3712
3713         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3714
3715         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3716         compatible code.
3717
3718 2010-09-24  Glenn Morris  <rgm@gnu.org>
3719
3720         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3721         visiting the fcc file in rmail-mode.
3722
3723         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3724
3725 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * nnir.el: Silence the byte compiler.
3728
3729         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3730         alias to browse-url-url-encode-chars if any.
3731         (gnus-html-encode-url): Use it.
3732
3733 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * gnus-start.el (gnus-use-backend-marks): New variable.
3736         (gnus-get-unread-articles-in-group): Use it.
3737
3738         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3739         makeover.
3740
3741 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3742
3743         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3744
3745 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3748         Remove.
3749         (gnus-setup-news-hook):
3750         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3751
3752         * gnus-int.el (gnus-request-update-info): Protect against backends not
3753         having the function.
3754
3755         * nnimap.el (nnimap-stream): Mention starttls.
3756         (nnimap-open-connection): Add starttls support.
3757
3758 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3759
3760         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3761
3762 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3765         BODYSTRUCTUREs.
3766         (nnimap-transform-headers): Unfold quoted {42} headers.
3767
3768         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3769         the info.
3770         (gnus-get-unread-articles): Only call updatep on backends that support
3771         it.
3772
3773         * nnweb.el (nnweb-request-update-info): NOOP.
3774
3775         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3776
3777         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3778         since it only deals with marks.
3779
3780         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3781         gnus-request-marks, and make a new gnus-request-update-info.
3782
3783         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3784         the active instead of the high number, which is usually too low.
3785
3786 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3787
3788         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3789         * encrypt.el: Remove.
3790
3791 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3794         server in symbolic form.
3795
3796         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3797
3798 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3801         (nnimap-update-info): Fix up code slightly.
3802
3803         * gnus-int.el (gnus-open-server): Add tracing for performance
3804         debugging.
3805
3806         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3807         (gnus-group-insert-group-line): Pass the real group name so that it
3808         gets the right data.
3809
3810         * gnus-start.el (gnus-get-unread-articles): Don't have
3811         `gnus-get-unread-articles-in-group' update info, since that can be
3812         really slow and doesn't seem to be needed?
3813
3814 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3815
3816         * time-date.el (date-to-time): Try using parse-time-string first before
3817         using the slower timezone-make-date-arpa-standard.
3818
3819 2010-09-22  Julien Danjou  <julien@danjou.info>
3820
3821         * gnus-group.el (gnus-group-insert-group-line):
3822         Call gnus-group-highlight-line.
3823         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3824         default hook list.
3825         (gnus-group-update-eval-form): Add new function.
3826         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3827         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3828
3829 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3832         immediate, then expire all articles.
3833         (nnimap-update-info): Fix off-by-one errors.
3834         (nnimap-flags-to-marks): Would return no marks lists for group with no
3835         flags.  Instead return the other data.
3836
3837 2010-09-22  Julien Danjou  <julien@danjou.info>
3838
3839         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3840         Only return an icon.
3841         (gnus-group-insert-group-line): Compute icon to return.
3842
3843         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3844         (gnus-html-image-fetched): Only cache if
3845         gnus-html-image-automatic-caching is set.
3846         (gnus-html-image-fetched): Check for errors.
3847
3848 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3851         once per method on `g'.  This ensures that backends like nnfolder don't
3852         open all their folders.
3853
3854         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3855         (nnimap-request-list): Nix out group in the correct buffer.
3856         (nnimap-parse-flags): Implement by using `read' instead of
3857         hand-parsing.
3858         (nnimap-flags-to-marks): Pass on permanent-flags.
3859         (nnimap-make-process-buffer): Record the server name.
3860         (nnimap-parse-flags): Fix typo.
3861         (nnimap-request-scan): Run split on the server in general, not just a
3862         single group.
3863
3864         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3865         parameter, and propagate this downwards.
3866
3867         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3868         since EXAMINE changes it on the server.
3869
3870         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3871         this command might take a while.
3872
3873 2010-09-22  Julien Danjou  <julien@danjou.info>
3874
3875         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3876         harmful if you have 2 images side-by-side, they can't be properly
3877         update on text deletion.  Using text-property is safer here.
3878         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3879         data.
3880
3881 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * nnimap.el (nnimap-expunge-inbox): Remove.
3884         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3885         (nnimap-expunge): Flip default to t.
3886
3887         * gnus.el (gnus-method-to-server): Don't push things to the cache
3888         unless it's unique.
3889         (gnus-server-to-method): Ditto.
3890
3891 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3892
3893         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3894
3895 2010-09-22  Julien Danjou  <julien@danjou.info>
3896
3897         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3898         get the start of data.
3899         (gnus-html-encode-url): Add this function to encode special chars in
3900         URL.
3901         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3902         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3903
3904         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3905         default.
3906         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3907
3908         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3909         images alt-text.
3910         (gnus-html-put-image): Put alt-text as help-echo.
3911
3912 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3915         * mm-util.el (mm-decompress-buffer)
3916         * nnir.el (nnir-run-find-grep)
3917         * pop3.el (pop3-list): Use 3rd arg of split-string.
3918
3919         * time-date.el (format-seconds): Comment fix.
3920
3921         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3922         and byte-optimize-form-code-walker.
3923         (dgnushack-make-auto-load): Don't advise make-autoload.
3924
3925         * lpath.el: Remove Emacs 21 stuff.
3926
3927 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3930         outside the active range.  Suggested by Dan Christensen.
3931
3932         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3933         slightly later to avoid double-getting it.
3934
3935         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3936         previous patch.
3937
3938         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3939
3940 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3941
3942         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3943
3944 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * gnus-int.el (gnus-open-server): Give a better error message in the
3947         "go offline" case.
3948
3949         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3950         marks for nnimap, which is seldom the right thing to do.
3951
3952         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3953         (gnus-same-method-different-name): New function.
3954
3955         * nnimap.el (parse-time): Require.
3956
3957         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3958         method in the presence of many similar methods.
3959
3960         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3961
3962         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3963         nnml-inhibit-expiry.
3964
3965         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3966         find out whether methods are equal.
3967
3968         * nnimap.el (nnimap-find-expired-articles): New function.
3969         (nnimap-process-expiry-targets): New function.
3970         (nnimap-request-move-article): Request the article before looking at
3971         what the Message-ID is.  Fix found by Andrew Cohen.
3972         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3973
3974         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3975         for oldness in addition to being a predicate.
3976
3977         * nnimap.el (nnimap-request-group): When we have zero articles, return
3978         the right data to Gnus.
3979         (nnimap-request-expire-articles): Only delete articles immediately if
3980         the target is 'delete.
3981
3982         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3983         method, this would bug out.
3984
3985         * gnus-group.el (gnus-group-expunge-group): Rename from
3986         gnus-group-nnimap-expunge, and implemented as a normal interface
3987         function.
3988
3989         * gnus-int.el (gnus-request-expunge-group): New function.
3990
3991         * nnimap.el (nnimap-request-create-group): Implement.
3992         (nnimap-request-expunge-group): New function.
3993
3994 2010-09-21  Julien Danjou  <julien@danjou.info>
3995
3996         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3997         (gnus-html-cache-expired): Add new function.
3998         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3999         wethever we should display image for fetch it.
4000         Compute alt-text earlier to pass it to the fetching function too.
4001         (gnus-html-schedule-image-fetching): Change function argument to only
4002         get one image at a time, not a list.
4003         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4004         cache.
4005         (gnus-html-get-image-data): New function to retrieve image data from
4006         cache.
4007         (gnus-html-put-image): Change buffer argument to use image data rather
4008         than file, and place image above region rather than inserting a new
4009         one.  Do not take alt-text as argument, since it's useless now: we place
4010         the image above alt-text.
4011         (gnus-html-prune-cache): Remove.
4012         (gnus-html-show-images): Start to fetch image when we find one, do not
4013         push into a temporary list.
4014         (gnus-html-prefetch-images): Only fetch image if they have expired.
4015         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4016         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4017
4018 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4021
4022 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4025         spec inser "*" if the group isn't active instead of 0.
4026
4027         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4028         opening the server.
4029         (nnimap-request-delete-group): Implement group deletion.
4030         (nnimap-transform-headers): Return the size of the entire message in
4031         the Bytes header, not just the size of the first part.
4032         (nnimap-request-move-article): When moving an article from nnimap,
4033         request the article first so the accepting form has an article to
4034         accept.  Reported by Dan Christensen.
4035         (nnimap-command): Make sure that the error message doesn't error out.
4036
4037 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4038
4039         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4040         we haven't requested anything.
4041
4042 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4045         "".  Fix found by Andrew Cohen.
4046
4047         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4048         instead of -encode-string.
4049
4050 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4053
4054         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4055         by mm-subst-char-in-string.
4056
4057 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4060         waiting for the connection string.
4061
4062         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4063         arriving.
4064
4065         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4066         bogus characters.  This allows selecting certain Gmail groups.
4067
4068         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4069         (nnimap-fetch-partial-articles): New variable.
4070         (nnimap-open-connection): When looking for credentials, also use the
4071         nnimap-server-port.
4072         (nnimap-request-article): Return the group/article number, so that Gnus
4073         `^' works as expected.
4074         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4075
4076         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4077         comments.
4078         (gnus-methods-sloppily-equal): New function.
4079         (gnus): When using the development version of Gnus, load the gnus-load
4080         file.
4081
4082         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4083         `gnus-open-server' on each method before trying to scan them etc.
4084         This ensures that all the backend parameters are set correctly.
4085
4086         * nnimap.el (nnimap-authenticator): New variable.
4087         (nnimap-open-connection): Allow anonymous login.
4088         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4089         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4090
4091         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4092         patch, found by Knut Anders Hatlen.
4093
4094 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4095
4096         * gnus-agent.el (gnus-agent-batch-confirmation)
4097         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4098         to gnus-message.
4099         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4100         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4101         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4102         * gnus-int.el (gnus-open-server): Likewise.
4103         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4104         (gnus-score-check-syntax): Likewise.
4105         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4106         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4107         Likewise.
4108         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4109
4110 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4113         calling conventions so that prefetch doesn't bug out.
4114
4115 2010-09-19  Julien Danjou  <julien@danjou.info>
4116
4117         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4118         rather than `subst-char-in-region' in order to be able to replace ASCII
4119         char by UTF-8 ones.
4120
4121         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4122         than curl.
4123         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4124         the right URL and ALT text on images.
4125         (gnus-html-wash-tags): Fix tag case.
4126         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4127         (gnus-article-html): Add -o display_ins_del=2 option.
4128         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4129
4130 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4133         the extra mail headers, which sometimes seem to happen for unknown
4134         reasons.
4135
4136         * mail-parse.el (mail-header-encode-parameter): Define as
4137         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4138         (or most, perhaps?) mail readers don't understand the latter, but do
4139         understand the former.
4140
4141         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4142         to nil, so that no methods are automatically agentized.  I think this
4143         is probably what most users want.
4144
4145         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4146         from url-retrieve, for instance about invalid URLs.
4147
4148         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4149         groups that have no articles.
4150         (nnimap-request-article): Check that we really got an article when we
4151         requested one.
4152
4153         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4154         doesn't exist.
4155
4156         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4157         nntp buffer so the agent can save it.
4158         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4159         that CRLF doesn't get translated to \n.
4160         (nnimap-open-connection): Don't make 'shell commands only send \n.
4161
4162 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4163
4164         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4165         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4166         Update var name.
4167         (nnml-generate-nov-file): Use dolist.
4168         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4169         Use with-current-buffer.
4170
4171 2010-09-18  Julien Danjou  <julien@danjou.info>
4172
4173         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4174         parallel.
4175
4176 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4179         the range update right.
4180         (nnimap-request-group): Don't make `M-g' bug out on group with no
4181         marks.
4182         (nnoo): Require, so that other packages can require nnimap.
4183         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4184         command we're looking for.  This helps when the server sends more
4185         responses after we've gotten everything we expected.
4186         (nnimap): Add a `newlinep' field to keep track of end-of-line
4187         conventions.
4188         Don't send CRLF to things that don't want it.
4189         (nnimap-request-accept-article): Ditto.
4190
4191 2010-09-18  Julien Danjou  <julien@danjou.info>
4192
4193         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4194         than curl to retrieve images.
4195
4196 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4199         the marks.
4200         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4201         (nnimap-wait-for-connection): New function.
4202         (nnimap-open-connection): If we have PREAUTH, don't query for login
4203         credentials.
4204         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4205         when doing a partial update.
4206
4207 2010-09-18  Julien Danjou  <julien@danjou.info>
4208
4209         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4210         tags.
4211
4212 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nnimap.el (nnimap-credentials): New function.
4215         (nnimap-open-connection): Use the new function to look for credentials
4216         also on the numeric equivalents of "imap" and "imaps".
4217
4218         * gnus-start.el (gnus-activate-group): Send the info to
4219         gnus-request-group.
4220
4221         * nnimap.el (nnimap-request-group): Have the "check" version of the
4222         function parse flags and update the info, so that a `M-g' get a total
4223         resync of all flags from the group.
4224
4225         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4226         to allow backends to alter the info on group selection.  Also alter all
4227         the backend -request-group functions to take the parameter.
4228
4229         * nnimap.el (nnimap-store-info): New function.
4230         (nnimap-update-info): Store the info for later usage.
4231         (nnimap-request-group): Use the stored info for the dont-check case, so
4232         that we don't retrieve all marks when we enter a group.
4233
4234         * nnimap.el: Use deffoo instead of defun for interface functions.
4235
4236         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4237         update the group info.  This makes the nndraft groups, for instance, go
4238         back to their old behaviour.
4239
4240         * gnus-sum.el (gnus-select-newsgroup): Indent.
4241
4242         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4243         in.
4244         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4245         nothing.
4246
4247         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4248         from methods that are denied.
4249
4250         * gnus-int.el (gnus-method-denied-p): New function.
4251
4252         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4253         store the password instead of netrc.
4254         (nnimap-open-connection): Don't error out when we can't make a
4255         connections.
4256
4257         * auth-source.el (auth-source-create): In the password prompt, say what
4258         we're querying for.  Also prompt for user name if that hasn't been
4259         given.
4260
4261         * nnimap.el (nnimap-with-process-buffer): Remove.
4262
4263 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4266         method when we're reading from the agent.
4267
4268         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4269
4270         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4271         that's probably most useful for users.
4272
4273         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4274         "failed" all the time.
4275
4276         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4277         ...)) with (with-current-buffer ... ).
4278
4279         * nntp.el (nntp-open-server): Return whether the open was successful or
4280         not.
4281
4282         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4283         select an unread unseen article first.
4284
4285         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4286         /etc/services, supply some sensible port defaults.
4287
4288         * dgnushack.el: Define netrc-credentials.
4289
4290 2010-09-17  Julien Danjou  <julien@danjou.info>
4291
4292         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4293
4294 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4295
4296         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4297         doesn't have any parameters.
4298
4299 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4302         only upcased checks.
4303
4304         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4305
4306         * nnimap.el (nnimap-open-shell-stream): New function.
4307         (nnimap-open-connection): Use it.
4308         (nnimap-transform-headers): Get the number of lines in each message.
4309         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4310         number of lines.
4311         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4312         problem.
4313
4314         * utf7.el (utf7-encode): Autoload.
4315
4316         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4317         to allow the mail splitting to not return a default group.  This is
4318         useful for nnimap, which will leave unmatched mail in the inbox.
4319
4320         * nnimap.el: Rewritten.
4321
4322         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4323         nnimap usage.
4324
4325         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4326         if the move is internal, so that nnimap can do fast internal moves.
4327
4328         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4329         data.
4330         (gnus-read-active-for-groups): Support finishing the early retrieval of
4331         data.
4332
4333         * gnus-range.el (gnus-range-nconcat): New function.
4334
4335         * gnus-int.el (gnus-finish-retrieve-group-infos)
4336         (gnus-retrieve-group-data-early): New functions.
4337
4338 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4339
4340         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4341         (nnrss-retrieve-groups):
4342         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4343         (pop3-quit): Use with-current-buffer.
4344
4345 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4348         instead of nnheader-accept-process-output.
4349
4350         * dgnushack.el (dgnushack-compile): Add comment.
4351
4352         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4353
4354         * gnus-html.el (gnus-html-schedule-image-fetching)
4355         (gnus-html-prefetch-images): Replace process-kill-without-query by
4356         gnus-set-process-query-on-exit-flag.
4357
4358 2010-09-16  Romain Francoise  <romain@orebokech.com>
4359
4360         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4361
4362 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4365         parameter to unintern is mandatory-ish in Emacs 24.
4366
4367         * gnus-html.el (gnus-html-schedule-image-fetching)
4368         (gnus-html-prefetch-images): Check for curl before using it.
4369
4370         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4371         depend on curl, which isn't essential.
4372
4373         * imap.el: Revert back to version
4374         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4375         seem problematic.
4376
4377 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4378
4379         * gnus-registry.el (gnus-registry-install-shortcuts):
4380         Explicitly pass `obarray' to `unintern' to avoid a warning.
4381
4382 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4385         change.
4386
4387         * nnrss.el (nnrss-request-list): Remove this function and related
4388         functions, including the moreover stuff.
4389
4390 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * nnrss.el (nnrss-retrieve-groups): New function.
4393
4394 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4395
4396         * .dir-locals.el: Add no-byte-compile cookie.
4397
4398 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * time-date.el (format-seconds): Comment fix.
4401
4402         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4403         for back end that doesn't support request-scan.
4404
4405 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4408         then do request scans from the backends.
4409
4410         * netrc.el (netrc-credentials): New conveniency function.
4411
4412         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4413         avoid running a hook per line, since this takes a lot of time,
4414         profiling shows.
4415         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4416         directly if gnus-visual-p is true.
4417
4418 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4421         groups; replace mapcar with dolist which is a bit faster; pass groups
4422         info to gnus-read-active-file-1.
4423         (gnus-read-active-file-1): Scan only specified groups if the new
4424         optional arg `infos' is given.
4425
4426 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4429
4430         * pop3.el (pop3-movemail): Remove.
4431         (pop3-streaming-movemail): Rename to pop3-movemail.
4432
4433         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4434         don't restrict end-tag searches to the end of the line.
4435
4436 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4439         articles of every unchecked group to t, which means unknown since the
4440         server has never been opened.
4441
4442 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-html.el (gnus-html-show-alt-text): New command.
4445         (gnus-html-browse-image): Ditto.
4446         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4447         to browse the image directly.
4448         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4449         better.
4450
4451         * gnus-async.el (gnus-async-article-callback):
4452         Call `gnus-html-prefetch-images' unconditionally.
4453
4454         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4455         before feeding URLs to curl.
4456
4457 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4460         internal images as deletable by `W D D'.
4461
4462         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4463         (gnus-async-article-callback): Fix typo.
4464
4465 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4468         current line to work around bugs in the output from w3m.
4469
4470         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4471         for groups that want that.
4472
4473         * nntp.el (nntp-wait-for-string): Supply a timeout for
4474         accept-process-output to ensure progress.
4475
4476         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4477         level to get unread articles from, then use that for foreign groups,
4478         too.
4479
4480         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4481         confuses the rest of the function.
4482
4483         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4484         for the methods that support -retrieve-groups, too.
4485
4486         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4487
4488 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4491         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4492
4493         * pop3.el: Require cl when compiling.
4494         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4495
4496 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4499         that aren't going to be activated.
4500         (gnus-get-unread-articles): Fix up the last commit.
4501
4502         * gnus-html.el (gnus-article-html): Allow calling without specifying
4503         the handle.  In that case, dissect the buffer first.
4504
4505         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4506
4507         * nnimap.el (nnimap-open-connection): Revert the change that would look
4508         into authinfo for imaps instead of imap.
4509
4510         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4511         say that you don't want to call gnus-request-group with don-check, but
4512         do check the reponse.  This is for virtual groups only.
4513         (gnus-get-unread-articles): Count the archive groups as secondary, so
4514         that they're activated the same way as before.
4515
4516         * imap.el (imap-message-map): Removed optional buffer parameter, since
4517         no callers use it.
4518         (imap-message-get): Ditto.
4519         (imap-message-put): Ditto.
4520         (imap-mailbox-map): Ditto.
4521         (imap-mailbox-put): Ditto.
4522         (imap-mailbox-get): Ditto.
4523         (imap-mailbox-get): Revert last change for this function.
4524
4525         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4526         case-insensitively.
4527         (nnimap-debug): Remove.
4528
4529         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4530         to use `imap-fetch' instead.  According to the comments, this should be
4531         safe, since all other IMAP clients use the 1:* syntax.
4532         (imap-enable-exchange-bug-workaround): Removed.
4533         (imap-debug): Removed -- doesn't seem very useful.
4534
4535         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4536         mail from a file, and the file doesn't exist.
4537
4538         * imap.el (imap-log): New convenience function used throughout instead
4539         of repeating the same code all over the place.
4540
4541         * pop3.el (pop3-streaming-movemail): Return t for success.
4542
4543         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4544         .authinfo if we're using ssl connection.
4545
4546         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4547         already have if we're in a main Gnus `g' run.
4548
4549         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4550
4551 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4554
4555         * nnmh.el (nnmh-request-list-1): Bind `file'.
4556
4557         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4558         alias to set-process-query-on-exit-flag or process-kill-without-query.
4559         (pop3-open-server): Use it.
4560
4561 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4564         box to the Incoming file.  Fixes mistake in previous checkin.
4565
4566         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4567         request loop (for debugging purposes) removed.
4568
4569         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4570         culprit is more visible.
4571         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4572         (nnml-add-incremental-nov): New functions to do "incremental" nov
4573         updates, where we just append to the end of the existing nov files
4574         without reading/writing them in full.
4575
4576         * mail-source.el (mail-source-delete-crash-box): Really only check the
4577         incoming files once in a while.
4578
4579         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4580
4581         * mail-source.el (mail-source-delete-crash-box): Only check the
4582         incoming files for deletion once per day to save a lot of file
4583         accesses.
4584
4585         * pop3.el (pop3-logon): Fix up unbound variable typo.
4586
4587         * mail-source.el (pop3-streaming-movemail): Autoload.
4588
4589         * pop3.el (pop3-streaming-movemail):
4590         Respect pop3-leave-mail-on-server.
4591
4592         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4593         retrieval.
4594
4595         * pop3.el (pop3-process-filter): Remove unused function.
4596         (pop3-streaming-movemail, pop3-send-streaming-command)
4597         (pop3-wait-for-messages, pop3-write-to-file)
4598         (pop3-number-of-responses): New functions for streaming pop3
4599         retrieval.
4600
4601         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4602         come from no known methods.
4603         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4604         list.
4605
4606         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4607         message sizes.
4608         (pop3-movemail): Use erase-buffer instead of looping and deleting
4609         regions, which seems rather odd.
4610
4611         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4612         file once per `g' run.
4613
4614         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4615         directories.  This makes the draft queue directory work.
4616
4617         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4618         data from the backends, so that we only request the list of groups from
4619         each method once.  This should speed things up considerably.
4620
4621         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4622         detect that it's not implemented.
4623
4624         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4625         we actually do recurse down into the tree, but don't stat all leaf
4626         nodes.
4627
4628         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4629         then say so instead of bugging out.
4630
4631         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4632         files exist before trying to read them.
4633
4634         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4635         around <pre_int>.
4636
4637         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4638
4639         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4640
4641 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * mm-util.el (mm-image-load-path): Just return the image directories,
4644         not all directories in the path in addition to the image directories.
4645         (mm-image-load-path): Maintain a cache of the image directories so that
4646         the `g' command in Gnus doesn't have to stat dozens of directories each
4647         time.
4648
4649         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4650         (gnus-html-wash-tags): Add a new `i' command to insert images.
4651         (gnus-html-insert-image): New command and keystroke.
4652         (gnus-html-redisplay-with-images): New command and keystroke.
4653         (gnus-html-show-images): Rename command.
4654         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4655         spacers.
4656         (gnus-html-wash-tags): Decode entities at the end, so that entities
4657         inside the tags don't mess up the rest of the "parsing".
4658
4659         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4660         so that nnimap methods aren't agentized by default.  There's apparently
4661         many problems related to agent/imap behaviour.
4662
4663         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4664
4665         * gnus-html.el: Doc fix.
4666
4667 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4670         specifier-spec-list for Emacs 21.
4671
4672         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4673         glyph-width and glyph-height instead of display-graphic-p and
4674         image-size; make avoidance of displaying small images work for XEmacs.
4675
4676         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4677         for XEmacs.
4678
4679         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4680         of symbol that holds plist data.
4681         (gnus-process-plist): Remove plist of process after getting it.
4682
4683 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * message.el (message-generate-hashcash): Change default to
4686         'opportunistic if hashcash is installed.
4687
4688         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4689         (gnus-html-put-image): Only call image-size once, since it's somewhat
4690         time-consuming on remote X servers.
4691
4692 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4695         type on data, not a file name.
4696
4697         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4698         window-pixel-edges for Emacs 21.
4699
4700         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4701         decoded contents.
4702         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4703
4704 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4707         group line format, since it isn't very interesting.
4708
4709         * gnus-agent.el (gnus-agent-short-article),
4710         (gnus-agent-long-article): Increase values for these two variables,
4711         since most people are likely to have more network connection and
4712         storage than before.
4713
4714         * gnus.el (gnus-refer-article-method): Change default to 'current.
4715         When referring an article, the common behaviour is to refer it from the
4716         current select method, not the native select method.  The chances of
4717         the native select method having the message in question is rather slim
4718         these days.
4719
4720         * gnus-sum.el (gnus-auto-select-subject): Change default to
4721         `unseen-or-unread'.  I think it's likely that most people want to
4722         select an unseen article over a previously seen, but unread one.
4723
4724         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4725         means that in the article buffer none of the minor mode elements will
4726         be shown, usually, and this is not desirable in most cases.
4727
4728         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4729         that commands like `d' (and the like) go to the next line in the
4730         buffer, instead of the next unread article.  I think this is the
4731         behaviour that is most natural for most users.
4732         (gnus-single-article-buffer): Change default to nil, so that people can
4733         have as many article buffers open as they have summary buffer.  I think
4734         this is the most natural way for the groups to behave.
4735
4736         * message.el (message-generate-new-buffers): Change default to
4737         `unsent', so that all new message buffers start their names with the
4738         string "*unsent", and it's easier to find the buffers if you move from
4739         them.
4740
4741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4744         small.  They're probably tracking images.
4745         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4746         (gnus-html-rescale-image): Yet another try at getting the image sizing
4747         right.
4748
4749         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4750         nntp-marks-file-name is nil.
4751
4752 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4753
4754         * gnus-html.el (gnus-html-wash-tags)
4755         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4756         Better logging.
4757
4758 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4761
4762         * gnus-html.el (gnus-html-wash-tags): Check the value of
4763         gnus-blocked-images in the summary buffer.
4764
4765 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4768
4769 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4772         like "a", it seems like.
4773         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4774         since it needs to be picked from the correct buffer.
4775
4776         * nnwfm.el: Remove.
4777
4778         * nnlistserv.el: Remove.
4779
4780 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4783         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4784
4785 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * nnkiboze.el: Remove.
4788
4789         * nndb.el: Remove.
4790
4791         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4792         alt text.
4793         (gnus-html-rescale-image): Try to get the rescaling logic right for
4794         images that are just wide and not tall.
4795
4796         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4797         overshadow variable bindings.
4798
4799 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * gnus-html.el (gnus-html-wash-tags)
4802         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4803         Add extra logging.
4804
4805 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4806
4807         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4808         (gnus-max-image-proportion): New variable.
4809         (gnus-html-rescale-image): New function.
4810         (gnus-html-put-image): Rescale images.
4811
4812 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         Fix up some byte-compiler warnings.
4815         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4816         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4817         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4818         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4819         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4820         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4821         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4822
4823 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-html.el (gnus-article-html): Decode contents by charset.
4826
4827 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4830         (gnus-html-frame-width, gnus-blocked-images)
4831         * message.el (message-prune-recipient-rules): Add custom version.
4832         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4833
4834         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4835         functions.
4836
4837         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4838         gnus-process-get.
4839
4840 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4841
4842         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4843         instead of lsub directly.
4844
4845 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * nnwarchive.el: Remove.
4848
4849         * gnus-soup.el: Remove.
4850
4851         * nnsoup.el: Remove.
4852
4853         * nnultimate.el: Remove.
4854
4855         * gnus-html.el (gnus-blocked-images): New variable.
4856
4857         * message.el (message-prune-recipients): New function.
4858         (message-prune-recipient-rules): New variable.
4859
4860         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4861         guess whether a long line is natural text or not.
4862
4863         * gnus-html.el (gnus-html-schedule-image-fetching):
4864         Use gnus-process-plist and friends for compatibility.
4865
4866 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4867
4868         * gnus-html.el: Require packages that define macros used in this file.
4869         (gnus-article-mouse-face): Declare to silence byte-compiler.
4870         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4871         process-get.
4872         (gnus-html-put-image): Use plist-get to avoid getf.
4873         (gnus-html-prefetch-images): Use with-current-buffer.
4874
4875 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-ems.el: Provide compatibility functions for
4878         gnus-set-process-plist.
4879
4880         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4881         header-line-format for XEmacs 21.4.
4882
4883         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4884         * gnus.el (gnus-valid-select-methods)
4885         * message.el (message-send-mail-partially-limit)
4886         * mm-decode.el (mm-text-html-renderer)
4887         * mml.el (mml-insert-mime-headers-always)
4888         * smiley.el (smiley-regexp-alist): Bump custom version.
4889
4890 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-html.el: require mm-url.
4893         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4894         with the url to `url'.
4895         (gnus-html-wash-tags): Support cid: URLs/images.
4896
4897 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4900         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4901         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4902
4903         * gnus-move.el: Remove file, since it doesn't really work.
4904
4905         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4906         UTF-8.  This seems to fix problems with some German web feeds.
4907
4908         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4909         at the top so that the proper colours are applied.
4910
4911         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4912         don't have dots in their names.
4913
4914         * gnus-art.el (gnus-article-view-part): Doc fix.
4915
4916         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4917         XEmacs-compatible.
4918         (gnus-html-put-image): Don't do images on non-graphic displays.
4919
4920         * nnslashdot.el: Remove this unused backend.
4921
4922         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4923         actions.
4924         (gnus-undo-register-1): Revert last change.
4925
4926         * gnus-group.el (gnus-group-completing-read): Protect against not
4927         having completion-styles bound.
4928
4929         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4930         make broken recipients happier.
4931
4932         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4933
4934         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4935         point parameter.
4936
4937         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4938
4939         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4940         completion-styles for group selection.
4941
4942 2009-02-04  Andreas Schwab  <schwab@suse.de>
4943
4944         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4945         headers and regexp-quote the match if necessary.
4946
4947 2009-03-24  Miles Bader  <miles@gnu.org>
4948
4949         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4950         the blinking smiley.
4951
4952 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4953
4954         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4955         blink smiley.
4956
4957 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4960         where the dribbel file lives exists.
4961
4962         * message.el (message-send-mail-partially-limit): Change the default to
4963         nil, since most people don't want this.
4964
4965         * mm-url.el (mm-url-decode-entities): Also decode entities like
4966         &#x3212.
4967
4968 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4969
4970         * gnus-sum.el (gnus-summary-idna-message):
4971         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4972         Hyperlink urls in docstrings with URL `...'.
4973
4974 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4975
4976         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4977         functions.
4978
4979 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4982         say what the mouseover text should be.
4983
4984         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4985         version of the mm-w3m-safe-url-regexp variable to only download images
4986         in the groups where we want that to happen.
4987
4988         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4989
4990         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4991         easier debugging.
4992         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4993         big pictures in the article buffer.
4994
4995         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4996         gnus-article-html.
4997         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4998         w3m.
4999
5000         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5001
5002 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5005         which doesn't exist.
5006
5007         * message.el (message-inhibit-ecomplete): New variable to allow some
5008         function to inhibit ecomplete address storage.
5009         (message-resend): Disable ecomplete message storage when resending
5010         messages.
5011
5012         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5013
5014 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5017         Save excursion while copying, moving, and deleting articles in order to
5018         prevent the cursor from jumping to unforeseen place.
5019
5020 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * lpath.el: No need to bind bookmark-current-buffer,
5023         bookmark-yank-point and bookmark-make-record-function.
5024
5025 2010-08-17  Glenn Morris  <rgm@gnu.org>
5026
5027         * gnus-sync.el: Require gnus components whose functions are used.
5028
5029         * gnus-art.el (bookmark-make-record-function):
5030         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5031         Declare for compiler.
5032
5033         * mm-url.el (mml-compute-boundary): Autoload.
5034
5035 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5038
5039 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         Typo fix "hoo4a" -> "hook".
5042
5043         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5044
5045 2010-08-14  Glenn Morris  <rgm@gnu.org>
5046
5047         * gnus-sync.el (gnus-sync): Fix defgroup version.
5048
5049 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5050
5051         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5052
5053         * gnus-sync.el: Fix docs.
5054         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5055         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5056
5057 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         Optimizations for gnus-sync.el.
5060
5061         * gnus-sync.el: Add docs about gnus-sync-backend
5062         possibilities.
5063         (gnus-sync-save): Remove unnecessary message.
5064         (gnus-sync-read): Optimize and show what groups were skipped.
5065
5066 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         Minor bug fixes for gnus-sync.el.
5069
5070         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5071         Don't read the sync on get-new-news.
5072
5073         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5074         quiet.
5075
5076         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5077         (fix typo).
5078
5079 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5080
5081         Make saving and restoring of hidden threads work with overlays.
5082         Patch applied by Ted Zlatanov.
5083
5084         * gnus-sum.el (gnus-hidden-threads-configuration)
5085         (gnus-restore-hidden-threads-configuration): Update to deal with text
5086         properties, rather than searching for a magic character.
5087
5088 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         New gnus-sync.el library for synchronization of marks.
5091
5092         * gnus-sync.el: New library for synchronization of marks.
5093
5094         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5095         renamed from `gnus-registry-grep-in-list'.
5096
5097         * gnus-registry.el (gnus-registry-follow-group-p):
5098         Use `gnus-grep-in-list'.
5099
5100         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5101
5102 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5105         determining charset of text fails.
5106
5107 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * nnmail.el (nnmail-get-new-mail-1): Revert.
5110
5111         * nnml.el (nnml-active-number): Make sure names of newly created groups
5112         in nnml-group-alist are encoded.
5113
5114 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5117         containing non-ASCII characters in active file for nnml back end.
5118
5119 2010-07-24  David Engster  <dengste@eml.cc>
5120
5121         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5122         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5123
5124 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5125
5126         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5127         tag (Bug#6654).
5128
5129 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5132         the article buffer, not the summary buffer.
5133
5134 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5137         Emacs 23 as well.
5138
5139 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5142         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5143
5144 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5145
5146         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5147         Patch applied by Karl Fogel.
5148
5149         * gnus-sum.el (gnus-summary-bookmark-make-record):
5150         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5151
5152 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5153
5154         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5155         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5156         C-w still not working correctly from Article buffers; Thierry's
5157         patch to fix that will be applied after this.
5158
5159         * gnus-art.el (bookmark-make-record-function): New local variable.
5160
5161         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5162         article buffer.
5163         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5164
5165 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5166
5167         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5168         on changes in bookmark.el.
5169
5170 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5173         `no-log' instead of message not to log prompt string.
5174
5175 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5176
5177         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5178         the *other* type of HTML form submission.
5179
5180 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5181
5182         * auth-source.el (auth-source-pick): If choice does not contain a
5183         questioned keyword, set the check to t.
5184
5185 2010-06-12  Romain Francoise  <romain@orebokech.com>
5186
5187         * gnus-util.el (gnus-date-get-time): Move up before first use.
5188
5189 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5192         (gnus-article-edit-part): Bind it to make last part that is substituted
5193         or deleted visible.
5194         (gnus-mime-display-single): Buttonize part of which id equals to
5195         gnus-mime-buttonized-part-id.
5196
5197 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5198
5199         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5200         (gnus-dd-mmm): Use gnus-date-get-time.
5201         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5202         simplify logic.
5203         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5204         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5205
5206 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5207
5208         * auth-source.el (top): Autoload `secrets-list-collections',
5209         `secrets-create-item', `secrets-delete-item'.
5210         (auth-sources): Fix tag string.
5211         (auth-get-source, auth-source-retrieve, auth-source-create)
5212         (auth-source-delete): New defuns.
5213         (auth-source-pick): Rewrite in order to avoid 2 passes.
5214         (auth-source-forget-user-or-password): New parameter USERNAME.
5215         (auth-source-user-or-password): New parameters CREATE-MISSING and
5216         DELETE-EXISTING.  Retrieve password interactively, if needed.
5217
5218 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5219
5220         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5221         deleting unused directories when gnus-expert-user is t.
5222
5223 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5226         for each temp file when gnus-article-browse-delete-temp is ask.
5227
5228 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5229
5230         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5231         Lisp calls to delete-backward-char by calls to delete-char.
5232
5233 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5234
5235         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5236
5237 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5238
5239         * password-cache.el (password-cache-remove): Fix docstring.
5240
5241 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5244         article unless decoding article to be saved.
5245
5246 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5249         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5250         generated within the mm-with-unibyte-current-buffer macro.
5251
5252 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5255         to nil when we're in a mml-preview buffer and no group is selected.
5256
5257 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5258
5259         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5260         when catching the `C-g'.  Reported by "Leo".
5261
5262 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * message.el (message-forward-make-body-plain)
5265         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5266         multibyte-string-p.
5267
5268         * lpath.el: Revert.
5269
5270 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * message.el (message-forward-make-body-mml): Assume original message
5273         is multibyte string; error on unibyte.
5274         (message-forward-make-body-plain): Ditto; don't add excessive newline
5275         in body end.
5276
5277         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5278
5279 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5280
5281         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5282         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5283
5284 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * mm-extern.el (mm-extern-url): Don't use
5287         mm-with-unibyte-current-buffer.
5288         (mm-extern-cache-contents): Use with-current-buffer instead of
5289         save-excursion + set-buffer.
5290
5291 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * mm-util.el (mm-emacs-mule): Remove.
5294
5295 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5296
5297         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5298         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5299         change.
5300
5301 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5304         bind the default value of enable-multibyte-characters to nil.
5305
5306 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * message.el (message-forward-make-body-plain)
5309         (message-forward-make-body-mml):
5310         Don't use mm-with-unibyte-current-buffer.
5311
5312 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5313
5314         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5315
5316 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5317
5318         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5319         (Bug#5592).
5320
5321 2010-05-07  Julien Danjou  <julien@danjou.info>
5322
5323         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5324         it to mm-pipe-part.
5325
5326         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5327         it is given.
5328
5329 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * binhex.el (binhex-decode-region-internal)
5332         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5333         (dns-query)
5334         * nnweb.el (nnweb-gmane-search)
5335         * pgg-parse.el (pgg-parse-armor)
5336         * pgg.el (pgg-verify-region)
5337         * sha1.el (sha1-string-external)
5338         * uudecode.el (uudecode-decode-region-internal)
5339         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5340         XEmacs.
5341
5342         * gnus-art.el (gnus-article-browse-html-parts)
5343         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5344         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5345         make-temp-file.
5346
5347         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5348         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5349         compiling.
5350
5351         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5352         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5353         XEmacs when compiling.
5354
5355         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5356         gnus-pick-mode-off-hook for XEmacs when compiling.
5357         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5358         gnus-binary-mode-off-hook for XEmacs when compiling.
5359
5360         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5361         Return nil if char-charset is not available.
5362
5363         * imap.el (imap-disable-multibyte)
5364         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5365         macros.
5366
5367         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5368         instead of encode-coding-string.
5369
5370         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5371         'xemacs) instead of mm-emacs-mule to switch function definitions.
5372         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5373
5374         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5375         bind temporary-file-directory for XEmacs;
5376         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5377         timer-set-function for XEmacs 21.4 and SXEmacs;
5378         bind timer-list for XEmacs 21.4 and SXEmacs;
5379         fbind char-charset and find-charset-region for non-Mule XEmacs;
5380         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5381         encode-coding-region and encode-coding-string for XEmacs having no
5382         file-coding feature.
5383
5384 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5385
5386         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5387
5388 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5391         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5392
5393 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5394
5395         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5396         alias `jka-compr-delete-temp-file' no longer exists.
5397
5398 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         Use define-minor-mode in Gnus where applicable.
5401         * mml.el (mml-mode): Use define-minor-mode.
5402         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5403         (gnus-undo-mode): Use define-minor-mode.
5404         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5405         (gnus-dead-summary-mode): Use define-minor-mode.
5406         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5407         Initialize in declaration.
5408         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5409         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5410         (gnus-mailing-list-mode): Use define-minor-mode.
5411         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5412         (gnus-draft-mode): Use define-minor-mode.
5413         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5414         (gnus-dired-mode): Use define-minor-mode.
5415
5416 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5417
5418         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5419         handles on recursive mml-to-mime translation and check them for
5420         boundary delimiter collisions.  Reported by Greg Troxel.
5421
5422 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5425
5426 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * mm-util.el (mm-find-buffer-file-coding-system):
5429         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5430
5431 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5432
5433         * message.el (message-generate-headers): Record insertion of optional
5434         headers as well.  Otherwise the check to prevent repeated insertion of
5435         optional headers is a no-op.
5436
5437 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5438
5439         * smime.el: Don't mention CVS.
5440
5441         * nnrss.el (nnrss-fetch): Don't mention CVS.
5442
5443         * nnir.el: Don't mention CVS.
5444
5445 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5446
5447         * gnus-sum.el (gnus-summary-bookmark-make-record):
5448         Add `location' field.
5449
5450 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * lpath.el: Fbind bookmark-default-handler,
5453         bookmark-get-bookmark-record, bookmark-make-record-default,
5454         bookmark-prop-get for Emacs <23 and XEmacs.
5455
5456 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5457
5458         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5459         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5460         Use with-current-buffer to silence the byte-compiler.
5461         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5462         bother to require `gnus'.
5463         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5464
5465 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5466
5467         * gnus-sum.el (gnus-summary-bookmark-make-record)
5468         (gnus-summary-bookmark-jump): New functions.
5469         (gnus-summary-mode): Setup bookmark support.
5470
5471 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5472
5473         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5474         if set.
5475
5476 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5479         gnus-article-browse-html-save-cid-image; make it work recursively for
5480         forwarded messages as well.
5481         (gnus-article-browse-html-parts): Work when prefix arg is given.
5482         (gnus-article-browse-html-article): Doc fix.
5483
5484 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5485
5486         * message.el (message-default-mail-headers):
5487         (message-default-headers): Carry the value mail-default-headers over
5488         into message-default-mail-headers, rather than message-default-headers.
5489
5490 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5491
5492         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5493         charset.
5494
5495         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5496         charset into the <meta> tag when the article is encoded to utf-8.
5497
5498 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-art.el (gnus-article-browse-delete-temp-files):
5501         Delete directories as well.
5502         (gnus-article-browse-html-parts): Work for images that do not specify
5503         file names; delete temp directory when quitting; insert header at the
5504         right place; use file: scheme for image files.
5505
5506 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5507
5508         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5509         (gnus-article-browse-html-parts): Use it to make temporary cid image
5510         files in addition to html file so that browser may display them.
5511
5512 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5515
5516 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5519
5520 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * auth-source.el (auth-sources): Change default to be simpler.
5523         Explain about Secret Service API sources.  Improve Customize options.
5524         (auth-source-pick): Change to accept any number of search parameters.
5525         Implement fallbacks iteratively, not recursively.  Add scoring on the
5526         second pass and sort by score.  Call Secret Service API when needed.
5527         (auth-source-user-or-password): Use it.  Call Secret Service API
5528         directly when needed to get the user name and the password.
5529
5530 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5531
5532         * message.el (message-interactive): Doc fix.
5533         (message-qmail-inject-args): Reflow.
5534         (message-kill-to-signature): Fix typo in docstring.
5535
5536         * smiley.el (smiley-buffer): Fix typo in docstring.
5537
5538 2010-03-24  Glenn Morris  <rgm@gnu.org>
5539
5540         * mail-source.el (gnus-message): Declare.
5541         (mail-source-delete-old-incoming): Require gnus-util.
5542
5543 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5546
5547         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5548
5549         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5550         password-cache's default if it is not bound.
5551         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5552         password-cache-expiry's default if it is not bound.
5553
5554         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5555         available in Emacs 21.
5556
5557         * lpath.el: Suppress compiler warnings for:
5558         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5559         XEmacs;
5560         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5561         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5562         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5563
5564 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * auth-source.el (auth-sources): Fix up definition so extra parameters
5567         are always inline.
5568
5569 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5570
5571         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5572         wasn't updated after mismatch.  Clear cached mailbox info correctly
5573         when uidvalidity changes.
5574         (nnimap-group-prefixed-name): New function to avoid some code
5575         duplication.
5576         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5577         (nnimap-request-group): Use it.
5578         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5579         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5580         with many imap folders.  This is done by caching the group status from
5581         the imap server persistently in a group parameter `imap-status'.  (This
5582         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5583         but not persistently, so every Gnus startup was still very slow.)
5584
5585 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5588         delete the extra newline.  Otherwise editing of :string and :number
5589         types don't work.
5590
5591 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5594         secrets.el dependency.
5595         (auth-sources): Add optional user name.  Add secrets.el configuration
5596         choice (unused right now).
5597
5598 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * gnus-sum.el (gnus-summary-make-menu-bar):
5601         Let `gnus-registry-install-shortcuts' fill in the functions.
5602
5603         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5604         warnings.
5605         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5606         (gnus-registry-install-shortcuts): Populate and use it in a
5607         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5608
5609 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5610
5611         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5612         In-place substitutions for the group name encoding/decoding.
5613         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5614         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5615         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5616         (nnimap-update-unseen, nnimap-request-list)
5617         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5618         (nnimap-request-set-mark, nnimap-split-to-groups)
5619         (nnimap-split-articles, nnimap-request-newgroups)
5620         (nnimap-request-create-group, nnimap-request-accept-article)
5621         (nnimap-request-delete-group, nnimap-request-rename-group)
5622         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5623         `encoded-mbx' for consistency.
5624         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5625         variable `imap-current-mailbox'.
5626
5627         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5628         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5629
5630 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5631
5632         * pop3.el (pop3-display-message-size-flag): Display message size byte
5633         counts during POP3 download.
5634         (pop3-movemail): Use it.
5635         (pop3-list): Implement listing of available messages.
5636
5637 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5638
5639         * nnir.el (nnir-get-article-nov-override-function): New function to
5640         override the normal NOV retrieval.
5641         (nnir-retrieve-headers): Use it.
5642
5643 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5644
5645         * auth-source.el (netrc-machine-user-or-password): Autoload.
5646
5647 2010-03-19  Glenn Morris  <rgm@gnu.org>
5648
5649         Stop message.el from loading about 40 libraries it doesn't always need.
5650         The general approach is to autoload rather than require, and to
5651         require in the specific functions rather than the file.  (Bug#5642)
5652
5653         * gmm-utils.el: Don't require wid-edit.
5654         (widget-create-child-value, widget-convert, widget-default-get):
5655         Autoload.
5656
5657         * gnus-util.el: Don't require time-date, netrc.
5658         (message-fetch-field, gnus-group-name-decode): Declare rather than
5659         autoloading.
5660         (gnus-fetch-field): Require message.
5661         (gnus-decode-newsgroups): Require gnus-group.
5662
5663         * ietf-drums.el: Don't require time-date.
5664
5665         * message.el: Don't require hashcash, canlock, ecomplete.
5666         Do require mail-utils.  Require nnheader only when compiling.
5667         (smtpmail-default-smtp-server): Remove declaration.
5668         (message-send-mail-function): Check smtpmail-default-smtp-server
5669         is bound rather than requiring smtpmail.
5670         (message-auto-save-directory, message-insert-signature):
5671         Use expand-file-name rather than nnheader-concat.
5672         (nnheader-insert-file-contents): Autoload.
5673         (hashcash-wait-async): Declare.
5674         (message-send-mail): Only call gnus-setup-posting-charset if
5675         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5676         (message-send-mail-with-sendmail): Require sendmail.
5677         (canlock-password, canlock-password-for-verify): Declare.
5678         (message-canlock-password): Require canlock.
5679         (nnheader-get-report): Autoload.
5680         (gnus-setup-posting-charset): Declare.
5681         (message-send-news): Require gnus-msg.
5682         (message-make-references, message-make-in-reply-to): Use mail-header-id
5683         rather than the alias mail-header-message-id.
5684         (ecomplete-add-item, ecomplete-save): Declare.
5685         (message-put-addresses-in-ecomplete): Require ecomplete.
5686         (ecomplete-display-matches): Autoload.
5687
5688         * mm-decode.el: Don't require mailcap, gnus-util.
5689         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5690         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5691         Autoload.
5692         (mailcap-mime-extensions): Declare.
5693
5694         * mm-encode.el: Don't require mailcap.
5695         (mailcap-extension-to-mime): Autoload.
5696
5697         * mml-sec.el: Don't require password-cache.
5698
5699         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5700         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5701         (mml-minibuffer-read-type): Require mailcap.
5702         (mml-preview): Require gnus-msg.
5703
5704         * mml1991.el: Require password-cache.
5705         (password-cache-expiry): Remove declaration.
5706
5707         * mml2015.el: Require password-cache.
5708         (password-cache-expiry): Remove declaration.
5709
5710         * nneething.el (mailcap): Require mailcap.
5711
5712         * nnheader.el (declare-function): Add compatibility stub.
5713         (message-remove-header): Declare rather than autoload.
5714         (nnheader-replace-header): Require message.
5715
5716         * nnimap.el (declare-function): Add compatibility stub.
5717         (netrc-parse, netrc-machine-user-or-password): Declare.
5718         (nnimap-open-connection): Require netrc.
5719
5720         * nntp.el (declare-function): Add compatibility stub.
5721         (netrc-parse, netrc-machine, netrc-get): Declare.
5722         (nntp-send-authinfo): Require netrc.
5723
5724         * rfc2047.el: Don't require qp.
5725         (quoted-printable-encode-region, quoted-printable-decode-string):
5726         Autoload.
5727
5728         * sieve-mode.el: Don't require easymenu.
5729         (easy-menu-add-item): Autoload it.
5730
5731         * spam-stat.el (time-to-number-of-days): Autoload it.
5732
5733 2010-03-19  Glenn Morris  <rgm@gnu.org>
5734
5735         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5736
5737 2010-03-18  Glenn Morris  <rgm@gnu.org>
5738
5739         * hashcash.el (declare-function): Remove duplicate definition.
5740
5741 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5742
5743         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5744         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5745         value if any backslash escapes).
5746
5747 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5750         if it is available.  (bug#5647)
5751
5752         * lpath.el: Suppress compiler warning for coding-system-from-name for
5753         Emacs 21 and XEmacs.
5754
5755 2010-03-14  Juri Linkov  <juri@jurta.org>
5756
5757         * hmac-def.el:
5758         * hmac-md5.el:
5759         * netrc.el: Fix keywords.
5760
5761 2010-02-26  Glenn Morris  <rgm@gnu.org>
5762
5763         * message.el (message-send-mail-function): Change the default, so that
5764         it inherits from a customized send-mail-function.  (Bug#5643)
5765
5766 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5767
5768         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5769         shell-command-to-string signals an error (bug#5299).
5770
5771 2010-02-24  Glenn Morris  <rgm@gnu.org>
5772
5773         * message.el (message-smtpmail-send-it)
5774         (message-send-mail-with-mailclient): Doc fixes.
5775
5776 2010-02-16  Glenn Morris  <rgm@gnu.org>
5777
5778         * message.el (message-default-mail-headers): Change the default value
5779         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5780
5781 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5784         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5785
5786 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5787
5788         * time-date.el (date-to-time): Doc fix (Bug#5408).
5789
5790 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5791
5792         * message.el (message-mail): Just pass yank-action on to message-setup.
5793         (message-setup): Handle (FUN . ARGS) form of yank-action.
5794         (message-with-reply-buffer, message-widen-reply)
5795         (message-yank-original): Handle non-buffer values of
5796         message-reply-buffer (Bug#4080).
5797         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5798
5799 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5800
5801         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5802         Fix typo in docstring.
5803
5804 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5805
5806         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5807         response.
5808
5809 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5812
5813         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5814
5815         * message.el (message-check-news-header-syntax): Protect against a
5816         string that `rfc822-addresses' returns when parsing fails.
5817
5818 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5821         (gnus-previous-char-property-change): New functions.
5822
5823         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5824
5825 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5826
5827         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5828         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5829
5830 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5831
5832         * message.el (message-exchange-point-and-mark): Rework last change to
5833         avoid using optional arg of exchange-point-and-mark, for backward
5834         compatibility.
5835
5836 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5837
5838         * message.el (message-exchange-point-and-mark):
5839         Call exchange-point-and-mark with an argument rather than setting
5840         mark-active by hand (Bug#5175).
5841
5842 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * nntp.el (nntp-service-to-port): Work for service expressed with
5845         numeric string; replace [:digit:] with [0-9] for XEmacs.
5846
5847 2009-12-17  Glenn Morris  <rgm@gnu.org>
5848
5849         * gnus-group.el (gnus-bug-group-download-format-alist):
5850         Change emacs entry to debbugs.gnu.org.  Bump :version.
5851
5852 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5855
5856 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * message.el (message-info): Explain why we use `Info-goto-node'.
5859
5860 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5863
5864 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5865
5866         * message.el (message-completion-in-region): New compatibility function.
5867         (message-expand-group): Use it.
5868
5869 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5872         with no unread article should be listed if the 2nd arg `predicate' is
5873         given.
5874
5875 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5878
5879 2009-11-29  Juri Linkov  <juri@jurta.org>
5880
5881         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5882         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5883         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5884
5885 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5886
5887         * sha1.el (sha1-string-external): default-directory "/" in case
5888         otherwise non-existent.  process-connection-type pipe for touch of
5889         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5890
5891 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5892
5893         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5894         it's comms related and sgml-mode.el has "comm" on that basis too.
5895
5896 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5899         containing tspecial characters if they have been already quoted.
5900
5901 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5902
5903         * dns-mode.el (auto-mode-alist): Purecopy string.
5904
5905 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5906
5907         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5908
5909 2009-10-24  Glenn Morris  <rgm@gnu.org>
5910
5911         * gnus-art.el (help-xref-stack-item): Define for compiler.
5912
5913 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5914
5915         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5916
5917 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5920
5921 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5924         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5925
5926 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5929         (gnus-overlays-in): New alias to overlays-in.
5930
5931         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5932         gnus-overlay-get, and gnus-delete-overlay.
5933         (gnus-summary-show-thread): Make it work as well for systems in which
5934         next-single-char-property-change is not available.
5935         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5936
5937         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5938         (gnus-overlay-get): New alias to extent-property.
5939         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5940
5941         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5942         SXEmacs.
5943
5944         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5945         SXEmacs.
5946
5947 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5950
5951 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5952
5953         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5954         and XEmacs that don't have `remove-overlays'.
5955
5956 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5957
5958         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5959         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5960         selective display.  Use overlays instead.
5961
5962 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5963
5964         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5965
5966 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5967
5968         * spam-stat.el (spam-stat-load): Fix typo in message.
5969
5970 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5971
5972         * dig.el (dig-invoke): Fix typo in docstring.
5973         (query-dig): Reflow docstring.
5974
5975 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5976
5977         * gnus-art.el (gnus-article-encrypt-body):
5978         * message.el (message-check-recipients):
5979         * mm-util.el (mm-codepage-setup):
5980         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5981         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5982
5983 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5984
5985         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5986         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5987         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5988         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5989         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5990
5991 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5992
5993         * dig.el: Add "Keywords: comm", as per net-utils.el.
5994
5995 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5996
5997         * dig.el (dig-mode): Use define-derived-mode.
5998
5999 2009-09-19  Glenn Morris  <rgm@gnu.org>
6000
6001         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6002
6003 2009-09-18  Glenn Morris  <rgm@gnu.org>
6004
6005         * gnus-diary.el (gnus-diary-check-message):
6006         * message.el (message-insert-formatted-citation-line):
6007         * nnbabyl.el (top-level):
6008         * nndiary.el (nndiary-schedule):
6009         Fix typos in condition-case handlers.
6010
6011 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6014         configuration that provides the sole article window in a frame;
6015         position point correctly after deleting a part.
6016
6017 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6018
6019         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6020         (spam-resolve-registrations-routine): Use it to unregister articles
6021         that change status.
6022
6023 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6026         with XEmacs.
6027         (parse-time-string-chars): Use it.
6028
6029 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * imap.el (imap-interactive-login): Better messages.
6032         (imap-open): Fix bug with renamed buffer on reconnect.
6033         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6034         for easier debugging and cleaner code.  On successful (guessed based on
6035         server capabilities) secondary authentication, set imap-state
6036         correctly.
6037         (imap-last-authenticator): Define imap-last-authenticator as a variable
6038         to avoid warnings.
6039
6040 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * nnrss.el (nnrss-request-article): Remove binding of
6043         default-enable-multibyte-characters that has gotten needless by
6044         the 2007-07-13 change in rfc2047-encode-message-header.
6045
6046         * mml.el (mml-insert-multipart): Error on the message header.
6047         (mml-insert-part): Error on the message header; position point at
6048         the end of a MIME tag.
6049
6050 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * time-date.el (autoload): Expand define-obsolete-function-alias into
6053         defalias and make-obsolete for old Emacsen that Gnus supports.
6054         (with-no-warnings): Define it for old Emacsen.
6055         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6056         is available.
6057         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6058         float-time is available; suppress compile warning for time-to-seconds.
6059
6060         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6061         (gnus-float-time): Alias to float-time if it exists.
6062
6063         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6064         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6065         float-time is available; suppress compile warning for time-to-seconds.
6066
6067         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6068         XEmacs.
6069
6070 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * imap.el (imap-message-map): Docstring fix.
6073
6074 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6077         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6078         Add the optional argument `encoding' that overrides the default.
6079
6080         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6081         mm-encode-buffer.
6082
6083 2009-09-04  Glenn Morris  <rgm@gnu.org>
6084
6085         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6086         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6087         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6088         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6089         * mm-util.el (mm-with-unibyte-current-buffer)
6090         (mm-find-buffer-file-coding-system):
6091         * yenc.el (yenc-decode-region): Use default-value rather than
6092         default-enable-multibyte-characters.
6093
6094 2009-09-03  Glenn Morris  <rgm@gnu.org>
6095
6096         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6097         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6098         than default-enable-multibyte-characters.
6099
6100 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6101
6102         * gnus-art.el (gnus-article-read-summary-keys):
6103         Fix gnus-buffer-configuration's value temporarily used.
6104
6105 2009-09-02  Glenn Morris  <rgm@gnu.org>
6106
6107         * gnus-util.el (gnus-float-time): New function.
6108         * gnus-delay.el (gnus-delay-article):
6109         * gnus-sum.el (gnus-thread-latest-date):
6110         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6111         * nnspool.el (nnspool-request-newgroups):
6112         Use gnus-float-time rather than time-to-seconds.
6113         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6114
6115         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6116         (gnus-header-subject-face, gnus-header-newsgroups-face)
6117         (gnus-header-name-face, gnus-header-content-face):
6118         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6119         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6120         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6121         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6122         (gnus-cite-face-11):
6123         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6124         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6125         (gnus-server-closed-face, gnus-server-denied-face)
6126         (gnus-server-offline-face):
6127         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6128         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6129         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6130         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6131         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6132         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6133         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6134         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6135         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6136         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6137         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6138         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6139         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6140         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6141         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6142         (gnus-summary-high-undownloaded-face)
6143         (gnus-summary-low-undownloaded-face)
6144         (gnus-summary-normal-undownloaded-face)
6145         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6146         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6147         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6148         (gnus-splash-face):
6149         * message.el (message-header-to-face, message-header-cc-face)
6150         (message-header-subject-face, message-header-newsgroups-face)
6151         (message-header-other-face, message-header-name-face)
6152         (message-header-xheader-face, message-separator-face)
6153         (message-cited-text-face, message-mml-face):
6154         * sieve-mode.el (sieve-control-commands-face)
6155         (sieve-action-commands-face, sieve-test-commands-face)
6156         (sieve-tagged-arguments-face):
6157         * spam.el (spam-face):
6158         Mark face aliases with "-face" in the name as obsolete.
6159
6160 2009-09-01  Glenn Morris  <rgm@gnu.org>
6161
6162         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6163         than goto-line.
6164
6165 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6168         Don't move point if the command is invoked inside the message header.
6169
6170 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6171
6172         * imap.el (imap-send-command): Simplify.
6173         (imap-wait-for-tag): point-max -> buffer-size.
6174
6175 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6178         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6179         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6180         * nnir.el (nnir-swish-e-index-file):
6181         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6182         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6183         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6184         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6185         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6186         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6187
6188 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6191         Don't save excursion.
6192
6193 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6194
6195         * nnheader.el (nnheader-find-file-noselect):
6196         * mm-util.el (mm-insert-file-contents):
6197         Use (default-value 'major-mode) instead of default-major-mode.
6198
6199 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6200
6201         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6202
6203 2009-08-26  Glenn Morris  <rgm@gnu.org>
6204
6205         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6206         than placing in files.el.
6207
6208 2009-08-25  Glenn Morris  <rgm@gnu.org>
6209
6210         * nnir.el (top-level): Don't require cl at run-time.
6211         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6212         Replace cl-function substitute with gnus-replace-in-string.
6213         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6214         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6215         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6216         simplified expansions.
6217
6218 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6219
6220         * dig.el (dig): Add autoload cookie.
6221
6222 2009-08-22  Glenn Morris  <rgm@gnu.org>
6223
6224         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6225         goto-line.
6226
6227 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6228
6229         * parse-time.el (parse-time-string-chars): Save match data.
6230
6231 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6232
6233         * parse-time.el (parse-time-string-chars): Compute using character
6234         classes, to handle non-ascii characters (Bug#3190).
6235
6236 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6239
6240         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6241         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6242         (gnus-mm-display-part, gnus-mime-display-single)
6243         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6244         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6245
6246         * gnus-sum.el
6247         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6248         (gnus-summary-move-article): Add expirable mark to articles copied or
6249         moved to group that has auto-expire turned on if the option is non-nil.
6250
6251 2009-07-24  Glenn Morris  <rgm@gnu.org>
6252
6253         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6254         Fix typo.  (Bug#3903)
6255
6256 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6259         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6260         that should not be used for draft articles.
6261         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6262         that has no concern in minor mode keys.
6263         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6264         Abolish.
6265
6266 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6269         article without making inquiry to a user for unknown encoding.
6270
6271         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6272         (nnmaildir--scan): Assume i-node and device number that file-attributes
6273         returns might be cons-cell.
6274
6275         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6276
6277         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6278
6279 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         * auth-source.el: Remove docs now in auth.texi.  Don't use
6282         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6283         `auth-source-hide-passwords' and use them.
6284
6285 2009-07-15  Glenn Morris  <rgm@gnu.org>
6286
6287         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6288
6289 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6292         excessive whitespace from the default values of title and description.
6293
6294 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6297         mail-fetch-field to fetch Content-Description header in order to
6298         exclude newlines.
6299
6300 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6301
6302         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6303         format used by GnuPG 2.0.11.
6304
6305 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6308         to deleted part.
6309
6310 2009-05-30  David Engster  <dengste@eml.cc>
6311
6312         * nnmairix.el: Remove old documentation in the commentary block.
6313         (nnmairix-request-group): Do not update active file for nnml back ends.
6314         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6315         end so that overview files are ignored.
6316         (nnmairix-update-groups): Make updating the groups more robust by using
6317         marks.
6318         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6319         with dollar characters in message-id.
6320
6321 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6324         2008-12-25 in dns.el.
6325
6326 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6329         could happen if the text is only composed of spaces and/or tabs.
6330
6331 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6332
6333         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6334         when sending a queued message to avoid extra mml tags.
6335
6336 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6339
6340 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6343         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6344         rmail-toggle-header for XEmacs;
6345         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6346
6347 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-dired.el: Remove autoload for gnus-setup-message.
6350         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6351         displaying Gnus logo; always use compose-mail.
6352
6353 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6356
6357 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6360         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6361         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6362         available.
6363         (gnus-nocem-epg-verify): New function.
6364
6365 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6368
6369 2009-02-15  Glenn Morris  <rgm@gnu.org>
6370
6371         * gnus-util.el (rmail-insert-rmail-file-header)
6372         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6373         autoloads.
6374         (rmail-default-rmail-file): Remove unnecessary declaration.
6375         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6376
6377 2009-02-14  Glenn Morris  <rgm@gnu.org>
6378
6379         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6380         variable (only used in gnus-util, which declares it anyway).
6381         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6382         which was only needed by gnus-art (changed to not use it any more).
6383         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6384         only used in gnus-util, which autoloads it itself.
6385         (rmail-update-summary): Fix autoload.
6386
6387         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6388         rather than rmail-output-to-rmail-file.
6389
6390 2009-02-07  Glenn Morris  <rgm@gnu.org>
6391
6392         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6393         autoload of function that no longer exists.
6394         (rmail-toggle-header): Declare.
6395         (message-forward-rmail-make-body): Handle mbox Rmail.
6396
6397 2009-01-31  Glenn Morris  <rgm@gnu.org>
6398
6399         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6400         2009-01-09 change.
6401
6402 2009-01-31  Dave Love  <fx@gnu.org>
6403
6404         * imap.el (imap-fetch-safe): Bind debug-on-error.
6405         (imap-debug): Add imap-fetch-safe.
6406
6407 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6408
6409         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6410         (auth-source-forget-all-cached): New convenience function.
6411         (auth-source-user-or-password): Accept list of modes or a single mode.
6412
6413         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6414         auth-source modes.
6415
6416         * netrc.el (netrc-machine-user-or-password): Use list of
6417         auth-source modes.
6418
6419         * nnimap.el (nnimap-open-connection): Use list of
6420         auth-source modes.
6421
6422         * nntp.el (nntp-send-authinfo): Use list of
6423         auth-source modes.
6424
6425 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6426
6427         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6428         now.
6429
6430 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6433         coding system in XEmacs; add a workaround for XEmacs.
6434
6435         * lpath.el: Fbind coding-system-aliasee.
6436
6437 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6440         of current-language-environment.
6441
6442 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6445         available at runtime.
6446
6447 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6450
6451 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6452
6453         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6454         the greatest positive fixnum value doesn't work under an XEmacs with
6455         bignum support; use the most-positive-fixnum constant instead,
6456         available since Emacs 21.1 with cl and XEmacs 21.1.
6457
6458 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6461         XEmacs gets not to work.
6462
6463 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * mm-util.el (mm-coding-system-priorities): Allow the value like
6466         "Japanese (UTF-8)" of current-language-environment.
6467
6468 2009-01-09  Glenn Morris  <rgm@gnu.org>
6469
6470         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6471         with last-command-event.
6472
6473 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6476         in the doc string.
6477
6478         * message.el (message-fix-before-sending): Amend comment.
6479
6480 2009-01-08  Dave Love  <fx@gnu.org>
6481
6482         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6483
6484 2009-01-07  David Engster  <dengste@eml.cc>
6485
6486         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6487         simplified server definitions by converting it via
6488         gnus-server-to-method.
6489
6490 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6493         parameter's operands.
6494
6495 2009-01-06  David Engster  <dengste@eml.cc>
6496
6497         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6498         primary select method (for gnus-group-mark-article-as-read).
6499
6500 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6501
6502         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6503         `(gnus)Face', not `(gnus)X-Face'.
6504
6505 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * mm-util.el (mm-ucs-to-char): New function.
6508
6509         * mm-url.el (mm-url-decode-entities): Use it.
6510
6511         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6512         unicode-to-char.
6513
6514 2009-01-05  Dave Love  <fx@gnu.org>
6515
6516         * time-date.el: Require cl for `declare'.
6517
6518 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6521         Dave Love.
6522
6523 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * message.el (message-fix-before-sending): Add `eight-bit' to
6526         illegible-text check.
6527
6528 2009-01-03  Michael Olson  <mwolson@gnu.org>
6529
6530         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6531         `headers' is nil.  This can occur if the IMAP server does not have
6532         permissions to read messages from a folder, but can write new messages
6533         to the folder.
6534         (nnimap-request-article-part): Do not insert `data' if it is nil.
6535
6536         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6537         characters which will confuse `read', so skip past them.
6538
6539 2009-01-01  Dave Love  <fx@gnu.org>
6540
6541         * imap.el (imap-string-to-integer): Fix typo.
6542         (imap-fetch-safe): New function.
6543         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6544
6545         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6546
6547         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6548         (imap-parse-greeting): Fix doc strings.
6549         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6550         (imap-parse-flag-list): Make messages unique.
6551         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6552
6553         * nnimap.el: Fix author email.
6554         (nnimap-split-rule): Add FIXME comment.
6555         (nnimap-debug): Fix doc string.
6556
6557 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6560
6561 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6564         nslookup if resolv.conf isn't available.
6565         (dns-query): Rename from query-dns.
6566         (dns-query-cached): Rename from query-dns-cached.
6567
6568 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6571         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6572         to check if those variables exist (first appeared in Emacs 18.50).
6573
6574 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mm-util.el (mm-line-number-at-pos): New function.
6577
6578         * spam-report.el (spam-report-process-queue): Use it.
6579
6580 2008-12-24  David Engster  <dengste@eml.cc>
6581
6582         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6583         parameters that haven't existed as variables as buffer-local variables.
6584
6585 2008-12-23  Dave Love  <fx@gnu.org>
6586
6587         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6588         cadar.
6589
6590         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6591         imap-starttls-p.
6592         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6593
6594 2008-12-22  Dave Love  <fx@gnu.org>
6595
6596         * imap.el: Fix author email.  Doc fixes.
6597         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6598         reply.
6599
6600 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * spam-report.el (spam-report-gmane-max-requests): New constant.
6603         (spam-report-gmane-wait): New variable.
6604         (spam-report-gmane-ham, spam-report-gmane-spam)
6605         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6606         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6607         the server.
6608
6609         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6610         Add explanations.
6611
6612         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6613         nnheader-accept-process-output and nnheader-read-timeout if available.
6614         (pop3-movemail): Use it.
6615
6616         * message.el (message-check-news-body-syntax): Fix signature check if
6617         there's an attachment.
6618
6619 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * mm-util.el: Add comments to the mm- emulating functions.
6622
6623 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6626         Reported by Stephen Berman <stephen.berman@gmx.net>.
6627
6628 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * mm-util.el (mm-substring-no-properties): New function.
6631         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6632         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6633         (mm-string-to-multibyte): Doc fix.
6634
6635         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6636
6637 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * mml.el (mml-attach-file): Strip text properties from file name.
6640         (Bug#1574)
6641
6642 2008-12-16  Glenn Morris  <rgm@gnu.org>
6643
6644         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6645
6646 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6649         knows since the charset specified might be a bogus alias that
6650         mm-charset-synonym-alist provides.
6651
6652 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6655         "ISO_8859-1".
6656
6657         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6658
6659 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * mm-util.el (mm-charset-eval-alist):
6662         Define it before mm-charset-to-coding-system.
6663         (mm-charset-to-coding-system): Add optional argument `silent';
6664         define it before mm-charset-override-alist.
6665         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6666         default value if it can be used in Emacs currently running;
6667         silence mm-charset-to-coding-system.
6668
6669 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6672         `allow-override' which says whether to use `mm-charset-override-alist'.
6673         (rfc2047-decode-encoded-words): Use it.
6674
6675         * mm-util.el (mm-charset-override-alist): Fix custom type;
6676         add `(gb2312 . gbk)' to choices.
6677
6678 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6681         fast.
6682
6683         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6684
6685         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6686
6687 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6688
6689         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6690         on links.
6691
6692         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6693
6694 2008-12-03  Lute Kamstra  <lute@gnu.org>
6695
6696         * sha1.el: Remove leading * from docstrings of defcustoms,
6697         deffaces, defconsts and defuns.
6698
6699 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6702         users' addresses that don't have domain parts.
6703         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6704         rather than message-narrow-to-head since there will be the message
6705         header separator.
6706
6707 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6708
6709         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6710         since the result is inserted in a unibyte buffer anyway.
6711         (nnimap-demule-use-string-to-multibyte): Remove.
6712         (nnimap-demule): Alias it to mm-string-to-multibyte.
6713
6714 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6717         variable for debugging bug#464 and bug#1174.
6718         (nnimap-demule): Use it.
6719
6720 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6723         score calculation correctly.
6724
6725 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6726
6727         * message.el (message-send-mail): Just set the buffer to unibyte
6728         rather than use mm-with-unibyte-current-buffer which does a lot more.
6729         (message-send-mail-partially): Don't bother with
6730         mm-with-unibyte-current-buffer since it's already been made unibyte by
6731         message-send-mail.
6732
6733 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6736
6737 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6740
6741 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6744         require itself and to remove `with-no-warnings'.
6745
6746 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * starttls.el (starttls-any-program-available): Get the name of the
6749         available TLS layer program.
6750         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6751         well as the host name in the "opening" message.
6752
6753         * auth-source.el (auth-source-cache, auth-source-do-cache)
6754         (auth-source-user-or-password): Cache passwords and logins by default,
6755         allow override with `auth-source-do-cache'.
6756         (auth-source-forget-user-or-password): Allow users to remove cache
6757         entries if needed.
6758
6759 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6760
6761         * md4.el (md4-buffer): Fix typo in docstring.
6762         (md4, md4-64): Doc fixes.
6763         (md4-pack-int32): Reflow docstring.
6764
6765 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6768         condition-case to only the forward-sexp call.
6769
6770 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6773         quotes contained.  Make it more robust regardless by an extra
6774         condition-case wrapper.
6775
6776 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6779
6780 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * nnml.el (nnml-request-expire-articles): Check if the function set to
6783         `nnmail-expiry-target' returns the symbol `delete'.
6784
6785         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6786
6787         * nnmail.el (nnmail-expiry-target): Fix custom type.
6788
6789 2008-10-02  Glenn Morris  <rgm@gnu.org>
6790
6791         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6792         Silence compiler warning.
6793
6794 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6795
6796         * tls.el (open-tls-stream): Show the actual command being
6797         executed, instead of the format string.
6798
6799 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * lpath.el: Fbind codepage-setup for Emacs 23.
6802
6803 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6804
6805         * mml.el (mml-menu): Don't assume mml2015 is bound.
6806
6807 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6810         exists.
6811
6812 2008-09-27  Glenn Morris  <rgm@gnu.org>
6813
6814         * gnus-util.el (mail-header-remove-comments): Autoload it.
6815
6816 2008-09-27  Andreas Schwab  <schwab@suse.de>
6817
6818         * gnus-util.el (gnus-split-references): Strip comments.
6819         (gnus-parent-id): Likewise.
6820
6821 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * message.el (message-confirm-send): Fix version.
6824
6825 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * message.el (message-idna-to-ascii-rhs-1): Use
6828         mail-extract-address-components rather than mail-header-parse-addresses
6829         that is an alias by default to ietf-drums-parse-addresses that does not
6830         support non-ASCII names in headers' contents.
6831
6832 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6833
6834         * message.el (message-confirm-send): Fix variable documentation to
6835         avoid the "y/n" wording.
6836
6837 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6838
6839         * message.el (message-set-auto-save-file-name): Save to a different
6840         filename so multiple messages (especially drafts) can be recovered.
6841
6842 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * message.el (message-confirm-send): Add appropriate version.
6845
6846 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6849         defvar.
6850
6851 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6852
6853         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6854         (mm-pkcs7-enveloped-magic): Ditto.
6855
6856 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6857
6858         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6859         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6860
6861 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6864         default, it's better.
6865
6866 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6869         summary line gnus-number property and ignore them (with a warning
6870         message).
6871
6872 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6875         macro caddr in the interactive form since it won't be expanded.
6876
6877 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6880         `charset'; fix name of function called recursively.
6881         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6882
6883 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6886         (gnus-mime-set-charset-parameters): New function.
6887         (gnus-mime-view-part-as-charset): Use it to correctly display part
6888         specifying wrong charset.
6889
6890 2008-09-08  David Engster  <dengste@eml.cc>
6891
6892         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6893         in completing-read for back end server.
6894
6895 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * message.el (message-confirm-send): New variable to confirm sending a
6898         message.
6899         (message-send): Use it.
6900
6901 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6904
6905 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6908
6909 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6912         prevent tracking too many groups.
6913         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6914         Use it.
6915
6916 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6917
6918         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6919         moving point to the bottom of the window in order to avoid recentering.
6920
6921 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6924
6925         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6926         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6927         (gnus-article-beginning-of-window): Fix calculation.
6928
6929 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-msg.el (gnus-summary-supersede-article)
6932         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6933         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6934         message header.
6935
6936 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6937
6938         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6939         pending output coming after the status change.
6940
6941 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6942
6943         * message.el:
6944         * gnus-start.el:
6945         * gnus-registry.el: Remove VMS support.
6946
6947 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6950         macro.
6951         (rfc2104-hash): Use it.
6952
6953 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6956         (gnus-summary-sort-by-most-recent-date): New commands.
6957         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6958         and menu entries.
6959
6960 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6963         don't redisplay article for raw contents; remove plural articles stuff.
6964
6965         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6966         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6967         on gnus-summary-save-article; display results properly.
6968
6969 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * lpath.el: No need to fbind ns-focus-frame.
6972
6973 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6976
6977 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-summary-save-in-pipe):
6980         Consider gnus-save-all-headers.
6981
6982 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6983
6984         * gnus-util.el (ns-focus-frame): Remove declaration.
6985         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6986         like x.
6987
6988 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6989
6990         * rfc2104.el (rfc2104-zero): Delete defconst.
6991         (rfc2104-hex-alist): Likewise.
6992         (rfc2104-hex-to-int): Delete func.
6993         (rfc2104-hexstring-to-bitstring): Likewise.
6994         (rfc2104-nybbles): New defconst.
6995         (rfc2104-hash): Rewrite for speed.
6996
6997 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * tls.el (open-tls-stream): Make it work with the 2nd argument
7000         BUFFER that is a string but does not exist as a buffer object, as
7001         mentioned in the doc-string.
7002
7003 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7006         SXEmacs.
7007
7008 2008-07-16  Glenn Morris  <rgm@gnu.org>
7009
7010         * gnus-util.el (ns-focus-frame): Declare for compiler.
7011
7012 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7015         set as a group parameter.
7016         (gnus-summary-save-in-pipe): Work when it is called independently.
7017         (gnus-summary-pipe-to-muttprint): Don't modify
7018         gnus-summary-pipe-output-default-command.
7019
7020 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * message.el (message-send-mail-with-sendmail):
7023         Display the error message.
7024
7025 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (gnus-default-article-saver):
7028         Add gnus-summary-save-in-pipe to choices.
7029         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7030         gnus-summary-pipe-output-default-command as the default command.
7031         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7032         instead of gnus-last-shell-command.
7033
7034         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7035         New user option.
7036         (gnus-summary-muttprint-program): Mention the value will be changed.
7037         (gnus-summary-save-article): Force showing of all headers.
7038         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7039
7040 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7041
7042         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7043
7044 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7045
7046         * nnimap.el (nnimap-id):
7047         * sieve-manage.el (sieve-manage-open): Doc fixes.
7048
7049 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7050
7051         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7052         if available.
7053
7054 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7055
7056         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7057
7058         * nnkiboze.el (nnkiboze-generate-group):
7059         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7060
7061         * nnmairix.el: Require CL.
7062
7063 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * dgnushack.el: Autoload get-display-table and put-display-table for
7066         XEmacs 21.5.
7067
7068         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7069         21.4 and SXEmacs.
7070
7071 2008-06-15  David Engster  <dengste@eml.cc>
7072
7073         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7074
7075 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7076
7077         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7078         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7079         runtime choice under XEmacs.
7080
7081         * gnus-sum.el (gnus-summary-set-display-table):
7082         Use `gnus-put-display-table', `gnus-get-display-table',
7083         `gnus-set-display-table' for the display table, instead of `aset'.
7084
7085         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7086         Use `gnus-put-display-table', `gnus-get-display-table',
7087         `gnus-set-display-table' for the display table.
7088
7089 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * nnmairix.el: Add autoloads.
7092
7093 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * nnmairix.el (nnmairix-delete-recreate-group)
7096         (nnmairix-update-and-clear-marks): Fix error messages.
7097
7098 2008-06-14  David Engster  <dengste@eml.cc>
7099
7100         * nnmairix.el: Upgrade to version 0.6.
7101         (nnmairix-group-toggle-propmarks-this-group)
7102         (nnmairix-group-toggle-readmarks-this-group)
7103         (nnmairix-group-delete-recreate-this-group)
7104         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7105         (nnmairix-remove-tick-mark-original-article): New commands.
7106         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7107         (nnmairix-propagate-marks-to-nnmairix-groups)
7108         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7109         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7110         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7111         functions needed for marks propagation and manipulation of read marks.
7112         (nnmairix-update-groups): New function.
7113         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7114         (nnmairix-determine-original-group-from-registry)
7115         (nnmairix-determine-original-group-from-path)
7116         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7117         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7118         New helper functions.
7119         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7120         keystrokes for new commands.
7121         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7122         (nnmairix-request-group): Check allow-fast group parameter.
7123         (nnmairix-request-create-group): Set allow-fast group parameter if
7124         nnmairix-allowfast-default is set.
7125         (nnmairix-close-group): Propagate marks upon closing if needed.
7126         (nnmairix-group-toggle-threads-this-group): Use new.
7127         nnmairix-group-toggle-parameter helper function.
7128         (nnmairix-search): Better check for empty search result.
7129         (nnmairix-goto-original-article): Use new helper functions for
7130         determining original article.
7131         (nnmairix-show-original-article): Make sure message-id is in brackets.
7132         (nnmairix-call-mairix-binary): Change variable name.
7133         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7134         helper function.
7135         (nnmairix-widget-toggle-activate): Fix doc string.
7136
7137 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * nnir.el: Require edmacro when compiling with XEmacs.
7140         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7141         available in Emacs 21.
7142
7143 2008-06-11  Glenn Morris  <rgm@gnu.org>
7144
7145         * gnus-util.el (x-focus-frame):
7146         * gnus.el (image-size):
7147         * mm-decode.el (image-size): Declare.
7148
7149         * gnus-picon.el (declare-function): Add compat definition.
7150         (image-size): Declare.
7151
7152         * gnus-group.el (tool-bar-map):
7153         * gnus-sum.el (tool-bar-map): Define for compiler.
7154
7155         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7156
7157         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7158
7159         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7160         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7161         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7162         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7163         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7164         * sieve-manage.el, spam-report.el, spam.el:
7165         Remove unnecessary eval-and-compile of autoloads.
7166
7167 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7168
7169         * auth-source.el: Precise Tramp doc.
7170
7171 2008-06-07  Glenn Morris  <rgm@gnu.org>
7172
7173         * nnmairix.el: Remove unnecessary eval-when-compile.
7174
7175 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * lpath.el: Fbind propertize for XEmacs 21.4.
7178
7179 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * nnir.el: Move here from ../contrib.
7182
7183 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7184
7185         * gnus-util.el (gnus-read-shell-command): New function.
7186         * mm-decode.el (mm-pipe-part):
7187         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7188
7189 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7192
7193 2008-06-03  Glenn Morris  <rgm@gnu.org>
7194
7195         * pop3.el (nnheader-accept-process-output): Autoload it.
7196
7197 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7200         are not 2-digit hexadecimal characters that follow `%'s.
7201
7202 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * message.el (message-bogus-recipient-p): Fix type in doc string.
7205         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7206         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7207         Improve custom options.
7208         (message-bogus-recipient-p): Adjust accordingly.
7209
7210 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7211
7212         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7213         long-form month and day names.
7214
7215 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * dgnushack.el: Autoload debug, eudc-expand-inline and
7218         pgg-snarf-keys-region for XEmacs.
7219
7220         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7221
7222         * nnmairix.el: Require edmacro when compiling with XEmacs.
7223
7224 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7227         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7228
7229 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7230
7231         * auth-source.el: Add more docs.
7232
7233         * netrc.el (netrc-machine): Always match if the port is not given.
7234
7235 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7238         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7239         retrieval faster in some cases, but might make CPU usage larger.
7240         If this has any bad side effects, we might revert this change.
7241
7242         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7243         seems to make mail retrieval much, much faster.
7244         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7245         unconditionally.
7246
7247         * gnus-draft.el (gnus-group-send-queue):
7248         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7249
7250 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7253
7254         * message.el (message-bogus-address-regexp): Fix and improve custom
7255         type.
7256         (message-setup-hook): Add message-check-recipients as custom option.
7257
7258 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * message.el (message-cite-function): Remove bogus autoload which crept
7261         in during merge from v5-10.
7262
7263 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7266
7267         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7268
7269         * auth-source.el: Preliminary Tramp docs.
7270         (auth-sources): Change the default auth-sources to use
7271         EPA .gpg files.
7272
7273 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7274
7275         * nntp.el: Autoload `auth-source-user-or-password'.
7276         (nntp-send-authinfo): Use it.
7277
7278         * nnimap.el: Autoload `auth-source-user-or-password'.
7279         (nnimap-open-connection): Use it.
7280
7281         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7282         for the gnus-message function.
7283         (auth-source-user-or-password): Use it.
7284
7285 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7286
7287         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7288         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7289         (rfc2104-hash): Use it.
7290
7291 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7292
7293         * gnus-art.el (gnus-article-toggle-truncate-lines):
7294         Don't use `iff' in docstring.
7295
7296 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7299
7300         * gnus-util.el (gnus-extract-address-component-name)
7301         (gnus-extract-address-component-email): Convenience functions around
7302         `gnus-extract-address-components'.
7303
7304         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7305         Use `gnus-extract-address-component-email' to fix bug of comparing full
7306         sender name to `user-mail-address'.
7307
7308 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7311         catch/throw to optimize.
7312         (gnus-registry-find-keywords): Just use member to find a keyword.
7313
7314 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7315
7316         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7317         is current before calling gnus-server-prepare.
7318         (gnus-server-setup-buffer, gnus-server-update-server)
7319         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7320
7321 2008-05-04  Juri Linkov  <juri@jurta.org>
7322
7323         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7324         (mailcap-file-default-commands): Use mailcap-replace-in-string
7325         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7326         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7327
7328 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7329
7330         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7331
7332 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7333
7334         * gnus.el: Bump version to 0.11.
7335
7336 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7337
7338         * gnus.el: No Gnus v0.10 is released.
7339
7340 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7343         hooks.
7344         (gnus-update-read-articles): Speed up non-marks-using users.
7345         (gnus-use-marks): Define gnus-use-marks.
7346         (gnus-propagate-marks): Rename variable to something more sensible.
7347
7348 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7349
7350         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7351         (gmm-image-load-path-for-library): Fix typos in docstrings.
7352         (gmm-message): Reflow docstring.
7353
7354 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * mail-source.el (mail-source-set-1, mail-source-bind):
7357         Move auth-source code out of the macro to clean it up and fix bugs.
7358
7359 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7362         by sender if it's equal to user-mail-address, it's likely to be
7363         useless.
7364
7365         * mail-source.el (mail-source-bind): Don't use user or password if they
7366         are not bound.  Unintern them if they are nil.  Don't use server unless
7367         it's bound, and default it to empty string otherwise.
7368
7369 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * mail-source.el: Load auth-source.el.
7372         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7373         get user name or password, if auth-sources is set up.
7374
7375         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7376         strategy of splitting with parent.
7377         (gnus-registry-split-fancy-with-parent)
7378         (gnus-registry-post-process-groups): Use it and fix prior
7379         bug (returning a list as the split result).
7380
7381         * auth-source.el (auth-sources): Remove server parameter.
7382         (auth-source-pick, auth-source-user-or-password)
7383         (auth-source-user-or-password-imap)
7384         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7385         (auth-source-user-or-password-sftp)
7386         (auth-source-user-or-password-smtp): Remove server parameter.
7387
7388 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7389
7390         * smime.el (smime-sign-region, smime-encrypt-region)
7391         (smime-decrypt-region):
7392         Remove redundant calls to `generate-new-buffer-name'.
7393
7394 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7395
7396         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7397         Don't use QP for message/rfc822.
7398         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7399
7400 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7401
7402         * sieve-manage.el (sieve-string-bytes): Remove.
7403         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7404         correct byte-length only if the process's coding-system is the same as
7405         the one used internally by Emacs to represent strings.
7406
7407 2008-04-22  Juri Linkov  <juri@jurta.org>
7408
7409         * mailcap.el (mailcap-file-default-commands): New function.
7410
7411 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * message.el (message-signature-separator, message-cite-function):
7414         Change custom version.
7415
7416 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7417
7418         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7419         commands.
7420         (tls-checktrust): Ditto.
7421
7422 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * mm-decode.el (mm-display-external): Make temp file read-only.
7425
7426 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7429         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7430         `C-c C-f d'.
7431
7432 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7433
7434         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7435
7436 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * gnus.el: Bump version to 0.9.
7439
7440 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * gnus.el: No Gnus v0.8 is released.
7443
7444 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7445
7446         * mail-source.el (mail-source-value):
7447         Prefer fboundp to functionp so it works with macros as well.
7448
7449 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7450
7451         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7452         Fix last change in case the element is not even a symbol.
7453
7454 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7455
7456         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7457         Prefer fboundp to functionp so it works with macros as well.
7458
7459 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * auth-source.el: Add docs.
7462         (auth-sources): Modify format to support server.
7463         (auth-source-pick, auth-source-user-or-password)
7464         (auth-source-user-or-password-imap)
7465         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7466         (auth-source-user-or-password-sftp)
7467         (auth-source-user-or-password-smtp): Add server parameter.
7468
7469 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * gnus-registry.el: Initialize the registry when gnus-registry-install
7472         is t.
7473
7474 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * compface.el (uncompface): Make buffer unibyte.
7477
7478 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7479
7480         * mail-source.el (mail-source-value):
7481         Prefer fboundp to functionp so it works with macros as well.
7482
7483 2008-04-05  Glenn Morris  <rgm@gnu.org>
7484
7485         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7486
7487 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7488
7489         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7490         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7491
7492         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7493         multibyteness after rather than before erasing it.
7494
7495         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7496         mm-with-multibyte.
7497         (gnus-request-article-this-buffer): Make sure the proper decoding is
7498         used if gnus-original-article-buffer happens to be unibyte.
7499
7500         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7501         default-enable-multibyte-characters.
7502
7503         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7504         default-enable-multibyte-characters.
7505
7506         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7507
7508         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7509
7510 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7511
7512         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7513         Fix last change in case the element is not even a symbol.
7514
7515 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7516
7517         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7518         (imap-message-copyuid-1): Use it.
7519         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7520         J. Williams in
7521         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7522
7523         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7524         imap-enable-exchange-bug-workaround.
7525         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7526
7527 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7528
7529         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7530         a 100 byte status-checks into a 2-3MB transfer for each group.
7531         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7532         to enable bug workaround or not.
7533         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7534
7535 2008-03-31  Glenn Morris  <rgm@gnu.org>
7536
7537         * message.el (mml2015-use): Declare for compiler.
7538         (message-info): Require mml2015 when appropriate.
7539
7540 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7543         whitespace.
7544
7545 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7546
7547         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7548         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7549         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7550         (nntp-service-to-port): New function.
7551         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7552         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7553         (nntp-open-netcat-stream): New function.
7554         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7555
7556 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7557
7558         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7559
7560 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7561
7562         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7563
7564 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7565
7566         * dns.el (dns-write): Use set-buffer-multibyte.
7567
7568 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7569
7570         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7571
7572 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * message.el (message-signature-separator): Change default.
7575         Improve custom type.
7576         (message-cite-function): Change default to
7577         message-cite-original-without-signature.
7578
7579         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7580         toggle.
7581
7582         * message.el (message-check-news-body-syntax): Fix signature check.
7583         (message-setup-1): Mark buffer as unmodified _after_ running
7584         message-setup-hook and handling message-alternative-emails.
7585         (message-shorten-references): Be more strict when building list of
7586         valid references to comply with GNKSA.
7587
7588         * gnus-group.el (gnus-read-ephemeral-bug-group)
7589         (gnus-read-ephemeral-debian-bug-group)
7590         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7591
7592         * message.el (message-info): Don't use booleanp which isn't supported
7593         in Emacs 21 and XEmacs.
7594
7595 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7598         gnus-group-gmane-group-download-format.
7599         (gnus-group-read-ephemeral-gmane-group): Rename from
7600         gnus-group-read-ephemeral-gmane-group.
7601         (gnus-read-ephemeral-gmane-group-url): Rename from
7602         gnus-group-read-ephemeral-gmane-group-url.
7603         (gnus-bug-group-download-format-alist): New variable.
7604         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7605         (gnus-read-ephemeral-emacs-bug-group): New commands.
7606
7607 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7610         (gnus-visible-headers): Improve custom type.
7611
7612 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * mml.el (mml-menu): Add workarounds for XEmacs.
7615
7616         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7617         X-Boundary header.
7618
7619         * message.el (message-simplify-recipients): Fix previous commit.
7620
7621 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7622
7623         * mm-util.el (mm-set-buffer-multibyte): New function.
7624         * mm-decode.el (mm-copy-to-buffer): Use it.
7625
7626         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7627         Prefer fboundp to functionp so it works with macros as well.
7628
7629 2008-03-19  Glenn Morris  <rgm@gnu.org>
7630
7631         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7632         Accidentally removed in the sync process with Emacs.
7633
7634 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * message.el (message-alter-recipients-discard-bogus-full-name):
7637         New function.
7638         (message-alter-recipients-function): New variable.
7639         (message-get-reply-headers): Use it.
7640         (message-replace-header): New helper function.
7641         (message-recipients-without-full-name): New variable.
7642         (message-simplify-recipients): New command.
7643
7644         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7645
7646         * message.el (message-info): Handle EasyPG manual.
7647
7648         * mml.el (mml-menu): Add entry for EasyPG.
7649
7650 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7651
7652         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7653         parameter.
7654
7655         * message.el (message-disassociate-draft): Specify drafts group name
7656         fully.
7657
7658 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7659
7660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7661         Eliminate unnecessary duplicates from the match list.
7662
7663 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7666
7667         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7668
7669         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7670         args of `how-many' of which the XEmacs version doesn't take; declare
7671         Info-index-next as function.
7672
7673 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gnus-score.el (gnus-score-headers): Fix handling of
7676         gnus-inhibit-slow-scoring.
7677
7678         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7679         string.
7680         (gnus-button-url-regexp): Improve handling of parenthesis.
7681         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7682         (gnus-button-handle-info-keystrokes): Handle index entries.
7683
7684 2008-03-15  Glenn Morris  <rgm@gnu.org>
7685
7686         * parse-time.el (parse-time-string): Simplify.
7687
7688 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7691         Incoming* files.
7692
7693 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * auth-source.el (auth-sources): Rename from auth-source-choices.
7696         (auth-source-pick): Use it.
7697
7698 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7699
7700         * binhex.el (binhex-decode-region-internal):
7701         * uudecode.el (uudecode-decode-region-internal):
7702         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7703         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7704         setting default-enable-multibyte-characters.
7705
7706 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * auth-source.el (auth-source-protocols)
7709         (auth-source-protocols-customize, auth-source-choices): Add and
7710         modified variable customizations and defaults.
7711         (auth-source-pick, auth-source-user-or-password)
7712         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7713         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7714         (auth-source-user-or-password-sftp)
7715         (auth-source-user-or-password-smtp): Use new variables and provide an
7716         interface to netrc.el.
7717
7718 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7721         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7722         Make sure the nntp port to specify is a string.
7723
7724 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7725
7726         * nntp.el: Use with-current-buffer.
7727         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7728         dubious mm-with-unibyte-current-buffer.
7729         (nntp-with-open-group-function): New function extracted from
7730         nntp-with-open-group macro.
7731         (nntp-with-open-group): Use the function, so it's easier to debug.
7732         Add indentation and debugging info.
7733         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7734         Recommend the use of the netcat alternatives.
7735
7736         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7737         Avoid mm-string-as-multibyte as well.
7738
7739         * nnweb.el (nnweb-insert-html):
7740         Remove use of nnheader-string-as-multibyte.
7741
7742         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7743         (nnheader-string-as-multibyte): Remove.
7744
7745         * mm-view.el: Use inhibit-read-only.
7746         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7747         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7748         or unibyte-string.
7749
7750         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7751         (mm-uu-yenc-extract): Use with-current-buffer.
7752
7753         * gnus-soup.el (gnus-soup-send-packet): Don't use
7754         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7755
7756         * nnmh.el: Use with-current-buffer.
7757         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7758         mm-string-as-multibyte on the output of mm-encode-coding-string.
7759
7760         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7761         (nnimap-request-move-article): Use with-current-buffer.
7762
7763         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7764         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7765         conversion uses string-make-unibyte rather than string-as-unibyte.
7766
7767         * gnus-msg.el: Use with-current-buffer.
7768
7769         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7770
7771 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7772
7773         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7774         string for caching if it is 'PIN.
7775
7776 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * lpath.el: Consider the case without Emacs/W3.
7779
7780 2008-03-08  Glenn Morris  <rgm@gnu.org>
7781
7782         * time-date.el (date-to-time, time-subtract, time-add)
7783         (safe-date-to-time): Doc fixes.
7784
7785 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * mail-source.el (mail-source-delete-old-incoming-confirm):
7788         Change default to nil.
7789         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7790
7791 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * lpath.el: Rearrange.
7794
7795         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7796         (gnus-article-goto-prev-page): Work for articles having ^L's.
7797
7798         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7799
7800         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7801
7802 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7803
7804         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7805         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7806         (gnus-bookmark-jump): Adjust some variable names.
7807
7808 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * auth-source.el: New package.
7811         (auth-source-choices): Add customization entry point variable.
7812
7813         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7814         bug.
7815
7816 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7817
7818         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7819         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7820         (gnus-registry-install-shortcuts): Rename from
7821         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7822         the `gnus-registry-mark-map' keymap dynamically from
7823         `gnus-registry-marks'.  The generated functions update the summary line
7824         when a registry mark is added or deleted, and will call
7825         `gnus-registry-install-p' (see the comments in the code).
7826         (gnus-registry-user-format-function-M): Use concat intelligently.
7827
7828         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7829         the registry mark functions.
7830
7831 2008-03-05  Glenn Morris  <rgm@gnu.org>
7832
7833         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7834         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7835         gnus-art.
7836         (top-level): No need to load own source when compiling.
7837
7838 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7841         Suggested by <chris.anderton@zetnet.co.uk>.
7842
7843 2008-03-04  Glenn Morris  <rgm@gnu.org>
7844
7845         * gnus-sum.el (top-level): No need to require gnus when compiling,
7846         since unconditionally required near start of file.
7847         (gnus-summary-display-while-building): Move definition before use.
7848
7849 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7850
7851         * gnus-registry.el (gnus-registry-user-format-function-M):
7852         Add formatting function.
7853
7854 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7855
7856         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7857         with plists.
7858         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7859         Use new format.
7860
7861 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7864         `where-is-internal' that returns a range of key sequences.
7865
7866 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7867
7868         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7869
7870         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7871         (gnus-summary-jump-to-group): Consider windows on other displayed
7872         frames as well.  Similar changes might be needed elsewhere, but that's
7873         the one I've bumped into during my use.
7874
7875         * nndoc.el (nndoc-oe-dbx-type-p):
7876         * gnus-msg.el (gnus-debug):
7877         * gnus-group.el (gnus-update-group-mark-positions):
7878         Use mm-string-to-multibyte.
7879
7880 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7883         doesn't handle NotDashEscaped.
7884
7885         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7886         (mml-dnd-attach-options): Fix typo in custom choice.
7887
7888         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7889         Change nndoc-article-type to mbox.
7890         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7891
7892         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7893         to nil, instead of html2text.
7894
7895         * imap.el (imap-debug): Add `imap-ping-server'.
7896
7897         * gnus-bookmark.el: Add FIXMEs.
7898
7899         * message.el (message-form-letter-separator)
7900         (message-send-form-letter-delay): New variables.
7901         (message-send-form-letter): Use them.  New command to send form
7902         letters.  Requested by Uwe Siart.
7903         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7904
7905 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * Update copyright years.
7908
7909 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         Sync from EMACS_22_BASE.
7912
7913         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7914
7915 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7916
7917         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7918         empty author.
7919
7920 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7921
7922         * gnus-registry.el (gnus-registry-marks): Add variable for
7923         customization of marks and their appearance.
7924         (gnus-registry-read-mark): Use it.
7925         (gnus-registry-do-marks): Add utility function to loop through
7926         `gnus-registry-marks'.
7927         (gnus-registry-install-shortcuts-and-menus): Add function to install
7928         shortcuts and menus.
7929         (gnus-registry-initialize): Use it.
7930         (gnus-registry-default-mark): Clarify documentation.
7931
7932 2008-02-29  Glenn Morris  <rgm@gnu.org>
7933
7934         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7935         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7936         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7937         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7938         Change defcustom :version from 23.0 to 23.1.
7939
7940 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7941
7942         * gnus-registry.el (gnus-registry-follow-group-p)
7943         (gnus-registry-post-process-groups): Add functions to aid registry
7944         splitting and improve logging.  Clarify behavior in function
7945         documentation.
7946         (gnus-registry-split-fancy-with-parent): Use them.
7947
7948 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7949
7950         * gnus-art.el: Use with-current-buffer.
7951
7952 2008-02-27  David Engster  <dengste@eml.cc>
7953
7954         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7955         Express real group name in the response.
7956
7957 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7960         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7961         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7962         autoload gnus-registry-fetch-group when compiling.
7963         (nnmairix-request-group-with-article-number-correction):
7964         Remove unreferenced argument passed to nnmairix-call-backend.
7965
7966 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7969         (mm-uu-extract): Improve face for low color ttys.
7970         Reported by Sascha Wilde.
7971
7972 2008-02-27  Glenn Morris  <rgm@gnu.org>
7973
7974         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7975         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7976         variables to defconsts.  Convert comments to doc-strings.
7977         (nnmairix-last-server, nnmairix-current-server): Convert from free
7978         variables to defvars.  Convert comments to doc-strings.
7979         (gnus-registry-fetch-group): Autoload.
7980         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7981         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7982         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7983         caddr.
7984         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7985         nnmairix-request-group-with-article-number-correction call.
7986         (nnmairix-fast, nnmairix-group): New, less general names, for free
7987         variables passed from nnmairix-request-group to
7988         nnmairix-request-group-with-article-number-correction.  Declare.
7989         (nnmairix-request-group-with-article-number-correction):
7990         Use nnmairix-fast, nnmairix-group rather than fast, group.
7991
7992 2008-02-26  David Engster  <dengste@eml.cc>
7993
7994         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7995         version 0.5.
7996
7997 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8000         instead of making an extra function call.  Don't add the current group
8001         to articles only when they have the group.  Use
8002         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8003         Reported by David <de_bb@arcor.de>.
8004
8005 2008-02-24  Miles Bader  <miles@gnu.org>
8006
8007         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8008         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8009         (mm-find-mime-charset-region):
8010         * mm-bodies.el (mm-encode-body):
8011         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8012
8013 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8016         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8017
8018 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * mail-source.el (mail-source-delete-incoming): Change default.
8021         Supplement doc string.
8022
8023         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8024
8025 2008-02-14  Glenn Morris  <rgm@gnu.org>
8026
8027         * time-date.el (format-seconds): New function.
8028
8029 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * nnmail.el (nnmail-message-id-cache-file): Derive from
8032         `gnus-home-directory'.
8033
8034 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8037         Document negative prefix.
8038
8039         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8040
8041 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * message.el (message-unsent-separator): Add the Exim bounce
8044         separator.
8045
8046 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8047
8048         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8049         list.
8050         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8051         recipient/signer list.
8052
8053 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * Makefile.in (datarootdir): Define.
8056         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8057         name that might contain whitespace.
8058
8059 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8062         fbound (Emacs 23 unicode), signal an error.
8063
8064 2008-02-08  Glenn Morris  <rgm@gnu.org>
8065
8066         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8067
8068 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8069
8070         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8071         ports to the calls to `netrc-machine-user-or-password' in addition to
8072         "imap" and "imaps".
8073
8074 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8075
8076         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8077
8078         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8079
8080 2008-02-01  Kenichi Handa  <handa@m17n.org>
8081
8082         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8083         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8084         (rfc2104-hash): Convert the result of concat to unibyte string.
8085
8086 2008-02-01  Dave Love  <fx@gnu.org>
8087
8088         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8089         coding-system-for-read.
8090         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8091
8092 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8095         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8096         <hanche@math.ntnu.no>.
8097
8098 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8101
8102         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8103
8104 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8105
8106         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8107         * message.el (message-beginning-of-line): Use featurep instead of bound
8108         tests in order to resolve conditionals at compile time.
8109
8110 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8111
8112         * mail-source.el (mail-sources): Add `group' choice.
8113
8114         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8115         parameter `in-group' to control into which group the articles go.
8116         Add treatment of `group' mail-source.
8117
8118 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8121
8122         * mm-decode.el (mm-dissect-buffer): Decode description.
8123
8124         * mml.el (mml-to-mime): Encode message header first.
8125
8126 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8129         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8130
8131         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8132         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8133
8134 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8135
8136         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8137
8138 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8141         prefix keys.
8142         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8143         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8144         gnus-xmas.el.
8145
8146         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8147         (gnus-xmas-article-describe-bindings): New function.
8148         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8149         gnus-xmas-article-describe-bindings.
8150
8151         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8152
8153 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8154
8155         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8156         Add new variables for article mark management.
8157         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8158         list of extra data entries which, when present, will indicate that the
8159         article ID should not be trimmed from the registry.
8160         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8161         functions.
8162         (gnus-registry-read-mark): New function to read a mark name from the
8163         user.
8164         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8165         (gnus-registry-set-article-mark-internal): New functions to add and
8166         remove marks.
8167         (gnus-registry-get-article-marks): New function to show the marks for
8168         an article, or retrieve them for further use.
8169
8170 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8173         keys when no argument is given.
8174
8175 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * imap.el (imap-ping-server): New variable.
8178         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8179         (imap-ping-server): Minor doc string fixes.
8180
8181 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8182
8183         * imap.el (imap-ping-server): New function.
8184         (imap-opened): Call imap-ping-server.
8185
8186 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * gnus-sum.el (gnus-article-sort-by-random)
8189         (gnus-thread-sort-by-random): Fix doc strings.
8190         Reported by jidanni@jidanni.org.
8191
8192 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-art.el (gnus-article-describe-bindings): New function.
8195         (gnus-article-read-summary-keys): Use it.
8196         (gnus-article-mode-map): Bind `C-h b' to it.
8197
8198 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8201         XEmacs.
8202         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8203         Protect against non-character events.
8204
8205         * lpath.el: Fbind map-keymap for Emacs 21.
8206
8207 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8210         New command.
8211         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8212         instead of END.  Change name of the temp file.
8213         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8214         customizable.
8215
8216 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8219         bind `S W' to gnus-article-wide-reply-with-original; set default
8220         binding to gnus-article-read-summary-send-keys.
8221         (gnus-article-read-summary-keys): Fix the order of keys; display
8222         continuation keys correctly in the echo area; describe bindings
8223         correctly when keys end with `C-h'.
8224         (gnus-article-read-summary-send-keys): New function.
8225         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8226         Work for gnus-article-read-summary-send-keys; display continuation keys
8227         correctly in the echo area.
8228         (gnus-article-reply-with-original): Ignore prefix argument.
8229         (gnus-article-wide-reply-with-original): New function.
8230
8231         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8232         Emacs 21.
8233
8234 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8237         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8238
8239 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8242         (gnus-group-read-ephemeral-gmane-group): New command.
8243
8244 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8245
8246         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8247
8248 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * message.el (message-send-mail-function): Increase custom version.
8251
8252         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8253         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8254
8255 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8256
8257         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8258         for the cases where imap-authenticate is called with a nil buffer
8259         parameter.
8260
8261 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8264         html parts correctly; support forwarded messages.
8265         (gnus-article-browse-html-article): Remove work buffers.
8266
8267         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8268         compiling.
8269         (netrc-bound-and-true-p): New macro.
8270         (netrc-parse): Use it instead of bound-and-true-p that is not available
8271         in XEmacs 21.4.
8272
8273 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8274
8275         * gnus-registry.el (gnus-registry-mark-article)
8276         (gnus-registry-article-marks): Add functionality to mark articles
8277         through the Gnus registry.
8278
8279         * encrypt.el: Clarify documentation for the new pgg method.
8280         (encrypt-file-alist): Add PGG option.
8281         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8282         functionality.  Abstract password key and messaging to external
8283         functions.
8284         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8285         (encrypt-message-method-and-cipher): Add new convenience external
8286         functions.
8287         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8288         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8289
8290         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8291         (netrc-parse): Use encrypt-file-alist to determine if
8292         encrypt-find-model or encrypt-insert-file-contents should be used.
8293
8294         * encrypt.el: Clarify documentation.  Load password-cache or
8295         password, whichever one is found first, instead of autoloading.
8296
8297 2007-12-19  Glenn Morris  <rgm@gnu.org>
8298
8299         * mml.el (message-options-set, message-narrow-to-head)
8300         (message-in-body-p, message-mail-p, message-encode-message-body):
8301         Autoload.
8302         (message-remove-header, message-narrow-to-headers-or-head)
8303         (message-subscribed-p, message-make-mail-followup-to)
8304         (message-position-on-field, message-news-p)
8305         (message-options-set-recipient, message-generate-headers)
8306         (message-sort-headers): Declare as functions.
8307
8308 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8311         convention in doc string.
8312
8313 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8316         title to html parts.
8317         (gnus-article-browse-html-article): Pass message header to it.
8318
8319         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8320
8321 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8324         or password compatible with XEmacs.
8325
8326 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8329         format document.
8330         (gnus-mime-delete-part): Don't write description line if empty.
8331         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8332
8333 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8334
8335         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8336         (gnus-summary-mark-read-and-unread-as-read)
8337         (gnus-summary-mark-current-read-and-unread-as-read)
8338         (gnus-summary-mark-unread-as-ticked): Doc fix.
8339         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8340
8341 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8344         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8345
8346 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8349         yes-or-no-p.
8350
8351 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * mm-decode.el (mm-add-meta-html-tag): New function.
8354         (mm-save-part-to-file, mm-pipe-part): Use it.
8355
8356         * gnus-art.el (gnus-article-browse-delete-temp-files):
8357         Use gnus-y-or-n-p instead of y-or-n-p.
8358         (gnus-article-browse-html-parts): Work with message/external-body; use
8359         mm-add-meta-html-tag.
8360
8361 2007-12-11  Glenn Morris  <rgm@gnu.org>
8362
8363         * gnus-cache.el: Require gnus-sum not just when compiling.
8364
8365         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8366
8367         * gnus-int.el (gnus-server-opened, gnus-status-message):
8368         Move definitions before use.
8369
8370         * mm-decode.el: Require gnus-util.
8371         (mm-remove-part): Only call delete-annotation on XEmacs.
8372
8373         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8374
8375         * nnmail.el: Require gnus-int.
8376
8377         * spam.el: Move `require's before `eval-when-compile's.
8378
8379         * gnus-ems.el (gnus-alive-p):
8380         * gnus-fun.el (message-goto-eoh):
8381         * gnus-util.el (gnus-group-name-decode):
8382         * mail-source.el (gnus-compress-sequence):
8383         * message.el (Info-goto-node, format-spec):
8384         * mm-bodies.el (message-options-get):
8385         * mm-decode.el (mm-view-pkcs7):
8386         * mm-util.el (gmm-write-region):
8387         * mml-smime.el (mml-compute-boundary)
8388         (gnus-completing-read-with-default):
8389         * mml.el (widget-button-press, gnus-make-hashtable):
8390         * mml1991.el (mm-decode-content-transfer-encoding)
8391         (mm-encode-content-transfer-encoding)
8392         (message-options-get, message-options-set):
8393         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8394         * nnfolder.el (gnus-request-group):
8395         * nnheader.el (ietf-drums-unfold-fws):
8396         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8397         * smime.el (gnus-run-mode-hooks):
8398         * spam-stat.el (gnus-message): Autoload.
8399
8400         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8401         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8402         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8403         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8404         Add declare-function compatibility definition.
8405
8406         * gnus-cache.el (nnvirtual-find-group-art):
8407         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8408         (gnus-add-image, gnus-add-wash-type):
8409         * gnus-group.el (nnkiboze-score-file):
8410         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8411         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8412         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8413         (message-tokenize-header, gnus-get-buffer-create)
8414         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8415         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8416         * gnus.el (gnus-group-decoded-name):
8417         * mail-source.el (imap-capability):
8418         * mm-bodies.el (message-options-set):
8419         * mm-decode.el (gnus-configure-windows):
8420         * mm-extern.el (message-goto-body):
8421         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8422         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8423         (epg-sub-key-validity, message-options-set):
8424         * mml.el (widget-event-point, gnus-configure-windows):
8425         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8426         * mml2015.el (epg-check-configuration, epg-configuration)
8427         (message-options-set):
8428         * nndb.el (nndb-request-article):
8429         * nnfolder.el (gnus-request-create-group):
8430         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8431         * nnmaildir.el (gnus-group-mark-article-read):
8432         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8433         * rfc1843.el (message-fetch-field):
8434         * spam.el (gnus-extract-address-components):
8435         Declare as functions.
8436
8437 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8440
8441         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8442
8443         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8444         bind show-trailing-whitespace for XEmacs.
8445
8446 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8449         new no-op macro for backward compatibility.
8450
8451         * imap.el (imap-string-to-integer): New function.
8452
8453 2007-12-09  Glenn Morris  <rgm@gnu.org>
8454
8455         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8456
8457         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8458         * message.el, mm-view.el, sieve-manage.el, smime.el:
8459         Add declare-function compatibility definition.
8460
8461         * gnus-art.el (w3-region, w3m-region, Info-menu):
8462         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8463         * gnus-sum.el (gnus-get-predicate):
8464         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8465         * message.el (mail-abbrev-in-expansion-header-p):
8466         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8467         (w3m-detect-meta-charset, w3m-region):
8468         * sieve-manage.el (password-read, password-cache-add)
8469         (password-cache-remove):
8470         * smime.el (password-read-and-add): Declare as functions.
8471
8472 2007-12-08  David Kastrup  <dak@gnu.org>
8473
8474         * gnus-sum.el (gnus-summary-simplify-subject-query):
8475         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8476         `message'.
8477
8478 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8481         it to bind idna-program, installation-directory, defined-colors, and
8482         face-attribute for XEmacs of the version that compiles defcustom forms.
8483
8484 2007-12-07  Glenn Morris  <rgm@gnu.org>
8485
8486         * gnus-art.el (article-make-date-line): Revert previous change.
8487
8488 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8491
8492 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8493
8494         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8495         Call gnus-add-to-range ranges only once with a prepared article-list.
8496
8497 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8498
8499         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8500         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8501         group names with backslashes.
8502         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8503
8504 2007-12-06  Deepak Goel  <deego3@gmail.com>
8505
8506         * gnus-art.el (article-make-date-line):
8507         * gnus-start.el (gnus-load):
8508         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8509
8510 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-art.el (gnus-use-idna)
8513         * gnus-start.el (gnus-site-init-file)
8514         * message.el (message-use-idna)
8515         * mm-uu.el (mm-uu-hide-markers)
8516         * smiley.el (smiley-style): Revert changes that suppress warnings.
8517
8518 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8521         specify charset to html source.
8522         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8523
8524 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8527         idna-program in order to suppress byte compile warning issued by XEmacs
8528         that came to byte compile the default value section of defcustom forms
8529         recently.
8530
8531         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8532         value of installation-directory.
8533
8534         * message.el (message-use-idna): Don't directly refer to the value of
8535         idna-program.
8536
8537         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8538
8539         * smiley.el (smiley-style): Don't directly call face-attribute.
8540
8541 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8544
8545         * gnus-dired.el: Reduce Gnus dependencies.
8546         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8547         Don't require.  Use autoloads instead.
8548         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8549         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8550         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8551         (gnus-dired-mode): Adjust doc string.
8552         (gnus-dired-mail-mode): New variable.
8553         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8554         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8555         (gnus-dired-mail-buffers): New function.  Return mail or message
8556         composition buffers.
8557         (gnus-dired-attach): Use it.
8558         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8559         NO-DECODE.
8560         (gnus-dired-print): Use `gnus-print-buffer' depending on
8561         `gnus-dired-mail-mode'.
8562
8563 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * rfc2047.el (rfc2047-encoded-word-regexp)
8566         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8567         explaining what regexp patterns are for.
8568
8569 2007-12-04  Glenn Morris  <rgm@gnu.org>
8570
8571         * password.el: Move to password-cache.el.
8572
8573         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8574         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8575         * mml-smime.el (password-read, password-cache-add)
8576         (password-cache-remove):
8577         No need to autoload, since mml-sec requires password.
8578
8579         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8580         * message.el (gnus-extract-address-components):
8581         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8582
8583         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8584         password.
8585
8586 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * mailcap.el: Reduce dependencies.
8589         (mail-header-parse-content-type): Autoload.
8590         (mailcap-delete-duplicates): New alias.
8591         (mailcap-mime-info): Add optional argument NO-DECODE.
8592         (mailcap-mime-types): Use mailcap-delete-duplicates.
8593
8594         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8595
8596 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8597
8598         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8599         (imap-parse-status): Upcase status-att for servers that sends them
8600         lower-case (e.g., MS Exchange 2007).
8601
8602 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8605         function.
8606
8607         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8608         (gnus-uu-yenc-article): New function.
8609
8610         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8611
8612         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8613
8614 2007-12-02  Glenn Morris  <rgm@gnu.org>
8615
8616         * binhex.el (binhex): New custom group.
8617         (binhex-decoder-program, binhex-decoder-switches)
8618         (binhex-use-external): Move to the binhex custom group.
8619
8620         * uudecode.el (uudecode): New custom group.
8621         (uudecode-decoder-program, uudecode-decoder-switches)
8622         (uudecode-use-external): Move to the uudecode custom group.
8623
8624         * netrc.el (top-level): Don't load `encrypt' features.
8625         (netrc-parse): Don't use encrypt.
8626         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8627
8628         * encrypt.el: Remove file.
8629
8630 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8633         matches on patches.
8634
8635         * gnus-art.el (gnus-article-browse-html-article):
8636         Mention `mm-text-html-renderer' in the doc string.
8637
8638         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8639         string.  Add comments.
8640
8641         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8642         if rhs is ASCII.
8643
8644 2007-12-01  Glenn Morris  <rgm@gnu.org>
8645
8646         * mail-source.el (top-level): Require format-spec before
8647         eval-when-compile.
8648
8649 2007-11-30  Glenn Morris  <rgm@gnu.org>
8650
8651         * encrypt.el: Require password, rather than autoloading password-read.
8652
8653 2007-11-29  Glenn Morris  <rgm@gnu.org>
8654
8655         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8656         (sasl-make-client, sasl-next-step, sasl-step-data)
8657         (sasl-step-set-data): Declare as functions.
8658
8659 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8662
8663 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8664
8665         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8666         certs should be verified and what is to be done in the event of a
8667         verification failure.
8668
8669         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8670         caller can indicate whether the cache should be disregarded for this
8671         call.  This way the result of the call is reproducible at all times and
8672         can be considered a canonical server name for the supplied method.
8673         (gnus-agent-method-p): Canonicalize server names by pushing their
8674         method through `gnus-method-to-server' using the no-cache argument.
8675
8676         * gnus-srvr.el (gnus-server-insert-server-line):
8677         Call `gnus-method-to-server' with `no-cache' argument.
8678
8679         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8680         gnus-agent-possibly-synchronize-flags as this should be called when the
8681         server is actually being opened.
8682         (gnus-agent-possibly-synchronize-flags)
8683         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8684         flags file of an agentized server to the latter function.
8685
8686         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8687         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8688         after a connection has been established successfully.
8689
8690 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-art.el (article-display-face): Force to display face if called
8693         interactively; check if gnus-article-x-face-too-ugly matches author.
8694         (article-display-x-face): Display face even if From header is missing
8695         as article-display-face does.
8696
8697 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8698
8699         * hashcash.el (message-narrow-to-headers-or-head)
8700         (message-fetch-field, message-goto-eoh)
8701         (message-narrow-to-headers): Declare as functions.
8702
8703 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * mail-source.el (mail-sources): Default to fetch from file for
8706         compatibility with default of nnmail-spool-file.
8707
8708 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8711         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8712         to look for encoded word that should be encoded again.
8713         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8714         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8715         encoding pattern.
8716         (rfc2047-decode-region): Switch strict regexp and loose one according
8717         to rfc2047-allow-irregular-q-encoded-words.
8718
8719 2007-11-25  Romain Francoise  <romain@orebokech.com>
8720
8721         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8722
8723 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * tls.el (tls-program): Provide more custom choices from
8726         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8727         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8728
8729 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8732         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8733
8734         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8735         `nnmail-spool-file'.
8736
8737         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8738         `nnmail-spool-file'.
8739
8740         * gnus-move.el (gnus-change-server): Ditto.
8741
8742         * gnus-kill.el (gnus-batch-score): Ditto.
8743
8744         * gnus-cache.el (gnus-jog-cache): Ditto.
8745
8746         * gnus-msg.el (gnus-summary-reply):
8747         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8748
8749 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8752         version.  Minor improvement to doc strings.
8753         (tls-program): Add comment.
8754
8755 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8756
8757         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8758         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8759         mismatch between the hostname provided in the certificate and the name
8760         of the host connnecting to.
8761         (open-tls-stream): Use them.  Check certificates against trusted root
8762         certificates.
8763
8764 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * gnus-cache.el (gnus-cache-generate-nov-databases):
8767         Use nnml-generate-nov-databases-directory instead of
8768         nnml-generate-nov-databases-1.
8769
8770 2007-11-24  Glenn Morris  <rgm@gnu.org>
8771
8772         * message.el (message-tool-bar-retro): Update for rename
8773         mail_send.xpm->mail-send.xpm.
8774
8775 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8778         `smime-ldap-search' for Emacs 22 and up.
8779
8780 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8781
8782         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8783
8784         * message.el (message-send-mail-function): Fix error convention.
8785         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8786         (message-widen-reply, message-send-mail, message-talkative-question)
8787         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8788         (message-clone-locals, message-send-news): Use with-current-buffer.
8789         (message-insert-or-toggle-importance): Remove unused var `valid'.
8790         (message-make-references): Remove unused var `new-references'.
8791         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8792
8793 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8794
8795         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8796         (spam-split-symbolic-return-positive): Reflow docstring.
8797         (spam-backends, spam-summary-exit-behavior)
8798         (spam-mark-ham-unread-before-move-from-spam-group)
8799         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8800         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8801         (spam-clear-cache, spam-backend-check, spam-install-backend)
8802         (spam-install-statistical-backend, spam-list-of-processors)
8803         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8804         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8805         (spam-check-crm114, spam-initialize, spam-unload-hook):
8806         Fix typos in docstrings.
8807
8808 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8811         been checked if they have never been read and those group levels are
8812         higher than the one that a user specified.
8813
8814 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8817         foreign groups unless a group level is specified by a user.
8818         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8819
8820 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * message.el (message-send-mail-function): Require sendmail.
8823
8824 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * message.el (message-send-mail-function): Check for smtpmail too.
8827
8828         * utf7.el (utf7-encode, utf7-decode): Use coding system
8829         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8830
8831         * message.el (message-send-mail-function): New function.
8832         (message-send-mail-function): Set default using
8833         message-send-mail-function.  Adjust doc string.
8834         (message-send-mail-with-mailclient): New function.
8835
8836 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8837
8838         * smime.el (from):
8839         * rfc2047.el (message-posting-charset):
8840         * qp.el (mm-use-ultra-safe-encoding):
8841         * pop3.el (parse-time-months):
8842         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8843         * nnml.el (files):
8844         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8845         (jka-compr-compression-info-list, ange-ftp-path-format)
8846         (efs-path-regexp):
8847         * nndiary.el (files):
8848         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8849         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8850         (epg-digest-algorithm-alist, inhibit-redisplay)
8851         (password-cache-expiry):
8852         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8853         (pgg-output-buffer, password-cache-expiry):
8854         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8855         (efs-path-regexp):
8856         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8857         (inhibit-redisplay):
8858         * mm-uu.el (file-name, start-point, end-point, entry)
8859         (gnus-newsgroup-name, gnus-newsgroup-charset):
8860         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8861         (latin-unity-ucs-list):
8862         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8863         (mm-uu-binhex-decode-function):
8864         * message.el (gnus-message-group-art, gnus-list-identifiers)
8865         (rmail-enable-mime-composing, gnus-local-organization)
8866         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8867         (gnus-read-active-file, facemenu-add-face-function)
8868         (facemenu-remove-face-function, gnus-article-decoded-p)
8869         (tool-bar-mode):
8870         * mail-source.el (display-time-mail-function):
8871         * gnus-util.el (nnmail-pathname-coding-system)
8872         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8873         (gnus-original-article-buffer, gnus-user-agent)
8874         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8875         (xemacs-codename, sxemacs-codename, emacs-program-version):
8876         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8877         * gnus-start.el (gnus-agent-covered-methods)
8878         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8879         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8880         (gnus-newsgroup-headers, gnus-group-list-mode)
8881         (gnus-group-mark-positions, gnus-newsgroup-data)
8882         (gnus-newsgroup-unreads, nnoo-state-alist)
8883         (gnus-current-select-method, mail-sources)
8884         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8885         (nnmail-spool-file, gnus-cache-active-hashtb):
8886         * gnus-mh.el (mh-lib-progs):
8887         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8888         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8889         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8890         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8891         (gnus-group-buffer):
8892         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8893         (font-lock-set-defaults):
8894         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8895         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8896         (gnus-summary-post-menu, total-parts, type, condition, length):
8897         * gnus-agent.el (gnus-agent-read-agentview):
8898         * flow-fill.el (show-trailing-whitespace):
8899         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8900         eval-and-compile wrappers for byte compiler pacifiers.
8901
8902         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8903         (mm-display-inline-fontify): Check for featurep 'xemacs not
8904         extent-list.
8905
8906         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8907         itimer-list.
8908         (mm-create-image-xemacs): Only do something for XEmacs.
8909         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8910
8911         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8912
8913         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8914         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8915
8916 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8917
8918         * nnimap.el (nnimap-split-download-body):
8919         * gnus-demon.el (gnus-demon):
8920         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8921
8922 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8925         New macros.
8926         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8927         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8928         copy data from unibyte buffer to multibyte current buffer.
8929         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8930         to copy data from unibyte current buffer to multibyte buffer.
8931         (nntp-make-process-buffer): Make process buffer unibyte.
8932
8933         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8934
8935 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8936
8937         * pop3.el (pop3-open-server): Accept and process data more robustly at
8938         connexion start to avoid spurious "POP SSL connexion failed" errors.
8939
8940 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8943         read group names.
8944
8945 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8948
8949 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8952         (nnmail-save-active): Use a unibyte buffer when saving active file,
8953         which may contain non-ASCII group names.
8954
8955         * nnml.el (nnml-request-group): Decode group names in messages.
8956
8957 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * message.el (message-citation-line-function)
8960         (message-insert-formatted-citation-line): Fix spelling of
8961         `message-insert-formated-citation-line'.
8962
8963 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8966
8967 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8970         nnmail-pathname-coding-system.
8971
8972         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8973         that a user enters; decode group names in messages.
8974
8975         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8976
8977 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8980
8981         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8982
8983         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8984         risky local variable.
8985
8986         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8987
8988 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8989
8990         * encrypt.el: Improve documentation to fix function name typo.
8991         Reported by Daiki Ueno <ueno@unixuser.org>.
8992
8993 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8996         even if the point is not in the last page of an article.
8997         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8998         back to the previous page.
8999
9000 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9003
9004 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9007
9008 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9009
9010         * message.el (message-check-news-body-syntax):
9011         Avoid mm-string-as-multibyte.
9012         (message-hide-headers): Don't assume (point-min)==1.
9013
9014 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * message.el (message-remove-blank-cited-lines): Fix if remove is
9017         given.
9018         (message-bogus-address-regexp): New variable.
9019         (message-bogus-recipient-p): New function.
9020         (message-check-recipients): New command.
9021         (message-syntax-checks): Add `bogus-recipient'.
9022         (message-fix-before-sending): Add `bogus-recipient'.
9023
9024         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9025         (gnus-treat-body-boundary): Don't test window-system.
9026
9027 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9028
9029         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9030
9031 2007-10-28  Miles Bader  <miles@gnu.org>
9032
9033         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9034         at compile-time too.
9035
9036 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-msg.el (gnus-message-setup-hook):
9039         Add `message-remove-blank-cited-lines' to options.
9040
9041 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * message.el (message-remove-blank-cited-lines): New function.
9044         Suggested by Karl Plästerer.
9045
9046 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9049         mapc.
9050
9051         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9052         (top-level): Use mapc to set functions to be traced for debugging.
9053
9054         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9055         called for effect with while loop.
9056
9057         * message.el (message-talkative-question): Replace mapcar called for
9058         effect with mapc.
9059
9060         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9061         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9062         called for effect with dolist.
9063
9064         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9065
9066         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9067         gnus-extra-headers and nnmail-extra-headers.
9068
9069         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9070         called for effect with dolist.
9071         (top-level): Use mapc to set functions to be traced for debugging.
9072
9073         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9074         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9075         dolist.
9076
9077         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9078         Replace mapcar called for effect with mapc.
9079         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9080         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9081         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9082         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9083
9084         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9085         remove-if that's a cl function.
9086
9087         * webmail.el (webmail-debug): Replace mapcar called for effect with
9088         dolist.
9089
9090         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9091         with mapc.
9092
9093 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9096         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9097         with while loop.
9098
9099         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9100         functions from article-* functions.
9101         (gnus-multi-decode-header): Replace mapcar called for effect with
9102         dolist.
9103
9104         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9105         (gnus-bookmark-show-details): Replace mapcar called for effect with
9106         while loop.
9107
9108         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9109         called for effect with while loop.
9110
9111         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9112         with dolist.
9113
9114         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9115         Replace mapcar called for effect with dolist.
9116
9117         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9118
9119         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9120         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9121         Replace mapcar called for effect with dolist.
9122         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9123         mapc.
9124
9125         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9126         Replace mapcar called for effect with dolist.
9127         (gnus-topic-list): Replace mapcar called for effect with mapc.
9128
9129         * gnus.el: Use mapc instead of mapcar to add autoloads.
9130
9131 2007-10-23  Richard Stallman  <rms@gnu.org>
9132
9133         * gnus-group.el (gnus-group-highlight): Mark as risky.
9134
9135 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus.el (gnus-server-to-method): Return method found first in
9138         gnus-newsrc-alist.
9139
9140         * gnus-art.el (gnus-article-highlight-signature)
9141         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9142         button overlay without the front stickiness.
9143
9144 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9145
9146         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9147         overview buffer needed a catch to receive its throw.
9148         (gnus-agent-flush-cache): Declare as interactive to make this function
9149         easier to use.
9150
9151 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9154         `next-line'.
9155
9156 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9159         exclude address matching message-dont-reply-to-names.
9160
9161 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-util.el (gnus-string<): New function.
9164
9165         * gnus-sum.el (gnus-article-sort-by-author)
9166         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9167
9168 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9171         the frame-focus tag is set in gnus-buffer-configuration.
9172
9173 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9176         the front stickiness.
9177
9178 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9181         url pattern; remove duplicate one.
9182         (gnus-article-extend-url-button): New function.
9183         (gnus-article-add-buttons): Use it.
9184         (gnus-button-push): Use concatenated url that it makes.
9185
9186 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9187
9188         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9189
9190 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9191
9192         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9193         Don't hardcode point-min==1.
9194
9195 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9198         Fix comment about "iso8859-1".
9199
9200 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9201
9202         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9203         ones returned from the verify-function.
9204
9205         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9206         Call mml2015-extract-cleartext-signature if extraction failed.
9207
9208 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9209
9210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9211         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9212         failed.
9213
9214 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9217
9218 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9221         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9222         recommends to use EasyPG instead of PGG.
9223
9224         * pgg.el: Revert to revision 6.23.2.16.
9225
9226         * pgg-def.el: Revert to revision 6.6.2.14.
9227
9228         * pgg-gpg.el: Revert to revision 6.23.2.34.
9229
9230 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9233         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9234         thread for both the null and zero (kill/expire thread) universal prefix
9235         cases.
9236         (gnus-summary-expire-thread): Add new function to expire a thread,
9237         using gnus-summary-kill-thread.
9238         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9239         shortcuts for gnus-summary-expire-thread.
9240         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9241         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9242
9243 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9244
9245         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9246         extras value, so an extras entry can be deleted.
9247         (gnus-registry-delete-extra-entry): Use it.
9248         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9249         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9250         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9251         storage through the gnus-registry, and provide an appropriate API for
9252         it.
9253
9254 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9257         Suggested by Leo <sdl.web@gmail.com>.
9258
9259         * gnus.el: Do.
9260
9261 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9264         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9265
9266         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9267
9268         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9269         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9270
9271 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9274         newline.
9275         (nnmbox-request-accept-article): Don't change article in source buffer;
9276         narrow to header to use message-fetch-field rather than
9277         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9278         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9279         as delimiters; make sure article ends with newline.
9280         (nnmbox-delete-mail): Correct last position of article to be deleted;
9281         ignore X-Gnus-Newsgroup header in article body.
9282         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9283         positions; make sure article ends with newline.
9284
9285         * message.el (message-display-abbrev): Don't infloop when a user
9286         inserts SPC in the beginning of header.
9287
9288         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9289         coding-system-for-read and coding-system-for-write for XEmacs having no
9290         file-coding feature.
9291
9292         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9293
9294 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9295
9296         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9297         list of groups not followed by default.  Fix type to be regexp.
9298         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9299
9300 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9301
9302         * hmac-def.el (define-hmac-function): Switch from old-style to
9303         new-style backquotes.
9304
9305         * md4.el (md4-make-step): Likewise.
9306
9307 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9310         raw-text coding system when saving .newsrc file, which may contain
9311         non-ASCII group names.
9312
9313 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-cus.el (gnus-score-extra): New widget.
9316         (gnus-score-extra-convert): New function.
9317         (gnus-score-customize): Use it for Extra.
9318
9319 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9320
9321         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9322         (mml2015-mailcrypt-clear-verify): Use it.
9323         (mml2015-gpg-clear-verify): Use it.
9324         (mml2015-pgg-clear-verify): Use it.
9325         (mml2015-epg-clear-verify): Replace the current part with the output
9326         from GnuPG; don't extract the plaintext by itself.
9327
9328         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9329         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9330         mml2015-clear-verify-function; don't touch the armor headers or
9331         dash-escaped text here.
9332
9333 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9336         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9337         parts, or application/octet-stream as a last resort.
9338         (gnus-mime-view-part-as-type): Don't toggle display.
9339         (gnus-mime-view-part-as-charset): Don't turn off display before
9340         querying charset.
9341
9342         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9343         stuff to undisplayer function in Emacs.
9344         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9345
9346         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9347         text/calendar parts.
9348
9349 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9352         decoding text/calendar parts.
9353
9354         * message.el (message-forward-make-body-mime): Always mark body as
9355         having no illegible text; remove signed-or-encrypted argument.
9356         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9357
9358         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9359         (mml-generate-mime-1): Don't encode body if it is specified to be in
9360         raw form; don't make buffer be unibyte when inserting multibyte string.
9361
9362 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9363
9364         * sha1.el: Fix up comment style.
9365         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9366         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9367
9368         * hex-util.el: Fix up comment style.
9369         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9370
9371         * gnus-salt.el: Use with-current-buffer.
9372         (gnus-pick-setup-message): Fix long-standing typo.
9373
9374 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * imap.el (imap-logout-timeout): New variable.
9377         (imap-logout, imap-logout-wait): New functions.
9378         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9379
9380         * nnimap.el (nnimap-logout-timeout): New server variable.
9381         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9382         nnimap-logout-timeout.
9383
9384         * gnus-art.el (gnus-article-summary-command-nosave)
9385         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9386
9387 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus.el (gnus-maximum-newsgroup): New variable.
9390
9391         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9392         according to gnus-maximum-newsgroup.
9393
9394         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9395         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9396         Limit the range of articles according to gnus-maximum-newsgroup.
9397
9398 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9399
9400         * gnus-art.el (gnus-sticky-article): Fix problems described in
9401         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9402         Don't perform gnus-configure-windows here; reuse existing sticky
9403         article buffer.
9404
9405         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9406         it doesn't exist in gnus-article-mode.
9407
9408 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9411         (gnus-agent-decoded-group-name): New function.
9412         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9413         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9414
9415 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9416
9417         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9418         Add binding for gnus-sticky-article.
9419         (gnus-summary-exit): Don't kill sticky article buffers.
9420
9421         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9422         article buffer.
9423         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9424         (gnus-kill-sticky-article-buffers): New commands.
9425
9426 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * nntp.el (nntp-xref-number-is-evil): New server variable.
9429         (nntp-find-group-and-number): If it is non-nil, don't trust article
9430         numbers in the Xref header.
9431
9432 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-agent.el (gnus-agent-read-group): New function.
9435         (gnus-agent-flush-group, gnus-agent-expire-group)
9436         (gnus-agent-regenerate-group): Use it.
9437         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9438         nnmail-pathname-coding-system.
9439
9440 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9443
9444         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9445         that are unread as unread, and also as selected so that information of
9446         marks having been changed by a user may be updated when exiting group.
9447
9448 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9451
9452 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9455         calculated ignoring signature parts to gnus-treat-article.
9456
9457 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9460         a point here in order to keep the window start.
9461         (gnus-insert-mime-security-button): Make a button overlay without the
9462         front stickiness.
9463         (gnus-mime-display-security): Goto the end of a button.
9464
9465         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9466
9467 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9470         group-name-at-point.
9471         (gnus-group-completing-read): New function that offers decoded
9472         non-ASCII group names for completion.
9473         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9474         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9475         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9476         (gnus-group-fetch-control): Use it.
9477         (gnus-fetch-group): Use group-name-at-point for the initial value
9478         rather than the default value; use gnus-alive-p.
9479
9480         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9481         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9482         (gnus-summary-post-news): Use gnus-group-completing-read.
9483
9484         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9485         (gnus-read-move-group-name): Decode group name for completion.
9486
9487 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9488
9489         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9490         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9491         Yamaoka slightly modified the code).
9492
9493 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9496         (nnmail-split-incoming): Bind it.
9497
9498         * nnml.el (nnml-group-name-charset): New function.
9499         (nnml-decoded-group-name): Use it; don't decode group name if
9500         nnmail-group-names-not-encoded-p is non-nil.
9501         (nnml-encoded-group-name): New function.
9502         (nnml-group-pathname): Inline nnml-decoded-group-name.
9503         (nnml-request-expire-articles): Decode group name in message.
9504         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9505         nnmail-pathname-coding-system.
9506         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9507         not decoded ones according to nnmail-group-names-not-encoded-p.
9508         (nnml-generate-active-info): Use nnml-encoded-group-name.
9509
9510 2007-08-08  Glenn Morris  <rgm@gnu.org>
9511
9512         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9513         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9514         doc-strings and comments.
9515
9516 2007-07-25  Glenn Morris  <rgm@gnu.org>
9517
9518         * Relicense all FSF files to GPLv3 or later.
9519
9520 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * gnus-sum.el (gnus-summary-move-article):
9523         Make gnus-summary-respool-article work.
9524
9525 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9528         string.
9529
9530 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9531
9532         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9533         that should be ignored when comparing distant RSS articles with local
9534         ones.
9535         (nnrss-make-hash-index): New function.  Create a hash index according
9536         to the ignored fields.
9537         (nnrss-check-group): Use it.
9538
9539 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9542
9543         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9544
9545         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9546         the new optional argument ENCODED is non-nil.
9547         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9548         coding system for encoding group name.
9549         (gnus-group-make-rss-group): Pass un-encoded group name to
9550         gnus-group-make-group.
9551         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9552         encoded.
9553
9554         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9555         Encode group name to which articles are moved or copied.
9556         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9557         coding system for encoding Newsgroup, Followup-To and Xref headers.
9558
9559         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9560         marks; use nnheader-file-coding-system to write a file.
9561         (nnagent-retrieve-headers): Bind file-name-coding-system to
9562         nnmail-pathname-coding-system.
9563
9564         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9565
9566         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9567         (nnml-request-article, nnml-request-create-group)
9568         (nnml-request-rename-group, nnml-find-id)
9569         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9570         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9571         (nnml-save-marks): Use nnml-group-pathname instead of
9572         nnmail-group-pathname.
9573
9574         (nnml-request-create-group, nnml-request-expire-articles)
9575         (nnml-request-move-article, nnml-request-delete-group)
9576         (nnml-deletable-article-p, nnml-possibly-create-directory)
9577         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9578         (nnml-open-marks): Bind file-name-coding-system to
9579         nnmail-pathname-coding-system.
9580
9581         (nnml-request-article): Pass server argument to nnml-find-group-number.
9582         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9583         Pass server argument to nnml-possibly-create-directory.
9584         (nnml-request-accept-article): Pass server argument to
9585         nnml-active-number and nnml-save-mail.
9586         (nnml-find-group-number): Pass server argument to nnml-find-id.
9587         (nnml-request-update-info): Pass server argument to
9588         nnml-marks-changed-p.
9589
9590         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9591         (nnml-save-mail, nnml-active-number): Add server argument.
9592
9593         (nnml-request-delete-group): Warn if group is missing.
9594         (nnml-get-nov-buffer): Decode group name.
9595         (nnml-generate-active-info): Encode group name.
9596         (nnml-open-marks): Decode group name in messages.
9597
9598 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9601         if it is not specified.
9602         (gnus-article-pipe-part, gnus-article-save-part)
9603         (gnus-article-interactively-view-part, gnus-article-copy-part)
9604         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9605         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9606         (gnus-article-replace-part, gnus-article-delete-part)
9607         (gnus-article-view-part-as-type): Pass raw prefix argument to
9608         gnus-article-part-wrapper.
9609
9610 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-agent.el (gnus-agent-save-active):
9613         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9614
9615         * gnus-cache.el (gnus-cache-save-buffers)
9616         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9617         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9618         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9619         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9620         (gnus-cache-generate-active, gnus-cache-rename-group)
9621         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9622         (gnus-cache-update-overview-total-fetched-for):
9623         Bind file-name-coding-system to nnmail-pathname-coding-system.
9624         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9625         New variables.
9626         (gnus-cache-decoded-group-name): New function.
9627         (gnus-cache-file-name): Use it.
9628         (gnus-cache-generate-active): Use non-decoded group name for active.
9629
9630         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9631         right place.
9632         (gnus-write-active-file): Don't break non-ASCII group names.
9633
9634         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9635         nnmail-pathname-coding-system.
9636
9637         * lpath.el: Bind default-file-name-coding-system,
9638         file-name-coding-system and language-info-alist for XEmacs.
9639
9640         * gnus-uu.el (gnus-uu-decode-save): Typo.
9641
9642 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9645
9646 2007-07-14  David Kastrup  <dak@gnu.org>
9647
9648         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9649         finishing actions if we did not edit the article.
9650
9651 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9654         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9655         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9656         (gnus-agent-flush-group, gnus-agent-flush-cache)
9657         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9658         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9659         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9660         (gnus-agent-regenerate-group)
9661         (gnus-agent-update-files-total-fetched-for)
9662         (gnus-agent-update-view-total-fetched-for):
9663         Bind file-name-coding-system to nnmail-pathname-coding-system.
9664         (gnus-agent-group-pathname): Don't encode file names by
9665         nnmail-pathname-coding-system.
9666         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9667         coding-system-for-write instead of buffer-file-coding-system to
9668         gnus-agent-file-coding-system.
9669
9670         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9671         Decode group name.
9672
9673         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9674
9675         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9676         (gnus-read-newsrc-el-file): Make group names unibyte.
9677
9678         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9679         nnmail-pathname-coding-system.
9680
9681         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9682         (nnrss-request-delete-group): Bind file-name-coding-system to
9683         nnmail-pathname-coding-system.
9684         (nnrss-read-server-data, nnrss-read-group-data):
9685         Bind file-name-coding-system correctly.
9686         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9687
9688         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9689         (nntp-server-to-method-cache): New variable.
9690         (nntp-group-pathname): New function that decodes non-ASCII group names.
9691         (nntp-possibly-create-directory, nntp-marks-changed-p)
9692         (nntp-save-marks, nntp-open-marks): Use it.
9693         (nntp-possibly-create-directory, nntp-open-marks):
9694         Bind file-name-coding-system to nnmail-pathname-coding-system.
9695         (nntp-open-marks): Decode group names when bootstrapping marks.
9696
9697         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9698         Newsgroups and Folowup-To headers.
9699
9700 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9703         (gnus-server-closed-face, gnus-server-denied-face)
9704         (gnus-server-offline-face): Remove variable.
9705         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9706
9707         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9708         of modifying message-stack directly for XEmacs.
9709
9710         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9711         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9712         if the coding-system argument is nil for XEmacs.
9713
9714         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9715         mm-charset-override-alist.
9716
9717         * rfc2047.el: Don't require base64; require rfc2045 for the function
9718         rfc2045-encode-string.
9719         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9720         to quote the parameter value.
9721
9722 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9725         form in gnus-group-name-charset-method-alist.
9726
9727         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9728         overrides the default layout edit-form.
9729
9730         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9731
9732         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9733
9734 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9737         as unfetched articles.
9738
9739 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9742
9743 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9746         original back end that keeps marks in the local system.
9747
9748 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9751         arg of pop-to-buffer for XEmacs.
9752         (gnus-article-read-summary-keys): Ditto; don't restore window
9753         configuration if summary command ends up with neither article buffer
9754         nor summary buffer; describe bindings if summary keys end with C-h.
9755
9756 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * message.el (message-fix-before-sending): Skip raw message part to be
9759         forwarded while checking illegible text.
9760         (message-forward-make-body-mime, message-forward-make-body):
9761         Mark signed or encrypted raw message as having no illegible text.
9762
9763 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9766         (gnus-message-with-timestamp-1): New macro.
9767         (gnus-message-with-timestamp): New function.
9768         (gnus-message): Use them.
9769
9770         * nnheader.el (nnheader-message): Use them.
9771
9772 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9775         .newsrc.eld file.
9776
9777 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-agent.el (gnus-agent-fetch-headers)
9780         (gnus-agent-retrieve-headers):
9781         Bind gnus-decode-encoded-address-function to identity.
9782
9783         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9784         available also when the server returns simply a dot.
9785
9786         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9787
9788 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9791
9792 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-ems.el (gnus-x-splash): Make it work.
9795
9796         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9797         from being used.
9798
9799         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9800
9801 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9804         4th and the 5th arguments.
9805
9806         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9807         the front stickiness.
9808         (gnus-article-summary-command-nosave): Correct the order of the
9809         arguments passed to pop-to-buffer.
9810         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9811         summary command ends up with the article buffer.
9812
9813         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9814         the same faces.
9815
9816 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9817
9818         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9819
9820 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9821
9822         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9823         * gnus-sum.el (gnus-summary-highlight):
9824         * pgg.el (pgg-sign-region, pgg-sign):
9825         * mail-source.el (mail-source-delete-old-incoming-confirm):
9826         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9827
9828 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-art.el (gnus-mime-view-part-externally)
9831         (gnus-mime-view-part-internally): Fix predicate function passed to
9832         completing-read.
9833
9834         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9835
9836         * gnus.el (gnus-update-message-archive-method): Add :version.
9837
9838 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus.el (gnus-update-message-archive-method): New variable.
9841
9842         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9843         according to gnus-message-archive-method if
9844         gnus-update-message-archive-method is non-nil.
9845
9846 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9849         Suggested by Loic Dachary <loic@dachary.org>.
9850         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9851
9852 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * message.el (message-pop-to-buffer): Add switch-function argument.
9855         (message-mail): Pass switch-function argument to it.
9856
9857 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9860         Improve doc string.
9861
9862 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9865         (gnus-header-content)
9866         * gnus-cite.el (gnus-cite-10)
9867         * gnus-srvr.el (gnus-server-closed)
9868         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9869         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9870         (gnus-group-mail-3-empty, gnus-group-mail-low)
9871         (gnus-group-mail-low-empty, gnus-splash)
9872         * message.el (message-header-to, message-header-cc)
9873         (message-header-subject, message-header-other, message-header-name)
9874         (message-header-xheader, message-separator, message-cited-text)
9875         (message-mml): Lighten colors of faces used for dark background.
9876
9877 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9878
9879         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9880         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9881
9882 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * message.el (message-narrow-to-headers-or-head):
9885         Ignore mail-header-separator in the body.
9886
9887 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9890         same as window size.
9891
9892 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9893
9894         * message.el (message-font-lock-keywords): Use message-header-xheader
9895         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9896         ahead of the anything pattern, to get it recognised.
9897
9898 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9901         spam.el loads uses it in the compiled defadvice form.
9902
9903 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9904
9905         * gnus-sum.el (gnus-articles-to-read)
9906         (gnus-summary-insert-old-articles): Don't truncate group name for
9907         `read-string'.
9908
9909         * gnus-util.el (gnus-limit-string): Delete this function.
9910
9911         * gnus-sum.el (gnus-simplify-subject-fully):
9912         Use `truncate-string-to-width' instead.
9913
9914 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9915
9916         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9917         Tell if, on summary exit, the next group has to be selected.
9918         (gnus-summary-exit): Use it.
9919
9920 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9923         non-break space.
9924
9925 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9928         Check if group is not a directory.
9929         (nnfolder-request-expire-articles): Don't delete articles if the target
9930         group is not available.
9931
9932         * nnml.el (nnml-request-create-group): Properly check if group is not a
9933         file.
9934         (nnml-request-expire-articles): Don't delete articles if the target
9935         group is not available.
9936
9937         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9938         Don't quote characters that are within parentheses.
9939
9940 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9943         (gnus-handle-ephemeral-exit): Select article according to it.
9944
9945 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * message.el (message-insert-formated-citation-line): Remove newline.
9948         (message-citation-line-format): Add final \n here so that the user can
9949         avoid a blank line.
9950
9951 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9952
9953         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9954         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9955         Update lanl/arXiv support.
9956
9957 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus.el: Bump version number.
9960
9961 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * gnus.el (gnus-version-number): Bump version.
9964
9965 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9966
9967         * gnus.el: No Gnus v0.6 is released.
9968
9969 2007-04-27  Didier Verna  <didier@xemacs.org>
9970
9971         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9972         * gmm-utils.el (gmm-regexp-concat): ... here.
9973         * message.el: Don't require 'gnus-util.
9974         (message-dont-reply-to-names): Handle name change above.
9975         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9976
9977 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9980         since the initial value varies according to the system.
9981
9982 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9985
9986 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9987
9988         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9989
9990 2007-04-24  Didier Verna  <didier@xemacs.org>
9991
9992         Improve the type of gnus-ignored-from-addresses.
9993         * gnus-util.el (gnus-orify-regexp): New function.
9994         * message.el (gnus-util): Require it.
9995         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9996         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9998
9999 2007-04-24  Didier Verna  <didier@xemacs.org>
10000
10001         * gnus-sum.el:
10002         * gnus-utils.el: Fix some trailing whitespaces.
10003
10004 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10007         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10008         article's Message-ID; refer parent article in summary buffer.
10009
10010         * message.el (message-bounce): Call mime-to-mml.
10011
10012         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10013         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10014         optimize and/or forms properly.
10015
10016 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10019         URL.
10020
10021 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10024
10025 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10028         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10029         displayed of multipart/alternative part if it is invoked from summary
10030         buffer.
10031
10032         * mm-view.el (mm-inline-text-html-render-with-w3m)
10033         (mm-inline-text-html-render-with-w3m-standalone)
10034         (mm-inline-render-with-function): Use mail-parse-charset by default.
10035
10036 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10037
10038         * parse-time.el (parse-time-string-chars): Check if CHAR
10039         is less than the length of parse-time-syntax.
10040
10041 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10044         from gnus-newsgroup-processable.
10045
10046 2007-04-16  Didier Verna  <didier@xemacs.org>
10047
10048         * gnus-msg.el (gnus-configure-posting-styles):
10049         Handle message-signature-directory properly with :file syntax.
10050         Reported by "Leo".
10051
10052 2007-04-11  Didier Verna  <didier@xemacs.org>
10053
10054         New user option: message-signature-directory.
10055         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10056         * message.el (message-insert-signature): Ditto.
10057         * message.el (message-signature-file): Doc update.
10058         * message.el (message-signature-directory): New.
10059
10060 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-msg.el (gnus-inews-yank-articles):
10063         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10064
10065 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * message.el (message-yank-original): Make sure cited text ends with
10068         newline; don't exchange point and mark.
10069
10070 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10071
10072         * tls.el (open-tls-stream): Properly handle case where there
10073         is no associated buffer.
10074
10075 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10076
10077         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10078         message-yank-original, make sure (< mark TEXT point).
10079
10080 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * message.el (message-fill-column): New variable.
10083         (message-mode): Use it.  Add comment on a possible new hook.
10084
10085         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10086         (nnmail-get-new-mail): Reformat.
10087
10088         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10089
10090         * gmm-utils.el: Fix Commentary.
10091         (gmm-tool-bar-from-list): Fix typo in doc string.
10092
10093 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10094
10095         * message.el (message-yank-original): Don't switch point and mark
10096         unnecessarily to put point and mark as documented.
10097
10098 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10101         from the message heads.
10102
10103 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10104
10105         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10106         article buffer does not have a window.  This may not be the best
10107         solution but is certainly better than setting the start of the null,
10108         that is the current, window.
10109
10110 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10113         (gnus-draft-setup): Run it.
10114
10115         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10116         gnus-score-fast-scoring.  Allow regexp.
10117         (gnus-score-headers): Use it.
10118
10119         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10120         XEmacs.
10121
10122         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10123         string.
10124         (gnus-button-alist): Also catch `<f1> k ...'.
10125         (gnus-treat-display-x-face): Fix doc string.
10126
10127 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10130         evaluation of gnus-extended-version to ensure correct generation of the
10131         User-Agent header when message-generate-headers-first is used.
10132
10133 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10134
10135         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10136         hashcash-path is nil.  Don't call callback with incorrect number of
10137         parameters if val is 0.
10138
10139 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10140
10141         * message.el (message-required-news-headers):
10142         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10143
10144 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10145
10146         * tls.el (open-tls-stream): In handshake-waiting loop,
10147         don't wait more if there is output available to process.
10148
10149 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10150
10151         * tls.el (tls-program): Doc fix.
10152
10153 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * message.el (message-generate-new-buffers): Change the meaning of the
10156         nil value; add `standard' to the choices; treat t as `unique'; improve
10157         doc string.
10158         (gnus-select-frame-set-input-focus): Autoload.
10159         (message-buffer-name): Search for the existing message buffer if
10160         message-generate-new-buffers is nil or `standard'; treat the value t of
10161         message-generate-new-buffers as `unique'.
10162         (message-pop-to-buffer): Raise the frame already displaying the message
10163         buffer; clear the echo area after querying.
10164         (message-setup): Pass the `continue' argument to compose-mail.
10165         (message-mail): Prefer `switch-function' if it is given; search for the
10166         existing message buffer if the `continue' argument is non-nil; pass
10167         continue and switch-function arguments to compose-mail by way of
10168         message-setup.
10169         (message-mail-other-window): Adjust argument of message-setup.
10170         (message-mail-other-frame): Ditto.
10171
10172 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10175         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10176         to turn font-lock on when turning gnus-message-citation-mode on.
10177
10178 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10179
10180         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10181         (mml-smime-function-alist): New variable; add epg as the backend.
10182         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10183         mml-smime- functions instead.
10184         * mm-view.el: Require smime.
10185
10186 2007-03-05  Didier Verna  <didier@xemacs.org>
10187
10188         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10189         instead of just inheritance for posting styles.
10190         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10191
10192 2007-02-24  Chris Moore  <dooglus@gmail.com>
10193
10194         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10195         * pgg-pgp.el (pgg-pgp-encrypt-region):
10196         * pgg-gpg.el (pgg-gpg-encrypt-region):
10197         Check pgg-encrypt-for-me if no other recipients.
10198
10199 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10200
10201         * tls.el (tls-certtool-program): Fix custom type.
10202
10203 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10206         and point-at-eol instead of line-(beginning|end)-position.
10207
10208         * assistant.el (assistant-parse-buffer): Ditto.
10209
10210         * netrc.el (netrc-parse-services): Ditto.
10211
10212 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10213
10214         * mml2015.el (mml2015-epg-find-usable-key): New function.
10215         (mml2015-epg-sign): Use it.
10216         (mml2015-epg-encrypt): Use it.
10217
10218 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * message.el (message-make-in-reply-to): Quote name containing
10221         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10222         if there are special characters.  Reported by NAKAJI Hiroyuki
10223         <nakaji@jp.freebsd.org>.
10224
10225 2007-02-27  Didier Verna  <didier@xemacs.org>
10226
10227         Include the group parameters as well as the topic ones in the
10228         inheritance filter process.
10229         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10230         argument GROUP-PARAMS-LIST.
10231         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10232
10233 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * nntp.el (nntp-never-echoes-commands)
10236         (nntp-open-connection-functions-never-echo-commands): New variables.
10237         (nntp-send-command): Use them.
10238
10239 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10240
10241         * mml2015.el (mml2015-epg-verify): Simplify.
10242
10243 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * mml.el (mml-content-disposition-alist): New user option.
10246         (mml-content-disposition): New function.
10247         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10248         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10249
10250 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10251
10252         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10253         verification.
10254
10255 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10256
10257         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10258         articles posted in the last 24 hours.
10259
10260 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10261
10262         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10263
10264 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10265
10266         * nntp.el (nntp-send-command): Don't wait for echoes when
10267         nntp-open-ssl-stream is used.
10268
10269 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10272         (gnus-message-add-citation-keywords)
10273         (gnus-message-remove-citation-keywords): Remove.
10274         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10275         directly, make the variables in font-lock-defaults buffer-local, add
10276         gnus-message-citation-keywords to them and then update the value of
10277         font-lock-keywords.
10278
10279 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * message.el (message-cite-original-1): Don't call
10282         gnus-article-highlight-citation.
10283
10284         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10285         citations; fix line count.
10286
10287 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10290         (gnus-message-add-citation-keywords)
10291         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10292         versions of font-lock-add-keywords and font-lock-remove-keywords to
10293         work with XEmacs correctly.
10294
10295 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-cite.el (gnus-cite-face-list): Set the values of
10298         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10299         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10300         (gnus-message-cite-prefix-regexp): New variable.
10301         (gnus-message-search-citation-line): Use it; protect against long
10302         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10303         the 0th match data for Emacs.
10304         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10305         (gnus-message-add-citation-keywords): Append keywords rather than
10306         prepending; emulate font-lock-add-keywords if it is not available.
10307         (gnus-message-remove-citation-keywords):
10308         Emulate font-lock-remove-keywords if it is not available.
10309
10310         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10311
10312         * message.el (message-cite-prefix-regexp): Set the value of
10313         gnus-message-cite-prefix-regexp.
10314
10315 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10316
10317         * nnweb.el (nnweb-google-parse-1): Update parser.
10318
10319 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10320
10321         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10322
10323 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10324
10325         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10326         regexp.
10327
10328 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10331         string-to-multibyte.
10332         (uudecode-decode-region-internal): Use it.
10333
10334         * lpath.el: Fbind string-as-multibyte for XEmacs.
10335
10336 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10339         Fix custom choice.
10340
10341         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10342
10343 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10344
10345         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10346
10347         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10348         `write-region' to respect `mm-inhibit-file-name-handlers'.
10349
10350 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10353         Use gnus-home-directory instead of "~/" or "$HOME".
10354
10355 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10356
10357         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10358         to mention filename.
10359         Add comments at beginning regarding usage.
10360         (encrypt-write-file-contents): Change interactive so a string is
10361         acceptable.  If the file has no associated model, show an error instead
10362         of a nonsense prompt.
10363
10364 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10365
10366         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10367         Thanks to Yoshihiko Yamada for kind notification of this typo.
10368
10369 2007-01-12  Kenichi Handa  <handa@m17n.org>
10370
10371         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10372         multibyte buffer.
10373
10374 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gnus-score.el (gnus-score-fast-scoring): New variable.
10377         (gnus-score-headers): Use it.
10378
10379         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10380
10381         * message.el (message-cite-original-1):
10382         Call gnus-article-highlight-citation if requested.
10383         (message-make-from): Allow name and address as optional arguments.
10384
10385         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10386
10387         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10388         bugs to doc string.
10389         (gnus-button-alist): Add mid\\|message-id.
10390         (gnus-button-fetch-group): Extend for use in
10391         `browse-url-browser-function'.
10392         (gnus-button-url-regexp): Try to catch paired parentheses like in
10393         Wikipedia URLs.
10394
10395         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10396         Suggested by Simon Krahnke <overlord@gmx.li>.
10397
10398 2007-01-13  Romain Francoise  <romain@orebokech.com>
10399
10400         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10401         Update copyright.
10402
10403 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10404
10405         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10406
10407 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10408
10409         * gnus-registry.el (gnus-registry-unfollowed-groups)
10410         (gnus-registry-split-fancy-with-parent): Fix documentation.
10411
10412 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10415         from nnweb groups.
10416
10417 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10420         Xref urls.  Erase buffer before requesting head.
10421
10422         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10423
10424 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10427         customizable.
10428
10429 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10430
10431         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10432         no signing key is found.
10433         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10434         no encrypting and/or signing key is found.
10435
10436 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10439
10440 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10441
10442         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10443         headers read from disk with the ones newly found in the current search.
10444         This should no longer cause problems, because the article numbers in
10445         Gmane's `nov.php' output are ignored since the previous change.
10446
10447 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10448
10449         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10450
10451 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10454         replace-regexp-in-string; bind url-version; fbind display-images-p and
10455         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10456         find-face and set-itimer-function for Emacs; bind itimer-list for
10457         Emacs.
10458
10459         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10460
10461 2007-01-01  Romain Francoise  <romain@orebokech.com>
10462
10463         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10464
10465 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10466
10467         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10468         `define-minor-mode' macro definition expanded properly.
10469         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10470         exclude it there.
10471
10472         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10473         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10474         `fboundp' test.
10475         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10476         This is OK to autoload in (S)XEmacs now.
10477
10478 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479
10480         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10481         keystroke.
10482         (gnus-summary-limit-to-singletons): Fix typo.
10483
10484         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10485         else fails.
10486
10487 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10488
10489         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10490         docstring.
10491
10492         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10493         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10494         (gnus-summary-insert-dormant-articles): Fix typo in message.
10495
10496 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10499         nil for XEmacs.
10500         (gnus-message-citation-mode): Don't autoload in XEmacs.
10501
10502         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10503
10504 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10505
10506         * nnimap.el (nnimap-expunge-search-string):
10507         Mention nnimap-search-uids-not-since-is-evil in docstring.
10508
10509 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * spam.el: Revert to make-obsolete-variable because
10512         define-obsolete-variable-alias is not supported in Emacs 21.
10513
10514         * spam.el (spam-ifile-path, spam-ifile-database-path)
10515         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10516         make-obsolete-variable.
10517         (spam-bsfilter-path, spam-bsfilter-program)
10518         (spam-spamassassin-path, spam-spamassassin-program)
10519         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10520         Don't use "path" inappropriately.
10521         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10522         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10523         variable names.
10524
10525 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10526
10527         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10528         summary buffer.
10529
10530         * password.el (password-cache-remove): Use clear-string to burn
10531         password, if available.
10532
10533 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10536
10537         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10538
10539         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10540         (gnus-message-highlight-citation): Move defcustom here from
10541         gnus-cite.el.
10542         (gnus-message-citation-mode): Autoload.
10543
10544         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10545         checks to make it compile with XEmacs.
10546         (gnus-message-citation-mode): New minor mode.
10547         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10548         (gnus-message-highlight-citation): New variables.
10549         (gnus-message-search-citation-line)
10550         (gnus-message-add-citation-keywords)
10551         (gnus-message-remove-citation-keywords)
10552         (turn-on-gnus-message-citation-mode)
10553         (turn-off-gnus-message-citation-mode): New functions.
10554
10555 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10556
10557         * gnus-cite.el: Enable highlighting of different citation levels in
10558         message-mode.
10559
10560 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * message.el (message-make-fqdn): Fix comment.
10563         (message-bogus-system-names): Add ".local".
10564
10565         * spam.el (spam-ifile-path, spam-ifile-program)
10566         (spam-ifile-database-path, spam-ifile-database)
10567         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10568         Don't use "path" inappropriately.
10569         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10570         strings.
10571         (spam-check-ifile, spam-ifile-register-with-ifile)
10572         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10573         Use new variable names.
10574
10575         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10576         (gnus-treat-display-smileys): Simplify using
10577         gnus-image-type-available-p.
10578
10579         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10580         available.
10581
10582         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10583         Use `display-images-p' if available.
10584
10585 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10588         one after turning on the buffer's multibyteness instead of decoding
10589         them directly in the unibyte buffer that causes unexpected conversion
10590         in Emacs 23 (unicode).
10591
10592 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10593
10594         * message.el (message-generate-hashcash): Fix custom type.
10595
10596 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10599
10600 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10603         disconnect icons.  Add help text.
10604
10605 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10606
10607         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10608         negated to be consistent with the others we handle.
10609
10610 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10613         version of gnus-summary-buffer to something, so that we can use two
10614         article buffers at the same time.
10615
10616 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10617
10618         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10619         trigger all the extra headers.
10620         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10621         sorting.
10622
10623 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10624
10625         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10626         solid groups.
10627
10628 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10629
10630         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10631
10632 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * legacy-gnus-agent.el: Add Copyright notice.
10635
10636 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10637
10638         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10639
10640 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10643
10644         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10645         to make it work reliably in CVS Emacs.
10646         (gnus-summary-limit-strange-charsets-predicate)
10647         (gnus-summary-limit-to-predicate): New functions.
10648
10649 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10650
10651         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10652         specifying array size.
10653         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10654         array if it is too small.
10655         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10656         (gnus-sort-threads-loop): New function.
10657
10658 2006-12-06  Chris Moore  <dooglus@gmail.com>
10659
10660         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10661         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10662
10663 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10664
10665         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10666         options.
10667
10668 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10671         DOS-ing the recipient.
10672
10673         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10674         the headers when creating the mapping to avoid mismappings.
10675         (nnweb-gmane-create-mapping): Always nix out old mapping.
10676
10677 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10680         and mm-verify-option to never.
10681
10682 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * message.el (message-signed-or-encrypted-p): New function.
10685         (message-forward-make-body): Use it.
10686
10687         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10688         Replace encode-coding-string with mm-encode-coding-string.
10689
10690 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * nneething.el (nneething-decode-file-name):
10693         Replace decode-coding-string with mm-decode-coding-string.
10694
10695         * gnus-int.el (gnus-open-server): Say failed server's name.
10696
10697 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10698
10699         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10700         strings to a single string.  Quote `errors-file-name'.
10701         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10702         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10703         Adjust calls.  Use `shell-quote-argument'.
10704
10705 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10706
10707         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10708         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10709
10710         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10711         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10712         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10713         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10714         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10715         (gnus-subscribe-newsgroup, gnus-1):
10716         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10717         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10718         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10719         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10720
10721 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10724         keystroke.
10725         (gnus-summary-limit-to-bodies): Implement headersp.
10726
10727 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10730
10731 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10734
10735 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * message.el (message-generate-hashcash): Expand range of values to
10738         include `opportunistic'.
10739         (message-send-mail): Use it.
10740
10741 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10742
10743         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10744         and comment it.
10745
10746         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10747
10748 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-util.el (gnus-extract-address-components): Improve comment.
10751
10752 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-util.el (gnus-extract-address-components): Work with address in
10755         which the name portion contains @.
10756
10757         * lpath.el: Fbind custom-autoload.
10758
10759 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gnus.el (gnus-start): Move custom group up.
10762         (gnus-select-method): Don't autoload, but make it available for
10763         `customize-variable'.
10764         (gnus-getenv-nntpserver): Don't autoload.
10765
10766 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10767
10768         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10769
10770 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * message.el (message-sendmail-extra-arguments): New variable.
10773         (message-send-mail-with-sendmail): Use it.
10774
10775 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10778         mm-with-unibyte-current-buffer to make string unibyte.
10779
10780         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10781         mm-string-as-multibyte.
10782
10783 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10784
10785         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10786         Reported by Werner Koch <wk@gnupg.org>.
10787
10788 2006-11-14  Daiki Ueno  <ueno@p360>
10789
10790         * mml2015.el: Autoload epa-select-keys when compiling.
10791
10792 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10793
10794         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10795         message-options.
10796         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10797
10798 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10799
10800         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10801         EasyPG (< 0.0.6).
10802         (mml2015-always-trust): New user option.
10803         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10804         prompt.
10805
10806 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * nntp.el (nntp-authinfo-force): New variable.
10809         (nntp-send-authinfo): Use it.
10810
10811 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10814         decode encoded words.  Improve prompt.  Add comment about forwarding.
10815         (message-replacement-char): Move up.
10816
10817 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10818
10819         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10820         instead of gnus-intersection because arguments of gnus-sorted-nunion
10821         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10822
10823 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10826         (message-simplify-subject-functions):
10827         Enable message-strip-subject-encoded-words by default.
10828
10829 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * message.el (message-strip-subject-encoded-words): New function.
10832         (message-simplify-subject-functions): New variable.
10833         (message-simplify-subject): Use it.  Fix typo in doc string.
10834         Support message-strip-subject-encoded-words.
10835
10836 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10837
10838         * gnus-diary.el (gnus-diary-delay-format-function):
10839         * nndiary.el (nndiary-reminders):
10840         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10841
10842 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-art.el (article-hide-boring-headers): Fetch date from
10845         gnus-original-article-buffer to avoid problems with localized date
10846         strings.
10847
10848 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10851
10852 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10855         New variables.
10856         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10857         (mm-charset-synonym-alist): Move some entries to
10858         mm-codepage-iso-8859-list.
10859         (mm-charset-synonym-alist, mm-charset-override-alist):
10860         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10861
10862 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10865
10866 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10869         with Emacs 21 and XEmacs.
10870
10871 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10872
10873         * spam.el (spam-parse-address): New function for better parsing,
10874         catching errors, etc.
10875         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10876
10877 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * mm-view.el: Add interactive arg to html2text autoload.
10880
10881 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10884
10885 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10888         New variables.
10889         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10890         (mm-charset-synonym-alist): Move some entries to
10891         mm-codepage-iso-8859-list.
10892
10893         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10894
10895 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * message.el (message-citation-line-format)
10898         (message-insert-formated-citation-line): Fix implementation of %E, %N
10899         and %n according to the doc string.
10900
10901 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10902
10903         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10904         Use car-safe to avoid bad parses.
10905
10906 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10909         names.
10910
10911         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10912
10913 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10916         header.
10917
10918         * message.el (message-draft-headers): Add Date.
10919         (message-headers-to-generate): Fix typo in docstring.
10920
10921         * nndraft.el (nndraft-required-headers): New variable.
10922         (nndraft-generate-headers): Use it.
10923
10924         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10925
10926 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * gnus-registry.el (gnus-registry-wash-for-keywords)
10929         (gnus-registry-find-keywords): New functions to allow easy searching of
10930         articles that are in the registry.
10931
10932 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10933
10934         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10935         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10936         Reported by Damien Elmes <damien@repose.cx>.
10937
10938 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * gnus.el (gnus-mime): Remove unused custom group.
10941
10942 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10943
10944         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10945         "blank line" when searching for end of armor headers.
10946
10947 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gmm-utils.el (gmm-write-region): Fix variable name.
10950
10951 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * gmm-utils.el (gmm-write-region): New function based on compatibility
10954         code from `mm-make-temp-file'.
10955
10956         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10957
10958         * nnmaildir.el (nnmaildir--update-nov)
10959         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10960         Use `gmm-write-region'.
10961
10962 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10965         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10966
10967         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10968
10969         * message.el (message-replacement-char): New variable.
10970         (message-fix-before-sending): Use it.
10971         (message-simplify-subject): New function to remove duplicate code.
10972         (message-reply, message-followup): Use it.
10973
10974         * gnus-sum.el (gnus-summary-make-menu-bar):
10975         Clarify gnus-summary-limit-to-articles.
10976
10977 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-util.el (gnus-with-local-quit): New macro.
10980
10981         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10982
10983 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10984
10985         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10986         ignore non-string data.
10987
10988 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10989
10990         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10991         non-string data (needs to be done in the registry too).
10992
10993 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10996         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10997         (gnus-registry-split-fancy-with-parent)
10998         (gnus-registry-fetch-simplified-message-subject-fast)
10999         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11000         Remove text properties on ingress into the registry and when it's saved.
11001         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11002         registry from entries with no groups.
11003
11004 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11005
11006         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11007         function to remove string properties.
11008
11009 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * gmm-utils.el (gmm): Adjust custom version.
11012
11013         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11014         Adjust custom version.
11015
11016         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11017
11018 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * gnus-art.el (gnus-insert-prev-page-button)
11021         (gnus-insert-next-page-button): Simplify.  Reformat.
11022
11023 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11024
11025         * gnus-art.el (gnus-insert-prev-page-button)
11026         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11027
11028 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11029
11030         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11031
11032 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11033
11034         * gnus-art.el (gnus-insert-mime-button)
11035         (gnus-insert-mime-security-button):
11036         Apply gnus-article-button-face to MIME and security buttons.
11037
11038 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11041         readable.
11042
11043 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11046
11047 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11048
11049         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11050         `browse-url-of-file' instead of `browse-url'.
11051
11052 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11053
11054         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11055         regexp.  Articles containing quotation were cut prematurely.
11056
11057 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * message.el (message-cite-original-1): Use nobody by default for the
11060         value of From header.
11061         (message-reply): Ditto.
11062
11063 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11064
11065         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11066         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11067         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11068
11069 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11072         mails in the doc string.  Add some URLs in comment.
11073         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11074
11075 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11078         backslashes handling and the way to find boundaries of quoted strings.
11079
11080 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11081
11082         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11083         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11084         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11085         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11086
11087 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11090         doc string.
11091         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11092
11093 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * lpath.el: Fbind epg-check-configuration.
11096
11097 2006-09-06  Simon Josefsson  <jas@extundo.com>
11098
11099         * mml2015.el (mml2015-use): Doc fix, mention epg.
11100
11101 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11102
11103         * mml2015.el (mml2015-use): Default to epg, if available.
11104
11105 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11106
11107         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11108         message-sender.
11109         (mml1991-epg-encrypt): Ditto.
11110         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11111         message-sender.
11112         (mml2015-epg-encrypt): Ditto.
11113
11114 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11115
11116         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11117         several common directories.
11118
11119 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11120
11121         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11122         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11123
11124 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-art.el (article-decode-encoded-words): Make it fast.
11127
11128 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11131
11132         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11133         in quoted string into `\'.
11134
11135 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11138         Use standard-syntax-table.
11139
11140 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-art.el (gnus-decode-address-function): New variable.
11143         (article-decode-encoded-words): Use it to decode headers which are
11144         assumed to contain addresses.
11145         (gnus-mime-delete-part): Remove useless `or'.
11146
11147         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11148         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11149         (gnus-nov-parse-line): Use it to decode From header.
11150         (gnus-get-newsgroup-headers): Ditto.
11151         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11152
11153         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11154         (mail-decode-encoded-address-string): New alias.
11155
11156         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11157         New function.
11158         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11159         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11160         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11161         (rfc2047-decode-string): Ditto.
11162         (rfc2047-decode-address-region): New function.
11163         (rfc2047-decode-address-string): New function.
11164
11165 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * message.el (message-caesar-buffer-body): Allow rotating headers.
11168
11169         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11170
11171         * message.el (message-insert-formated-citation-line): Fix %f.
11172         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11173
11174 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11177         (gnus-bookmark-mouse-available-p): New macro.
11178         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11179         (gnus-bookmark-bmenu-show-infos): Use it.
11180         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11181         (gnus-bookmark-bmenu-hide-infos): Ditto.
11182         (gnus-bookmark-remove-properties): New function.
11183         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11184         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11185         (gnus-bookmark-write-file): Bind coding-system-for-write.
11186         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11187         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11188         group before selecting it.
11189         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11190         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11191         quit-window if it is not available; use gnus-mouse-2 and bind it to
11192         gnus-bookmark-bmenu-select-by-mouse.
11193         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11194         (gnus-bookmark-bmenu-select-by-mouse): New function.
11195
11196 2006-08-13  Romain Francoise  <romain@orebokech.com>
11197
11198         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11199         space.
11200
11201 2006-08-10  Romain Francoise  <romain@orebokech.com>
11202
11203         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11204         (dns-mode-soa-auto-increment-serial): New user option.
11205         (dns-mode-soa-maybe-increment-serial): New function.
11206         (dns-mode): Add the latter to `write-contents-functions'.
11207
11208 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * compface.el (uncompface): Use binary rather than raw-text-unix.
11211
11212 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * compface.el (uncompface): Make sure the eol conversion doesn't take
11215         place when communicating with the external programs.
11216         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11217
11218 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11221
11222 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11223
11224         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11225         Make it more robust by parsing author and date independently.
11226
11227 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11230
11231 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11232
11233         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11234         first matching secret key.
11235         (mml2015-epg-encrypt): Ditto.
11236
11237         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11238         first matching secret key.
11239         (mml1991-epg-encrypt): Ditto.
11240
11241         * mml2015.el (mml2015-encrypt-to-self): New user option.
11242         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11243         mml2015-epg-encrypt-to-self is set.
11244
11245         * mml1991.el (mml1991-encrypt-to-self): New variable.
11246         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11247         mml1991-epg-encrypt-to-self is set.
11248
11249         * mml2015.el (mml2015-signers): New user option.
11250         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11251         (mml2015-epg-encrypt): Allow to select signing keys.
11252
11253         * mml1991.el (mml1991-signers): New variable.
11254         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11255         (mml1991-epg-encrypt): Allow to select signing keys.
11256
11257 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * nnheader.el (nnheader-insert-head): Make it work even if the file
11260         uses CRLF for the line-break code.
11261
11262 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11263
11264         * mml2015.el: Require mml-sec instead of password.
11265         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11266         (mml2015-cache-passphrase): Inherit the default value from
11267         mml-secure-cache-passphrase.
11268         (mml2015-passphrase-cache-expiry): Inherit the default value from
11269         mml-secure-passphrase-cache-expiry.
11270
11271         * mml1991.el: Require mml-sec instead of password.
11272         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11273         (mml1991-cache-passphrase): Inherit the default value from
11274         mml-secure-cache-passphrase.
11275         (mml1991-passphrase-cache-expiry): Inherit the default value from
11276         mml-secure-passphrase-cache-expiry.
11277
11278         * mml-sec.el: Require password.
11279         (mml-secure-verbose): New user option.
11280         (mml-secure-cache-passphrase): New user option.
11281         (mml-secure-passphrase-cache-expiry): New user option.
11282
11283 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11284
11285         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11286         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11287         andreas@altroot.de (Andreas Vögele).
11288
11289         FIXME: Use `tiny change'?
11290
11291 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11292
11293         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11294         workaround for the url package included with Emacs.
11295
11296         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11297
11298 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11301         correctly.  This fixes a bug caused by the 2006-05-12 change.
11302
11303 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11304
11305         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11306         some information about the error when saying that the `bogus' mail
11307         group will be used.
11308
11309 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11312         string.
11313
11314 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11315
11316         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11317
11318 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11319
11320         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11321
11322 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11323
11324         * mml1991.el (mml1991-function-alist): Add epg.
11325         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11326         (mml1991-epg-encrypt): New functions.
11327
11328 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11329
11330         * mml2015.el (mml2015-verbose): New variable.
11331         (mml2015-cache-passphrase): Ditto.
11332         (mml2015-passphrase-cache-expiry): Ditto.
11333         (mml2015-function-alist): Add epg.
11334         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11335         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11336         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11337         New functions.
11338
11339 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11340
11341         * message.el (message-cite-original-1): Preserve region when removing
11342         quoted text due to X-No-Archive in order to avoid bogus attribution
11343         when citing multiple messages.
11344
11345 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11346
11347         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11348         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11349
11350 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-diary.el (gnus-user-format-function-d)
11353         (gnus-user-format-function-D): Autoload.
11354
11355         * imap.el (Commentary): Fix typo.
11356
11357         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11358         2006-04-22 contribution.
11359
11360 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11361
11362         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11363         It didn't really fix the bogosity I'm seeing with solid web groups.
11364
11365 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11366
11367         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11368         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11369         created using server names.  If we use the feature without declaring
11370         it, Gnus does not properly manage server and group state.
11371
11372         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11373         bound.
11374
11375 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11376
11377         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11378         looking up the method using GROUP's prefix before inventing a new one.
11379         It is used on killed/unknown groups in various places where returning
11380         an all-new method isn't expected by the caller.
11381
11382         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11383         and match semantics of gnus-group-real-prefix.
11384
11385 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * nnmail.el (nnmail-broken-references-mailers): New variable.
11388         (nnmail-ignore-broken-references): New function generalizing
11389         nnmail-fix-eudora-headers.
11390         (nnmail-fix-eudora-headers): Now obsolete.
11391
11392         * gnus-art.el (gnus-button-handle-custom):
11393         Support `customize-apropos*'.
11394
11395 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11398
11399         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11400         articles.
11401
11402 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * message.el (message-cite-reply-above): New variable.
11405         (message-yank-original): Use it.
11406
11407 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11410
11411 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11414         as read.
11415
11416         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11417
11418 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11421         (gnus-bookmark-default-file): Use gnus-directory.
11422         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11423         Remove "*" in doc string.
11424         (gnus-bookmark-write-file): Simplify.
11425         (gnus-bookmark-maybe-sort-alist): Use `when'.
11426         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11427         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11428         Add FIXME about Emacs 21 and XEmacs compatibility.
11429         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11430         compatibility.
11431         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11432         compatibility.
11433         (gnus-bookmark-menu-heading): Fix version.
11434
11435 2006-06-19  Bastien Guerry  <bzg@altern.org>
11436
11437         * gnus-bookmark.el: New file.
11438
11439 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * message.el (message-syntax-checks): Doc fix.
11442
11443 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11444
11445         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11446         unsubscribed groups as if they were killed ones.  It causes duplicate
11447         entries in gnus-newsrc-alist.
11448
11449 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * message.el (message-syntax-checks): Doc fix.
11452         (message-send-mail): Add check for continuation headers.
11453         (message-check-news-header-syntax): Fix regexp used to check for
11454         continuation headers.
11455
11456 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11459
11460 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11463
11464 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11467         default-truncate-lines.
11468
11469 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11472         to fill the utf-8 entry.
11473
11474         * lpath.el: Fbind unicode-precedence-list.
11475
11476 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11477
11478         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11479
11480 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11481
11482         * gnus-agent.el (directory-files-and-attributes): Move all the way
11483         forward (the third and final move).
11484         (gnus-agent-read-agentview): Trap reconstruction errors due to
11485         nonexistent directory.  Handle by returning nil.
11486
11487 2006-05-30  Didier Verna  <didier@xemacs.org>
11488
11489         * message.el (message-dont-reply-to-names): Update the custom type.
11490         * message.el (message-dont-reply-to-names): New defsubst: potentially
11491         convert a list of regexps into a single one.
11492         * message.el (message-get-reply-headers): Use it.
11493         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11494
11495 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus-agent.el (directory-files-and-attributes): Move forward.
11498
11499 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-ml.el (gnus-mailing-list-subscribe)
11502         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11503         (gnus-mailing-list-message): Fix doc strings.
11504
11505 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11506
11507         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11508         of doing it manually.
11509
11510 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11513         comment.
11514
11515 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11516
11517         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11518         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11519         (gnus-agent-read-local): All symbols allocated in my-obarray.
11520         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11521         (gnus-agent-regenerate-group): Check numeric names to see if they are
11522         messages or groups.
11523         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11524         better way of do this...)
11525
11526         * gnus-cache.el (gnus-agent-total-fetched-for):
11527         Ignore 'dummy.group' (there should be a better way of do this...)
11528
11529 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11532         (gnus-saved-headers): Ditto.
11533         (gnus-default-article-saver): Mention functions may have properties.
11534         (gnus-article-save): Override gnus-save-all-headers and
11535         gnus-saved-headers by :headers property which saver function may have.
11536         (gnus-summary-save-in-file): Add :headers property.
11537         (gnus-summary-write-to-file): Ditto.
11538
11539         * gnus-sum.el (gnus-summary-save-article): Bind
11540         gnus-prompt-before-saving to t when saving many articles in a file;
11541         always show all headers.
11542
11543         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11544
11545 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11548         marks.
11549
11550         * message.el (message-indent-citation): Add optional arguments to allow
11551         using it outside of message buffers.
11552
11553         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11554         (gnus-article-treat-unfold-headers): Use it.
11555         (gnus-article-truncate-lines): New variable.
11556         (gnus-article-mode): Use it.
11557         (gnus-article-toggle-truncate-lines): New function.
11558
11559         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11560         Add gnus-article-toggle-truncate-lines.
11561
11562         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11563         coding system in XEmacs, use binary.
11564
11565 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11568         after-load-alist.
11569
11570         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11571         this function should save decoded articles.
11572         (gnus-summary-write-to-file): Use property to specify this function
11573         should save decoded articles and specify gnus-summary-save-in-file
11574         should be used to save articles other than the first one when saving
11575         many articles.
11576         (gnus-summary-save-body-in-file): Use property to specify this
11577         function should save decoded articles.
11578         (gnus-summary-write-body-to-file): Use property to specify this
11579         function should save decoded articles and specify
11580         gnus-summary-save-body-in-file should be used to save articles other
11581         than the first one when saving many articles.
11582
11583         * gnus-sum.el (gnus-summary-save-article): Simplify.
11584
11585 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-art.el (gnus-default-article-saver):
11588         Add gnus-summary-write-body-to-file.
11589         (gnus-article-save-coding-system): Don't use coding system object
11590         in XEmacs.
11591         (gnus-read-save-file-name): Add optional `dir-var' argument which
11592         specifies directory in which files are saved; work even if optional
11593         `variable' argument is not specified.
11594         (gnus-summary-write-to-file): Read file name.
11595         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11596         (gnus-summary-write-body-to-file): New function.
11597
11598         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11599         (gnus-summary-local-variables): Add it.
11600         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11601         (gnus-summary-save-article): Remove optional `decode' argument;
11602         determine whether to decode articles by the value of
11603         gnus-default-article-saver; when saving many files using
11604         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11605         it first and use gnus-summary-save-in-file or
11606         gnus-summary-save-body-in-file thereafter unless
11607         gnus-prompt-before-saving is always; move point to article which
11608         will be saved.
11609         (gnus-summary-save-article-file): Revert.
11610         (gnus-summary-write-article-file): Revert.
11611         (gnus-summary-save-article-body-file): Revert.
11612         (gnus-summary-write-article-body-file): New function.
11613
11614 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (gnus-default-article-saver): Doc fix.
11617         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11618         from gnus-summary-save-article-coding-system, and default to a
11619         certain coding system.
11620         (gnus-output-to-file): Add coding cookie and encode text according
11621         to gnus-article-save-coding-system; don't use mm-append-to-file.
11622
11623         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11624         gnus-art.el and rename to gnus-article-save-coding-system.
11625         (gnus-summary-save-article): Require gnus-art; don't show all
11626         headers if it decodes articles; don't add coding cookie here;
11627         don't bind mm-text-coding-system-for-write.
11628         (gnus-summary-save-article-file): Save decoded articles.
11629         (gnus-summary-write-article-file): When saving many files, use
11630         gnus-summary-write-to-file first and gnus-summary-save-in-file
11631         thereafter unless gnus-prompt-before-saving is always.
11632         (gnus-summary-save-article-body-file): Save decoded articles.
11633
11634         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11635
11636 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * nnrss.el (nnrss-check-group): Bind hash-index.
11639
11640 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11641
11642         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11643         its hash index.  Store this hash in `nnrss-group-data'.
11644         (nnrss-read-group-data): Update accordingly.
11645
11646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11649         entry.
11650
11651         * gnus-sum.el (gnus-summary-make-menu-bar):
11652         Add gnus-article-browse-html-article.
11653
11654 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11655
11656         * gnus-sum.el (gnus-summary-mime-map):
11657         Add gnus-article-browse-html-article.
11658
11659         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11660
11661 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11664         suitable coding systems in customize.
11665
11666 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * mail-source.el (mail-sources): Fix custom type.
11669
11670 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11673         (gnus-summary-expire-articles-now): Shorten prompt.
11674
11675         * gmm-utils.el (wid-edit): Require.
11676         (defun-gmm): Rename from `gmm-defun-compat'.
11677         (gmm-image-search-load-path): Use it.
11678         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11679
11680 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-sum.el (gnus-summary-save-article-coding-system):
11683         New variable.
11684         (gnus-summary-save-article): Add optional `decode' argument.
11685         If it is set and gnus-summary-save-article-coding-system is non-nil,
11686         save decoded article.
11687         (gnus-summary-write-article-file): Save decoded article if
11688         gnus-summary-save-article-coding-system is non-nil.
11689
11690         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11691         type.
11692
11693 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11696
11697 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11700         first to test gnus-single-article-buffer which may be buffer-local.
11701
11702         * gnus-sum.el (gnus-summary-setup-buffer):
11703         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11704         group; make gnus-article-buffer, gnus-article-current, and
11705         gnus-original-article-buffer always buffer-local.
11706         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11707         group.
11708         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11709
11710 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * nnml.el (nnml-request-compact-group): Compressed files might not
11713         have .gz extension.
11714
11715 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11716
11717         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11718         (mm-copy-to-buffer): Use with-current-buffer.
11719         (mm-display-part): Simplify.
11720         (mm-inlinable-p): Add optional arg `type'.
11721
11722 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11723
11724         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11725         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11726         Try harder to show the attachment internally or externally using
11727         gnus-mime-view-part-as-type.
11728
11729 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * message.el (message-from-style, message-signature-separator)
11732         (message-user-organization-file, message-send-mail-function)
11733         (message-citation-line-function, message-yank-prefix)
11734         (message-indent-citation-function, message-signature)
11735         (message-signature-file, message-signature-insert-empty-line):
11736         Remove autoloads.
11737
11738         * gnus-art.el (gnus-buttonized-mime-types):
11739         Remove "multipart/signed".  Revert 2006-04-26 change.
11740
11741 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11742
11743         * gnus.el (gnus-version-number): Bump version.
11744
11745 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11746
11747         * gnus.el: No Gnus v0.5 is released.
11748
11749 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11750
11751         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11752         fetching articles by message-id.
11753
11754 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11755
11756         * message.el (hashcash): Require hashcash as normal.
11757
11758         * ecomplete.el (ecomplete-highlight-match-line):
11759         Use point-at-eol.
11760         (ecomplete-highlight-match-line): Use `highlight', because that
11761         face exists in both Emacs and XEmacs.
11762
11763         * message.el (message-display-abbrev): Use point-at-bol.
11764
11765         * mail-source.el: Don't require timer/timer-funcs.
11766
11767         * gnus-async.el: Ditto.
11768
11769         * password.el: Ditto.
11770
11771         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11772
11773         * mm-url.el: Ditto.
11774
11775         * gnus-xmas.el: Don't require timer-funcs.
11776
11777         * mm-util.el: Require timer/timer-funcs.
11778
11779 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11780
11781         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11782         Close.
11783
11784 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11787         unibyte after clear-decrypt function runs.
11788
11789         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11790         returns as a unibyte string.
11791
11792 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * lpath.el: Revert.
11795
11796         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11797         (pgg-gpg-process-sentinel): Revert.
11798
11799         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11800         (pgg-pgp-lookup-key): Revert.
11801
11802         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11803         (pgg-pgp5-lookup-key): Revert.
11804
11805         * pgg.el (pgg-fetch-key): Revert.
11806
11807 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * lpath.el: Fbind string-as-multibyte for XEmacs.
11810
11811         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11812         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11813         (mml1991-pgg-encrypt): Ditto.
11814
11815         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11816         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11817         a multibyte buffer.
11818
11819         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11820         (pgg-pgp-lookup-key): Ditto.
11821
11822         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11823         (pgg-pgp5-lookup-key): Ditto.
11824
11825         * pgg.el (pgg-fetch-key): Ditto.
11826
11827 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * message.el (message-user-organization-file): Check several
11830         locations of the organization file.
11831
11832         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11833         Add gnus-article-view-part-as-type.
11834
11835         * gnus-art.el (gnus-article-view-part-as-type): New function.
11836
11837         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11838         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11839
11840         * mml.el: Simplify autoload.
11841         (mml-mode): defvar dnd-protocol-alist instead of using
11842         symbol-value.
11843         (mml-default-directory): New variable.
11844         (mml-minibuffer-read-file): Use it.
11845         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11846
11847         * message.el (message-citation-line-format): New variable.
11848         (message-insert-formated-citation-line): New function.
11849         (message-citation-line-function):
11850         Add `message-insert-formated-citation-line' to custom type.
11851
11852         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11853         to doc string.
11854
11855         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11856         depending on mm-verify-option.
11857
11858 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11861         binding pgg-* variables; reimplement the section which prevents
11862         MIME header from being signed.
11863         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11864         pgg-text-mode; remove a blank line at the top of body.
11865
11866         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11867         lines at the top of body; use gnus-newsgroup-charset if there's no
11868         Charset header.
11869
11870 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * message.el (message-self-insert-commands): Doc fix.
11873
11874         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11875         (mm-uu-pgp-encrypted-test): Ditto.
11876         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11877         between header and body; return application/pgp-encrypted handle
11878         if decryption failed; decode decrypted body by charset.
11879
11880         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11881         element match to application/pgp-*.
11882
11883 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11884
11885         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11886         HTML.
11887
11888 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * mail-source.el (mail-source-call-script): Message the error
11891         string.
11892
11893 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-util.el (gnus-byte-compile): Use it.
11896
11897 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11898
11899         * gnus-util.el (kill-empty-logs): New function.
11900
11901 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * message.el (message-mail-alias-type): Doc fix.
11904         (message-mail-alias-type-p): New function.
11905         (message-send): Use it.
11906         (message-mode): Ditto.
11907         (message-strip-forbidden-properties): Ditto.
11908
11909         * ecomplete.el (ecomplete-database-file-coding-system):
11910         New variable.
11911         (ecomplete-save): Use it.
11912         (ecomplete-setup): Use it.
11913
11914 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * message.el (message-self-insert-commands): New variable.
11917         (message-strip-forbidden-properties): Use it.
11918
11919 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11920
11921         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11922         that doesn't make XEmacs choke.
11923
11924 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-util.el (gnus-replace-in-string):
11927         Prefer replace-regexp-in-string over of replace-in-string.
11928
11929 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-util.el (gnus-select-frame-set-input-focus):
11932         Use select-frame-set-input-focus if it is available in XEmacs; use
11933         definition defined in Emacs 22 for old Emacsen.
11934
11935         * dgnushack.el: Autoload unmorse-region for XEmacs.
11936
11937         * lpath.el: Bind cursor-in-non-selected-windows and
11938         select-frame-set-input-focus for XEmacs.
11939
11940 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11943
11944 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11945
11946         * gnus-registry.el (gnus-registry-cache-save): Remove text
11947         properties when saving via the temp buffer.
11948
11949 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * message.el (message-generate-hashcash): Honor custom type.
11952
11953 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * message.el (message-generate-hashcash): Default to non-nil when
11956         hashcash is found.
11957
11958         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11959         (gnus-refer-thread-limit): Increase default to 500.
11960
11961         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11962
11963         * flow-fill.el (fill-flowed): Allow delete-space.
11964
11965 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11966
11967         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11968         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11969         Remove autoloads.
11970
11971 2006-04-18  Simon Josefsson  <jas@extundo.com>
11972
11973         * message.el (message-generate-hashcash): Default to.
11974
11975 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11978         concatenating segments rather than before concatenating them.
11979
11980 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11983
11984 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11985
11986         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11987
11988         * message.el (message-forward-make-body-plain):
11989         Allow message-forward-ignored-headers to be a list.
11990         (message-remove-ignored-headers): Factor out into function.
11991         (message-forward-make-body-mml): Use it.
11992
11993         * imap.el (imap-quote-specials): New function.
11994         (imap-login-auth): Quote specials.
11995
11996         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11997         (rfc2231-parse-string): Allow concatanation of parameters that
11998         aren't contiguous.  The test case is
11999           (mail-header-parse-content-type "message/external-body;
12000             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12001             access-type=LOCAL-FILE;
12002             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12003
12004 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12005
12006         * nntp.el (nntp-accept-process-output): Return the value of
12007         `nnheader-accept-process-output'.
12008
12009 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12012         (gnus-button-alist): Recognize more diff formats.
12013         (gnus-button-patch): Strip directory.
12014
12015 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12018         Emacs 22 when setting focus.
12019
12020 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * gnus-art.el (gnus-article-treat-types): Do treatment of
12023         text/x-verbatim parts.
12024         (gnus-button-patch): New command.
12025
12026         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12027         addresses that contain invalid characters.
12028
12029 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * message.el (message-put-addresses-in-ecomplete):
12032         Use gnus-replace-in-string.
12033         (message-is-yours-p): Use the more correct
12034         mail-header-parse-address instead of
12035         mail-extract-address-components.
12036         (message-put-addresses-in-ecomplete): Fix typo.
12037
12038         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12039         keystroke.
12040
12041         * gnus-art.el (gnus-treatment-function-alist): Change order of
12042         newsgroups/generic header folding to avoid double-folding.
12043
12044         * message.el (message-hidden-headers): Add X-Draft-From.
12045
12046         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12047         New command.
12048         (gnus-summary-repeat-search-article-backward): New command.
12049
12050         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12051         groups in the parent topic.
12052
12053 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12054
12055         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12056         (spam-extra-header-to-number): Return the CRM114 number as a
12057         number instead of a string.
12058
12059 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060
12061         * gnus-art.el (gnus-face-properties-alist): Move here from
12062         gnus-fun.
12063
12064         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12065
12066 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067
12068         * message.el (message-strip-forbidden-properties): Only display on
12069         self-insert-command.
12070
12071         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12072         reindent.
12073         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12074
12075 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12076
12077         * smiley.el (smiley-style): Fix typo.
12078
12079 2006-03-23  Kenichi Handa  <handa@m17n.org>
12080
12081         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12082         instead of set-buffer-multibyte.
12083
12084 2006-03-23  Kenichi Handa  <handa@m17n.org>
12085
12086         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12087         buffer and then decode the buffer text if necessary.
12088         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12089         first, and after mm-encode-body, change the buffer to unibyte.
12090
12091 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12092
12093         * hashcash.el (hashcash-insert-payment-async-2):
12094         Use message-goto-eoh instead of doing it manually.
12095         (mail-add-payment): Use message-narrow-to-header instead of trying
12096         to do the same itself.
12097
12098         * message.el (message-hidden-headers): Add Face.
12099
12100         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12101         reparenting code.
12102         (gnus-summary-reparent-children): Refactored out code.
12103         (gnus-summary-thread-map): New keystroke.
12104         (gnus-summary-reparent-children): Make into command.
12105
12106         * smiley.el (smiley-style): Default to `medium' if using a large
12107         font.
12108
12109         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12110         does it itself.
12111
12112         * message.el (message-point-in-header-p): Simplify definition.
12113
12114 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12115
12116         * nnagent.el (nnagent-request-set-mark): Silence log file
12117         writing.
12118         (nnagent-request-set-mark): Use write-region instead of
12119         append-to-file.
12120
12121         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12122         strange select method.
12123
12124         * ecomplete.el (ecomplete-display-matches): Get highlightling
12125         right.
12126         (ecomplete-display-matches): Use literals.
12127         (ecomplete-display-matches): Disable message logging.
12128
12129         * message.el (message-display-abbrev): Small optimization.
12130
12131         * ecomplete.el (ecomplete-display-matches): Allow automatic
12132         display.
12133
12134         * message.el (message-strip-forbidden-properties):
12135         Display abbrevs.
12136         (message-display-abbrev): Get automatic display right.
12137
12138         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12139         keystrokes.
12140
12141 2006-04-13  Romain Francoise  <romain@orebokech.com>
12142
12143         TODO: Backport to v5-10!
12144
12145         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12146         Move here (and rename) from gnus-registry.el.
12147
12148         * gnus-registry.el: Require gnus-util.
12149         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12150
12151 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * gnus-group.el (gnus-group-catchup-current):
12154         Change if-then-else-if-then-else into cond.
12155         (gnus-group-catchup): Indent.
12156         (group-name-at-point): New function.
12157         (gnus-fetch-group): Provide default from thing at point.
12158
12159 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * message.el (message-display-abbrev): Fix regexp.
12162
12163         * ecomplete.el (ecomplete-highlight-match-line):
12164         Reimplement choosing.
12165         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12166         dead variables.
12167
12168         * message.el (message-newline-and-indent): Remove debugging.
12169         (message-display-abbrev): Use new implementation.
12170
12171 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * gnus-art.el (gnus-article-mode):
12174         Set cursor-in-non-selected-windows to nil.
12175
12176         * smiley.el: Revert previous change.
12177         (smiley-data-directory): defvar it before using it in the
12178         defcustom of `smiley-style'.
12179
12180 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12181
12182         * message.el (message-newline-and-indent): New function.
12183
12184         * ecomplete.el: Implement more bits.
12185
12186         * message.el (message-put-addresses-in-ecomplete): Clean up the
12187         string.
12188
12189         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12190
12191         * gnus-sum.el (gnus-summary-save-parts):
12192         Bind gnus-summary-save-parts-counter and use it to make unique file
12193         names.
12194
12195         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12196
12197         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12198         parameter to say whether to actually parse the individual
12199         addresses.
12200
12201         * message.el (message-put-addresses-in-ecomplete): New function.
12202         (ecomplete): Require.
12203         (message-mail-alias-type): Add ecomplete as an option.
12204
12205 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12206
12207         * flow-fill.el (fill-flowed): Remove trailing space from blank
12208         quoted lines.
12209
12210 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * smiley.el (smiley-style): Move definition later to avoid a
12213         compilation warning.
12214
12215 2006-04-12  Kenichi Handa  <handa@m17n.org>
12216
12217         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12218         buffer and then decode the buffer text if necessary.
12219         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12220         first, and after mm-encode-body, change the buffer to unibyte.
12221         Use mm-disable-multibyte instead of set-buffer-multibyte.
12222
12223 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12226         Content-Type header instead of Content-Disposition header.
12227         (gnus-mime-inline-part): Ditto.
12228         (gnus-mime-view-part-as-charset): Ignore charset that the part
12229         specifies.
12230
12231         * mm-decode.el (mm-display-part): Work with external parts and
12232         usual parts similarly.
12233
12234         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12235         instead of gnus-display-mime.
12236
12237         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12238         instead of with-temp-buffer.
12239
12240         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12241         tag to summarized topics part in order to encode non-ASCII text.
12242
12243 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * smiley.el (smiley-style): New variable.
12246         (smiley-directory): New function.
12247         (smiley-data-directory): Derive from `smiley-style' using
12248         `smiley-directory'.
12249         (smiley-regexp-alist): Add new entries.
12250
12251         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12252         (gnus-article-browse-delete-temp): Add :version.
12253
12254 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12255
12256         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12257         the sieve region.
12258
12259 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260
12261         * gnus.el (gnus-version-number): Bump version.
12262
12263 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * gnus.el: No Gnus v0.4 is released.
12266
12267 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268
12269         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12270         layout.
12271
12272         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12273         unknown charset.
12274
12275         * message.el (message-header-synonyms): Add Original-To to the
12276         default.
12277
12278         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12279         optional parameter.
12280
12281 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * gnus-fun.el (gnus): Require it for gnus-directory.
12284
12285 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12288
12289 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12290
12291         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12292
12293 2006-04-05  Simon Josefsson  <jas@extundo.com>
12294
12295         * password.el (password-reset): New function.
12296
12297 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12298
12299         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12300         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12301
12302 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12303
12304         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12305         Some whitespace was matched into the url, which broke browsing hits
12306         > 100 when mm-url-use-external was nil.
12307
12308 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12311         Check gnus-extra-headers for 'Newsgroups.
12312
12313         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12314         bound.
12315
12316 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12317
12318         * pgg-gpg.el: Clean up process buffers every time gpg processes
12319         complete.
12320
12321 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12324         doc string.
12325
12326 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12327
12328         * pgg-gpg.el (pgg-gpg-process-filter)
12329         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12330
12331         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12332         lines, temporary fix.
12333
12334 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12337
12338 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12339
12340         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12341         default-enable-multibyte-characters.  This reverts the change from
12342         revision 6.17 which is no longer necessary because the passphrase
12343         is sent separately now.  GnuPG messages are unreadable under
12344         multibyte locales with default-enable-multibyte-characters set to
12345         nil.
12346
12347 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * message.el (message-tool-bar-gnome): Move "spell".
12350
12351 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12354         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12355         instead.
12356
12357 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12358
12359         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12360         Improve newsgroups handling for NNTP overviews which don't include
12361         Newsgroups.
12362
12363 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12364
12365         * message.el (message-resend): Bind message-generate-hashcash to nil.
12366
12367 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12368
12369         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12370         when searching for already-paid recipients.
12371
12372 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12373
12374         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12375         passphrases when it is not needed.
12376         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12377         passphrase stuff from gpg, should only be necessary when you use
12378         gpg with a smartcard.
12379
12380 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * mml.el (mml-insert-mime): Ignore cached contents of
12383         message/external-body part.
12384
12385         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12386         (mm-insert-part): Ditto.
12387
12388 2006-03-23  Simon Josefsson  <jas@extundo.com>
12389
12390         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12391         Reiner.
12392         (pgg-gpg-use-agent-p): Use it again.
12393
12394 2006-03-23  Simon Josefsson  <jas@extundo.com>
12395
12396         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12397         older emacsen.
12398         (pgg-gpg-use-agent-p): Don't use it.
12399
12400 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12403         if we can.
12404
12405 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12406
12407         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12408         (pgg-gpg-update-agent): New function.
12409         (pgg-gpg-use-agent-p): New function.
12410         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12411         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12412         (pgg-gpg-sign-region): Use it.
12413
12414 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12417         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12418
12419 2006-03-21  Simon Josefsson  <jas@extundo.com>
12420
12421         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12422         <wilde@sha-bang.de>.
12423         (pgg-gpg-use-agent): New variable.
12424         (pgg-gpg-process-region): Use it.
12425         (pgg-gpg-encrypt-region): Likewise.
12426         (pgg-gpg-encrypt-symmetric-region): Likewise.
12427         (pgg-gpg-decrypt-region): Likewise.
12428         (pgg-gpg-sign-region): Likewise.
12429         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12430
12431 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12434
12435         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12436         Add comment on version.
12437
12438 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * smiley.el: Add missing test smiley.
12441
12442 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * mm-decode.el (mm-with-part): New macro.
12445         (mm-get-part): Use it; work with message/external-body as well.
12446         (mm-save-part): Treat name and filename equally.
12447
12448         * mm-extern.el (mm-extern-cache-contents): New function.
12449         (mm-inline-external-body): Use it; force the part to be displayed;
12450         move undisplayer added to the cached handle to the parent.
12451
12452         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12453         (gnus-mime-view-part-as-type): Work with message/external-body.
12454
12455         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12456
12457 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12460         images in image-load-path.  [Sync with image.el, revision 1.60, in
12461         Emacs.]
12462
12463 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12466         path rather than symbol.  Always return list of directories.
12467         Guarantee that image directory comes first.  [Sync with image.el,
12468         revision 1.59, in Emacs.]
12469
12470         * message.el (message-make-tool-bar): Adjust to new API of
12471         `gmm-image-load-path-for-library'.
12472
12473         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12474
12475         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12476
12477 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12478
12479         * gnus-art.el (gnus-article-only-boring-p):
12480         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12481         intangible text.
12482         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12483
12484 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12487         Use `defun' instead of `gmm-defun-compat'.
12488
12489 2006-03-14  Simon Josefsson  <jas@extundo.com>
12490
12491         * message.el (message-unique-id): Don't use message-number-base36
12492         if (user-uid) is a float.
12493         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12494
12495 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12498
12499         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12500         empty line between a part and a message part.
12501
12502 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * smiley.el: Add more test smileys.
12505         (smiley-data-directory, smiley-regexp-alist)
12506         (gnus-smiley-file-types): Fix doc strings.
12507         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12508         adding new elements.
12509         (smiley-mouse-map): Unused code.  Make it a comment.
12510
12511 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12514         scan latest NoCeM messages instead of old ones.
12515         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12516         delimiters that are recently used.
12517         (gnus-nocem-load-cache): Add autoload cookie.
12518
12519         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12520
12521         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12522         level which is larger than gnus-use-nocem is specified.
12523
12524         * gnus-group.el (gnus-group-get-new-news): Ditto.
12525
12526 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-util.el (gnus-tool-bar-update): New function.
12529
12530         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12531         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12532
12533         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12534
12535         * gnus-group.el (gnus-group-redraw-when-idle)
12536         (gnus-group-redraw-check): Remove.
12537         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12538
12539 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12542         if optional last element is specified in splits (FIELD VALUE...).
12543
12544 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12547         to gmm-image-load-path-for-library.  Call with no-error argument.
12548         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12549
12550         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12551
12552         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12553
12554         * gmm-utils.el (gmm-image-load-path): Remove alias.
12555
12556 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * gmm-utils.el (gmm-image-load-path): Add alias.
12559
12560         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12561         nnml-generate-nov-databases-1.
12562         (nnml-generate-nov-databases): Use it.
12563         (nnml-generate-nov-databases-directory): Document no-active
12564         argument.
12565
12566         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12567         directory if path is t.  Add no-error.
12568
12569         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12570         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12571
12572         * gnus-art.el (gnus-article-browse-delete-temp-files):
12573         Simplify resetting gnus-article-browse-html-temp-list.
12574
12575         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12576         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12577         Add example to docstring.  Rename local variables.  Move error
12578         checks to default case in cond and simplify.
12579
12580 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12583         handle is multipart when calling it recursively.
12584         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12585
12586 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12587
12588         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12589         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12590
12591 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12594         is loaded.
12595
12596         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12597         loaded.
12598
12599 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12602         to "Emacs 23 (unicode)" in doc string.
12603
12604         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12605         "Emacs 23 (unicode)" in comment.
12606
12607 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12610
12611         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12612         characters 160 through 255 in Emacs 23.
12613
12614 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12617         gnus-article-browse-html-temp.
12618         (gnus-article-browse-delete-temp): Make it customizable.
12619         Add `file'.  Adjust doc string.
12620         (gnus-article-browse-delete-temp-files): Add argument.
12621         Allow query for each file.  Adjust doc string.
12622         (gnus-article-browse-html-parts):
12623         Add `gnus-article-browse-delete-temp-files' to
12624         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12625
12626 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12627
12628         * gnus-art.el (gnus-article-browse-html-temp)
12629         (gnus-article-browse-delete-temp): New variables.
12630         (gnus-article-browse-delete-temp-files): New function.
12631         (gnus-article-browse-html-parts): Use it.
12632
12633 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12636
12637         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12638         string.
12639
12640         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12641         gnus-summary-insert-new-articles when unplugged.
12642         Remove gnus-summary-search-article-forward.
12643
12644         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12645         display-visual-class instead of display-color-cells.
12646
12647 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * dgnushack.el: Autoload customize-group for XEmacs.
12650
12651         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12652         message/* containing non-ASCII text properly.
12653
12654 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * message.el: Require gmm-utils, remove autoloads.
12657         (message-tool-bar): Set default based on
12658         gmm-tool-bar-style.
12659         (message-tool-bar-gnome): Add gmm-customize-mode.
12660
12661         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12662         gmm-tool-bar-style.
12663         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12664
12665         * gnus-group.el (gnus-group-tool-bar): Set default based on
12666         gmm-tool-bar-style.
12667         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12668
12669         * gmm-utils.el (gmm-image-directory): Rename variable from
12670         gmm-image-load-path.
12671         (gmm-image-load-path): Use gmm-image-directory.
12672         (gmm-customize-mode): New function.
12673         (gmm-tool-bar-style): New variable.
12674
12675         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12676         gnus-group-redraw-line-number.
12677         (gnus-group-redraw-check): Simplify.
12678         (gnus-group-tool-bar-update): Remove redraw check.
12679         (gnus-group-make-tool-bar): Add redraw check.
12680
12681 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12682
12683         * gnus-art.el (gnus-button): Add missing parentheses.
12684
12685 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * lpath.el: Fbind line-number-at-pos.
12688
12689 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12692
12693 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12694
12695         * gnus-art.el (gnus-button): New face.
12696         (gnus-article-button-face): Use it.
12697
12698         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12699         Add gnus-summary-next-page.  Re-order.
12700
12701         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12702         next-node are now included.
12703         (gnus-group-redraw-line-number): New internal variable.
12704         (gnus-group-redraw-check): Helper function for updating the tool
12705         bar.
12706         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12707
12708         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12709
12710         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12711         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12712         Use it to match format of Spamassassin 3.0 and later.
12713         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12714         (spam-check-bogofilter)
12715         (spam-bogofilter-register-with-bogofilter): Fix args of
12716         `gnus-error' calls.
12717
12718 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12721         unnecessary interaction when sending queued mails.
12722         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12723
12724 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12727         first or last are nil.
12728
12729 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12730
12731         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12732
12733 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12736
12737 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738
12739         * dns.el (query-dns): Protect more against buggy tcp output.
12740
12741 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12744         nov.php.
12745
12746 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12747
12748         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12749         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12750         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12751         output on the server side.
12752         (nnweb-google-create-mapping): Update regexps and add some
12753         progress indication.
12754
12755 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * gnus-group.el (gnus-group-tool-bar-gnome):
12758         Fix gnus-agent-toggle-plugged.  Re-order icons.
12759         (gnus-group-tool-bar-gnome):
12760         Add gnus-group-{prev,next}-unread-group.
12761         (gnus-group-tool-bar-gnome): Re-order icons.
12762
12763         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12764         Move gnus-summary-insert-new-articles.
12765
12766         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12767         Fix comments.
12768
12769         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12770         also available in Emacs 21.3.
12771
12772         * message.el (message-fix-before-sending): Change "Emacs 22" to
12773         "Emacs 23 (unicode)" in comment.
12774
12775         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12776         "Emacs 23 (unicode)" in comment.
12777
12778         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12779         comment.
12780         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12781
12782         * mm-view.el (mm-fill-flowed): Add :version.
12783
12784 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12787         and load-path.
12788
12789 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * message.el: Autoload gmm-image-load-path.
12792         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12793         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12794         consitency.
12795
12796         * gmm-utils.el (gmm-image-load-path): Also search in
12797         "../etc/images".  Don't set gmm-image-load-path if we don't find
12798         the image.
12799
12800 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gmm-utils.el (gmm-image-load-path): Don't make
12803         `gmm-image-load-path' include subdirectories which the second arg
12804         `image' might specify.
12805
12806         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12807         subdirectory to icon file names.
12808
12809         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12810
12811 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12814         gmm-image-load-path calls.
12815
12816         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12817
12818         * message.el (message-make-tool-bar): Ditto.
12819
12820         * mml.el (mml-preview): Add comment concerning tool bar icons.
12821
12822         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12823         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12824
12825         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12826         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12827
12828         * message.el (message-tool-bar-gnome): Use new icon names.
12829         (message-make-tool-bar): Use `gmm-image-load-path'.
12830
12831         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12832         New functions from MH-E.
12833         (gmm-image-load-path): New variable from MH-E.
12834         (gmm-image-load-path): New function from MH-E.  Add arguments
12835         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12836         *-image-load-path-called-flag.
12837
12838 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12839
12840         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12841
12842 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12843
12844         * nnimap.el (nnimap-request-move-article): Change folder back to
12845         source group before deleting.
12846
12847 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12850
12851         * gnus-art.el (mm-url-insert-file-contents-external):
12852         Autoload mm-url.
12853
12854         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12855
12856 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12859         coding system which mm-charset-to-coding-system returns for a
12860         given charset is valid.
12861
12862 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12863
12864         * html2text.el (html2text-remove-tag-list):
12865         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12866
12867 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12868
12869         * gnus-cus.el: Revert 2005-10-17 change.
12870
12871 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * gnus-art.el (article-strip-banner):
12874         Call article-really-strip-banner only when the regexp match is made.
12875
12876 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-art.el (article-strip-banner):
12879         Use gnus-extract-address-components instead of
12880         mail-header-parse-addresses to make it work with non-ASCII text;
12881         remove mail-encode-encoded-word-string.
12882
12883         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12884         values which are surrounded with \"...\"; make it never cause a
12885         Lisp error; give up parsing of parameters if it failed in
12886         extracting type.
12887
12888 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12889
12890         * smime.el (smime-cert-by-ldap-1): Fix bug where
12891         `smime-ldap-search' returns results without userCertificates.
12892
12893 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12896
12897 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * spam.el (spam-check-spamassassin-headers): Adapt format for
12900         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12901         <ari@mbf.ocn.ne.jp>.
12902         (spam-list-of-processors): Add spam-use-gmane.
12903
12904 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12907         make-temp-file; make it work with XEmacs as well.
12908
12909         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12910         mm-make-temp-file.
12911
12912         * mm-decode.el (mm-display-external): Use the 3rd arg of
12913         mm-make-temp-file.
12914         (mm-create-image-xemacs): Ditto.
12915
12916 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12919         with message-narrow-to-headers.
12920         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12921         (gnus-draft-check-draft-articles): New function.
12922         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12923
12924 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * gnus-art.el (gnus-article-browse-html-parts):
12927         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12928         Don't use suffix argument for mm-make-temp-file for Emacs 21
12929         compatibility.  Remove useless `format'.
12930
12931 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12932
12933         * nnweb.el (nnweb-google-wash-article): Update regexps.
12934         (nnweb-group-alist): Use defvoo instead of defvar.
12935
12936 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12939         re-loading nn* modules.
12940
12941 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12944         for `tool-bar-mode' and don't check it's default-value.
12945
12946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12947
12948         * message.el (message-make-tool-bar): Ditto.
12949
12950         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12951         `substring'.  Shorten tmp-file name.
12952
12953         * gnus.el: Remove bogus comment.
12954
12955 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12956
12957         * gnus-art.el (gnus-article-browse-html-parts): New function.
12958         (gnus-article-browse-html-article): New function for viewing html
12959         articles with a browser.
12960
12961 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12962
12963         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12964         in elisp.
12965         (pgg-gpg-encrypt-symmetric-region): Ditto.
12966         (pgg-gpg-sign-region): Ditto.
12967
12968         * pgg-def.el (pgg-text-mode): New variable.
12969
12970         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12971         (mml2015-pgg-encrypt): Ditto.
12972
12973         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12974         (mml1991-pgg-encrypt): Ditto.
12975
12976 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * nnfolder.el (nnfolder-insert-newsgroup-line):
12979         Use message-make-date instead of current-time-string.
12980
12981         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12982         to gnus-decoded which mm-uu might set.
12983
12984 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12987         don't decode quoted parameters; remove misimported Emacs code.
12988         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12989         (rfc2231-decode-encoded-string): Don't use split-string which
12990         behaves differently according to Emacs version; use
12991         mm-decode-coding-region to convert charset to coding-system.
12992         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12993         (rfc2231-encode-string): Remove misimported Emacs code.
12994
12995 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12998         when calling mail-header-parse-content-type.
12999         (article-de-quoted-unreadable): Ditto.
13000         (article-de-base64-unreadable): Ditto.
13001         (article-wash-html): Ditto.
13002
13003         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13004         calling mail-header-parse-content-type and
13005         mail-header-parse-content-disposition.
13006         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13007         mail-header-parse-content-type.
13008
13009         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13010         insert charset and format parameters; encode description after
13011         inserting it to buffer.
13012         (mml-insert-parameter): Fold lines properly even if a parameter is
13013         segmented into two or more lines; change the max column to 76.
13014
13015         * rfc1843.el (rfc1843-decode-article-body): Don't use
13016         ignore-errors when calling mail-header-parse-content-type.
13017
13018         * rfc2231.el (rfc2231-parse-string): Return at least type if
13019         possible; don't cause an error even if it fails in parsing of
13020         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13021         (rfc2231-encode-string): Don't break lines at the beginning, leave
13022         it to mml-insert-parameter.
13023
13024         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13025         calling mail-header-parse-content-type.
13026
13027 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * spam-report.el (spam-report-gmane-use-article-number):
13030         Improve doc string.
13031         (spam-report-gmane-internal): Check if a suitable header was found
13032         in the article.
13033
13034 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13037         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13038
13039 2006-02-05  Romain Francoise  <romain@orebokech.com>
13040
13041         Update copyright notices of all files in the gnus directory.
13042
13043 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13044
13045         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13046
13047 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13050         segmented lines of parameter value to cope with Thunderbird 1.5
13051         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13052         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13053         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13054
13055 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13056
13057         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13058         parts.
13059
13060 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13061
13062         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13063         there's only one active file for all servers.
13064         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13065         solid groups.  Gnus might have used a FAST request to select the group.
13066         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13067         and nnweb-search redundantly in the active file.
13068         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13069         (nnweb-request-create-group): Don't use ARGS.
13070         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13071         initialisations.  Let nnoo do the work.
13072
13073 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13076         Say the part has been decoded.
13077
13078         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13079
13080 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13081
13082         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13083         mailcap-viewer-test-cache when there's no 'test clause, since that
13084         will invert the meaning of a "nil" test previously determined by
13085         mailcap-mailcap-entry-passes-test.
13086
13087 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13090         compiling.
13091
13092         * gnus-sum.el: Ditto.
13093
13094         * message.el: Don't bind tool-bar-map when compiling.
13095
13096 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13099
13100 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13101
13102         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13103         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13104         current Google Groups.
13105
13106 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13109         and tool-bar-mode.
13110
13111         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13112         and tool-bar-mode.
13113
13114         * message.el (message-tool-bar-update): Simplify.
13115         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13116
13117         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13118         gnus-summary-buffer.
13119         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13120         gnus-summary-reply.
13121
13122         * gmm-utils.el (gmm): Add :version.
13123
13124 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * Makefile.in (clean): New rule.
13127         (distclean): Use it.
13128
13129 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13130
13131         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13132         Don't autoload.
13133
13134 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gmm-utils.el (gmm-verbose): Add :group.
13137
13138 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * message.el: Change some comments WRT tool-bars.
13141
13142         * gnus-sum.el (gnus-summary-tool-bar)
13143         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13144         (gnus-summary-tool-bar-zap-list): New variables.
13145         (gnus-summary-make-tool-bar): Complete rewrite using
13146         `gmm-tool-bar-from-list'.
13147
13148         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13149         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13150         New variables.
13151         (gnus-group-make-tool-bar): Complete rewrite using
13152         `gmm-tool-bar-from-list'.
13153         (gnus-group-tool-bar-update): New function.
13154
13155         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13156
13157 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13160         is dissected into a single part of which the type is the same as
13161         the given one; decode charset.
13162
13163 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13164
13165         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13166         into alists as symbol not string, since that's what
13167         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13168         look for.
13169
13170 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13173         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13174
13175         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13176
13177 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13180         (gnus-xmas-mime-security-button-menu): New function.
13181
13182         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13183         (gnus-mime-security-button-menu): New definition.
13184         (gnus-mime-security-button-map): Use them.
13185         (gnus-mime-security-button-menu): New function.
13186         (gnus-insert-mime-security-button): Addition to help echo.
13187         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13188         (gnus-mime-security-pipe-part): New functions.
13189
13190         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13191         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13192
13193         * mm-decode.el (mm-handle-set-disposition): Remove.
13194         (mm-handle-set-description): Remove.
13195
13196 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13199         (mm-w3m-standalone-supports-m17n-p): New function.
13200         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13201         w3m usage.
13202
13203         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13204         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13205
13206 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * message.el (message-tool-bar-zap-list):
13209         Use gmm-tool-bar-zap-list as custom type.
13210         (message-tool-bar-update): New function.
13211         (message-tool-bar, message-tool-bar-gnome)
13212         (message-tool-bar-retro): Add message-tool-bar-update.
13213         (message-tool-bar-gnome): Add flyspell-buffer.
13214
13215         * gnus-util.el (gnus-error): Describe `args'.
13216
13217         * gmm-utils.el (gmm-error): Describe `args'.
13218         (gmm-tool-bar-zap-list): New widget.
13219         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13220
13221 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13224         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13225         the number of recursive calls.
13226
13227         * mm-decode.el (mm-handle-set-disposition): New macro.
13228         (mm-handle-set-description): New macro.
13229
13230 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13233         encoding.
13234
13235 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * message.el (message-tool-bar-zap-list, message-tool-bar)
13238         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13239         (message-tool-bar-local-item-from-menu): Remove.
13240         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13241         (message-make-tool-bar): New function.
13242         (message-mode): Use `message-make-tool-bar'.
13243
13244         * gmm-utils.el: New file.
13245         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13246         (gmm-lazy): New widget copied from `nnmail.el'.
13247         (gmm-tool-bar-from-list): New function for creating customizable
13248         tool bars.
13249         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13250         output.
13251         (gmm): Add :prefix to defgroup.
13252
13253 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13254
13255         * gmm-utils.el (gmm-widget-p): New function.
13256
13257 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * mml.el (mml-attach-file): Describe `description' in doc string.
13260         (mml-menu): Add Emacs MIME manual and PGG manual.
13261
13262 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13263
13264         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13265
13266 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13267
13268         * nntp.el (nntp-end-of-line): Doc fix.
13269
13270 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13271
13272         * imap.el (imap-open): Handle case where buffer is a buffer
13273         object.
13274
13275 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13276
13277         * gnus-delay.el (gnus-delay): Don't autoload.
13278         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13279         to be re-loaded when customizing the `gnus-delay' group.
13280
13281 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13282
13283         * message.el (message-insert-citation-line): Use newlines.
13284
13285 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13286
13287         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13288         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13289         these routines, so the passphrase can be managed externally and
13290         passed in to the system.
13291         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13292         pgg-add-passphrase-to-cache function.
13293
13294         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13295         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13296         these routines, so the passphrase can be managed externally and
13297         passed in to the system.
13298         (pgg-pgp5-sign-region): Use new name of
13299         pgg-add-passphrase-to-cache function.
13300
13301 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13302
13303         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13304         part of the decoded armor to find the key-identifier.
13305         (pgg-gpg-lookup-key-owner): New function to return the
13306         human-readable identifier of a key owner.
13307         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13308         itself.
13309         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13310         the key value) if we have a key and can match it against a secret
13311         key.  Also, added a note pointing out fact that the prompt only
13312         indicates the first matching key.
13313
13314         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13315         pgg-decrypt-region.
13316         (pgg-add-passphrase-to-cache): Rename from
13317         `pgg-add-passphrase-cache' to reduce confusion (all callers
13318         changed).
13319         (pgg-remove-passphrase-from-cache): Rename from
13320         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13321         changed).
13322         (pgg-read-passphrase, pgg-add-passphrase-cache)
13323         (pgg-remove-passphrase-cache): Add informative docstrings.
13324         (pgg-decrypt): Convey provided passphrase in subordinate call to
13325         pgg-decrypt-region.
13326
13327 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13328
13329         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13330         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13331         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13332         'passphrase' argument, so the passphrase can be managed externally
13333         and then passed in to the system.
13334
13335         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13336         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13337         so the passphrase cache can be used reliably with identifiers
13338         besides a pgp packet's key id.
13339
13340         * pgg-gpg.el (pgg-gpg-encrypt-region)
13341         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13342         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13343         these routines, so the passphrase can be managed externally and
13344         passed in to the system.
13345
13346         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13347         'notruncate' argument, so the passphrase cache can be used
13348         reliably with identifiers besides a pgp packet's key id.
13349
13350 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13351
13352         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13353         symmetric encryption.
13354         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13355         encrypted session key.
13356         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13357         message ask for the passphrase in a proper way.
13358
13359         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13360         New user commands for symmetric encryption.
13361
13362 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13365
13366         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13367
13368 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13369
13370         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13371
13372 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * mm-decode.el (mm-inlined-types): Add application/pgp.
13375         (mm-automatic-display): Ditto.
13376
13377         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13378         part as text.
13379
13380 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * nnrss.el: Update copyright.
13383         (nnrss-opml-import): Query whether to subscribe to each entry.
13384
13385         * gnus-art.el:
13386         * gnus-sum.el:
13387         * gnus-xmas.el:
13388         * messagexmas.el:
13389         * mm-uu.el:
13390         * mm-view.el: Update copyright.
13391
13392 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * message.el (message-info): New function.
13395         (message-mode-menu): Add it.
13396         Update copyright.
13397
13398         * ChangeLog: Fix and update copyright.
13399
13400 2006-01-13  Romain Francoise  <romain@orebokech.com>
13401
13402         * message.el (message-forward-subject-name-subject): Prefer the
13403         address to 'nowhere' if the sender has no name.
13404         Fix typo.  Update copyright year.
13405
13406 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-art.el (article-wash-html):
13409         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13410         (gnus-article-wash-html-with-w3m-standalone): New function.
13411
13412         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13413         mm-inline-text-html-render-with-w3m-standalone.
13414         (mm-text-html-washer-alist): Map w3m-standalone to
13415         gnus-article-wash-html-with-w3m-standalone.
13416         (mm-inline-text-html-render-with-w3m-standalone): New function.
13417
13418 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13421         Improve LaTeX.
13422
13423 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13426         (nnrss-request-article): Render text/plain parts as HTML.
13427
13428         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13429         the buffer.
13430
13431 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13434         custom definition of `gnus-posting-styles'.
13435
13436         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13437         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13438
13439 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13442         Use nntp for bug archive.
13443
13444 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13447         parts.
13448         (nnrss-normalize-date): New function converts ISO 8601 date into
13449         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13450         (nnrss-check-group): Use it.
13451
13452 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13455
13456         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13457         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13458         (nnrss-insert-w3): Ditto.
13459
13460 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13463         the articles to be forwarded including the case where neither a
13464         number of articles nor a region is specified.
13465
13466 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * nnrss.el (nnrss-request-article): Fix last change; fill
13469         text/plain parts.
13470
13471 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13474         in text/plain part.
13475         (nnrss-check-group): Don't add excessive newline to dc:subject.
13476
13477 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13478
13479         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13480         article.
13481
13482 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13485         (nnml-use-compressed-files, nnml-save-mail): Support other
13486         comression programs such as bzip2.
13487
13488 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13489
13490         * dns.el (query-dns): Make sure we check the buffer size before
13491         removing tcp headers.
13492
13493 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13496         remove MIME buttons associated with multipart/alternative parts.
13497         (gnus-mime-display-alternative): Tag buttons using `article-type'
13498         text property.
13499
13500         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13501         associated with multipart/alternative parts.
13502
13503         * gnus-art.el (gnus-signature-separator): Fix custom type.
13504
13505         * mm-decode.el (mm-inlined-types): Fix custom type.
13506         (mm-keep-viewer-alive-types): Ditto.
13507         (mm-automatic-display): Ditto.
13508         (mm-attachment-override-types): Ditto.
13509         (mm-inline-override-types): Ditto.
13510         (mm-automatic-external-display): Ditto.
13511
13512 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * spam-report.el (spam-report-user-mail-address)
13515         (spam-report-user-agent): New variables.
13516         (spam-report-url-ping-plain): Use spam-report-user-agent.
13517
13518 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13519
13520         * gnus-art.el (gnus-button-handle-custom): Do not just use
13521         `customize-apropos' for any "M-x customize-*" button but the
13522         function called for.  Accept both the function name and its
13523         argument in order to achieve this.
13524         (gnus-button-alist): Remove support for "custom:" URL's.
13525         Pass function name to `gnus-button-handle-custom' in case of "M-x
13526         customize-*" buttons.
13527
13528 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13531         multipart/alternative and add xref to mm-discouraged-alternatives
13532         in doc string.
13533
13534         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13535         gnus-buttonized-mime-types in doc string.
13536
13537 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13540         Suggest image/.* in the doc string.
13541
13542 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13545         message-marks (Debian bug #342521).
13546
13547 2005-12-12  Simon Josefsson  <jas@extundo.com>
13548
13549         * password.el (password-read-from-cache): Add.
13550         (password-read): Use it.
13551
13552 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * rfc2047.el (rfc2047-charset-to-coding-system):
13555         Recognize us-ascii as a MIME charset.
13556
13557         * mm-bodies.el (mm-decode-content-transfer-encoding):
13558         Protect against the case where the 2nd arg TYPE is nil.
13559
13560 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * pop3.el (pop3-stream-type): Fix custom version.
13563
13564         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13565
13566 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13567
13568         * mm-decode.el (mm-display-external): Add missing cdr.
13569
13570 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13573         RFC1524) if it is in mailcap or add a suffix according to
13574         mailcap-mime-extensions when generating a temp filename; postpone
13575         deleting a temp file for 2 seconds for some wrappers, shell
13576         scripts, and so on, which might exit right after having started a
13577         viewer command as a background job.
13578
13579 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * nntp.el (nntp-marks-directory): Fix custom group.
13582
13583         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13584         steps when < 10.
13585
13586         * gnus-start.el (gnus-no-server-1):
13587         Mention `gnus-level-default-subscribed' in doc string.
13588
13589 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13590
13591         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13592         parens.
13593
13594 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-xmas.el (gnus-use-toolbar): Revert.
13597         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13598         gnus-use-toolbar is default.
13599
13600         * messagexmas.el (message-use-toolbar): Revert.
13601         (message-setup-toolbar): Use global default-toolbar if
13602         message-use-toolbar is default.
13603
13604 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13607         according to default-toolbar-visible-p.
13608
13609         * messagexmas.el (message-use-toolbar): Ditto.
13610
13611 2005-11-26  Dave Love  <fx@gnu.org>
13612
13613         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13614         (tls-program, tls-success): Provide openssl alternative.
13615
13616         * starttls.el: Doc fixes.
13617         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13618         SERVICE to PORT.
13619
13620         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13621         port null or service name.
13622         (starttls-negotiate): Autoload.
13623
13624 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * message.el (message-kill-to-signature): Fix interactive spec.
13627
13628 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * pop3.el (pop3-open-server): Recognize a string as a service name.
13631
13632 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13633
13634         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13635
13636 2005-11-23  Dave Love  <fx@gnu.org>
13637
13638         Add pop3s, pop3/starttls.
13639
13640         * pop3.el (pop3-authentication-scheme): Clarify doc.
13641         (open-tls-stream, starttls-open-stream): Autoload.
13642         (pop3-stream-type): New.
13643         (pop3-open-server): Use it.
13644
13645         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13646         for POP.
13647         (mail-source-keyword-map): Add :stream for POP.
13648         (mail-source-fetch-pop): Use pop3-stream-type.
13649
13650 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13653         of current-time-string.
13654
13655 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13656
13657         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13658         date header.
13659
13660 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13661
13662         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13663         it can seriously impact performance as it bypasses the agent's
13664         local caches.
13665
13666 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13667
13668         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13669         must be explicitly online rather than "not explicitly offline" for
13670         its flags to be synchronized.
13671
13672         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13673         that gnus-uu-unmark-thread will function correctly.
13674
13675         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13676         1024K is instead displayed as 1M.
13677
13678 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13679
13680         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13681
13682 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13683
13684         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13685
13686 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13687
13688         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13689         error message to display actual error condition.
13690         (gnus-agent-save-local): Avoid saving symbols that are bound to
13691         nil as they simply result in a warning message in
13692         gnus-agent-read-local.
13693
13694 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13697         rather than make-variable-buffer-local for file-precious-flag.
13698
13699 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13700
13701         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13702         for duplicates which are removed.  The invalid sort check then
13703         triggers a rescan after the sort as sorting may have moved
13704         duplicate entries such that they can be cheaply detected.
13705
13706 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13709
13710 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13711
13712         * gnus-agent.el (gnus-agent-article-alist-save-format):
13713         Change internal variable to a custom variable.  Change default value
13714         from compressed(2) to uncompressed(1).
13715         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13716         support for uncompressed agentview files.  Taken together, reading
13717         the agentview file should now be 6-7 times faster.
13718
13719 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13720
13721         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13722         as a buffer-local variable.  This avoids creating truncated
13723         dribble files as a result of a hang up, eg.
13724
13725 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13726
13727         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13728         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13729         XEmacs.
13730
13731 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * gnus-start.el (gnus-start-draft-setup):
13734         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13735
13736         * gnus.el (gnus-splash): Change custom group.
13737         (gnus-group-get-parameter, gnus-group-parameter-value):
13738         Describe allow-list argument.
13739
13740         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13741         string.
13742
13743 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * gnus-art.el (gnus-default-article-saver): Add user-defined
13746         `function' to custom type.
13747
13748 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13749
13750         * imap.el (imap-open): Handle case where buffer is a buffer
13751         object.
13752
13753 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13756         long lines.
13757         (gnus-cache-delete-group): Wrap doc strings.
13758
13759         * gnus-agent.el (gnus-agent-rename-group)
13760         (gnus-agent-delete-group): Wrap doc strings.
13761
13762 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * messagexmas.el (message-use-toolbar): Change the valid values
13765         into default, top, bottom, left, and right.
13766         (message-toolbar-thickness): New variable.
13767         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13768         well.
13769         (message-setup-toolbar): Make it work.
13770
13771         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13772         (gnus-use-toolbar): Change the valid values into default, top,
13773         bottom, left, and right.
13774         (gnus-toolbar-thickness): New variable.
13775         (gnus-xmas-setup-toolbar): New function.
13776         (gnus-xmas-setup-group-toolbar): Use it.
13777         (gnus-xmas-setup-summary-toolbar): Use it.
13778
13779 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13780
13781         * gnus-start.el (gnus-1): Add "native" to
13782         gnus-predefined-server-alist.
13783
13784         * gnus.el (gnus-method-to-server): Don't add "native" to the
13785         lists here, because that leads to problems when
13786         gnus-select-method is bound.
13787
13788 2005-11-09  Simon Josefsson  <jas@extundo.com>
13789
13790         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13791         use (not sort-by-date) instead.
13792
13793 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13794
13795         * gnus-delay.el (gnus-delay-group): Don't autoload.
13796         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13797         to be re-loaded when customizing the `gnus-delay' group.
13798
13799 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13800
13801         * message.el: Revert last changes.
13802         (message-insert-citation-line): Use newlines.
13803
13804 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13805
13806         * message.el (message-courtesy-message)
13807         (message-mark-insert-begin, message-mark-insert-end)
13808         (message-elide-ellipsis, message-cancel-message)
13809         (message-add-header, message-change-subject)
13810         (message-cross-post-followup-to-header)
13811         (message-cross-post-insert-note, message-reduce-to-to-cc)
13812         (message-widen-reply, message-delete-not-region)
13813         (message-kill-to-signature, message-insert-signature)
13814         (message-insert-importance-high, message-insert-importance-low)
13815         (message-insert-or-toggle-importance)
13816         (message-insert-disposition-notification-to)
13817         (message-indent-citation, message-yank-original)
13818         (message-cite-original-without-signature, message-cite-original)
13819         (message-insert-citation-line, message-position-on-field)
13820         (message-fix-before-sending, message-send-mail-partially)
13821         (message-send-mail, message-send-mail-with-sendmail)
13822         (message-send-mail-with-qmail, message-send-news)
13823         (message-check-news-header-syntax, message-generate-headers)
13824         (message-insert-courtesy-copy, message-fill-address)
13825         (message-fill-header, message-shorten-references)
13826         (message-setup-1, message-cancel-news)
13827         (message-forward-make-body-plain, message-forward-make-body-mime)
13828         (message-forward-make-body-mml, message-encode-message-body)
13829         (message-forward-make-body-digest-plain)
13830         (message-forward-make-body-digest-mime)
13831         (message-use-alternative-email-as-from): Insert `hard-newline'
13832         instead of ordinary newlines.
13833
13834 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * message.el (message-generate-headers): Downcase the argument
13837         given to message-check-element.
13838
13839 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13840
13841         * nntp.el (nntp-authinfo-rejected): New error condition.
13842         (nntp-wait-for): Use new error condition to signal authentication
13843         error.
13844         (nntp-retrieve-data): Rethrow new error condition to break out of
13845         recursive call to nntp-send-authinfo.
13846
13847 2005-11-08  Romain Francoise  <romain@orebokech.com>
13848
13849         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13850         (gnus-summary-exit-map): Bind to `Z p'.
13851         (gnus-summary-make-menu-bar): Add menu item.
13852
13853 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13856         (gnus-treat-*): Add `first' in all doc strings.
13857
13858         * gnus-group.el (gnus-group-compact-group): Fix typo.
13859
13860 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus.el (gnus-parameters-case-fold-search): New variable.
13863         (gnus-parameters-get-parameter): Use it.
13864
13865         * gnus-score.el (gnus-home-score-file): Doc fix.
13866
13867 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13868
13869         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13870
13871 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mm-util.el (mm-special-display-p): New function.
13874
13875         * mml.el (mml-preview): Use it; doc fix.
13876
13877 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13878
13879         * imap.el (imap-open): Handle case where buffer is a buffer object.
13880
13881 2005-10-29  Romain Francoise  <romain@orebokech.com>
13882
13883         * message.el (message-fix-before-sending): Fix comment.
13884
13885 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13886
13887         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13888
13889 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13890
13891         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13892         Used in gnus-score.el.
13893
13894 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13897
13898 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13901         whitespace removed in revision 7.8.  Use concatenated string to
13902         protect trailing whitespace.
13903
13904 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13905
13906         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13907         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13908         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13909         Courier IMAP ("some version from 2004").  Mostly based on similar
13910         code in the same function.
13911
13912 2005-10-26  Didier Verna  <didier@xemacs.org>
13913
13914         * gnus-group.el (gnus-group-compact-group): Invalidate original
13915         article buffer.
13916         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13917         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13918         NOV database and in article itself.
13919         Invalidate article backlog.
13920
13921 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13924
13925 2005-10-26  Simon Josefsson  <jas@extundo.com>
13926
13927         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13928         part of 2004-07-25 change.
13929
13930 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * message.el (message-display-completion-list): New function.
13933         (message-expand-group): Use it; make sure the Completions buffer
13934         is modifiable.
13935 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13936
13937         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13938         user-mail-name is an empty string.
13939
13940 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13943         depending on gnus-score-decay-constant.
13944
13945         * encrypt.el (encrypt-insert-file-contents)
13946         (encrypt-write-file-contents): Don't use `gnus-message'.
13947
13948         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13949         arguments.
13950         (mm-uu-type-alist): Add message-marks and insert-marks.
13951         Pass arguments to mm-uu-verbatim-marks-extract.
13952         (mm-uu-hide-markers): New variable.
13953         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13954
13955         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13956         (gnus-convert-image-to-face-command): Use "convert" by default to
13957         allow other input image formats.
13958         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13959         accordingly.
13960
13961 2005-10-23  Simon Josefsson  <jas@extundo.com>
13962
13963         * imap.el (imap-gssapi-program): Align command line parameters
13964         with latest GNU SASL.
13965         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13966
13967 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13968
13969         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13970         HTML.
13971         (nnslashdot-request-article): Ditto.
13972
13973         * lpath.el (featurep): Add nobreak-char-display.
13974
13975 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13976
13977         * mail-source.el (mail-source-fetch-pop): Require pop3.
13978         (mail-source-check-pop): Ditto.
13979
13980 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13983         errors.
13984
13985 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13988         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13989
13990         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13991
13992         * mm-bodies.el (mm-decode-string):
13993         Call `mm-charset-to-coding-system' with allow-override argument.
13994
13995 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13998         (rfc2047-charset-to-coding-system): New function.
13999         (rfc2047-decode-encoded-words): New function.
14000         (rfc2047-decode-region): Use them.
14001         (rfc2047-decode-cte): Remove.
14002         (rfc2047-parse-and-decode): Remove.
14003         (rfc2047-decode): Remove.
14004
14005 2005-10-15  Kenichi Handa  <handa@m17n.org>
14006
14007         * rfc2047.el (rfc2047-decode-cte): New function.
14008         (rfc2047-decode-region): Change the way to decode successive
14009         encoded-words: decode B- or Q-encoding in each encoded-word,
14010         concatenate them, and decode it as charset.
14011
14012 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * lpath.el: Fbind codepage-setup for XEmacs.
14015
14016 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14017
14018         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14019         widget-move-and-invoke.
14020         (gnus-custom-mode): Use gnus-custom-map.
14021
14022 2005-10-15  Bill Wohler  <wohler@newt.com>
14023
14024         * message.el (message-tool-bar-map): Rename image file from
14025         mail_send to mail/send.
14026
14027 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14028
14029         * message.el (message-expand-group): Pass the common
14030         prefix substring of completion to `display-completion-list'.
14031
14032 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14033
14034         * mml-sec.el (mml-secure-method): New internal variable.
14035         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14036         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14037         New functions using mml-secure-method.
14038
14039         * mml.el (mml-mode-map): Add key bindings for those functions.
14040         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14041         Harder <harder@myrealbox.com>.
14042         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14043         Goto end of message if point is the headers of the message.
14044
14045         * message.el (message-in-body-p): New function.
14046
14047         * assistant.el: Autoload gnus-util and netrc.
14048
14049         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14050         Use `mm-charset-override-alist' only when decoding.
14051
14052         * mm-bodies.el (mm-decode-body):
14053         Call `mm-charset-to-coding-system' with allow-override argument.
14054
14055         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14056         `filename' from Content-Disposition if Content-Type doesn't
14057         provide `name'.
14058         (gnus-mime-view-part-as-type): Set default instead of
14059         initial-input.
14060
14061 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14062
14063         * format-spec.el (format-spec): Propagate text properties of % spec.
14064
14065 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * gnus-art.el (gnus-treat-predicate): Add `first'.
14068
14069 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14072         (mm-charset-override-alist): New variable.
14073         (mm-charset-to-coding-system): Use it.
14074         (mm-codepage-setup): New helper function.
14075         (mm-charset-eval-alist): New variable.
14076         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14077         Warn about unknown charsets.
14078
14079         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14080
14081 2005-10-04  David Hansen  <david.hansen@gmx.net>
14082
14083         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14084         (nnrss-check-group): Ditto.
14085
14086 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14089         Rename x-gnus-verbatim to x-verbatim.
14090         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14091
14092         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14093         x-verbatim.
14094
14095         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14096
14097         * gnus-util.el (gnus-remove-duplicates): Remove.
14098
14099         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14100         instead of gnus-remove-duplicates.
14101
14102         * message.el (message-remove-duplicates): Remove.
14103         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14104         message-remove-duplicates.
14105
14106         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14107         available, else use implementation from `delete-dups'.
14108
14109         * message.el (message-insert-expires): New function.
14110         (message-mode-map): Add key binding.
14111         (message-mode-field-menu): Add menu entry.
14112         (message-mode): Document it.
14113         (message-make-expires-date): Use `message-make-date'.
14114
14115 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14116
14117         * message.el (message-make-expires-date): New function.
14118
14119 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * Makefile.in (list-installed-shadows): New entry.
14122         (install): Use it.
14123         (remove-installed-shadows): New entry.
14124
14125         * dgnushack.el (dgnushack-default-load-path): New variable.
14126         (dgnushack-find-lisp-shadows): New function.
14127         (dgnushack-remove-lisp-shadows): New function.
14128
14129 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * Makefile.in (install-el-elc): New entry.
14132         (install): Use it so that .el files are necessarily installed.
14133
14134 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14137
14138 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14139
14140         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14141         function rather than the diff-mode.el package.
14142         (mm-display-external): Use with-current-buffer.
14143         (mm-viewer-completion-map, mm-viewer-completion-map):
14144         Move initialization inside declaration.
14145
14146 2005-09-29  Simon Josefsson  <jas@extundo.com>
14147
14148         * spam.el: Load hashcash when compiling, to avoid warnings.
14149         Don't autoload mail-check-payment.
14150         (spam-check-hashcash): Define unconditionally, since hashcash.el
14151         is part of Gnus now.  Ignore errors from payment checking.
14152
14153 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * message.el (message-bold-region, message-unbold-region):
14156         Rename from `bold-region' and `unbold-region'.
14157
14158         * message.el: Remove useless autoloads.
14159
14160 2005-09-28  Simon Josefsson  <jas@extundo.com>
14161
14162         * message.el (message-use-idna): Default to t.
14163         (message-use-idna): Test whether encoding works too.  Doc fix.
14164
14165 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * nntp.el (nntp-warn-about-losing-connection): Remove.
14168
14169 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14172         customizable.  Change default value.
14173         (mm-uu-diff-groups-regexp): Change default value.
14174         (mm-uu-type-alist): Add doc string.
14175         (mm-uu-configure): Add doc string.  Make it interactive.
14176         (mm-uu-tex-groups-regexp): New variable.
14177         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14178         (mm-uu-type-alist): Add LaTeX documents.
14179         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14180         of "text/verbatim".
14181         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14182
14183         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14184         instead of "text/verbatim".
14185
14186         * message.el (message-mark-inserted-region)
14187         (message-mark-insert-file): Use slrn style marks when called with
14188         prefix argument.
14189
14190 2005-09-27  Simon Josefsson  <jas@extundo.com>
14191
14192         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14193
14194 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14195
14196         * message.el (message-remove-duplicates): New function.
14197         Implementation borrowed from `gnus-remove-duplicates'.
14198         (message-idna-to-ascii-rhs): Also encode idna addresses in
14199         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14200         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14201         only ask about the same idna domain once per header and also tell
14202         in what header to replace the idna domain.
14203
14204         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14205         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14206         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14207         a header is decoded and not just the last one.
14208
14209 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14212         has been decoded.
14213
14214         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14215         (mm-insert-part): Don't modify text if it has been decoded.
14216
14217         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14218         decoded.
14219
14220         * mm-view.el (mm-inline-text): Don't strip text props unless
14221         decoding enriched or richtext parts.
14222
14223 2005-09-25  Romain Francoise  <romain@orebokech.com>
14224
14225         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14226         * gnus-start.el (gnus-subscribe-interactively):
14227         * gnus-uu.el (gnus-uu-grab-articles):
14228         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14229         space.
14230
14231 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14232
14233         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14234         * mm-view.el (mm-view-pkcs7-decrypt):
14235         * gnus-sum.el (gnus-summary-limit-to-extra)
14236         (gnus-summary-respool-article, gnus-read-move-group-name):
14237         * gnus-score.el (gnus-summary-increase-score):
14238         * gnus-util.el (gnus-completing-read-with-default):
14239         * gnus-art.el (gnus-read-save-file-name)
14240         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14241         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14242         * message.el (message-check-news-header-syntax):
14243         Follow convention for reading with the minibuffer.
14244
14245 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * spam-report.el (spam-report-url-ping-plain):
14248         Use gnus-extended-version as User-Agent.
14249
14250         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14251         default value is nil.
14252
14253         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14254         (mm-uu-verbatim-marks-extract): New function.
14255         (mm-uu-extract): New face.
14256         (mm-uu-copy-to-buffer): Use it.
14257
14258         * spam-report.el (spam-report-gmane-ham): Rename from
14259         `spam-report-gmane-unspam'.
14260         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14261         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14262
14263         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14264         Autoload.
14265         (spam-report-gmane-unregister-routine):
14266         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14267
14268 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14271         (spam-report-gmane-unregister-routine): Add support for gmane
14272         unregistration.
14273
14274         * spam-report.el (spam-report-gmane-unspam)
14275         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14276         (spam-report-gmane): Change to take a single article and do unspam
14277         registration.
14278
14279 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * mm-url.el (mm-url-decode-entities): Fix regexp.
14282
14283 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14284
14285         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14286         default to nil, to be able to use Gnus at all.  If the default
14287         switches to something else, then the function should be fixed not
14288         be exceedingly slow.
14289
14290 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14291
14292         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14293         fail hard.
14294
14295         * spam-report.el: Add better Keywords line.
14296
14297         * spam.el: Add Maintainer and better Keywords line.
14298
14299 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-art.el (gnus-article-replace-part)
14302         (gnus-mime-replace-part): New functions.
14303         (gnus-mime-action-alist, gnus-mime-button-commands)
14304         (gnus-mime-save-part-and-strip): Add file argument.
14305         (gnus-article-part-wrapper): Add interactive argument.
14306
14307         * gnus-sum.el (gnus-summary-mime-map):
14308         Add `gnus-article-replace-part'.
14309
14310 2005-09-19  Didier Verna  <didier@xemacs.org>
14311
14312         The nnml compaction feature:
14313         * nnml.el (nnml-request-compact-group): New function.
14314         * nnml.el (nnml-request-compact): New function.
14315         * gnus-int.el (gnus-request-compact-group): New function.
14316         * gnus-int.el (gnus-request-compact): New function.
14317         * gnus-group.el (gnus-group-compact-group): New function.
14318         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14319         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14320         * gnus-srvr.el (gnus-server-compact-server): New function.
14321         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14322         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14323
14324 2005-09-18  Deepak Goel  <deego@gnufans.org>
14325
14326         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14327         format spec.
14328
14329 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14332
14333 2005-09-15  Romain Francoise  <romain@orebokech.com>
14334
14335         * message.el (message-fill-paragraph): Clarify docstring.
14336
14337 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-art.el (gnus-mime-display-part): Protect against broken
14340         MIME messages.
14341
14342 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14345         before parsing header.
14346
14347 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14348
14349         * html2text.el (html2text-replace-list): Add new entities.
14350
14351 2005-09-11  Romain Francoise  <romain@orebokech.com>
14352
14353         * message.el (message-alternative-emails): Improve docstring.
14354         (message-setup-1): Call `message-use-alternative-email-as-from'
14355         after `message-setup-hook' to give it precedence over posting
14356         styles, etc.
14357         (message-use-alternative-email-as-from): Add docstring.
14358         Remove the original From header if present.
14359
14360         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14361         (nnml-save-mail): Use it.
14362
14363         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14364         articles.  Add new argument `silent'.
14365         (gnus-uu-mark-all): Report the total number of marked articles.
14366
14367 2005-09-10  Romain Francoise  <romain@orebokech.com>
14368
14369         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14370         (gnus-uu-mark-series): Likewise.
14371
14372 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * spam-report.el (spam-report-gmane): Fix generation of spam
14375         report URL.
14376
14377 2005-09-10  Simon Josefsson  <jas@extundo.com>
14378
14379         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14380         t, based on discussion on the ding list with Robert Epprecht
14381         <epprecht@solnet.ch>.
14382
14383 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * spam-report.el (spam-report-gmane): Make it work without
14386         X-Report-Spam header.  Gmane now only provides Archived-At.
14387         This is only used if `spam-report-gmane-use-article-number' is nil.
14388         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14389
14390         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14391         make `gnus-summary-sort-by-recipient' work with threading.
14392
14393         * nnweb.el (nnweb-google-wash-article): Print a message if article
14394         is not available.
14395
14396 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14397
14398         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14399         change.  Decode text/* parts content before displaying.
14400
14401 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14404
14405 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14408
14409         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14410         url-package-name, url-package-version,
14411         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14412         w3m-display-inline-images, and w3m-minor-mode-map.
14413
14414 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * message.el (message-tab-body-function): Fix mismatched custom type.
14417
14418         * gnus.el (gnus-group-change-level-function): Ditto.
14419
14420         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14421
14422         * gnus-art.el (gnus-signature-limit)
14423         (gnus-article-mime-part-function): Ditto.
14424
14425 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * mml.el (mml-mode): Silence the byte compiler.
14428
14429         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14430         using `(sit-for 0)' before moving the point to the specified part;
14431         skip unbuttonized parts.
14432         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14433         return to the summary window if gnus-auto-select-part is non-nil.
14434
14435 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14438         New variables.
14439         (mml-dnd-attach-file, mml-mode): Use them.
14440
14441         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14442         Make fetching article by MID work again for Google Groups.
14443         Add FIXME concerning gnus-group-make-web-group.
14444
14445         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14446         Don't depend on Gnus by using mail-extract-address-components if
14447         gnus-extract-address-components is not bound.
14448
14449 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14450
14451         * gnus-art.el (gnus-mime-display-security): Don't display the
14452         signature, but only the signed part.
14453
14454 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14457
14458         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14459         list, not listp.
14460
14461 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14462
14463         * mm-encode.el (mm-encode-content-transfer-encoding):
14464         Likewise when encoding.
14465
14466         * mm-bodies.el (mm-decode-content-transfer-encoding):
14467         De-canonicalize CRLF for all text content types, not just
14468         text/plain.
14469
14470 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14473         valid article; point arrow and cursor at the MIME button.
14474
14475 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14478         Suggested by Dan Christensen <jdc@uwo.ca>.
14479
14480         * mm-decode.el (mm-save-part): Enable change of prompt.
14481
14482 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14483
14484         * gnus-msg.el (gnus-inews-add-send-actions):
14485         Make `message-post-method' lambda parameter ARG `&optional'.
14486
14487 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * gnus-sum.el (gnus-summary-mime-map):
14490         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14491         gnus-article-jump-to-part.
14492
14493         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14494         (gnus-article-edit-part): Use it.
14495         (gnus-article-part-wrapper): Add no-handle argument.
14496         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14497         New functions.
14498
14499 2005-08-29  Romain Francoise  <romain@orebokech.com>
14500
14501         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14502         docstring.
14503         (gnus-face-from-file): Likewise.
14504
14505 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14508         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14509         non-nil.
14510         (gnus-auto-select-part): New variable.
14511         (gnus-article-jump-to-part): New function.
14512         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14513         (gnus-mime-delete-part): Allow selecting specified part after
14514         deleting or stripping parts.
14515         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14516         part if argument is bogus.
14517
14518 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14519
14520         * gnus-art.el (w3m-minor-mode-map):
14521         * gnus-spec.el (gnus-newsrc-file-version):
14522         * gnus-util.el (nnmail-active-file-coding-system)
14523         (gnus-original-article-buffer, gnus-user-agent):
14524         * gnus.el (gnus-ham-process-destinations)
14525         (gnus-parameter-ham-marks-alist)
14526         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14527         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14528         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14529         * mm-decode.el (gnus-current-window-configuration):
14530         * mm-extern.el (gnus-article-mime-handles):
14531         * mm-url.el (url-current-object, url-package-name)
14532         (url-package-version):
14533         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14534         (smime-keys, w3m-cid-retrieve-function-alist)
14535         (w3m-current-buffer, w3m-display-inline-images)
14536         (w3m-minor-mode-map):
14537         * mml-smime.el (gnus-extract-address-components):
14538         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14539         (gnus-newsrc-hashtb, message-default-charset)
14540         (message-deletable-headers, message-options)
14541         (message-posting-charset, message-required-mail-headers)
14542         (message-required-news-headers):
14543         * mml1991.el (mc-pgp-always-sign):
14544         * mml2015.el (mc-pgp-always-sign):
14545         * nnheader.el (nnmail-extra-headers):
14546         * rfc1843.el (gnus-decode-encoded-word-function)
14547         (gnus-decode-header-function, gnus-newsgroup-name):
14548         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14549
14550 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14551
14552         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14553         the end of the date treatments.
14554
14555 2005-08-15  Simon Josefsson  <jas@extundo.com>
14556
14557         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14558         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14559         Capello and Romain Francoise.
14560         (pgg-fetch-key-function): Remove, not used?
14561         (pgg-insert-url-with-w3): Require url, to get
14562         url-insert-file-contents regardless of where it is defined.
14563
14564 2005-08-13  Romain Francoise  <romain@orebokech.com>
14565
14566         * message.el (message-cite-original-1): New function.
14567         (message-cite-original): Use it.
14568         (message-cite-original-without-signature): Ditto.
14569
14570 2005-08-08  Romain Francoise  <romain@orebokech.com>
14571
14572         * message.el (message-yank-empty-prefix): New variable.
14573         (message-indent-citation): Use it.
14574         (message-cite-original-without-signature): Respect X-No-Archive.
14575
14576 2005-08-08  Simon Josefsson  <jas@extundo.com>
14577
14578         * pgg.el: Autoload url-insert-file-contents instead of loading
14579         w3/url.
14580         (pgg-insert-url-with-w3): Don't load url here.
14581
14582 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14583
14584         * message.el (message-kill-to-signature): Don't insert newline at
14585         bol.
14586         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14587
14588 2005-08-06  Romain Francoise  <romain@orebokech.com>
14589
14590         * message.el (message-user-fqdn): Fix typo in docstring.
14591
14592 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14593
14594         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14595
14596         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14597
14598 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * mm-bodies.el (mm-encode-body): Use coding system rather than
14601         charset to encode text.
14602
14603         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14604         number of charsets if utf-8 is available (XEmacs).
14605
14606 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14609         taken from `gnus-button-mid-or-mail-regexp'.
14610         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14611         (gnus-button-alist): Improve regexp for domain part of the MIDs
14612         for news:localpart@domain buttons.
14613         (gnus-button-ctan-directory-regexp): Update.
14614
14615 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * sieve-manage.el (sieve-manage-interactive-login):
14618         Use make-local-variable rather than make-variable-buffer-local.
14619         (sieve-manage-open): Ditto.
14620         (sieve-manage-authenticate): Ditto.
14621
14622         * mml.el (mml-generate-mime-1): Make the content type default to
14623         text/plain if the filename is not specified.
14624
14625 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14628         instead of insert-buffer.
14629
14630         * message.el (message-yank-original): Ditto; set the mark at the
14631         end of the yanked message.
14632
14633 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14636         lines to scroll rather than to stop it.
14637
14638         * mml.el (mml-generate-default-type): Add doc string.
14639         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14640         default to application/octet-stream when determining the content
14641         type if it is not specified for the part or the mml contents; add
14642         a comment about mml-generate-default-type.
14643
14644 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14647         make it default to application/octet-stream when determining the
14648         content type if it is not specified for the external contents.
14649
14650 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14653         segmented parameter but also other parameters might be there.
14654
14655 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * mm-decode.el (mm-display-external): Delete temp file, directory
14658         and buffer immediately if the external process is exited.
14659
14660 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14663         fewer lines than that of scroll-margin.
14664         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14665
14666 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-art.el (gnus-article-next-page): Revert.
14669         (gnus-article-beginning-of-window): New macro.
14670         (gnus-article-next-page-1): Use it.
14671         (gnus-article-prev-page): Ditto.
14672         (gnus-article-edit-part): Use insert-buffer-substring instead of
14673         insert-buffer.
14674         (gnus-article-edit-exit): Ditto.
14675
14676         * gnus-util.el (gnus-beginning-of-window): Remove.
14677         (gnus-end-of-window): Remove.
14678
14679         * lpath.el: Don't bind header-line-format and scroll-margin.
14680
14681 2005-07-25  Simon Josefsson  <jas@extundo.com>
14682
14683         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14684         to have the url package without w3.  Reported by Daiki Ueno
14685         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14686
14687 2005-07-20  Didier Verna  <didier@xemacs.org>
14688
14689         * gnus-diary.el: Remove the description comment (nndiary is now
14690         properly documented in the Gnus manual).
14691         Fix the spelling of "Back End".
14692         * nndiary.el: Ditto.
14693         Fix the copyright notice.
14694
14695 2005-07-18  Romain Francoise  <romain@orebokech.com>
14696
14697         * gnus-sum.el (gnus-summary-to-prefix)
14698         (gnus-summary-newsgroup-prefix): New variables.
14699         (gnus-summary-from-or-to-or-newsgroups): Use them.
14700
14701 2005-07-17  Romain Francoise  <romain@orebokech.com>
14702
14703         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14704         space as it's generally not especially interesting to the user.
14705
14706 2005-07-16  Romain Francoise  <romain@orebokech.com>
14707
14708         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14709         nil to avoid prompting and file modification if one of the
14710         messages at the top of the nnfolder file contains a copyright
14711         notice.
14712         Update copyright notice.
14713
14714         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14715         instead of `current-time-string' as the latter creates a time
14716         string that is not RFC 2822 compliant (it lacks the zone).
14717         Update copyright notice.
14718
14719 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14720
14721         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14722         for text/rtf.  Display default in prompt.  Pass default for M-n.
14723
14724         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14725
14726 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14727
14728         * gnus-msg.el (gnus-button-mailto):
14729         Remove save-selected-window-window hackery because it relies on
14730         save-selected-window internals.
14731
14732 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14735         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14736         (gnus-article-prev-page): Ditto.
14737
14738         * gnus-util.el (gnus-beginning-of-window): New function.
14739         (gnus-end-of-window): New function.
14740
14741         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14742
14743 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14744
14745         * gnus-score.el (gnus-score-edit-all-score):
14746         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14747         gnus-message.
14748
14749 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14750
14751         * gnus-msg.el (gnus-button-mailto):
14752         Remove save-selected-window-window hackery because it relies on
14753         save-selected-window internals.
14754
14755 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14758         add-minor-mode.
14759         (gnus-binary-mode): Ditto.
14760
14761         * gnus-topic.el (gnus-topic-mode): Ditto.
14762
14763 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14764
14765         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14766         (gnus-article-prev-page): Take scroll-margin into consideration.
14767
14768 2005-07-04  Lute Kamstra  <lute@gnu.org>
14769
14770         Update FSF's address in GPL notices.
14771
14772 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14773
14774         * gnus.el (gnus-exit):
14775         * gnus-group.el (gnus-group-icons):
14776         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14777
14778         * gnus-nocem.el (gnus-nocem):
14779         * message.el (message-various, message-buffers, message-sending)
14780         (message-interface, message-forwarding, message-insertion)
14781         (message-headers, message-news, message-mail):
14782         * pgg-gpg.el (pgg-gpg):
14783         * pgg-parse.el (pgg-parse):
14784         * pgg-pgp.el (pgg-pgp):
14785         * pgg-pgp5.el (pgg-pgp5):
14786         * pop3.el (pop3): Finish `defgroup' description with period.
14787
14788 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-art.el (article-display-face): Improve the efficiency.
14791         (article-display-x-face): Ditto; remove grey x-face stuff.
14792
14793 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-art.el (article-display-face): Correct the position in
14796         which Faces are inserted.
14797
14798 2005-06-29  Didier Verna  <didier@xemacs.org>
14799
14800         * gnus-art.el (article-display-face): Display faces in correct
14801         order.
14802
14803 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14806         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14807         (gnus-nocem-check-article): Fetch the Type header.
14808         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14809         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14810         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14811         make sure gnus-nocem-hashtb is initialized.
14812         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14813         (gnus-nocem-unwanted-article-p): Ditto.
14814
14815         * pgg.el (pgg-verify): Return the verification result.
14816
14817 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14818
14819         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14820         is ascii.
14821
14822 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14823
14824         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14825         `show-nonbreak-escape'.
14826
14827 2005-06-23  Lute Kamstra  <lute@gnu.org>
14828
14829         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14830
14831         * dig.el (dig-mode):
14832         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14833
14834 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14835
14836         * nnimap.el (nnimap-split-download-body): Fix spellings.
14837
14838 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14839
14840         * gnus-art.el (gnus-article-encrypt-body):
14841         * gnus-cus.el (gnus-score-customize):
14842         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14843         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14844
14845 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14846
14847         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14848         header by looking for magic "MII" at the beginnig.
14849
14850 2005-06-16  Miles Bader  <miles@gnu.org>
14851
14852         * gnus-xmas.el (gnus-xmas-group-startup-message):
14853         Use renamed gnus-splash face.
14854
14855         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14856         (assistant-field-face): New backward-compatibility alias for renamed
14857         face.
14858         (assistant-render-text): Use renamed assistant-field face.
14859
14860         * spam.el (spam): Remove "-face" suffix from face name.
14861         (spam-face): New backward-compatibility alias for renamed face.
14862         (spam-face, spam-initialize): Use renamed spam face.
14863
14864         * message.el (message-header-to, message-header-cc)
14865         (message-header-subject, message-header-newsgroups)
14866         (message-header-other, message-header-name)
14867         (message-header-xheader, message-separator, message-cited-text)
14868         (message-mml): Remove "-face" suffix from face names.
14869         (message-header-to-face, message-header-cc-face)
14870         (message-header-subject-face, message-header-newsgroups-face)
14871         (message-header-other-face, message-header-name-face)
14872         (message-header-xheader-face, message-separator-face)
14873         (message-cited-text-face, message-mml-face):
14874         New backward-compatibility aliases for renamed faces.
14875         (message-font-lock-keywords): Use renamed message faces.
14876
14877         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14878         (sieve-test-commands, sieve-tagged-arguments):
14879         Remove "-face" suffix from face names.
14880         (sieve-control-commands-face, sieve-action-commands-face)
14881         (sieve-test-commands-face, sieve-tagged-arguments-face):
14882         New backward-compatibility aliases for renamed faces.
14883         (sieve-control-commands-face, sieve-action-commands-face)
14884         (sieve-test-commands-face, sieve-tagged-arguments-face):
14885         Use renamed sieve faces.
14886
14887         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14888         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14889         (gnus-group-news-3-empty, gnus-group-news-4)
14890         (gnus-group-news-4-empty, gnus-group-news-5)
14891         (gnus-group-news-5-empty, gnus-group-news-6)
14892         (gnus-group-news-6-empty, gnus-group-news-low)
14893         (gnus-group-news-low-empty, gnus-group-mail-1)
14894         (gnus-group-mail-1-empty, gnus-group-mail-2)
14895         (gnus-group-mail-2-empty, gnus-group-mail-3)
14896         (gnus-group-mail-3-empty, gnus-group-mail-low)
14897         (gnus-group-mail-low-empty, gnus-summary-selected)
14898         (gnus-summary-cancelled, gnus-summary-high-ticked)
14899         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14900         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14901         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14902         (gnus-summary-low-undownloaded)
14903         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14904         (gnus-summary-low-unread, gnus-summary-normal-unread)
14905         (gnus-summary-high-read, gnus-summary-low-read)
14906         (gnus-summary-normal-read, gnus-splash):
14907         Remove "-face" suffix from face names.
14908         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14909         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14910         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14911         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14912         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14913         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14914         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14915         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14916         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14917         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14918         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14919         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14920         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14921         (gnus-summary-normal-ticked-face)
14922         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14923         (gnus-summary-normal-ancient-face)
14924         (gnus-summary-high-undownloaded-face)
14925         (gnus-summary-low-undownloaded-face)
14926         (gnus-summary-normal-undownloaded-face)
14927         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14928         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14929         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14930         (gnus-splash-face):
14931         New backward-compatibility aliases for renamed faces.
14932         (gnus-group-startup-message): Use renamed gnus faces.
14933
14934         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14935         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14936         (gnus-server-agent): Remove "-face" suffix from face names.
14937         (gnus-server-agent-face, gnus-server-opened-face)
14938         (gnus-server-closed-face, gnus-server-denied-face)
14939         (gnus-server-offline-face):
14940         New backward-compatibility aliases for renamed faces.
14941         (gnus-server-agent-face, gnus-server-opened-face)
14942         (gnus-server-closed-face, gnus-server-denied-face)
14943         (gnus-server-offline-face): Use renamed gnus faces.
14944
14945         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14946         Remove "-face" suffix from face names.
14947         (gnus-picon-xbm-face, gnus-picon-face):
14948         New backward-compatibility aliases for renamed faces.
14949
14950         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14951         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14952         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14953         (gnus-cite-11): Remove "-face" suffix from face names.
14954         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14955         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14956         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14957         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14958         New backward-compatibility aliases for renamed faces.
14959         (gnus-cite-attribution-face, gnus-cite-face-list)
14960         (gnus-article-boring-faces): Use renamed gnus faces.
14961
14962         * gnus-art.el (gnus-signature, gnus-header-from)
14963         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14964         (gnus-header-content): Remove "-face" suffix from face names.
14965         (gnus-signature-face, gnus-header-from-face)
14966         (gnus-header-subject-face, gnus-header-newsgroups-face)
14967         (gnus-header-name-face, gnus-header-content-face):
14968         New backward-compatibility aliases for renamed faces.
14969         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14970
14971         * gnus-sum.el (gnus-summary-selected-face)
14972         (gnus-summary-highlight): Use renamed gnus faces.
14973         * gnus-group.el (gnus-group-highlight): Likewise.
14974
14975 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14976
14977         * gnus-sieve.el (gnus-sieve-article-add-rule):
14978         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14979         * spam-stat.el (spam-stat-buffer-change-to-spam)
14980         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14981
14982         * message.el (message-is-yours-p):
14983         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14984
14985 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * mm-view.el (mm-inline-text): Withdraw the last change.
14988
14989 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14992         executing enriched-decode.
14993
14994 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14997         charset of tar files.
14998
14999 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15000
15001         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15002
15003 2005-06-04  Lute Kamstra  <lute@gnu.org>
15004
15005         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15006         information is never recorded.
15007
15008 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15009
15010         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15011
15012 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * pop3.el (pop3-apop): Run md5 in the binary mode.
15015
15016         * starttls.el (starttls-set-process-query-on-exit-flag):
15017         Use eval-and-compile.
15018
15019 2005-05-31  Simon Josefsson  <jas@extundo.com>
15020
15021         * smime.el (smime-replace-in-string): Define.
15022         (smime-cert-by-ldap-1): Use it.
15023
15024 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-art.el (article-display-x-face): Replace
15027         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15028
15029         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15030         set-process-query-on-exit-flag or process-kill-without-query.
15031
15032         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15033         loop instead of replace-regexp.
15034
15035         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15036         instead of process-kill-without-query if it is available.
15037
15038         * lpath.el: Fbind ldap-search-entries.
15039
15040         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15041         instead of find-file-hooks if it is available.
15042
15043         * mml1991.el: Bind pgg-default-user-id when compiling.
15044
15045         * mml2015.el: Bind pgg-default-user-id when compiling.
15046
15047         * nndraft.el (nndraft-request-associate-buffer):
15048         Use write-contents-functions instead of write-contents-hooks if it is
15049         available.
15050
15051         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15052         instead of find-file-hooks if it is available.
15053
15054         * nntp.el (nntp-open-connection): Replace
15055         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15056         (nntp-open-ssl-stream): Ditto.
15057         (nntp-open-tls-stream): Ditto.
15058
15059         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15060         set-process-query-on-exit-flag or process-kill-without-query.
15061         (starttls-open-stream-gnutls): Use it instead of
15062         process-kill-without-query.
15063         (starttls-open-stream): Ditto.
15064
15065 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15066
15067         * smime.el (smime-cert-by-ldap-1): Don't use
15068         replace-regexp-in-string.
15069
15070 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15071
15072         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15073
15074         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15075         in PEM format.  Adjust to the XEmacs compability.
15076
15077 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15080         by `string-to-number'.
15081         * gnus-agent.el (gnus-agent-regenerate-group)
15082         (gnus-agent-fetch-articles): Ditto.
15083         * gnus-art.el (gnus-button-fetch-group): Ditto.
15084         * gnus-cache.el (gnus-cache-generate-active)
15085         (gnus-cache-articles-in-group): Ditto.
15086         * gnus-group.el (gnus-group-set-current-level)
15087         (gnus-group-insert-group-line): Ditto.
15088         * gnus-score.el (gnus-score-set-expunge-below)
15089         (gnus-score-set-mark-below, gnus-summary-score-effect)
15090         (gnus-summary-score-entry): Ditto.
15091         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15092         (gnus-soup-pack): Ditto.
15093         * gnus-spec.el (gnus-xmas-format): Ditto.
15094         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15095         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15096         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15097         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15098         * nndb.el (nndb-get-remote-expire-response): Ditto.
15099         * nndiary.el (nndiary-parse-schedule-value)
15100         (nndiary-string-to-number, nndiary-request-replace-article)
15101         (nndiary-request-article): Ditto.
15102         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15103         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15104         * nneething.el (nneething-make-head): Ditto.
15105         * nnfolder.el (nnfolder-request-article)
15106         (nnfolder-retrieve-headers): Ditto.
15107         * nnheader.el (nnheader-file-to-number): Ditto.
15108         * nnkiboze.el (nnkiboze-request-article): Ditto.
15109         * nnmail.el (nnmail-process-unix-mail-format)
15110         (nnmail-process-babyl-mail-format): Ditto.
15111         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15112         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15113         (nnmh-request-create-group, nnmh-request-list-1)
15114         (nnmh-request-group, nnmh-request-article): Ditto.
15115         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15116         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15117         * nnsoup.el (nnsoup-make-active): Ditto.
15118         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15119         * nntp.el (nntp-find-group-and-number)
15120         (nntp-retrieve-headers-with-xover): Ditto.
15121         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15122         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15123         (pgg-format-key-identifier): Ditto.
15124         * pop3.el (pop3-last, pop3-stat): Ditto.
15125         * qp.el (quoted-printable-decode-region): Ditto.
15126
15127         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15128         of concat.
15129
15130 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15133
15134         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15135
15136         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15137
15138         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15139
15140         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15141
15142         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15143
15144         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15145         (gnus-carpal-mode): Ditto.
15146
15147         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15148         (gnus-browse-mode): Ditto.
15149
15150         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15151
15152         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15153
15154 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15155
15156         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15157
15158 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-util.el (gnus-run-mode-hooks): New function.
15161
15162         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15163
15164         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15165         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15166
15167 2005-05-27  Lute Kamstra  <lute@gnu.org>
15168
15169         * dns-mode.el (dns-mode): Specify customization group.
15170
15171 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15172
15173         * gnus-agent.el (gnus-agent-make-mode-line-string):
15174         Use mode-line-highlight as mouse-face.
15175
15176 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * canlock.el (canlock): Change the parent group to news.
15179
15180         * deuglify.el (gnus-outlook-deuglify): Add :group.
15181
15182         * dig.el (dig): Add :group.
15183
15184         * dns-mode.el (dns-mode): Add :group.
15185
15186         * encrypt.el (encrypt): Add :group.
15187
15188         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15189         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15190         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15191         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15192         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15193
15194         * gnus-diary.el (gnus-diary): Add :group.
15195
15196         * gnus.el (gnus-group-news-1-face): Add :group.
15197         (gnus-group-news-1-empty-face): Ditto.
15198         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15199         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15200         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15201         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15202         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15203         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15204         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15205         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15206         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15207         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15208         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15209         (gnus-summary-high-ticked-face): Ditto.
15210         (gnus-summary-low-ticked-face): Ditto.
15211         (gnus-summary-normal-ticked-face): Ditto.
15212         (gnus-summary-high-ancient-face): Ditto.
15213         (gnus-summary-low-ancient-face): Ditto.
15214         (gnus-summary-normal-ancient-face): Ditto.
15215         (gnus-summary-high-undownloaded-face): Ditto.
15216         (gnus-summary-low-undownloaded-face): Ditto.
15217         (gnus-summary-normal-undownloaded-face): Ditto.
15218         (gnus-summary-high-unread-face): Ditto.
15219         (gnus-summary-low-unread-face): Ditto.
15220         (gnus-summary-normal-unread-face): Ditto.
15221         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15222         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15223
15224         * hashcash.el (hashcash): New custom group.
15225         (hashcash-default-payment): Add :group.
15226         (hashcash-payment-alist): Ditto.
15227         (hashcash-default-accept-payment): Ditto.
15228         (hashcash-accept-resources): Ditto.
15229         (hashcash-path): Ditto.
15230         (hashcash-extra-generate-parameters): Ditto.
15231         (hashcash-double-spend-database): Ditto.
15232         (hashcash-in-news): Ditto.
15233
15234         * message.el (message-minibuffer-local-map): Add :group.
15235
15236         * netrc.el (netrc): Add :group.
15237
15238         * sieve-manage.el (sieve-manage-log): Add :group.
15239         (sieve-manage-default-user): Diito.
15240         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15241         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15242         (sieve-manage-authenticators): Ditto.
15243         (sieve-manage-authenticator-alist): Ditto.
15244         (sieve-manage-default-port): Ditto.
15245
15246         * sieve-mode.el (sieve-control-commands-face): Add :group.
15247         (sieve-action-commands-face): Ditto.
15248         (sieve-test-commands-face): Ditto.
15249         (sieve-tagged-arguments-face): Ditto.
15250
15251         * smime.el (smime): Add :group.
15252
15253         * spam-report.el (spam-report): Add :group.
15254
15255         * spam.el (spam, spam-face): Add :group.
15256
15257 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15258
15259         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15260         return \n.\n.\n at the end of articles.  Protect against that.
15261         (nntp-with-open-group): Allow debugging.
15262
15263         * nnheader.el (mail-header-set-extra): Make into a function
15264         because I just could't understand how to quote the list properly.
15265
15266         * dns.el (query-dns-cached): New function.
15267
15268 2005-05-26  Lute Kamstra  <lute@gnu.org>
15269
15270         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15271
15272 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15275
15276         * gnus-art.el: Don't autoload mail-extract-address-components.
15277
15278         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15279         eval-and-compile to evaluate it.
15280
15281         * hashcash.el: Don't autoload executable-find.
15282
15283         * nndb.el: Don't declare the nndb back end two or more times; don't
15284         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15285
15286         * nntp.el: Autoload format-spec instead of format; use
15287         eval-and-compile to evaluate autoload forms.
15288
15289 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15290
15291         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15292
15293 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * gnus.el (gnus-version-number): Bump version.
15296
15297 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15298
15299         * gnus.el: No Gnus v0.3 is released.
15300
15301 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15302
15303         * lpath.el (featurep): Bind show-nonbreak-escape.
15304
15305 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (gnus-article-edit-part): Disable undo.
15308
15309 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15312         gnus-article-date-lapsed-new-header is t if date timer is active;
15313         skip headers in which the original date value is empty.
15314         (gnus-article-save-original-date): Redefine it as a macro.
15315         (gnus-display-mime): Use it.
15316
15317 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-art.el (article-date-ut): Support converting date in
15320         forwarded parts as well.
15321         (gnus-article-save-original-date): New function.
15322         (gnus-display-mime): Use it.
15323
15324 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15325
15326         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15327         enclosure element of <item>.
15328
15329 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * message.el (message-kill-buffer-query): Rename from
15332         `message-kill-buffer-query-if-modified'.  Add :version.
15333
15334 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15337         window layout.
15338
15339 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * mml.el: Autoload dnd when compiling.
15342
15343 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15344
15345         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15346         x-dnd-*.
15347
15348 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * qp.el (quoted-printable-encode-region): Save excursion.
15351
15352 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * message.el (message-kill-buffer-query-if-modified): Add new variable
15355         so the user can kill a modified message buffer quickly.
15356         (message-kill-buffer): Use it.
15357
15358 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * lpath.el: Fbind display-time-event-handler; don't fbind
15361         string-to-multibyte.
15362
15363         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15364
15365 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15368         contained in text because xml.el decodes entities) with LFs.
15369
15370 2005-04-11  Lute Kamstra  <lute@gnu.org>
15371
15372         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15373         differently.
15374
15375 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15376
15377         * mm-util.el (mm-detect-coding-region): Typo.
15378
15379 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15382
15383 2005-04-06  Deepak Goel  <deego@gnufans.org>
15384
15385         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15386         user-function allow user modifications of the scores.
15387         (spam-stat-score-buffer-user): New function, to allow
15388         user-computed modifications to the score.
15389         (spam-stat-score-buffer-user-functions): List of additional
15390         scoring functions.
15391         (spam-stat-error-holder): Global temporary error holder.
15392         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15393         variable.
15394
15395 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15396
15397         * gnus-registry.el (gnus-registry-clean-empty-function)
15398         (gnus-registry-trim, gnus-registry-fetch-groups)
15399         (gnus-registry-delete-group): Groups that match
15400         `gnus-registry-ignored-groups' are removed from the registry
15401         entries, not just ignored for splitting.  This helps clean up the
15402         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15403         to get all the groups a message ID is in.
15404
15405         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15406         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15407         (spam-stat-score-buffer-user-functions): Add :number custom type.
15408
15409 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15412         argument in XEmacs.
15413
15414         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15415         (nnrss-request-group): Decode group name first.
15416         (nnrss-request-article): Make a text/plain article if mml-to-mime
15417         failed.
15418         (nnrss-get-encoding): Return a compatible encoding according to
15419         nnrss-compatible-encoding-alist.
15420         (nnrss-find-el): Use consp instead of listp.
15421         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15422
15423 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15426         which Emacs 20 doesn't support.
15427         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15428
15429 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15432         silence the byte compiler inside the defun.
15433
15434         * gnus-demon.el (parse-time-string): Add autoload.
15435
15436         * gnus-delay.el (parse-time-string): Add autoload.
15437
15438         * gnus-art.el (parse-time-string): Add autoload.
15439
15440         * nnultimate.el (parse-time): Require for `parse-time-string'.
15441
15442 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15445
15446         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15447
15448         * smime.el (smime-ldap-host-list): Add :version.
15449
15450 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15453         pass it to `gnus-browse-read-group'.
15454         (gnus-browse-read-group): Add NUMBER argument and pass it to
15455         `gnus-group-read-ephemeral-group'.
15456
15457         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15458         argument and pass it to `gnus-group-read-group'.
15459
15460 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15461
15462         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15463         mm-xemacs-find-mime-charset-1 if we have the mule feature
15464         available at runtime.
15465
15466 2005-03-25  Werner Lemberg  <wl@gnu.org>
15467
15468         * nnmaildir.el: Replace `illegal' with `invalid'.
15469
15470 2005-03-23  Lute Kamstra  <lute@gnu.org>
15471
15472         * time-date.el: Add comment on time value formats.
15473         Don't require parse-time.
15474         (with-decoded-time-value): New macro.
15475         (encode-time-value): New function.
15476         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15477         (days-to-time): Return a valid time value when arg is huge.
15478         (time-since): Use time-subtract.
15479         (time-to-number-of-days): Use time-to-seconds.
15480
15481 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15482
15483         * gnus-start.el (gnus-display-time-event-handler):
15484         Check display-time-timer at runtime rather than only at load time
15485         in case display-time-mode is turned off in the mean time.
15486
15487 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15490         used.
15491
15492         * nneething.el (nneething-map-file-directory): Derive from
15493         `gnus-directory'.
15494
15495         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15496         the To/Cc button.
15497
15498 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * nnmaildir.el (nnmaildir-request-accept-article):
15501         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15502
15503 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15504
15505         * gnus-async.el: Require timer-funcs at compile time when in
15506         XEmacs for `run-with-idle-timer'.
15507
15508 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15509
15510         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15511         autoloaded function.
15512
15513 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15514
15515         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15516
15517 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15518
15519         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15520
15521 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522
15523         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15524         Add gnus-expert-user to default.
15525
15526 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15527
15528         * nnimap.el (nnimap-open-server): Ditto.
15529
15530         * imap.el (imap-authenticate): Fix typo.
15531
15532 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15533
15534         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15535         buffer (since IMAP server might return FETCH response out of
15536         order, and the nntp buffer must be sorted).
15537
15538 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15539
15540         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15541         comparison on string.
15542
15543         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15544         (gnus-agent-score): Rename category keywords to match gnus-cus.
15545         (gnus-agent-summary-fetch-series): Modify to protect against
15546         gnus-agent-summary-fetch-group clearing processable flags.
15547         (gnus-agent-synchronize-group-flags): Update live group buffer as
15548         synchronization may occur due to the user toggle the plugged
15549         status.
15550         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15551         successfully downloaded.
15552         (gnus-agent-expire-group-1): Avoid using markers when the overview
15553         is in ascending order; greatly improves performance.
15554         (gnus-agent-regenerate-group):
15555         Use gnus-agent-synchronize-group-flags to reset read status in both
15556         gnus and server.
15557         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15558
15559 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * message.el: Don't autoload former message-utils variables.
15562         (message-strip-subject-trailing-was): Change doc string.
15563
15564         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15565         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15566         (nnweb-google-search): Add "hl=en" here.
15567         (nnweb-google-parse-1, nnweb-google-create-mapping):
15568         Don't hardcode URL.
15569
15570 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * message.el (message-get-reply-headers, message-followup):
15573         Mention related variables `message-use-followup-to' and
15574         `message-use-mail-followup-to', in the information buffer.
15575
15576         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15577         of broken groups(-beta).google.com.
15578
15579 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15580
15581         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15582         parameter to invoked gnus-request-move-article; remove the
15583         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15584         all at once instead of once per article.
15585         (gnus-summary-remove-process-mark): Accept a list of articles as
15586         well as a single article for processing.
15587
15588         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15589         parameter.
15590
15591         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15592
15593         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15594
15595         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15596         parameter.
15597
15598         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15599         parameter.
15600
15601         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15602         parameter and remove the gnus-sum-hint-move-is-internal variable.
15603
15604         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15605         parameter.
15606
15607         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15608         parameter.
15609
15610         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15611         parameter.
15612
15613         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15614
15615         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15616         parameter.
15617
15618         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15619         parameter.
15620
15621 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15622
15623         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15624         a more conservative way.
15625
15626 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15627
15628         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15629         buffer, so it moves the window's cursor.
15630
15631 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15632
15633         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15634         `mm-dissect-multipart' and receive the from field as an (optional)
15635         argument from `mm-dissect-multipart'.
15636         (mm-dissect-multipart): Receive the from field as an argument and
15637         pass it on when we call `mm-dissect-buffer' on MIME parts.
15638         Fixes verification/decryption of signed/encrypted MIME parts.
15639
15640 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15641
15642         * gnus-sum.el (gnus-summary-move-article):
15643         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15644         whatever it calls (right now, only nnimap-request-move article
15645         respects it).
15646
15647         * nnimap.el (nnimap-request-move-article):
15648         When gnus-sum-hint-move-is-internal is set, don't do the extra
15649         nnimap-request-article.
15650
15651 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15654
15655         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15656         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15657
15658         * gnus-sum.el (gnus-summary-caesar-message):
15659         Apply `gnus-treat-article' after rotation.
15660
15661         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15662         doc string.
15663
15664 2005-02-22  Simon Josefsson  <jas@extundo.com>
15665
15666         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15667         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15668         <arne@arnested.dk>.
15669         (encrypt): Add password-cache and password-cache-expiry as group
15670         members.
15671
15672 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15673
15674         * smime.el (smime-ldap-host-list): Doc fix.
15675         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15676         cache) password.
15677         (smime-sign-region): Use it.
15678         (smime-decrypt-region): Use it.
15679         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15680         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15681         fails.
15682         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15683         certificate from DER to PEM format rather than calling openssl.
15684
15685         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15686
15687         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15688         for signing/encryption.
15689
15690         * mml.el (mml-parse-1): Use them.
15691
15692 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15693
15694         * nnrss.el (nnrss-verbose): Remove.
15695         (nnrss-request-group): Use `nnheader-message' instead.
15696
15697 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15698
15699         * nnrss.el (nnrss-verbose): New variable.
15700         (nnrss-request-group): Make it say nnrss is requesting a group.
15701
15702 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15705         Handle news URL with given port correctly.
15706
15707 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15710         containing special characters.
15711
15712         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15713
15714         * mml.el (mime-to-mml): Ditto.
15715
15716         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15717         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15718         (rfc2047-decode-region): Quote decoded words containing special
15719         characters when rfc2047-quote-decoded-words-containing-tspecials
15720         is non-nil.
15721
15722 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15725
15726         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15727
15728 2005-02-15  Simon Josefsson  <jas@extundo.com>
15729
15730         * nnimap.el (nnimap-debug): Doc fix.
15731
15732         * imap.el (imap-debug): Doc fix.
15733
15734 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15737
15738 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * gnus.el (spam-contents): Improve docs for spam-contents
15741         parameter in its variable incarnation.
15742
15743 2005-02-14  Simon Josefsson  <jas@extundo.com>
15744
15745         * smime-ldap.el: Use require instead of load-library for ldap.
15746         (smime-ldap-search): Indent.
15747         (smime-ldap-search-internal): Shorten line.
15748
15749         * smime.el (smime-cert-by-dns): Add doc-string.
15750         (smime-cert-by-ldap-1): Indent.
15751
15752         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15753         mml-smime-get-dns-ldap.
15754         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15755
15756 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15757
15758         * smime.el: Require smime-ldap.
15759         (smime-ldap-host-list): New variable.
15760         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15761
15762         * mml-smime.el (mml-smime-encrypt-query): New function.
15763         (mml-smime-encrypt-query): Use it.
15764
15765         * smime-ldap.el: New file.
15766
15767 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15770
15771 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15774         argument in doc string.  Make query for type more clear.
15775
15776 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * gnus.el (gnus-group-startup-message): Search for gnus images in
15779         etc/images/gnus.
15780         * mm-util.el (mm-image-load-path): Likewise.
15781         * smiley.el (smiley-data-directory): Search for smilies in
15782         etc/images/smilies.
15783
15784 2005-02-09  Kim F. Storm  <storm@cua.dk>
15785
15786         Change Emacs release version from 21.4 to 22.1 throughout.
15787         Change Emacs development version from 21.3.50 to 22.0.50.
15788
15789 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15792
15793         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15794         non-Mule XEmacs as well.
15795         (mm-decompress-buffer): Signal an error intentionally if it does
15796         not decompress compressed data because auto-compression-mode is
15797         disabled.
15798
15799 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15800
15801         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15802         an ID in the registry even if it has no groups.
15803
15804 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15807         merge it into mm-decompress-buffer.
15808         (gnus-mime-copy-part): Use the MIME part charset, the value which
15809         a user specified or gnus-newsgroup-charset for decoding, like
15810         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15811         save-buffer what was used.  Suggested by Kevin Ryde
15812         <user42@zip.com.au>.
15813         (gnus-mime-inline-part): Allow the name parameter as well as the
15814         filename parameter; force decompressing of compressed data; always
15815         display contents being not decoded as unibyte.
15816
15817         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15818         as well as the filename parameter.
15819
15820         * mm-util.el (mm-decompress-buffer):
15821         Merge gnus-mime-jka-compr-maybe-uncompress.
15822         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15823         of compressed data.
15824
15825 2005-02-08  Simon Josefsson  <jas@extundo.com>
15826
15827         * imap.el (imap-log): Doc fix.
15828
15829 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15832         the coding cookies; decompress compressed parts.
15833
15834         * mml.el (mml-generate-mime-1): Add the charset parameter according
15835         to the value which a user specified manually or the coding cookie.
15836
15837         * mm-util.el (mm-string-to-multibyte): New function.
15838         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15839         (mm-coding-system-to-mime-charset): New function.
15840         (mm-decompress-buffer): New function.
15841         (mm-find-buffer-file-coding-system): New function.
15842
15843         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15844         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15845         parts.
15846
15847 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15848
15849         * mm-view.el (mm-display-inline-fontify): Decode a part according
15850         to the charset parameter.
15851
15852 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15855         prefix arg is neither nil nor a number, as info specifies.
15856
15857 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15860         timestamps.
15861
15862 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15863
15864         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15865         groups error checking and notify user.
15866
15867 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15868
15869         * message.el (message-send-mail-function): Check existence of
15870         sendmail-program first before using default value
15871         `message-send-mail-with-sendmail'.  Otherwise use more generic
15872         `smtpmail-send-it'.
15873
15874 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * nntp.el (nntp-request-update-info): Always return nil.
15877
15878 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15879
15880         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15881
15882 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15883
15884         * message.el (message-beginning-of-line): Change the behavior when
15885         invoked between BOL and : so that it first moves backward.
15886
15887 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15890         article buffer when editing of the article is discarded.
15891         (gnus-article-prepare): Revert.
15892
15893 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-art.el (gnus-article-prepare):
15896         Remove message-strip-forbidden-properties from the local hook.
15897
15898 2005-01-27  Simon Josefsson  <jas@extundo.com>
15899
15900         * password.el (password-cache-add): Only start one timer per key.
15901         Reported by Derek Atkins <warlord@MIT.EDU>.
15902
15903 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15904
15905         * run-at-time.el: Remove.  It is no longer needed as
15906         timer-funcs.el in the xemacs-base package has a working version of
15907         `run-at-time'.
15908
15909         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15910
15911         * password.el: Require timer-funcs instead of run-at-time in
15912         XEmacs.
15913         Remove `password-run-at-time' macro.
15914         (password-cache-add): Use `run-at-time' instead of
15915         `password-run-at-time'.
15916
15917         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15918         Remove `nnheader-cancel-function-timers' alias,
15919         `cancel-function-timers' exists in XEmacs in timer-funcs.
15920
15921         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15922         for `run-with-idle-timer'.
15923
15924         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15925         for `run-at-time'.
15926
15927         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15928         for `with-timeout'.
15929
15930         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15931         the same as for XEmacs 21.4.
15932         No need to ignore `run-with-idle-timer', this function exists in
15933         XEmacs now in timer-funcs.el in the xemacs-base package.
15934         (dgnushack-compile): No need to delete
15935         run-at-time.el from the list of files to compile because it
15936         doesn't exist anymore.
15937
15938 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15941         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15942
15943 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15944
15945         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15946         sensitively.
15947
15948 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15949
15950         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15951
15952 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15955         which will be inserted according to the multibyteness of a buffer
15956         rather than the type of contents.  Suggested by ARISAWA Akihiro
15957         <ari@mbf.ocn.ne.jp>.
15958
15959         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15960         of string which old xml.el may return rather than a string.
15961
15962 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15965
15966 2005-01-16  Simon Josefsson  <jas@extundo.com>
15967
15968         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15969         idn/idna.el isn't available.
15970         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15971         <michael@waxrat.com>.
15972
15973         * hashcash.el: Remove non-FSF copyright header.
15974
15975         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15976         (hashcash-generate-payment): Use it.
15977         (hashcash-generate-payment-async): Use it.
15978
15979 2005-01-15  Simon Josefsson  <jas@extundo.com>
15980
15981         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15982         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15983
15984         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15985         gnus-summary-idna-message.
15986         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15987         (gnus-summary-idna-message): New function.
15988
15989 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15992         gnus-novice-user.
15993
15994 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * nnrss.el (nnrss-request-delete-group): Delete entries in
15997         nnrss-group-alist as well.
15998         (nnrss-save-server-data): Insert newline.
15999
16000 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * gnus.el (gnus-user-agent): Use list of symbols instead of
16003         symbols.  Display full version number for (S)XEmacs.
16004         Optionally display (S)XEmacs codename.
16005
16006         * gnus-util.el (gnus-emacs-version): Update for new
16007         `gnus-user-agent'.
16008
16009         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16010         Gnus version.
16011
16012 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16013
16014         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16015         which is unreadable in some setups.
16016
16017 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-spec.el (gnus-update-format-specifications): Flush the
16020         group format spec cache if it doesn't support decoded group names.
16021
16022 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16023
16024         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16025         Allow to apply decay on score files matching a regexp.
16026
16027 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16030         compatibility in %g and %c.
16031
16032 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16035         name for only %g and %c.
16036         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16037         of gnus-tmp-group to decoded group name.
16038         (gnus-group-make-rss-group): Exclude `/'s from group names.
16039
16040 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * nnrss.el (nnrss-get-encoding): Fix regexp.
16043
16044 2004-12-27  Simon Josefsson  <jas@extundo.com>
16045
16046         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16047         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16048         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16049
16050 2004-12-17  Kim F. Storm  <storm@cua.dk>
16051
16052         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16053
16054         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16055
16056 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16057
16058         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16059
16060 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * nnrss.el: Require rfc2047 and mml.
16063         (nnrss-file-coding-system): New variable.
16064         (nnrss-format-string): Redefine it as an inline function.
16065         (nnrss-decode-group-name): New function.
16066         (nnrss-string-as-multibyte): Remove.
16067         (nnrss-retrieve-headers): Decode group name; don't use
16068         nnrss-format-string.
16069         (nnrss-request-group): Decode group name.
16070         (nnrss-request-article): Decode group name; allow a Message-ID as
16071         well as an article number; don't use nnrss-format-string; encode a
16072         Message-ID string which may contain non-ASCII characters; use
16073         mml-to-mime to compose a MIME article.
16074         (nnrss-request-expire-articles): Decode group name.
16075         (nnrss-request-delete-group): Decode group name.
16076         (nnrss-fetch): Clarify error message.
16077         (nnrss-read-server-data): Use insert-file-contents instead of load;
16078         bind file-name-coding-system; use multibyte buffer.
16079         (nnrss-save-server-data): Bind coding-system-for-write to the
16080         value of nnrss-file-coding-system; bind file-name-coding-system;
16081         add coding cookie.
16082         (nnrss-read-group-data): Use insert-file-contents instead of load;
16083         bind file-name-coding-system; use multibyte buffer.
16084         (nnrss-save-group-data): Bind coding-system-for-write to the
16085         value of nnrss-file-coding-system; bind file-name-coding-system.
16086         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16087         make it work with non-ASCII text.
16088         (nnrss-find-el): Make it work with old xml.el as well.
16089
16090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16091
16092         * nnrss.el (nnrss-get-encoding): New function.
16093         (nnrss-fetch): Use unibyte buffer initially; bind
16094         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16095         decode contents according to the encoding attribute.
16096         (nnrss-save-group-data): Add coding cookie.
16097         (nnrss-mime-encode-string): New function.
16098         (nnrss-check-group): Use it to encode subject and author.
16099
16100 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16101
16102         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16103         imaginary variable.
16104
16105 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16108         correctly even if there are wide characters.
16109
16110 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16111
16112         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16113         downcased symbol names; make a new cache instead of reusing
16114         bbdb-hashtable.
16115
16116 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16119         concatenating segments rather than before concatenating them.
16120         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16121
16122         * message.el (message-get-reply-headers): Bind `extra'.
16123
16124 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16125
16126         * message.el (message-extra-wide-headers): New variable.
16127         (message-get-reply-headers): Use it.
16128
16129 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16132         (gnus-agent-group-pathname): Ditto.
16133
16134         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16135
16136         * gnus-group.el (gnus-group-make-group): Decode group name.
16137         (gnus-group-make-rss-group): Register the group data after opening
16138         the nnrss group.
16139
16140 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16141
16142         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16143         by expiry now get marked as read.
16144
16145 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16148
16149 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16150
16151         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16152         unify Latin characters in XEmacs.
16153         (mm-find-mime-charset-region): Use it.
16154
16155 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-util.el (gnus-delete-directory): New function.
16158
16159         * gnus-agent.el (gnus-agent-delete-group): Use it.
16160
16161         * gnus-cache.el (gnus-cache-delete-group): Use it.
16162
16163 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16166         names.
16167
16168 2004-12-16  Simon Josefsson  <jas@extundo.com>
16169
16170         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16171
16172 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16175
16176         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16177         (gnus-group-set-current-level): Decode group name.
16178
16179 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16180
16181         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16182         failed.
16183
16184 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * gnus-group.el (gnus-group-delete-group): Decode group name.
16187         (gnus-group-make-rss-group): Encode group name.
16188         (gnus-group-catchup-current): Decode group name.
16189         (gnus-group-kill-group): Decode group name.
16190
16191 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16192
16193         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16194
16195 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-group.el (gnus-group-make-rss-group):
16198         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16199
16200         * gnus-start.el (gnus-setup-news): Honor user's setting to
16201         gnus-message-archive-method.  Suggested by Lute Kamstra
16202         <lute@gnu.org>.
16203
16204 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16205
16206         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16207         global counterparts of the buffer-local variables.
16208
16209 2004-11-16  Romain Francoise  <romain@orebokech.com>
16210
16211         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16212         counterparts of the buffer-local variables.
16213
16214 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * message.el (message-forbidden-properties): Fix typo in doc
16217         string.
16218
16219 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * gnus-util.el (gnus-replace-in-string): Add doc string.
16222
16223         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16224         to avoid problems when splitting mails with many recipients.
16225
16226 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16227
16228         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16229         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16230
16231 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16232
16233         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16234         if there is no hashtable in memory or file modification time is
16235         newer than cached timestamp.
16236
16237 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * gnus-sum.el (gnus-summary-limit-to-recipient):
16240         Implement not-matching option.
16241
16242 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16245         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16246         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16247         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16248         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16249         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16250
16251 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * message.el (message-forward-make-body-mml): Remove headers
16254         according to message-forward-ignored-headers if a message is decoded.
16255
16256 2004-12-02  Romain Francoise  <romain@orebokech.com>
16257
16258         * message.el (message-forward-make-body-plain): Always remove
16259         headers according to message-forward-ignored-headers.
16260
16261 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam.el (spam-summary-prepare-exit): Remove the
16264         gnus-summary-limit pop for now, it has problems with ham marks for
16265         me.
16266
16267 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16270         correctly.
16271
16272 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16273
16274         * format-spec.el (format-spec): Message the char.
16275
16276 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16277
16278         * gnus-art.el (gnus-split-methods): Reformat comments.
16279
16280         * spam.el (spam-summary-prepare-exit): Remove article limits
16281         before exiting the summary buffer.
16282
16283 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16286         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16287
16288         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16289         order to silence the byte compiler.
16290
16291         * spam.el: Fix the way to silence the byte compiler, which
16292         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16293         bbdb-search-simple, spam-BBDB-register-routine,
16294         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16295         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16296         spam-stat-buffer-is-spam, spam-stat-load,
16297         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16298         spam-stat-save and spam-stat-split-fancy.
16299
16300 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16303         which may confuse users.
16304         (canlock-password-for-verify): Ditto.
16305
16306         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16307
16308         * gnus-art.el (gnus-emphasis-alist): Ditto.
16309
16310         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16311
16312         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16313
16314         * gnus-start.el (gnus-save-killed-list): Ditto.
16315
16316         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16317         (gnus-sum-thread-tree-root): Ditto.
16318         (gnus-sum-thread-tree-false-root): Ditto.
16319         (gnus-sum-thread-tree-single-indent): Ditto.
16320
16321         * message.el (message-courtesy-message): Ditto.
16322         (message-archive-note): Ditto.
16323         (message-subscribed-address-file): Ditto.
16324         (message-user-fqdn): Ditto.
16325
16326         * spam-report.el (spam-report-gmane-regex): Ditto.
16327
16328         * spam.el (spam-blackhole-good-server-regex): Ditto.
16329
16330 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * mml.el (mml-preview): Widen the message buffer before copying
16333         the contents to the preview buffer; sort headers before previewing.
16334
16335         * message.el (message-hidden-headers): Fix the way to avoid a bug
16336         in the `repeat' widget in Emacs 21.3 or earlier.
16337
16338 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * message.el (message-hidden-headers): Default to "^References:".
16341         Improve customization type.  Suggested by Reiner Steib
16342         <Reiner.Steib@gmx.de>.
16343
16344 2004-11-25  Romain Francoise  <romain@orebokech.com>
16345
16346         * message.el (message-strip-forbidden-properties): Remove check for
16347         obsolete `message-hidden' text property, hidden headers are not
16348         accessible in the buffer anymore.
16349
16350 2004-11-22  Romain Francoise  <romain@orebokech.com>
16351
16352         * message.el (message-header-format-alist): Add `From' in list
16353         so that it can be sorted.
16354         (message-fix-before-sending): Widen and sort headers before
16355         sending.
16356         (message-hide-headers): Use narrowing to hide headers by moving
16357         them to the top of the buffer and narrowing to the region
16358         underneath.
16359
16360 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * message.el (message-strip-forbidden-properties):
16363         Bind buffer-read-only (etc) to nil.
16364
16365 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16368         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16369
16370 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16371
16372         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16373
16374 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16375
16376         * dns.el (query-dns): Use sit-for to time instead of
16377         accept-process-output, since that doesn't seem to work on udp
16378         sockets.
16379
16380 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16383
16384 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16385
16386         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16387         doc string.  Improve doc string.
16388
16389 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * nntp.el (nntp-request-update-info): Return nil if
16392         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16393         may not call gnus-activate-group which uselessly issues the GROUP
16394         commands for all nntp groups and wastes time.  Reported by Romain
16395         Francoise <romain@orebokech.com>.
16396
16397         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16398
16399 2004-11-15  Simon Josefsson  <jas@extundo.com>
16400
16401         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16402         headers separately.
16403         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16404         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16405
16406 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * gnus-start.el (gnus-convert-old-newsrc):
16409         Assign legacy-gnus-agent to 5.10.7.
16410
16411 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412
16413         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16414         start of the lines.
16415
16416 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16417
16418         * hashcash.el (hashcash-default-payment): Change default to 20.
16419         (hashcash-default-accept-payment): Change default to 20.
16420         (hashcash-process-alist): New variable.
16421         (hashcash-generate-payment-async): Add.
16422         (hashcash-already-paid-p): Add.
16423         (hashcash-insert-payment): Don't generate payments twice.
16424         (hashcash-insert-payment-async): Add.
16425         (hashcash-insert-payment-async-2): Add.
16426         (hashcash-cancel-async): Add.
16427         (hashcash-wait-async): Add.
16428         (hashcash-processes-running-p): Add.
16429         (hashcash-wait-or-cancel): Add.
16430         (mail-add-payment): New optional argument.  Conditionally start
16431         asynchronous calculation.
16432         (mail-add-payment-async): Add.
16433
16434         * message.el (message-send-mail): Wait for asynchronous hashcash
16435         results.  Don't clobber existing X-Hashcash headers.
16436         (message-setup-1): Call mail-add-payment-async when
16437         message-generate-hashcash is non-nil.
16438
16439 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16440
16441         * message.el (message-use-alternative-email-as-from): Examine the
16442         From header as well; use message-make-from in order to include a
16443         user's full name.
16444
16445 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16448         default; improve customization type.
16449         (gnus-emphasis-custom-with-format): New macro.
16450         (gnus-emphasis-custom-value-to-external): New function.
16451         (gnus-emphasis-custom-value-to-internal): New function.
16452
16453 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16454
16455         * dns.el (query-dns): Resolve reverse addresses.
16456
16457 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16458
16459         * gnus-group.el (gnus-group-get-new-news): Use it.
16460
16461         * gnus-start.el (gnus-check-reasonable-setup): New function.
16462
16463 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16466         "Args out of range" error.  Reported by Arnaud Giersch
16467         <arnaud.giersch@free.fr>.
16468
16469 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16470
16471         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16472
16473 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16474
16475         * spam.el (spam group): Add :version.
16476
16477         * pgg-def.el (pgg group): Add :version.
16478
16479 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-art.el (gnus-article-edit-article): Don't associate the
16482         article buffer with a draft file.  This is a temporary measure
16483         against the 2004-08-22 change to gnus-article-edit-mode.
16484
16485 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16488         (html2text-format-tags): Remove unused variable `attr'.
16489
16490 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16491
16492         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16493
16494         * tls.el (tls-process-connection-type, tls-success)
16495         (tls-certtool-program): Add :version.
16496
16497         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16498         (starttls-extra-arguments, starttls-process-connection-type)
16499         (starttls-connect, starttls-failure, starttls-success): Add :version.
16500
16501         * spam-stat.el (spam-stat): Add :version.
16502
16503         * sieve.el (sieve): Add :version.
16504
16505         * sha1.el (sha1): Add :version.
16506         (sha1-use-external): Remove redundant version.
16507
16508         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16509         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16510         (nnmail-split-fancy-match-partial-words)
16511         (nnmail-split-lowercase-expanded): Add :version.
16512
16513         * nndiary.el (nndiary): Add :version.
16514
16515         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16516
16517         * mml-sec.el (mml-default-sign-method)
16518         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16519         Add :version.
16520
16521         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16522
16523         * mm-url.el (mm-url-use-external, mm-url-program)
16524         (mm-url-arguments): Add :version.
16525
16526         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16527         (mm-attachment-file-modes, mm-decrypt-option)
16528         (mm-w3m-safe-url-regexp): Add :version.
16529
16530         * message.el (message-cite-prefix-regexp)
16531         (message-sendmail-envelope-from, message-minibuffer-local-map)
16532         (message-user-fqdn, message-completion-alist): Add :version.
16533
16534         * gnus-win.el (gnus-configure-windows-hook)
16535         (gnus-use-frames-on-any-display): Add :version.
16536
16537         * gnus-art.el (gnus-article-address-banner-alist)
16538         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16539         (gnus-treat-from-picon, gnus-treat-mail-picon)
16540         (gnus-treat-x-pgp-sig): Add :version.
16541
16542         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16543         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16544         (gnus-summary-article-delete-hook)
16545         (gnus-summary-display-while-building): Add :version.
16546
16547         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16548         (gnus-get-top-new-news-hook): Add :version.
16549
16550         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16551         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16552
16553         * gnus-registry.el (gnus-registry): Add :version.
16554
16555         * gnus-spec.el (gnus-use-correct-string-widths)
16556         (gnus-make-format-preserve-properties): Add :version.
16557
16558         * gnus.el (gnus-group-charter-alist)
16559         (gnus-group-fetch-control-use-browse-url)
16560         (gnus-install-group-spam-parameters): Add :version.
16561
16562         * gnus-diary.el (gnus-diary): Add :version.
16563
16564         * gnus-delay.el (gnus-delay): Add :version.
16565
16566         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16567         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16568         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16569         Add :version.
16570
16571         * gnus-agent.el (gnus-agent-max-fetch-size)
16572         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16573         (gnus-agent-prompt-send-queue): Add :version.
16574
16575         * deuglify.el (gnus-outlook-deuglify): Add :version.
16576
16577         * html2text.el: Beautify code.  Improve doc strings.
16578         Some checkdoc cleanup.
16579         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16580
16581 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16582
16583         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16584
16585 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16588         when package is loaded.
16589
16590         * spam.el (spam-summary-score-preferred-header): Add global preference
16591         for people who want to override the default SpamAssassin over
16592         Bogofilter preference (when both are set).
16593         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16594         (spam-user-format-function-S):
16595         Check spam-summary-score-preferred-header.
16596         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16597         (spam-user-format-function-S): Format the score correctly.
16598
16599 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16602         signature file.  Suggested by Manoj Srivastava
16603         <srivasta@golden-gryphon.com>.
16604
16605         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16606         iso-2022-jp even in the Japanese language environment.
16607         Suggested by Jason Rumney <jasonr@gnu.org>.
16608
16609 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16612         use the same characters as the dummy marks; make it free from
16613         getting affected by the language environment.
16614         (gnus-summary-read-group-1): Update mark positions only when the
16615         format spec is updated.
16616
16617         * gnus-spec.el (gnus-update-format-specifications): Return a list
16618         of updated types.
16619
16620 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16623         of boundp to check if display-warning is available.
16624
16625 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16626
16627         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16628
16629 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * nnspool.el (nnspool-spool-directory): Use news-path if the
16632         news-directory variable is not bound.
16633
16634         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16635         function instead of display-warning if it is not available.
16636
16637 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16638
16639         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16640         v5-10: Use `point-at-bol'.
16641
16642 2004-10-26  Simon Josefsson  <jas@extundo.com>
16643
16644         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16645         <chenggao@gmail.com>.
16646
16647 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16648
16649         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16650         instead.
16651
16652 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16653
16654         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16655         to remove a server from the nnimap-server-buffer-alist.
16656         (nnimap-open-connection, nnimap-close-server): Use it.
16657
16658         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16659
16660 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16663         running the major-mode function.
16664
16665 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16668         dummy marks in the right way.
16669
16670 2004-10-18  David Edmondson  <dme@dme.org>
16671
16672         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16673         excessively.
16674
16675 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * gnus-util.el (gnus-split-references): Accept a nil references
16678         string and go on blissfully.
16679
16680         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16681         cases where the references string is non-nil but has no references.
16682
16683         * encrypt.el: Add autoload tags.
16684
16685         * spam.el (spam-resolve-registrations-routine): Remove article
16686         from unregistration list too.  Reported by David Hanak
16687         <dhanak@isis.vanderbilt.edu>
16688
16689 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16690
16691         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16692         nil.  Change custom type.
16693
16694 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16697
16698         * gnus-sum.el (gnus-summary-move-article): Use it.
16699
16700 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * encrypt.el: Add autoload cookies.
16703
16704         * spam.el (spam-backend-article-list-property)
16705         (spam-backend-get-article-todo-list)
16706         (spam-backend-put-article-todo-list)
16707         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16708         Resolve registrations separately.
16709         (spam-register-routine): Format comments.
16710         (spam-unregister-routine, spam-register-routine): Always call with
16711         specific-articles, no default list.
16712         (spam-summary-prepare-exit): Use the spam-classifications function.
16713
16714         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16715         gnus-encrypt.el.
16716
16717         * encrypt.el: Copied from gnus-encrypt.el.
16718
16719         * gnus-encrypt.el: Commented that it's obsolete.
16720
16721 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16724         (gnus-score-save): Use it.
16725
16726         * message.el (message-bury): Use `window-dedicated-p'.
16727
16728 2004-10-15  Simon Josefsson  <jas@extundo.com>
16729
16730         * pop3.el (top-level): Don't require nnheader.
16731         (pop3-read-timeout): Add.
16732         (pop3-accept-process-output): Add.
16733         (pop3-read-response, pop3-retr): Use it.
16734
16735 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * spam.el (spam-register-routine): Move comment.
16738         (spam-verify-bogofilter): Use 'unknown for the initial
16739         spam-bogofilter-valid state, not 'never.
16740
16741         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16742         for netrc-machine.
16743
16744         * nnimap.el (nnimap-open-connection):
16745         Use netrc-machine-user-or-password.
16746
16747 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16748
16749         * gnus-registry.el (gnus-registry-unload-hook):
16750         Set as a variable with add-hook.
16751
16752         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16753         of news-path.
16754
16755         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16756
16757         * spam.el: Delete duplicate `provide'.
16758         (spam-unload-hook): Set as a variable with add-hook.
16759
16760 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16763         in the doc string.
16764
16765         * message.el (message-ignored-news-headers)
16766         (message-ignored-supersedes-headers)
16767         (message-ignored-resent-headers)
16768         (message-forward-ignored-headers): Improve custom type.
16769
16770 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * message.el (message-tokenize-header): Fix 2004-09-06 change
16773         which used point-min in the wrong place.
16774
16775 2004-10-12  Simon Josefsson  <jas@extundo.com>
16776
16777         * tls.el (tls-certtool-program): New variable.
16778         (tls-certificate-information): New function, based on
16779         ssl-certificate-information.
16780
16781 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * compface.el: Move the version of ELisp-based uncompface program
16784         to the contrib directory because of the copyright problem.
16785
16786 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * message.el (message-kill-buffer): Raise the current frame.
16789
16790 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16793
16794         * gnus.el (message-y-or-n-p): Autoload.
16795
16796         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16797         (pop3-password-required, pop3-authentication-scheme)
16798         (pop3-leave-mail-on-server): Make customizable.
16799         (pop3): New custom group.
16800         (pop3-retr): Remove `sleep-for' statements.
16801         Suggested by Dave Love <fx@gnu.org>.
16802
16803         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16804         Windows/DOS.
16805
16806         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16807         (imap-parse-body): Fix incorrect use of `assert'.
16808         Suggested by Dave Love <fx@gnu.org>.
16809
16810         * mml.el (mml-minibuffer-read-disposition): Require match.
16811         Suggested by Dave Love <fx@gnu.org>.
16812
16813 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16816         doc string.
16817
16818 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16821
16822 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16823
16824         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16825         instead of calling `mm-insert-inline', to decode text/* parts
16826         before displaying them.
16827
16828 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * mm-uu.el (mm-uu-text-plain-type): New variable.
16831         (mm-uu-pgp-signed-extract-1): Use it.
16832         (mm-uu-pgp-encrypted-extract-1): Use it.
16833         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16834         bind mm-uu-text-plain-type with that value.
16835         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16836         mm-uu-dissect.
16837
16838 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-group.el (gnus-update-group-mark-positions):
16841         * gnus-sum.el (gnus-update-summary-mark-positions):
16842         * message.el (message-check-news-body-syntax):
16843         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16844         of string-as-multibyte.
16845
16846 2004-10-05  Juri Linkov  <juri@jurta.org>
16847
16848         * gnus-group.el (gnus-update-group-mark-positions):
16849         * gnus-sum.el (gnus-update-summary-mark-positions):
16850         * message.el (message-check-news-body-syntax):
16851         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16852         8-bit unibyte values to a multibyte string for search functions.
16853
16854 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16857         (mm-uu-dissect-text-parts): New function.
16858
16859         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16860         dissect text parts.
16861
16862         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16863         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16864
16865         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16866
16867         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16868         Use gnus-current-topics instead of gnus-current-topic.
16869
16870 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16871
16872         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16873
16874 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16875
16876         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16877         where approriate.
16878
16879         * nnml.el (nnml-generate-active-info): do.
16880
16881         * nndiary.el (nndiary-generate-active-info): do.
16882
16883         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16884         (gnus-topic-move): do.
16885
16886         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16887         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16888
16889         * gnus-srvr.el (gnus-server-prepare)
16890         (gnus-server-open-all-servers): do.
16891
16892         * gnus-msg.el (gnus-summary-cancel-article)
16893         (gnus-summary-resend-message)
16894         (gnus-summary-mail-crosspost-complaint): do.
16895
16896         * gnus-move.el (gnus-change-server): do.
16897
16898         * gnus-group.el (gnus-group-unmark-all-groups)
16899         (gnus-group-set-current-level): do.
16900
16901 2004-10-04  Simon Josefsson  <jas@extundo.com>
16902
16903         * message.el (message-generate-hashcash): Doc fix.
16904
16905 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16906
16907         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16908         avoid infinite recursion via gnus-get-function.
16909
16910 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16911
16912         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16913
16914         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16915
16916         * nnmail.el (nnmail-split-history): do.
16917
16918         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16919         (nnml-request-delete-group): do.
16920
16921         * nnslashdot.el (nnslashdot-read-groups): do.
16922
16923         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16924         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16925
16926         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16927         (nnspool-sift-nov-with-sed): Use last.
16928         (nnspool-retrieve-headers-with-nov): Use mapc.
16929         (nnspool-request-newgroups): Use dolist.
16930         (nnspool-request-group): Use last.
16931
16932         * nntp.el (nntp-read-server-type): Use dolist.
16933
16934         * nnvirtual.el (nnvirtual-create-mapping)
16935         (nnvirtual-update-read-and-marked): Use dolist.
16936         (nnvirtual-convert-headers): Simplify.
16937
16938 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16939
16940         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16941         Add support for sync'ing tick marks.
16942
16943 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16946         there's no visible header.
16947
16948 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16949
16950         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16951         When necessary, pass full group name to gnus-request-set-marks.
16952
16953 2004-10-01  Simon Josefsson  <jas@extundo.com>
16954
16955         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16956         acroread.
16957
16958 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16959
16960         * spam-report.el (spam-report-gmane): Fix interactive.
16961
16962         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16963
16964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16965         when writing file.
16966         (gnus-agent-synchronize-flags): Don't default to being
16967         interactive.
16968
16969 2004-09-30  Simon Josefsson  <jas@extundo.com>
16970
16971         * message.el (message-generate-hashcash): Add.
16972         (message-send-mail): Use it, call mail-add-payment.
16973
16974 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16975
16976         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16977
16978 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16979
16980         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16981         gnus-requst-update-info with explicit code to sync the in-memory
16982         info read flags with the marks being sync'd to the backend.
16983
16984         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16985
16986 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * spam.el (spam-verify-bogofilter): Add new function.
16989         (spam-check-bogofilter)
16990         (spam-bogofilter-register-with-bogofilter): Use it.
16991         (spam-verify-bogofilter): Add small fixes.
16992
16993 2004-09-28  Simon Josefsson  <jas@extundo.com>
16994
16995         * hashcash.el (hashcash-generate-payment): Revert.
16996
16997 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16998
16999         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17000         Use gnus-extract-references instead of gnus-split-references.
17001
17002         * gnus-util.el (gnus-extract-references): Add new function, analogous
17003         to gnus-split-references but extracts only the message-ID without
17004         anything extra.
17005
17006         * hashcash.el (hashcash-generate-payment)
17007         (hashcash-check-payment): Do the right thing if hashcash-path is
17008         nil (because the hashcash program could not be found).
17009
17010         * spam.el (spam-use-hashcash): Remove comment.
17011
17012 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17013
17014         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17015         (gnus-cache-enter-article, gnus-cache-remove-article)
17016         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17017
17018         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17019
17020         * gnus-art.el (article-hide-boring-headers)
17021         (article-translate-strings, article-display-face)
17022         (gnus-article-mime-match-handle-first)
17023         (gnus-article-highlight-headers)
17024         (gnus-article-add-buttons-to-head): do.
17025
17026 2004-09-27  Simon Josefsson  <jas@extundo.com>
17027
17028         * hashcash.el: New version, from
17029         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17030         ../contrib/.
17031
17032 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17035
17036 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17037
17038         * gnus-dup.el (gnus-dup-open): Use mapc.
17039         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17040
17041         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17042         Reported by Stefan Wiens <s.wi@gmx.net>.
17043
17044         * gnus.el (gnus-shutdown): Use dolist.
17045
17046         * gnus-undo.el (gnus-undo): Use mapc.
17047
17048         * nnrss.el (nnrss-generate-active): do.
17049
17050         * message.el (message-cite-original-without-signature)
17051         (message-cite-original): Use mapc.
17052         (message-do-actions, message-make-forward-subject): Use dolist.
17053
17054 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17055
17056         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17057         deletion to remove entire duplicate line.  Fixes merged article
17058         number bug.
17059
17060 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17061
17062         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17063         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17064         first ask if you want to open a server and then, even when you
17065         responded with no, asking if you want to synchronize the server's
17066         flags.
17067         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17068         multi-line expressions.
17069         (gnus-agent-synchronize-group-flags): New internal function.
17070         Updates marks in memory (in the info structure) AND in the
17071         backend.
17072
17073         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17074
17075         * nnagent.el (nnagent-request-set-mark):
17076         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17077         method, to ensure that synchronization updates marks in the
17078         backend and in the info (in memory) structure.
17079
17080 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17083         convention fully; don't miss the root article of a thread; make
17084         the X-Draft-From header with correct article numbers.
17085
17086 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17087
17088         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17089         unless plugged.  Disable the agent so that an open failure causes
17090         an error.
17091
17092         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17093         Revert 2004-09-21 change.  The backend must be opened while
17094         synchronizing flags even when the backend stores the flags
17095         locally.
17096
17097 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17100         in `header' match.  Reported by Svend Tollak Munkejord.
17101
17102         * message.el (message-cite-original): Fix use of
17103         `message-cite-articles-with-x-no-archive'.
17104
17105 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17108         (gnus-window-to-buffer): Ditto.
17109
17110         * mml.el (mml-preview-buffer): New variable.
17111         (mml-preview): Manage window layout with gnus-buffer-configuration.
17112
17113         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17114         X-Draft-From header even if those articles aren't quoted.
17115
17116 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17117
17118         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17119         (gnus-request-set-mark, gnus-request-update-mark): Use new
17120         g-s-t-u-l-m to decide to use backend even when unplugged.
17121
17122 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17125         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17126
17127 2004-09-20  Simon Josefsson  <jas@extundo.com>
17128
17129         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17130         "utf-16-le".
17131
17132 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17133
17134         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17135
17136 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * uudecode.el (uudecode-use-external): Add :version.
17139
17140         * smime.el (smime-CA-file, smime-encrypt-cipher)
17141         (smime-dns-server): Add :version.
17142
17143         * smiley.el (gnus-smiley-file-types): Add :version.
17144
17145         * sha1.el (sha1-use-external): Add :version.
17146
17147         * pgg-def.el (pgg-query-keyserver): Add :version.
17148
17149         * nnmail.el (nnmail-fancy-expiry-targets)
17150         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17151         Add :version.
17152
17153         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17154         (nnimap-retrieve-groups-asynchronous): Add :version.
17155         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17156
17157         * mml.el (mml-content-disposition-parameters)
17158         (mml-insert-mime-headers-always): Add :version.
17159
17160         * mm-util.el (mm-coding-system-priorities): Add :version.
17161
17162         * mm-decode.el (mm-inline-text-html-with-images)
17163         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17164         (mm-verify-option): Add :version.
17165         (mm-text-html-renderer): Change :version.
17166
17167         * message.el (message-fcc-externalize-attachments)
17168         (message-required-headers, message-draft-headers)
17169         (message-subject-trailing-was-query)
17170         (message-subject-trailing-was-ask-regexp)
17171         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17172         (message-mark-insert-end, message-archive-header)
17173         (message-archive-note, message-cross-post-default)
17174         (message-cross-post-note, message-followup-to-note)
17175         (message-cross-post-note-function, message-use-mail-followup-to)
17176         (message-subscribed-address-functions)
17177         (message-subscribed-address-file, message-subscribed-addresses)
17178         (message-subscribed-regexps, message-allow-no-recipients)
17179         (message-yank-cited-prefix, message-signature-insert-empty-line)
17180         (message-hidden-headers, message-hierarchical-addresses)
17181         (message-mail-user-agent, message-use-idna)
17182         (message-valid-fqdn-regexp)
17183         (message-strip-special-text-properties, message-header-synonyms)
17184         (message-beginning-of-line, message-tab-body-function): Add :version.
17185         (message-insert-canlock, message-wide-reply-confirm-recipients):
17186         Change :version.
17187
17188         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17189         and :version.
17190         (mail-source-delete-old-incoming-confirm)
17191         (mail-source-movemail-program): Add :version.
17192
17193         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17194         (gnus-agent-cache, gnus-agent): Change :version.
17195
17196         * gnus-util.el (gnus-use-byte-compile): Change :version.
17197
17198         * gnus-sum.el (gnus-summary-make-false-root-always)
17199         (gnus-summary-default-high-score)
17200         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17201         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17202         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17203         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17204         (gnus-sum-thread-tree-single-indent)
17205         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17206         (gnus-sum-thread-tree-leaf-with-other)
17207         (gnus-sum-thread-tree-single-leaf): Add :version.
17208         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17209         (gnus-article-loose-mime): Change :version.
17210
17211         * gnus-start.el (gnus-backup-startup-file)
17212         (gnus-save-startup-file-via-temp-buffer): Add :version.
17213
17214         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17215         (gnus-server-offline-face): Add :version.
17216
17217         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17218
17219         * gnus-msg.el (gnus-gcc-externalize-attachments)
17220         (gnus-debug-files, gnus-debug-exclude-variables)
17221         (gnus-discouraged-post-methods): Change :version.
17222         (gnus-confirm-mail-reply-to-news)
17223         (gnus-confirm-treat-mail-like-news): Add :version.
17224
17225         * gnus-int.el (gnus-server-unopen-status): Add :version.
17226
17227         * gnus-group.el (gnus-group-jump-to-group-prompt)
17228         (gnus-large-ephemeral-newsgroup)
17229         (gnus-fetch-old-ephemeral-headers): Add :version.
17230
17231         * gnus-fun.el (gnus-x-face-directory)
17232         (gnus-convert-pbm-to-x-face-command)
17233         (gnus-convert-image-to-x-face-command)
17234         (gnus-convert-image-to-face-command): Add :version.
17235
17236         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17237
17238         * gnus-cite.el (gnus-cite-blank-line-after-header)
17239         (gnus-article-boring-faces): Add :version.
17240
17241         * gnus-art.el (gnus-buttonized-mime-types)
17242         (gnus-inhibit-mime-unbuttonizing)
17243         (gnus-treat-display-face)
17244         (gnus-treat-body-boundary): Change :version.
17245         (gnus-body-boundary-delimiter, gnus-picon-databases)
17246         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17247         (gnus-treat-date-english, gnus-treat-fold-headers)
17248         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17249         (gnus-treat-mail-picon, gnus-treat-wash-html)
17250         (gnus-article-encrypt-protocol)
17251         (gnus-use-idna, gnus-article-over-scroll)
17252         (gnus-mime-display-multipart-alternative-as-mixed)
17253         (gnus-mime-display-multipart-related-as-mixed)
17254         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17255         (gnus-ctan-url, gnus-button-ctan-handler)
17256         (gnus-button-handle-ctan-bogus-regexp)
17257         (gnus-button-ctan-directory-regexp)
17258         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17259         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17260         (gnus-button-man-level, gnus-button-emacs-level)
17261         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17262
17263         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17264         (gnus-agent-go-online): Change :version.
17265         (gnus-agent-expire-unagentized-dirs)
17266         (gnus-agent-auto-agentize-methods): Add :version.
17267
17268         * flow-fill.el (fill-flowed-display-column)
17269         (fill-flowed-encode-column): Add :version.
17270
17271         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17272         (gnus-outlook-deuglify-unwrap-max)
17273         (gnus-outlook-deuglify-cite-marks)
17274         (gnus-outlook-deuglify-unwrap-stop-chars)
17275         (gnus-outlook-deuglify-no-wrap-chars)
17276         (gnus-outlook-deuglify-attrib-cut-regexp)
17277         (gnus-outlook-deuglify-attrib-verb-regexp)
17278         (gnus-outlook-deuglify-attrib-end-regexp)
17279         (gnus-outlook-display-hook): Add :version.
17280
17281         * binhex.el (binhex-use-external): Add :version.
17282
17283 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17286         and `invisible'.
17287
17288 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17289
17290         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17291         in gnus-registry-trim.
17292
17293 2004-09-13  Simon Josefsson  <jas@extundo.com>
17294
17295         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17296
17297         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17298
17299         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17300         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17301         <yamaoka@jpl.org>.
17302         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17303         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17304         <yamaoka@jpl.org>.
17305
17306         * sieve.el (sieve-manage-mode): Ditto.
17307
17308 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17311
17312 2004-09-11  Simon Josefsson  <jas@extundo.com>
17313
17314         * dns-mode.el: Add.
17315
17316         * mm-view.el (mm-display-dns-inline): Add.
17317
17318         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17319         (mm-automatic-display): Ditto.
17320
17321         * mailcap.el (mailcap-mime-data): Add text/dns.
17322         (mailcap-mime-extensions): Map .soa to text/dns.
17323
17324 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17325
17326         * gnus-art.el (article-decode-mime-words, article-babel)
17327         (gnus-article-highlight-signature, gnus-article-add-buttons)
17328         (gnus-signature-toggle): Remove unnecessary bindings of
17329         `inhibit-read-only' inherited from v5.10 merge.
17330
17331 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * nntp.el (nntp): New customization group.
17334         (nntp-authinfo-file): Add customization group.
17335
17336         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17337
17338         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17339
17340         * gnus.el (to-address, to-list, subscribed)
17341         (large-newsgroup-initial): Ditto.
17342
17343         * flow-fill.el (fill-flowed-display-column)
17344         (fill-flowed-encode-column): Ditto.
17345
17346 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17347
17348         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17349         Use point-min rather than 1.
17350         (message-send-mail): Use buffer-size rather than point-max.
17351
17352         * gnus-sum.el (gnus-summary-search-article-forward):
17353         Signal a specific `search-failed' rather than a generic `error'.
17354
17355         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17356         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17357         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17358
17359 2004-09-10  Simon Josefsson  <jas@extundo.com>
17360
17361         * nndb.el (require): Remove tcp and duplicate cl.
17362
17363 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * gnus-agent.el (directory-files-and-attributes): Move forward.
17366
17367 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17368
17369         * gnus-agent.el (directory-files-and-attributes):
17370         Optionally defined to support XEmacs.
17371
17372 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17373
17374         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17375         to avoid run-time CL dependencies.
17376         (gnus-agent-unfetch-articles): New function.
17377         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17378         article numbers even when local .overview file is missing.
17379         (gnus-agent-read-article-number): New function.  Only accepts
17380         27-bit article numbers.
17381         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17382         Use gnus-agent-read-article-number.
17383         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17384         from backend while recognizing that article numbers in .overview
17385         must be valid.
17386         (gnus-agent-update-files-total-fetched-for):
17387         Use directory-files-and-attributes to improve performance.
17388         * gnus-int.el (gnus-request-move-article):
17389         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17390         improve performance.
17391
17392         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17393         some users confused by references to .newsrc when they only have a
17394         .newsrc.eld file.
17395         (gnus-convert-mark-converter-prompt)
17396         (gnus-convert-converter-needs-prompt): Fix use of property list.
17397         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17398         New function.  Used internally to only display 'gnus converting
17399         files' message when actually necessary.
17400
17401         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17402         methods now autoloaded.
17403
17404 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17407         identifiers.
17408
17409 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * gnus-picon.el: Fix indentation and closing parenthesis.
17412
17413 2004-09-01  Simon Josefsson  <jas@extundo.com>
17414
17415         * message.el (message-canlock-generate): Require sha1, not
17416         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17417         to require within a function.  Sadly, if sha1.el isn't loaded, the
17418         let binding in m-c-g will hide the defcustom definition, which is
17419         bad.)
17420
17421         * canlock.el: Require sha1, not sha1-el.
17422
17423         * message.el: Don't autoload sha1 (there is a autoload cookie in
17424         sha1.el).
17425
17426         * sha1-el.el: Rename to sha1.el.
17427
17428 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17429
17430         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17431
17432 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17433
17434         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17435
17436 2004-08-30  Kim F. Storm  <storm@cua.dk>
17437
17438         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17439
17440         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17441         Add :group 'nnimap.
17442
17443 2004-08-30  Andreas Schwab  <schwab@suse.de>
17444
17445         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17446         ?* and ?\;.
17447
17448         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17449         and ?\' to symbol instead of whitespace.
17450
17451 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17454
17455         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17456         instead of re-search-forward.
17457
17458         * gnus-uu.el (gnus-uu-save-article): Ditto.
17459         (gnus-uu-post-encode-uuencode): Ditto.
17460
17461         * html2text.el (html2text-clean-list-items): Ditto.
17462         (html2text-clean-dtdd): Ditto.
17463         (html2text-format-tags): Ditto.
17464
17465         * message.el (message-send-mail-with-sendmail): Fix regexp.
17466         (message-fill-field-general): Use search-forward instead of
17467         re-search-forward.
17468         (unbold-region): Ditto.
17469
17470         * nnrss.el (nnrss-request-article): Ditto.
17471
17472         * nnslashdot.el (nnslashdot-request-article): Ditto.
17473
17474         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17475
17476         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17477         "Unrecognized menu descriptor" error in XEmacs.
17478
17479 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17480
17481         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17482         parent article of a sparse article in the thread hashtb.
17483
17484 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17485
17486         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17487         (nnmail-expand-newtext): Lowercase expanded entries if
17488         nnmail-split-lowercase-expanded is non-nil.
17489
17490 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17493
17494         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17495         of gnus-tmp-news-method into string under XEmacs.  It will be
17496         passed to gnus-correct-length which takes only a string argument.
17497
17498 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-util.el (gnus-bind-print-variables): New macro.
17501         (gnus-prin1): Use it.
17502         (gnus-prin1-to-string): Use it.
17503         (gnus-pp): New function.
17504         (gnus-pp-to-string): New function.
17505
17506         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17507         Replace pp-to-string with gnus-pp-to-string.
17508         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17509         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17510         * gnus-msg.el (gnus-debug): Ditto.
17511         * gnus-score.el (gnus-score-save): Ditto.
17512         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17513         gnus-pp-to-string.
17514         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17515         with gnus-pp.
17516         * score-mode.el (gnus-score-pretty-print): Ditto.
17517         * webmail.el (webmail-debug): Ditto.
17518
17519 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * gnus-art.el (article-display-face, article-display-x-face):
17522         Use buffer-read-only.
17523
17524 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-art.el (article-hide-list-identifiers):
17527         Bind inhibit-read-only as t.
17528
17529 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17530
17531         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17532
17533 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17534
17535         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17536         (gnus-narrow-to-page): Don't assume point-min == 1.
17537         (gnus-article-edit-mode): Derive from message-mode.
17538
17539         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17540         point-min == 1.
17541
17542         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17543         Disable incorrect use of `assert'.
17544
17545         * message.el (message-mode): Set comment-start-skip.
17546
17547
17548 2004-08-22  Sam Steingold  <sds@gnu.org>
17549
17550         * pop3.el (pop3-leave-mail-on-server): New user variable.
17551         (pop3-movemail): Delete mail only when it is nil.
17552
17553 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17554
17555         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17556
17557         * mml.el (mml-preview): Use `pop-to-buffer'.
17558
17559         * message.el (message-goto-mail-followup-to): Insert after "To".
17560         (message-carefully-insert-headers): Add comment.
17561
17562         * gnus.el: Remove unused variable `gnus-article-check-size'.
17563
17564         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17565
17566         * gnus-art.el (gnus-button-alist):
17567         Improve `gnus-button-handle-library' entry.
17568
17569 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17570
17571         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17572         Use downcase, since XEmacs capitalizes error messages differently.
17573
17574 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * nntp.el: Add (require 'gnus) due to reference to
17577         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17578
17579 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17580
17581         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17582         Bind `mm-fill-flowed'.
17583
17584         * mm-decode.el (mm-dissect-singlepart): Check it.
17585
17586 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17587
17588         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17589         'imap' for netrc parsing.
17590
17591 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * mailcap.el (mailcap-mime-data): Mark as risky.
17594
17595 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17598         may be included in the encoded word.
17599         (rfc2047-encode): Don't append a space if the encoded word
17600         includes close parenthesis.
17601
17602 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17605         of text within parentheses.
17606
17607 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17608
17609         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17610         (gnus-encrypt-write-file-contents): Make the password key the file
17611         name PLUS the cipher, not just the cipher.  Also remove failed
17612         passwords from the cache.
17613
17614 2004-08-06  Simon Josefsson  <jas@extundo.com>
17615
17616         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17617         Doc fix.
17618
17619 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17622         LWSP.
17623
17624 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17627         Try to append in-reply-to: data to the references: header.
17628
17629         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17630         (netrc-parse): Use gnus-encrypt.el functions.
17631
17632         * gnus-encrypt.el: Add new file for encryption support; currently
17633         does only a few GPG ciphers and an internal XOR cipher.
17634
17635         * password.el: Add comments on using password-read-and-add.
17636         (password-read-and-add): Add function to read and add the
17637         password to the cache at once.
17638
17639 2004-07-28  Simon Josefsson  <jas@extundo.com>
17640
17641         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17642         parameter (but don't use it, for now).
17643
17644         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17645         instead of hard coding to nil.
17646
17647 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17650         as mm-inline-image-xemacs does.
17651
17652 2004-07-26  Simon Josefsson  <jas@extundo.com>
17653
17654         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17655         Revert part of 2004-07-17 change below.
17656
17657 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17660         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17661
17662 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17663
17664         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17665         quotes that actually start with ">" at the beginning of the
17666         lines.
17667
17668 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * rfc2047.el (rfc2047-encode-region): Fix last change.
17671         (rfc2047-encode-parameter): Remove useless concat.
17672
17673 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17676         encode special characters; fix some kind of misconfigured headers;
17677         signal a real error if debug-on-quit or debug-on-error is non-nil.
17678         (rfc2047-encode-max-chars): New variable.
17679         (rfc2047-encode-1): Use it.
17680         (rfc2047-encode-parameter): New function.
17681
17682         * mml.el (mml-insert-parameter): Remove an excessive space.
17683
17684 2004-07-17  Simon Josefsson  <jas@extundo.com>
17685
17686         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17687         Kai Grossjohann <kai@emptydomain.de>.
17688         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17689         (gnus-group-make-menu-bar): Ditto.
17690
17691         * gnus-util.el (gnus-group-server): Add.
17692
17693 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * message.el (message-clone-locals): Clone sendmail and smtp
17696         variables.
17697
17698 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * rfc2047.el (rfc2047-encode-region): Fix last change.
17701
17702 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17705         characters as non-special.
17706
17707 2004-07-09  Simon Josefsson  <jas@extundo.com>
17708
17709         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17710         Users will lose all flag changes made while unplugged with
17711         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17712         good default.  See numerous reports on ding mailing list.
17713
17714 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17717         add generate-head-function and generate-article-function to the
17718         rfc822-forward entry.
17719         (nndoc-rfc822-forward-generate-article): New function.
17720         (nndoc-rfc822-forward-generate-head): New function.
17721
17722         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17723
17724 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17725
17726         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17727         respect display group parameter and gnus-summary-expunge-below.
17728         (gnus-articles-to-read): Remove unused reference to display group
17729         parameter.
17730
17731 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17732
17733         * nnheader.el (nnheader-uniquify-message-id): New experimental
17734         variable.
17735         (nnheader-nov-read-message-id): Use it.
17736
17737         * spam-report.el (spam-report-gmane): Add interactive.
17738
17739 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * mm-encode.el (mm-content-transfer-encoding-defaults):
17742         Use qp-or-base64 for the application/* types.
17743
17744 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17745
17746         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17747
17748 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17749
17750         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17751         trim value.
17752
17753 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17754
17755         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17756         New macro and function.
17757         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17758
17759 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17762         after-load-alist.
17763
17764 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765
17766         * gnus-group.el (gnus-group-get-new-news-this-group):
17767         Don't update info that isn't there.
17768
17769 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17770
17771         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17772         entry.
17773
17774 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * mm-view.el (mm-inline-render-with-function): Use multibyte
17777         buffer; decode html source by charset.
17778
17779         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17780
17781         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17782         Mule-UCS is loaded under XEmacs.
17783         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17784
17785 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17788
17789 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17790
17791         * mm-util.el (mm-coding-system-p): Return a coding-system.
17792         (mm-mime-mule-charset-alist): Use shift_jis instead of
17793         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17794         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17795         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17796         instead of japanese-shift-jis and iso-latin-1 respectively in
17797         order to share the default value with both Emacs and XEmacs-mule.
17798         (mm-mule-charset-to-mime-charset):
17799         Make mm-coding-system-priorities effective.
17800         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17801         while predicating of candidates upon the priorities.
17802
17803 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17804
17805         * gnus-sum.el (gnus-summary-make-menu-bar):
17806         Add gnus-uu-invert-processable.
17807
17808         * gnus.el: Autoload gnus-uu-invert-processable.
17809
17810 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * mm-util.el (mm-with-multibyte-buffer): New macro.
17813
17814         * rfc2047.el (rfc2047-encode-string): Use it.
17815         (rfc2047-encode-region): Move point to the end of the region after
17816         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17817
17818 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17821         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17822
17823 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17826         (gnus-cite-parse): Ignore quoted envelope From_.
17827         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17828
17829 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17830
17831         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17832         invalid addresses.
17833
17834 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * spam.el: Change section markers, revise TODO list.
17837         (spam-backends): Make new master list of all installed backends.
17838         (spam-summary-exit-behavior): Add new variable to determine how
17839         messages moves are done at summary exit.
17840         (spam-move-spam-nonspam-groups-only)
17841         (spam-process-ham-in-nonham-groups)
17842         (spam-process-ham-in-spam-groups): Remove variables, the
17843         spam-summary-exit-behavior variable should be used to manage this
17844         behavior.
17845         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17846         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17847         and spam-old-spam-articles.
17848         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17849         Add empty variables, placeholders for the backends they represent.
17850         (spam-set-difference): Move, unchanged.
17851         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17852         unless the user has a processor variable.
17853         (spam-classifications, spam-classification-valid-p)
17854         (spam-backend-properties, spam-backend-property-valid-p)
17855         (spam-backend-function-type-valid-p)
17856         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17857         (spam-report-articles-gmane, spam-report-articles-resend):
17858         Remove functions, they are not needed.
17859         (spam-install-backend-super, spam-backend-list)
17860         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17861         (spam-backend-function, spam-backend-ham-registration-function)
17862         (spam-backend-spam-registration-function)
17863         (spam-backend-ham-unregistration-function)
17864         (spam-backend-spam-unregistration-function)
17865         (spam-backend-statistical-p, spam-backend-mover-p)
17866         (spam-install-backend-alias, spam-install-checkonly-backend)
17867         (spam-install-mover-backend, spam-install-nocheck-backend)
17868         (spam-install-backend, spam-install-statistical-backend)
17869         (spam-install-statistical-checkonly-backend): Add backend installation
17870         support.
17871         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17872         (spam-group-processor-p): Use the new backend code and respect the
17873         summary exit behavior.
17874         (spam-mark-spam-as-expired-and-move-routine): Remove.
17875         (spam-summary-prepare): Change to use the new spam-old-articles
17876         variable.
17877         (spam-copy-or-move-routine, spam-copy-spam-routine)
17878         (spam-move-spam-routine, spam-copy-ham-routine)
17879         (spam-move-ham-routine): Add code to copy/move ham or spam.
17880         (spam-fetch-field-fast): Improve doc and code, plus allow the
17881         'number request.
17882         (spam-list-of-checks, spam-list-of-statistical-checks):
17883         Remove variables.
17884         (spam-split, spam-find-spam): Use the new backend code.
17885         (spam-registration-functions): Remove variable.
17886         (spam-unregister-routine): Add convenience wrapper.
17887         (spam-log-undo-registration, spam-register-routine)
17888         (spam-log-processing-to-registry)
17889         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17890         where possible.
17891         (spam-check-gmane-xref, spam-check-regex-headers)
17892         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17893         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17894         (spam-check-bogofilter-headers, spam-check-spamoracle)
17895         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17896         (spam-check-crm114-headers): Use the spam-split-group that
17897         spam-split prepares, no need to determine it every time.
17898
17899         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17900         to the nnheader-parse-naked-head call.
17901
17902         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17903
17904         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17905         the nnheader-nov-read-message-id call.
17906
17907 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17910         gnus-activate-group twice.  Suggested by Markus Peter
17911         <warp@spin.de>.
17912
17913 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * gnus-art.el (gnus-article-time-format): Exchange the order of
17916         day and month in the default value; fix customization type.
17917         (article-date-ut): Use add-text-properties.
17918         (article-make-date-line): Use message-make-date instead of
17919         current-time-string.
17920
17921         * message.el (message-fetch-field): Don't use set-text-properties.
17922         (message-make-date): Simplify.
17923
17924         * messagexmas.el (message-xmas-make-date): New function.
17925         (message-xmas-redefine): Defalias message-make-date to it.
17926
17927 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17930         (rfc2047-encode-region): Treat text within parentheses as special;
17931         show the original text when error has occurred.
17932
17933         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17934         already-computed method to gnus-activate-group.
17935
17936         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17937         same select-methods identical Lisp objects.
17938
17939         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17940         object when modifying the info.
17941
17942 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17945         gnus-opened-servers since it has never been opened with the new
17946         configuration yet.
17947
17948 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17951         arg to nnheader-generate-fake-message-id.
17952
17953 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17956         number and build a fake message ID localized to a group and
17957         article number (so it's repeatable from that point on).
17958         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17959         ID format.
17960
17961         * gnus-sum.el (gnus-get-newsgroup-headers):
17962         Call nnheader-generate-fake-message-id with the article number.
17963
17964 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17965
17966         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17967         end-of-buffer.
17968
17969 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17970
17971         * message.el (message-ignored-supersedes-headers): Add Approved.
17972
17973 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17976         goto-char.
17977         (rfc2047-encode): Fold the line before encoding.
17978
17979 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17980
17981         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17982         folding -- not all headers can be folded, and this should be done
17983         by the message composition mode.  Probably.  I think.
17984
17985 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17988         fast.
17989
17990         * gnus-ems.el (gnus-remove-image): Don't use
17991         message-text-with-property; remove only the image found first.
17992
17993         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17994         found first.
17995
17996 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17997
17998         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17999
18000 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * message.el (message-text-with-property): Make it fast and accept
18003         optional arguments.
18004         (message-strip-forbidden-properties): Use it.
18005         (message-fix-before-sending): Follow the m-t-w-p change.
18006
18007         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18008
18009 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * gnus-art.el (article-hide-headers): Don't change the buffer
18012         mistakenly when performing mml-preview even if
18013         gnus-single-article-buffer is nil.
18014
18015 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18016
18017         * message.el (message-expand-name-databases): New user option.
18018         (message-expand-name): Use it.
18019
18020 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18021
18022         * spam.el (spam-report-articles-resend)
18023         (spam-report-resend-register-routine): Allow ham reporting.
18024         (spam-report-resend-register-ham-routine): Add wrapper.
18025         (spam-registration-functions): Add ham resending functions.
18026         (spam-list-of-processors): Add ham resend processor.
18027
18028         * gnus.el (ham-resend-to): Add new group parameter.
18029         (spam-process): Add ham resend option.
18030
18031         * spam-report.el (spam-report-resend): Allow reporting ham.
18032         (spam-report-resend-ham): Add wrapper.
18033
18034 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * message.el (message-cite-articles-with-x-no-archive):
18037         New variable.
18038         (message-cite-original): Use it.
18039
18040 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18041
18042         * message.el (message-cite-original): Respect X-No-Archive.
18043
18044 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-art.el (article-hide-headers): Refer to the values for
18047         gnus-ignored-headers and gnus-visible-headers in the summary
18048         buffer since a user may have set them as group parameters.
18049
18050 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18051
18052         * assistant.el (assistant-node-name): Add convenience function.
18053         (assistant-render-text, assistant-render-node): Add error handling,
18054         plus handle multiple next nodes.
18055         (assistant-find-next-node): Comment out for now.
18056         (assistant-find-next-nodes): Add function, returns list of next
18057         nodes.
18058
18059 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * mail-source.el (mail-source-directory): Fix doc-string.
18062
18063 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18064
18065         * assistant.el (assistant-render-text, assistant-eval): Add :set
18066         widget type, which is different because it takes and returns a
18067         list.  Much hilarity ensues.
18068
18069 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18072
18073         * gnus-group.el (gnus-group-get-new-news-this-group):
18074         Add doc-string.
18075
18076         * gnus-start.el (gnus-activate-group): Add doc-string.
18077
18078 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18081
18082 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18083
18084         * assistant.el (assistant-render-text): Try to add a :set
18085         widget, more to come.
18086
18087         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18088         strings.
18089         (spam-report-articles-resend)
18090         (spam-register-routine): Do registration iff any articles warrant
18091         it.
18092         (spam-summary-prepare-exit): Change log message for nil group
18093         destinations.
18094
18095 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18096
18097         * spam.el (spam-report-resend-register-routine):
18098         Allow spam-report-resend-to to be a group parameter or a global value.
18099
18100 2004-05-26  Simon Josefsson  <jas@extundo.com>
18101
18102         * starttls.el: Merge with my GNUTLS based starttls.el.
18103         (starttls-gnutls-program, starttls-use-gnutls)
18104         (starttls-extra-arguments, starttls-process-connection-type)
18105         (starttls-connect, starttls-failure, starttls-success):
18106         New variables.
18107         (starttls-program, starttls-extra-args): Doc fix.
18108         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18109         New functions.
18110         (starttls-negotiate, starttls-open-stream):
18111         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18112         function if it is set.
18113
18114 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18117         structured fields.
18118
18119 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18122
18123 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18124
18125         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18126         Add variable.
18127         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18128         assigning the spam-mark to new messages.
18129
18130 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18131
18132         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18133
18134 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18137
18138         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18139         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18140         default.
18141
18142 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18143
18144         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18145         correct data.
18146
18147 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18150         (spam-group-processor-p): Fix function.
18151         (spam-group-processor-multiple-p)
18152         (spam-group-spam-processor-report-gmane-p)
18153         (spam-group-spam-processor-report-resend-p)
18154         (spam-group-spam-processor-bogofilter-p)
18155         (spam-group-spam-processor-blacklist-p)
18156         (spam-group-spam-processor-ifile-p)
18157         (spam-group-ham-processor-ifile-p)
18158         (spam-group-spam-processor-spamoracle-p)
18159         (spam-group-spam-processor-crm114-p)
18160         (spam-group-ham-processor-bogofilter-p)
18161         (spam-group-spam-processor-stat-p)
18162         (spam-group-ham-processor-stat-p)
18163         (spam-group-ham-processor-whitelist-p)
18164         (spam-group-ham-processor-BBDB-p)
18165         (spam-group-ham-processor-spamoracle-p)
18166         (spam-group-ham-processor-copy-p): Remove functions with some
18167         prejudice against unneeded code.
18168         (spam-report-articles-resend)
18169         (spam-report-resend-register-routine): Allow the group/topic
18170         spam-resend-to value to override spam-report-resend-to.
18171         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18172         properly now.
18173
18174         * gnus.el (spam-resend-to): Add group/topic parameter.
18175         (spam-process): Move the OBSOLETE processors to the end of the
18176         choices.
18177
18178 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18179
18180         * spam-report.el (spam-report-resend-to, spam-report-resend):
18181         Start with resend-to set to nil, and then ask the user if necessary.
18182         (spam-report-resend): spam-report-resend takes a list of articles, not
18183         separate article numbers.
18184
18185 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18188         addition to emacs-w3m.
18189
18190 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18191
18192         * assistant.el (assistant-authinfo-data): New function.
18193         (assistant-eval): Eval for entire assistant.
18194
18195         * netrc.el (netrc-services-file): New variable.
18196         (netrc-parse-services): New function.
18197         (netrc-find-service-name): New function.
18198         (netrc-find-service-number): New function.
18199         (netrc-port-equal): New function.
18200         (netrc-machine): Use it.
18201
18202         * nnimap.el (nnimap-open-connection): Use netrc.
18203
18204         * gnus-util.el (gnus-netrc-get): Remove aliases.
18205
18206         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18207
18208         * assistant.el (wid-edit): Fix compilation.
18209
18210         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18211
18212 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18213
18214         * gnus-util.el (gnus-set-file-modes): New function.  (small
18215         patch).
18216
18217 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18218
18219         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18220
18221         * assistant.el (assistant-render-node): Fix up rendering and
18222         read-only text.
18223         (assistant-render-node): Reset.
18224         (assistant-make-read-only): Not sticky.
18225
18226 2004-05-20  Danny Siu  <dsiu@adobe.com>
18227
18228         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18229         centered even when gnus-auto-center-summary is t.
18230
18231 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18232
18233         * dns.el (dns-get-txt-answer): New function.
18234         (dns-read-txt): Ditto.
18235         (query-dns): Use it.
18236
18237 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18240         active for foreign groups even if the group level is higher than
18241         the specified value.
18242
18243 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18244
18245         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18246         non-active groups.
18247
18248         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18249
18250 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18251
18252         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18253
18254 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18255
18256         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18257         (spam-crm114-header, spam-crm114-spam-switch)
18258         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18259         (spam-crm114-positive-spam-header)
18260         (spam-crm114-database-directory, spam-list-of-processors)
18261         (spam-group-spam-processor-crm114-p)
18262         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18263         (spam-generic-score, spam-list-of-checks)
18264         (spam-list-of-statistical-checks, spam-registration-functions)
18265         (spam-check-crm114-headers, spam-crm114-score)
18266         (spam-check-crm114, spam-crm114-register-with-crm114)
18267         (spam-crm114-register-spam-routine)
18268         (spam-crm114-unregister-spam-routine)
18269         (spam-crm114-register-ham-routine)
18270         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18271         From asjo@koldfront.dk (Adam Sjøgren).
18272
18273         * gnus.el: Add spam-use-crm114.
18274
18275         * spam.el (spam-list-of-processors, spam-registration-functions):
18276         Add spam-use-resend.
18277         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18278         (spam-report-articles-gmane): Add doc fix.
18279         (spam-report-articles-resend, spam-report-resend-register-routine):
18280         Add wrappers around spam-report-resend-to.
18281
18282         * spam-report.el (spam-report-resend-to, spam-report-resend):
18283         Add support for resending spam.
18284         (spam-report-gmane): Fix line length >80.
18285
18286         * gnus.el (spam-process): Add spam-use-resend.
18287
18288 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18289
18290         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18291         number of processed spam messages.
18292         (spam-ham-copy-or-move-routine): Return the number of processed
18293         ham messages.
18294         (spam-summary-prepare-exit): Use the above values to decide
18295         whether status messages shouled be displayed.
18296
18297 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18300         `rfc2047-encoding-function-alist' in order to avoid conflicting
18301         with the old version.
18302         (rfc2047-encode-region): Concatenate words containing non-ASCII
18303         characters in structured fields; don't encode space-delimited
18304         ASCII words even in unstructured fields; don't break words at
18305         char-category boundaries.
18306         (rfc2047-encode-1): New function.
18307         (rfc2047-encode): Use it; encode text so that it occupies the
18308         maximum width within 76-column; work correctly on Q encoding for
18309         iso-2022-* charsets.
18310         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18311         sure not to break a line just after the header name.
18312         (rfc2047-b-encode-region): Remove.
18313         (rfc2047-b-encode-string): New function.
18314         (rfc2047-q-encode-region): Remove.
18315         (rfc2047-q-encode-string): New function.
18316
18317         * mm-util.el (mm-replace-in-string): New function.
18318
18319 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18320
18321         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18322         Really get it right.
18323         (gnus-inews-make-draft): Really.
18324
18325 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18326
18327         * nnmh.el (nnmh-request-list-1): Don't check the link count
18328         before descending.  (small patch)
18329
18330 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18331
18332         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18333         stuff.
18334
18335         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18336         Match on real group name.
18337
18338         * gnus-art.el (gnus-signature-limit): Doc fix.
18339
18340         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18341
18342         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18343
18344 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18345
18346         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18347         isn't a string.
18348
18349 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18350
18351         * gnus-draft.el (gnus-draft-send):
18352         Bind rfc2047-encode-encoded-words.
18353
18354         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18355         (rfc2047-encodable-p): Say that =? needs encoding.
18356         (rfc2047-encode-encoded-words): New variable.
18357
18358         * gnus-group.el (gnus-group-select-group): Doc fix.
18359
18360         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18361
18362         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18363         to nil.
18364
18365         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18366
18367         * nnheader.el (nnheader-get-lines-and-char): New function.
18368
18369 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * gnus-msg.el (gnus-summary-followup-with-original):
18372         Document yanking of region when active.
18373
18374 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18377         groups if the group level is higher than the specified value.
18378
18379 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18382         (gnus-group-jump-to-group): Add prefix argument using
18383         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18384         non-active group.
18385
18386         * compface.el (uncompface): Be verbose when changing
18387         `uncompface-use-external'.
18388
18389         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18390         handle manual section.
18391
18392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18393
18394         * gnus-art.el (gnus-button-alist): Revert previous change.
18395
18396 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18397
18398         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18399
18400 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18401
18402         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18403         whether backend can accept message.
18404
18405         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18406
18407 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18408
18409         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18410         Avoid creating directory when nntp-marks-is-evil is true.
18411         Reported by Reiner Steib.
18412
18413 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * gnus-picon.el (gnus-picon-style): New variable.
18416         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18417         (gnus-picon-transform-address): Support `gnus-picon-style'.
18418         From Jesper Harder <harder@ifa.au.dk>.
18419
18420 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18421
18422         * message.el (message-fill-field): Return point.
18423         (message-generate-headers): Go to end of field.
18424
18425         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18426         stuff for non-living groups.
18427
18428 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18429
18430         * gnus-art.el (gnus-article-followup-with-original)
18431         (gnus-article-reply-with-original): gnus-mark-active-p ->
18432         gnus-region-active-p.
18433
18434 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18435
18436         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18437         only when there is spam or ham to be processed.
18438
18439 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * mail-source.el (mail-source-delete-crash-box): Refactor.
18442         (mail-source-fetch): Use it.
18443         (mail-source-fetch-file): Ditto.
18444         (mail-source-fetch-directory): Run postscript in loop.
18445         (mail-source-fetch-pop): Delete.
18446         (mail-source-fetch-maildir): Ditto.
18447         (mail-source-fetch-imap): Ditto.
18448
18449         * imap.el (imap-authenticators): Comment out sasl.
18450
18451         * message.el (message-skip-to-next-address): New function.
18452         (message-fill-header-address): Refactor.
18453         (message-fill-address): Use it.
18454         (message-delete-address): Use it.
18455         (message-fill-header-general): Refactor.
18456         (message-fill-field-address): Rename.
18457         (message-narrow-to-field): Find the start of the header.
18458         (message-header-format-alist): Don't pre-fill.
18459         (message-fill-header): Remove.
18460         (message-insert-header): New function.
18461         (message-shorten-references): Use it.
18462
18463         * rfc2047.el (rfc2047-field-value): Strip props.
18464
18465         * mail-parse.el (mail-header-make-address): New alias.
18466
18467         * ietf-drums.el (ietf-drums-make-address): New function.
18468
18469         * imap.el: Add compiler directives.
18470
18471         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18472
18473         * gnus-art.el (article-decode-idna-rhs): Don't use
18474         message-idna-inside-rhs-p.
18475
18476 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18477
18478         * message.el (message-idna-inside-rhs-p): Remove.
18479         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18480
18481         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18482         false positives.
18483
18484 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18485
18486         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18487
18488 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18489
18490         * nneething.el (nneething-file-name): Don't create spurious
18491         files.
18492
18493         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18494         (gnus-inews-do-gcc): Remove sleep.
18495
18496         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18497         part under point.
18498
18499         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18500         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18501
18502 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18503
18504         * spam.el (spam-summary-prepare-exit): Fix (length).
18505
18506 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18507
18508         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18509         as expired without moving it" message when there are spam
18510         messages left.
18511
18512 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18513
18514         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18515         header is not nil.
18516
18517 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18518
18519         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18520         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18521         (nntp-marks-changed-p): New arg SERVER.
18522         (nntp-request-update-info): Adjust caller.
18523
18524 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18525
18526         * nntp.el (nntp-save-marks): Pass missing arg.
18527
18528 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18529
18530         * nntp.el: Support marks.
18531         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18532         (nntp-marks-modtime, nntp-marks-directory): New variables.
18533         (nntp-request-set-mark, nntp-request-update-info)
18534         (nntp-possibly-create-directory, nntp-marks-changed-p)
18535         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18536         New functions.
18537
18538 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18539
18540         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18541         (gnus-xmas-redefine): Rename.
18542
18543         * gnus-score.el (gnus-score-insert-help):
18544         Use gnus-select-lowest-window.
18545
18546         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18547         appt-select-lowest-window and rename to gnus-select-lowest-window.
18548
18549         * gnus.el: do.
18550
18551 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18552
18553         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18554         encodings of MIME-encoded words, in order to improve
18555         interoperability with several broken MUAs.
18556
18557 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18558
18559         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18560         tags, only when charsets are not specified in headers.
18561         (mm-inline-text-html-render-with-w3m): Ditto.
18562
18563         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18564         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18565
18566 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18567
18568         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18569         instead of MIME-decoded from fields when checking
18570         `gnus-article-address-banner-alist'.
18571
18572 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18573
18574         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18575         description rather than subject.
18576
18577 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18578
18579         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18580
18581 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18582
18583         * gnus.el (gnus-version-number): Bump.
18584
18585 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18586
18587         * gnus.el: No Gnus v0.2 is released.
18588
18589 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18590
18591         * gnus-agent.el (gnus-agent-read-agentview):
18592         Inline gnus-uncompress-range.
18593
18594 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18595
18596         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18597         `exec-installed-p'.
18598
18599 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18600
18601         * gnus.el (spam-process, spam-autodetect-methods):
18602         Add bsfilter and bsfilter-headers.
18603
18604         * spam.el (spam-bsfilter): New customize group.
18605         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18606         (spam-bsfilter-header, spam-bsfilter-probability-header)
18607         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18608         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18609         (spam-bsfilter-database-directory): New options.
18610         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18611         (spam-list-of-statistical-checks, spam-registration-functions):
18612         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18613         (spam-bsfilter-score): New command.
18614         (spam-check-bsfilter-headers, spam-check-bsfilter)
18615         (spam-bsfilter-register-with-bsfilter)
18616         (spam-bsfilter-register-spam-routine)
18617         (spam-bsfilter-unregister-spam-routine)
18618         (spam-bsfilter-register-ham-routine)
18619         (spam-bsfilter-unregister-ham-routine): New functions.
18620         (spam-generic-score): Support bsfilter; Accept an optional argument
18621         to recalcurate spam score even if scoring header has already been
18622         added.
18623         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18624         optional argument to recalcurate spam score even if scoring header
18625         has already been added.
18626
18627 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18628
18629         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18630         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18631         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18632         link is missing.
18633
18634 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18635
18636         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18637         (html2text-get-attr): Rewrite.
18638
18639         * message.el (message-setup-1): Remove redundant put-text-property
18640         on mail-header-separator.
18641
18642 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * gnus-registry.el (gnus-registry-cache-whitespace)
18645         (gnus-registry-action, gnus-registry-spool-action)
18646         (gnus-registry-split-fancy-with-parent): Change message levels
18647         from 5 to 3 or 7, as needed.
18648
18649         * spam.el (spam-summary-prepare-exit)
18650         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18651         (spam-split, spam-find-spam, spam-log-undo-registration)
18652         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18653         level from 5 to 6.
18654
18655 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18658         2004-03-04 change).
18659
18660 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18661
18662         * sieve-manage.el (sieve-manage-open):
18663         * nnweb.el (nnweb-insert-html):
18664         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18665         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18666         * nnspool.el (nnspool-request-group):
18667         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18668         * nnml.el (nnml-request-update-info):
18669         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18670         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18671         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18672         (nnimap-request-set-mark):
18673         * nnfolder.el (nnfolder-request-update-info):
18674         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18675         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18676         * gnus-uu.el (gnus-uu-find-articles-matching):
18677         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18678         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18679         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18680         * gnus-nocem.el (gnus-nocem-scan-groups):
18681         * gnus-int.el (gnus-start-news-server):
18682         * gnus-group.el (gnus-group-make-kiboze-group)
18683         (gnus-group-browse-foreign-server):
18684         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18685         Use mapc when appropriate.
18686
18687 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18688
18689         FIXME: Make separate entries for each person.
18690
18691         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18692         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18693         <shields@msrl.com>:
18694
18695         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18696         may need for spam sorting and scoring.
18697         (spam-user-format-function-S): Add user format function suitable for
18698         general use.
18699         (spam-article-sort-by-spam-status): Add sorting function for summary
18700         sorting.
18701         (spam-extra-header-to-number): Add function to get a score from a
18702         header.
18703         (spam-summary-score): Add function to get a numeric score from the
18704         headers.
18705         (spam-generic-score): Fix function doc, was in wrong place.
18706         (spam-initialize): Take symbols when it's run, and install the
18707         extra headers that spam-necessary-extra-headers thinks we need.
18708
18709 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18710
18711         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18712         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18713
18714 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18715
18716         * gnus-sum.el (gnus-set-global-variables)
18717         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18718         (gnus-article-get-xrefs, gnus-summary-best-group)
18719         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18720         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18721         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18722         Use with-current-buffer.
18723
18724 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18725
18726         * spam.el (spam-summary-prepare-exit): Simplify logic.
18727         (spam-fetch-article-header): Read the article header if it's not
18728         available.
18729         (spam-list-articles): Simplify logic.
18730         (spam-filelist-register-routine): Fix bug with unregister-list.
18731
18732         * gnus-registry.el: Fix comments at beginning.
18733
18734 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18735
18736         * message.el (message-cater-to-broken-inn): Remove.
18737         (message-shorten-references): Make sure the total folded length of
18738         References is shorter than 998 characters to cater to a bug in INN
18739         2.3.  Also, don't pretend that references aren't folded -- this
18740         hasn't worked for a while.
18741
18742 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18743
18744         * gnus-agent.el (gnus-agentize):
18745         gnus-agent-send-mail-real-function no longer set to current value
18746         of message-send-mail-function but rather a lambda that calls
18747         message-send-mail-function.  The change makes the agent real-time
18748         responsive to user changes to message-send-mail-function.
18749
18750 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18751
18752         * legacy-gnus-agent.el
18753         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18754         help from Florian Weimer <fw@deneb.enyo.de>
18755
18756 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * nnmail.el (nnmail-cache-insert): Revert last change.
18759
18760 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * nnmail.el (nnmail-cache-insert): Always check whether
18763         nnmail-cache-ignore-groups matches a group name.
18764
18765 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18766
18767         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18768         (spam-find-spam, spam-log-processing-to-registry)
18769         (spam-log-registered-p, spam-log-unregistration-needed-p)
18770         (spam-log-undo-registration): Use gnus-message instead of
18771         gnus-error, none of these errors are fatal.
18772
18773         * gnus-registry.el (gnus-registry-clean-empty-function)
18774         (gnus-registry-clean-empty): Remove only empty entries without
18775         extra data.
18776
18777 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18778
18779         * spam-stat.el (spam-stat-buffer-change-to-spam)
18780         (spam-stat-buffer-change-to-non-spam): Change (error) to
18781         (gnus-message 8) invocation.
18782
18783 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * nntp.el (nntp-via-netcat-command): New variable.
18786         (nntp-via-netcat-switches): New variable.
18787         (nntp-open-via-rlogin-and-netcat): New function.
18788         (nntp-open-connection-function): Doc fix.
18789         (nntp-telnet-command): Doc fix.
18790         (nntp-end-of-line): Doc fix.
18791         (nntp-via-rlogin-command): Doc fix.
18792         (nntp-via-user-name): Doc fix.
18793         (nntp-via-address): Doc fix.
18794
18795 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18798         error in Emacs 21.1.
18799
18800 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18803
18804 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18805
18806         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18807         (gnus-agent-with-refreshed-group): New macro.
18808         (gnus-agent-rename-group): New function.
18809         (gnus-agent-delete-group): New function.
18810         (gnus-agent-save-group-info): Use gnus-command-method when
18811         `method' parameter is nil.  Don't write nil entries into the
18812         active file.
18813         (gnus-agent-get-group-info): New function.
18814         (gnus-agent-fetch-articles):
18815         Use gnus-agent-update-files-total-fetched-for to increment disk space
18816         used.
18817         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18818         Use gnus-agent-update-view-total-fetched-for to increment disk space
18819         used.
18820         (gnus-agent-get-local): Add optional parameters to avoid calling
18821         gnus-group-real-name and gnus-find-method-for-group.
18822         (gnus-agent-set-local): Delete stored entry if either min, or max,
18823         are nil.
18824         (gnus-agent-fetch-session): Reworded error/quit messages.
18825         On quit, use gnus-agent-regenerate-group to record existance of any
18826         articles fetched to disk before the quit occurred.
18827         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18828         gnus-agent-update-view-total-fetched-for, and
18829         gnus-agent-update-files-total-fetched-for to decrement disk space
18830         used.
18831         (gnus-agent-retrieve-headers):
18832         Use gnus-agent-update-view-total-fetched-for to increment disk space
18833         used.
18834         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18835         with gnus-agent-update-files-total-fetched-for to decrement disk
18836         space and fresh group buffer.
18837         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18838         (gnus-agent-need-update-total-fetched-for): New variable.
18839         (gnus-agent-update-files-total-fetched-for): New function.
18840         (gnus-agent-update-view-total-fetched-for): New function.
18841         (gnus-agent-total-fetched-for): New function.
18842
18843         * gnus-cache.el (gnus-cache-save-buffers):
18844         Use gnus-cache-update-overview-total-fetched-for to change disk space
18845         used by this group.
18846         (gnus-cache-possibly-enter-article):
18847         Use gnus-cache-update-file-total-fetched-for to increment disk space
18848         used by this group.
18849         (gnus-cache-possibly-remove-article):
18850         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18851         used by this group.
18852         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18853         (gnus-cache-rename-group): New function.
18854         (gnus-cache-delete-group): New function.
18855         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18856         (gnus-cache-need-update-total-fetched-for): New variable.
18857         (gnus-cache-with-refreshed-group): New macro.
18858         (gnus-cache-update-file-total-fetched-for): New function.
18859         (gnus-cache-update-overview-total-fetched-for): New function.
18860         (gnus-cache-rename-group-total-fetched-for): New function.
18861         (gnus-cache-delete-group-total-fetched-for): New function.
18862         (gnus-cache-total-fetched-for): New function.
18863
18864         * gnus-group.el: Require gnus-sum and autoload functions to
18865         resolve warnings when gnus-group.el compiled alone.
18866         (gnus-group-line-format): Documented new %F.
18867         (size of Fetched data) group line format; identifies disk space
18868         used by agent and cache.
18869         (gnus-group-line-format-alist): Defined new F format.
18870         (gnus-total-fetched-for): New function.
18871         (gnus-group-delete-group): No longer update
18872         gnus-cache-active-altered as gnus-request-delete-group now keeps
18873         the cache in sync.
18874         (gnus-group-list-active): Let the agent store a server's active
18875         list if currently plugged.
18876
18877         * gnus-int.el (gnus-request-delete-group):
18878         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18879         local disk in sync with the server.
18880         (gnus-request-rename-group):
18881         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18882         local disk in sync with the server.
18883
18884         * gnus-start.el (gnus-get-unread-articles):
18885         Cosmetic simplification to logic.
18886
18887         * gnus-util.el (gnus-rename-file): New function.
18888
18889 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18890
18891         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18892
18893 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18896         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18897
18898 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18901         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18902
18903 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18904
18905         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18906
18907 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * spam.el (spam-set-difference): Add function to replace
18910         gnus-set-difference in spam.el.
18911         (spam-summary-prepare-exit): Use spam-set-difference.
18912
18913 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18914
18915         * gnus-registry.el (gnus-registry-cache-file): Update to use
18916         gnus-dribble-directory OR gnus-home-directory OR ~.
18917         (gnus-registry-split-fancy-with-parent): Fix doc.
18918
18919 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * message.el (message-exchange-point-and-mark):
18922         Use message-mark-active-p.  Suggested by Jesper Harder
18923         <harder@ifa.au.dk>.
18924
18925 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * message.el (message-exchange-point-and-mark): Don't activate
18928         region if it was inactive.  Suggested by Hiroshi Fujishima
18929         <pooh@nature.tsukuba.ac.jp>.
18930
18931 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * gnus-art.el (article-display-face): Display Faces in the same
18934         order as X-Faces.
18935
18936 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18939
18940 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18943         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18944         (gnus-article-mime-hierarchy): Remove.
18945         (gnus-article-mime-hierarchy-next): Remove.
18946         (gnus-article-mode): Revert 2004-03-19 change.
18947         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18948         (gnus-insert-mime-button): Revert 2004-03-19 change.
18949         (gnus-mime-accumulate-hierarchy): Remove.
18950         (gnus-mime-enter-multipart): Remove.
18951         (gnus-mime-leave-multipart): Remove.
18952         (gnus-mime-display-part): Revert 2004-03-19 change.
18953         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18954
18955         * mml.el (mml-preview): Revert 2004-03-19 change.
18956
18957 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18958
18959         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18960
18961 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18964         t while entering a file name using the mm-with-multibyte macro.
18965         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18966
18967         * mm-util.el (mm-with-multibyte): New macro.
18968
18969 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18972         New user option.
18973         (gnus-mime-multipart-functions): Doc and customization fix.
18974         (gnus-article-mime-hierarchy): New variable.
18975         (gnus-article-mime-hierarchy-next): New variable.
18976         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18977         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18978         gnus-article-mime-hierarchy-next to nil.
18979         (gnus-insert-mime-button): Show hierarchy numbers.
18980         (gnus-mime-accumulate-hierarchy): New function.
18981         (gnus-mime-enter-multipart): New function.
18982         (gnus-mime-leave-multipart): New function.
18983         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18984         (gnus-mime-display-alternative): Show hierarchy numbers.
18985
18986         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18987         gnus-article-mime-hierarchy-next to nil.
18988
18989 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18990
18991         * dns.el: Don't require gnus-xmas.
18992
18993 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18994
18995         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18996         inline PGP.
18997         (mml-menu): Disable mml-quote-region if mark is inactive.
18998
18999 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19002         when the group's active is not available.
19003
19004 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19007         error.
19008
19009 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * imap.el (imap-store-password): New variable.
19012         (imap-interactive-login): Use it.
19013         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19014
19015 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19018         window-start and hscroll to summary window.
19019
19020 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19021
19022         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19023         conversion message to newsrc-dribble when an actual conversion is
19024         performed.
19025
19026 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19027
19028         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19029
19030 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * mm-decode.el (mm-complicated-handles): New function reviving
19033         former definition of mm-multiple-handles.
19034
19035         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19036         (gnus-mime-delete-part): Use it.
19037
19038 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19039
19040         * gnus-agent.el (gnus-agent-read-local):
19041         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19042         avoid the implicit assumption that they will always be equal.
19043         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19044         coding-system-for-write, as the with-temp-file macro first prints
19045         to a buffer then saves the buffer.
19046
19047 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * gnus-art.el (gnus-article-edit-part): New function.
19050         (gnus-mime-save-part-and-strip): Use it; do query instead of
19051         signaling an error; don't use mm-multiple-handles.
19052         (gnus-mime-delete-part): Ditto.
19053
19054 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19055
19056         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19057         old file versions.
19058         (gnus-group-prepare-hook): Remove function that converted list
19059         form of gnus-agent-expire-days to group properties.
19060
19061         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19062         (gnus-request-accept-article): Re-indented.
19063
19064         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19065         converters to handle old agent file formats.  Add logic for a
19066         "backup before upgrading warning".
19067         (gnus-convert-mark-converter-prompt): Developers can mark
19068         functions as needing (default), or not needing,
19069         gnus-convert-old-newsrc's "backup before upgrading warning".
19070         (gnus-convert-converter-needs-prompt): Tests whether the user
19071         should be protected from potentially irreversable changes by the
19072         function.
19073
19074         * legacy-gnus-agent.el: New.  Provides converters that are only
19075         loaded when gnus-convert-old-newsrc needs to call them.
19076
19077 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * mail-source.el (mail-source-touch-pop): Doc fix.
19080
19081         * message.el (message-smtpmail-send-it): Doc fix.
19082
19083 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19086
19087         * nnmail.el (nnmail-split-fancy): do.
19088
19089         * gnus-kill.el (gnus-kill, gnus-execute): do.
19090
19091 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19092
19093         * gnus-sum.el (gnus-widget-reversible-match)
19094         (gnus-widget-reversible-to-internal)
19095         (gnus-widget-reversible-to-external): New functions.
19096         (gnus-widget-reversible): New widget.
19097         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19098
19099 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19100
19101         * gnus-sum.el (gnus-thread-sort-functions)
19102         (gnus-article-sort-functions): Document `(not F)' items.
19103
19104 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19105
19106         * spam.el (spam-use-gmane-xref): Add new backend.
19107         (spam-gmane-xref-spam-group): Add variable to control the name of the
19108         Gmane spam group.
19109         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19110         (spam-regex-headers-spam, spam-regex-headers-ham)
19111         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19112         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19113         backends and checks.
19114         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19115
19116         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19117         an autodetect method.
19118
19119 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19120
19121         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19122         articles are being added to a group.
19123         (gnus-request-replace-article): Inform the agent that articles
19124         need to be uncached as the cached contents are no longer valid.
19125
19126 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * binhex.el: Don't autoload executable-find.
19129
19130         * canlock.el: Don't autoload mail-fetch-field.
19131
19132         * dgnushack.el: Autoload c-mode for XEmacs.
19133
19134         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19135
19136         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19137         rmail-dont-reply-to and rmail-output.
19138
19139         * gnus-score.el: Don't autoload ffap-string-at-point.
19140
19141         * gnus-setup.el: Don't autoload sc-cite-original.
19142
19143         * imap.el: Don't autoload base64-decode-string,
19144         base64-encode-string and md5.
19145
19146         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19147         and rmail-msg-restore-non-pruned-header.
19148
19149         * mm-decode.el: Don't autoload executable-find.
19150
19151         * mm-url.el: Don't autoload executable-find.
19152
19153         * mm-view.el: Don't autoload diff-mode.
19154
19155         * nndb.el: Don't autoload news-reply-mode, news-setup,
19156         cancel-timer and telnet.
19157
19158         * password.el: Don't autoload run-at-time for Emacs.
19159
19160         * sha1-el.el: Don't autoload executable-find.
19161
19162         * sieve-mode.el: Don't autoload c-mode.
19163
19164         * uudecode.el: Don't autoload executable-find.
19165
19166 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19167
19168         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19169         (gnus-agent-possibly-alter-active): Avoid null in numeric
19170         comparison.
19171         (gnus-agent-set-local): Refuse to save null in local object table.
19172         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19173         list of articles that will be marked as unread.
19174
19175 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19176
19177         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19178
19179 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19180
19181         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19182         language tags.
19183
19184 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19185
19186         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19187         Don't bind "obarray".
19188
19189         * gnus-sum.el (gnus-thread-sort-functions):
19190         Add `gnus-thread-sort-by-most-recent-number' and
19191         `gnus-thread-sort-by-most-recent-date'.
19192         Reported by Kai Grossjohann <kai@emptydomain.de>.
19193
19194 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19197
19198 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19199
19200         * gnus-cus.el (gnus-agent-customize-category):
19201         Remove ignore-errors macro reference that required cl to be loaded at
19202         run-time.
19203
19204         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19205         single-interval range of the form (min . max).  Previously the
19206         range had to look like ((min . max)).  Likewise, return
19207         (min . max) rather than ((min . max)).
19208         (gnus-range-map): Use gnus-range-normalize to accept
19209         single-interval range.
19210
19211         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19212         the cache, but not the agent, now appear with their usual face.
19213
19214         * dgnushack.el (loaddir): New variable that is bound to the
19215         directory containing the dgnushack.el file. Use loaddir, rather
19216         than srcdir, to update load-path. Change lets dgnushack compile
19217         code in directories other than GNUS/lisp.
19218
19219 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * lpath.el: Don't bind w3m-safe-url-regexp.
19222
19223         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19224         w3m-safe-url-regexp variable buffer-local.
19225
19226         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19227
19228 2004-02-27  Simon Josefsson  <jas@extundo.com>
19229
19230         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19231         gnus-group-real-prefix.
19232         (gnus-summary-move-article): Use it, instead of
19233         gnus-group-real-prefix.
19234
19235 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * lpath.el: Bind w3m-safe-url-regexp.
19238
19239         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19240         w3m-safe-url-regexp variable buffer-local and set it as the value
19241         of mm-w3m-safe-url-regexp.
19242
19243         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19244
19245         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19246         parsing gnus-posting-styles when the message is not for replying.
19247
19248         * dgnushack.el: Autoload sgml-mode for XEmacs.
19249
19250         * nnrss.el (nnrss-opml-export):
19251         Use mm-set-buffer-file-coding-system instead of
19252         set-buffer-file-coding-system.
19253
19254 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19257         of checkdoc.el).
19258         * nnrss.el: do.
19259         * gnus-mlspl.el: do.
19260         * gnus-ml.el: do.
19261         * gnus-srvr.el: do.
19262
19263         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19264
19265 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19266
19267         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19268         Corrections to custom-manual links.
19269
19270         * gnus-art.el (gnus-article): Ditto.
19271
19272         * mm-decode.el (mime-display, mime-security): Ditto.
19273
19274 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19275
19276         * flow-fill.el: Typo.
19277
19278 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19279
19280         * spam-wash.el: New file.
19281
19282 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19283
19284         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19285
19286 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19287
19288         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19289         to be run with new-articles as LIST1, not LIST2.
19290         (spam-registration-functions): Add spam-use-ham-copy as a nil
19291         registration backend.
19292
19293 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19294
19295         * spam-stat.el (spam-stat-washing-hook): New option.
19296         (spam-stat-buffer-words): Use it.
19297         (spam-stat-process-directory, spam-stat-test-directory):
19298         Use insert-file-contents-literally.
19299         (spam-stat-coding-system): New variable.
19300         (spam-stat-load, spam-stat-save): Use it.
19301
19302 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * spam-report.el (spam-report-plug-agent):
19305         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19306
19307 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19310         Allow / in mailto URLs.
19311
19312 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19313
19314         * spam-report.el (spam-report-process-queue): Fix interactive use.
19315         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19316         (spam-report-unplug-agent): Doc fixes.
19317         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19318         (spam-report-agentize, spam-report-deagentize): Autoload.
19319
19320 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19323
19324         * message.el (message-setup-fill-variables): Add mml tags to
19325         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19326         <ajk@iu.edu>.
19327         (message-mode): Don't modify paragraph-separate there.
19328
19329 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * compface.el (uncompface-use-external): Default to undecided.
19332         (uncompface-use-external-threshold): New variable.
19333         (uncompface-float-time): New macro.
19334         (uncompface): Determine whether to use the external decoder if
19335         uncompface-use-external is undecided.
19336
19337 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19338
19339         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19340         after images.
19341
19342         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19343
19344 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19347
19348         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19349
19350         * gnus-sum.el (gnus-summary-limit-to-age)
19351         (gnus-summary-limit-children): do.
19352
19353         * gnus-int.el (gnus-request-scan): do.
19354
19355         * gnus-group.el (gnus-group-suspend): do.
19356
19357         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19358
19359         * gnus-cite.el (gnus-cite-parse-attributions): do.
19360
19361         * gnus-agent.el (gnus-summary-set-agent-mark)
19362         (gnus-agent-regenerate-group): do.
19363
19364         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19365
19366         * binhex.el (binhex-decode-region-internal): do.
19367
19368 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * gnus-fun.el (gnus-face-properties-alist): New user option.
19371         (gnus-display-x-face-in-from): Use it.
19372
19373         * gnus-art.el (article-display-face): Ditto.
19374
19375         * compface.el (uncompface-use-external): Default to nil.
19376
19377 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * nntp.el (nntp-erase-buffer): New function.
19380         (nntp-retrieve-data, nntp-send-command)
19381         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19382         (nntp-possibly-change-group): Use it.
19383
19384         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19385         Use with-current-buffer.
19386
19387 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19388
19389         * compface.el: Merge the ELisp-based uncompface program.
19390         (compface): New customization group.
19391         (uncompface-use-external): New user option.
19392         (uncompface): Call uncompface-internal if uncompface-use-external
19393         is nil.
19394         (uncompface-internal): New function.  Note that there are also
19395         some other functions and variables added for this function.
19396
19397 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19398
19399         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19400         if necessary.
19401
19402 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19403
19404         * spam-report.el (spam-report-unplug-agent)
19405         (spam-report-plug-agent, spam-report-deagentize)
19406         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19407         Add support for the Agent in spam-report: when unplugged, report to a
19408         file; when plugged, submit all the requests.
19409
19410         * spam.el (spam-register-routine): Fix message about
19411         registration.
19412
19413 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19414
19415         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19416         dependencies.
19417         (rfc2047-encode): Use it.
19418
19419         * gnus-art.el (gnus-button-marker-list): Move before first
19420         reference.
19421
19422         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19423         (imap-parse-body): Fix format string mismatch.
19424
19425         * gnus-score.el (gnus-summary-increase-score): do.
19426
19427         * nnrss.el (nnrss-close): New function.
19428
19429 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19430
19431         * nnrss.el (nnrss-make-filename): New function.
19432         (nnrss-request-delete-group, nnrss-read-server-data)
19433         (nnrss-save-server-data, nnrss-read-group-data)
19434         (nnrss-save-group-data): Use it.
19435         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19436         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19437         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19438
19439 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19440
19441         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19442
19443 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19444
19445         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19446         files.
19447
19448         * message.el (message-generate-headers-first): Don't quote nil
19449         and t in docstrings.
19450
19451         * imap.el (imap-id): do.
19452
19453         * gnus-agent.el (gnus-agent-consider-all-articles)
19454         (gnus-agent-queue-mail): do.
19455
19456 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19457
19458         * spam-report.el (spam-report-process-queue): New function.
19459         Process requests from `spam-report-requests-file'.
19460         (spam-report-process-queue): Doc fix.
19461
19462 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19463
19464         * spam.el (spam-register-routine)
19465         (spam-log-processing-to-registry, spam-log-registered-p)
19466         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19467         Change "check" to "spam-check" for semi-clarity.
19468
19469 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19470
19471         * pop3.el: Require nnheader.
19472
19473         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19474
19475         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19476
19477         * gnus-picon.el: Require cl.
19478
19479         * gnus-fun.el: Require gnus-ems and gnus-util.
19480
19481         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19482
19483         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19484
19485         * gnus-art.el (gnus-article-edit-mode): Define before first
19486         reference.
19487
19488 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19489
19490         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19491         (gnus-uu-post-encoded): Use point-at-bol.
19492
19493         * gnus-topic.el (gnus-group-active-topic-p): do.
19494
19495         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19496
19497         * gnus-group.el (gnus-group-kill-region): do.
19498
19499         * gnus-art.el (article-date-ut): do.
19500
19501         * message.el (message-fetch-field): Remove redundant
19502         case-fold-search binding.
19503         (message-narrow-to-field): Simplify.
19504
19505 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * spam.el (spam-directory): Derive from `gnus-directory'.
19508
19509         * spam-report.el (spam-report-url-to-file)
19510         (spam-report-requests-file): New function and variable for offline
19511         reporting.
19512         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19513         and user defined function.
19514         (spam-report-url-ping-mm-url): Remove doubled slash.
19515
19516 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19517
19518         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19519
19520 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19521
19522         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19523         Fix format string mismatch.
19524
19525         * sieve.el (sieve-deactivate-all): do.
19526
19527         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19528
19529         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19530
19531         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19532
19533         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19534
19535 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19536
19537         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19538         the list of checks.
19539
19540 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19541
19542         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19543         padding.
19544
19545 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19546
19547         * mm-view.el (mm-fill-flowed): New variable.
19548         (mm-inline-text): Use it.
19549
19550 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19551
19552         * spam.el (spam-spamassassin-register-ham-routine)
19553         (spam-spamassassin-register-spam-routine): Fix function names.
19554
19555 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * gnus.el (gnus-tmp-grouplens): Remove.
19558         (gnus-summary-line-format): Remove grouplens.
19559
19560         * gnus-group.el (gnus-group-line-format): Ditto.
19561
19562         * gnus-spec.el (gnus-format-specs): Ditto.
19563         (gnus-update-format-specifications): Flush the group format spec
19564         cache if there's the grouplens stuff.
19565         (gnus-parse-simple-format): Replace %l with the empty string.
19566
19567 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19568
19569         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19570         omission.
19571
19572 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19575         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19576
19577 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19578
19579         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19580         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19581         New macros and functions.
19582         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19583         Handle > NLINK_MAX messages.
19584         * nnmaildir.el (nnmaildir-request-set-mark):
19585         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19586
19587 2004-01-25  Alex Schroeder  <alex@gnu.org>
19588
19589         * spam-stat.el (spam-stat-process-directory-age): New option.
19590         (spam-stat-process-directory): Use it.
19591
19592 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19593
19594         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19595         (spam-stat-save): Accept prefix argument.
19596
19597 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19598
19599         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19600         links" error.
19601
19602 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19605         the rest of the and/or forms.
19606
19607 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19608
19609         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19610         compatibility with old .newsrc.eld files.
19611
19612         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19613
19614         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19615
19616         * gnus-start.el (gnus-1): do.
19617
19618         * gnus-group.el (gnus-group-line-format-alist): do.
19619
19620         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19621
19622         * gnus-gl.el: Remove.
19623
19624 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19625
19626         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19627         marks consisting of a single range {for example, (3 . 5)} rather
19628         than a list of a single range { ((3 . 5)) }.
19629
19630 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19631
19632         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19633         Use with-current-buffer.
19634         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19635         avoid consing a string.
19636
19637         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19638         Remove obsolete entries for big5 and gb2312.
19639
19640 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19641
19642         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19643         uncompressed list.
19644
19645 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19646
19647         * spam-stat.el (spam-stat-strip-xref): New function.
19648         (spam-stat-process-directory): Use it.
19649
19650         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19651         here -- it's done in message-fetch-field.
19652
19653 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19654
19655         * gnus-agent.el (gnus-agent-queue-mail)
19656         (gnus-agent-prompt-send-queue): New variables.
19657         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19658         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19659         "nndraft:queue" along to gnus-draft-send.
19660         Use gnus-agent-prompt-send-queue.
19661         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19662         is "nndraft:queue".  Suggested by Gaute Strokkenes
19663         <gs234@srcf.ucam.org>
19664
19665         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19666         (agent-enable-undownloaded-faces): Add.
19667         (gnus-agent-cat-groups): Use eval-and-compile, not
19668         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19669         method of gnus-agent-cat-groups even when the buffer has been
19670         evaled.
19671         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19672         delete gnus-agent-save-active-1.
19673         (gnus-agent-save-groups): Delete.  Identical to
19674         gnus-agent-save-active.
19675         (gnus-agent-write-active): No longer adjust agent's copy of active
19676         file as agent's adjustments are now stored in their own
19677         file.  Remove optional parameter.
19678         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19679         servers.  Add use of min/max range limits from server's local
19680         file.
19681         (gnus-agent-save-alist): Remove unused optional argument.
19682         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19683         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19684         (gnus-agent-set-local): A per-server file that keeps min/max range
19685         limits for articles known to the agent.  Provides a fast mechanism
19686         for altering many active ranges.
19687         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19688         active file (local makes it unnecessary).
19689         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19690
19691         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19692         (agent-enable-undownloaded-faces): Add.
19693
19694         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19695         disable it when sending to "nndraft:queue".
19696         (gnus-group-send-queue): Add safety check to avoid sending queue
19697         when unplugged.
19698
19699         * gnus-group.el (gnus-group-catchup): Use new
19700         gnus-sequence-of-unread-articles, not
19701         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19702         numbers of articles.  Use gnus-range-map to avoid having to
19703         uncompress the unread list.
19704         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19705         Fix invalid ange-ftp reference.
19706
19707         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19708         (gnus-sorted-range-intersection): Intersection of two ranges
19709         without requiring that they first be uncompressed.
19710
19711         * gnus-start.el (gnus-activate-group): Unless blocked by the
19712         caller, possibly expand the active range to include both cached
19713         and agentized articles.
19714         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19715         multiple version-dependent converters.
19716         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19717         gnus-agent-save-active.
19718         (gnus-save-newsrc-file): Save dirty agent range limits.
19719
19720         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19721         gnus-agent-possibly-alter-active.
19722         (gnus-adjust-marked-articles): Faster handling of simple lists.
19723
19724 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19725
19726         * spam-stat.el (spam-stat-test-directory): New optional argument
19727         displays a list of files detected.  Suggested by Andrew Cohen
19728         <cohen@andy.bu.edu>.
19729         (spam-stat-buffer-words-with-scores): Don't narrow and change
19730         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19731
19732 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19733
19734         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19735         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19736         (spam-spamassassin-arguments)
19737         (spam-spamassassin-spam-flag-header)
19738         (spam-spamassassin-positive-spam-flag-header)
19739         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19740         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19741         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19742         (spam-list-of-processors, spam-list-of-checks)
19743         (spam-list-of-statistical-checks, spam-registration-functions)
19744         (spam-check-spamassassin-headers, spam-check-spamassassin)
19745         (spam-spamassassin-score)
19746         (spam-spamassassin-register-with-sa-learn)
19747         (spam-spamassassin-register-spam-routine)
19748         (spam-spamassassin-register-ham-routine)
19749         (spam-assassin-register-spam-routine)
19750         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19751         (spam-bogofilter-score): Fix to show article before scoring.
19752
19753 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19754
19755         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19756         default scoring function.
19757         (spam-generic-score): Call spam-spamassassin-score if
19758         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19759         spam-bogofilter-score otherwise.
19760
19761         * gnus.el (spam-process, spam-autodetect-methods):
19762         Add spamassassin and spamassassin-headers.
19763
19764 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19765
19766         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19767         Suppress unnecessary messages.
19768
19769 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19770
19771         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19772         make-hash-table.
19773
19774 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * canlock.el (base64-encode-string): Don't autoload it.
19777
19778 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * run-at-time.el: Remove useless (require 'itimer),
19781         eval-and-compile and (featurep 'xemacs).
19782
19783 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19784
19785         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19786         GROUP is a virtual group.
19787
19788 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19789
19790         * gnus.el: Autoload `message-y-or-n-p'.
19791
19792 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19793
19794         * pgg-parse.el: Remove unnecessary (require 'custom).
19795
19796         * pgg-def.el: do.
19797
19798         * nnmail.el: do.
19799
19800         * gnus-undo.el: do.
19801
19802         * gnus-picon.el: do.
19803
19804         * gnus-util.el: do.
19805
19806 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19807
19808         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19809
19810 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19813         handle, as well as a list.
19814
19815         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19816         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19817         (mm-w3m-cid-retrieve): Simplify.
19818
19819 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19820
19821         * message.el (message-kill-to-signature): Allow prefix arg to
19822         specify number of lines to keep before signature.
19823
19824 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19825
19826         * message.el (message-kill-to-signature): Change docstring.
19827
19828 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * canlock.el: Always require sha1-el.
19831         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19832
19833         * message.el: Autoload sha1 only when compiling.
19834
19835         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19836         eudc-expand-inline for XEmacs.
19837
19838 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * message.el (message-canlock-generate): Require sha1-el.
19841
19842 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19843
19844         * message.el (message-expand-name): Silence the byte compiler.
19845
19846         * lpath.el: Add detect-coding-system.
19847
19848         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19849         cus-edit.
19850
19851 2004-01-13  Simon Josefsson  <jas@extundo.com>
19852
19853         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19854         Invoke gnus-score-mode.
19855         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19856
19857         * gnus-range.el (gnus-compress-sequence): Doc fix.
19858         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19859
19860 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19861
19862         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19863
19864 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19865
19866         * spam.el (spam-get-article-as-string): Update to use
19867         gnus-request-article-this-buffer, much simpler.
19868         (spam-get-article-as-buffer): Remove.
19869
19870 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19871
19872         * message.el (message-expand-name): Use EUDC if the user uses that.
19873
19874 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19875
19876         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19877         character for the encoding to avoid consing a string.
19878
19879         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19880         unnecessarily.
19881
19882         * mm-util.el (mm-replace-chars-in-string): Remove.
19883
19884         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19885         of mm-replace-chars-in-string.
19886
19887 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19888
19889         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19890
19891         * mm-util.el (mm-subst-char-in-string): Support inplace.
19892
19893         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19894         a new string in every iteration.  Use shy groups.
19895
19896 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19897
19898         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19899         * gnus-soup.el (gnus-soup-group-brew):
19900         * gnus-msg.el (gnus-put-message):
19901         * gnus-move.el (gnus-group-move-group-to-server):
19902         * gnus-kill.el (gnus-batch-score):
19903         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19904         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19905         (gnus-group-update-group, gnus-group-read-group)
19906         (gnus-group-make-group, gnus-group-make-help-group)
19907         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19908         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19909         (gnus-group-sort-by-unread, gnus-group-catchup)
19910         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19911         (gnus-group-yank-group, gnus-group-set-info)
19912         (gnus-group-list-groups):
19913         * gnus.el (gnus-generate-new-group-name):
19914         * gnus-delay.el (gnus-delay-send-queue):
19915         * nnvirtual.el (nnvirtual-catchup-group):
19916         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19917         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19918         (gnus-group-prepare-topics, gnus-topic-check-topology):
19919         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19920         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19921         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19922         (gnus-group-make-articles-read):
19923         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19924         (gnus-group-change-level, gnus-kill-newsgroup)
19925         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19926         (gnus-get-unread-articles, gnus-make-articles-unread)
19927         (gnus-make-ascending-articles-unread): Use accessor
19928         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19929         to get group information for improved readability.
19930
19931
19932 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19933
19934         * gnus-art.el (article-decode-mime-words, article-babel)
19935         (gnus-article-highlight-signature, gnus-article-add-buttons)
19936         (gnus-signature-toggle): Use gnus-with-article-buffer.
19937
19938         * gnus-art.el (gnus-article-highlight-headers)
19939         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19940
19941         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19942         (gnus-article-set-globals, gnus-request-article-this-buffer)
19943         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19944         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19945         (gnus-mime-display-alternative): Use with-current-buffer.
19946
19947 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19948
19949         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19950         also under 80 char limit, and call gnus-error if needed.
19951         (spam-fetch-article-header): Fix - it was a
19952         buffer-local variable (gnus-newsgroup-data).
19953         (spam-find-spam): Use spam-generate-fake-headers, forget about
19954         spam-insert-fake-headers.
19955         (spam-insert-fake-headers): Remove.
19956
19957 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19958
19959         * deuglify.el (gnus-article-outlook-unwrap-lines)
19960         (gnus-outlook-rearrange-article)
19961         (gnus-outlook-repair-attribution-outlook)
19962         (gnus-outlook-repair-attribution-block)
19963         (gnus-outlook-repair-attribution-other): Remove redundant
19964         save-excursion.
19965
19966 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19967
19968         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19969         (spam-fetch-field-subject-fast)
19970         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19971         (spam-fetch-article-header): Add functions to deal with Gnus
19972         internals for fast retrieval of article header data.
19973         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19974
19975 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * pop3.el (pop3-md5): Remove.
19978         (pop3-apop): Replace pop3-md5 with md5.
19979
19980         * mm-bodies.el: base64 is always built-in.
19981
19982         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19983         Use with-current-buffer.
19984
19985 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * canlock.el (canlock-insert-header): Remove excessive grouping in
19988         regexp.
19989
19990         * gnus-sum.el (gnus-summary-read-document): Ditto.
19991
19992         * gnus-uu.el (gnus-uu-part-number): Ditto.
19993
19994         * html2text.el (html2text-remove-tags): Ditto.
19995         (html2text-format-tags): Ditto.
19996         (html2text-format-single-elements): Ditto.
19997
19998         * mml.el (mml-parse-1): Ditto.
19999
20000 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20001
20002         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20003
20004         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20005
20006         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20007
20008         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20009
20010 2003-11-15  Simon Josefsson  <jas@extundo.com>
20011
20012         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20013         (pgg-gpg-lookup-key): Use regexp match instead of
20014         split-string (split-string is different between emacs 21.2 and
20015         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20016
20017 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20018
20019         * gnus-art.el (gnus-mime-view-all-parts)
20020         (gnus-article-part-wrapper, gnus-article-view-part):
20021         Use with-current-buffer.
20022
20023 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20024
20025         * spam.el (spam-disable-spam-split-during-ham-respool)
20026         (spam-spamoracle-database, spam-cache-lookups)
20027         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20028         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20029         (spam-group-ham-marks, spam-group-spam-marks)
20030         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20031         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20032         also add spam-use-blackholes to the statistical checks.
20033         (spam-fetch-field-fast): Add interface to fetching fields, may
20034         become a macro.
20035         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20036         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20037         (spam-insert-fake-headers): Fake an article when needed.
20038         (spam-find-spam): Fake article when possible.
20039         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20040         (spam-check-bogofilter-headers): Use message-fetch-field instead
20041         of nnmail-fetch-field.
20042
20043 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20044
20045         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20046
20047 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20048
20049         * spam.el (spam-split): Do not require spam-use-CHECK to be
20050         enabled if that check is passed to spam-split explicitly; also
20051         fix so 'spam doesn't get converted to spam-split-group when
20052         spam-split-symbolic-return is t.
20053         (spam-find-spam): Find registrations of the article and use those
20054         instead of re-running spam-split to find the spam/ham
20055         classification of the article.
20056         (spam-log-processing-to-registry, spam-log-registered-p)
20057         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20058         Use gnus-error instead of gnus-message.
20059         (spam-log-registration-type): Add function to determine the
20060         classification of a message based on registry entries; will
20061         return nil if both 'spam and 'ham are found.
20062         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20063         a reasonably fast local cache without the loading errors.
20064         (spam-cache-lookups): Set to t by default.
20065         (spam-find-spam): Don't try to guess spam-cache-lookups.
20066         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20067         spam-caches entry.
20068         (spam-filelist-build-cache, spam-filelist-check-cache):
20069         Fix caching of whitelist/blacklist entries.
20070         (spam-check-whitelist, spam-check-blacklist):
20071         Invoke spam-from-listed-p with a type, not a cache variable.
20072         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20073
20074 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20075
20076         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20077
20078         * nnmail.el (nnmail-split-fancy): do.
20079
20080         * mml.el (mml-parse): do.
20081
20082         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20083         (gnus-score-adaptive): do.
20084
20085 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20088         (gnus-mime-button-map): Don't set keymap parent.
20089         (gnus-button-ctan-directory-regexp): Use shy grouping.
20090         (gnus-prev-page-map): Don't set keymap parent.
20091         (gnus-prev-page-map): Remove duplicated one.
20092         (gnus-next-page-map): Don't set keymap parent.
20093         (gnus-mime-security-button-map): Ditto.
20094
20095         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20096         version number.
20097
20098         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20099
20100 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * canlock.el (canlock-sha1-function): Remove.
20103         (canlock-sha1-function-for-verify): Remove.
20104         (canlock-openssl-program): Remove.
20105         (canlock-openssl-args): Remove.
20106         (canlock-ignore-errors): Remove.
20107         (canlock-sha1-with-openssl): Remove.
20108         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20109         (canlock-verify): Don't use canlock-ignore-errors.
20110
20111         * sha1-el.el (sha1-string-external): Make it can return a string
20112         in binary form.
20113         (sha1-region-external): Ditto.
20114         (sha1-string-internal): Ditto.
20115         (sha1-region-internal): Ditto.
20116         (sha1-region): Ditto.
20117         (sha1-string): Ditto.
20118         (sha1): Ditto.
20119
20120 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20121
20122         * spam.el (spam-report-articles-gmane): New command.
20123
20124 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20127
20128         * run-at-time.el (run-at-time-saved): Remove.
20129         (run-at-time): Doc fix.
20130
20131 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20132
20133         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20134         (gnus-summary-limit-map): Add it.
20135         (gnus-summary-make-menu-bar): do.
20136
20137 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20138
20139         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20140         Make attempt at some caching support (done for BBDB only now).
20141         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20142         addresses to be checked.
20143         (spam-clear-cache-BBDB): Add function, to be invoked by
20144         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20145         (spam-check-BBDB): Check and use the caches, if
20146         spam-cache-lookups is on, remove superfluous (provide).
20147
20148 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20149
20150         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20151
20152 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20153
20154         * run-at-time.el (run-at-time-saved): Move to after the definition
20155         of `run-at-time'.
20156
20157         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20158
20159 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20162         mm-w3m-local-map-property.
20163
20164         * mm-view.el (mm-w3m-mode-map): Remove.
20165         (mm-w3m-local-map-property): Remove.
20166         (mm-inline-text-html-render-with-w3m): Don't use
20167         mm-w3m-local-map-property.
20168
20169 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20170
20171         * run-at-time.el: New file.
20172
20173         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20174         under Emacs.
20175
20176         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20177         of gnus-set-text-properties.
20178
20179         * gnus-uu.el (gnus-uu-save-article): Ditto.
20180
20181         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20182
20183         * gnus-cite.el (gnus-cite-parse): Ditto.
20184
20185         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20186         of gnus-.
20187
20188         * gnus-xmas.el (run-at-time): Require run-at-time.
20189
20190         * gnus.el: Change calls to nnheader-run-at-time and
20191         password-run-at-time throughout to use run-at-time directly.
20192
20193         * password.el: Remove definition of run-at-time.
20194
20195         * nnheaderxm.el: Remove definition of run-at-time.
20196
20197 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20198
20199         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20200         in prompt.
20201
20202 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20203
20204         * messagexmas.el (message-xmas-redefine): Alias
20205         `message-make-caesar-translation-table' to
20206         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20207         version.
20208
20209         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20210         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20211         `gnus-xmas-set-text-properties'.
20212         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20213         `gnus-xmas-completing-read'.
20214         (gnus-xmas-completing-read): Removed.
20215         (gnus-xmas-open-network-stream): Removed.
20216
20217         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20218         XEmacs version.
20219
20220         * dns.el (dns-make-network-process): Use `open-network-stream'
20221         instead of `gnus-xmas-open-network-stream'.
20222
20223         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20224
20225         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20226
20227 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20228
20229         * gnus-art.el (gnus-mime-display-alternative)
20230         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20231         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20232         Don't use gnus-local-map-property.
20233
20234         * gnus-util.el (gnus-local-map-property): Remove.
20235
20236         * mm-view.el (mm-view-pkcs7-decrypt):
20237         Replace gnus-completing-read-maybe-default with completing-read.
20238
20239         * gnus-util.el (gnus-completing-read): do.
20240         (gnus-completing-read-maybe-default): Remove.
20241
20242 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20243
20244         * password.el: Only autoload `run-at-time' if not XEmacs.
20245         Only autoload the itimer functions if XEmacs.
20246
20247 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20250         XEmacsen.
20251
20252         * dgnushack.el: Autoload executable-find for XEmacs.
20253
20254 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20255
20256         * gnus-art.el (gnus-read-string): Remove.
20257         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20258         read-string.
20259
20260 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20261
20262         * netrc.el: Autoload password-read.
20263         (netrc): Add configuration group.
20264         (netrc-encoding-method, netrc-openssl-path):
20265         Add variables for encoding and decoding of files with symmetric
20266         ciphers.
20267         (netrc-encode): Add assistant function to encode a file with
20268         netrc-encoding-method.
20269         (netrc-parse): Add interactive parameter, added optional
20270         decoding if netrc-encoding-method is non-nil but otherwise
20271         behavior is standard.
20272         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20273         Do s/encode/encrypt/ everywhere.
20274
20275         * spam.el: Remove executable-find autoload.
20276
20277 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20278
20279         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20280
20281         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20282
20283 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20284
20285         * gnus-art.el (gnus-treat-ansi-sequences)
20286         (article-treat-ansi-sequences): New variable and function.
20287         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20288
20289         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20290         Use it.
20291
20292 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20293
20294         * mm-util.el (mm-quote-arg): Remove.
20295
20296         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20297         shell-quote-argument.
20298
20299         * gnus-uu.el (gnus-uu-command): do.
20300
20301         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20302
20303         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20304         with make-char.
20305
20306         * mm-util.el (mm-make-char): Remove.
20307
20308         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20309         add-minor-mode.
20310
20311         * gnus-undo.el (gnus-undo-mode): do.
20312
20313         * gnus-topic.el (gnus-topic-mode): do.
20314
20315         * gnus-sum.el (gnus-dead-summary-mode): do.
20316
20317         * gnus-start.el (gnus-slave-mode): do.
20318
20319         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20320
20321         * gnus-ml.el (gnus-mailing-list-mode): do.
20322
20323         * gnus-gl.el (gnus-grouplens-mode): do.
20324
20325         * gnus-draft.el (gnus-draft-mode): do.
20326
20327         * gnus-dired.el (gnus-dired-mode): do.
20328
20329         * gnus-ems.el (gnus-add-minor-mode): Remove.
20330
20331         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20332         Replace gnus-char-width with char-width.
20333
20334         * gnus-ems.el (gnus-char-width): Remove.
20335
20336         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20337         Replace gnus-char-width with char-width.
20338
20339         * gnus-ems.el (gnus-char-width): Remove.
20340
20341         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20342         definition.
20343         Remove Emacs 20 hash table compatibility code.
20344
20345         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20346         20 compatibility code.
20347
20348         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20349
20350         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20351
20352         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20353         Replace with point-at-{eol,bol}.
20354
20355         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20356
20357         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20358
20359         * flow-fill.el (fill-flowed-point-at-bol)
20360         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20361
20362         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20363         Replace with point-at-{eol,bol} throughout all files.
20364
20365 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * ntlm.el (ntlm-string-as-unibyte): New macro.
20368         (ntlm-build-auth-response): Use it.
20369
20370         Remove Emacs 20 stuff:
20371         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20372         (butlast, mapc, remove): Remove the compiler macros.
20373         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20374         of delq and copy-sequence.
20375         * gnus-art.el (popup-menu): Remove the compiler macro.
20376         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20377         Emacs 20.
20378
20379 2004-01-05  Simon Josefsson  <jas@extundo.com>
20380
20381         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20382         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20383         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20384         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20385         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20386         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20387         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20388         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20389         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20390         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20391         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20392         string-xor into ntlm-string-xor.
20393         Suggested by Jesper Harder <harder@myrealbox.com>.
20394
20395         * ntlm.el: Don't include poem.
20396
20397         * md4.el (print-int32, print-string-hexa): Remove.
20398         Suggested by Jesper Harder <harder@myrealbox.com>.
20399
20400         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20401
20402         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20403         probably breaks emacs with DL patch, but do we care? Is anyone
20404         still using the DL stuff?)
20405
20406         * sieve-manage.el: Use the password package.
20407         (sieve-manage-read-passwd): Remove.
20408         (sieve-manage-interactive-login): Use password.  Re-add
20409         condition-case around loop.
20410
20411         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20412         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20413         Use the password package.
20414
20415 2003-02-19  Simon Josefsson  <jas@extundo.com>
20416
20417         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20418         token.
20419
20420 2002-08-07  Simon Josefsson  <jas@extundo.com>
20421
20422         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20423         (sieve-manage-authenticators):
20424         (sieve-manage-authenticator-alist): Add some SASL mechs.
20425         (sieve-sasl-auth): New function.
20426         (sieve-manage-cram-md5-auth):
20427         (sieve-manage-plain-auth): Rewrite using SASL library.
20428         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20429         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20430         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20431         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20432
20433 2004-01-05  Simon Josefsson  <jas@extundo.com>
20434
20435         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20436         New files.
20437
20438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20439
20440         * gnus-group.el (gnus-no-groups-message): Update.
20441
20442         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20443
20444 2003-11-09  Simon Josefsson  <jas@extundo.com>
20445
20446         * imap.el: Support for ID IMAP extension (RFC 2971).
20447         (imap-local-variables): Add imap-id.
20448         (imap-id): New variable.
20449         (imap-id): New function.
20450         (imap-parse-response): Parse untagged ID response.
20451         * nnimap.el (nnimap-id): New variable.
20452         (nnimap-open-connection): Use it.
20453
20454 2003-12-28  Simon Josefsson  <jas@extundo.com>
20455
20456         * gnus-score.el (gnus-score-edit-all-score): New.
20457         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20458
20459 2004-01-04  Simon Josefsson  <jas@extundo.com>
20460
20461         * password.el: Add.
20462
20463 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20464
20465         * dns.el (dns-query-types): Fix typo.
20466         (dns-query-types): New function.
20467         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20468         PTR and SOA replies, see RFC 1035.
20469
20470 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20471
20472         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20473
20474         * Move to Changelog.2.
20475
20476 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20477
20478         * gnus.el (gnus-version-number): Bump version.
20479
20480 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20481
20482         * gnus.el: No Gnus v0.1 is released.
20483
20484 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20485
20486         * gnus.el: No Gnus v0.0 is released.
20487
20488 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20489
20490         * gnus.el (gnus-version-number): Bump.
20491         (gnus-version): No.
20492
20493 See ChangeLog.2 for earlier changes.
20494
20495   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20496
20497   This file is part of GNU Emacs.
20498
20499   GNU Emacs is free software: you can redistribute it and/or modify
20500   it under the terms of the GNU General Public License as published by
20501   the Free Software Foundation, either version 3 of the License, or
20502   (at your option) any later version.
20503
20504   GNU Emacs is distributed in the hope that it will be useful,
20505   but WITHOUT ANY WARRANTY; without even the implied warranty of
20506   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20507   GNU General Public License for more details.
20508
20509   You should have received a copy of the GNU General Public License
20510   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20511
20512 ;; Local Variables:
20513 ;; coding: utf-8
20514 ;; fill-column: 79
20515 ;; add-log-time-zone-rule: t
20516 ;; End: