(nnimap-wait-for-response): Wait for results in a more secure manner.
[gnus] / lisp / ChangeLog
1 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4         secure manner.
5
6         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7         move around by not using save-window-excursion.  It seems to work...
8
9 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-art.el (article-make-date-line): Work for user-defined format.
12
13 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
14
15         * nntp.el (nntp-retrieve-group-data-early)
16         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
17         fetching functions.
18
19         * gnus-start.el (gnus-read-active-for-groups): Read the active files
20         thoroughly for all backends that have no known groups.  This should
21         allow new nnml methods to retrieve mail.
22
23         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
24         that Gnus doesn't know exists again.
25
26         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
27         (gnus-treat-date-ut): Ditto.
28         (gnus-article-update-date-header): Renamed.
29         (gnus-treat-date-local): Removed.
30         (gnus-treat-date-english): Removed.
31         (gnus-treat-date-lapsed): Removed.
32         (gnus-treat-date-combined-lapsed): Removed.
33         (gnus-treat-date-original): Removed.
34         (gnus-treat-date-iso8601): Removed.
35         (gnus-treat-date-user-defined): Removed.
36         (gnus-article-date-headers): New variable to control all the date
37         header options.
38         (article-date-ut): Rewrite to allow using the new way to format date
39         headers(s).
40
41 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
42
43         * nnmail.el (nnmail-article-group): Check for a direct fancy split
44         method.
45         (nnmail-article-group): A better test for fanciness.
46
47         * nnimap.el (nnimap-request-head): Protect against not finding the
48         article by Message-ID.
49
50 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-art.el (article-update-date-lapsed): Try a better way to really
53         keep point at the "same place".
54
55 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
56
57         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
58         data if the group is unactivated.
59
60 2011-01-28  Julien Danjou  <julien@danjou.info>
61
62         * gnus-win.el: Remove dead function gnus-window-configuration-element.
63         (gnus-all-windows-visible-p): Remove old compatibility code.
64         (gnus-window-top-edge): Add docstring.
65
66         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
67
68 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
69
70         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
71         older request-update-info.
72
73         * gnus-art.el (article-make-date-line): Limit the length a bit more.
74
75 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
76
77         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
78         mml2015-signers higher precedence over mml2015-sign-with-sender.
79
80 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
83         groups.  This makes the nndraft:queue group pop up if it's not already
84         there.
85
86         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
87         messages" logic, which was reversed.
88
89         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
90         the "same place" even if point is on the line being replaced.
91         (article-update-date-lapsed): Allow updating both the combined lapsed
92         and the lapsed headers.
93         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
94         (article-make-date-line): Limit the number of segments dynamically to
95         avoid too-long lines.
96
97 2011-01-27  Julien Danjou  <julien@danjou.info>
98
99         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
100         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
101
102 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
105         Use plist-get instead of the cl function getf.
106
107 2011-01-27  Glenn Morris  <rgm@gnu.org>
108
109         * gnus-util.el (float-time): Get rid of compiler warning, again.
110
111 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
112
113         * shr.el (shr-put-color): Special-case background colours: Do put them
114         at the blank parts at the front of the lines.
115
116         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
117         exit hook to nix out all data on readedness on group exit.
118
119         * gnus-util.el (float-time): If float-time is bound, always use it on
120         all Emacsen.  It's unclear why the subrp check was there.
121         (time-date): Require to make some autoload issues on XEmacs go away.
122
123         * shr.el (shr-put-color): Don't do the box padding in tables, since
124         they're already padded.
125
126 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-art.el (gnus-article-next-page): When the last line of the
129         article is displayed, scroll down once more instead of going to the
130         next article at once.
131         (article-lapsed-string): Refactor out and allow specifying how many
132         segments you want.
133         (gnus-article-setup-buffer): Start updating the lapsed header directly.
134         (gnus-article-update-lapsed-header): New variable.
135
136         * shr.el: Revert change that made headings use different-sized faces.
137         The Emacs display engine isn't advanced enough that, for instance,
138         tables can comfortably use differntly-sized faces.
139
140 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
141
142         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
143         used.
144         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
145         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
146         we're using an encrypted connection.
147
148         * proto-stream.el: Alter the interface functions to also return the
149         actual stream type used: network or tls.
150
151 2011-01-25  Julien Danjou  <julien@danjou.info>
152
153         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
154         (mm-display-javascript-inline): New function.
155
156         * mm-decode.el (mm-inline-media-tests): Add application/javascript
157         viewing function.
158
159 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * shr.el (shr-expand-newlines): Fix variable name.
162
163 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el (shr-expand-newlines): Make nested boxes work.
166
167 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
168
169         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
170         backgrounds.
171         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
172         in a more sensible manner.
173
174 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
177         if EPG is loaded.
178
179 2011-01-24  Julien Danjou  <julien@danjou.info>
180
181         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
182         tags.
183
184 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
187         commands.
188
189         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
190         in the article buffer.
191         (gnus-gravatar-insert): Use blank space from the current buffer to
192         avoid breaking text properties.  This makes X-Sent updating work again.
193
194         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
195
196 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
199         fix the bug in url-http.el instead.
200
201         * shr.el (shr-image-fetched): Ditto.
202
203         * shr.el (shr-image-fetched): Avoid having point move in the article
204         buffer.
205
206         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
207         buffer after being called.  It's apparently being killed by url.el, and
208         killing it made point move to end-of-buffer in a random buffer.
209
210         * shr.el (shr-image-fetched): Ditto.
211
212 2011-01-23  Julien Danjou  <julien@danjou.info>
213
214         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
215
216         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
217         text/x-org.
218
219 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-sum.el (gnus-summary-move-article): Protect against backends
222         (i.e., nnimap) returning nil as the article number.
223
224 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
225
226         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
227         "DelSp" parameter in RFC3676.
228
229 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
230
231         * message.el (message-check-recipients): Display the encoded version of
232         the bogus address if they differ.
233
234         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
235         after sending.
236
237         * gnus-agent.el (gnus-agent-send-mail): Ditto.
238
239         * gnus-group.el (gnus-group-refresh-group): New convenience function.
240
241         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
242         group buffer after sending the queue.
243
244         * gnus-agent.el (gnus-agent-send-mail): Ditto.
245
246 2011-01-22  Julien Danjou  <julien@danjou.info>
247
248         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
249
250 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
253         nested related parts.
254
255         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
256         unexpired articles.  This fixes the regression that led expiry marks to
257         disappear from nnfolder groups.
258
259 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
260
261         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
262         Don't confuse the "ret" of "retrograde" with RET.
263
264 2011-01-21  Julien Danjou  <julien@danjou.info>
265
266         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
267         than mm-insert-inline.
268
269 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
272         Widen article buffer.
273
274 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
275
276         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
277         the temp buffer.
278         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
279
280 2011-01-20  Julien Danjou  <julien@danjou.info>
281
282         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
283
284         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
285         than mm-insert-inline to insert inline part: this respect
286         mm-inline-media-tests displayers.
287
288         * mm-view.el (mm-display-shell-script-inline): New function.
289
290         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
291
292         * mm-uu.el (mm-uu-type-alist): Add org block.
293         (mm-uu-org-src-code-block-extract): New function.
294
295         * mm-view.el (mm-display-org-inline): New function.
296
297         * mm-decode.el (mm-automatic-display): Add text/org.
298
299         * mailcap.el (mailcap-mime-extensions): Add .org.
300
301 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * gnus-art.el (gnus-article-highlight): Remove argument passed to
304         gnus-article-add-buttons.
305
306 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
307
308         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
309         From header with a date and "nobody" as the sender.
310
311 2011-01-19  Julien Danjou  <julien@danjou.info>
312
313         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
314         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
315         if you have the same regexp several times.
316         (gnus-button-push): Fix matching when regexp is symbol.
317
318 2011-01-15  Glenn Morris  <rgm@gnu.org>
319
320         * message.el (message-mail): A compose-mail function should
321         accept headers as strings.
322
323 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
324
325         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
326         Add :vert-only tags.
327         (message-mail): New arg RETURN-ACTION.
328         (message-return-action): New var.
329         (message-bury): Use it.
330         (message-mode): Make it buffer-local.
331         (message-send-and-exit): Always call message-bury.
332
333         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
334         message-mail.
335
336 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * nnimap.el (nnimap-convert-partial-article): Protect against
339         zero-length body parts.
340
341         * mm-decode.el (mm-preferred-alternative-precedence):
342         Discourage showing empty parts.
343
344         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
345         and stuff if the backend didn't return the article number.  This fixes
346         an Exchange-related nnimap bug.
347
348         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
349         group window, because it does the wrong thing when a separate frame
350         displays the group buffer.
351
352         * proto-stream.el (open-protocol-stream): Protect against the low-level
353         transport functions returning nil.
354
355 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
356
357         * mml2015.el (epg-sub-key-fingerprint): Autoload.
358         (mml2015-epg-find-usable-secret-key): New function.
359         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
360         mml2015-epg-find-usable-key (Bug#7797).
361         (mml2015-epg-encrypt): Ditto.
362
363 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * dgnushack.el (rot13-string): Fix the way to get the argument.
366
367 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
370
371 2011-01-03  Glenn Morris  <rgm@gnu.org>
372
373         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
374
375         * sieve.el (sieve-open-server): Give a more explicit error if
376         sieve-manage-open returns nil.  (Bug#7720)
377
378 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
379
380         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
381
382 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
385         This avoids sending passwords in plain text over non-encrypted
386         channels.
387
388         * shr.el (shr-rescale-image): Display all GIF images as animated images.
389
390         * nnimap.el (nnimap-login): Refactored out into own function, and
391         implement CRAM-MD5.
392         (nnimap-wait-for-line): Refactored out.
393
394         * mm-view.el (mml-smime): Require.
395
396 2010-12-20  David Engster  <deng@eml.cc>
397
398         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
399         use EPG to decrypt S/MIME messages instead of openssl.
400
401 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
404
405         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
406         status is the group clearly is unreachable.
407
408         * auth-source.el (auth-source-create): Add the optional second
409         parameter to `local-variable-p' to be compatible with XEmacs.
410
411 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
412
413         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
414         work when using a compressed nnml folder.
415
416 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
419         backends after sanitising on entry, because this never makes sense:
420         If the articles have gone missing, then the data no longer exists on
421         the backend, and if they haven't, then Gnus is wrong, and shouldn't
422         overwrite anything anyway.
423
424         * shr.el (shr-insert-document): Bind shr-width dynamically to
425         window-width if it's nil.
426
427 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
428
429         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
430         with the meaning of using the full emacs window width for rendering.
431
432 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
433
434         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
435         case when sender is not given.
436
437 2010-12-23  Julien Danjou  <julien@danjou.info>
438
439         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
440         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
441         the addresses, otherwise we might misplaced the gravatar.
442
443 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
444
445         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
446         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
447         obsolete in Emacs.
448
449 2010-12-20  Julien Danjou  <julien@danjou.info>
450
451         * gnus-util.el (gnus-rescale-image): Revert last change.
452
453 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
454
455         * binhex.el: Improve commentary (Bug#7482).
456
457 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-group.el (gnus-group-delete-articles): New command.
460
461 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
462
463         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
464
465 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
468         here, since it's up to the backends to do CRLF removal if their
469         protocol has it.
470
471         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
472
473 2010-12-17  Julien Danjou  <julien@danjou.info>
474
475         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
476         they are from file. Can also scale up.
477
478 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
479
480         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
481         gnus-use-agent.
482         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
483
484         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
485
486 2010-12-17  Julien Danjou  <julien@danjou.info>
487
488         * gravatar.el (gravatar-retrieve-synchronously): New function.
489         (gravatar-get-data): Make more robust.
490
491 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
494
495 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
498         to really consider the last line.
499
500 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
501
502         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
503         list of recipient keys, or use symmetric encryption if not a list.
504         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
505         EPA override, replacing the call to `netrc-store-data'.
506
507 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
508
509         * gnus-srvr.el: Avoid passing nil regexp argument to
510         delete-matching-lines.
511
512 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
515         fetching stops when Gnus exits.
516
517         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
518         function.
519         (nnfolder-request-expire-articles): Save all the buffers after doing
520         expiry.
521
522         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
523         the last article", since that led to serious performance regressions
524         when expiring nnml groups.
525
526 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
527
528         * nnir.el: Improve customizations.
529
530 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
533
534         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
535         group has been killed.
536         (gnus-group-yank-group): Ditto.
537
538         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
539
540         * nnimap.el (nnimap-request-update-group-status): New function.
541
542         * gnus-int.el (gnus-request-update-group-status): New interface
543         function.
544
545         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
546         copying read-ness to the backends.
547
548         * nnimap.el (nnimap-quirk): New function.
549         (nnimap-retrieve-group-data-early): Use it.
550         (nnimap-quirks): New alist.
551
552 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * shr.el (shr-insert): Set shr-start after deleting trailing space;
555         don't delete it within indentation.
556
557 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
560         previous line.
561
562 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
565         QRESYNC command by deleting a superfluous space which broke Cyrus
566         servers.  This change will break other servers that are buggy the other
567         way around.
568
569 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * spam.el: Reindent and fix long lines.
572         (spam-copy-or-move-routine): Exclude invalid move destinations.
573
574 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
575
576         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
577         installed the registry.
578
579 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
582
583 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
584
585         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
586         groupname doesn't contain "gmane".
587
588 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
591         and netrc-bound-and-true-p bindings.
592         (netrc-parse): Cache the netrc contents.
593
594         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
595         (gnus-1): Don't create the nndrafts group twice.
596         (gnus-setup-news): There's no need to read the active file here, since
597         that's done again later on a per-backend basis.
598         (gnus-start-draft-setup): Make sure that the new group is started out
599         empty.
600
601         * gnus-agent.el (gnus-agentize): Don't create the queue group
602         automatically on startup.  It'll be created later, if needed.
603
604         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
605         of automatically subscribed groups.
606         (gnus-auto-subscribed-categories): New variable.
607         (gnus-matches-options-n): Use it.
608         (gnus-default-subscribed-newsgroups): Remove unused variable.
609         (gnus-start-draft-setup): Message a bit less.
610
611 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
612
613         * nnir.el (nnir-run-imap): Return article list in order of increasing
614         UID.
615
616 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-sum.el (gnus-summary-enter-digest-group):
619         Mention gnus-auto-select-on-ephemeral-exit.
620
621         * proto-stream.el (proto-stream-open-network-only): Fix the calling
622         convention of the network-only option.
623
624 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * proto-stream.el (proto-stream-open-network-only): New function to
627         have a way to specify non-STARTTLS upgrade connections.
628
629 2010-12-10  Julien Danjou  <julien@danjou.info>
630
631         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
632         email address is nil.
633
634         * message.el (message-bogus-recipient-p): Set address to "" if nil.
635
636 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
637
638         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
639         deletion.
640         (nnir-run-imap): Only need to parse list once.
641
642 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * shr.el (shr-tag-script): Ignore <script>.
645         (shr-tag-label): Add <label> support.
646
647 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
650
651         * shr.el (shr-image-displayer): Work for images lined side by side.
652
653 2010-12-08  Robert Pluim  <rpluim@gmail.com>
654
655         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
656         parameter, since XEmacs doesn't accept t as a parameter.
657
658 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
659
660         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
661         ids.
662         (nnir-run-gmane): Simplify groupspec formatting.
663         (nnir-request-expire-articles): New function.
664
665 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
668         overflow, possibly.
669
670         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
671         (shr-render-td): Handle td style="" better.
672         (shr-tag-table): Use the color from the style sheet.
673         (shr-render-td): Make sure we copy over all the overlays, too.
674
675 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
676
677         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
678         (nnir-request-article): Improve article retrieval.
679
680 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * mm-util.el (mm-extra-numeric-entities): New variable.
683
684         * mm-url.el (mm-url-decode-entities):
685         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
686
687         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
688
689 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * message.el: Use completion-at-point.
692         (message-completion-function): New fun, extracted from message-tab.
693         (message-mode): Use it for completion-at-point-functions.
694         (message-tab): Use it and completion-at-point.
695
696 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
699         character if a non-breakable character follows.
700
701 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
704         any stream.
705
706         * shr.el (shr-tag-font): Colorize the region.
707         (shr-tag-body): Ditto.
708         (shr-tag-font): Actually let the styles be inherited instead of
709         overwriting them.
710         (shr-tag-font): Get the background color right.
711         (shr-tag-style): Ignore all <style> tags for the moment.
712
713         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
714         a Message-ID to avoid having nnimap depend on gnus-sum.
715
716         * shr.el (shr-descend): Only colorize something if we have a node that
717         sets colors.
718
719 2010-12-06  Julien Danjou  <julien@danjou.info>
720
721         * shr.el (shr-render-td): Render td content with shr-descend, so style
722         will be applied to <td> too.
723         (shr-colorize-region): Colorize region even if we only have a background.
724         (shr-tag-body): Fix color and background color inheritance.
725         Do not recolorize after shr-generic.
726         (shr-tag-font): Let shr-generic colorize via inheritance.
727
728 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
731
732 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
733
734         * nnir.el (nnir-request-move-article): Remove obsolete code.
735
736 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
739
740 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus-sum.el (gnus-summary-respool-article): The completion function
743         expects a list instead of an alist.
744
745         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
746         string as the parameter.
747
748         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
749
750         * shr.el (shr-stylesheet): New dynamic variable for cascading the
751         styles.
752         (shr-colorize-region): New function.
753         (shr-insert-background-overlay): Remove.
754         (shr-render-td): Background setting should be taken care of on a higher
755         level.
756         (shr-tag-body): Use post-hoc colorizations.
757         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
758         (shr-put-color-1): Don't overwrite old colors.
759         (shr-colorize-region): When the background color isn't explicit, use
760         a fixed background.
761
762         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
763         nnmail variables.
764
765 2010-12-05  Bjørn Mork  <bjorn@mork.no>
766
767         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
768         unless necessary.
769
770 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
771
772         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
773         server.
774
775 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
778         so that TAB works.
779
780         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
781         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
782
783         * shr.el (shr-urlify): Show the URL before the title to avoid
784         misleading URLs.
785
786 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
787
788         * shr.el (shr-urlify): Display the title in <a> tags.
789
790 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
791
792         * nnir.el (nnir-categorize): Replace mapcar with mapc.
793
794 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
795
796         * nnir.el: Rearrange code to allow macros to be autoloaded by
797         gnus-sum.el.
798         (nnir-retrieve-headers-override-function): Make this variable
799         customizable.
800         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
801
802         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
803         from nnir.el.
804
805 2010-12-03  Julien Danjou  <julien@danjou.info>
806
807         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
808
809 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
812         allow optional argument `environment'.
813
814 2010-12-03  Glenn Morris  <rgm@gnu.org>
815
816         * mm-extern.el (message-goto-body): Update declaration.
817
818 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-util.el (gnus-macroexpand-all): New function.
821
822         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
823         instead of macroexpand-all that is unavailable in XEmacs.
824
825 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
826
827         * nnir.el (nnir-summary-line-format): New variable.
828         (nnir-mode): Use it.
829         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
830         (nnir-article-ids): Reimplement as defsubst.
831         (nnir-retrieve-headers): Don't mangle the subject header.
832         (nnir-run-imap): Use 100 as RSV score.
833         (nnir-run-find-grep): Fix for full server searching.
834         (nnir-run-gmane): Better restriction to gmane groups.
835
836         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
837         summary buffers.
838
839 2010-12-02  Julien Danjou  <julien@danjou.info>
840
841         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
842
843         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
844
845         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
846         support.
847
848 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
849
850         * nnir.el: Update to handle the registry better.
851         (autoload): Silence byte-compiler.
852         (nnir-open-server): Add a hook for nnir groups.
853         (nnir-request-move-article): Don't mangle the header. Better to use
854         formating variables (which will be added in the future).
855         (nnir-registry-action): Update the registry using the original article
856         group name.
857         (nnir-mode): Install nnir-specific hooks for updating the registry.
858
859         * gnus-sum.el
860         (gnus-article-original-subject,gnus-newsgroup-original-name):
861         Remove obsolete variables.
862         (gnus-summary-move-article): Remove use of obsolete variables.
863         (gnus-summary-local-variables): Make move and delete hooks local to
864         summary buffers.
865
866 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * rtree.el: New file.
869
870 2010-12-01  Julien Danjou  <julien@danjou.info>
871
872         * message.el (message-user-organization): Do not use
873         gnus-local-organization.
874
875         * gnus.el: Remove gnus-local-organization.
876
877         * gnus-msg.el: Remove nastygram thing.
878
879 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
880
881         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
882         funcall.
883
884 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
887         names.
888
889         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
890         characters.
891
892         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
893         to t of inhibit-read-only since it is inside gnus-with-article-headers.
894         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
895         (gnus-gravatar-transform-address): Use mail-extract-address-components
896         that supports non-ASCII names rather than mail-header-parse-addresses.
897
898 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * proto-stream.el (open-protocol-stream): All starttls connections are
901         handled by the network handler.
902
903 2010-11-30  Julien Danjou  <julien@danjou.info>
904
905         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
906         (nnimap-open-connection-1): Fix PREAUTH.
907
908         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
909
910 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
913         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
914         (shr-insert): Use them.
915         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
916
917 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
918
919         * nnir.el (nnir-request-move-article): Bail out if original group
920         doesn't support article moves.
921         (nnir-get-active): Improve active list retrieval.
922
923 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * shr.el (shr-find-fill-point): Don't break before apostrophes.
926
927 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
928
929         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
930         seem to accept strings-with-numbers as port numbers,
931
932 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
935         change the registry.
936
937 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
940         delete-dups that is not available in XEmacs 21.4.
941
942         * mm-util.el (mm-delete-duplicates): Add comment.
943
944 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
945
946         * nnir.el (nnir-ignored-newsgroups): New variable.
947         (nnir-get-active): Use it.
948
949 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * proto-stream.el (proto-stream-open-network): Add some comments.
952
953         * nntp.el (nntp-open-connection): Provide a :success condition.
954
955         * nnimap.el (nnimap-open-connection-1): Ditto.
956
957         * proto-stream.el (proto-stream-open-network): See what the response to
958         the STARTTLS command is.
959
960         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
961         backwards compatibility).
962         (nnimap-open-connection-1): Really respect nnimap-server-port.
963
964         * proto-stream.el (proto-stream-open-network): When doing opportunistic
965         TLS upgrades we don't really care about the identity of the peer.
966         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
967         that what we've checked for.
968         (proto-stream-always-use-starttls): Only default to t if
969         open-gnutls-stream exists.
970         (proto-stream-open-network): If STARTTLS failed, then just open a
971         normal connection.
972         (proto-stream-open-network): Wait until the greeting before doing
973         STARTTLS.
974
975         * nntp.el (nntp-open-connection): Report what the connection error is.
976
977         * proto-stream.el (open-protocol-stream): Rename from
978         open-proto-stream.
979
980 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * nnimap.el (nnimap-stream): Change default to `undecided'.
983         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
984         first, and then network.
985         (nnimap-open-connection-1): Respect nnimap-server-port.
986         (nnimap-open-connection): Be more backwards-compatible.
987
988         * proto-stream.el (proto-stream-always-use-starttls): New variable.
989         (proto-stream-open-starttls): De-duplicate the starttls code.
990         (proto-stream-open-starttls): Folded back into the main function.
991         (proto-stream-open-network): Fix typo in the gnutls path.
992         (proto-stream-command): Refactor out.
993
994         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
995
996         * proto-stream.el (proto-stream-open-starttls): Actually implement the
997         starttls.el STARTTLS.
998
999         * color.el (color-lab->srgb): Fix function call name.
1000
1001         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1002         if we're using tls.el.
1003         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1004         built in, then don't try to establish a STARTTLS connection.
1005
1006         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1007         servers.
1008
1009         * proto-stream.el (open-proto-stream): Use network, not stream.
1010         (open-proto-stream): Add a way to specify what the end of a command is.
1011
1012         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1013         connections types.
1014         (nntp-open-network-stream): Remove.
1015         (nntp-open-ssl-stream): Remove.
1016         (nntp-open-tls-stream): Remove.
1017         (nntp-ssl-program): Remove.
1018
1019         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1020
1021 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1022
1023         * nnir.el: Fix typos.
1024         (nnir-retrieve-headers-override-function): Rename variable to reflect
1025         new semantics.
1026         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1027         macros.
1028         (nnir-request-article, nnir-request-move-article): Use them.
1029         (nnir-categorize): New function.
1030         (nnir-run-query): Use it.
1031         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1032         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1033         sorted.
1034         (nnir-group-full-name): Use gnus-group-full-name instead.
1035         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1036         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1037
1038 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1041
1042         * proto-stream.el: New library to provide protocol-specific
1043         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1044         protocols.
1045         (open-proto-stream): Complete the documentation.
1046         (proto-stream-open-network): Fix some typos.
1047
1048         * nnimap.el (nnimap-open-connection): Use it.
1049
1050 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1051
1052         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1053         negotiation.
1054
1055 2010-11-26  Julien Danjou  <julien@danjou.info>
1056
1057         * color.el: Rename various rgb functions to srgb.
1058
1059 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1062         names.
1063
1064 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * shr.el (shr-insert): Revert last change.
1067         (shr-find-fill-point): Never leave point being at bol;
1068         relax the kinsoku limitation when rendering tables.
1069
1070 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1073         results from -accept-article.
1074
1075         * shr-color.el: Require cl when compiling.
1076
1077         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1078         checkin.
1079
1080         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1081
1082         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1083
1084         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1085         'add and 'delete to set backend marks.
1086
1087         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1088
1089         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1090
1091         * nntp.el (nntp-request-set-mark): Use it.
1092
1093         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1094
1095         * nnml.el (nnml-request-set-mark): Ditto.
1096
1097         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1098         introduces regressions in article selection.
1099         (nnimap-find-uid-response): New function.
1100         (nnimap-request-accept-article): Use the UID returned, if any.
1101         (nnimap-request-move-article): Use the UID returned, if any.
1102         (nnimap-get-groups): Reimplement to work with folded lines.
1103         (nnimap-find-uid-response): The UID is the last element in the list.
1104         (nnimap-request-set-mark): Extend syntax with 'set.
1105
1106         * nnml.el (nnml-request-set-mark): Ditto.
1107
1108         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1109
1110         * nntp.el (nntp-request-set-mark): Ditto.
1111
1112 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * message.el (message-called-interactively-p): A temporary macro.
1115         (message-goto-body): Use it temporarily.
1116
1117 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1120         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1121         (nnimap-last-response-string): Fix last unfolding fix.
1122
1123 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * shr.el (shr-insert): Fix the way to fold lines.
1126
1127 2010-11-25  Julien Danjou  <julien@danjou.info>
1128
1129         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1130
1131         * color.el: Rename from color-lab.el
1132         (color-rgb->hex): Add.
1133         (color-complement): Add.
1134         (color-complement-hex): Add.
1135
1136         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1137
1138 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1141         don't exist.
1142
1143 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1146         assuming that article displaying or another mml-preview may be
1147         interrupted for an error or for the like.
1148
1149         * shr.el (shr-get-background): Fix argument name.
1150
1151 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1154
1155         * gnus-sum.el (gnus-summary-include-articles): New function.
1156
1157         * message.el (message-goto-body): called-interactively-p needs a
1158         parameter, so use `any'.
1159
1160         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1161         clear marks before moving, since they're synced from the Gnus side
1162         first.
1163
1164         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1165         (gnus-summary-move-article): Copy over all marks before moving, so that
1166         IMAP doesn't think a new article has arrived.
1167
1168 2010-11-24  Julien Danjou  <julien@danjou.info>
1169
1170         * shr.el (shr-insert-background-overlay): Fix typo.
1171         (shr-render-td): Copy the background before rendering.
1172
1173         * shr-color.el (shr-color-visible): Fix docstring.
1174
1175         * shr.el (shr-tag-table): Add bgcolor support.
1176         (shr-render-td): Add bgcolor support.
1177         (shr-get-background): Add.
1178         (shr-insert-foreground-overlay): Use shr-get-background.
1179
1180         * message.el (message-goto-body): Use called-interactively-p.
1181         (message-in-body-p): message-goto-body returns point.
1182
1183 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1186         Fixes something or other in Emacs 23, and is backwards compatible.
1187
1188         * message.el (message-goto-body): Remove the <#secure special-casing,
1189         which is too special.
1190
1191         * shr.el (shr-parse-style): Drop !important from styles.
1192
1193 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1194
1195         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1196         this function to return incorrect results when calling it with an
1197         explicit article argument different from
1198         (gnus-summary-article-number).
1199
1200 2010-11-24  Julien Danjou  <julien@danjou.info>
1201
1202         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1203         (shr-tag-body): Add background support.
1204         (shr-descend): Add background support.
1205         (shr-tag-title): Add.
1206
1207         * shr-color.el (shr-color-visible): Really return original background
1208         if fixed.
1209
1210 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * shr.el (shr-color-check): Protect against non-existant colour names.
1213
1214 2010-11-24  Julien Danjou  <julien@danjou.info>
1215
1216         * color-lab.el: Require 'cl when compiling.
1217
1218         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1219
1220         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1221         matched part.
1222
1223         * color-lab.el: Fix all expt calls to use float type.
1224
1225 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1228         expression to shr-color-check as is.
1229
1230         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1231
1232         * color-lab.el: Add coding cookie.
1233         (float-pi): Use eval-and-compile.
1234
1235         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1236         compiled for Emacsen having no `libxml-parse-html-region' support.
1237
1238 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-insert-color-overlay): Split stuff like
1241         "#444444 !important" to find the real colour.
1242         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1243         parse <font color="red"> entries.
1244
1245 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1246
1247         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1248         point when parsing headers.
1249
1250         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1251         is positioned properly when parsing headers.
1252
1253 2010-11-23  Julien Danjou  <julien@danjou.info>
1254
1255         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1256
1257         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1258
1259         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1260
1261         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1262         Use shr-color-hue-to-rgb.
1263         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1264
1265 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * shr.el (shr-color->hexadecimal): Autoload.
1268         (shr-descend): Add color to all tags.
1269
1270 2010-11-22  Julien Danjou  <julien@danjou.info>
1271
1272         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1273         shr-color->hexadecimal.
1274
1275         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1276         RGB() or HSL() color representation.
1277
1278         * shr.el (shr-tag-font): Add.
1279         (shr-tag-color-check): New function to get better colors.
1280         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1281         tag-span.
1282
1283         * shr-color.el: New file.
1284
1285         * color-lab.el: New file.
1286
1287         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1288
1289 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1290
1291         * nnir.el: Fix typo in comments.
1292         (nnir-run-imap): Simplify code. No need to reverse artlist.
1293         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1294
1295 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1298
1299         * nnimap.el (nnimap-get-capabilities): Refactor out.
1300         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1301
1302 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1303
1304         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1305         appearing when `mm-uu-hide-markers' is nil.
1306
1307 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * nnimap.el (nnimap-unselect-group): Make into its own function.
1310         (nnimap-request-rename-group): Unselect group before renaming.
1311         This had gotten lost somewhere.
1312         (nnimap-request-accept-article): Keep track of examined groups, and
1313         unselect the group before APPENDing to read-only groups.
1314         (nnimap-request-move-article): Clear flags before moving so that they
1315         can be re-set later.
1316
1317 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1320         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1321
1322 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gnus-art.el (gnus-mime-display-single)
1325         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1326         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1327         parameter.
1328
1329 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1332         (shr-table-vertical-line): New variable.
1333         (shr-insert-table): Use it.
1334
1335 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-html.el (gnus-html-wash-images): Don't display images if
1338         gnus-inhibit-images is non-nil; register displayer for cid images.
1339         (gnus-html-display-image): Work for cid image.
1340         (gnus-html-insert-image): Allow arguments.
1341         (gnus-html-put-image): Inhibit read-only.
1342         (gnus-html-prefetch-images): Don't prefetch images if
1343         gnus-inhibit-images is non-nil.
1344
1345 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * shr.el (shr-put-image): Break lines when inserting big pictures.
1348
1349 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1350
1351         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1352         sender, thanks Katsumi Yamaoka.
1353
1354 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1355
1356         * nnir.el (nnir-run-imap): Reverse the article list for each group
1357         rather than the whole list.
1358
1359 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * shr.el (shr-image-displayer): Protect function against non-existent
1362         image source.
1363
1364         * gnus-art.el (gnus-inhibit-images): New user option.
1365         (gnus-mime-display-single): Don't display image if it is non-nil.
1366
1367         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1368         gnus-inhibit-images.
1369
1370         * shr.el (shr-image-displayer): New function.
1371         (shr-tag-img): Use it.
1372
1373 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1374
1375         * mml2015.el (mml2015-epg-sign): Use From header.
1376
1377 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1380
1381         * gnus-util.el (gnus-find-text-property-region): Return markers.
1382
1383         * shr.el (shr-tag-img): Put a displayer in the text property.
1384
1385         * gnus-util.el (gnus-find-text-property-region): New utility function.
1386
1387         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1388         (gnus-html-show-images): Remove.
1389
1390         * gnus-art.el (gnus-article-show-images): New, more general function.
1391
1392         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1393         image url text properties.
1394
1395         * shr.el: Ditto.
1396
1397         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1398         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1399
1400 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1403         work for two or more articles.
1404
1405 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1408         divide an image that's in an html article to two or more when washing
1409         non-ASCII characters in alt text of it.
1410
1411 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1414         smime-decrypt-region using function argument.
1415         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1416
1417         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1418
1419         * smime.el (smime-decrypt-region): Catch it.
1420
1421 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1422
1423         * smime.el (smime-mode-map): Move initialization into declaration.
1424         (gnus-run-mode-hooks): Don't autoload.
1425         (smime-mode): Use define-derived-mode.
1426
1427 2010-11-11  Glenn Morris  <rgm@gnu.org>
1428
1429         * smime.el (from): Restrict declaration to XEmacs.
1430
1431         * nnir.el (gnus-group-topic-name): Autoload.
1432
1433 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * shr.el (shr-insert): Don't break long line if it is because of
1436         kinsoku-bol characters in the line end.
1437
1438 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1439
1440         * nnir.el (nnir-request-move-article): Fix to provide original group
1441         and subject.
1442         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1443         been retrieved.
1444
1445         * gnus-sum.el (gnus-summary-move-article): Use original group and
1446         subject for virtual articles such as those in an nnir summary buffer.
1447
1448 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1451         least 21.5).
1452
1453         * smime.el (from): Declare it again for XEmacs.
1454
1455 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * message.el (message-resend): Don't disable encoding unless it's
1458         already encoded.
1459
1460         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1461         low-numbered articles.
1462
1463 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * rfc2047.el (rfc2047-syntax-table): Simplify.
1466
1467         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1468
1469         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1470         set-char-table-range for XEmacs.
1471
1472 2010-11-10  Glenn Morris  <rgm@gnu.org>
1473
1474         * time-date.el (time-to-seconds): Always an alias on Emacs,
1475         never a real function.
1476         (with-no-warnings): Remove compat stub, now unused.
1477         (time-less-p): Doc fix.
1478         (time-to-number-of-days): Simplify.
1479
1480         * smime.el (from): Remove unused declaration.
1481
1482         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1483         (gnus-float-time): On Emacs, always an alias.
1484
1485         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1486         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1487
1488 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * dgnushack.el: Don't use ignore-errors in the top level form since it
1491         is unavailable in XEmacs even if cl is loaded.
1492
1493         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1494
1495 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * shr.el (browse-url-mailto): Autoload.
1498
1499         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1500
1501         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1502         regexp doesn't need quoting.
1503
1504 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1505
1506         * message.el (message-subject-trailing-was-ask-regexp)
1507         (message-subject-trailing-was-regexp): Match was: in addition to was.
1508
1509 2010-11-09  Glenn Morris  <rgm@gnu.org>
1510
1511         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1512         (nnbabyl-check-mbox): Use point-at-bol.
1513
1514 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1517
1518         * message.el (message-mailto): New function.
1519         (message-mailto): Should accept other parameters.
1520         (message-mailto): Remove since it duplicates browse-url-mailto
1521         functionality.
1522
1523 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1526         methods.
1527         (gnus-read-active-file): Ditto.
1528
1529         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1530         ": " from the prompt.
1531         (gnus-group-make-group): Ditto.
1532
1533 2010-11-07  Glenn Morris  <rgm@gnu.org>
1534
1535         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1536         (gnus-bookmark-kill-line): Use point-at-eol.
1537
1538 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1541         asterisks in From header.
1542
1543 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1546         string to avoid making the From headers syntactically invalid.
1547
1548         * message.el (message-send-mail): Don't insert courtesy messages if the
1549         message already has List-Post and List-ID messages.
1550
1551 2010-11-06  Glenn Morris  <rgm@gnu.org>
1552
1553         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1554         `condition', `type', `length' a prefix.
1555         (gnus-treat-predicate): Update for above name changes.
1556
1557 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1558
1559         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1560         binding.  Handled by `gnus-summary-refer-thread' instead.
1561         (nnir-warp-to-article): New backend function.
1562
1563         * nnimap.el (nnimap-request-thread): Force dependency updating.
1564
1565         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1566         (gnus-summary-refer-thread): Rework to improve thread-referral.
1567
1568         * gnus-int.el (gnus-warp-to-article): New function.
1569
1570         * gnus-sum.el (gnus-summary-article-map): Bind it.
1571
1572 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1573
1574         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1575         gnus-summary-refer-thread.
1576
1577         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1578         headers.
1579         (gnus-summary-limit-include-thread): Prevent articles in thread from
1580         being cut in gnus-cut-threads.
1581         (gnus-summary-refer-thread): Limit retrieved headers to those in
1582         thread.
1583
1584 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * message.el (message-send-mail): Use the value of
1587         message-courtesy-message from the message buffer.
1588
1589         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1590
1591         * shr.el (shr-browse-url): Implement mailto: URLs.
1592
1593         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1594         "raw".
1595
1596         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1597         if it's already selected.
1598
1599         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1600
1601 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1604         to measure the length and truncate alt text.
1605
1606 2010-11-03  Glenn Morris  <rgm@gnu.org>
1607
1608         * nndiary.el (nndiary-generate-nov-databases-1)
1609         (nndiary-generate-active-info): Rename dynamic variable `files' to
1610         something less generic.
1611
1612 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1613
1614         * nnir.el (nnir-request-move-article): Call the underlying backend to
1615         move articles from nnir.
1616
1617 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1620
1621 2010-11-02  Julien Danjou  <julien@danjou.info>
1622
1623         * nnir.el: Remove wais support.
1624
1625 2010-11-02  Glenn Morris  <rgm@gnu.org>
1626
1627         * gnus-html.el: Reorder requirements to quieten compiler.
1628
1629 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1632         properly for XEmacs as well.
1633         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1634         (gnus-article-natural-long-line-p): Use window-width rather than
1635         frame-width.
1636
1637 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1638
1639         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1640         (nnir-read-parms): Don't modify query.
1641         (nnir-run-query): Add ability to search topic on current line.
1642         (nnir-get-active): Clean up.
1643
1644 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1647         degenerate articles.
1648
1649         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1650         (gnus-print-buffer): Just print the buffer as is, without any copying
1651         to a buffer and then re-highlighting.
1652
1653         * nnimap.el (nnimap-request-group): Store the new updated info.
1654         (nnimap-request-group): Select the group when we don't know whether it
1655         exists or not.
1656
1657         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1658         groups.
1659
1660         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1661         groups.
1662
1663         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1664         groups.
1665
1666         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1667         long-lines case by only filling the long lines.
1668
1669         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1670         (bug #7311).
1671
1672 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * shr.el: No need to declare `declare-function' since shr.el is for
1675         only Emacsen that provide `libxml-parse-html-region'.
1676
1677         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1678         effective only in a file it is referred to.
1679
1680 2010-11-01  Glenn Morris  <rgm@gnu.org>
1681
1682         * mm-util.el (gnus-completing-read): Autoload.
1683         (mm-read-coding-system): Simplify Emacs definition.
1684
1685         * nnmail.el (gnus-activate-group):
1686         * nnimap.el (gnutls-negotiate):
1687         * nntp.el (netrc-parse): Fix declarations.
1688
1689 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1692         string-match-p in Emacs >=23.
1693
1694         * gnus-msg.el (gnus-configure-posting-styles)
1695         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1696
1697 2010-11-01  Glenn Morris  <rgm@gnu.org>
1698
1699         * nnir.el (declare-function): Add compat stub.
1700         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1701         (nnir-run-gmane): Require 'mm-url.
1702
1703         * mm-util.el (mm-string-to-multibyte): Simplify.
1704
1705         * shr.el (declare-function): Add compat stub.
1706         (url-cache-create-filename): Declare.
1707         (mm-disable-multibyte, widget-convert-button): Autoload.
1708
1709         * smime.el (ldap-search): Declare.
1710         (smime-cert-by-ldap-1): Require ldap on Emacs.
1711
1712         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1713         (nnimap-keepalive): Use gnus-float-time.
1714
1715         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1716         (mail-source-delete-crash-box): Use gnus-float-time.
1717
1718         * gnus-dired.el (gnus-completing-read): Autoload.
1719
1720         * mm-view.el (gnus-rescale-image): Autoload.
1721
1722         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1723
1724         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1725
1726         * sieve-manage.el: Require 'cl when compiling.
1727
1728         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1729         (gnus-iswitchb-completing-read): Require iswitchb.
1730         (gnus-select-frame-set-input-focus): Silence compiler.
1731
1732 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * message.el (message-subject-trailing-was-query): Change default to t,
1735         since I think that's what most people want.
1736
1737         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1738         appending for easier debugging.
1739         (nnimap-wait-for-connection): Take a regexp.
1740         (nnimap-request-accept-article): Wait for the continuation line before
1741         sending anything unless we're streaming.
1742
1743         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1744         leave the header washing to take place.
1745
1746 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1747
1748         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1749         regular expression match and replace in posting styles.
1750
1751 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1752
1753         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1754         an entire server.
1755         (nnir-get-active): New function.
1756         (nnir-run-imap): Use it.
1757         (nnir-run-gmane): Who knew, gmane search returns an article score!
1758
1759         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1760         server on the current line with nnir.
1761
1762 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1765         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1766         left edge.
1767         (gnus-article-foldable-buffer): Skip past the prefix when determining
1768         raggedness.
1769
1770         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1771         the raw article, and change `C-u g' to show the article without doing
1772         treatments.
1773
1774         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1775         on to `gnus-treat-article'.
1776         (gnus-inhibit-article-treatments): New variable.
1777
1778         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1779
1780         * gnus-art.el (gnus-treatment-function-alist): Have
1781         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1782         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1783         sections.
1784
1785         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1786         parameter.
1787         (gnus-article-fill-cited-long-lines): New function.
1788         (gnus-article-fill-cited-article): Allow filling only long sections.
1789
1790         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1791         and non-punctuation (like after the apostrophe in "'We").
1792
1793         * gnus-sum.el (gnus-summary-select-article): Make sure
1794         gnus-original-article-buffer is alive.
1795
1796         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1797         reflect the order they're in in the digest.
1798
1799         * gnus.el (gnus-group-startup-message): Move point to the start of the
1800         buffer.
1801
1802         * nnimap.el (nnimap-capability): New function.
1803         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1804         is set.
1805
1806 2010-10-31  David Engster  <dengste@eml.cc>
1807
1808         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1809         conform with changes to gnus-completing-read.
1810
1811 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1814
1815 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1816
1817         * nnir.el: Move defvar, defcustom around to keep file organized
1818         and keep byte-compiler quiet.
1819         (nnir-read-parms): Accept search-engine as arg.
1820         (nnir-run-query): Pass search-engine as arg.
1821         (nnir-search-engine): Remove.
1822
1823 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * shr.el (shr-generic): The text nodes should be text, not :text.
1826
1827         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1828         later in the file.
1829
1830 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el: General clean up.  Allow searching with multiple engines.
1833         Allow separate extra-parameters for each engine.
1834         Batch queries when possible.
1835         (nnir-imap-default-search-key,nnir-method-default-engines):
1836         Add customize interface.
1837         (nnir-run-gmane): New engine.
1838         (nnir-engines): Use it.  Qualify all prompts with engine name.
1839         (nnir-search-engine): Remove global variable.
1840         (nnir-run-hyrex): Restore for now.
1841         (nnir-extra-parms,nnir-search-history): New variables.
1842         (gnus-group-make-nnir-group): Use them.
1843         (nnir-group-server): Remove in favor of gnus-group-server.
1844         (nnir-request-group): Avoid searching twice.
1845         (nnir-sort-groups-by-server): New function.
1846
1847 2010-10-30  Julien Danjou  <julien@danjou.info>
1848
1849         * gnus-group.el: Remove gnus-group-fetch-control.
1850
1851         * gnus-start.el (gnus-find-new-newsgroups):
1852         Remove gnus-check-first-time-used.
1853
1854         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1855
1856 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1857
1858         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1859         set on groups that don't have \* permanentflags.
1860
1861 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1864         control the background color.
1865         (shr-tag-img): Ignore very small web bug type images.
1866         (shr-put-image): Add help-echo alt texts to the images.
1867         (shr-tag-video): Show the video poster image.
1868
1869 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * shr.el (shr-table-depth): New variable.
1872         (shr-tag-table-1): Only insert the images after the top-level table.
1873
1874         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1875
1876         * gnus-util.el (gnus-list-memq-of-list): New function.
1877
1878         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1879         selected.
1880         (nnimap-unsplittable-articles): New slot.
1881         (nnimap-new-articles): Use it.
1882
1883 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1884
1885         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1886         move to the previous line on `M-g'.
1887
1888 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1891         *-request-group, which seems unnecessary.
1892
1893         * nnimap.el (nnimap-quote-specials): Function copied over from
1894         imap.el.
1895         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1896         they support that.  Suggested by Tom Regner.
1897
1898 2010-10-29  Julien Danjou  <julien@danjou.info>
1899
1900         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1901         defalias.
1902         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1903
1904         * gnus.el: Remove `gnus-nntp-service' variable.
1905         (gnus-secondary-servers): Make obsolete.
1906         (gnus-nntp-server): Make obsolete.
1907
1908         * gnus-start.el (gnus-1): Remove x-splash calls.
1909
1910         * gnus-ems.el (gnus-x-splash): Remove.
1911
1912         * gnus.el (gnus-group-startup-message): Simplify/update code.
1913
1914         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1915         definition.
1916
1917         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1918         capability before doing anything.
1919         (gnus-group-insert-group-line): Remove useless
1920         gnus-group-remove-excess-properties.
1921
1922 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1925
1926 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1929         config after reselecting.
1930
1931 2010-10-28  Julien Danjou  <julien@danjou.info>
1932
1933         * shr.el (shr-put-image): Use point even if only inserting text.
1934         (shr-put-image): Save excursion when inserting alt text on non-graphic
1935         display, so the behaviour is the same when we are on a graphic display.
1936
1937         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1938
1939 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1942         (gnus-mime-copy-part): Check coding system, not charset.
1943         (gnus-mime-view-part-externally): Never remove part.
1944         (gnus-mime-view-part-internally): Don't remove part here.
1945         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1946         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1947         multipart/alternative.
1948
1949         * mm-decode.el (mm-display-part): Take optional arg `force'.
1950
1951 2010-10-26  Julien Danjou  <julien@danjou.info>
1952
1953         * gnus-group.el (gnus-group-default-list-level): Add this function to
1954         compute the default list level.
1955         (gnus-group-default-list-level): Add possibility to use a function.
1956
1957 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1960
1961         * gnus-group.el (gnus-group-completing-read)
1962         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1963         gnus-replace-in-string.
1964
1965 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * shr.el (shr-tag-div): Add.
1968
1969         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1970
1971 2010-10-25  Julien Danjou  <julien@danjou.info>
1972
1973         * gnus-util.el: Remove `gnus-with-local-quit'.
1974
1975         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1976
1977 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1980         the original article buffer.
1981
1982 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * nnimap.el (nnimap-request-head): New function.
1985         (nnimap-request-move-article): Try to be slighly faster by not
1986         requesting the entire message when moving.
1987         (nnimap-transform-headers): Don't bug out on bodiless articles.
1988         (nnimap-send-command): Have no outstanding messages if the IMAP server
1989         doesn't support streaming.
1990         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1991
1992 2010-10-24  Julien Danjou  <julien@danjou.info>
1993
1994         * message.el (message-default-headers): Fix type.
1995
1996 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1999         prefetching images.
2000
2001         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2002         backend for unknown groups.  This is mainly useful for nnimap groups.
2003
2004         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2005         group isn't covered by the agent.
2006
2007 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2008
2009         * nnir.el (nnir-method-default-engines): New variable.
2010         (nnir-run-query): Use it.
2011         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2012         (gnus-summary-nnir-goto-thread): Change group if needed.
2013
2014         * gnus-group.el (gnus-group-group-map): Add key binding for
2015         gnus-group-make-nnir-group.
2016
2017 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * shr.el (shr-tag-object): Add.
2020
2021         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2022         original article buffer live.
2023         (gnus-summary-select-article-buffer):
2024         Mention gnus-widen-article-buffer.
2025
2026 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * shr.el (shr-tag-strong): Add.
2029
2030 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2033         group names.  They mess up the group buffer badly.
2034
2035         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2036
2037         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2038         instead of the summary one.
2039
2040 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * mml.el (mml-preview): Work properly when editing article.
2043
2044         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2045         gnus-have-read-active-file if it's already been in.
2046
2047 2010-10-22  Tom Tromey  <tromey@redhat.com>
2048
2049         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2050         gnus-group-completing-read.
2051
2052 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * message.el (message-mode-map): Don't bind M-; to comment region, to
2055         allow the global comment-dwim to work.
2056
2057 2010-10-21  Julien Danjou  <julien@danjou.info>
2058
2059         * message.el (message-setup-1): Allow message-default-headers to be a
2060         function.
2061
2062 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * shr.el (shr-tag-table): Simplify.
2065
2066 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2069         to avoid trying to snarf invalid stuff.
2070
2071         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2072
2073         * gnus.el (gnus-message-archive-group): Quote value.
2074         (gnus-message-archive-group): Mark as changed.
2075
2076         * shr.el (shr-add-font): Don't put the font properties on the newline
2077         or the indentation.
2078
2079         * message.el (message-fix-before-sending): Change options when sending
2080         non-printable characters.
2081
2082         * gnus.el (gnus-message-archive-method): Change the default to
2083         monthly outgoing groups.
2084
2085         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2086         that have gotten new numbers.
2087
2088         * nnimap.el (nnimap-request-replace-article): New function.
2089
2090 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2093         (nnrss-request-article): Don't use special html washing code.
2094
2095 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * shr.el (shr-tag-table): Remove useless nconc.
2098
2099 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-art.el (article-wash-html): Simplify and remove the charset
2102         stuff.  Use the normal html rendering code instead of the special html
2103         washing code.
2104
2105         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2106         `gnus-w3m' symbols.
2107         (mm-text-html-washer-alist): Remove.
2108
2109         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2110         (mm-inline-media-tests): Remove use.
2111         (mm-text-html-renderer): Change default to the `shr' symbol.
2112
2113         * mm-view.el (mm-inline-text-html): Remove use.
2114
2115         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2116         `gnus-blocked-images' to be a function.
2117         (gnus-article-wash-function): Remove.
2118
2119 2010-10-20  Julien Danjou  <julien@danjou.info>
2120
2121         * spam.el (spam-list-of-processors): Mark as obsolete.
2122
2123         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2124         (nnimap-insert-partial-structure): Fix boundary detection.
2125
2126 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2127
2128         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2129         run file-truename on remote files.  This can be expensive and even
2130         prevent one from editing drafts if some unrelated buffer has a stale
2131         connection.
2132
2133 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2136         kinsoku-eol regardless of shr-kinsoku-shorten.
2137         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2138         (shr-tag-table): Support caption, thead, and tfoot.
2139
2140 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2143         lines.
2144         (shr-save-contents): New command and keystroke.
2145
2146         * nndoc.el (nndoc-type-alist): Add git support.
2147         (nndoc-git-type-p): New function.
2148         (nndoc-transform-git-article): Ditto.
2149         (nndoc-transform-git-headers): Ditto.
2150         (nndoc-transform-git-headers): Generate Subject headers.
2151
2152         * shr.el (shr-parse-style): New function.
2153         (shr-tag-span): Ditto.
2154
2155         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2156         to `G G' to avoid collisions.
2157
2158 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * shr.el: Load kinsoku if necessary.
2161         (shr-kinsoku-shorten): New internal variable.
2162         (shr-find-fill-point): Make kinsoku shorten text line if
2163         shr-kinsoku-shorten is bound to non-nil.
2164         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2165         shr-indentation too when testing if table is wider than frame width.
2166         (shr-insert-table): Use `string-width' instead of `length' to measure
2167         text width.
2168         (shr-insert-table-ruler): Make sure indentation is done at bol.
2169
2170 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2171
2172         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2173         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2174         undecoded network data.
2175
2176 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2179         name in the mode line spec so that the mode line menu works
2180         (bug #2431).
2181
2182         * message.el (message-get-reply-headers): If we're fed `to-address',
2183         then always use that.
2184
2185         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2186         aren't so wide as to need to switch off the edit menu.
2187
2188         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2189         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2190
2191         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2192         `M-g'.
2193         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2194         the permanent marks.
2195
2196 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2197
2198         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2199         Splitting according to references/in-reply-to obeys the ignore-groups
2200         variable, while splitting by sender and subject do not.
2201
2202 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2205         alist, so that we can look for non-Unicode chars.
2206         (article-translate-strings): Allow both character and string maps.
2207
2208 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * shr.el (shr-insert): Don't insert space behind a wide character
2211         categorized as kinsoku-bol, or between characters both categorized as
2212         nospace.
2213
2214 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2215
2216         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2217         headers to gnus-newsgroup-headers.
2218
2219 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * shr.el (shr-tag-img): Don't align images -- since we're not
2222         rescaling, this often leads to ugly displays.
2223
2224 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2225
2226         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2227         duplicates.
2228
2229 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2230
2231         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2232         call.
2233
2234 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus.el: Autoload gnus-html-show-images.
2237
2238         * nnimap.el: Use nnheader-message throughout.
2239
2240         * shr.el (shr-tag-img): Ignore images with no data.
2241
2242 2010-10-15  Julien Danjou  <julien@danjou.info>
2243
2244         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2245         a possibility to disable format=flow encoding when using hard newlines.
2246
2247 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * shr.el (shr-insert): Remove space inserted before or after a
2250         breakable character or at the beginning or the end of a line.
2251         (shr-find-fill-point): Do kinsoku; find the second best point or give
2252         it up if there's no breakable point.
2253
2254 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * nnimap.el (nnimap-open-connection): Message when opening connection
2257         for debugging purposes.
2258
2259         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2260         on every setup buffer call to allow this to change from article to
2261         article.
2262
2263         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2264         buffers where we have a wide table.
2265
2266 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2267
2268         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2269         uses *-request-thread.
2270
2271 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2274         incantation, which is no longer valid.
2275
2276 2010-10-14  Julien Danjou  <julien@danjou.info>
2277
2278         * shr.el: Fix defcustom type (char -> character).
2279
2280 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2283         programs.
2284
2285 2010-10-14  Julien Danjou  <julien@danjou.info>
2286
2287         * shr.el (shr-tag-a): Use url-link as widget type.
2288
2289         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2290         `gnus-group-get-icon'.
2291
2292 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2295         This should make server editing work better.
2296
2297         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2298
2299         * tls.el (tls-program): Remove spurious %s from openssl.
2300
2301         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2302         (nnimap-parse-flags): Fix regexp.
2303
2304         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2305         probably work for CJVK text, too.
2306
2307         * nnimap.el (nnimap-extend-tls-programs): Remove.
2308         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2309
2310         * tls.el (tls-starttls-switches): Remove starttls hack.
2311         (open-tls-stream): Ditto.
2312         (tls-find-starttls-argument): Ditto.
2313
2314 2010-10-13  Julien Danjou  <julien@danjou.info>
2315
2316         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2317         responses.
2318
2319 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2322
2323         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2324         anything in Emacs.
2325
2326         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2327
2328 2010-10-13  Julien Danjou  <julien@danjou.info>
2329
2330         * shr.el (shr-width): Make shr-width a defcustom with default to
2331         fill-column.
2332         (shr-tag-img): Use shr-width rather than fill-column.
2333
2334 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * dgnushack.el (byte-optimize-apply)
2337         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2338
2339         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2340         position when (X-)Faces exist.
2341         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2342         avatars when called interactively.
2343
2344 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2347         gnus-article-x-face-too-ugly is bound.
2348
2349 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2352
2353         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2354         mailbox that doesn't exist.
2355
2356 2010-10-12  Julien Danjou  <julien@danjou.info>
2357
2358         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2359         (shr-get-image-data): Encode URL properly when fetching from cache.
2360         (shr-tag-img): Use aligned-to spaces to align correctly images.
2361
2362         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2363         before inserting the Gravatar.
2364
2365         * shr.el (shr-tag-img): Add align attribute support for <img>.
2366
2367 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-gravatar.el (gnus-art): Require.
2370
2371         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2372         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2373         Remove long obsoleted functions.
2374
2375 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2378
2379         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2380
2381         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2382         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2383         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2384         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2385         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2386         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2387         * sieve-manage.el, smime.el, spam.el:
2388         Fix comment for declare-function.
2389
2390 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * nnimap.el (nnimap-request-rename-group): Select group read-only
2393         before renaming it.
2394
2395         * shr.el (shr-insert): Fix up the white space only regexp.
2396
2397         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2398         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2399
2400         * shr.el (shr-current-column): New function.
2401         (shr-find-fill-point): New function.
2402
2403 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2404
2405         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2406         numbers.
2407
2408 2010-10-11  Julien Danjou  <julien@danjou.info>
2409
2410         * shr.el (shr-hr-line): Add.
2411         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2412         display hr lines.
2413         (shr-max-columns): Do not change state to nil if we just inserting
2414         spaces.
2415
2416 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2419         select the last group.
2420
2421 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2422
2423         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2424
2425 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2426
2427         * dig.el (dig-mode-map): Declare and define in one step.
2428
2429 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2432         for Gnus.
2433         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2434         (nnimap-update-qresync-info): Mark \Seen articles as read.
2435
2436         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2437         non-variable, too.
2438
2439         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2440         available.
2441         (nnimap-update-info): Rely more on the current active than the param
2442         active to avoid marking articles as read too much.
2443
2444         * auth-source.el (auth-source-create): Use (user-login-name) for the
2445         user name default.
2446
2447         * nnimap.el (nnimap-update-info): If the server doesn't return any
2448         useful info, just use the previous info.
2449         (nnimap-update-info): Prefer old info over start-article.
2450         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2451
2452 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2453
2454         * nnir.el (autoload): Clean up autoloads.
2455         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2456         Use key rather than value.
2457         (nnir-imap-search-other): New variable.
2458         (nnir-read-parm): Use it.
2459         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2460         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2461
2462 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2463
2464         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2465         the process, too.
2466
2467 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * spam.el (gnus-summary-mode-map): Bind to "$".
2470         Suggested by Russ Allbery.
2471
2472         * shr.el: Rework the way things are indented by <li> slightly.
2473
2474         * gnus.el (gnus-group-set-parameter): Fix typo.
2475
2476         * nnimap.el: Start implementing QRESYNC support.
2477
2478 2010-10-09  Julien Danjou  <julien@danjou.info>
2479
2480         * nnir.el (nnir-engines): Fix too many arguments.
2481
2482 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2485         group is the "last", so that the backends like nnfolder actually save
2486         their folders.
2487
2488         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2489         try to use that for the tls stream.
2490         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2491         UIDVALIDITY and find out which groups are read-only and not.
2492         (nnimap-get-flags): Use the same marks parsing code as the rest of
2493         nnimap.
2494
2495 2010-10-09  Julien Danjou  <julien@danjou.info>
2496
2497         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2498
2499         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2500         retrieving gravatars.
2501
2502         * shr.el (shr-table-corner): Add.
2503         (shr-table-line): Add.
2504         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2505
2506 2010-10-08  Julien Danjou  <julien@danjou.info>
2507
2508         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2509
2510 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2511
2512         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2513
2514         * gnus-sum.el (gnus-mark-article-as-unread)
2515         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2516         (gnus-summary-set-bookmark): Use it.
2517
2518         * gnus-msg.el (gnus-setup-message): Use it.
2519
2520         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2521
2522         * gnus.el (gnus-group-remove-parameter): Use it.
2523
2524         * gnus-group.el (gnus-group-make-web-group): Use it.
2525
2526         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2527
2528         * nnregistry.el: Update docs to mention manual.
2529
2530         * gnus-registry.el: Update docs to mention nnregistry.el.
2531         (gnus-registry-initialize): Don't install nnregistry refer method
2532         automatically.
2533         (gnus-registry-install-nnregistry): Remove it.
2534
2535 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * shr.el (shr-insert): Don't insert double spaces.
2538
2539 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * gnus-gravatar.el (gnus-treat-from-gravatar)
2542         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2543         called interactively.
2544
2545         * gnus-art.el (gnus-mime-view-part-externally)
2546         (gnus-mime-view-part-internally): Make predicate function passed to
2547         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2548         of a mime type.
2549
2550         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2551
2552 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * shr.el (require): Require cl when compiling.
2555         (shr-tag-hr): New function.
2556
2557         * nnimap.el (nnimap-update-info): Remove double setting of high.
2558         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2559         This makes nnimap work properly on Courier again.
2560
2561         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2562         the variable for backwards compatability.
2563
2564         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2565         the file name before using to avoid setting mm-default-directory to
2566         nil.
2567
2568         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2569         bidning gnus-agent variables.
2570
2571         * shr.el (shr-render-td): Use a cache for the table rendering function
2572         to avoid getting an exponential rendering behaviour in nested tables.
2573         (shr-insert): Rework the line-breaking algorithm.
2574         (shr-insert): Don't leave trailing spaces.
2575         (shr-insert-table): Also insert empty TDs.
2576         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2577
2578 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2579
2580         * gnus-sum.el (gnus-number): Rename from `number'.
2581         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2582         (gnus-summary-limit-children): Update uses correspondingly.
2583
2584 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2587         (gnus-gravatar-transform-address): Don't show avatars of people of
2588         which mail addresses match gnus-gravatar-too-ugly.
2589
2590 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * shr.el (shr-table-widths): Expand TD elements to fill available
2593         space.
2594
2595 2010-10-07  Julien Danjou  <julien@danjou.info>
2596
2597         * nnimap.el (nnimap-request-rename-group): Add this method.
2598
2599 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2602         name from XEmacs' function-arglist.
2603
2604         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2605         gravatar under XEmacs.
2606
2607 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2608
2609         * auth-source.el: Update docs with TODO items.
2610
2611         * gnus-sync.el: Update docs to explain state and plans.
2612
2613         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2614         Hooks for mark updates.
2615         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2616
2617         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2618         hooks with arguments, which is needed for mark update hooks.
2619
2620 2010-10-06  Julien Danjou  <julien@danjou.info>
2621
2622         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2623         was matched.
2624
2625         * sieve-manage.el: Update example in `Commentary'.
2626
2627         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2628
2629         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2630         not 2000.
2631         (sieve-manage-authenticate): Re-add function.
2632
2633 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * shr.el (shr-insert): Get 'space transition right.
2636         (shr-render-td): Only delete space at the end of the TD.
2637
2638         * nnimap.el (nnimap-open-connection): Prepare to support
2639         open-gnutls-stream.
2640
2641         * shr.el: Rearrange function order to be more logical.
2642
2643 2010-10-06  Julien Danjou  <julien@danjou.info>
2644
2645         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2646         (nnrss-discover-feed): Remove 404 URL in docstring.
2647
2648         * nnir.el: Fix Swish-E URL.
2649         Fix Namazu URL.
2650
2651         * message.el (message-change-subject): Remove 404 URL in a comment.
2652
2653 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2656         called interactively.
2657
2658         * gnus-util.el (gnus-remove-if): Allow hash table.
2659         (gnus-remove-if-not): New function.
2660
2661         * gnus-art.el (gnus-mime-view-part-as-type)
2662         * gnus-score.el (gnus-summary-score-effect)
2663         * gnus-sum.el (gnus-read-move-group-name):
2664         Replace remove-if-not with gnus-remove-if-not.
2665
2666         * gnus-group.el (gnus-group-completing-read):
2667         Regard collection as a hash table if it is not a list.
2668
2669 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2672
2673         * shr.el: Document the table-rendering algorithm.
2674
2675 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2678         for Emacsen having no `libxml-parse-html-region' support.
2679
2680 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2683         invalid URLs.
2684
2685         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2686         line-broken.
2687         (shr-tag-img): Ignore image fetching errors.
2688         (shr-overlays-in-region): Compute overlay positions correctly.
2689
2690         * mm-decode.el (mm-shr): Require shr.
2691
2692         * gnus-art.el (gnus-blocked-images): Move variable here.
2693
2694         * shr.el (shr-insert-table): Bind free variable.
2695
2696         * mm-decode.el (mm-shr): Bind shr-content-function.
2697
2698         * shr.el (shr-content-function): New variable.
2699
2700         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2701         added for symmetry.
2702
2703         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2704
2705         * gnus-group.el (gnus-group-make-group): Doc fix.
2706
2707         * nnimap.el (nnimap-request-newgroups): Return success.
2708
2709         * shr.el (shr-find-elements): New function.
2710         (shr-tag-table): Put all the images after the table.
2711         (shr-tag-table): Really inhibit images inside the table.
2712         (shr-collect-overlays): Copy over overlays from the TD elements to the
2713         main document.
2714
2715         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2716         gnus-blocked-images.
2717
2718 2010-10-05  Julien Danjou  <julien@danjou.info>
2719
2720         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2721
2722         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2723         (gnus-html-maximum-image-size): Add this function.
2724         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2725
2726         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2727         server-value of the capability is nil.
2728
2729 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * shr.el (shr-tag-em): Add <EM> tag.
2732
2733 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2734
2735         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2736         customizable.
2737
2738         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2739         handing broken links to browse-url.
2740
2741 2010-10-05  Julien Danjou  <julien@danjou.info>
2742
2743         * gnus-util.el (gnus-emacs-completing-read)
2744         (gnus-iswitchb-completing-read): Use autoload rather than require.
2745
2746 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2749         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2750         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2751         iswitchb-temp-buflist for XEmacs.
2752
2753         * gnus-util.el (gnus-completing-read-function): Exclude
2754         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2755         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2756         XEmacs.
2757
2758         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2759         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2760
2761         * gnus-html.el: Don't require help-fns under XEmacs.
2762         (gnus-html-schedule-image-fetching): Work for XEmacs.
2763
2764         * mm-decode.el (mm-shr): Decode contents by charset.
2765
2766 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2769         unknown.
2770
2771         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2772         (shr-get-image-data): Ensure against the cache file missing.
2773
2774         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2775         for data.
2776
2777         * spam-report.el (spam-report-url-ping-plain): Don't query about
2778         killing the process.
2779
2780         * shr.el (shr-render-td): Protect against too-wide text.
2781
2782 2010-10-04  Julien Danjou  <julien@danjou.info>
2783
2784         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2785         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2786
2787         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2788         retrieved.
2789
2790 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * shr.el (browse-url): Require.
2793         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2794         lines.
2795         (shr-show-alt-text, shr-browse-image): New commands.
2796         (shr-browse-url, shr-copy-url): New commands.
2797
2798         * gnus-sum.el (gnus-widen-article-window): New variable.
2799         (gnus-summary-select-article-buffer): Use it.
2800
2801         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2802         without @ signs.
2803
2804 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2805
2806         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2807
2808 2010-10-04  Julien Danjou  <julien@danjou.info>
2809
2810         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2811         for XEmacs.
2812
2813 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2816
2817         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2818         (nnimap-close-server): Implement.
2819
2820         * dgnushack.el (iswitchb): Require to shut up the compiler.
2821
2822         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2823         (shr-insert): Tweak line breaking.
2824         (shr-insert): Handle <pre> better.
2825         (shr-tag-li): Get <li> indentation right.
2826         (shr-tag-li): Get <li> indentation even righter.
2827         (shr-tag-blockquote): Ensure paragraph start.
2828         (shr-make-table): Tweak table generation.
2829         (shr-make-table): Fix typo.
2830
2831         * shr.el: Implement table rendering.
2832
2833 2010-10-04  Julien Danjou  <julien@danjou.info>
2834
2835         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2836
2837 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * shr.el (shr-insert): Use string anchors instead of line anchors.
2840
2841 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * shr.el: Add headings.
2844         (shr-ensure-paragraph): Actually work.
2845         (shr-tag-li): Make <ul> prettier.
2846         (shr-insert): Get white space at the beginning/end of elements right.
2847         (shr-tag-p): Collapse subsequent <p>s.
2848         (shr-ensure-paragraph): Don't insert double line feeds after blank
2849         lines.
2850         (shr-insert): \t is also space.
2851         (shr-tag-s): Fix "s" tag name function.
2852         (shr-tag-s): Fix face prop name.
2853
2854 2010-10-03  Julien Danjou  <julien@danjou.info>
2855
2856         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2857
2858         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2859         gnus-window-inside-pixel-edges.
2860
2861         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2862         gnus-ems.
2863
2864         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2865
2866         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2867         function.
2868
2869         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2870         resize choice.
2871
2872 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2875         beginning of the buffer.
2876
2877         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2878         article buffer again.
2879
2880         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2881
2882         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2883         when it's at the start of the buffer.
2884
2885         * shr.el (shr-tag-blockquote): Convert name.
2886         (shr-rescale-image): Use the right image-size variant.
2887
2888         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2889         buffer isn't shown, then select the current article first instead of
2890         bugging out.
2891         (gnus-summary-select-article-buffer): Show both the article and summary
2892         buffers again.
2893
2894         * shr.el (shr-fontize-cont): Protect against regions with no text.
2895         Rename tag functions to shr-tag-* for enhanced security.
2896         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2897
2898 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2899
2900         * shr.el (shr-insert):
2901         * pop3.el (pop3-movemail):
2902         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2903         loaded.
2904
2905 2010-10-03  Glenn Morris  <rgm@gnu.org>
2906
2907         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2908
2909         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2910
2911         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2912
2913         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2914
2915         * gnus-util.el (gnus-make-local-hook): Simplify.
2916
2917 2010-10-02  Julien Danjou  <julien@danjou.info>
2918
2919         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2920         (gnus-ido-completing-read): New function.
2921         (gnus-emacs-completing-read): New function.
2922         (gnus-completing-read): Use gnus-completing-read-function.
2923         Add gnus-completing-read-function.
2924
2925 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * shr.el (shr-insert-document): Autoload.
2928         (shr-img): Be silent.
2929         (shr-insert): Add a newline after every picture before text.
2930         (shr-add-font): Use overlays for combining faces.
2931         (shr-insert): Pass upwards the text start point.
2932
2933         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2934         possible.
2935         (mm-shr): New function.
2936
2937 2010-10-02  Julien Danjou  <julien@danjou.info>
2938
2939         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2940         should go backward.
2941
2942 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2943
2944         * shr.el (shr): Fix typo in provide call.
2945
2946 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * shr.el: New file.
2949
2950         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2951
2952         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2953         completing read.
2954
2955 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2958         we're being queried about.  Suggested by Dan Jacobson.
2959
2960         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2961         Suggested by Jason Eisner.
2962
2963         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2964         table, too.  Suggested by Stefan Wiens.
2965         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2966         the table unnecessary.  Suggested by Stefan Wiens.
2967
2968         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2969         longer needed, and probably doesn't work either, as pointed out by
2970         Stefan Wiens.
2971         (gnus-summary-exit): Remove call to the clearing function.
2972         (gnus-summary-exit-no-update): Ditto.
2973
2974         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2975         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2976         Reported by Stefan Monnier.
2977         (gnus-summary-save-in-rmail): Ditto.
2978
2979         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2980         article buffer, instead of both the article buffer and the summary
2981         buffer.  Sort of suggested by Dan Jacobson.
2982
2983         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2984
2985         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2986         Suggested by Dan Jacobson.
2987
2988         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2989         documentation clearer.
2990
2991         * message.el (message-shorten-references): Comment on the number "21".
2992         Suggested by Stefan Monnier.
2993
2994         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2995         Suggested by Dan Jacobson.
2996
2997         * gnus.el (gnus-large-newsgroup):
2998         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2999
3000         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3001         externalize attachments.  Bug reported by Steve Wen.
3002
3003         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3004         really message anything to the user.
3005
3006         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3007         directly.
3008
3009         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3010         messages in empty groups.
3011
3012 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3013
3014         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3015         non-UIDNEXT group.
3016
3017 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3020         not the value from the collection.
3021
3022         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3023         values.  This sometimes happens on some groups that have no info.
3024         (nnimap-request-newgroups): New function.
3025
3026 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3027
3028         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3029         check into `gnus-registry-initialize'.
3030         (gnus-registry-initialize): Ditto.
3031         Fix and extend header docs.
3032
3033 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3036         regexp backtrace overflows.
3037
3038         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3039         for starttls that tls.el implements; i.e. openssl.
3040
3041         * tls.el (tls-starttls-switches): Give up on using starttls with
3042         gnutls-cli.
3043         (tls-program): Add --insecure to be consistent with the defaults from
3044         openssl s_client.  Now all three commands are insecure.
3045
3046 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * lpath.el: Bind completion-styles-alist for XEmacs.
3049
3050         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3051         (gravatar-create-image): New function that's an alias to
3052         gnus-xmas-create-image, gnus-create-image, or create-image.
3053         (gravatar-data->image): Use it.
3054
3055 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3056
3057         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3058         install the nnregistry refer method.
3059         (gnus-registry-install-hooks): Use it.
3060         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3061         unfollowed groups.
3062
3063 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3064
3065         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3066         expanding threads.
3067
3068 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * nnir.el: Use the server names without suffixes (bug #7009).
3071
3072         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3073         unencrypted to STARTTLS, if possible.
3074
3075 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3076
3077         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3078         headers before superseding.
3079
3080 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * nnrss.el (nnrss-use-local): Add documentation.
3083
3084         * nnimap.el (nnimap-extend-tls-programs): New function.
3085         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3086         (nnimap-wait-for-connection): Accept the greeting from the stupid
3087         output from openssl s_client -starttls, too.
3088
3089         * tls.el (tls-starttls-switches): New variable.
3090         (tls-find-starttls-argument): Use it.
3091         (open-tls-stream): Ditto.
3092
3093         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3094         (netrc-machine): Ditto.
3095
3096         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3097         article number.
3098         (nnimap-split-fancy): New variable.
3099         (nnimap-split-incoming-mail): Use it.
3100
3101         * nntp.el (nntp-server-list-active-group): Document.
3102
3103         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3104         SELECT to get the message-id.
3105
3106         * mail-source.el (mail-sources): Remove webmail support.
3107         (defvar): Ditto.
3108         (mail-source-fetcher-alist): Ditto.
3109         (mail-source-fetch-webmail): Remove.
3110
3111         * webmail.el: Remove -- doesn't seem relevant any more.
3112
3113         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3114
3115         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3116         the \r.
3117
3118 2010-09-30  Julien Danjou  <julien@danjou.info>
3119
3120         * gnus-agent.el (gnus-agent-add-group): Fix call to
3121         gnus-completing-read.
3122
3123 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * nndoc.el (nndoc-retrieve-groups): New function.
3126
3127         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3128         `default', use nnmail-split-methods.
3129         (nnimap-request-article): Downcase the NILs so that they are nil.
3130
3131         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3132         symbol.
3133
3134         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3135         code, since if the user has requested network, that's what they ought
3136         to get.
3137         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3138         (nnimap-split-rule): Mark as obsolete.
3139
3140         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3141         New variable.
3142
3143         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3144         correct slot, too.
3145
3146 2010-09-29  Julien Danjou  <julien@danjou.info>
3147
3148         * gnus.el (gnus-local-domain): Declare variable obsolete.
3149
3150         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3151         Fix history computing.
3152         (gnus-ido-completing-read): Require ido.
3153
3154 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3157         build Gnus.
3158
3159         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3160         when interpreting the structures.
3161         (nnimap-request-accept-article): Add \r\n to the lines to make this
3162         work with Cyrus.
3163
3164         * nndraft.el (nndraft-request-expire-articles): Use the group name
3165         instead if "nndraft".  Fix found by Nils Ackermann.
3166
3167 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3168
3169         * nnregistry.el: Add.
3170
3171 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3172
3173         * nnmail.el (group, group-art-list, group-art):
3174         Remove unneeded directives.
3175
3176 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3179         (mm-mime-charset)
3180         * rfc2047.el (rfc2047-syntax-table)
3181         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3182
3183         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3184         rather than `insert-file-contents' and `eval-region'.
3185
3186         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3187         construction.
3188
3189         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3190
3191         * time-date.el: No need to require cl for Emacs 21.
3192
3193 2010-09-29  Julien Danjou  <julien@danjou.info>
3194
3195         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3196         replacement of `gnus-gravatar-relief' to mimic
3197         `gnus-faces-properties-alist'.
3198         Add :version property.
3199
3200 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * mail-source.el (mail-source-report-new-mail)
3203         * message.el (message-default-mail-headers)
3204         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3205
3206         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3207
3208 2010-09-28  Julien Danjou  <julien@danjou.info>
3209
3210         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3211         mail-address contains the same string as real-name.
3212
3213         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3214         non-blank in header, otherwise it'll get stripped.
3215
3216         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3217         real-name, and then for mail address rather than doing : or , search.
3218
3219 2010-09-27  Julien Danjou  <julien@danjou.info>
3220
3221         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3222         right completing-read function.
3223         (gnus-use-ido): New variable
3224         (gnus-completing-read-with-default): Remove.
3225         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3226         (gnus-agent-add-group):
3227         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3228         * mm-view.el (mm-view-pkcs7-decrypt):
3229         * mm-util.el (mm-codepage-setup):
3230         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3231         * mml-smime.el (mml-smime-openssl-sign-query):
3232         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3233         (mml-insert-multipart):
3234         * gnus-msg.el (gnus-summary-yank-message):
3235         * gnus-int.el (gnus-start-news-server):
3236         * mm-decode.el (mm-interactively-view-part):
3237         * gnus-dired.el (gnus-dired-attach):
3238         * gnus.el (gnus-read-method):
3239         * gnus-bookmark.el (gnus-bookmark-jump):
3240         * gnus-art.el (gnus-mime-view-part-as-type)
3241         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3242         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3243         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3244         * nnmairix.el (nnmairix-create-server-and-default-group)
3245         (nnmairix-update-groups, nnmairix-get-server)
3246         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3247         (nnmairix-get-group-from-file-path):
3248         * nnrss.el (nnrss-find-rss-via-syndic8):
3249         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3250         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3251         (gnus-group-browse-foreign-server):
3252         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3253         (gnus-summary-execute-command, gnus-summary-respool-article)
3254         (gnus-read-move-group-name):
3255         * gnus-score.el (gnus-summary-increase-score)
3256         (gnus-summary-score-effect):
3257         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3258
3259 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3262         x-focus-frame.
3263
3264         * nnimap.el (auth-source-forget-user-or-password)
3265         (auth-source-user-or-password): Autoload.
3266
3267         * message.el (message-from-style, message-interactive)
3268         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3269         (message-yank-prefix, message-indentation-spaces, message-signature)
3270         (message-signature-file): Add comment.
3271
3272 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3275         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3276         new articles.
3277
3278         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3279         parts.
3280         (nnimap-request-article): Work with the t setting, too.
3281
3282         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3283         that you don't get flashes of other buffers.
3284         (gnus-summary-show-complete-article): Intern before setting.
3285
3286 2010-09-27  David Engster  <dengste@eml.cc>
3287
3288         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3289         well as HEADERS.
3290         (nnmairix-retrieve-headers): Provide new argument for the above.
3291
3292 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * gnus-sum.el (gnus-summary-move-article): Don't alter
3295         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3296         group.
3297
3298         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3299
3300         * message.el (message-cite-prefix-regexp): Revert my last edit.
3301
3302         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3303         variable instead of the Gnus variable.
3304
3305         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3306
3307         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3308
3309         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3310         since some servers don't like it.
3311         (nnimap-open-connection): Forget credentials if the server says the
3312         password was wrong.
3313         (nnimap-parse-line): Protect against invalid data.
3314
3315         * gnus-sum.el (gnus-summary-move-article): Add comment.
3316         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3317         nothing alters it while scanning for new messages.
3318
3319         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3320         which may or may not help.
3321         (nnimap-open-connection): If we're doing a stream connection, and then
3322         discover we're on a STARTTLS-capable server, then open a STARTTLS
3323         connection instead.
3324
3325 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * nnimap.el (utf7): Require.
3328
3329         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3330         prefix.
3331
3332 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3333
3334         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3335
3336 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * nnimap.el (nnimap-request-accept-article): Message the error on
3339         error.
3340
3341 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3344
3345 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * nndoc.el (nndoc-request-list): Return success always.
3348
3349         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3350         `fetch-old' -- we only want to fetch the articles we've requested.
3351         The rest are in the agent, probably.
3352         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3353         disappeared server" to something low.  It's not important.
3354
3355         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3356         arrived before the FETCH data.
3357
3358         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3359         target here, because we don't know the Gnus name of the group.
3360
3361         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3362         for the correct group.
3363
3364         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3365
3366         * gnus.el (gnus): Give a final warning after startup.
3367
3368         * gnus-util.el (gnus-action-message-log): New variable.
3369         (gnus-message): Use it.
3370         (gnus-final-warning): New function.
3371
3372         * nnimap.el (nnimap-open-connection): Record the greeting.
3373         (nnimap): Add greeting.
3374
3375 2010-09-26  Julien Danjou  <julien@danjou.info>
3376
3377         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3378         arguments.
3379         (gnus-html-wash-images): Fix spec computing to include start/end.
3380
3381         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3382
3383 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3386         deletion.
3387         (nnimap-retrieve-headers): Don't select the group, because that's
3388         already done by nnimap-possibly-change-group.
3389
3390         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3391         (gnus-picon-transform-address): Use it.
3392
3393         * mail-source.el (mail-source-value): Revert previous patch.
3394
3395         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3396         on failure.
3397         (nnimap-open-connection): Look up both virtual and physical server name
3398         credentials.
3399
3400         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3401
3402 2009-02-07  Dave Love  <fx@gnu.org>
3403
3404         * tls.el (open-tls-stream): Don't query killing process.
3405
3406 2009-02-08  Dave Love  <fx@gnu.org>
3407
3408         * gnus-win.el (gnus-window-to-buffer-helper)
3409         (gnus-all-windows-visible-p): Function needn't be a symbol.
3410
3411         * mail-source.el (mail-source-value): Function needn't be a symbol.
3412
3413 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * message.el (message-cite-prefix-regexp): Remove } from the cite
3416         prefix.
3417
3418         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3419         highlight again, so that the highlight is correct.
3420
3421         * gnus-picon.el (gnus-picon): Remove again.
3422         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3423
3424         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3425         doing the header highlightling, so that the background colour of the
3426         picon is correct.
3427
3428         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3429         (gnus-picon): Ditto.
3430         (gnus-picon): Reinstate.  The background colour for picons is white.
3431         (gnus-picon-insert-glyph): Make the background white.
3432
3433         * nnml.el (nnml-open-nov): Don't return dead buffers.
3434
3435         * auth-source.el (auth-source-create): Query the user for whether to
3436         store the credentials.
3437
3438         * netrc.el (netrc-store-data): New function.
3439
3440         * auth-source.el (auth-source-user-or-password): Use the existing auth
3441         sources, if any, for creation.
3442
3443         * gnus.el (gnus-group-fast-parameter): Return the last matching
3444         parameter instead of the first matching parameter.
3445
3446 2010-09-26  Julien Danjou  <julien@danjou.info>
3447
3448         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3449
3450 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * mml2015.el (mml2015-use): Remove gpg support.
3453
3454         * mml1991.el (mml1991-function-alist): Remove gpg function.
3455         (mml1991-gpg-sign): Remove.
3456
3457 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3458
3459         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3460         (gnus-browse-unsubscribe-current-group): Document it.
3461         (gnus-browse-unsubscribe-group): Use it.
3462
3463 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3466         address to the To list for easier response.
3467
3468         * gnus.el (gnus-play-startup-jingle): Remove.
3469         (gnus-splash): Don't play jingle.
3470         (gnus): Silence gnus-load message.
3471
3472         * gnus-art.el (gnus-treat-play-sounds): Remove.
3473
3474         * gnus.el (gnus-play-jingle): Remove audio support.
3475
3476         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3477
3478         * earcon.el: Remove -- no users.
3479
3480         * gnus-audio.el: Remove -- no users of this package.
3481
3482         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3483
3484         * gnus-start.el (gnus-setup-news): Remove nocem support.
3485
3486         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3487
3488         * gnus.el (gnus-use-nocem): Remove.
3489
3490         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3491         Remove.
3492
3493         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3494         uses NoCeM any more.
3495
3496         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3497         (gnus-button-ctan-handler): Ditto.
3498         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3499         (gnus-button-ctan-directory-regexp): Ditto.
3500         (gnus-button-handle-ctan): Ditto.
3501         (gnus-button-tex-level): Ditto.
3502         (gnus-button-alist): Remove CTAN stuff.
3503
3504 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3507         nnimap-streaming test.
3508
3509         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3510         servers twice.
3511
3512         * nnimap.el (nnimap-open-connection): Add more error reporting when
3513         nnimap fails early.
3514
3515         * nnheader.el (nnheader-get-report-string): New function.
3516         (nnheader-get-report): Use it.
3517
3518         * gnus-int.el (gnus-check-server): Say what the error was when opening
3519         failed.
3520
3521         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3522         using streaming.
3523
3524 2010-09-25  Julien Danjou  <julien@danjou.info>
3525
3526         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3527         gnus-window-inside-pixel-edges.
3528
3529 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3532
3533         * mm-decode.el (mm-save-part): Allow saving to other directories the
3534         normal Emacs way.
3535
3536         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3537         Suggested by Jay Berkenbilt.
3538
3539         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3540         there isn't a single byte.
3541
3542         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3543         just do it.  It doesn't really seem to matter what the user responds
3544         here, I think, so it's just a confusing question.
3545
3546         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3547         non-streaming case.
3548
3549         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3550         (gnus-article-encrypt-body): Use it.
3551
3552         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3553         keystroke.
3554
3555         * nnimap.el (nnimap-find-wanted-parts-1):
3556         Use gnus-fetch-partial-articles.
3557
3558         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3559
3560         * nnimap.el (nnimap-insert-partial-structure): New function.
3561         (nnimap-get-partial-article): New function.
3562         (nnimap-request-article): Use it.
3563         (nnimap-wait-for-response): Return whether the wait was successful.
3564         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3565         retrieval wasn't successful.
3566         (nnimap-retrieve-group-data-early): Allow throttling servers.
3567         (nnimap-streaming): New variable.
3568         (nnimap-fetch-partial-articles): Remove.
3569
3570         * mm-decode.el (mm-with-part): Protect against killed buffers.
3571
3572         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3573         for prettier summary display.
3574
3575 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3576
3577         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3578
3579 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3582         apparently third-party libraries depend on it.
3583
3584         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3585         before starting negotiation.
3586
3587         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3588         privacy reasons.
3589         (gnus-treat-mail-gravatar): Ditto.
3590
3591         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3592         buffer when inserting images.  Inserting text into the headers, for
3593         instance, can make them invalid.
3594
3595 2010-09-25  Julien Danjou  <julien@danjou.info>
3596
3597         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3598         variables.
3599
3600         * nnheader.el: Remove useless variables news-reply-yank-from and
3601         news-reply-yank-message-id.
3602
3603         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3604         variables.
3605
3606         * mml1991.el: Remove useless mml1991-verbose.
3607
3608         * gnus.el: Remove useless variable gnus-use-generic-from.
3609         Remove obsolete variable gnus-topic-indentation.
3610
3611         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3612
3613         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3614
3615         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3616
3617         * gnus-group.el: Remove useless gnus-group-icon-cache.
3618         Remove useless gnus-ephemeral-group-server.
3619
3620         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3621
3622         * mml2015.el: Remove useless mml2015-verbose.
3623
3624         * mml-smime.el: Remove useless mml-smime-verbose.
3625
3626         * gnus.el: Remove useless gnus-local-domain.
3627
3628         * gnus-gravatar.el (gnus-gravatar-transform-address):
3629         Use gnus-gravatar-size.
3630
3631         * gnus-art.el: Remove useless gnus-treat-translate.
3632
3633 2010-09-24  Julien Danjou  <julien@danjou.info>
3634
3635         * gnus-sum.el: Add support for Gravatars.
3636
3637         * gnus-art.el: Add support for Gravatars.
3638
3639         * gnus-gravatar.el: Add this file.
3640
3641         * gravatar.el: Add this file.
3642
3643 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3646
3647         * gnus-group.el (gnus-group-fetch-faq): Remove.
3648
3649         * gnus.el (gnus-group-faq-directory): Remove.
3650
3651         * gnus-group.el (gnus-group-fetch-charter): Remove.
3652
3653         * gnus.el (gnus-group-charter-alist): Remove.
3654
3655         * gnus-group.el (gnus-group-archive-directory): Remove.
3656         (gnus-group-recent-archive-directory): Ditto.
3657         (gnus-group-make-archive-group): Remove.
3658
3659         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3660
3661         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3662         use the same article number for all the cached articles.
3663
3664         * nnimap.el (nnimap-command): Register the last command time so
3665         that we can use it for idling NOOPs.
3666         (nnimap-open-connection): Start the keeplive timer.
3667         (nnimap-make-process-buffer): Store all the process buffers.
3668         (nnimap-keepalive): New function.
3669
3670         * starttls.el (starttls-open-stream): Add autoload cookie.
3671
3672 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3673
3674         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3675         handling.
3676
3677 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3680         its data structures.
3681
3682         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3683         instead of the cl.el copy-list.
3684         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3685         equalp.
3686
3687 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3690         and tool-bar-local-item-from-menu.
3691
3692         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3693         mode-line-highlight face for Emacs.
3694
3695         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3696         loading gnus-sum.elc; fix comment for canlock-verify.
3697         (gnus-article-jump-to-part): Use read-number.
3698         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3699         Remove Emacs pre-21 compatible code for help-echo.
3700         (gnus-article-next-page-1): No need to adjust the number of lines.
3701         (gnus-article-describe-bindings): Always use help-buffer.
3702
3703         * gnus-audio.el (gnus-audio-inline-sound)
3704         * gnus-cus.el (gnus-custom-mode)
3705         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3706
3707         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3708
3709         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3710         compatible code.
3711
3712 2010-09-24  Glenn Morris  <rgm@gnu.org>
3713
3714         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3715         visiting the fcc file in rmail-mode.
3716
3717         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3718
3719 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * nnir.el: Silence the byte compiler.
3722
3723         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3724         alias to browse-url-url-encode-chars if any.
3725         (gnus-html-encode-url): Use it.
3726
3727 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-start.el (gnus-use-backend-marks): New variable.
3730         (gnus-get-unread-articles-in-group): Use it.
3731
3732         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3733         makeover.
3734
3735 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3736
3737         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3738
3739 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3742         Remove.
3743         (gnus-setup-news-hook):
3744         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3745
3746         * gnus-int.el (gnus-request-update-info): Protect against backends not
3747         having the function.
3748
3749         * nnimap.el (nnimap-stream): Mention starttls.
3750         (nnimap-open-connection): Add starttls support.
3751
3752 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3753
3754         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3755
3756 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3759         BODYSTRUCTUREs.
3760         (nnimap-transform-headers): Unfold quoted {42} headers.
3761
3762         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3763         the info.
3764         (gnus-get-unread-articles): Only call updatep on backends that support
3765         it.
3766
3767         * nnweb.el (nnweb-request-update-info): NOOP.
3768
3769         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3770
3771         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3772         since it only deals with marks.
3773
3774         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3775         gnus-request-marks, and make a new gnus-request-update-info.
3776
3777         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3778         the active instead of the high number, which is usually too low.
3779
3780 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3781
3782         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3783         * encrypt.el: Remove.
3784
3785 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3788         server in symbolic form.
3789
3790         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3791
3792 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3795         (nnimap-update-info): Fix up code slightly.
3796
3797         * gnus-int.el (gnus-open-server): Add tracing for performance
3798         debugging.
3799
3800         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3801         (gnus-group-insert-group-line): Pass the real group name so that it
3802         gets the right data.
3803
3804         * gnus-start.el (gnus-get-unread-articles): Don't have
3805         `gnus-get-unread-articles-in-group' update info, since that can be
3806         really slow and doesn't seem to be needed?
3807
3808 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3809
3810         * time-date.el (date-to-time): Try using parse-time-string first before
3811         using the slower timezone-make-date-arpa-standard.
3812
3813 2010-09-22  Julien Danjou  <julien@danjou.info>
3814
3815         * gnus-group.el (gnus-group-insert-group-line):
3816         Call gnus-group-highlight-line.
3817         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3818         default hook list.
3819         (gnus-group-update-eval-form): Add new function.
3820         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3821         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3822
3823 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3826         immediate, then expire all articles.
3827         (nnimap-update-info): Fix off-by-one errors.
3828         (nnimap-flags-to-marks): Would return no marks lists for group with no
3829         flags.  Instead return the other data.
3830
3831 2010-09-22  Julien Danjou  <julien@danjou.info>
3832
3833         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3834         Only return an icon.
3835         (gnus-group-insert-group-line): Compute icon to return.
3836
3837         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3838         (gnus-html-image-fetched): Only cache if
3839         gnus-html-image-automatic-caching is set.
3840         (gnus-html-image-fetched): Check for errors.
3841
3842 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3845         once per method on `g'.  This ensures that backends like nnfolder don't
3846         open all their folders.
3847
3848         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3849         (nnimap-request-list): Nix out group in the correct buffer.
3850         (nnimap-parse-flags): Implement by using `read' instead of
3851         hand-parsing.
3852         (nnimap-flags-to-marks): Pass on permanent-flags.
3853         (nnimap-make-process-buffer): Record the server name.
3854         (nnimap-parse-flags): Fix typo.
3855         (nnimap-request-scan): Run split on the server in general, not just a
3856         single group.
3857
3858         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3859         parameter, and propagate this downwards.
3860
3861         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3862         since EXAMINE changes it on the server.
3863
3864         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3865         this command might take a while.
3866
3867 2010-09-22  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3870         harmful if you have 2 images side-by-side, they can't be properly
3871         update on text deletion.  Using text-property is safer here.
3872         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3873         data.
3874
3875 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * nnimap.el (nnimap-expunge-inbox): Remove.
3878         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3879         (nnimap-expunge): Flip default to t.
3880
3881         * gnus.el (gnus-method-to-server): Don't push things to the cache
3882         unless it's unique.
3883         (gnus-server-to-method): Ditto.
3884
3885 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3886
3887         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3888
3889 2010-09-22  Julien Danjou  <julien@danjou.info>
3890
3891         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3892         get the start of data.
3893         (gnus-html-encode-url): Add this function to encode special chars in
3894         URL.
3895         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3896         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3897
3898         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3899         default.
3900         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3901
3902         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3903         images alt-text.
3904         (gnus-html-put-image): Put alt-text as help-echo.
3905
3906 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3909         * mm-util.el (mm-decompress-buffer)
3910         * nnir.el (nnir-run-find-grep)
3911         * pop3.el (pop3-list): Use 3rd arg of split-string.
3912
3913         * time-date.el (format-seconds): Comment fix.
3914
3915         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3916         and byte-optimize-form-code-walker.
3917         (dgnushack-make-auto-load): Don't advise make-autoload.
3918
3919         * lpath.el: Remove Emacs 21 stuff.
3920
3921 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3924         outside the active range.  Suggested by Dan Christensen.
3925
3926         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3927         slightly later to avoid double-getting it.
3928
3929         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3930         previous patch.
3931
3932         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3933
3934 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3935
3936         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3937
3938 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-int.el (gnus-open-server): Give a better error message in the
3941         "go offline" case.
3942
3943         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3944         marks for nnimap, which is seldom the right thing to do.
3945
3946         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3947         (gnus-same-method-different-name): New function.
3948
3949         * nnimap.el (parse-time): Require.
3950
3951         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3952         method in the presence of many similar methods.
3953
3954         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3955
3956         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3957         nnml-inhibit-expiry.
3958
3959         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3960         find out whether methods are equal.
3961
3962         * nnimap.el (nnimap-find-expired-articles): New function.
3963         (nnimap-process-expiry-targets): New function.
3964         (nnimap-request-move-article): Request the article before looking at
3965         what the Message-ID is.  Fix found by Andrew Cohen.
3966         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3967
3968         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3969         for oldness in addition to being a predicate.
3970
3971         * nnimap.el (nnimap-request-group): When we have zero articles, return
3972         the right data to Gnus.
3973         (nnimap-request-expire-articles): Only delete articles immediately if
3974         the target is 'delete.
3975
3976         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3977         method, this would bug out.
3978
3979         * gnus-group.el (gnus-group-expunge-group): Rename from
3980         gnus-group-nnimap-expunge, and implemented as a normal interface
3981         function.
3982
3983         * gnus-int.el (gnus-request-expunge-group): New function.
3984
3985         * nnimap.el (nnimap-request-create-group): Implement.
3986         (nnimap-request-expunge-group): New function.
3987
3988 2010-09-21  Julien Danjou  <julien@danjou.info>
3989
3990         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3991         (gnus-html-cache-expired): Add new function.
3992         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3993         wethever we should display image for fetch it.
3994         Compute alt-text earlier to pass it to the fetching function too.
3995         (gnus-html-schedule-image-fetching): Change function argument to only
3996         get one image at a time, not a list.
3997         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3998         cache.
3999         (gnus-html-get-image-data): New function to retrieve image data from
4000         cache.
4001         (gnus-html-put-image): Change buffer argument to use image data rather
4002         than file, and place image above region rather than inserting a new
4003         one.  Do not take alt-text as argument, since it's useless now: we place
4004         the image above alt-text.
4005         (gnus-html-prune-cache): Remove.
4006         (gnus-html-show-images): Start to fetch image when we find one, do not
4007         push into a temporary list.
4008         (gnus-html-prefetch-images): Only fetch image if they have expired.
4009         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4010         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4011
4012 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4015
4016 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4019         spec inser "*" if the group isn't active instead of 0.
4020
4021         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4022         opening the server.
4023         (nnimap-request-delete-group): Implement group deletion.
4024         (nnimap-transform-headers): Return the size of the entire message in
4025         the Bytes header, not just the size of the first part.
4026         (nnimap-request-move-article): When moving an article from nnimap,
4027         request the article first so the accepting form has an article to
4028         accept.  Reported by Dan Christensen.
4029         (nnimap-command): Make sure that the error message doesn't error out.
4030
4031 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4032
4033         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4034         we haven't requested anything.
4035
4036 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4039         "".  Fix found by Andrew Cohen.
4040
4041         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4042         instead of -encode-string.
4043
4044 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4047
4048         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4049         by mm-subst-char-in-string.
4050
4051 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4054         waiting for the connection string.
4055
4056         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4057         arriving.
4058
4059         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4060         bogus characters.  This allows selecting certain Gmail groups.
4061
4062         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4063         (nnimap-fetch-partial-articles): New variable.
4064         (nnimap-open-connection): When looking for credentials, also use the
4065         nnimap-server-port.
4066         (nnimap-request-article): Return the group/article number, so that Gnus
4067         `^' works as expected.
4068         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4069
4070         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4071         comments.
4072         (gnus-methods-sloppily-equal): New function.
4073         (gnus): When using the development version of Gnus, load the gnus-load
4074         file.
4075
4076         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4077         `gnus-open-server' on each method before trying to scan them etc.
4078         This ensures that all the backend parameters are set correctly.
4079
4080         * nnimap.el (nnimap-authenticator): New variable.
4081         (nnimap-open-connection): Allow anonymous login.
4082         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4083         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4084
4085         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4086         patch, found by Knut Anders Hatlen.
4087
4088 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4089
4090         * gnus-agent.el (gnus-agent-batch-confirmation)
4091         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4092         to gnus-message.
4093         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4094         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4095         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4096         * gnus-int.el (gnus-open-server): Likewise.
4097         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4098         (gnus-score-check-syntax): Likewise.
4099         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4100         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4101         Likewise.
4102         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4103
4104 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4107         calling conventions so that prefetch doesn't bug out.
4108
4109 2010-09-19  Julien Danjou  <julien@danjou.info>
4110
4111         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4112         rather than `subst-char-in-region' in order to be able to replace ASCII
4113         char by UTF-8 ones.
4114
4115         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4116         than curl.
4117         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4118         the right URL and ALT text on images.
4119         (gnus-html-wash-tags): Fix tag case.
4120         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4121         (gnus-article-html): Add -o display_ins_del=2 option.
4122         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4123
4124 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4127         the extra mail headers, which sometimes seem to happen for unknown
4128         reasons.
4129
4130         * mail-parse.el (mail-header-encode-parameter): Define as
4131         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4132         (or most, perhaps?) mail readers don't understand the latter, but do
4133         understand the former.
4134
4135         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4136         to nil, so that no methods are automatically agentized.  I think this
4137         is probably what most users want.
4138
4139         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4140         from url-retrieve, for instance about invalid URLs.
4141
4142         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4143         groups that have no articles.
4144         (nnimap-request-article): Check that we really got an article when we
4145         requested one.
4146
4147         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4148         doesn't exist.
4149
4150         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4151         nntp buffer so the agent can save it.
4152         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4153         that CRLF doesn't get translated to \n.
4154         (nnimap-open-connection): Don't make 'shell commands only send \n.
4155
4156 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4157
4158         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4159         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4160         Update var name.
4161         (nnml-generate-nov-file): Use dolist.
4162         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4163         Use with-current-buffer.
4164
4165 2010-09-18  Julien Danjou  <julien@danjou.info>
4166
4167         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4168         parallel.
4169
4170 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4171
4172         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4173         the range update right.
4174         (nnimap-request-group): Don't make `M-g' bug out on group with no
4175         marks.
4176         (nnoo): Require, so that other packages can require nnimap.
4177         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4178         command we're looking for.  This helps when the server sends more
4179         responses after we've gotten everything we expected.
4180         (nnimap): Add a `newlinep' field to keep track of end-of-line
4181         conventions.
4182         Don't send CRLF to things that don't want it.
4183         (nnimap-request-accept-article): Ditto.
4184
4185 2010-09-18  Julien Danjou  <julien@danjou.info>
4186
4187         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4188         than curl to retrieve images.
4189
4190 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4193         the marks.
4194         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4195         (nnimap-wait-for-connection): New function.
4196         (nnimap-open-connection): If we have PREAUTH, don't query for login
4197         credentials.
4198         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4199         when doing a partial update.
4200
4201 2010-09-18  Julien Danjou  <julien@danjou.info>
4202
4203         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4204         tags.
4205
4206 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * nnimap.el (nnimap-credentials): New function.
4209         (nnimap-open-connection): Use the new function to look for credentials
4210         also on the numeric equivalents of "imap" and "imaps".
4211
4212         * gnus-start.el (gnus-activate-group): Send the info to
4213         gnus-request-group.
4214
4215         * nnimap.el (nnimap-request-group): Have the "check" version of the
4216         function parse flags and update the info, so that a `M-g' get a total
4217         resync of all flags from the group.
4218
4219         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4220         to allow backends to alter the info on group selection.  Also alter all
4221         the backend -request-group functions to take the parameter.
4222
4223         * nnimap.el (nnimap-store-info): New function.
4224         (nnimap-update-info): Store the info for later usage.
4225         (nnimap-request-group): Use the stored info for the dont-check case, so
4226         that we don't retrieve all marks when we enter a group.
4227
4228         * nnimap.el: Use deffoo instead of defun for interface functions.
4229
4230         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4231         update the group info.  This makes the nndraft groups, for instance, go
4232         back to their old behaviour.
4233
4234         * gnus-sum.el (gnus-select-newsgroup): Indent.
4235
4236         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4237         in.
4238         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4239         nothing.
4240
4241         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4242         from methods that are denied.
4243
4244         * gnus-int.el (gnus-method-denied-p): New function.
4245
4246         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4247         store the password instead of netrc.
4248         (nnimap-open-connection): Don't error out when we can't make a
4249         connections.
4250
4251         * auth-source.el (auth-source-create): In the password prompt, say what
4252         we're querying for.  Also prompt for user name if that hasn't been
4253         given.
4254
4255         * nnimap.el (nnimap-with-process-buffer): Remove.
4256
4257 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4260         method when we're reading from the agent.
4261
4262         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4263
4264         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4265         that's probably most useful for users.
4266
4267         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4268         "failed" all the time.
4269
4270         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4271         ...)) with (with-current-buffer ... ).
4272
4273         * nntp.el (nntp-open-server): Return whether the open was successful or
4274         not.
4275
4276         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4277         select an unread unseen article first.
4278
4279         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4280         /etc/services, supply some sensible port defaults.
4281
4282         * dgnushack.el: Define netrc-credentials.
4283
4284 2010-09-17  Julien Danjou  <julien@danjou.info>
4285
4286         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4287
4288 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4289
4290         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4291         doesn't have any parameters.
4292
4293 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4296         only upcased checks.
4297
4298         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4299
4300         * nnimap.el (nnimap-open-shell-stream): New function.
4301         (nnimap-open-connection): Use it.
4302         (nnimap-transform-headers): Get the number of lines in each message.
4303         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4304         number of lines.
4305         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4306         problem.
4307
4308         * utf7.el (utf7-encode): Autoload.
4309
4310         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4311         to allow the mail splitting to not return a default group.  This is
4312         useful for nnimap, which will leave unmatched mail in the inbox.
4313
4314         * nnimap.el: Rewritten.
4315
4316         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4317         nnimap usage.
4318
4319         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4320         if the move is internal, so that nnimap can do fast internal moves.
4321
4322         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4323         data.
4324         (gnus-read-active-for-groups): Support finishing the early retrieval of
4325         data.
4326
4327         * gnus-range.el (gnus-range-nconcat): New function.
4328
4329         * gnus-int.el (gnus-finish-retrieve-group-infos)
4330         (gnus-retrieve-group-data-early): New functions.
4331
4332 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4333
4334         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4335         (nnrss-retrieve-groups):
4336         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4337         (pop3-quit): Use with-current-buffer.
4338
4339 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4342         instead of nnheader-accept-process-output.
4343
4344         * dgnushack.el (dgnushack-compile): Add comment.
4345
4346         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4347
4348         * gnus-html.el (gnus-html-schedule-image-fetching)
4349         (gnus-html-prefetch-images): Replace process-kill-without-query by
4350         gnus-set-process-query-on-exit-flag.
4351
4352 2010-09-16  Romain Francoise  <romain@orebokech.com>
4353
4354         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4355
4356 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357
4358         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4359         parameter to unintern is mandatory-ish in Emacs 24.
4360
4361         * gnus-html.el (gnus-html-schedule-image-fetching)
4362         (gnus-html-prefetch-images): Check for curl before using it.
4363
4364         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4365         depend on curl, which isn't essential.
4366
4367         * imap.el: Revert back to version
4368         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4369         seem problematic.
4370
4371 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4372
4373         * gnus-registry.el (gnus-registry-install-shortcuts):
4374         Explicitly pass `obarray' to `unintern' to avoid a warning.
4375
4376 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4379         change.
4380
4381         * nnrss.el (nnrss-request-list): Remove this function and related
4382         functions, including the moreover stuff.
4383
4384 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * nnrss.el (nnrss-retrieve-groups): New function.
4387
4388 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4389
4390         * .dir-locals.el: Add no-byte-compile cookie.
4391
4392 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * time-date.el (format-seconds): Comment fix.
4395
4396         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4397         for back end that doesn't support request-scan.
4398
4399 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4402         then do request scans from the backends.
4403
4404         * netrc.el (netrc-credentials): New conveniency function.
4405
4406         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4407         avoid running a hook per line, since this takes a lot of time,
4408         profiling shows.
4409         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4410         directly if gnus-visual-p is true.
4411
4412 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4415         groups; replace mapcar with dolist which is a bit faster; pass groups
4416         info to gnus-read-active-file-1.
4417         (gnus-read-active-file-1): Scan only specified groups if the new
4418         optional arg `infos' is given.
4419
4420 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4423
4424         * pop3.el (pop3-movemail): Remove.
4425         (pop3-streaming-movemail): Rename to pop3-movemail.
4426
4427         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4428         don't restrict end-tag searches to the end of the line.
4429
4430 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4433         articles of every unchecked group to t, which means unknown since the
4434         server has never been opened.
4435
4436 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * gnus-html.el (gnus-html-show-alt-text): New command.
4439         (gnus-html-browse-image): Ditto.
4440         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4441         to browse the image directly.
4442         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4443         better.
4444
4445         * gnus-async.el (gnus-async-article-callback):
4446         Call `gnus-html-prefetch-images' unconditionally.
4447
4448         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4449         before feeding URLs to curl.
4450
4451 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4454         internal images as deletable by `W D D'.
4455
4456         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4457         (gnus-async-article-callback): Fix typo.
4458
4459 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4462         current line to work around bugs in the output from w3m.
4463
4464         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4465         for groups that want that.
4466
4467         * nntp.el (nntp-wait-for-string): Supply a timeout for
4468         accept-process-output to ensure progress.
4469
4470         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4471         level to get unread articles from, then use that for foreign groups,
4472         too.
4473
4474         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4475         confuses the rest of the function.
4476
4477         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4478         for the methods that support -retrieve-groups, too.
4479
4480         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4481
4482 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4485         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4486
4487         * pop3.el: Require cl when compiling.
4488         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4489
4490 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4493         that aren't going to be activated.
4494         (gnus-get-unread-articles): Fix up the last commit.
4495
4496         * gnus-html.el (gnus-article-html): Allow calling without specifying
4497         the handle.  In that case, dissect the buffer first.
4498
4499         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4500
4501         * nnimap.el (nnimap-open-connection): Revert the change that would look
4502         into authinfo for imaps instead of imap.
4503
4504         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4505         say that you don't want to call gnus-request-group with don-check, but
4506         do check the reponse.  This is for virtual groups only.
4507         (gnus-get-unread-articles): Count the archive groups as secondary, so
4508         that they're activated the same way as before.
4509
4510         * imap.el (imap-message-map): Removed optional buffer parameter, since
4511         no callers use it.
4512         (imap-message-get): Ditto.
4513         (imap-message-put): Ditto.
4514         (imap-mailbox-map): Ditto.
4515         (imap-mailbox-put): Ditto.
4516         (imap-mailbox-get): Ditto.
4517         (imap-mailbox-get): Revert last change for this function.
4518
4519         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4520         case-insensitively.
4521         (nnimap-debug): Remove.
4522
4523         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4524         to use `imap-fetch' instead.  According to the comments, this should be
4525         safe, since all other IMAP clients use the 1:* syntax.
4526         (imap-enable-exchange-bug-workaround): Removed.
4527         (imap-debug): Removed -- doesn't seem very useful.
4528
4529         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4530         mail from a file, and the file doesn't exist.
4531
4532         * imap.el (imap-log): New convenience function used throughout instead
4533         of repeating the same code all over the place.
4534
4535         * pop3.el (pop3-streaming-movemail): Return t for success.
4536
4537         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4538         .authinfo if we're using ssl connection.
4539
4540         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4541         already have if we're in a main Gnus `g' run.
4542
4543         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4544
4545 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4548
4549         * nnmh.el (nnmh-request-list-1): Bind `file'.
4550
4551         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4552         alias to set-process-query-on-exit-flag or process-kill-without-query.
4553         (pop3-open-server): Use it.
4554
4555 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4558         box to the Incoming file.  Fixes mistake in previous checkin.
4559
4560         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4561         request loop (for debugging purposes) removed.
4562
4563         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4564         culprit is more visible.
4565         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4566         (nnml-add-incremental-nov): New functions to do "incremental" nov
4567         updates, where we just append to the end of the existing nov files
4568         without reading/writing them in full.
4569
4570         * mail-source.el (mail-source-delete-crash-box): Really only check the
4571         incoming files once in a while.
4572
4573         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4574
4575         * mail-source.el (mail-source-delete-crash-box): Only check the
4576         incoming files for deletion once per day to save a lot of file
4577         accesses.
4578
4579         * pop3.el (pop3-logon): Fix up unbound variable typo.
4580
4581         * mail-source.el (pop3-streaming-movemail): Autoload.
4582
4583         * pop3.el (pop3-streaming-movemail):
4584         Respect pop3-leave-mail-on-server.
4585
4586         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4587         retrieval.
4588
4589         * pop3.el (pop3-process-filter): Remove unused function.
4590         (pop3-streaming-movemail, pop3-send-streaming-command)
4591         (pop3-wait-for-messages, pop3-write-to-file)
4592         (pop3-number-of-responses): New functions for streaming pop3
4593         retrieval.
4594
4595         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4596         come from no known methods.
4597         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4598         list.
4599
4600         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4601         message sizes.
4602         (pop3-movemail): Use erase-buffer instead of looping and deleting
4603         regions, which seems rather odd.
4604
4605         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4606         file once per `g' run.
4607
4608         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4609         directories.  This makes the draft queue directory work.
4610
4611         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4612         data from the backends, so that we only request the list of groups from
4613         each method once.  This should speed things up considerably.
4614
4615         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4616         detect that it's not implemented.
4617
4618         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4619         we actually do recurse down into the tree, but don't stat all leaf
4620         nodes.
4621
4622         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4623         then say so instead of bugging out.
4624
4625         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4626         files exist before trying to read them.
4627
4628         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4629         around <pre_int>.
4630
4631         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4632
4633         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4634
4635 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * mm-util.el (mm-image-load-path): Just return the image directories,
4638         not all directories in the path in addition to the image directories.
4639         (mm-image-load-path): Maintain a cache of the image directories so that
4640         the `g' command in Gnus doesn't have to stat dozens of directories each
4641         time.
4642
4643         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4644         (gnus-html-wash-tags): Add a new `i' command to insert images.
4645         (gnus-html-insert-image): New command and keystroke.
4646         (gnus-html-redisplay-with-images): New command and keystroke.
4647         (gnus-html-show-images): Rename command.
4648         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4649         spacers.
4650         (gnus-html-wash-tags): Decode entities at the end, so that entities
4651         inside the tags don't mess up the rest of the "parsing".
4652
4653         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4654         so that nnimap methods aren't agentized by default.  There's apparently
4655         many problems related to agent/imap behaviour.
4656
4657         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4658
4659         * gnus-html.el: Doc fix.
4660
4661 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4664         specifier-spec-list for Emacs 21.
4665
4666         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4667         glyph-width and glyph-height instead of display-graphic-p and
4668         image-size; make avoidance of displaying small images work for XEmacs.
4669
4670         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4671         for XEmacs.
4672
4673         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4674         of symbol that holds plist data.
4675         (gnus-process-plist): Remove plist of process after getting it.
4676
4677 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * message.el (message-generate-hashcash): Change default to
4680         'opportunistic if hashcash is installed.
4681
4682         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4683         (gnus-html-put-image): Only call image-size once, since it's somewhat
4684         time-consuming on remote X servers.
4685
4686 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4689         type on data, not a file name.
4690
4691         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4692         window-pixel-edges for Emacs 21.
4693
4694         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4695         decoded contents.
4696         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4697
4698 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4701         group line format, since it isn't very interesting.
4702
4703         * gnus-agent.el (gnus-agent-short-article),
4704         (gnus-agent-long-article): Increase values for these two variables,
4705         since most people are likely to have more network connection and
4706         storage than before.
4707
4708         * gnus.el (gnus-refer-article-method): Change default to 'current.
4709         When referring an article, the common behaviour is to refer it from the
4710         current select method, not the native select method.  The chances of
4711         the native select method having the message in question is rather slim
4712         these days.
4713
4714         * gnus-sum.el (gnus-auto-select-subject): Change default to
4715         `unseen-or-unread'.  I think it's likely that most people want to
4716         select an unseen article over a previously seen, but unread one.
4717
4718         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4719         means that in the article buffer none of the minor mode elements will
4720         be shown, usually, and this is not desirable in most cases.
4721
4722         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4723         that commands like `d' (and the like) go to the next line in the
4724         buffer, instead of the next unread article.  I think this is the
4725         behaviour that is most natural for most users.
4726         (gnus-single-article-buffer): Change default to nil, so that people can
4727         have as many article buffers open as they have summary buffer.  I think
4728         this is the most natural way for the groups to behave.
4729
4730         * message.el (message-generate-new-buffers): Change default to
4731         `unsent', so that all new message buffers start their names with the
4732         string "*unsent", and it's easier to find the buffers if you move from
4733         them.
4734
4735 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4738         small.  They're probably tracking images.
4739         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4740         (gnus-html-rescale-image): Yet another try at getting the image sizing
4741         right.
4742
4743         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4744         nntp-marks-file-name is nil.
4745
4746 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * gnus-html.el (gnus-html-wash-tags)
4749         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4750         Better logging.
4751
4752 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4755
4756         * gnus-html.el (gnus-html-wash-tags): Check the value of
4757         gnus-blocked-images in the summary buffer.
4758
4759 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4762
4763 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4766         like "a", it seems like.
4767         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4768         since it needs to be picked from the correct buffer.
4769
4770         * nnwfm.el: Remove.
4771
4772         * nnlistserv.el: Remove.
4773
4774 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4777         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4778
4779 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * nnkiboze.el: Remove.
4782
4783         * nndb.el: Remove.
4784
4785         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4786         alt text.
4787         (gnus-html-rescale-image): Try to get the rescaling logic right for
4788         images that are just wide and not tall.
4789
4790         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4791         overshadow variable bindings.
4792
4793 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * gnus-html.el (gnus-html-wash-tags)
4796         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4797         Add extra logging.
4798
4799 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4802         (gnus-max-image-proportion): New variable.
4803         (gnus-html-rescale-image): New function.
4804         (gnus-html-put-image): Rescale images.
4805
4806 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4807
4808         Fix up some byte-compiler warnings.
4809         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4810         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4811         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4812         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4813         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4814         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4815         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4816
4817 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-html.el (gnus-article-html): Decode contents by charset.
4820
4821 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4824         (gnus-html-frame-width, gnus-blocked-images)
4825         * message.el (message-prune-recipient-rules): Add custom version.
4826         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4827
4828         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4829         functions.
4830
4831         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4832         gnus-process-get.
4833
4834 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4835
4836         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4837         instead of lsub directly.
4838
4839 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * nnwarchive.el: Remove.
4842
4843         * gnus-soup.el: Remove.
4844
4845         * nnsoup.el: Remove.
4846
4847         * nnultimate.el: Remove.
4848
4849         * gnus-html.el (gnus-blocked-images): New variable.
4850
4851         * message.el (message-prune-recipients): New function.
4852         (message-prune-recipient-rules): New variable.
4853
4854         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4855         guess whether a long line is natural text or not.
4856
4857         * gnus-html.el (gnus-html-schedule-image-fetching):
4858         Use gnus-process-plist and friends for compatibility.
4859
4860 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4861
4862         * gnus-html.el: Require packages that define macros used in this file.
4863         (gnus-article-mouse-face): Declare to silence byte-compiler.
4864         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4865         process-get.
4866         (gnus-html-put-image): Use plist-get to avoid getf.
4867         (gnus-html-prefetch-images): Use with-current-buffer.
4868
4869 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-ems.el: Provide compatibility functions for
4872         gnus-set-process-plist.
4873
4874         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4875         header-line-format for XEmacs 21.4.
4876
4877         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4878         * gnus.el (gnus-valid-select-methods)
4879         * message.el (message-send-mail-partially-limit)
4880         * mm-decode.el (mm-text-html-renderer)
4881         * mml.el (mml-insert-mime-headers-always)
4882         * smiley.el (smiley-regexp-alist): Bump custom version.
4883
4884 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-html.el: require mm-url.
4887         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4888         with the url to `url'.
4889         (gnus-html-wash-tags): Support cid: URLs/images.
4890
4891 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4894         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4895         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4896
4897         * gnus-move.el: Remove file, since it doesn't really work.
4898
4899         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4900         UTF-8.  This seems to fix problems with some German web feeds.
4901
4902         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4903         at the top so that the proper colours are applied.
4904
4905         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4906         don't have dots in their names.
4907
4908         * gnus-art.el (gnus-article-view-part): Doc fix.
4909
4910         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4911         XEmacs-compatible.
4912         (gnus-html-put-image): Don't do images on non-graphic displays.
4913
4914         * nnslashdot.el: Remove this unused backend.
4915
4916         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4917         actions.
4918         (gnus-undo-register-1): Revert last change.
4919
4920         * gnus-group.el (gnus-group-completing-read): Protect against not
4921         having completion-styles bound.
4922
4923         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4924         make broken recipients happier.
4925
4926         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4927
4928         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4929         point parameter.
4930
4931         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4932
4933         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4934         completion-styles for group selection.
4935
4936 2009-02-04  Andreas Schwab  <schwab@suse.de>
4937
4938         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4939         headers and regexp-quote the match if necessary.
4940
4941 2009-03-24  Miles Bader  <miles@gnu.org>
4942
4943         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4944         the blinking smiley.
4945
4946 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4947
4948         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4949         blink smiley.
4950
4951 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4954         where the dribbel file lives exists.
4955
4956         * message.el (message-send-mail-partially-limit): Change the default to
4957         nil, since most people don't want this.
4958
4959         * mm-url.el (mm-url-decode-entities): Also decode entities like
4960         &#x3212.
4961
4962 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4963
4964         * gnus-sum.el (gnus-summary-idna-message):
4965         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4966         Hyperlink urls in docstrings with URL `...'.
4967
4968 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4969
4970         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4971         functions.
4972
4973 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4976         say what the mouseover text should be.
4977
4978         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4979         version of the mm-w3m-safe-url-regexp variable to only download images
4980         in the groups where we want that to happen.
4981
4982         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4983
4984         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4985         easier debugging.
4986         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4987         big pictures in the article buffer.
4988
4989         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4990         gnus-article-html.
4991         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4992         w3m.
4993
4994         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4995
4996 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4999         which doesn't exist.
5000
5001         * message.el (message-inhibit-ecomplete): New variable to allow some
5002         function to inhibit ecomplete address storage.
5003         (message-resend): Disable ecomplete message storage when resending
5004         messages.
5005
5006         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5007
5008 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5011         Save excursion while copying, moving, and deleting articles in order to
5012         prevent the cursor from jumping to unforeseen place.
5013
5014 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * lpath.el: No need to bind bookmark-current-buffer,
5017         bookmark-yank-point and bookmark-make-record-function.
5018
5019 2010-08-17  Glenn Morris  <rgm@gnu.org>
5020
5021         * gnus-sync.el: Require gnus components whose functions are used.
5022
5023         * gnus-art.el (bookmark-make-record-function):
5024         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5025         Declare for compiler.
5026
5027         * mm-url.el (mml-compute-boundary): Autoload.
5028
5029 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5032
5033 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         Typo fix "hoo4a" -> "hook".
5036
5037         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5038
5039 2010-08-14  Glenn Morris  <rgm@gnu.org>
5040
5041         * gnus-sync.el (gnus-sync): Fix defgroup version.
5042
5043 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5046
5047         * gnus-sync.el: Fix docs.
5048         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5049         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5050
5051 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5052
5053         Optimizations for gnus-sync.el.
5054
5055         * gnus-sync.el: Add docs about gnus-sync-backend
5056         possibilities.
5057         (gnus-sync-save): Remove unnecessary message.
5058         (gnus-sync-read): Optimize and show what groups were skipped.
5059
5060 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5061
5062         Minor bug fixes for gnus-sync.el.
5063
5064         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5065         Don't read the sync on get-new-news.
5066
5067         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5068         quiet.
5069
5070         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5071         (fix typo).
5072
5073 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5074
5075         Make saving and restoring of hidden threads work with overlays.
5076         Patch applied by Ted Zlatanov.
5077
5078         * gnus-sum.el (gnus-hidden-threads-configuration)
5079         (gnus-restore-hidden-threads-configuration): Update to deal with text
5080         properties, rather than searching for a magic character.
5081
5082 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5083
5084         New gnus-sync.el library for synchronization of marks.
5085
5086         * gnus-sync.el: New library for synchronization of marks.
5087
5088         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5089         renamed from `gnus-registry-grep-in-list'.
5090
5091         * gnus-registry.el (gnus-registry-follow-group-p):
5092         Use `gnus-grep-in-list'.
5093
5094         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5095
5096 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5099         determining charset of text fails.
5100
5101 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * nnmail.el (nnmail-get-new-mail-1): Revert.
5104
5105         * nnml.el (nnml-active-number): Make sure names of newly created groups
5106         in nnml-group-alist are encoded.
5107
5108 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5111         containing non-ASCII characters in active file for nnml back end.
5112
5113 2010-07-24  David Engster  <dengste@eml.cc>
5114
5115         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5116         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5117
5118 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5119
5120         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5121         tag (Bug#6654).
5122
5123 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5126         the article buffer, not the summary buffer.
5127
5128 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5131         Emacs 23 as well.
5132
5133 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5136         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5137
5138 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5139
5140         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5141         Patch applied by Karl Fogel.
5142
5143         * gnus-sum.el (gnus-summary-bookmark-make-record):
5144         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5145
5146 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5147
5148         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5149         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5150         C-w still not working correctly from Article buffers; Thierry's
5151         patch to fix that will be applied after this.
5152
5153         * gnus-art.el (bookmark-make-record-function): New local variable.
5154
5155         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5156         article buffer.
5157         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5158
5159 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5160
5161         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5162         on changes in bookmark.el.
5163
5164 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5167         `no-log' instead of message not to log prompt string.
5168
5169 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5170
5171         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5172         the *other* type of HTML form submission.
5173
5174 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5175
5176         * auth-source.el (auth-source-pick): If choice does not contain a
5177         questioned keyword, set the check to t.
5178
5179 2010-06-12  Romain Francoise  <romain@orebokech.com>
5180
5181         * gnus-util.el (gnus-date-get-time): Move up before first use.
5182
5183 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5186         (gnus-article-edit-part): Bind it to make last part that is substituted
5187         or deleted visible.
5188         (gnus-mime-display-single): Buttonize part of which id equals to
5189         gnus-mime-buttonized-part-id.
5190
5191 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5192
5193         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5194         (gnus-dd-mmm): Use gnus-date-get-time.
5195         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5196         simplify logic.
5197         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5198         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5199
5200 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5201
5202         * auth-source.el (top): Autoload `secrets-list-collections',
5203         `secrets-create-item', `secrets-delete-item'.
5204         (auth-sources): Fix tag string.
5205         (auth-get-source, auth-source-retrieve, auth-source-create)
5206         (auth-source-delete): New defuns.
5207         (auth-source-pick): Rewrite in order to avoid 2 passes.
5208         (auth-source-forget-user-or-password): New parameter USERNAME.
5209         (auth-source-user-or-password): New parameters CREATE-MISSING and
5210         DELETE-EXISTING.  Retrieve password interactively, if needed.
5211
5212 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5213
5214         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5215         deleting unused directories when gnus-expert-user is t.
5216
5217 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5220         for each temp file when gnus-article-browse-delete-temp is ask.
5221
5222 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5225         Lisp calls to delete-backward-char by calls to delete-char.
5226
5227 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5228
5229         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5230
5231 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5232
5233         * password-cache.el (password-cache-remove): Fix docstring.
5234
5235 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5238         article unless decoding article to be saved.
5239
5240 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5243         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5244         generated within the mm-with-unibyte-current-buffer macro.
5245
5246 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5249         to nil when we're in a mml-preview buffer and no group is selected.
5250
5251 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5252
5253         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5254         when catching the `C-g'.  Reported by "Leo".
5255
5256 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * message.el (message-forward-make-body-plain)
5259         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5260         multibyte-string-p.
5261
5262         * lpath.el: Revert.
5263
5264 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * message.el (message-forward-make-body-mml): Assume original message
5267         is multibyte string; error on unibyte.
5268         (message-forward-make-body-plain): Ditto; don't add excessive newline
5269         in body end.
5270
5271         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5272
5273 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5274
5275         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5276         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5277
5278 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * mm-extern.el (mm-extern-url): Don't use
5281         mm-with-unibyte-current-buffer.
5282         (mm-extern-cache-contents): Use with-current-buffer instead of
5283         save-excursion + set-buffer.
5284
5285 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * mm-util.el (mm-emacs-mule): Remove.
5288
5289 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5290
5291         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5292         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5293         change.
5294
5295 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5298         bind the default value of enable-multibyte-characters to nil.
5299
5300 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * message.el (message-forward-make-body-plain)
5303         (message-forward-make-body-mml):
5304         Don't use mm-with-unibyte-current-buffer.
5305
5306 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5309
5310 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5311
5312         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5313         (Bug#5592).
5314
5315 2010-05-07  Julien Danjou  <julien@danjou.info>
5316
5317         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5318         it to mm-pipe-part.
5319
5320         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5321         it is given.
5322
5323 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * binhex.el (binhex-decode-region-internal)
5326         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5327         (dns-query)
5328         * nnweb.el (nnweb-gmane-search)
5329         * pgg-parse.el (pgg-parse-armor)
5330         * pgg.el (pgg-verify-region)
5331         * sha1.el (sha1-string-external)
5332         * uudecode.el (uudecode-decode-region-internal)
5333         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5334         XEmacs.
5335
5336         * gnus-art.el (gnus-article-browse-html-parts)
5337         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5338         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5339         make-temp-file.
5340
5341         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5342         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5343         compiling.
5344
5345         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5346         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5347         XEmacs when compiling.
5348
5349         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5350         gnus-pick-mode-off-hook for XEmacs when compiling.
5351         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5352         gnus-binary-mode-off-hook for XEmacs when compiling.
5353
5354         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5355         Return nil if char-charset is not available.
5356
5357         * imap.el (imap-disable-multibyte)
5358         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5359         macros.
5360
5361         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5362         instead of encode-coding-string.
5363
5364         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5365         'xemacs) instead of mm-emacs-mule to switch function definitions.
5366         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5367
5368         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5369         bind temporary-file-directory for XEmacs;
5370         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5371         timer-set-function for XEmacs 21.4 and SXEmacs;
5372         bind timer-list for XEmacs 21.4 and SXEmacs;
5373         fbind char-charset and find-charset-region for non-Mule XEmacs;
5374         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5375         encode-coding-region and encode-coding-string for XEmacs having no
5376         file-coding feature.
5377
5378 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5379
5380         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5381
5382 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5385         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5386
5387 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5388
5389         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5390         alias `jka-compr-delete-temp-file' no longer exists.
5391
5392 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5393
5394         Use define-minor-mode in Gnus where applicable.
5395         * mml.el (mml-mode): Use define-minor-mode.
5396         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5397         (gnus-undo-mode): Use define-minor-mode.
5398         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5399         (gnus-dead-summary-mode): Use define-minor-mode.
5400         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5401         Initialize in declaration.
5402         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5403         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5404         (gnus-mailing-list-mode): Use define-minor-mode.
5405         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5406         (gnus-draft-mode): Use define-minor-mode.
5407         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5408         (gnus-dired-mode): Use define-minor-mode.
5409
5410 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5411
5412         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5413         handles on recursive mml-to-mime translation and check them for
5414         boundary delimiter collisions.  Reported by Greg Troxel.
5415
5416 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5419
5420 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5421
5422         * mm-util.el (mm-find-buffer-file-coding-system):
5423         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5424
5425 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5426
5427         * message.el (message-generate-headers): Record insertion of optional
5428         headers as well.  Otherwise the check to prevent repeated insertion of
5429         optional headers is a no-op.
5430
5431 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * smime.el: Don't mention CVS.
5434
5435         * nnrss.el (nnrss-fetch): Don't mention CVS.
5436
5437         * nnir.el: Don't mention CVS.
5438
5439 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5440
5441         * gnus-sum.el (gnus-summary-bookmark-make-record):
5442         Add `location' field.
5443
5444 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * lpath.el: Fbind bookmark-default-handler,
5447         bookmark-get-bookmark-record, bookmark-make-record-default,
5448         bookmark-prop-get for Emacs <23 and XEmacs.
5449
5450 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5453         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5454         Use with-current-buffer to silence the byte-compiler.
5455         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5456         bother to require `gnus'.
5457         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5458
5459 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5460
5461         * gnus-sum.el (gnus-summary-bookmark-make-record)
5462         (gnus-summary-bookmark-jump): New functions.
5463         (gnus-summary-mode): Setup bookmark support.
5464
5465 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5466
5467         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5468         if set.
5469
5470 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5473         gnus-article-browse-html-save-cid-image; make it work recursively for
5474         forwarded messages as well.
5475         (gnus-article-browse-html-parts): Work when prefix arg is given.
5476         (gnus-article-browse-html-article): Doc fix.
5477
5478 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5479
5480         * message.el (message-default-mail-headers):
5481         (message-default-headers): Carry the value mail-default-headers over
5482         into message-default-mail-headers, rather than message-default-headers.
5483
5484 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5485
5486         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5487         charset.
5488
5489         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5490         charset into the <meta> tag when the article is encoded to utf-8.
5491
5492 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-art.el (gnus-article-browse-delete-temp-files):
5495         Delete directories as well.
5496         (gnus-article-browse-html-parts): Work for images that do not specify
5497         file names; delete temp directory when quitting; insert header at the
5498         right place; use file: scheme for image files.
5499
5500 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5501
5502         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5503         (gnus-article-browse-html-parts): Use it to make temporary cid image
5504         files in addition to html file so that browser may display them.
5505
5506 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5509
5510 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5513
5514 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * auth-source.el (auth-sources): Change default to be simpler.
5517         Explain about Secret Service API sources.  Improve Customize options.
5518         (auth-source-pick): Change to accept any number of search parameters.
5519         Implement fallbacks iteratively, not recursively.  Add scoring on the
5520         second pass and sort by score.  Call Secret Service API when needed.
5521         (auth-source-user-or-password): Use it.  Call Secret Service API
5522         directly when needed to get the user name and the password.
5523
5524 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5525
5526         * message.el (message-interactive): Doc fix.
5527         (message-qmail-inject-args): Reflow.
5528         (message-kill-to-signature): Fix typo in docstring.
5529
5530         * smiley.el (smiley-buffer): Fix typo in docstring.
5531
5532 2010-03-24  Glenn Morris  <rgm@gnu.org>
5533
5534         * mail-source.el (gnus-message): Declare.
5535         (mail-source-delete-old-incoming): Require gnus-util.
5536
5537 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5540
5541         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5542
5543         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5544         password-cache's default if it is not bound.
5545         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5546         password-cache-expiry's default if it is not bound.
5547
5548         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5549         available in Emacs 21.
5550
5551         * lpath.el: Suppress compiler warnings for:
5552         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5553         XEmacs;
5554         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5555         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5556         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5557
5558 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         * auth-source.el (auth-sources): Fix up definition so extra parameters
5561         are always inline.
5562
5563 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5564
5565         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5566         wasn't updated after mismatch.  Clear cached mailbox info correctly
5567         when uidvalidity changes.
5568         (nnimap-group-prefixed-name): New function to avoid some code
5569         duplication.
5570         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5571         (nnimap-request-group): Use it.
5572         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5573         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5574         with many imap folders.  This is done by caching the group status from
5575         the imap server persistently in a group parameter `imap-status'.  (This
5576         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5577         but not persistently, so every Gnus startup was still very slow.)
5578
5579 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5582         delete the extra newline.  Otherwise editing of :string and :number
5583         types don't work.
5584
5585 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5588         secrets.el dependency.
5589         (auth-sources): Add optional user name.  Add secrets.el configuration
5590         choice (unused right now).
5591
5592 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * gnus-sum.el (gnus-summary-make-menu-bar):
5595         Let `gnus-registry-install-shortcuts' fill in the functions.
5596
5597         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5598         warnings.
5599         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5600         (gnus-registry-install-shortcuts): Populate and use it in a
5601         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5602
5603 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5604
5605         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5606         In-place substitutions for the group name encoding/decoding.
5607         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5608         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5609         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5610         (nnimap-update-unseen, nnimap-request-list)
5611         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5612         (nnimap-request-set-mark, nnimap-split-to-groups)
5613         (nnimap-split-articles, nnimap-request-newgroups)
5614         (nnimap-request-create-group, nnimap-request-accept-article)
5615         (nnimap-request-delete-group, nnimap-request-rename-group)
5616         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5617         `encoded-mbx' for consistency.
5618         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5619         variable `imap-current-mailbox'.
5620
5621         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5622         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5623
5624 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5625
5626         * pop3.el (pop3-display-message-size-flag): Display message size byte
5627         counts during POP3 download.
5628         (pop3-movemail): Use it.
5629         (pop3-list): Implement listing of available messages.
5630
5631 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5632
5633         * nnir.el (nnir-get-article-nov-override-function): New function to
5634         override the normal NOV retrieval.
5635         (nnir-retrieve-headers): Use it.
5636
5637 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5638
5639         * auth-source.el (netrc-machine-user-or-password): Autoload.
5640
5641 2010-03-19  Glenn Morris  <rgm@gnu.org>
5642
5643         Stop message.el from loading about 40 libraries it doesn't always need.
5644         The general approach is to autoload rather than require, and to
5645         require in the specific functions rather than the file.  (Bug#5642)
5646
5647         * gmm-utils.el: Don't require wid-edit.
5648         (widget-create-child-value, widget-convert, widget-default-get):
5649         Autoload.
5650
5651         * gnus-util.el: Don't require time-date, netrc.
5652         (message-fetch-field, gnus-group-name-decode): Declare rather than
5653         autoloading.
5654         (gnus-fetch-field): Require message.
5655         (gnus-decode-newsgroups): Require gnus-group.
5656
5657         * ietf-drums.el: Don't require time-date.
5658
5659         * message.el: Don't require hashcash, canlock, ecomplete.
5660         Do require mail-utils.  Require nnheader only when compiling.
5661         (smtpmail-default-smtp-server): Remove declaration.
5662         (message-send-mail-function): Check smtpmail-default-smtp-server
5663         is bound rather than requiring smtpmail.
5664         (message-auto-save-directory, message-insert-signature):
5665         Use expand-file-name rather than nnheader-concat.
5666         (nnheader-insert-file-contents): Autoload.
5667         (hashcash-wait-async): Declare.
5668         (message-send-mail): Only call gnus-setup-posting-charset if
5669         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5670         (message-send-mail-with-sendmail): Require sendmail.
5671         (canlock-password, canlock-password-for-verify): Declare.
5672         (message-canlock-password): Require canlock.
5673         (nnheader-get-report): Autoload.
5674         (gnus-setup-posting-charset): Declare.
5675         (message-send-news): Require gnus-msg.
5676         (message-make-references, message-make-in-reply-to): Use mail-header-id
5677         rather than the alias mail-header-message-id.
5678         (ecomplete-add-item, ecomplete-save): Declare.
5679         (message-put-addresses-in-ecomplete): Require ecomplete.
5680         (ecomplete-display-matches): Autoload.
5681
5682         * mm-decode.el: Don't require mailcap, gnus-util.
5683         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5684         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5685         Autoload.
5686         (mailcap-mime-extensions): Declare.
5687
5688         * mm-encode.el: Don't require mailcap.
5689         (mailcap-extension-to-mime): Autoload.
5690
5691         * mml-sec.el: Don't require password-cache.
5692
5693         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5694         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5695         (mml-minibuffer-read-type): Require mailcap.
5696         (mml-preview): Require gnus-msg.
5697
5698         * mml1991.el: Require password-cache.
5699         (password-cache-expiry): Remove declaration.
5700
5701         * mml2015.el: Require password-cache.
5702         (password-cache-expiry): Remove declaration.
5703
5704         * nneething.el (mailcap): Require mailcap.
5705
5706         * nnheader.el (declare-function): Add compatibility stub.
5707         (message-remove-header): Declare rather than autoload.
5708         (nnheader-replace-header): Require message.
5709
5710         * nnimap.el (declare-function): Add compatibility stub.
5711         (netrc-parse, netrc-machine-user-or-password): Declare.
5712         (nnimap-open-connection): Require netrc.
5713
5714         * nntp.el (declare-function): Add compatibility stub.
5715         (netrc-parse, netrc-machine, netrc-get): Declare.
5716         (nntp-send-authinfo): Require netrc.
5717
5718         * rfc2047.el: Don't require qp.
5719         (quoted-printable-encode-region, quoted-printable-decode-string):
5720         Autoload.
5721
5722         * sieve-mode.el: Don't require easymenu.
5723         (easy-menu-add-item): Autoload it.
5724
5725         * spam-stat.el (time-to-number-of-days): Autoload it.
5726
5727 2010-03-19  Glenn Morris  <rgm@gnu.org>
5728
5729         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5730
5731 2010-03-18  Glenn Morris  <rgm@gnu.org>
5732
5733         * hashcash.el (declare-function): Remove duplicate definition.
5734
5735 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5736
5737         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5738         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5739         value if any backslash escapes).
5740
5741 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5744         if it is available.  (bug#5647)
5745
5746         * lpath.el: Suppress compiler warning for coding-system-from-name for
5747         Emacs 21 and XEmacs.
5748
5749 2010-03-14  Juri Linkov  <juri@jurta.org>
5750
5751         * hmac-def.el:
5752         * hmac-md5.el:
5753         * netrc.el: Fix keywords.
5754
5755 2010-02-26  Glenn Morris  <rgm@gnu.org>
5756
5757         * message.el (message-send-mail-function): Change the default, so that
5758         it inherits from a customized send-mail-function.  (Bug#5643)
5759
5760 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5761
5762         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5763         shell-command-to-string signals an error (bug#5299).
5764
5765 2010-02-24  Glenn Morris  <rgm@gnu.org>
5766
5767         * message.el (message-smtpmail-send-it)
5768         (message-send-mail-with-mailclient): Doc fixes.
5769
5770 2010-02-16  Glenn Morris  <rgm@gnu.org>
5771
5772         * message.el (message-default-mail-headers): Change the default value
5773         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5774
5775 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5778         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5779
5780 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5781
5782         * time-date.el (date-to-time): Doc fix (Bug#5408).
5783
5784 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5785
5786         * message.el (message-mail): Just pass yank-action on to message-setup.
5787         (message-setup): Handle (FUN . ARGS) form of yank-action.
5788         (message-with-reply-buffer, message-widen-reply)
5789         (message-yank-original): Handle non-buffer values of
5790         message-reply-buffer (Bug#4080).
5791         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5792
5793 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5794
5795         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5796         Fix typo in docstring.
5797
5798 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5799
5800         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5801         response.
5802
5803 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5806
5807         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5808
5809         * message.el (message-check-news-header-syntax): Protect against a
5810         string that `rfc822-addresses' returns when parsing fails.
5811
5812 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5815         (gnus-previous-char-property-change): New functions.
5816
5817         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5818
5819 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5820
5821         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5822         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5823
5824 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5825
5826         * message.el (message-exchange-point-and-mark): Rework last change to
5827         avoid using optional arg of exchange-point-and-mark, for backward
5828         compatibility.
5829
5830 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5831
5832         * message.el (message-exchange-point-and-mark):
5833         Call exchange-point-and-mark with an argument rather than setting
5834         mark-active by hand (Bug#5175).
5835
5836 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * nntp.el (nntp-service-to-port): Work for service expressed with
5839         numeric string; replace [:digit:] with [0-9] for XEmacs.
5840
5841 2009-12-17  Glenn Morris  <rgm@gnu.org>
5842
5843         * gnus-group.el (gnus-bug-group-download-format-alist):
5844         Change emacs entry to debbugs.gnu.org.  Bump :version.
5845
5846 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5849
5850 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * message.el (message-info): Explain why we use `Info-goto-node'.
5853
5854 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5857
5858 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * message.el (message-completion-in-region): New compatibility function.
5861         (message-expand-group): Use it.
5862
5863 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5866         with no unread article should be listed if the 2nd arg `predicate' is
5867         given.
5868
5869 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5872
5873 2009-11-29  Juri Linkov  <juri@jurta.org>
5874
5875         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5876         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5877         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5878
5879 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5880
5881         * sha1.el (sha1-string-external): default-directory "/" in case
5882         otherwise non-existent.  process-connection-type pipe for touch of
5883         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5884
5885 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5886
5887         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5888         it's comms related and sgml-mode.el has "comm" on that basis too.
5889
5890 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5893         containing tspecial characters if they have been already quoted.
5894
5895 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5896
5897         * dns-mode.el (auto-mode-alist): Purecopy string.
5898
5899 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5900
5901         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5902
5903 2009-10-24  Glenn Morris  <rgm@gnu.org>
5904
5905         * gnus-art.el (help-xref-stack-item): Define for compiler.
5906
5907 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5908
5909         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5910
5911 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5914
5915 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5918         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5919
5920 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5923         (gnus-overlays-in): New alias to overlays-in.
5924
5925         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5926         gnus-overlay-get, and gnus-delete-overlay.
5927         (gnus-summary-show-thread): Make it work as well for systems in which
5928         next-single-char-property-change is not available.
5929         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5930
5931         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5932         (gnus-overlay-get): New alias to extent-property.
5933         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5934
5935         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5936         SXEmacs.
5937
5938         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5939         SXEmacs.
5940
5941 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5944
5945 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5946
5947         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5948         and XEmacs that don't have `remove-overlays'.
5949
5950 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5951
5952         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5953         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5954         selective display.  Use overlays instead.
5955
5956 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5957
5958         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5959
5960 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5961
5962         * spam-stat.el (spam-stat-load): Fix typo in message.
5963
5964 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5965
5966         * dig.el (dig-invoke): Fix typo in docstring.
5967         (query-dig): Reflow docstring.
5968
5969 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5970
5971         * gnus-art.el (gnus-article-encrypt-body):
5972         * message.el (message-check-recipients):
5973         * mm-util.el (mm-codepage-setup):
5974         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5975         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5976
5977 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5978
5979         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5980         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5981         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5982         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5983         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5984
5985 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5986
5987         * dig.el: Add "Keywords: comm", as per net-utils.el.
5988
5989 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5990
5991         * dig.el (dig-mode): Use define-derived-mode.
5992
5993 2009-09-19  Glenn Morris  <rgm@gnu.org>
5994
5995         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5996
5997 2009-09-18  Glenn Morris  <rgm@gnu.org>
5998
5999         * gnus-diary.el (gnus-diary-check-message):
6000         * message.el (message-insert-formatted-citation-line):
6001         * nnbabyl.el (top-level):
6002         * nndiary.el (nndiary-schedule):
6003         Fix typos in condition-case handlers.
6004
6005 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6008         configuration that provides the sole article window in a frame;
6009         position point correctly after deleting a part.
6010
6011 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6012
6013         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6014         (spam-resolve-registrations-routine): Use it to unregister articles
6015         that change status.
6016
6017 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6020         with XEmacs.
6021         (parse-time-string-chars): Use it.
6022
6023 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * imap.el (imap-interactive-login): Better messages.
6026         (imap-open): Fix bug with renamed buffer on reconnect.
6027         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6028         for easier debugging and cleaner code.  On successful (guessed based on
6029         server capabilities) secondary authentication, set imap-state
6030         correctly.
6031         (imap-last-authenticator): Define imap-last-authenticator as a variable
6032         to avoid warnings.
6033
6034 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * nnrss.el (nnrss-request-article): Remove binding of
6037         default-enable-multibyte-characters that has gotten needless by
6038         the 2007-07-13 change in rfc2047-encode-message-header.
6039
6040         * mml.el (mml-insert-multipart): Error on the message header.
6041         (mml-insert-part): Error on the message header; position point at
6042         the end of a MIME tag.
6043
6044 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * time-date.el (autoload): Expand define-obsolete-function-alias into
6047         defalias and make-obsolete for old Emacsen that Gnus supports.
6048         (with-no-warnings): Define it for old Emacsen.
6049         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6050         is available.
6051         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6052         float-time is available; suppress compile warning for time-to-seconds.
6053
6054         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6055         (gnus-float-time): Alias to float-time if it exists.
6056
6057         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6058         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6059         float-time is available; suppress compile warning for time-to-seconds.
6060
6061         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6062         XEmacs.
6063
6064 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * imap.el (imap-message-map): Docstring fix.
6067
6068 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6071         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6072         Add the optional argument `encoding' that overrides the default.
6073
6074         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6075         mm-encode-buffer.
6076
6077 2009-09-04  Glenn Morris  <rgm@gnu.org>
6078
6079         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6080         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6081         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6082         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6083         * mm-util.el (mm-with-unibyte-current-buffer)
6084         (mm-find-buffer-file-coding-system):
6085         * yenc.el (yenc-decode-region): Use default-value rather than
6086         default-enable-multibyte-characters.
6087
6088 2009-09-03  Glenn Morris  <rgm@gnu.org>
6089
6090         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6091         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6092         than default-enable-multibyte-characters.
6093
6094 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6095
6096         * gnus-art.el (gnus-article-read-summary-keys):
6097         Fix gnus-buffer-configuration's value temporarily used.
6098
6099 2009-09-02  Glenn Morris  <rgm@gnu.org>
6100
6101         * gnus-util.el (gnus-float-time): New function.
6102         * gnus-delay.el (gnus-delay-article):
6103         * gnus-sum.el (gnus-thread-latest-date):
6104         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6105         * nnspool.el (nnspool-request-newgroups):
6106         Use gnus-float-time rather than time-to-seconds.
6107         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6108
6109         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6110         (gnus-header-subject-face, gnus-header-newsgroups-face)
6111         (gnus-header-name-face, gnus-header-content-face):
6112         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6113         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6114         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6115         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6116         (gnus-cite-face-11):
6117         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6118         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6119         (gnus-server-closed-face, gnus-server-denied-face)
6120         (gnus-server-offline-face):
6121         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6122         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6123         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6124         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6125         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6126         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6127         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6128         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6129         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6130         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6131         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6132         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6133         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6134         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6135         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6136         (gnus-summary-high-undownloaded-face)
6137         (gnus-summary-low-undownloaded-face)
6138         (gnus-summary-normal-undownloaded-face)
6139         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6140         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6141         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6142         (gnus-splash-face):
6143         * message.el (message-header-to-face, message-header-cc-face)
6144         (message-header-subject-face, message-header-newsgroups-face)
6145         (message-header-other-face, message-header-name-face)
6146         (message-header-xheader-face, message-separator-face)
6147         (message-cited-text-face, message-mml-face):
6148         * sieve-mode.el (sieve-control-commands-face)
6149         (sieve-action-commands-face, sieve-test-commands-face)
6150         (sieve-tagged-arguments-face):
6151         * spam.el (spam-face):
6152         Mark face aliases with "-face" in the name as obsolete.
6153
6154 2009-09-01  Glenn Morris  <rgm@gnu.org>
6155
6156         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6157         than goto-line.
6158
6159 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6162         Don't move point if the command is invoked inside the message header.
6163
6164 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * imap.el (imap-send-command): Simplify.
6167         (imap-wait-for-tag): point-max -> buffer-size.
6168
6169 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6170
6171         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6172         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6173         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6174         * nnir.el (nnir-swish-e-index-file):
6175         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6176         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6177         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6178         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6179         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6180         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6181
6182 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6185         Don't save excursion.
6186
6187 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6188
6189         * nnheader.el (nnheader-find-file-noselect):
6190         * mm-util.el (mm-insert-file-contents):
6191         Use (default-value 'major-mode) instead of default-major-mode.
6192
6193 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6194
6195         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6196
6197 2009-08-26  Glenn Morris  <rgm@gnu.org>
6198
6199         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6200         than placing in files.el.
6201
6202 2009-08-25  Glenn Morris  <rgm@gnu.org>
6203
6204         * nnir.el (top-level): Don't require cl at run-time.
6205         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6206         Replace cl-function substitute with gnus-replace-in-string.
6207         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6208         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6209         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6210         simplified expansions.
6211
6212 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6213
6214         * dig.el (dig): Add autoload cookie.
6215
6216 2009-08-22  Glenn Morris  <rgm@gnu.org>
6217
6218         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6219         goto-line.
6220
6221 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6222
6223         * parse-time.el (parse-time-string-chars): Save match data.
6224
6225 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6226
6227         * parse-time.el (parse-time-string-chars): Compute using character
6228         classes, to handle non-ascii characters (Bug#3190).
6229
6230 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6233
6234         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6235         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6236         (gnus-mm-display-part, gnus-mime-display-single)
6237         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6238         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6239
6240         * gnus-sum.el
6241         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6242         (gnus-summary-move-article): Add expirable mark to articles copied or
6243         moved to group that has auto-expire turned on if the option is non-nil.
6244
6245 2009-07-24  Glenn Morris  <rgm@gnu.org>
6246
6247         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6248         Fix typo.  (Bug#3903)
6249
6250 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6253         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6254         that should not be used for draft articles.
6255         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6256         that has no concern in minor mode keys.
6257         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6258         Abolish.
6259
6260 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6263         article without making inquiry to a user for unknown encoding.
6264
6265         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6266         (nnmaildir--scan): Assume i-node and device number that file-attributes
6267         returns might be cons-cell.
6268
6269         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6270
6271         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6272
6273 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6274
6275         * auth-source.el: Remove docs now in auth.texi.  Don't use
6276         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6277         `auth-source-hide-passwords' and use them.
6278
6279 2009-07-15  Glenn Morris  <rgm@gnu.org>
6280
6281         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6282
6283 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6286         excessive whitespace from the default values of title and description.
6287
6288 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6291         mail-fetch-field to fetch Content-Description header in order to
6292         exclude newlines.
6293
6294 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6295
6296         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6297         format used by GnuPG 2.0.11.
6298
6299 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6302         to deleted part.
6303
6304 2009-05-30  David Engster  <dengste@eml.cc>
6305
6306         * nnmairix.el: Remove old documentation in the commentary block.
6307         (nnmairix-request-group): Do not update active file for nnml back ends.
6308         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6309         end so that overview files are ignored.
6310         (nnmairix-update-groups): Make updating the groups more robust by using
6311         marks.
6312         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6313         with dollar characters in message-id.
6314
6315 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6318         2008-12-25 in dns.el.
6319
6320 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6323         could happen if the text is only composed of spaces and/or tabs.
6324
6325 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6326
6327         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6328         when sending a queued message to avoid extra mml tags.
6329
6330 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6333
6334 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6337         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6338         rmail-toggle-header for XEmacs;
6339         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6340
6341 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-dired.el: Remove autoload for gnus-setup-message.
6344         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6345         displaying Gnus logo; always use compose-mail.
6346
6347 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6350
6351 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6354         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6355         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6356         available.
6357         (gnus-nocem-epg-verify): New function.
6358
6359 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6362
6363 2009-02-15  Glenn Morris  <rgm@gnu.org>
6364
6365         * gnus-util.el (rmail-insert-rmail-file-header)
6366         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6367         autoloads.
6368         (rmail-default-rmail-file): Remove unnecessary declaration.
6369         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6370
6371 2009-02-14  Glenn Morris  <rgm@gnu.org>
6372
6373         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6374         variable (only used in gnus-util, which declares it anyway).
6375         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6376         which was only needed by gnus-art (changed to not use it any more).
6377         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6378         only used in gnus-util, which autoloads it itself.
6379         (rmail-update-summary): Fix autoload.
6380
6381         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6382         rather than rmail-output-to-rmail-file.
6383
6384 2009-02-07  Glenn Morris  <rgm@gnu.org>
6385
6386         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6387         autoload of function that no longer exists.
6388         (rmail-toggle-header): Declare.
6389         (message-forward-rmail-make-body): Handle mbox Rmail.
6390
6391 2009-01-31  Glenn Morris  <rgm@gnu.org>
6392
6393         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6394         2009-01-09 change.
6395
6396 2009-01-31  Dave Love  <fx@gnu.org>
6397
6398         * imap.el (imap-fetch-safe): Bind debug-on-error.
6399         (imap-debug): Add imap-fetch-safe.
6400
6401 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6402
6403         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6404         (auth-source-forget-all-cached): New convenience function.
6405         (auth-source-user-or-password): Accept list of modes or a single mode.
6406
6407         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6408         auth-source modes.
6409
6410         * netrc.el (netrc-machine-user-or-password): Use list of
6411         auth-source modes.
6412
6413         * nnimap.el (nnimap-open-connection): Use list of
6414         auth-source modes.
6415
6416         * nntp.el (nntp-send-authinfo): Use list of
6417         auth-source modes.
6418
6419 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6420
6421         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6422         now.
6423
6424 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6427         coding system in XEmacs; add a workaround for XEmacs.
6428
6429         * lpath.el: Fbind coding-system-aliasee.
6430
6431 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6434         of current-language-environment.
6435
6436 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6439         available at runtime.
6440
6441 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6444
6445 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6446
6447         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6448         the greatest positive fixnum value doesn't work under an XEmacs with
6449         bignum support; use the most-positive-fixnum constant instead,
6450         available since Emacs 21.1 with cl and XEmacs 21.1.
6451
6452 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6455         XEmacs gets not to work.
6456
6457 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * mm-util.el (mm-coding-system-priorities): Allow the value like
6460         "Japanese (UTF-8)" of current-language-environment.
6461
6462 2009-01-09  Glenn Morris  <rgm@gnu.org>
6463
6464         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6465         with last-command-event.
6466
6467 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6470         in the doc string.
6471
6472         * message.el (message-fix-before-sending): Amend comment.
6473
6474 2009-01-08  Dave Love  <fx@gnu.org>
6475
6476         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6477
6478 2009-01-07  David Engster  <dengste@eml.cc>
6479
6480         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6481         simplified server definitions by converting it via
6482         gnus-server-to-method.
6483
6484 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6487         parameter's operands.
6488
6489 2009-01-06  David Engster  <dengste@eml.cc>
6490
6491         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6492         primary select method (for gnus-group-mark-article-as-read).
6493
6494 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6495
6496         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6497         `(gnus)Face', not `(gnus)X-Face'.
6498
6499 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * mm-util.el (mm-ucs-to-char): New function.
6502
6503         * mm-url.el (mm-url-decode-entities): Use it.
6504
6505         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6506         unicode-to-char.
6507
6508 2009-01-05  Dave Love  <fx@gnu.org>
6509
6510         * time-date.el: Require cl for `declare'.
6511
6512 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6515         Dave Love.
6516
6517 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * message.el (message-fix-before-sending): Add `eight-bit' to
6520         illegible-text check.
6521
6522 2009-01-03  Michael Olson  <mwolson@gnu.org>
6523
6524         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6525         `headers' is nil.  This can occur if the IMAP server does not have
6526         permissions to read messages from a folder, but can write new messages
6527         to the folder.
6528         (nnimap-request-article-part): Do not insert `data' if it is nil.
6529
6530         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6531         characters which will confuse `read', so skip past them.
6532
6533 2009-01-01  Dave Love  <fx@gnu.org>
6534
6535         * imap.el (imap-string-to-integer): Fix typo.
6536         (imap-fetch-safe): New function.
6537         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6538
6539         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6540
6541         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6542         (imap-parse-greeting): Fix doc strings.
6543         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6544         (imap-parse-flag-list): Make messages unique.
6545         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6546
6547         * nnimap.el: Fix author email.
6548         (nnimap-split-rule): Add FIXME comment.
6549         (nnimap-debug): Fix doc string.
6550
6551 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6554
6555 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6558         nslookup if resolv.conf isn't available.
6559         (dns-query): Rename from query-dns.
6560         (dns-query-cached): Rename from query-dns-cached.
6561
6562 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6565         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6566         to check if those variables exist (first appeared in Emacs 18.50).
6567
6568 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * mm-util.el (mm-line-number-at-pos): New function.
6571
6572         * spam-report.el (spam-report-process-queue): Use it.
6573
6574 2008-12-24  David Engster  <dengste@eml.cc>
6575
6576         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6577         parameters that haven't existed as variables as buffer-local variables.
6578
6579 2008-12-23  Dave Love  <fx@gnu.org>
6580
6581         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6582         cadar.
6583
6584         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6585         imap-starttls-p.
6586         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6587
6588 2008-12-22  Dave Love  <fx@gnu.org>
6589
6590         * imap.el: Fix author email.  Doc fixes.
6591         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6592         reply.
6593
6594 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * spam-report.el (spam-report-gmane-max-requests): New constant.
6597         (spam-report-gmane-wait): New variable.
6598         (spam-report-gmane-ham, spam-report-gmane-spam)
6599         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6600         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6601         the server.
6602
6603         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6604         Add explanations.
6605
6606         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6607         nnheader-accept-process-output and nnheader-read-timeout if available.
6608         (pop3-movemail): Use it.
6609
6610         * message.el (message-check-news-body-syntax): Fix signature check if
6611         there's an attachment.
6612
6613 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-util.el: Add comments to the mm- emulating functions.
6616
6617 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6620         Reported by Stephen Berman <stephen.berman@gmx.net>.
6621
6622 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * mm-util.el (mm-substring-no-properties): New function.
6625         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6626         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6627         (mm-string-to-multibyte): Doc fix.
6628
6629         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6630
6631 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * mml.el (mml-attach-file): Strip text properties from file name.
6634         (Bug#1574)
6635
6636 2008-12-16  Glenn Morris  <rgm@gnu.org>
6637
6638         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6639
6640 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6643         knows since the charset specified might be a bogus alias that
6644         mm-charset-synonym-alist provides.
6645
6646 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6649         "ISO_8859-1".
6650
6651         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6652
6653 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * mm-util.el (mm-charset-eval-alist):
6656         Define it before mm-charset-to-coding-system.
6657         (mm-charset-to-coding-system): Add optional argument `silent';
6658         define it before mm-charset-override-alist.
6659         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6660         default value if it can be used in Emacs currently running;
6661         silence mm-charset-to-coding-system.
6662
6663 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6666         `allow-override' which says whether to use `mm-charset-override-alist'.
6667         (rfc2047-decode-encoded-words): Use it.
6668
6669         * mm-util.el (mm-charset-override-alist): Fix custom type;
6670         add `(gb2312 . gbk)' to choices.
6671
6672 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6675         fast.
6676
6677         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6678
6679         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6680
6681 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6682
6683         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6684         on links.
6685
6686         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6687
6688 2008-12-03  Lute Kamstra  <lute@gnu.org>
6689
6690         * sha1.el: Remove leading * from docstrings of defcustoms,
6691         deffaces, defconsts and defuns.
6692
6693 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6696         users' addresses that don't have domain parts.
6697         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6698         rather than message-narrow-to-head since there will be the message
6699         header separator.
6700
6701 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6702
6703         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6704         since the result is inserted in a unibyte buffer anyway.
6705         (nnimap-demule-use-string-to-multibyte): Remove.
6706         (nnimap-demule): Alias it to mm-string-to-multibyte.
6707
6708 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6711         variable for debugging bug#464 and bug#1174.
6712         (nnimap-demule): Use it.
6713
6714 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6717         score calculation correctly.
6718
6719 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6720
6721         * message.el (message-send-mail): Just set the buffer to unibyte
6722         rather than use mm-with-unibyte-current-buffer which does a lot more.
6723         (message-send-mail-partially): Don't bother with
6724         mm-with-unibyte-current-buffer since it's already been made unibyte by
6725         message-send-mail.
6726
6727 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6730
6731 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6732
6733         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6734
6735 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6738         require itself and to remove `with-no-warnings'.
6739
6740 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * starttls.el (starttls-any-program-available): Get the name of the
6743         available TLS layer program.
6744         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6745         well as the host name in the "opening" message.
6746
6747         * auth-source.el (auth-source-cache, auth-source-do-cache)
6748         (auth-source-user-or-password): Cache passwords and logins by default,
6749         allow override with `auth-source-do-cache'.
6750         (auth-source-forget-user-or-password): Allow users to remove cache
6751         entries if needed.
6752
6753 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6754
6755         * md4.el (md4-buffer): Fix typo in docstring.
6756         (md4, md4-64): Doc fixes.
6757         (md4-pack-int32): Reflow docstring.
6758
6759 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6762         condition-case to only the forward-sexp call.
6763
6764 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6767         quotes contained.  Make it more robust regardless by an extra
6768         condition-case wrapper.
6769
6770 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6773
6774 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * nnml.el (nnml-request-expire-articles): Check if the function set to
6777         `nnmail-expiry-target' returns the symbol `delete'.
6778
6779         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6780
6781         * nnmail.el (nnmail-expiry-target): Fix custom type.
6782
6783 2008-10-02  Glenn Morris  <rgm@gnu.org>
6784
6785         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6786         Silence compiler warning.
6787
6788 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6789
6790         * tls.el (open-tls-stream): Show the actual command being
6791         executed, instead of the format string.
6792
6793 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * lpath.el: Fbind codepage-setup for Emacs 23.
6796
6797 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6798
6799         * mml.el (mml-menu): Don't assume mml2015 is bound.
6800
6801 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6804         exists.
6805
6806 2008-09-27  Glenn Morris  <rgm@gnu.org>
6807
6808         * gnus-util.el (mail-header-remove-comments): Autoload it.
6809
6810 2008-09-27  Andreas Schwab  <schwab@suse.de>
6811
6812         * gnus-util.el (gnus-split-references): Strip comments.
6813         (gnus-parent-id): Likewise.
6814
6815 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * message.el (message-confirm-send): Fix version.
6818
6819 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * message.el (message-idna-to-ascii-rhs-1): Use
6822         mail-extract-address-components rather than mail-header-parse-addresses
6823         that is an alias by default to ietf-drums-parse-addresses that does not
6824         support non-ASCII names in headers' contents.
6825
6826 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * message.el (message-confirm-send): Fix variable documentation to
6829         avoid the "y/n" wording.
6830
6831 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6832
6833         * message.el (message-set-auto-save-file-name): Save to a different
6834         filename so multiple messages (especially drafts) can be recovered.
6835
6836 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * message.el (message-confirm-send): Add appropriate version.
6839
6840 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6843         defvar.
6844
6845 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6846
6847         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6848         (mm-pkcs7-enveloped-magic): Ditto.
6849
6850 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6851
6852         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6853         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6854
6855 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6856
6857         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6858         default, it's better.
6859
6860 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6863         summary line gnus-number property and ignore them (with a warning
6864         message).
6865
6866 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6869         macro caddr in the interactive form since it won't be expanded.
6870
6871 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6874         `charset'; fix name of function called recursively.
6875         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6876
6877 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6880         (gnus-mime-set-charset-parameters): New function.
6881         (gnus-mime-view-part-as-charset): Use it to correctly display part
6882         specifying wrong charset.
6883
6884 2008-09-08  David Engster  <dengste@eml.cc>
6885
6886         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6887         in completing-read for back end server.
6888
6889 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * message.el (message-confirm-send): New variable to confirm sending a
6892         message.
6893         (message-send): Use it.
6894
6895 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6898
6899 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6902
6903 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6904
6905         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6906         prevent tracking too many groups.
6907         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6908         Use it.
6909
6910 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6911
6912         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6913         moving point to the bottom of the window in order to avoid recentering.
6914
6915 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6918
6919         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6920         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6921         (gnus-article-beginning-of-window): Fix calculation.
6922
6923 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-msg.el (gnus-summary-supersede-article)
6926         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6927         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6928         message header.
6929
6930 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6931
6932         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6933         pending output coming after the status change.
6934
6935 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6936
6937         * message.el:
6938         * gnus-start.el:
6939         * gnus-registry.el: Remove VMS support.
6940
6941 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6944         macro.
6945         (rfc2104-hash): Use it.
6946
6947 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6950         (gnus-summary-sort-by-most-recent-date): New commands.
6951         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6952         and menu entries.
6953
6954 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6957         don't redisplay article for raw contents; remove plural articles stuff.
6958
6959         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6960         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6961         on gnus-summary-save-article; display results properly.
6962
6963 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * lpath.el: No need to fbind ns-focus-frame.
6966
6967 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6970
6971 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-art.el (gnus-summary-save-in-pipe):
6974         Consider gnus-save-all-headers.
6975
6976 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6977
6978         * gnus-util.el (ns-focus-frame): Remove declaration.
6979         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6980         like x.
6981
6982 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6983
6984         * rfc2104.el (rfc2104-zero): Delete defconst.
6985         (rfc2104-hex-alist): Likewise.
6986         (rfc2104-hex-to-int): Delete func.
6987         (rfc2104-hexstring-to-bitstring): Likewise.
6988         (rfc2104-nybbles): New defconst.
6989         (rfc2104-hash): Rewrite for speed.
6990
6991 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * tls.el (open-tls-stream): Make it work with the 2nd argument
6994         BUFFER that is a string but does not exist as a buffer object, as
6995         mentioned in the doc-string.
6996
6997 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7000         SXEmacs.
7001
7002 2008-07-16  Glenn Morris  <rgm@gnu.org>
7003
7004         * gnus-util.el (ns-focus-frame): Declare for compiler.
7005
7006 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7009         set as a group parameter.
7010         (gnus-summary-save-in-pipe): Work when it is called independently.
7011         (gnus-summary-pipe-to-muttprint): Don't modify
7012         gnus-summary-pipe-output-default-command.
7013
7014 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7015
7016         * message.el (message-send-mail-with-sendmail):
7017         Display the error message.
7018
7019 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (gnus-default-article-saver):
7022         Add gnus-summary-save-in-pipe to choices.
7023         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7024         gnus-summary-pipe-output-default-command as the default command.
7025         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7026         instead of gnus-last-shell-command.
7027
7028         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7029         New user option.
7030         (gnus-summary-muttprint-program): Mention the value will be changed.
7031         (gnus-summary-save-article): Force showing of all headers.
7032         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7033
7034 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7035
7036         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7037
7038 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7039
7040         * nnimap.el (nnimap-id):
7041         * sieve-manage.el (sieve-manage-open): Doc fixes.
7042
7043 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7044
7045         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7046         if available.
7047
7048 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7049
7050         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7051
7052         * nnkiboze.el (nnkiboze-generate-group):
7053         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7054
7055         * nnmairix.el: Require CL.
7056
7057 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * dgnushack.el: Autoload get-display-table and put-display-table for
7060         XEmacs 21.5.
7061
7062         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7063         21.4 and SXEmacs.
7064
7065 2008-06-15  David Engster  <dengste@eml.cc>
7066
7067         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7068
7069 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7070
7071         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7072         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7073         runtime choice under XEmacs.
7074
7075         * gnus-sum.el (gnus-summary-set-display-table):
7076         Use `gnus-put-display-table', `gnus-get-display-table',
7077         `gnus-set-display-table' for the display table, instead of `aset'.
7078
7079         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7080         Use `gnus-put-display-table', `gnus-get-display-table',
7081         `gnus-set-display-table' for the display table.
7082
7083 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * nnmairix.el: Add autoloads.
7086
7087 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * nnmairix.el (nnmairix-delete-recreate-group)
7090         (nnmairix-update-and-clear-marks): Fix error messages.
7091
7092 2008-06-14  David Engster  <dengste@eml.cc>
7093
7094         * nnmairix.el: Upgrade to version 0.6.
7095         (nnmairix-group-toggle-propmarks-this-group)
7096         (nnmairix-group-toggle-readmarks-this-group)
7097         (nnmairix-group-delete-recreate-this-group)
7098         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7099         (nnmairix-remove-tick-mark-original-article): New commands.
7100         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7101         (nnmairix-propagate-marks-to-nnmairix-groups)
7102         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7103         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7104         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7105         functions needed for marks propagation and manipulation of read marks.
7106         (nnmairix-update-groups): New function.
7107         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7108         (nnmairix-determine-original-group-from-registry)
7109         (nnmairix-determine-original-group-from-path)
7110         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7111         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7112         New helper functions.
7113         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7114         keystrokes for new commands.
7115         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7116         (nnmairix-request-group): Check allow-fast group parameter.
7117         (nnmairix-request-create-group): Set allow-fast group parameter if
7118         nnmairix-allowfast-default is set.
7119         (nnmairix-close-group): Propagate marks upon closing if needed.
7120         (nnmairix-group-toggle-threads-this-group): Use new.
7121         nnmairix-group-toggle-parameter helper function.
7122         (nnmairix-search): Better check for empty search result.
7123         (nnmairix-goto-original-article): Use new helper functions for
7124         determining original article.
7125         (nnmairix-show-original-article): Make sure message-id is in brackets.
7126         (nnmairix-call-mairix-binary): Change variable name.
7127         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7128         helper function.
7129         (nnmairix-widget-toggle-activate): Fix doc string.
7130
7131 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * nnir.el: Require edmacro when compiling with XEmacs.
7134         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7135         available in Emacs 21.
7136
7137 2008-06-11  Glenn Morris  <rgm@gnu.org>
7138
7139         * gnus-util.el (x-focus-frame):
7140         * gnus.el (image-size):
7141         * mm-decode.el (image-size): Declare.
7142
7143         * gnus-picon.el (declare-function): Add compat definition.
7144         (image-size): Declare.
7145
7146         * gnus-group.el (tool-bar-map):
7147         * gnus-sum.el (tool-bar-map): Define for compiler.
7148
7149         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7150
7151         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7152
7153         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7154         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7155         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7156         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7157         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7158         * sieve-manage.el, spam-report.el, spam.el:
7159         Remove unnecessary eval-and-compile of autoloads.
7160
7161 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7162
7163         * auth-source.el: Precise Tramp doc.
7164
7165 2008-06-07  Glenn Morris  <rgm@gnu.org>
7166
7167         * nnmairix.el: Remove unnecessary eval-when-compile.
7168
7169 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * lpath.el: Fbind propertize for XEmacs 21.4.
7172
7173 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * nnir.el: Move here from ../contrib.
7176
7177 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7178
7179         * gnus-util.el (gnus-read-shell-command): New function.
7180         * mm-decode.el (mm-pipe-part):
7181         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7182
7183 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7186
7187 2008-06-03  Glenn Morris  <rgm@gnu.org>
7188
7189         * pop3.el (nnheader-accept-process-output): Autoload it.
7190
7191 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7194         are not 2-digit hexadecimal characters that follow `%'s.
7195
7196 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * message.el (message-bogus-recipient-p): Fix type in doc string.
7199         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7200         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7201         Improve custom options.
7202         (message-bogus-recipient-p): Adjust accordingly.
7203
7204 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7205
7206         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7207         long-form month and day names.
7208
7209 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * dgnushack.el: Autoload debug, eudc-expand-inline and
7212         pgg-snarf-keys-region for XEmacs.
7213
7214         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7215
7216         * nnmairix.el: Require edmacro when compiling with XEmacs.
7217
7218 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7221         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7222
7223 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * auth-source.el: Add more docs.
7226
7227         * netrc.el (netrc-machine): Always match if the port is not given.
7228
7229 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7232         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7233         retrieval faster in some cases, but might make CPU usage larger.
7234         If this has any bad side effects, we might revert this change.
7235
7236         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7237         seems to make mail retrieval much, much faster.
7238         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7239         unconditionally.
7240
7241         * gnus-draft.el (gnus-group-send-queue):
7242         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7243
7244 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7247
7248         * message.el (message-bogus-address-regexp): Fix and improve custom
7249         type.
7250         (message-setup-hook): Add message-check-recipients as custom option.
7251
7252 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * message.el (message-cite-function): Remove bogus autoload which crept
7255         in during merge from v5-10.
7256
7257 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7258
7259         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7260
7261         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7262
7263         * auth-source.el: Preliminary Tramp docs.
7264         (auth-sources): Change the default auth-sources to use
7265         EPA .gpg files.
7266
7267 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7268
7269         * nntp.el: Autoload `auth-source-user-or-password'.
7270         (nntp-send-authinfo): Use it.
7271
7272         * nnimap.el: Autoload `auth-source-user-or-password'.
7273         (nnimap-open-connection): Use it.
7274
7275         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7276         for the gnus-message function.
7277         (auth-source-user-or-password): Use it.
7278
7279 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7280
7281         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7282         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7283         (rfc2104-hash): Use it.
7284
7285 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7286
7287         * gnus-art.el (gnus-article-toggle-truncate-lines):
7288         Don't use `iff' in docstring.
7289
7290 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7293
7294         * gnus-util.el (gnus-extract-address-component-name)
7295         (gnus-extract-address-component-email): Convenience functions around
7296         `gnus-extract-address-components'.
7297
7298         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7299         Use `gnus-extract-address-component-email' to fix bug of comparing full
7300         sender name to `user-mail-address'.
7301
7302 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7305         catch/throw to optimize.
7306         (gnus-registry-find-keywords): Just use member to find a keyword.
7307
7308 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7309
7310         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7311         is current before calling gnus-server-prepare.
7312         (gnus-server-setup-buffer, gnus-server-update-server)
7313         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7314
7315 2008-05-04  Juri Linkov  <juri@jurta.org>
7316
7317         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7318         (mailcap-file-default-commands): Use mailcap-replace-in-string
7319         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7320         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7321
7322 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7323
7324         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7325
7326 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7327
7328         * gnus.el: Bump version to 0.11.
7329
7330 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7331
7332         * gnus.el: No Gnus v0.10 is released.
7333
7334 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7337         hooks.
7338         (gnus-update-read-articles): Speed up non-marks-using users.
7339         (gnus-use-marks): Define gnus-use-marks.
7340         (gnus-propagate-marks): Rename variable to something more sensible.
7341
7342 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7343
7344         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7345         (gmm-image-load-path-for-library): Fix typos in docstrings.
7346         (gmm-message): Reflow docstring.
7347
7348 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7349
7350         * mail-source.el (mail-source-set-1, mail-source-bind):
7351         Move auth-source code out of the macro to clean it up and fix bugs.
7352
7353 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7356         by sender if it's equal to user-mail-address, it's likely to be
7357         useless.
7358
7359         * mail-source.el (mail-source-bind): Don't use user or password if they
7360         are not bound.  Unintern them if they are nil.  Don't use server unless
7361         it's bound, and default it to empty string otherwise.
7362
7363 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * mail-source.el: Load auth-source.el.
7366         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7367         get user name or password, if auth-sources is set up.
7368
7369         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7370         strategy of splitting with parent.
7371         (gnus-registry-split-fancy-with-parent)
7372         (gnus-registry-post-process-groups): Use it and fix prior
7373         bug (returning a list as the split result).
7374
7375         * auth-source.el (auth-sources): Remove server parameter.
7376         (auth-source-pick, auth-source-user-or-password)
7377         (auth-source-user-or-password-imap)
7378         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7379         (auth-source-user-or-password-sftp)
7380         (auth-source-user-or-password-smtp): Remove server parameter.
7381
7382 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7383
7384         * smime.el (smime-sign-region, smime-encrypt-region)
7385         (smime-decrypt-region):
7386         Remove redundant calls to `generate-new-buffer-name'.
7387
7388 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7389
7390         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7391         Don't use QP for message/rfc822.
7392         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7393
7394 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7395
7396         * sieve-manage.el (sieve-string-bytes): Remove.
7397         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7398         correct byte-length only if the process's coding-system is the same as
7399         the one used internally by Emacs to represent strings.
7400
7401 2008-04-22  Juri Linkov  <juri@jurta.org>
7402
7403         * mailcap.el (mailcap-file-default-commands): New function.
7404
7405 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * message.el (message-signature-separator, message-cite-function):
7408         Change custom version.
7409
7410 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7411
7412         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7413         commands.
7414         (tls-checktrust): Ditto.
7415
7416 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * mm-decode.el (mm-display-external): Make temp file read-only.
7419
7420 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7423         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7424         `C-c C-f d'.
7425
7426 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7427
7428         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7429
7430 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * gnus.el: Bump version to 0.9.
7433
7434 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * gnus.el: No Gnus v0.8 is released.
7437
7438 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7439
7440         * mail-source.el (mail-source-value):
7441         Prefer fboundp to functionp so it works with macros as well.
7442
7443 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7444
7445         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7446         Fix last change in case the element is not even a symbol.
7447
7448 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7451         Prefer fboundp to functionp so it works with macros as well.
7452
7453 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7454
7455         * auth-source.el: Add docs.
7456         (auth-sources): Modify format to support server.
7457         (auth-source-pick, auth-source-user-or-password)
7458         (auth-source-user-or-password-imap)
7459         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7460         (auth-source-user-or-password-sftp)
7461         (auth-source-user-or-password-smtp): Add server parameter.
7462
7463 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7464
7465         * gnus-registry.el: Initialize the registry when gnus-registry-install
7466         is t.
7467
7468 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * compface.el (uncompface): Make buffer unibyte.
7471
7472 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7473
7474         * mail-source.el (mail-source-value):
7475         Prefer fboundp to functionp so it works with macros as well.
7476
7477 2008-04-05  Glenn Morris  <rgm@gnu.org>
7478
7479         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7480
7481 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7482
7483         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7484         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7485
7486         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7487         multibyteness after rather than before erasing it.
7488
7489         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7490         mm-with-multibyte.
7491         (gnus-request-article-this-buffer): Make sure the proper decoding is
7492         used if gnus-original-article-buffer happens to be unibyte.
7493
7494         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7495         default-enable-multibyte-characters.
7496
7497         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7498         default-enable-multibyte-characters.
7499
7500         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7501
7502         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7503
7504 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7505
7506         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7507         Fix last change in case the element is not even a symbol.
7508
7509 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7510
7511         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7512         (imap-message-copyuid-1): Use it.
7513         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7514         J. Williams in
7515         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7516
7517         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7518         imap-enable-exchange-bug-workaround.
7519         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7520
7521 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7522
7523         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7524         a 100 byte status-checks into a 2-3MB transfer for each group.
7525         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7526         to enable bug workaround or not.
7527         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7528
7529 2008-03-31  Glenn Morris  <rgm@gnu.org>
7530
7531         * message.el (mml2015-use): Declare for compiler.
7532         (message-info): Require mml2015 when appropriate.
7533
7534 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7537         whitespace.
7538
7539 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7540
7541         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7542         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7543         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7544         (nntp-service-to-port): New function.
7545         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7546         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7547         (nntp-open-netcat-stream): New function.
7548         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7549
7550 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7551
7552         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7553
7554 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7555
7556         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7557
7558 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7559
7560         * dns.el (dns-write): Use set-buffer-multibyte.
7561
7562 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7563
7564         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7565
7566 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * message.el (message-signature-separator): Change default.
7569         Improve custom type.
7570         (message-cite-function): Change default to
7571         message-cite-original-without-signature.
7572
7573         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7574         toggle.
7575
7576         * message.el (message-check-news-body-syntax): Fix signature check.
7577         (message-setup-1): Mark buffer as unmodified _after_ running
7578         message-setup-hook and handling message-alternative-emails.
7579         (message-shorten-references): Be more strict when building list of
7580         valid references to comply with GNKSA.
7581
7582         * gnus-group.el (gnus-read-ephemeral-bug-group)
7583         (gnus-read-ephemeral-debian-bug-group)
7584         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7585
7586         * message.el (message-info): Don't use booleanp which isn't supported
7587         in Emacs 21 and XEmacs.
7588
7589 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7590
7591         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7592         gnus-group-gmane-group-download-format.
7593         (gnus-group-read-ephemeral-gmane-group): Rename from
7594         gnus-group-read-ephemeral-gmane-group.
7595         (gnus-read-ephemeral-gmane-group-url): Rename from
7596         gnus-group-read-ephemeral-gmane-group-url.
7597         (gnus-bug-group-download-format-alist): New variable.
7598         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7599         (gnus-read-ephemeral-emacs-bug-group): New commands.
7600
7601 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7604         (gnus-visible-headers): Improve custom type.
7605
7606 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * mml.el (mml-menu): Add workarounds for XEmacs.
7609
7610         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7611         X-Boundary header.
7612
7613         * message.el (message-simplify-recipients): Fix previous commit.
7614
7615 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7616
7617         * mm-util.el (mm-set-buffer-multibyte): New function.
7618         * mm-decode.el (mm-copy-to-buffer): Use it.
7619
7620         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7621         Prefer fboundp to functionp so it works with macros as well.
7622
7623 2008-03-19  Glenn Morris  <rgm@gnu.org>
7624
7625         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7626         Accidentally removed in the sync process with Emacs.
7627
7628 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * message.el (message-alter-recipients-discard-bogus-full-name):
7631         New function.
7632         (message-alter-recipients-function): New variable.
7633         (message-get-reply-headers): Use it.
7634         (message-replace-header): New helper function.
7635         (message-recipients-without-full-name): New variable.
7636         (message-simplify-recipients): New command.
7637
7638         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7639
7640         * message.el (message-info): Handle EasyPG manual.
7641
7642         * mml.el (mml-menu): Add entry for EasyPG.
7643
7644 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7645
7646         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7647         parameter.
7648
7649         * message.el (message-disassociate-draft): Specify drafts group name
7650         fully.
7651
7652 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7653
7654         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7655         Eliminate unnecessary duplicates from the match list.
7656
7657 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7660
7661         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7662
7663         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7664         args of `how-many' of which the XEmacs version doesn't take; declare
7665         Info-index-next as function.
7666
7667 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * gnus-score.el (gnus-score-headers): Fix handling of
7670         gnus-inhibit-slow-scoring.
7671
7672         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7673         string.
7674         (gnus-button-url-regexp): Improve handling of parenthesis.
7675         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7676         (gnus-button-handle-info-keystrokes): Handle index entries.
7677
7678 2008-03-15  Glenn Morris  <rgm@gnu.org>
7679
7680         * parse-time.el (parse-time-string): Simplify.
7681
7682 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7685         Incoming* files.
7686
7687 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * auth-source.el (auth-sources): Rename from auth-source-choices.
7690         (auth-source-pick): Use it.
7691
7692 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7693
7694         * binhex.el (binhex-decode-region-internal):
7695         * uudecode.el (uudecode-decode-region-internal):
7696         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7697         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7698         setting default-enable-multibyte-characters.
7699
7700 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7701
7702         * auth-source.el (auth-source-protocols)
7703         (auth-source-protocols-customize, auth-source-choices): Add and
7704         modified variable customizations and defaults.
7705         (auth-source-pick, auth-source-user-or-password)
7706         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7707         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7708         (auth-source-user-or-password-sftp)
7709         (auth-source-user-or-password-smtp): Use new variables and provide an
7710         interface to netrc.el.
7711
7712 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7715         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7716         Make sure the nntp port to specify is a string.
7717
7718 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7719
7720         * nntp.el: Use with-current-buffer.
7721         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7722         dubious mm-with-unibyte-current-buffer.
7723         (nntp-with-open-group-function): New function extracted from
7724         nntp-with-open-group macro.
7725         (nntp-with-open-group): Use the function, so it's easier to debug.
7726         Add indentation and debugging info.
7727         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7728         Recommend the use of the netcat alternatives.
7729
7730         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7731         Avoid mm-string-as-multibyte as well.
7732
7733         * nnweb.el (nnweb-insert-html):
7734         Remove use of nnheader-string-as-multibyte.
7735
7736         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7737         (nnheader-string-as-multibyte): Remove.
7738
7739         * mm-view.el: Use inhibit-read-only.
7740         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7741         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7742         or unibyte-string.
7743
7744         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7745         (mm-uu-yenc-extract): Use with-current-buffer.
7746
7747         * gnus-soup.el (gnus-soup-send-packet): Don't use
7748         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7749
7750         * nnmh.el: Use with-current-buffer.
7751         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7752         mm-string-as-multibyte on the output of mm-encode-coding-string.
7753
7754         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7755         (nnimap-request-move-article): Use with-current-buffer.
7756
7757         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7758         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7759         conversion uses string-make-unibyte rather than string-as-unibyte.
7760
7761         * gnus-msg.el: Use with-current-buffer.
7762
7763         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7764
7765 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7768         string for caching if it is 'PIN.
7769
7770 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * lpath.el: Consider the case without Emacs/W3.
7773
7774 2008-03-08  Glenn Morris  <rgm@gnu.org>
7775
7776         * time-date.el (date-to-time, time-subtract, time-add)
7777         (safe-date-to-time): Doc fixes.
7778
7779 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * mail-source.el (mail-source-delete-old-incoming-confirm):
7782         Change default to nil.
7783         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7784
7785 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * lpath.el: Rearrange.
7788
7789         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7790         (gnus-article-goto-prev-page): Work for articles having ^L's.
7791
7792         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7793
7794         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7795
7796 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7797
7798         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7799         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7800         (gnus-bookmark-jump): Adjust some variable names.
7801
7802 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * auth-source.el: New package.
7805         (auth-source-choices): Add customization entry point variable.
7806
7807         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7808         bug.
7809
7810 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7813         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7814         (gnus-registry-install-shortcuts): Rename from
7815         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7816         the `gnus-registry-mark-map' keymap dynamically from
7817         `gnus-registry-marks'.  The generated functions update the summary line
7818         when a registry mark is added or deleted, and will call
7819         `gnus-registry-install-p' (see the comments in the code).
7820         (gnus-registry-user-format-function-M): Use concat intelligently.
7821
7822         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7823         the registry mark functions.
7824
7825 2008-03-05  Glenn Morris  <rgm@gnu.org>
7826
7827         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7828         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7829         gnus-art.
7830         (top-level): No need to load own source when compiling.
7831
7832 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7835         Suggested by <chris.anderton@zetnet.co.uk>.
7836
7837 2008-03-04  Glenn Morris  <rgm@gnu.org>
7838
7839         * gnus-sum.el (top-level): No need to require gnus when compiling,
7840         since unconditionally required near start of file.
7841         (gnus-summary-display-while-building): Move definition before use.
7842
7843 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7844
7845         * gnus-registry.el (gnus-registry-user-format-function-M):
7846         Add formatting function.
7847
7848 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7849
7850         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7851         with plists.
7852         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7853         Use new format.
7854
7855 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7858         `where-is-internal' that returns a range of key sequences.
7859
7860 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7861
7862         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7863
7864         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7865         (gnus-summary-jump-to-group): Consider windows on other displayed
7866         frames as well.  Similar changes might be needed elsewhere, but that's
7867         the one I've bumped into during my use.
7868
7869         * nndoc.el (nndoc-oe-dbx-type-p):
7870         * gnus-msg.el (gnus-debug):
7871         * gnus-group.el (gnus-update-group-mark-positions):
7872         Use mm-string-to-multibyte.
7873
7874 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7877         doesn't handle NotDashEscaped.
7878
7879         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7880         (mml-dnd-attach-options): Fix typo in custom choice.
7881
7882         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7883         Change nndoc-article-type to mbox.
7884         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7885
7886         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7887         to nil, instead of html2text.
7888
7889         * imap.el (imap-debug): Add `imap-ping-server'.
7890
7891         * gnus-bookmark.el: Add FIXMEs.
7892
7893         * message.el (message-form-letter-separator)
7894         (message-send-form-letter-delay): New variables.
7895         (message-send-form-letter): Use them.  New command to send form
7896         letters.  Requested by Uwe Siart.
7897         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7898
7899 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * Update copyright years.
7902
7903 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         Sync from EMACS_22_BASE.
7906
7907         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7908
7909 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7910
7911         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7912         empty author.
7913
7914 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * gnus-registry.el (gnus-registry-marks): Add variable for
7917         customization of marks and their appearance.
7918         (gnus-registry-read-mark): Use it.
7919         (gnus-registry-do-marks): Add utility function to loop through
7920         `gnus-registry-marks'.
7921         (gnus-registry-install-shortcuts-and-menus): Add function to install
7922         shortcuts and menus.
7923         (gnus-registry-initialize): Use it.
7924         (gnus-registry-default-mark): Clarify documentation.
7925
7926 2008-02-29  Glenn Morris  <rgm@gnu.org>
7927
7928         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7929         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7930         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7931         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7932         Change defcustom :version from 23.0 to 23.1.
7933
7934 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * gnus-registry.el (gnus-registry-follow-group-p)
7937         (gnus-registry-post-process-groups): Add functions to aid registry
7938         splitting and improve logging.  Clarify behavior in function
7939         documentation.
7940         (gnus-registry-split-fancy-with-parent): Use them.
7941
7942 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7943
7944         * gnus-art.el: Use with-current-buffer.
7945
7946 2008-02-27  David Engster  <dengste@eml.cc>
7947
7948         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7949         Express real group name in the response.
7950
7951 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7954         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7955         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7956         autoload gnus-registry-fetch-group when compiling.
7957         (nnmairix-request-group-with-article-number-correction):
7958         Remove unreferenced argument passed to nnmairix-call-backend.
7959
7960 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7963         (mm-uu-extract): Improve face for low color ttys.
7964         Reported by Sascha Wilde.
7965
7966 2008-02-27  Glenn Morris  <rgm@gnu.org>
7967
7968         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7969         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7970         variables to defconsts.  Convert comments to doc-strings.
7971         (nnmairix-last-server, nnmairix-current-server): Convert from free
7972         variables to defvars.  Convert comments to doc-strings.
7973         (gnus-registry-fetch-group): Autoload.
7974         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7975         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7976         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7977         caddr.
7978         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7979         nnmairix-request-group-with-article-number-correction call.
7980         (nnmairix-fast, nnmairix-group): New, less general names, for free
7981         variables passed from nnmairix-request-group to
7982         nnmairix-request-group-with-article-number-correction.  Declare.
7983         (nnmairix-request-group-with-article-number-correction):
7984         Use nnmairix-fast, nnmairix-group rather than fast, group.
7985
7986 2008-02-26  David Engster  <dengste@eml.cc>
7987
7988         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7989         version 0.5.
7990
7991 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7994         instead of making an extra function call.  Don't add the current group
7995         to articles only when they have the group.  Use
7996         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7997         Reported by David <de_bb@arcor.de>.
7998
7999 2008-02-24  Miles Bader  <miles@gnu.org>
8000
8001         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8002         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8003         (mm-find-mime-charset-region):
8004         * mm-bodies.el (mm-encode-body):
8005         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8006
8007 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8010         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8011
8012 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * mail-source.el (mail-source-delete-incoming): Change default.
8015         Supplement doc string.
8016
8017         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8018
8019 2008-02-14  Glenn Morris  <rgm@gnu.org>
8020
8021         * time-date.el (format-seconds): New function.
8022
8023 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * nnmail.el (nnmail-message-id-cache-file): Derive from
8026         `gnus-home-directory'.
8027
8028 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8031         Document negative prefix.
8032
8033         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8034
8035 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036
8037         * message.el (message-unsent-separator): Add the Exim bounce
8038         separator.
8039
8040 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8041
8042         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8043         list.
8044         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8045         recipient/signer list.
8046
8047 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * Makefile.in (datarootdir): Define.
8050         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8051         name that might contain whitespace.
8052
8053 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8056         fbound (Emacs 23 unicode), signal an error.
8057
8058 2008-02-08  Glenn Morris  <rgm@gnu.org>
8059
8060         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8061
8062 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8063
8064         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8065         ports to the calls to `netrc-machine-user-or-password' in addition to
8066         "imap" and "imaps".
8067
8068 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8069
8070         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8071
8072         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8073
8074 2008-02-01  Kenichi Handa  <handa@m17n.org>
8075
8076         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8077         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8078         (rfc2104-hash): Convert the result of concat to unibyte string.
8079
8080 2008-02-01  Dave Love  <fx@gnu.org>
8081
8082         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8083         coding-system-for-read.
8084         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8085
8086 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8089         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8090         <hanche@math.ntnu.no>.
8091
8092 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8095
8096         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8097
8098 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8099
8100         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8101         * message.el (message-beginning-of-line): Use featurep instead of bound
8102         tests in order to resolve conditionals at compile time.
8103
8104 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8105
8106         * mail-source.el (mail-sources): Add `group' choice.
8107
8108         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8109         parameter `in-group' to control into which group the articles go.
8110         Add treatment of `group' mail-source.
8111
8112 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8115
8116         * mm-decode.el (mm-dissect-buffer): Decode description.
8117
8118         * mml.el (mml-to-mime): Encode message header first.
8119
8120 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8123         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8124
8125         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8126         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8127
8128 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8131
8132 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8135         prefix keys.
8136         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8137         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8138         gnus-xmas.el.
8139
8140         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8141         (gnus-xmas-article-describe-bindings): New function.
8142         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8143         gnus-xmas-article-describe-bindings.
8144
8145         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8146
8147 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8150         Add new variables for article mark management.
8151         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8152         list of extra data entries which, when present, will indicate that the
8153         article ID should not be trimmed from the registry.
8154         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8155         functions.
8156         (gnus-registry-read-mark): New function to read a mark name from the
8157         user.
8158         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8159         (gnus-registry-set-article-mark-internal): New functions to add and
8160         remove marks.
8161         (gnus-registry-get-article-marks): New function to show the marks for
8162         an article, or retrieve them for further use.
8163
8164 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8167         keys when no argument is given.
8168
8169 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * imap.el (imap-ping-server): New variable.
8172         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8173         (imap-ping-server): Minor doc string fixes.
8174
8175 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8176
8177         * imap.el (imap-ping-server): New function.
8178         (imap-opened): Call imap-ping-server.
8179
8180 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-sum.el (gnus-article-sort-by-random)
8183         (gnus-thread-sort-by-random): Fix doc strings.
8184         Reported by jidanni@jidanni.org.
8185
8186 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-art.el (gnus-article-describe-bindings): New function.
8189         (gnus-article-read-summary-keys): Use it.
8190         (gnus-article-mode-map): Bind `C-h b' to it.
8191
8192 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8195         XEmacs.
8196         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8197         Protect against non-character events.
8198
8199         * lpath.el: Fbind map-keymap for Emacs 21.
8200
8201 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8204         New command.
8205         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8206         instead of END.  Change name of the temp file.
8207         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8208         customizable.
8209
8210 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8213         bind `S W' to gnus-article-wide-reply-with-original; set default
8214         binding to gnus-article-read-summary-send-keys.
8215         (gnus-article-read-summary-keys): Fix the order of keys; display
8216         continuation keys correctly in the echo area; describe bindings
8217         correctly when keys end with `C-h'.
8218         (gnus-article-read-summary-send-keys): New function.
8219         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8220         Work for gnus-article-read-summary-send-keys; display continuation keys
8221         correctly in the echo area.
8222         (gnus-article-reply-with-original): Ignore prefix argument.
8223         (gnus-article-wide-reply-with-original): New function.
8224
8225         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8226         Emacs 21.
8227
8228 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8231         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8232
8233 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8236         (gnus-group-read-ephemeral-gmane-group): New command.
8237
8238 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8239
8240         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8241
8242 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * message.el (message-send-mail-function): Increase custom version.
8245
8246         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8247         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8248
8249 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8252         for the cases where imap-authenticate is called with a nil buffer
8253         parameter.
8254
8255 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8258         html parts correctly; support forwarded messages.
8259         (gnus-article-browse-html-article): Remove work buffers.
8260
8261         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8262         compiling.
8263         (netrc-bound-and-true-p): New macro.
8264         (netrc-parse): Use it instead of bound-and-true-p that is not available
8265         in XEmacs 21.4.
8266
8267 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8268
8269         * gnus-registry.el (gnus-registry-mark-article)
8270         (gnus-registry-article-marks): Add functionality to mark articles
8271         through the Gnus registry.
8272
8273         * encrypt.el: Clarify documentation for the new pgg method.
8274         (encrypt-file-alist): Add PGG option.
8275         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8276         functionality.  Abstract password key and messaging to external
8277         functions.
8278         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8279         (encrypt-message-method-and-cipher): Add new convenience external
8280         functions.
8281         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8282         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8283
8284         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8285         (netrc-parse): Use encrypt-file-alist to determine if
8286         encrypt-find-model or encrypt-insert-file-contents should be used.
8287
8288         * encrypt.el: Clarify documentation.  Load password-cache or
8289         password, whichever one is found first, instead of autoloading.
8290
8291 2007-12-19  Glenn Morris  <rgm@gnu.org>
8292
8293         * mml.el (message-options-set, message-narrow-to-head)
8294         (message-in-body-p, message-mail-p, message-encode-message-body):
8295         Autoload.
8296         (message-remove-header, message-narrow-to-headers-or-head)
8297         (message-subscribed-p, message-make-mail-followup-to)
8298         (message-position-on-field, message-news-p)
8299         (message-options-set-recipient, message-generate-headers)
8300         (message-sort-headers): Declare as functions.
8301
8302 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8305         convention in doc string.
8306
8307 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8310         title to html parts.
8311         (gnus-article-browse-html-article): Pass message header to it.
8312
8313         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8314
8315 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8318         or password compatible with XEmacs.
8319
8320 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8323         format document.
8324         (gnus-mime-delete-part): Don't write description line if empty.
8325         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8326
8327 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8328
8329         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8330         (gnus-summary-mark-read-and-unread-as-read)
8331         (gnus-summary-mark-current-read-and-unread-as-read)
8332         (gnus-summary-mark-unread-as-ticked): Doc fix.
8333         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8334
8335 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8338         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8339
8340 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8343         yes-or-no-p.
8344
8345 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * mm-decode.el (mm-add-meta-html-tag): New function.
8348         (mm-save-part-to-file, mm-pipe-part): Use it.
8349
8350         * gnus-art.el (gnus-article-browse-delete-temp-files):
8351         Use gnus-y-or-n-p instead of y-or-n-p.
8352         (gnus-article-browse-html-parts): Work with message/external-body; use
8353         mm-add-meta-html-tag.
8354
8355 2007-12-11  Glenn Morris  <rgm@gnu.org>
8356
8357         * gnus-cache.el: Require gnus-sum not just when compiling.
8358
8359         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8360
8361         * gnus-int.el (gnus-server-opened, gnus-status-message):
8362         Move definitions before use.
8363
8364         * mm-decode.el: Require gnus-util.
8365         (mm-remove-part): Only call delete-annotation on XEmacs.
8366
8367         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8368
8369         * nnmail.el: Require gnus-int.
8370
8371         * spam.el: Move `require's before `eval-when-compile's.
8372
8373         * gnus-ems.el (gnus-alive-p):
8374         * gnus-fun.el (message-goto-eoh):
8375         * gnus-util.el (gnus-group-name-decode):
8376         * mail-source.el (gnus-compress-sequence):
8377         * message.el (Info-goto-node, format-spec):
8378         * mm-bodies.el (message-options-get):
8379         * mm-decode.el (mm-view-pkcs7):
8380         * mm-util.el (gmm-write-region):
8381         * mml-smime.el (mml-compute-boundary)
8382         (gnus-completing-read-with-default):
8383         * mml.el (widget-button-press, gnus-make-hashtable):
8384         * mml1991.el (mm-decode-content-transfer-encoding)
8385         (mm-encode-content-transfer-encoding)
8386         (message-options-get, message-options-set):
8387         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8388         * nnfolder.el (gnus-request-group):
8389         * nnheader.el (ietf-drums-unfold-fws):
8390         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8391         * smime.el (gnus-run-mode-hooks):
8392         * spam-stat.el (gnus-message): Autoload.
8393
8394         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8395         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8396         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8397         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8398         Add declare-function compatibility definition.
8399
8400         * gnus-cache.el (nnvirtual-find-group-art):
8401         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8402         (gnus-add-image, gnus-add-wash-type):
8403         * gnus-group.el (nnkiboze-score-file):
8404         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8405         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8406         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8407         (message-tokenize-header, gnus-get-buffer-create)
8408         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8409         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8410         * gnus.el (gnus-group-decoded-name):
8411         * mail-source.el (imap-capability):
8412         * mm-bodies.el (message-options-set):
8413         * mm-decode.el (gnus-configure-windows):
8414         * mm-extern.el (message-goto-body):
8415         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8416         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8417         (epg-sub-key-validity, message-options-set):
8418         * mml.el (widget-event-point, gnus-configure-windows):
8419         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8420         * mml2015.el (epg-check-configuration, epg-configuration)
8421         (message-options-set):
8422         * nndb.el (nndb-request-article):
8423         * nnfolder.el (gnus-request-create-group):
8424         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8425         * nnmaildir.el (gnus-group-mark-article-read):
8426         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8427         * rfc1843.el (message-fetch-field):
8428         * spam.el (gnus-extract-address-components):
8429         Declare as functions.
8430
8431 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8434
8435         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8436
8437         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8438         bind show-trailing-whitespace for XEmacs.
8439
8440 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8443         new no-op macro for backward compatibility.
8444
8445         * imap.el (imap-string-to-integer): New function.
8446
8447 2007-12-09  Glenn Morris  <rgm@gnu.org>
8448
8449         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8450
8451         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8452         * message.el, mm-view.el, sieve-manage.el, smime.el:
8453         Add declare-function compatibility definition.
8454
8455         * gnus-art.el (w3-region, w3m-region, Info-menu):
8456         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8457         * gnus-sum.el (gnus-get-predicate):
8458         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8459         * message.el (mail-abbrev-in-expansion-header-p):
8460         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8461         (w3m-detect-meta-charset, w3m-region):
8462         * sieve-manage.el (password-read, password-cache-add)
8463         (password-cache-remove):
8464         * smime.el (password-read-and-add): Declare as functions.
8465
8466 2007-12-08  David Kastrup  <dak@gnu.org>
8467
8468         * gnus-sum.el (gnus-summary-simplify-subject-query):
8469         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8470         `message'.
8471
8472 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8475         it to bind idna-program, installation-directory, defined-colors, and
8476         face-attribute for XEmacs of the version that compiles defcustom forms.
8477
8478 2007-12-07  Glenn Morris  <rgm@gnu.org>
8479
8480         * gnus-art.el (article-make-date-line): Revert previous change.
8481
8482 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8485
8486 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8487
8488         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8489         Call gnus-add-to-range ranges only once with a prepared article-list.
8490
8491 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8492
8493         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8494         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8495         group names with backslashes.
8496         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8497
8498 2007-12-06  Deepak Goel  <deego3@gmail.com>
8499
8500         * gnus-art.el (article-make-date-line):
8501         * gnus-start.el (gnus-load):
8502         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8503
8504 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-use-idna)
8507         * gnus-start.el (gnus-site-init-file)
8508         * message.el (message-use-idna)
8509         * mm-uu.el (mm-uu-hide-markers)
8510         * smiley.el (smiley-style): Revert changes that suppress warnings.
8511
8512 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8515         specify charset to html source.
8516         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8517
8518 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8521         idna-program in order to suppress byte compile warning issued by XEmacs
8522         that came to byte compile the default value section of defcustom forms
8523         recently.
8524
8525         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8526         value of installation-directory.
8527
8528         * message.el (message-use-idna): Don't directly refer to the value of
8529         idna-program.
8530
8531         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8532
8533         * smiley.el (smiley-style): Don't directly call face-attribute.
8534
8535 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8538
8539         * gnus-dired.el: Reduce Gnus dependencies.
8540         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8541         Don't require.  Use autoloads instead.
8542         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8543         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8544         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8545         (gnus-dired-mode): Adjust doc string.
8546         (gnus-dired-mail-mode): New variable.
8547         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8548         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8549         (gnus-dired-mail-buffers): New function.  Return mail or message
8550         composition buffers.
8551         (gnus-dired-attach): Use it.
8552         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8553         NO-DECODE.
8554         (gnus-dired-print): Use `gnus-print-buffer' depending on
8555         `gnus-dired-mail-mode'.
8556
8557 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * rfc2047.el (rfc2047-encoded-word-regexp)
8560         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8561         explaining what regexp patterns are for.
8562
8563 2007-12-04  Glenn Morris  <rgm@gnu.org>
8564
8565         * password.el: Move to password-cache.el.
8566
8567         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8568         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8569         * mml-smime.el (password-read, password-cache-add)
8570         (password-cache-remove):
8571         No need to autoload, since mml-sec requires password.
8572
8573         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8574         * message.el (gnus-extract-address-components):
8575         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8576
8577         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8578         password.
8579
8580 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * mailcap.el: Reduce dependencies.
8583         (mail-header-parse-content-type): Autoload.
8584         (mailcap-delete-duplicates): New alias.
8585         (mailcap-mime-info): Add optional argument NO-DECODE.
8586         (mailcap-mime-types): Use mailcap-delete-duplicates.
8587
8588         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8589
8590 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8591
8592         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8593         (imap-parse-status): Upcase status-att for servers that sends them
8594         lower-case (e.g., MS Exchange 2007).
8595
8596 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8599         function.
8600
8601         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8602         (gnus-uu-yenc-article): New function.
8603
8604         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8605
8606         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8607
8608 2007-12-02  Glenn Morris  <rgm@gnu.org>
8609
8610         * binhex.el (binhex): New custom group.
8611         (binhex-decoder-program, binhex-decoder-switches)
8612         (binhex-use-external): Move to the binhex custom group.
8613
8614         * uudecode.el (uudecode): New custom group.
8615         (uudecode-decoder-program, uudecode-decoder-switches)
8616         (uudecode-use-external): Move to the uudecode custom group.
8617
8618         * netrc.el (top-level): Don't load `encrypt' features.
8619         (netrc-parse): Don't use encrypt.
8620         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8621
8622         * encrypt.el: Remove file.
8623
8624 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8627         matches on patches.
8628
8629         * gnus-art.el (gnus-article-browse-html-article):
8630         Mention `mm-text-html-renderer' in the doc string.
8631
8632         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8633         string.  Add comments.
8634
8635         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8636         if rhs is ASCII.
8637
8638 2007-12-01  Glenn Morris  <rgm@gnu.org>
8639
8640         * mail-source.el (top-level): Require format-spec before
8641         eval-when-compile.
8642
8643 2007-11-30  Glenn Morris  <rgm@gnu.org>
8644
8645         * encrypt.el: Require password, rather than autoloading password-read.
8646
8647 2007-11-29  Glenn Morris  <rgm@gnu.org>
8648
8649         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8650         (sasl-make-client, sasl-next-step, sasl-step-data)
8651         (sasl-step-set-data): Declare as functions.
8652
8653 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8656
8657 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8658
8659         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8660         certs should be verified and what is to be done in the event of a
8661         verification failure.
8662
8663         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8664         caller can indicate whether the cache should be disregarded for this
8665         call.  This way the result of the call is reproducible at all times and
8666         can be considered a canonical server name for the supplied method.
8667         (gnus-agent-method-p): Canonicalize server names by pushing their
8668         method through `gnus-method-to-server' using the no-cache argument.
8669
8670         * gnus-srvr.el (gnus-server-insert-server-line):
8671         Call `gnus-method-to-server' with `no-cache' argument.
8672
8673         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8674         gnus-agent-possibly-synchronize-flags as this should be called when the
8675         server is actually being opened.
8676         (gnus-agent-possibly-synchronize-flags)
8677         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8678         flags file of an agentized server to the latter function.
8679
8680         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8681         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8682         after a connection has been established successfully.
8683
8684 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (article-display-face): Force to display face if called
8687         interactively; check if gnus-article-x-face-too-ugly matches author.
8688         (article-display-x-face): Display face even if From header is missing
8689         as article-display-face does.
8690
8691 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8692
8693         * hashcash.el (message-narrow-to-headers-or-head)
8694         (message-fetch-field, message-goto-eoh)
8695         (message-narrow-to-headers): Declare as functions.
8696
8697 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * mail-source.el (mail-sources): Default to fetch from file for
8700         compatibility with default of nnmail-spool-file.
8701
8702 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8705         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8706         to look for encoded word that should be encoded again.
8707         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8708         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8709         encoding pattern.
8710         (rfc2047-decode-region): Switch strict regexp and loose one according
8711         to rfc2047-allow-irregular-q-encoded-words.
8712
8713 2007-11-25  Romain Francoise  <romain@orebokech.com>
8714
8715         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8716
8717 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * tls.el (tls-program): Provide more custom choices from
8720         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8721         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8722
8723 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8726         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8727
8728         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8729         `nnmail-spool-file'.
8730
8731         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8732         `nnmail-spool-file'.
8733
8734         * gnus-move.el (gnus-change-server): Ditto.
8735
8736         * gnus-kill.el (gnus-batch-score): Ditto.
8737
8738         * gnus-cache.el (gnus-jog-cache): Ditto.
8739
8740         * gnus-msg.el (gnus-summary-reply):
8741         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8742
8743 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8746         version.  Minor improvement to doc strings.
8747         (tls-program): Add comment.
8748
8749 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8750
8751         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8752         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8753         mismatch between the hostname provided in the certificate and the name
8754         of the host connnecting to.
8755         (open-tls-stream): Use them.  Check certificates against trusted root
8756         certificates.
8757
8758 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-cache.el (gnus-cache-generate-nov-databases):
8761         Use nnml-generate-nov-databases-directory instead of
8762         nnml-generate-nov-databases-1.
8763
8764 2007-11-24  Glenn Morris  <rgm@gnu.org>
8765
8766         * message.el (message-tool-bar-retro): Update for rename
8767         mail_send.xpm->mail-send.xpm.
8768
8769 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8772         `smime-ldap-search' for Emacs 22 and up.
8773
8774 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8775
8776         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8777
8778         * message.el (message-send-mail-function): Fix error convention.
8779         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8780         (message-widen-reply, message-send-mail, message-talkative-question)
8781         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8782         (message-clone-locals, message-send-news): Use with-current-buffer.
8783         (message-insert-or-toggle-importance): Remove unused var `valid'.
8784         (message-make-references): Remove unused var `new-references'.
8785         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8786
8787 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8788
8789         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8790         (spam-split-symbolic-return-positive): Reflow docstring.
8791         (spam-backends, spam-summary-exit-behavior)
8792         (spam-mark-ham-unread-before-move-from-spam-group)
8793         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8794         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8795         (spam-clear-cache, spam-backend-check, spam-install-backend)
8796         (spam-install-statistical-backend, spam-list-of-processors)
8797         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8798         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8799         (spam-check-crm114, spam-initialize, spam-unload-hook):
8800         Fix typos in docstrings.
8801
8802 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8805         been checked if they have never been read and those group levels are
8806         higher than the one that a user specified.
8807
8808 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8811         foreign groups unless a group level is specified by a user.
8812         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8813
8814 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * message.el (message-send-mail-function): Require sendmail.
8817
8818 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * message.el (message-send-mail-function): Check for smtpmail too.
8821
8822         * utf7.el (utf7-encode, utf7-decode): Use coding system
8823         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8824
8825         * message.el (message-send-mail-function): New function.
8826         (message-send-mail-function): Set default using
8827         message-send-mail-function.  Adjust doc string.
8828         (message-send-mail-with-mailclient): New function.
8829
8830 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8831
8832         * smime.el (from):
8833         * rfc2047.el (message-posting-charset):
8834         * qp.el (mm-use-ultra-safe-encoding):
8835         * pop3.el (parse-time-months):
8836         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8837         * nnml.el (files):
8838         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8839         (jka-compr-compression-info-list, ange-ftp-path-format)
8840         (efs-path-regexp):
8841         * nndiary.el (files):
8842         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8843         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8844         (epg-digest-algorithm-alist, inhibit-redisplay)
8845         (password-cache-expiry):
8846         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8847         (pgg-output-buffer, password-cache-expiry):
8848         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8849         (efs-path-regexp):
8850         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8851         (inhibit-redisplay):
8852         * mm-uu.el (file-name, start-point, end-point, entry)
8853         (gnus-newsgroup-name, gnus-newsgroup-charset):
8854         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8855         (latin-unity-ucs-list):
8856         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8857         (mm-uu-binhex-decode-function):
8858         * message.el (gnus-message-group-art, gnus-list-identifiers)
8859         (rmail-enable-mime-composing, gnus-local-organization)
8860         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8861         (gnus-read-active-file, facemenu-add-face-function)
8862         (facemenu-remove-face-function, gnus-article-decoded-p)
8863         (tool-bar-mode):
8864         * mail-source.el (display-time-mail-function):
8865         * gnus-util.el (nnmail-pathname-coding-system)
8866         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8867         (gnus-original-article-buffer, gnus-user-agent)
8868         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8869         (xemacs-codename, sxemacs-codename, emacs-program-version):
8870         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8871         * gnus-start.el (gnus-agent-covered-methods)
8872         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8873         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8874         (gnus-newsgroup-headers, gnus-group-list-mode)
8875         (gnus-group-mark-positions, gnus-newsgroup-data)
8876         (gnus-newsgroup-unreads, nnoo-state-alist)
8877         (gnus-current-select-method, mail-sources)
8878         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8879         (nnmail-spool-file, gnus-cache-active-hashtb):
8880         * gnus-mh.el (mh-lib-progs):
8881         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8882         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8883         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8884         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8885         (gnus-group-buffer):
8886         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8887         (font-lock-set-defaults):
8888         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8889         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8890         (gnus-summary-post-menu, total-parts, type, condition, length):
8891         * gnus-agent.el (gnus-agent-read-agentview):
8892         * flow-fill.el (show-trailing-whitespace):
8893         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8894         eval-and-compile wrappers for byte compiler pacifiers.
8895
8896         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8897         (mm-display-inline-fontify): Check for featurep 'xemacs not
8898         extent-list.
8899
8900         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8901         itimer-list.
8902         (mm-create-image-xemacs): Only do something for XEmacs.
8903         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8904
8905         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8906
8907         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8908         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8909
8910 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8911
8912         * nnimap.el (nnimap-split-download-body):
8913         * gnus-demon.el (gnus-demon):
8914         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8915
8916 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8919         New macros.
8920         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8921         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8922         copy data from unibyte buffer to multibyte current buffer.
8923         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8924         to copy data from unibyte current buffer to multibyte buffer.
8925         (nntp-make-process-buffer): Make process buffer unibyte.
8926
8927         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8928
8929 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8930
8931         * pop3.el (pop3-open-server): Accept and process data more robustly at
8932         connexion start to avoid spurious "POP SSL connexion failed" errors.
8933
8934 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8937         read group names.
8938
8939 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8942
8943 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8946         (nnmail-save-active): Use a unibyte buffer when saving active file,
8947         which may contain non-ASCII group names.
8948
8949         * nnml.el (nnml-request-group): Decode group names in messages.
8950
8951 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * message.el (message-citation-line-function)
8954         (message-insert-formatted-citation-line): Fix spelling of
8955         `message-insert-formated-citation-line'.
8956
8957 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8960
8961 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8964         nnmail-pathname-coding-system.
8965
8966         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8967         that a user enters; decode group names in messages.
8968
8969         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8970
8971 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8974
8975         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8976
8977         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8978         risky local variable.
8979
8980         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8981
8982 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8983
8984         * encrypt.el: Improve documentation to fix function name typo.
8985         Reported by Daiki Ueno <ueno@unixuser.org>.
8986
8987 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8990         even if the point is not in the last page of an article.
8991         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8992         back to the previous page.
8993
8994 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8997
8998 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9001
9002 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9003
9004         * message.el (message-check-news-body-syntax):
9005         Avoid mm-string-as-multibyte.
9006         (message-hide-headers): Don't assume (point-min)==1.
9007
9008 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * message.el (message-remove-blank-cited-lines): Fix if remove is
9011         given.
9012         (message-bogus-address-regexp): New variable.
9013         (message-bogus-recipient-p): New function.
9014         (message-check-recipients): New command.
9015         (message-syntax-checks): Add `bogus-recipient'.
9016         (message-fix-before-sending): Add `bogus-recipient'.
9017
9018         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9019         (gnus-treat-body-boundary): Don't test window-system.
9020
9021 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9022
9023         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9024
9025 2007-10-28  Miles Bader  <miles@gnu.org>
9026
9027         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9028         at compile-time too.
9029
9030 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-msg.el (gnus-message-setup-hook):
9033         Add `message-remove-blank-cited-lines' to options.
9034
9035 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * message.el (message-remove-blank-cited-lines): New function.
9038         Suggested by Karl Plästerer.
9039
9040 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9043         mapc.
9044
9045         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9046         (top-level): Use mapc to set functions to be traced for debugging.
9047
9048         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9049         called for effect with while loop.
9050
9051         * message.el (message-talkative-question): Replace mapcar called for
9052         effect with mapc.
9053
9054         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9055         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9056         called for effect with dolist.
9057
9058         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9059
9060         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9061         gnus-extra-headers and nnmail-extra-headers.
9062
9063         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9064         called for effect with dolist.
9065         (top-level): Use mapc to set functions to be traced for debugging.
9066
9067         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9068         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9069         dolist.
9070
9071         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9072         Replace mapcar called for effect with mapc.
9073         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9074         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9075         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9076         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9077
9078         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9079         remove-if that's a cl function.
9080
9081         * webmail.el (webmail-debug): Replace mapcar called for effect with
9082         dolist.
9083
9084         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9085         with mapc.
9086
9087 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9090         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9091         with while loop.
9092
9093         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9094         functions from article-* functions.
9095         (gnus-multi-decode-header): Replace mapcar called for effect with
9096         dolist.
9097
9098         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9099         (gnus-bookmark-show-details): Replace mapcar called for effect with
9100         while loop.
9101
9102         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9103         called for effect with while loop.
9104
9105         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9106         with dolist.
9107
9108         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9109         Replace mapcar called for effect with dolist.
9110
9111         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9112
9113         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9114         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9115         Replace mapcar called for effect with dolist.
9116         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9117         mapc.
9118
9119         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9120         Replace mapcar called for effect with dolist.
9121         (gnus-topic-list): Replace mapcar called for effect with mapc.
9122
9123         * gnus.el: Use mapc instead of mapcar to add autoloads.
9124
9125 2007-10-23  Richard Stallman  <rms@gnu.org>
9126
9127         * gnus-group.el (gnus-group-highlight): Mark as risky.
9128
9129 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * gnus.el (gnus-server-to-method): Return method found first in
9132         gnus-newsrc-alist.
9133
9134         * gnus-art.el (gnus-article-highlight-signature)
9135         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9136         button overlay without the front stickiness.
9137
9138 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9139
9140         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9141         overview buffer needed a catch to receive its throw.
9142         (gnus-agent-flush-cache): Declare as interactive to make this function
9143         easier to use.
9144
9145 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9148         `next-line'.
9149
9150 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9153         exclude address matching message-dont-reply-to-names.
9154
9155 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-util.el (gnus-string<): New function.
9158
9159         * gnus-sum.el (gnus-article-sort-by-author)
9160         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9161
9162 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9165         the frame-focus tag is set in gnus-buffer-configuration.
9166
9167 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9170         the front stickiness.
9171
9172 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9175         url pattern; remove duplicate one.
9176         (gnus-article-extend-url-button): New function.
9177         (gnus-article-add-buttons): Use it.
9178         (gnus-button-push): Use concatenated url that it makes.
9179
9180 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9181
9182         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9183
9184 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9185
9186         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9187         Don't hardcode point-min==1.
9188
9189 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9192         Fix comment about "iso8859-1".
9193
9194 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9195
9196         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9197         ones returned from the verify-function.
9198
9199         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9200         Call mml2015-extract-cleartext-signature if extraction failed.
9201
9202 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9203
9204         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9205         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9206         failed.
9207
9208 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9211
9212 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9215         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9216         recommends to use EasyPG instead of PGG.
9217
9218         * pgg.el: Revert to revision 6.23.2.16.
9219
9220         * pgg-def.el: Revert to revision 6.6.2.14.
9221
9222         * pgg-gpg.el: Revert to revision 6.23.2.34.
9223
9224 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9225
9226         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9227         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9228         thread for both the null and zero (kill/expire thread) universal prefix
9229         cases.
9230         (gnus-summary-expire-thread): Add new function to expire a thread,
9231         using gnus-summary-kill-thread.
9232         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9233         shortcuts for gnus-summary-expire-thread.
9234         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9235         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9236
9237 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9238
9239         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9240         extras value, so an extras entry can be deleted.
9241         (gnus-registry-delete-extra-entry): Use it.
9242         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9243         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9244         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9245         storage through the gnus-registry, and provide an appropriate API for
9246         it.
9247
9248 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9251         Suggested by Leo <sdl.web@gmail.com>.
9252
9253         * gnus.el: Do.
9254
9255 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9258         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9259
9260         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9261
9262         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9263         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9264
9265 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9268         newline.
9269         (nnmbox-request-accept-article): Don't change article in source buffer;
9270         narrow to header to use message-fetch-field rather than
9271         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9272         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9273         as delimiters; make sure article ends with newline.
9274         (nnmbox-delete-mail): Correct last position of article to be deleted;
9275         ignore X-Gnus-Newsgroup header in article body.
9276         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9277         positions; make sure article ends with newline.
9278
9279         * message.el (message-display-abbrev): Don't infloop when a user
9280         inserts SPC in the beginning of header.
9281
9282         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9283         coding-system-for-read and coding-system-for-write for XEmacs having no
9284         file-coding feature.
9285
9286         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9287
9288 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9291         list of groups not followed by default.  Fix type to be regexp.
9292         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9293
9294 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9295
9296         * hmac-def.el (define-hmac-function): Switch from old-style to
9297         new-style backquotes.
9298
9299         * md4.el (md4-make-step): Likewise.
9300
9301 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9304         raw-text coding system when saving .newsrc file, which may contain
9305         non-ASCII group names.
9306
9307 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus-cus.el (gnus-score-extra): New widget.
9310         (gnus-score-extra-convert): New function.
9311         (gnus-score-customize): Use it for Extra.
9312
9313 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9314
9315         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9316         (mml2015-mailcrypt-clear-verify): Use it.
9317         (mml2015-gpg-clear-verify): Use it.
9318         (mml2015-pgg-clear-verify): Use it.
9319         (mml2015-epg-clear-verify): Replace the current part with the output
9320         from GnuPG; don't extract the plaintext by itself.
9321
9322         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9323         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9324         mml2015-clear-verify-function; don't touch the armor headers or
9325         dash-escaped text here.
9326
9327 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9330         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9331         parts, or application/octet-stream as a last resort.
9332         (gnus-mime-view-part-as-type): Don't toggle display.
9333         (gnus-mime-view-part-as-charset): Don't turn off display before
9334         querying charset.
9335
9336         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9337         stuff to undisplayer function in Emacs.
9338         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9339
9340         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9341         text/calendar parts.
9342
9343 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9346         decoding text/calendar parts.
9347
9348         * message.el (message-forward-make-body-mime): Always mark body as
9349         having no illegible text; remove signed-or-encrypted argument.
9350         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9351
9352         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9353         (mml-generate-mime-1): Don't encode body if it is specified to be in
9354         raw form; don't make buffer be unibyte when inserting multibyte string.
9355
9356 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9357
9358         * sha1.el: Fix up comment style.
9359         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9360         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9361
9362         * hex-util.el: Fix up comment style.
9363         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9364
9365         * gnus-salt.el: Use with-current-buffer.
9366         (gnus-pick-setup-message): Fix long-standing typo.
9367
9368 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * imap.el (imap-logout-timeout): New variable.
9371         (imap-logout, imap-logout-wait): New functions.
9372         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9373
9374         * nnimap.el (nnimap-logout-timeout): New server variable.
9375         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9376         nnimap-logout-timeout.
9377
9378         * gnus-art.el (gnus-article-summary-command-nosave)
9379         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9380
9381 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus.el (gnus-maximum-newsgroup): New variable.
9384
9385         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9386         according to gnus-maximum-newsgroup.
9387
9388         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9389         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9390         Limit the range of articles according to gnus-maximum-newsgroup.
9391
9392 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9393
9394         * gnus-art.el (gnus-sticky-article): Fix problems described in
9395         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9396         Don't perform gnus-configure-windows here; reuse existing sticky
9397         article buffer.
9398
9399         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9400         it doesn't exist in gnus-article-mode.
9401
9402 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9405         (gnus-agent-decoded-group-name): New function.
9406         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9407         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9408
9409 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9410
9411         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9412         Add binding for gnus-sticky-article.
9413         (gnus-summary-exit): Don't kill sticky article buffers.
9414
9415         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9416         article buffer.
9417         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9418         (gnus-kill-sticky-article-buffers): New commands.
9419
9420 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * nntp.el (nntp-xref-number-is-evil): New server variable.
9423         (nntp-find-group-and-number): If it is non-nil, don't trust article
9424         numbers in the Xref header.
9425
9426 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-agent.el (gnus-agent-read-group): New function.
9429         (gnus-agent-flush-group, gnus-agent-expire-group)
9430         (gnus-agent-regenerate-group): Use it.
9431         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9432         nnmail-pathname-coding-system.
9433
9434 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9437
9438         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9439         that are unread as unread, and also as selected so that information of
9440         marks having been changed by a user may be updated when exiting group.
9441
9442 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9445
9446 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9449         calculated ignoring signature parts to gnus-treat-article.
9450
9451 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9454         a point here in order to keep the window start.
9455         (gnus-insert-mime-security-button): Make a button overlay without the
9456         front stickiness.
9457         (gnus-mime-display-security): Goto the end of a button.
9458
9459         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9460
9461 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9464         group-name-at-point.
9465         (gnus-group-completing-read): New function that offers decoded
9466         non-ASCII group names for completion.
9467         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9468         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9469         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9470         (gnus-group-fetch-control): Use it.
9471         (gnus-fetch-group): Use group-name-at-point for the initial value
9472         rather than the default value; use gnus-alive-p.
9473
9474         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9475         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9476         (gnus-summary-post-news): Use gnus-group-completing-read.
9477
9478         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9479         (gnus-read-move-group-name): Decode group name for completion.
9480
9481 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9482
9483         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9484         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9485         Yamaoka slightly modified the code).
9486
9487 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9490         (nnmail-split-incoming): Bind it.
9491
9492         * nnml.el (nnml-group-name-charset): New function.
9493         (nnml-decoded-group-name): Use it; don't decode group name if
9494         nnmail-group-names-not-encoded-p is non-nil.
9495         (nnml-encoded-group-name): New function.
9496         (nnml-group-pathname): Inline nnml-decoded-group-name.
9497         (nnml-request-expire-articles): Decode group name in message.
9498         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9499         nnmail-pathname-coding-system.
9500         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9501         not decoded ones according to nnmail-group-names-not-encoded-p.
9502         (nnml-generate-active-info): Use nnml-encoded-group-name.
9503
9504 2007-08-08  Glenn Morris  <rgm@gnu.org>
9505
9506         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9507         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9508         doc-strings and comments.
9509
9510 2007-07-25  Glenn Morris  <rgm@gnu.org>
9511
9512         * Relicense all FSF files to GPLv3 or later.
9513
9514 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-sum.el (gnus-summary-move-article):
9517         Make gnus-summary-respool-article work.
9518
9519 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9522         string.
9523
9524 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9525
9526         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9527         that should be ignored when comparing distant RSS articles with local
9528         ones.
9529         (nnrss-make-hash-index): New function.  Create a hash index according
9530         to the ignored fields.
9531         (nnrss-check-group): Use it.
9532
9533 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9536
9537         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9538
9539         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9540         the new optional argument ENCODED is non-nil.
9541         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9542         coding system for encoding group name.
9543         (gnus-group-make-rss-group): Pass un-encoded group name to
9544         gnus-group-make-group.
9545         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9546         encoded.
9547
9548         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9549         Encode group name to which articles are moved or copied.
9550         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9551         coding system for encoding Newsgroup, Followup-To and Xref headers.
9552
9553         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9554         marks; use nnheader-file-coding-system to write a file.
9555         (nnagent-retrieve-headers): Bind file-name-coding-system to
9556         nnmail-pathname-coding-system.
9557
9558         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9559
9560         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9561         (nnml-request-article, nnml-request-create-group)
9562         (nnml-request-rename-group, nnml-find-id)
9563         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9564         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9565         (nnml-save-marks): Use nnml-group-pathname instead of
9566         nnmail-group-pathname.
9567
9568         (nnml-request-create-group, nnml-request-expire-articles)
9569         (nnml-request-move-article, nnml-request-delete-group)
9570         (nnml-deletable-article-p, nnml-possibly-create-directory)
9571         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9572         (nnml-open-marks): Bind file-name-coding-system to
9573         nnmail-pathname-coding-system.
9574
9575         (nnml-request-article): Pass server argument to nnml-find-group-number.
9576         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9577         Pass server argument to nnml-possibly-create-directory.
9578         (nnml-request-accept-article): Pass server argument to
9579         nnml-active-number and nnml-save-mail.
9580         (nnml-find-group-number): Pass server argument to nnml-find-id.
9581         (nnml-request-update-info): Pass server argument to
9582         nnml-marks-changed-p.
9583
9584         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9585         (nnml-save-mail, nnml-active-number): Add server argument.
9586
9587         (nnml-request-delete-group): Warn if group is missing.
9588         (nnml-get-nov-buffer): Decode group name.
9589         (nnml-generate-active-info): Encode group name.
9590         (nnml-open-marks): Decode group name in messages.
9591
9592 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9595         if it is not specified.
9596         (gnus-article-pipe-part, gnus-article-save-part)
9597         (gnus-article-interactively-view-part, gnus-article-copy-part)
9598         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9599         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9600         (gnus-article-replace-part, gnus-article-delete-part)
9601         (gnus-article-view-part-as-type): Pass raw prefix argument to
9602         gnus-article-part-wrapper.
9603
9604 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-agent.el (gnus-agent-save-active):
9607         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9608
9609         * gnus-cache.el (gnus-cache-save-buffers)
9610         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9611         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9612         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9613         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9614         (gnus-cache-generate-active, gnus-cache-rename-group)
9615         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9616         (gnus-cache-update-overview-total-fetched-for):
9617         Bind file-name-coding-system to nnmail-pathname-coding-system.
9618         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9619         New variables.
9620         (gnus-cache-decoded-group-name): New function.
9621         (gnus-cache-file-name): Use it.
9622         (gnus-cache-generate-active): Use non-decoded group name for active.
9623
9624         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9625         right place.
9626         (gnus-write-active-file): Don't break non-ASCII group names.
9627
9628         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9629         nnmail-pathname-coding-system.
9630
9631         * lpath.el: Bind default-file-name-coding-system,
9632         file-name-coding-system and language-info-alist for XEmacs.
9633
9634         * gnus-uu.el (gnus-uu-decode-save): Typo.
9635
9636 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9639
9640 2007-07-14  David Kastrup  <dak@gnu.org>
9641
9642         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9643         finishing actions if we did not edit the article.
9644
9645 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9648         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9649         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9650         (gnus-agent-flush-group, gnus-agent-flush-cache)
9651         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9652         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9653         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9654         (gnus-agent-regenerate-group)
9655         (gnus-agent-update-files-total-fetched-for)
9656         (gnus-agent-update-view-total-fetched-for):
9657         Bind file-name-coding-system to nnmail-pathname-coding-system.
9658         (gnus-agent-group-pathname): Don't encode file names by
9659         nnmail-pathname-coding-system.
9660         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9661         coding-system-for-write instead of buffer-file-coding-system to
9662         gnus-agent-file-coding-system.
9663
9664         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9665         Decode group name.
9666
9667         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9668
9669         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9670         (gnus-read-newsrc-el-file): Make group names unibyte.
9671
9672         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9673         nnmail-pathname-coding-system.
9674
9675         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9676         (nnrss-request-delete-group): Bind file-name-coding-system to
9677         nnmail-pathname-coding-system.
9678         (nnrss-read-server-data, nnrss-read-group-data):
9679         Bind file-name-coding-system correctly.
9680         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9681
9682         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9683         (nntp-server-to-method-cache): New variable.
9684         (nntp-group-pathname): New function that decodes non-ASCII group names.
9685         (nntp-possibly-create-directory, nntp-marks-changed-p)
9686         (nntp-save-marks, nntp-open-marks): Use it.
9687         (nntp-possibly-create-directory, nntp-open-marks):
9688         Bind file-name-coding-system to nnmail-pathname-coding-system.
9689         (nntp-open-marks): Decode group names when bootstrapping marks.
9690
9691         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9692         Newsgroups and Folowup-To headers.
9693
9694 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9697         (gnus-server-closed-face, gnus-server-denied-face)
9698         (gnus-server-offline-face): Remove variable.
9699         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9700
9701         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9702         of modifying message-stack directly for XEmacs.
9703
9704         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9705         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9706         if the coding-system argument is nil for XEmacs.
9707
9708         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9709         mm-charset-override-alist.
9710
9711         * rfc2047.el: Don't require base64; require rfc2045 for the function
9712         rfc2045-encode-string.
9713         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9714         to quote the parameter value.
9715
9716 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9719         form in gnus-group-name-charset-method-alist.
9720
9721         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9722         overrides the default layout edit-form.
9723
9724         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9725
9726         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9727
9728 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9731         as unfetched articles.
9732
9733 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9736
9737 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9740         original back end that keeps marks in the local system.
9741
9742 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9745         arg of pop-to-buffer for XEmacs.
9746         (gnus-article-read-summary-keys): Ditto; don't restore window
9747         configuration if summary command ends up with neither article buffer
9748         nor summary buffer; describe bindings if summary keys end with C-h.
9749
9750 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * message.el (message-fix-before-sending): Skip raw message part to be
9753         forwarded while checking illegible text.
9754         (message-forward-make-body-mime, message-forward-make-body):
9755         Mark signed or encrypted raw message as having no illegible text.
9756
9757 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9760         (gnus-message-with-timestamp-1): New macro.
9761         (gnus-message-with-timestamp): New function.
9762         (gnus-message): Use them.
9763
9764         * nnheader.el (nnheader-message): Use them.
9765
9766 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9769         .newsrc.eld file.
9770
9771 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-agent.el (gnus-agent-fetch-headers)
9774         (gnus-agent-retrieve-headers):
9775         Bind gnus-decode-encoded-address-function to identity.
9776
9777         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9778         available also when the server returns simply a dot.
9779
9780         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9781
9782 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9785
9786 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-ems.el (gnus-x-splash): Make it work.
9789
9790         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9791         from being used.
9792
9793         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9794
9795 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9798         4th and the 5th arguments.
9799
9800         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9801         the front stickiness.
9802         (gnus-article-summary-command-nosave): Correct the order of the
9803         arguments passed to pop-to-buffer.
9804         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9805         summary command ends up with the article buffer.
9806
9807         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9808         the same faces.
9809
9810 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9811
9812         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9813
9814 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9815
9816         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9817         * gnus-sum.el (gnus-summary-highlight):
9818         * pgg.el (pgg-sign-region, pgg-sign):
9819         * mail-source.el (mail-source-delete-old-incoming-confirm):
9820         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9821
9822 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el (gnus-mime-view-part-externally)
9825         (gnus-mime-view-part-internally): Fix predicate function passed to
9826         completing-read.
9827
9828         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9829
9830         * gnus.el (gnus-update-message-archive-method): Add :version.
9831
9832 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus.el (gnus-update-message-archive-method): New variable.
9835
9836         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9837         according to gnus-message-archive-method if
9838         gnus-update-message-archive-method is non-nil.
9839
9840 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9843         Suggested by Loic Dachary <loic@dachary.org>.
9844         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9845
9846 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * message.el (message-pop-to-buffer): Add switch-function argument.
9849         (message-mail): Pass switch-function argument to it.
9850
9851 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9854         Improve doc string.
9855
9856 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9859         (gnus-header-content)
9860         * gnus-cite.el (gnus-cite-10)
9861         * gnus-srvr.el (gnus-server-closed)
9862         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9863         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9864         (gnus-group-mail-3-empty, gnus-group-mail-low)
9865         (gnus-group-mail-low-empty, gnus-splash)
9866         * message.el (message-header-to, message-header-cc)
9867         (message-header-subject, message-header-other, message-header-name)
9868         (message-header-xheader, message-separator, message-cited-text)
9869         (message-mml): Lighten colors of faces used for dark background.
9870
9871 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9872
9873         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9874         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9875
9876 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * message.el (message-narrow-to-headers-or-head):
9879         Ignore mail-header-separator in the body.
9880
9881 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9884         same as window size.
9885
9886 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9887
9888         * message.el (message-font-lock-keywords): Use message-header-xheader
9889         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9890         ahead of the anything pattern, to get it recognised.
9891
9892 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9895         spam.el loads uses it in the compiled defadvice form.
9896
9897 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9898
9899         * gnus-sum.el (gnus-articles-to-read)
9900         (gnus-summary-insert-old-articles): Don't truncate group name for
9901         `read-string'.
9902
9903         * gnus-util.el (gnus-limit-string): Delete this function.
9904
9905         * gnus-sum.el (gnus-simplify-subject-fully):
9906         Use `truncate-string-to-width' instead.
9907
9908 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9909
9910         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9911         Tell if, on summary exit, the next group has to be selected.
9912         (gnus-summary-exit): Use it.
9913
9914 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9917         non-break space.
9918
9919 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9922         Check if group is not a directory.
9923         (nnfolder-request-expire-articles): Don't delete articles if the target
9924         group is not available.
9925
9926         * nnml.el (nnml-request-create-group): Properly check if group is not a
9927         file.
9928         (nnml-request-expire-articles): Don't delete articles if the target
9929         group is not available.
9930
9931         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9932         Don't quote characters that are within parentheses.
9933
9934 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9937         (gnus-handle-ephemeral-exit): Select article according to it.
9938
9939 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * message.el (message-insert-formated-citation-line): Remove newline.
9942         (message-citation-line-format): Add final \n here so that the user can
9943         avoid a blank line.
9944
9945 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9946
9947         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9948         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9949         Update lanl/arXiv support.
9950
9951 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gnus.el: Bump version number.
9954
9955 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus.el (gnus-version-number): Bump version.
9958
9959 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9960
9961         * gnus.el: No Gnus v0.6 is released.
9962
9963 2007-04-27  Didier Verna  <didier@xemacs.org>
9964
9965         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9966         * gmm-utils.el (gmm-regexp-concat): ... here.
9967         * message.el: Don't require 'gnus-util.
9968         (message-dont-reply-to-names): Handle name change above.
9969         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9970
9971 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9974         since the initial value varies according to the system.
9975
9976 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9979
9980 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9981
9982         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9983
9984 2007-04-24  Didier Verna  <didier@xemacs.org>
9985
9986         Improve the type of gnus-ignored-from-addresses.
9987         * gnus-util.el (gnus-orify-regexp): New function.
9988         * message.el (gnus-util): Require it.
9989         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9990         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9991         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9992
9993 2007-04-24  Didier Verna  <didier@xemacs.org>
9994
9995         * gnus-sum.el:
9996         * gnus-utils.el: Fix some trailing whitespaces.
9997
9998 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10001         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10002         article's Message-ID; refer parent article in summary buffer.
10003
10004         * message.el (message-bounce): Call mime-to-mml.
10005
10006         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10007         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10008         optimize and/or forms properly.
10009
10010 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10013         URL.
10014
10015 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10018
10019 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10022         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10023         displayed of multipart/alternative part if it is invoked from summary
10024         buffer.
10025
10026         * mm-view.el (mm-inline-text-html-render-with-w3m)
10027         (mm-inline-text-html-render-with-w3m-standalone)
10028         (mm-inline-render-with-function): Use mail-parse-charset by default.
10029
10030 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10031
10032         * parse-time.el (parse-time-string-chars): Check if CHAR
10033         is less than the length of parse-time-syntax.
10034
10035 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10038         from gnus-newsgroup-processable.
10039
10040 2007-04-16  Didier Verna  <didier@xemacs.org>
10041
10042         * gnus-msg.el (gnus-configure-posting-styles):
10043         Handle message-signature-directory properly with :file syntax.
10044         Reported by "Leo".
10045
10046 2007-04-11  Didier Verna  <didier@xemacs.org>
10047
10048         New user option: message-signature-directory.
10049         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10050         * message.el (message-insert-signature): Ditto.
10051         * message.el (message-signature-file): Doc update.
10052         * message.el (message-signature-directory): New.
10053
10054 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-msg.el (gnus-inews-yank-articles):
10057         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10058
10059 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * message.el (message-yank-original): Make sure cited text ends with
10062         newline; don't exchange point and mark.
10063
10064 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10065
10066         * tls.el (open-tls-stream): Properly handle case where there
10067         is no associated buffer.
10068
10069 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10070
10071         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10072         message-yank-original, make sure (< mark TEXT point).
10073
10074 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * message.el (message-fill-column): New variable.
10077         (message-mode): Use it.  Add comment on a possible new hook.
10078
10079         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10080         (nnmail-get-new-mail): Reformat.
10081
10082         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10083
10084         * gmm-utils.el: Fix Commentary.
10085         (gmm-tool-bar-from-list): Fix typo in doc string.
10086
10087 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10088
10089         * message.el (message-yank-original): Don't switch point and mark
10090         unnecessarily to put point and mark as documented.
10091
10092 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10095         from the message heads.
10096
10097 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10098
10099         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10100         article buffer does not have a window.  This may not be the best
10101         solution but is certainly better than setting the start of the null,
10102         that is the current, window.
10103
10104 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10107         (gnus-draft-setup): Run it.
10108
10109         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10110         gnus-score-fast-scoring.  Allow regexp.
10111         (gnus-score-headers): Use it.
10112
10113         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10114         XEmacs.
10115
10116         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10117         string.
10118         (gnus-button-alist): Also catch `<f1> k ...'.
10119         (gnus-treat-display-x-face): Fix doc string.
10120
10121 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10122
10123         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10124         evaluation of gnus-extended-version to ensure correct generation of the
10125         User-Agent header when message-generate-headers-first is used.
10126
10127 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10128
10129         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10130         hashcash-path is nil.  Don't call callback with incorrect number of
10131         parameters if val is 0.
10132
10133 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * message.el (message-required-news-headers):
10136         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10137
10138 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10139
10140         * tls.el (open-tls-stream): In handshake-waiting loop,
10141         don't wait more if there is output available to process.
10142
10143 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10144
10145         * tls.el (tls-program): Doc fix.
10146
10147 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * message.el (message-generate-new-buffers): Change the meaning of the
10150         nil value; add `standard' to the choices; treat t as `unique'; improve
10151         doc string.
10152         (gnus-select-frame-set-input-focus): Autoload.
10153         (message-buffer-name): Search for the existing message buffer if
10154         message-generate-new-buffers is nil or `standard'; treat the value t of
10155         message-generate-new-buffers as `unique'.
10156         (message-pop-to-buffer): Raise the frame already displaying the message
10157         buffer; clear the echo area after querying.
10158         (message-setup): Pass the `continue' argument to compose-mail.
10159         (message-mail): Prefer `switch-function' if it is given; search for the
10160         existing message buffer if the `continue' argument is non-nil; pass
10161         continue and switch-function arguments to compose-mail by way of
10162         message-setup.
10163         (message-mail-other-window): Adjust argument of message-setup.
10164         (message-mail-other-frame): Ditto.
10165
10166 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10169         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10170         to turn font-lock on when turning gnus-message-citation-mode on.
10171
10172 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10173
10174         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10175         (mml-smime-function-alist): New variable; add epg as the backend.
10176         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10177         mml-smime- functions instead.
10178         * mm-view.el: Require smime.
10179
10180 2007-03-05  Didier Verna  <didier@xemacs.org>
10181
10182         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10183         instead of just inheritance for posting styles.
10184         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10185
10186 2007-02-24  Chris Moore  <dooglus@gmail.com>
10187
10188         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10189         * pgg-pgp.el (pgg-pgp-encrypt-region):
10190         * pgg-gpg.el (pgg-gpg-encrypt-region):
10191         Check pgg-encrypt-for-me if no other recipients.
10192
10193 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10194
10195         * tls.el (tls-certtool-program): Fix custom type.
10196
10197 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10200         and point-at-eol instead of line-(beginning|end)-position.
10201
10202         * assistant.el (assistant-parse-buffer): Ditto.
10203
10204         * netrc.el (netrc-parse-services): Ditto.
10205
10206 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10207
10208         * mml2015.el (mml2015-epg-find-usable-key): New function.
10209         (mml2015-epg-sign): Use it.
10210         (mml2015-epg-encrypt): Use it.
10211
10212 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * message.el (message-make-in-reply-to): Quote name containing
10215         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10216         if there are special characters.  Reported by NAKAJI Hiroyuki
10217         <nakaji@jp.freebsd.org>.
10218
10219 2007-02-27  Didier Verna  <didier@xemacs.org>
10220
10221         Include the group parameters as well as the topic ones in the
10222         inheritance filter process.
10223         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10224         argument GROUP-PARAMS-LIST.
10225         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10226
10227 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * nntp.el (nntp-never-echoes-commands)
10230         (nntp-open-connection-functions-never-echo-commands): New variables.
10231         (nntp-send-command): Use them.
10232
10233 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10234
10235         * mml2015.el (mml2015-epg-verify): Simplify.
10236
10237 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * mml.el (mml-content-disposition-alist): New user option.
10240         (mml-content-disposition): New function.
10241         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10242         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10243
10244 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10245
10246         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10247         verification.
10248
10249 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10250
10251         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10252         articles posted in the last 24 hours.
10253
10254 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10255
10256         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10257
10258 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10259
10260         * nntp.el (nntp-send-command): Don't wait for echoes when
10261         nntp-open-ssl-stream is used.
10262
10263 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10266         (gnus-message-add-citation-keywords)
10267         (gnus-message-remove-citation-keywords): Remove.
10268         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10269         directly, make the variables in font-lock-defaults buffer-local, add
10270         gnus-message-citation-keywords to them and then update the value of
10271         font-lock-keywords.
10272
10273 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * message.el (message-cite-original-1): Don't call
10276         gnus-article-highlight-citation.
10277
10278         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10279         citations; fix line count.
10280
10281 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10284         (gnus-message-add-citation-keywords)
10285         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10286         versions of font-lock-add-keywords and font-lock-remove-keywords to
10287         work with XEmacs correctly.
10288
10289 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-cite.el (gnus-cite-face-list): Set the values of
10292         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10293         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10294         (gnus-message-cite-prefix-regexp): New variable.
10295         (gnus-message-search-citation-line): Use it; protect against long
10296         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10297         the 0th match data for Emacs.
10298         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10299         (gnus-message-add-citation-keywords): Append keywords rather than
10300         prepending; emulate font-lock-add-keywords if it is not available.
10301         (gnus-message-remove-citation-keywords):
10302         Emulate font-lock-remove-keywords if it is not available.
10303
10304         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10305
10306         * message.el (message-cite-prefix-regexp): Set the value of
10307         gnus-message-cite-prefix-regexp.
10308
10309 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10310
10311         * nnweb.el (nnweb-google-parse-1): Update parser.
10312
10313 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10314
10315         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10316
10317 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10318
10319         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10320         regexp.
10321
10322 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10325         string-to-multibyte.
10326         (uudecode-decode-region-internal): Use it.
10327
10328         * lpath.el: Fbind string-as-multibyte for XEmacs.
10329
10330 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10333         Fix custom choice.
10334
10335         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10336
10337 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10338
10339         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10340
10341         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10342         `write-region' to respect `mm-inhibit-file-name-handlers'.
10343
10344 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10345
10346         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10347         Use gnus-home-directory instead of "~/" or "$HOME".
10348
10349 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10350
10351         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10352         to mention filename.
10353         Add comments at beginning regarding usage.
10354         (encrypt-write-file-contents): Change interactive so a string is
10355         acceptable.  If the file has no associated model, show an error instead
10356         of a nonsense prompt.
10357
10358 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10359
10360         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10361         Thanks to Yoshihiko Yamada for kind notification of this typo.
10362
10363 2007-01-12  Kenichi Handa  <handa@m17n.org>
10364
10365         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10366         multibyte buffer.
10367
10368 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-score.el (gnus-score-fast-scoring): New variable.
10371         (gnus-score-headers): Use it.
10372
10373         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10374
10375         * message.el (message-cite-original-1):
10376         Call gnus-article-highlight-citation if requested.
10377         (message-make-from): Allow name and address as optional arguments.
10378
10379         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10380
10381         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10382         bugs to doc string.
10383         (gnus-button-alist): Add mid\\|message-id.
10384         (gnus-button-fetch-group): Extend for use in
10385         `browse-url-browser-function'.
10386         (gnus-button-url-regexp): Try to catch paired parentheses like in
10387         Wikipedia URLs.
10388
10389         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10390         Suggested by Simon Krahnke <overlord@gmx.li>.
10391
10392 2007-01-13  Romain Francoise  <romain@orebokech.com>
10393
10394         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10395         Update copyright.
10396
10397 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10398
10399         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10400
10401 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10402
10403         * gnus-registry.el (gnus-registry-unfollowed-groups)
10404         (gnus-registry-split-fancy-with-parent): Fix documentation.
10405
10406 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10409         from nnweb groups.
10410
10411 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10412
10413         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10414         Xref urls.  Erase buffer before requesting head.
10415
10416         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10417
10418 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10421         customizable.
10422
10423 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10424
10425         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10426         no signing key is found.
10427         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10428         no encrypting and/or signing key is found.
10429
10430 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10433
10434 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10435
10436         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10437         headers read from disk with the ones newly found in the current search.
10438         This should no longer cause problems, because the article numbers in
10439         Gmane's `nov.php' output are ignored since the previous change.
10440
10441 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10442
10443         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10444
10445 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10448         replace-regexp-in-string; bind url-version; fbind display-images-p and
10449         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10450         find-face and set-itimer-function for Emacs; bind itimer-list for
10451         Emacs.
10452
10453         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10454
10455 2007-01-01  Romain Francoise  <romain@orebokech.com>
10456
10457         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10458
10459 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10460
10461         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10462         `define-minor-mode' macro definition expanded properly.
10463         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10464         exclude it there.
10465
10466         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10467         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10468         `fboundp' test.
10469         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10470         This is OK to autoload in (S)XEmacs now.
10471
10472 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10475         keystroke.
10476         (gnus-summary-limit-to-singletons): Fix typo.
10477
10478         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10479         else fails.
10480
10481 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10482
10483         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10484         docstring.
10485
10486         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10487         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10488         (gnus-summary-insert-dormant-articles): Fix typo in message.
10489
10490 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10493         nil for XEmacs.
10494         (gnus-message-citation-mode): Don't autoload in XEmacs.
10495
10496         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10497
10498 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10499
10500         * nnimap.el (nnimap-expunge-search-string):
10501         Mention nnimap-search-uids-not-since-is-evil in docstring.
10502
10503 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * spam.el: Revert to make-obsolete-variable because
10506         define-obsolete-variable-alias is not supported in Emacs 21.
10507
10508         * spam.el (spam-ifile-path, spam-ifile-database-path)
10509         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10510         make-obsolete-variable.
10511         (spam-bsfilter-path, spam-bsfilter-program)
10512         (spam-spamassassin-path, spam-spamassassin-program)
10513         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10514         Don't use "path" inappropriately.
10515         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10516         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10517         variable names.
10518
10519 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10520
10521         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10522         summary buffer.
10523
10524         * password.el (password-cache-remove): Use clear-string to burn
10525         password, if available.
10526
10527 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10530
10531         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10532
10533         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10534         (gnus-message-highlight-citation): Move defcustom here from
10535         gnus-cite.el.
10536         (gnus-message-citation-mode): Autoload.
10537
10538         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10539         checks to make it compile with XEmacs.
10540         (gnus-message-citation-mode): New minor mode.
10541         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10542         (gnus-message-highlight-citation): New variables.
10543         (gnus-message-search-citation-line)
10544         (gnus-message-add-citation-keywords)
10545         (gnus-message-remove-citation-keywords)
10546         (turn-on-gnus-message-citation-mode)
10547         (turn-off-gnus-message-citation-mode): New functions.
10548
10549 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10550
10551         * gnus-cite.el: Enable highlighting of different citation levels in
10552         message-mode.
10553
10554 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * message.el (message-make-fqdn): Fix comment.
10557         (message-bogus-system-names): Add ".local".
10558
10559         * spam.el (spam-ifile-path, spam-ifile-program)
10560         (spam-ifile-database-path, spam-ifile-database)
10561         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10562         Don't use "path" inappropriately.
10563         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10564         strings.
10565         (spam-check-ifile, spam-ifile-register-with-ifile)
10566         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10567         Use new variable names.
10568
10569         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10570         (gnus-treat-display-smileys): Simplify using
10571         gnus-image-type-available-p.
10572
10573         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10574         available.
10575
10576         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10577         Use `display-images-p' if available.
10578
10579 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10582         one after turning on the buffer's multibyteness instead of decoding
10583         them directly in the unibyte buffer that causes unexpected conversion
10584         in Emacs 23 (unicode).
10585
10586 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10587
10588         * message.el (message-generate-hashcash): Fix custom type.
10589
10590 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10593
10594 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10597         disconnect icons.  Add help text.
10598
10599 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10600
10601         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10602         negated to be consistent with the others we handle.
10603
10604 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10607         version of gnus-summary-buffer to something, so that we can use two
10608         article buffers at the same time.
10609
10610 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10611
10612         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10613         trigger all the extra headers.
10614         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10615         sorting.
10616
10617 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10618
10619         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10620         solid groups.
10621
10622 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10623
10624         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10625
10626 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * legacy-gnus-agent.el: Add Copyright notice.
10629
10630 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10631
10632         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10633
10634 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10637
10638         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10639         to make it work reliably in CVS Emacs.
10640         (gnus-summary-limit-strange-charsets-predicate)
10641         (gnus-summary-limit-to-predicate): New functions.
10642
10643 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10644
10645         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10646         specifying array size.
10647         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10648         array if it is too small.
10649         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10650         (gnus-sort-threads-loop): New function.
10651
10652 2006-12-06  Chris Moore  <dooglus@gmail.com>
10653
10654         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10655         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10656
10657 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10658
10659         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10660         options.
10661
10662 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10665         DOS-ing the recipient.
10666
10667         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10668         the headers when creating the mapping to avoid mismappings.
10669         (nnweb-gmane-create-mapping): Always nix out old mapping.
10670
10671 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10674         and mm-verify-option to never.
10675
10676 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * message.el (message-signed-or-encrypted-p): New function.
10679         (message-forward-make-body): Use it.
10680
10681         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10682         Replace encode-coding-string with mm-encode-coding-string.
10683
10684 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * nneething.el (nneething-decode-file-name):
10687         Replace decode-coding-string with mm-decode-coding-string.
10688
10689         * gnus-int.el (gnus-open-server): Say failed server's name.
10690
10691 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10692
10693         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10694         strings to a single string.  Quote `errors-file-name'.
10695         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10696         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10697         Adjust calls.  Use `shell-quote-argument'.
10698
10699 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10700
10701         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10702         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10703
10704         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10705         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10706         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10707         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10708         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10709         (gnus-subscribe-newsgroup, gnus-1):
10710         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10711         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10712         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10713         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10714
10715 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10718         keystroke.
10719         (gnus-summary-limit-to-bodies): Implement headersp.
10720
10721 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10724
10725 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10728
10729 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * message.el (message-generate-hashcash): Expand range of values to
10732         include `opportunistic'.
10733         (message-send-mail): Use it.
10734
10735 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10736
10737         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10738         and comment it.
10739
10740         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10741
10742 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gnus-util.el (gnus-extract-address-components): Improve comment.
10745
10746 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * gnus-util.el (gnus-extract-address-components): Work with address in
10749         which the name portion contains @.
10750
10751         * lpath.el: Fbind custom-autoload.
10752
10753 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * gnus.el (gnus-start): Move custom group up.
10756         (gnus-select-method): Don't autoload, but make it available for
10757         `customize-variable'.
10758         (gnus-getenv-nntpserver): Don't autoload.
10759
10760 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10761
10762         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10763
10764 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * message.el (message-sendmail-extra-arguments): New variable.
10767         (message-send-mail-with-sendmail): Use it.
10768
10769 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10772         mm-with-unibyte-current-buffer to make string unibyte.
10773
10774         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10775         mm-string-as-multibyte.
10776
10777 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10778
10779         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10780         Reported by Werner Koch <wk@gnupg.org>.
10781
10782 2006-11-14  Daiki Ueno  <ueno@p360>
10783
10784         * mml2015.el: Autoload epa-select-keys when compiling.
10785
10786 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10787
10788         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10789         message-options.
10790         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10791
10792 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10793
10794         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10795         EasyPG (< 0.0.6).
10796         (mml2015-always-trust): New user option.
10797         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10798         prompt.
10799
10800 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * nntp.el (nntp-authinfo-force): New variable.
10803         (nntp-send-authinfo): Use it.
10804
10805 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10808         decode encoded words.  Improve prompt.  Add comment about forwarding.
10809         (message-replacement-char): Move up.
10810
10811 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10812
10813         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10814         instead of gnus-intersection because arguments of gnus-sorted-nunion
10815         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10816
10817 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10820         (message-simplify-subject-functions):
10821         Enable message-strip-subject-encoded-words by default.
10822
10823 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * message.el (message-strip-subject-encoded-words): New function.
10826         (message-simplify-subject-functions): New variable.
10827         (message-simplify-subject): Use it.  Fix typo in doc string.
10828         Support message-strip-subject-encoded-words.
10829
10830 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10831
10832         * gnus-diary.el (gnus-diary-delay-format-function):
10833         * nndiary.el (nndiary-reminders):
10834         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10835
10836 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * gnus-art.el (article-hide-boring-headers): Fetch date from
10839         gnus-original-article-buffer to avoid problems with localized date
10840         strings.
10841
10842 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10845
10846 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10849         New variables.
10850         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10851         (mm-charset-synonym-alist): Move some entries to
10852         mm-codepage-iso-8859-list.
10853         (mm-charset-synonym-alist, mm-charset-override-alist):
10854         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10855
10856 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10859
10860 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10863         with Emacs 21 and XEmacs.
10864
10865 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * spam.el (spam-parse-address): New function for better parsing,
10868         catching errors, etc.
10869         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10870
10871 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * mm-view.el: Add interactive arg to html2text autoload.
10874
10875 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10878
10879 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10882         New variables.
10883         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10884         (mm-charset-synonym-alist): Move some entries to
10885         mm-codepage-iso-8859-list.
10886
10887         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10888
10889 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * message.el (message-citation-line-format)
10892         (message-insert-formated-citation-line): Fix implementation of %E, %N
10893         and %n according to the doc string.
10894
10895 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10896
10897         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10898         Use car-safe to avoid bad parses.
10899
10900 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10903         names.
10904
10905         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10906
10907 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10910         header.
10911
10912         * message.el (message-draft-headers): Add Date.
10913         (message-headers-to-generate): Fix typo in docstring.
10914
10915         * nndraft.el (nndraft-required-headers): New variable.
10916         (nndraft-generate-headers): Use it.
10917
10918         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10919
10920 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10921
10922         * gnus-registry.el (gnus-registry-wash-for-keywords)
10923         (gnus-registry-find-keywords): New functions to allow easy searching of
10924         articles that are in the registry.
10925
10926 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10929         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10930         Reported by Damien Elmes <damien@repose.cx>.
10931
10932 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus.el (gnus-mime): Remove unused custom group.
10935
10936 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10937
10938         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10939         "blank line" when searching for end of armor headers.
10940
10941 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gmm-utils.el (gmm-write-region): Fix variable name.
10944
10945 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * gmm-utils.el (gmm-write-region): New function based on compatibility
10948         code from `mm-make-temp-file'.
10949
10950         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10951
10952         * nnmaildir.el (nnmaildir--update-nov)
10953         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10954         Use `gmm-write-region'.
10955
10956 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10959         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10960
10961         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10962
10963         * message.el (message-replacement-char): New variable.
10964         (message-fix-before-sending): Use it.
10965         (message-simplify-subject): New function to remove duplicate code.
10966         (message-reply, message-followup): Use it.
10967
10968         * gnus-sum.el (gnus-summary-make-menu-bar):
10969         Clarify gnus-summary-limit-to-articles.
10970
10971 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-util.el (gnus-with-local-quit): New macro.
10974
10975         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10976
10977 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10978
10979         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10980         ignore non-string data.
10981
10982 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10983
10984         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10985         non-string data (needs to be done in the registry too).
10986
10987 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10988
10989         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10990         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10991         (gnus-registry-split-fancy-with-parent)
10992         (gnus-registry-fetch-simplified-message-subject-fast)
10993         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10994         Remove text properties on ingress into the registry and when it's saved.
10995         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10996         registry from entries with no groups.
10997
10998 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10999
11000         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11001         function to remove string properties.
11002
11003 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * gmm-utils.el (gmm): Adjust custom version.
11006
11007         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11008         Adjust custom version.
11009
11010         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11011
11012 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-art.el (gnus-insert-prev-page-button)
11015         (gnus-insert-next-page-button): Simplify.  Reformat.
11016
11017 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11018
11019         * gnus-art.el (gnus-insert-prev-page-button)
11020         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11021
11022 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11023
11024         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11025
11026 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11027
11028         * gnus-art.el (gnus-insert-mime-button)
11029         (gnus-insert-mime-security-button):
11030         Apply gnus-article-button-face to MIME and security buttons.
11031
11032 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11035         readable.
11036
11037 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11040
11041 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11042
11043         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11044         `browse-url-of-file' instead of `browse-url'.
11045
11046 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11047
11048         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11049         regexp.  Articles containing quotation were cut prematurely.
11050
11051 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * message.el (message-cite-original-1): Use nobody by default for the
11054         value of From header.
11055         (message-reply): Ditto.
11056
11057 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11058
11059         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11060         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11061         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11062
11063 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11066         mails in the doc string.  Add some URLs in comment.
11067         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11068
11069 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11072         backslashes handling and the way to find boundaries of quoted strings.
11073
11074 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11075
11076         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11077         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11078         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11079         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11080
11081 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11084         doc string.
11085         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11086
11087 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * lpath.el: Fbind epg-check-configuration.
11090
11091 2006-09-06  Simon Josefsson  <jas@extundo.com>
11092
11093         * mml2015.el (mml2015-use): Doc fix, mention epg.
11094
11095 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11096
11097         * mml2015.el (mml2015-use): Default to epg, if available.
11098
11099 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11100
11101         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11102         message-sender.
11103         (mml1991-epg-encrypt): Ditto.
11104         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11105         message-sender.
11106         (mml2015-epg-encrypt): Ditto.
11107
11108 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11109
11110         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11111         several common directories.
11112
11113 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11114
11115         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11116         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11117
11118 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-art.el (article-decode-encoded-words): Make it fast.
11121
11122 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11125
11126         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11127         in quoted string into `\'.
11128
11129 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11132         Use standard-syntax-table.
11133
11134 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-art.el (gnus-decode-address-function): New variable.
11137         (article-decode-encoded-words): Use it to decode headers which are
11138         assumed to contain addresses.
11139         (gnus-mime-delete-part): Remove useless `or'.
11140
11141         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11142         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11143         (gnus-nov-parse-line): Use it to decode From header.
11144         (gnus-get-newsgroup-headers): Ditto.
11145         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11146
11147         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11148         (mail-decode-encoded-address-string): New alias.
11149
11150         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11151         New function.
11152         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11153         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11154         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11155         (rfc2047-decode-string): Ditto.
11156         (rfc2047-decode-address-region): New function.
11157         (rfc2047-decode-address-string): New function.
11158
11159 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * message.el (message-caesar-buffer-body): Allow rotating headers.
11162
11163         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11164
11165         * message.el (message-insert-formated-citation-line): Fix %f.
11166         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11167
11168 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11171         (gnus-bookmark-mouse-available-p): New macro.
11172         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11173         (gnus-bookmark-bmenu-show-infos): Use it.
11174         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11175         (gnus-bookmark-bmenu-hide-infos): Ditto.
11176         (gnus-bookmark-remove-properties): New function.
11177         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11178         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11179         (gnus-bookmark-write-file): Bind coding-system-for-write.
11180         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11181         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11182         group before selecting it.
11183         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11184         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11185         quit-window if it is not available; use gnus-mouse-2 and bind it to
11186         gnus-bookmark-bmenu-select-by-mouse.
11187         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11188         (gnus-bookmark-bmenu-select-by-mouse): New function.
11189
11190 2006-08-13  Romain Francoise  <romain@orebokech.com>
11191
11192         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11193         space.
11194
11195 2006-08-10  Romain Francoise  <romain@orebokech.com>
11196
11197         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11198         (dns-mode-soa-auto-increment-serial): New user option.
11199         (dns-mode-soa-maybe-increment-serial): New function.
11200         (dns-mode): Add the latter to `write-contents-functions'.
11201
11202 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * compface.el (uncompface): Use binary rather than raw-text-unix.
11205
11206 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * compface.el (uncompface): Make sure the eol conversion doesn't take
11209         place when communicating with the external programs.
11210         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11211
11212 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11215
11216 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11217
11218         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11219         Make it more robust by parsing author and date independently.
11220
11221 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11224
11225 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11226
11227         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11228         first matching secret key.
11229         (mml2015-epg-encrypt): Ditto.
11230
11231         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11232         first matching secret key.
11233         (mml1991-epg-encrypt): Ditto.
11234
11235         * mml2015.el (mml2015-encrypt-to-self): New user option.
11236         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11237         mml2015-epg-encrypt-to-self is set.
11238
11239         * mml1991.el (mml1991-encrypt-to-self): New variable.
11240         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11241         mml1991-epg-encrypt-to-self is set.
11242
11243         * mml2015.el (mml2015-signers): New user option.
11244         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11245         (mml2015-epg-encrypt): Allow to select signing keys.
11246
11247         * mml1991.el (mml1991-signers): New variable.
11248         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11249         (mml1991-epg-encrypt): Allow to select signing keys.
11250
11251 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * nnheader.el (nnheader-insert-head): Make it work even if the file
11254         uses CRLF for the line-break code.
11255
11256 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11257
11258         * mml2015.el: Require mml-sec instead of password.
11259         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11260         (mml2015-cache-passphrase): Inherit the default value from
11261         mml-secure-cache-passphrase.
11262         (mml2015-passphrase-cache-expiry): Inherit the default value from
11263         mml-secure-passphrase-cache-expiry.
11264
11265         * mml1991.el: Require mml-sec instead of password.
11266         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11267         (mml1991-cache-passphrase): Inherit the default value from
11268         mml-secure-cache-passphrase.
11269         (mml1991-passphrase-cache-expiry): Inherit the default value from
11270         mml-secure-passphrase-cache-expiry.
11271
11272         * mml-sec.el: Require password.
11273         (mml-secure-verbose): New user option.
11274         (mml-secure-cache-passphrase): New user option.
11275         (mml-secure-passphrase-cache-expiry): New user option.
11276
11277 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11278
11279         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11280         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11281         andreas@altroot.de (Andreas Vögele).
11282
11283         FIXME: Use `tiny change'?
11284
11285 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11286
11287         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11288         workaround for the url package included with Emacs.
11289
11290         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11291
11292 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11295         correctly.  This fixes a bug caused by the 2006-05-12 change.
11296
11297 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11298
11299         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11300         some information about the error when saying that the `bogus' mail
11301         group will be used.
11302
11303 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11306         string.
11307
11308 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11309
11310         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11311
11312 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11313
11314         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11315
11316 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11317
11318         * mml1991.el (mml1991-function-alist): Add epg.
11319         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11320         (mml1991-epg-encrypt): New functions.
11321
11322 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11323
11324         * mml2015.el (mml2015-verbose): New variable.
11325         (mml2015-cache-passphrase): Ditto.
11326         (mml2015-passphrase-cache-expiry): Ditto.
11327         (mml2015-function-alist): Add epg.
11328         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11329         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11330         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11331         New functions.
11332
11333 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334
11335         * message.el (message-cite-original-1): Preserve region when removing
11336         quoted text due to X-No-Archive in order to avoid bogus attribution
11337         when citing multiple messages.
11338
11339 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11340
11341         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11342         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11343
11344 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gnus-diary.el (gnus-user-format-function-d)
11347         (gnus-user-format-function-D): Autoload.
11348
11349         * imap.el (Commentary): Fix typo.
11350
11351         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11352         2006-04-22 contribution.
11353
11354 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11355
11356         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11357         It didn't really fix the bogosity I'm seeing with solid web groups.
11358
11359 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11360
11361         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11362         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11363         created using server names.  If we use the feature without declaring
11364         it, Gnus does not properly manage server and group state.
11365
11366         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11367         bound.
11368
11369 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11370
11371         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11372         looking up the method using GROUP's prefix before inventing a new one.
11373         It is used on killed/unknown groups in various places where returning
11374         an all-new method isn't expected by the caller.
11375
11376         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11377         and match semantics of gnus-group-real-prefix.
11378
11379 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * nnmail.el (nnmail-broken-references-mailers): New variable.
11382         (nnmail-ignore-broken-references): New function generalizing
11383         nnmail-fix-eudora-headers.
11384         (nnmail-fix-eudora-headers): Now obsolete.
11385
11386         * gnus-art.el (gnus-button-handle-custom):
11387         Support `customize-apropos*'.
11388
11389 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11392
11393         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11394         articles.
11395
11396 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * message.el (message-cite-reply-above): New variable.
11399         (message-yank-original): Use it.
11400
11401 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11404
11405 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11408         as read.
11409
11410         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11411
11412 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11415         (gnus-bookmark-default-file): Use gnus-directory.
11416         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11417         Remove "*" in doc string.
11418         (gnus-bookmark-write-file): Simplify.
11419         (gnus-bookmark-maybe-sort-alist): Use `when'.
11420         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11421         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11422         Add FIXME about Emacs 21 and XEmacs compatibility.
11423         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11424         compatibility.
11425         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11426         compatibility.
11427         (gnus-bookmark-menu-heading): Fix version.
11428
11429 2006-06-19  Bastien Guerry  <bzg@altern.org>
11430
11431         * gnus-bookmark.el: New file.
11432
11433 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * message.el (message-syntax-checks): Doc fix.
11436
11437 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11438
11439         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11440         unsubscribed groups as if they were killed ones.  It causes duplicate
11441         entries in gnus-newsrc-alist.
11442
11443 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * message.el (message-syntax-checks): Doc fix.
11446         (message-send-mail): Add check for continuation headers.
11447         (message-check-news-header-syntax): Fix regexp used to check for
11448         continuation headers.
11449
11450 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11453
11454 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11457
11458 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11461         default-truncate-lines.
11462
11463 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11466         to fill the utf-8 entry.
11467
11468         * lpath.el: Fbind unicode-precedence-list.
11469
11470 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11471
11472         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11473
11474 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11475
11476         * gnus-agent.el (directory-files-and-attributes): Move all the way
11477         forward (the third and final move).
11478         (gnus-agent-read-agentview): Trap reconstruction errors due to
11479         nonexistent directory.  Handle by returning nil.
11480
11481 2006-05-30  Didier Verna  <didier@xemacs.org>
11482
11483         * message.el (message-dont-reply-to-names): Update the custom type.
11484         * message.el (message-dont-reply-to-names): New defsubst: potentially
11485         convert a list of regexps into a single one.
11486         * message.el (message-get-reply-headers): Use it.
11487         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11488
11489 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-agent.el (directory-files-and-attributes): Move forward.
11492
11493 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * gnus-ml.el (gnus-mailing-list-subscribe)
11496         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11497         (gnus-mailing-list-message): Fix doc strings.
11498
11499 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11500
11501         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11502         of doing it manually.
11503
11504 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11507         comment.
11508
11509 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11510
11511         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11512         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11513         (gnus-agent-read-local): All symbols allocated in my-obarray.
11514         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11515         (gnus-agent-regenerate-group): Check numeric names to see if they are
11516         messages or groups.
11517         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11518         better way of do this...)
11519
11520         * gnus-cache.el (gnus-agent-total-fetched-for):
11521         Ignore 'dummy.group' (there should be a better way of do this...)
11522
11523 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11526         (gnus-saved-headers): Ditto.
11527         (gnus-default-article-saver): Mention functions may have properties.
11528         (gnus-article-save): Override gnus-save-all-headers and
11529         gnus-saved-headers by :headers property which saver function may have.
11530         (gnus-summary-save-in-file): Add :headers property.
11531         (gnus-summary-write-to-file): Ditto.
11532
11533         * gnus-sum.el (gnus-summary-save-article): Bind
11534         gnus-prompt-before-saving to t when saving many articles in a file;
11535         always show all headers.
11536
11537         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11538
11539 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11542         marks.
11543
11544         * message.el (message-indent-citation): Add optional arguments to allow
11545         using it outside of message buffers.
11546
11547         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11548         (gnus-article-treat-unfold-headers): Use it.
11549         (gnus-article-truncate-lines): New variable.
11550         (gnus-article-mode): Use it.
11551         (gnus-article-toggle-truncate-lines): New function.
11552
11553         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11554         Add gnus-article-toggle-truncate-lines.
11555
11556         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11557         coding system in XEmacs, use binary.
11558
11559 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11562         after-load-alist.
11563
11564         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11565         this function should save decoded articles.
11566         (gnus-summary-write-to-file): Use property to specify this function
11567         should save decoded articles and specify gnus-summary-save-in-file
11568         should be used to save articles other than the first one when saving
11569         many articles.
11570         (gnus-summary-save-body-in-file): Use property to specify this
11571         function should save decoded articles.
11572         (gnus-summary-write-body-to-file): Use property to specify this
11573         function should save decoded articles and specify
11574         gnus-summary-save-body-in-file should be used to save articles other
11575         than the first one when saving many articles.
11576
11577         * gnus-sum.el (gnus-summary-save-article): Simplify.
11578
11579 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-art.el (gnus-default-article-saver):
11582         Add gnus-summary-write-body-to-file.
11583         (gnus-article-save-coding-system): Don't use coding system object
11584         in XEmacs.
11585         (gnus-read-save-file-name): Add optional `dir-var' argument which
11586         specifies directory in which files are saved; work even if optional
11587         `variable' argument is not specified.
11588         (gnus-summary-write-to-file): Read file name.
11589         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11590         (gnus-summary-write-body-to-file): New function.
11591
11592         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11593         (gnus-summary-local-variables): Add it.
11594         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11595         (gnus-summary-save-article): Remove optional `decode' argument;
11596         determine whether to decode articles by the value of
11597         gnus-default-article-saver; when saving many files using
11598         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11599         it first and use gnus-summary-save-in-file or
11600         gnus-summary-save-body-in-file thereafter unless
11601         gnus-prompt-before-saving is always; move point to article which
11602         will be saved.
11603         (gnus-summary-save-article-file): Revert.
11604         (gnus-summary-write-article-file): Revert.
11605         (gnus-summary-save-article-body-file): Revert.
11606         (gnus-summary-write-article-body-file): New function.
11607
11608 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-art.el (gnus-default-article-saver): Doc fix.
11611         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11612         from gnus-summary-save-article-coding-system, and default to a
11613         certain coding system.
11614         (gnus-output-to-file): Add coding cookie and encode text according
11615         to gnus-article-save-coding-system; don't use mm-append-to-file.
11616
11617         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11618         gnus-art.el and rename to gnus-article-save-coding-system.
11619         (gnus-summary-save-article): Require gnus-art; don't show all
11620         headers if it decodes articles; don't add coding cookie here;
11621         don't bind mm-text-coding-system-for-write.
11622         (gnus-summary-save-article-file): Save decoded articles.
11623         (gnus-summary-write-article-file): When saving many files, use
11624         gnus-summary-write-to-file first and gnus-summary-save-in-file
11625         thereafter unless gnus-prompt-before-saving is always.
11626         (gnus-summary-save-article-body-file): Save decoded articles.
11627
11628         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11629
11630 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * nnrss.el (nnrss-check-group): Bind hash-index.
11633
11634 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11635
11636         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11637         its hash index.  Store this hash in `nnrss-group-data'.
11638         (nnrss-read-group-data): Update accordingly.
11639
11640 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11643         entry.
11644
11645         * gnus-sum.el (gnus-summary-make-menu-bar):
11646         Add gnus-article-browse-html-article.
11647
11648 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11649
11650         * gnus-sum.el (gnus-summary-mime-map):
11651         Add gnus-article-browse-html-article.
11652
11653         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11654
11655 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11658         suitable coding systems in customize.
11659
11660 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * mail-source.el (mail-sources): Fix custom type.
11663
11664 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11667         (gnus-summary-expire-articles-now): Shorten prompt.
11668
11669         * gmm-utils.el (wid-edit): Require.
11670         (defun-gmm): Rename from `gmm-defun-compat'.
11671         (gmm-image-search-load-path): Use it.
11672         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11673
11674 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-sum.el (gnus-summary-save-article-coding-system):
11677         New variable.
11678         (gnus-summary-save-article): Add optional `decode' argument.
11679         If it is set and gnus-summary-save-article-coding-system is non-nil,
11680         save decoded article.
11681         (gnus-summary-write-article-file): Save decoded article if
11682         gnus-summary-save-article-coding-system is non-nil.
11683
11684         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11685         type.
11686
11687 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11690
11691 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11694         first to test gnus-single-article-buffer which may be buffer-local.
11695
11696         * gnus-sum.el (gnus-summary-setup-buffer):
11697         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11698         group; make gnus-article-buffer, gnus-article-current, and
11699         gnus-original-article-buffer always buffer-local.
11700         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11701         group.
11702         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11703
11704 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * nnml.el (nnml-request-compact-group): Compressed files might not
11707         have .gz extension.
11708
11709 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11710
11711         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11712         (mm-copy-to-buffer): Use with-current-buffer.
11713         (mm-display-part): Simplify.
11714         (mm-inlinable-p): Add optional arg `type'.
11715
11716 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11717
11718         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11719         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11720         Try harder to show the attachment internally or externally using
11721         gnus-mime-view-part-as-type.
11722
11723 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * message.el (message-from-style, message-signature-separator)
11726         (message-user-organization-file, message-send-mail-function)
11727         (message-citation-line-function, message-yank-prefix)
11728         (message-indent-citation-function, message-signature)
11729         (message-signature-file, message-signature-insert-empty-line):
11730         Remove autoloads.
11731
11732         * gnus-art.el (gnus-buttonized-mime-types):
11733         Remove "multipart/signed".  Revert 2006-04-26 change.
11734
11735 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus.el (gnus-version-number): Bump version.
11738
11739 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11740
11741         * gnus.el: No Gnus v0.5 is released.
11742
11743 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11744
11745         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11746         fetching articles by message-id.
11747
11748 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11749
11750         * message.el (hashcash): Require hashcash as normal.
11751
11752         * ecomplete.el (ecomplete-highlight-match-line):
11753         Use point-at-eol.
11754         (ecomplete-highlight-match-line): Use `highlight', because that
11755         face exists in both Emacs and XEmacs.
11756
11757         * message.el (message-display-abbrev): Use point-at-bol.
11758
11759         * mail-source.el: Don't require timer/timer-funcs.
11760
11761         * gnus-async.el: Ditto.
11762
11763         * password.el: Ditto.
11764
11765         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11766
11767         * mm-url.el: Ditto.
11768
11769         * gnus-xmas.el: Don't require timer-funcs.
11770
11771         * mm-util.el: Require timer/timer-funcs.
11772
11773 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11774
11775         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11776         Close.
11777
11778 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11781         unibyte after clear-decrypt function runs.
11782
11783         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11784         returns as a unibyte string.
11785
11786 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * lpath.el: Revert.
11789
11790         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11791         (pgg-gpg-process-sentinel): Revert.
11792
11793         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11794         (pgg-pgp-lookup-key): Revert.
11795
11796         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11797         (pgg-pgp5-lookup-key): Revert.
11798
11799         * pgg.el (pgg-fetch-key): Revert.
11800
11801 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * lpath.el: Fbind string-as-multibyte for XEmacs.
11804
11805         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11806         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11807         (mml1991-pgg-encrypt): Ditto.
11808
11809         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11810         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11811         a multibyte buffer.
11812
11813         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11814         (pgg-pgp-lookup-key): Ditto.
11815
11816         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11817         (pgg-pgp5-lookup-key): Ditto.
11818
11819         * pgg.el (pgg-fetch-key): Ditto.
11820
11821 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * message.el (message-user-organization-file): Check several
11824         locations of the organization file.
11825
11826         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11827         Add gnus-article-view-part-as-type.
11828
11829         * gnus-art.el (gnus-article-view-part-as-type): New function.
11830
11831         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11832         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11833
11834         * mml.el: Simplify autoload.
11835         (mml-mode): defvar dnd-protocol-alist instead of using
11836         symbol-value.
11837         (mml-default-directory): New variable.
11838         (mml-minibuffer-read-file): Use it.
11839         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11840
11841         * message.el (message-citation-line-format): New variable.
11842         (message-insert-formated-citation-line): New function.
11843         (message-citation-line-function):
11844         Add `message-insert-formated-citation-line' to custom type.
11845
11846         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11847         to doc string.
11848
11849         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11850         depending on mm-verify-option.
11851
11852 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11855         binding pgg-* variables; reimplement the section which prevents
11856         MIME header from being signed.
11857         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11858         pgg-text-mode; remove a blank line at the top of body.
11859
11860         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11861         lines at the top of body; use gnus-newsgroup-charset if there's no
11862         Charset header.
11863
11864 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * message.el (message-self-insert-commands): Doc fix.
11867
11868         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11869         (mm-uu-pgp-encrypted-test): Ditto.
11870         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11871         between header and body; return application/pgp-encrypted handle
11872         if decryption failed; decode decrypted body by charset.
11873
11874         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11875         element match to application/pgp-*.
11876
11877 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11878
11879         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11880         HTML.
11881
11882 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * mail-source.el (mail-source-call-script): Message the error
11885         string.
11886
11887 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-util.el (gnus-byte-compile): Use it.
11890
11891 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11892
11893         * gnus-util.el (kill-empty-logs): New function.
11894
11895 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * message.el (message-mail-alias-type): Doc fix.
11898         (message-mail-alias-type-p): New function.
11899         (message-send): Use it.
11900         (message-mode): Ditto.
11901         (message-strip-forbidden-properties): Ditto.
11902
11903         * ecomplete.el (ecomplete-database-file-coding-system):
11904         New variable.
11905         (ecomplete-save): Use it.
11906         (ecomplete-setup): Use it.
11907
11908 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * message.el (message-self-insert-commands): New variable.
11911         (message-strip-forbidden-properties): Use it.
11912
11913 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11916         that doesn't make XEmacs choke.
11917
11918 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-util.el (gnus-replace-in-string):
11921         Prefer replace-regexp-in-string over of replace-in-string.
11922
11923 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-util.el (gnus-select-frame-set-input-focus):
11926         Use select-frame-set-input-focus if it is available in XEmacs; use
11927         definition defined in Emacs 22 for old Emacsen.
11928
11929         * dgnushack.el: Autoload unmorse-region for XEmacs.
11930
11931         * lpath.el: Bind cursor-in-non-selected-windows and
11932         select-frame-set-input-focus for XEmacs.
11933
11934 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11937
11938 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11939
11940         * gnus-registry.el (gnus-registry-cache-save): Remove text
11941         properties when saving via the temp buffer.
11942
11943 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * message.el (message-generate-hashcash): Honor custom type.
11946
11947 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948
11949         * message.el (message-generate-hashcash): Default to non-nil when
11950         hashcash is found.
11951
11952         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11953         (gnus-refer-thread-limit): Increase default to 500.
11954
11955         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11956
11957         * flow-fill.el (fill-flowed): Allow delete-space.
11958
11959 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11962         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11963         Remove autoloads.
11964
11965 2006-04-18  Simon Josefsson  <jas@extundo.com>
11966
11967         * message.el (message-generate-hashcash): Default to.
11968
11969 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11972         concatenating segments rather than before concatenating them.
11973
11974 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11977
11978 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11979
11980         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11981
11982         * message.el (message-forward-make-body-plain):
11983         Allow message-forward-ignored-headers to be a list.
11984         (message-remove-ignored-headers): Factor out into function.
11985         (message-forward-make-body-mml): Use it.
11986
11987         * imap.el (imap-quote-specials): New function.
11988         (imap-login-auth): Quote specials.
11989
11990         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11991         (rfc2231-parse-string): Allow concatanation of parameters that
11992         aren't contiguous.  The test case is
11993           (mail-header-parse-content-type "message/external-body;
11994             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11995             access-type=LOCAL-FILE;
11996             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11997
11998 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11999
12000         * nntp.el (nntp-accept-process-output): Return the value of
12001         `nnheader-accept-process-output'.
12002
12003 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12006         (gnus-button-alist): Recognize more diff formats.
12007         (gnus-button-patch): Strip directory.
12008
12009 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12012         Emacs 22 when setting focus.
12013
12014 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12015
12016         * gnus-art.el (gnus-article-treat-types): Do treatment of
12017         text/x-verbatim parts.
12018         (gnus-button-patch): New command.
12019
12020         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12021         addresses that contain invalid characters.
12022
12023 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * message.el (message-put-addresses-in-ecomplete):
12026         Use gnus-replace-in-string.
12027         (message-is-yours-p): Use the more correct
12028         mail-header-parse-address instead of
12029         mail-extract-address-components.
12030         (message-put-addresses-in-ecomplete): Fix typo.
12031
12032         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12033         keystroke.
12034
12035         * gnus-art.el (gnus-treatment-function-alist): Change order of
12036         newsgroups/generic header folding to avoid double-folding.
12037
12038         * message.el (message-hidden-headers): Add X-Draft-From.
12039
12040         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12041         New command.
12042         (gnus-summary-repeat-search-article-backward): New command.
12043
12044         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12045         groups in the parent topic.
12046
12047 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12048
12049         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12050         (spam-extra-header-to-number): Return the CRM114 number as a
12051         number instead of a string.
12052
12053 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * gnus-art.el (gnus-face-properties-alist): Move here from
12056         gnus-fun.
12057
12058         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12059
12060 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12061
12062         * message.el (message-strip-forbidden-properties): Only display on
12063         self-insert-command.
12064
12065         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12066         reindent.
12067         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12068
12069 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12070
12071         * smiley.el (smiley-style): Fix typo.
12072
12073 2006-03-23  Kenichi Handa  <handa@m17n.org>
12074
12075         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12076         instead of set-buffer-multibyte.
12077
12078 2006-03-23  Kenichi Handa  <handa@m17n.org>
12079
12080         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12081         buffer and then decode the buffer text if necessary.
12082         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12083         first, and after mm-encode-body, change the buffer to unibyte.
12084
12085 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086
12087         * hashcash.el (hashcash-insert-payment-async-2):
12088         Use message-goto-eoh instead of doing it manually.
12089         (mail-add-payment): Use message-narrow-to-header instead of trying
12090         to do the same itself.
12091
12092         * message.el (message-hidden-headers): Add Face.
12093
12094         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12095         reparenting code.
12096         (gnus-summary-reparent-children): Refactored out code.
12097         (gnus-summary-thread-map): New keystroke.
12098         (gnus-summary-reparent-children): Make into command.
12099
12100         * smiley.el (smiley-style): Default to `medium' if using a large
12101         font.
12102
12103         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12104         does it itself.
12105
12106         * message.el (message-point-in-header-p): Simplify definition.
12107
12108 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12109
12110         * nnagent.el (nnagent-request-set-mark): Silence log file
12111         writing.
12112         (nnagent-request-set-mark): Use write-region instead of
12113         append-to-file.
12114
12115         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12116         strange select method.
12117
12118         * ecomplete.el (ecomplete-display-matches): Get highlightling
12119         right.
12120         (ecomplete-display-matches): Use literals.
12121         (ecomplete-display-matches): Disable message logging.
12122
12123         * message.el (message-display-abbrev): Small optimization.
12124
12125         * ecomplete.el (ecomplete-display-matches): Allow automatic
12126         display.
12127
12128         * message.el (message-strip-forbidden-properties):
12129         Display abbrevs.
12130         (message-display-abbrev): Get automatic display right.
12131
12132         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12133         keystrokes.
12134
12135 2006-04-13  Romain Francoise  <romain@orebokech.com>
12136
12137         TODO: Backport to v5-10!
12138
12139         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12140         Move here (and rename) from gnus-registry.el.
12141
12142         * gnus-registry.el: Require gnus-util.
12143         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12144
12145 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * gnus-group.el (gnus-group-catchup-current):
12148         Change if-then-else-if-then-else into cond.
12149         (gnus-group-catchup): Indent.
12150         (group-name-at-point): New function.
12151         (gnus-fetch-group): Provide default from thing at point.
12152
12153 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * message.el (message-display-abbrev): Fix regexp.
12156
12157         * ecomplete.el (ecomplete-highlight-match-line):
12158         Reimplement choosing.
12159         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12160         dead variables.
12161
12162         * message.el (message-newline-and-indent): Remove debugging.
12163         (message-display-abbrev): Use new implementation.
12164
12165 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * gnus-art.el (gnus-article-mode):
12168         Set cursor-in-non-selected-windows to nil.
12169
12170         * smiley.el: Revert previous change.
12171         (smiley-data-directory): defvar it before using it in the
12172         defcustom of `smiley-style'.
12173
12174 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * message.el (message-newline-and-indent): New function.
12177
12178         * ecomplete.el: Implement more bits.
12179
12180         * message.el (message-put-addresses-in-ecomplete): Clean up the
12181         string.
12182
12183         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12184
12185         * gnus-sum.el (gnus-summary-save-parts):
12186         Bind gnus-summary-save-parts-counter and use it to make unique file
12187         names.
12188
12189         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12190
12191         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12192         parameter to say whether to actually parse the individual
12193         addresses.
12194
12195         * message.el (message-put-addresses-in-ecomplete): New function.
12196         (ecomplete): Require.
12197         (message-mail-alias-type): Add ecomplete as an option.
12198
12199 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12200
12201         * flow-fill.el (fill-flowed): Remove trailing space from blank
12202         quoted lines.
12203
12204 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * smiley.el (smiley-style): Move definition later to avoid a
12207         compilation warning.
12208
12209 2006-04-12  Kenichi Handa  <handa@m17n.org>
12210
12211         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12212         buffer and then decode the buffer text if necessary.
12213         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12214         first, and after mm-encode-body, change the buffer to unibyte.
12215         Use mm-disable-multibyte instead of set-buffer-multibyte.
12216
12217 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12220         Content-Type header instead of Content-Disposition header.
12221         (gnus-mime-inline-part): Ditto.
12222         (gnus-mime-view-part-as-charset): Ignore charset that the part
12223         specifies.
12224
12225         * mm-decode.el (mm-display-part): Work with external parts and
12226         usual parts similarly.
12227
12228         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12229         instead of gnus-display-mime.
12230
12231         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12232         instead of with-temp-buffer.
12233
12234         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12235         tag to summarized topics part in order to encode non-ASCII text.
12236
12237 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * smiley.el (smiley-style): New variable.
12240         (smiley-directory): New function.
12241         (smiley-data-directory): Derive from `smiley-style' using
12242         `smiley-directory'.
12243         (smiley-regexp-alist): Add new entries.
12244
12245         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12246         (gnus-article-browse-delete-temp): Add :version.
12247
12248 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12249
12250         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12251         the sieve region.
12252
12253 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * gnus.el (gnus-version-number): Bump version.
12256
12257 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12258
12259         * gnus.el: No Gnus v0.4 is released.
12260
12261 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12262
12263         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12264         layout.
12265
12266         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12267         unknown charset.
12268
12269         * message.el (message-header-synonyms): Add Original-To to the
12270         default.
12271
12272         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12273         optional parameter.
12274
12275 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * gnus-fun.el (gnus): Require it for gnus-directory.
12278
12279 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12282
12283 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12284
12285         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12286
12287 2006-04-05  Simon Josefsson  <jas@extundo.com>
12288
12289         * password.el (password-reset): New function.
12290
12291 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12292
12293         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12294         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12295
12296 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12297
12298         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12299         Some whitespace was matched into the url, which broke browsing hits
12300         > 100 when mm-url-use-external was nil.
12301
12302 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12305         Check gnus-extra-headers for 'Newsgroups.
12306
12307         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12308         bound.
12309
12310 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12311
12312         * pgg-gpg.el: Clean up process buffers every time gpg processes
12313         complete.
12314
12315 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12318         doc string.
12319
12320 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12321
12322         * pgg-gpg.el (pgg-gpg-process-filter)
12323         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12324
12325         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12326         lines, temporary fix.
12327
12328 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12331
12332 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12333
12334         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12335         default-enable-multibyte-characters.  This reverts the change from
12336         revision 6.17 which is no longer necessary because the passphrase
12337         is sent separately now.  GnuPG messages are unreadable under
12338         multibyte locales with default-enable-multibyte-characters set to
12339         nil.
12340
12341 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * message.el (message-tool-bar-gnome): Move "spell".
12344
12345 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12348         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12349         instead.
12350
12351 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12352
12353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12354         Improve newsgroups handling for NNTP overviews which don't include
12355         Newsgroups.
12356
12357 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12358
12359         * message.el (message-resend): Bind message-generate-hashcash to nil.
12360
12361 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12362
12363         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12364         when searching for already-paid recipients.
12365
12366 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12367
12368         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12369         passphrases when it is not needed.
12370         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12371         passphrase stuff from gpg, should only be necessary when you use
12372         gpg with a smartcard.
12373
12374 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * mml.el (mml-insert-mime): Ignore cached contents of
12377         message/external-body part.
12378
12379         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12380         (mm-insert-part): Ditto.
12381
12382 2006-03-23  Simon Josefsson  <jas@extundo.com>
12383
12384         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12385         Reiner.
12386         (pgg-gpg-use-agent-p): Use it again.
12387
12388 2006-03-23  Simon Josefsson  <jas@extundo.com>
12389
12390         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12391         older emacsen.
12392         (pgg-gpg-use-agent-p): Don't use it.
12393
12394 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12397         if we can.
12398
12399 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12400
12401         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12402         (pgg-gpg-update-agent): New function.
12403         (pgg-gpg-use-agent-p): New function.
12404         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12405         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12406         (pgg-gpg-sign-region): Use it.
12407
12408 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12411         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12412
12413 2006-03-21  Simon Josefsson  <jas@extundo.com>
12414
12415         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12416         <wilde@sha-bang.de>.
12417         (pgg-gpg-use-agent): New variable.
12418         (pgg-gpg-process-region): Use it.
12419         (pgg-gpg-encrypt-region): Likewise.
12420         (pgg-gpg-encrypt-symmetric-region): Likewise.
12421         (pgg-gpg-decrypt-region): Likewise.
12422         (pgg-gpg-sign-region): Likewise.
12423         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12424
12425 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12428
12429         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12430         Add comment on version.
12431
12432 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * smiley.el: Add missing test smiley.
12435
12436 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * mm-decode.el (mm-with-part): New macro.
12439         (mm-get-part): Use it; work with message/external-body as well.
12440         (mm-save-part): Treat name and filename equally.
12441
12442         * mm-extern.el (mm-extern-cache-contents): New function.
12443         (mm-inline-external-body): Use it; force the part to be displayed;
12444         move undisplayer added to the cached handle to the parent.
12445
12446         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12447         (gnus-mime-view-part-as-type): Work with message/external-body.
12448
12449         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12450
12451 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12454         images in image-load-path.  [Sync with image.el, revision 1.60, in
12455         Emacs.]
12456
12457 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12460         path rather than symbol.  Always return list of directories.
12461         Guarantee that image directory comes first.  [Sync with image.el,
12462         revision 1.59, in Emacs.]
12463
12464         * message.el (message-make-tool-bar): Adjust to new API of
12465         `gmm-image-load-path-for-library'.
12466
12467         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12468
12469         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12470
12471 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12472
12473         * gnus-art.el (gnus-article-only-boring-p):
12474         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12475         intangible text.
12476         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12477
12478 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12481         Use `defun' instead of `gmm-defun-compat'.
12482
12483 2006-03-14  Simon Josefsson  <jas@extundo.com>
12484
12485         * message.el (message-unique-id): Don't use message-number-base36
12486         if (user-uid) is a float.
12487         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12488
12489 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12492
12493         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12494         empty line between a part and a message part.
12495
12496 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * smiley.el: Add more test smileys.
12499         (smiley-data-directory, smiley-regexp-alist)
12500         (gnus-smiley-file-types): Fix doc strings.
12501         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12502         adding new elements.
12503         (smiley-mouse-map): Unused code.  Make it a comment.
12504
12505 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12508         scan latest NoCeM messages instead of old ones.
12509         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12510         delimiters that are recently used.
12511         (gnus-nocem-load-cache): Add autoload cookie.
12512
12513         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12514
12515         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12516         level which is larger than gnus-use-nocem is specified.
12517
12518         * gnus-group.el (gnus-group-get-new-news): Ditto.
12519
12520 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * gnus-util.el (gnus-tool-bar-update): New function.
12523
12524         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12525         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12526
12527         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12528
12529         * gnus-group.el (gnus-group-redraw-when-idle)
12530         (gnus-group-redraw-check): Remove.
12531         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12532
12533 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12536         if optional last element is specified in splits (FIELD VALUE...).
12537
12538 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12541         to gmm-image-load-path-for-library.  Call with no-error argument.
12542         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12543
12544         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12545
12546         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12547
12548         * gmm-utils.el (gmm-image-load-path): Remove alias.
12549
12550 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gmm-utils.el (gmm-image-load-path): Add alias.
12553
12554         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12555         nnml-generate-nov-databases-1.
12556         (nnml-generate-nov-databases): Use it.
12557         (nnml-generate-nov-databases-directory): Document no-active
12558         argument.
12559
12560         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12561         directory if path is t.  Add no-error.
12562
12563         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12564         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12565
12566         * gnus-art.el (gnus-article-browse-delete-temp-files):
12567         Simplify resetting gnus-article-browse-html-temp-list.
12568
12569         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12570         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12571         Add example to docstring.  Rename local variables.  Move error
12572         checks to default case in cond and simplify.
12573
12574 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12577         handle is multipart when calling it recursively.
12578         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12579
12580 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12581
12582         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12583         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12584
12585 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12588         is loaded.
12589
12590         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12591         loaded.
12592
12593 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12596         to "Emacs 23 (unicode)" in doc string.
12597
12598         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12599         "Emacs 23 (unicode)" in comment.
12600
12601 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12604
12605         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12606         characters 160 through 255 in Emacs 23.
12607
12608 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12611         gnus-article-browse-html-temp.
12612         (gnus-article-browse-delete-temp): Make it customizable.
12613         Add `file'.  Adjust doc string.
12614         (gnus-article-browse-delete-temp-files): Add argument.
12615         Allow query for each file.  Adjust doc string.
12616         (gnus-article-browse-html-parts):
12617         Add `gnus-article-browse-delete-temp-files' to
12618         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12619
12620 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12621
12622         * gnus-art.el (gnus-article-browse-html-temp)
12623         (gnus-article-browse-delete-temp): New variables.
12624         (gnus-article-browse-delete-temp-files): New function.
12625         (gnus-article-browse-html-parts): Use it.
12626
12627 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12630
12631         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12632         string.
12633
12634         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12635         gnus-summary-insert-new-articles when unplugged.
12636         Remove gnus-summary-search-article-forward.
12637
12638         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12639         display-visual-class instead of display-color-cells.
12640
12641 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * dgnushack.el: Autoload customize-group for XEmacs.
12644
12645         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12646         message/* containing non-ASCII text properly.
12647
12648 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * message.el: Require gmm-utils, remove autoloads.
12651         (message-tool-bar): Set default based on
12652         gmm-tool-bar-style.
12653         (message-tool-bar-gnome): Add gmm-customize-mode.
12654
12655         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12656         gmm-tool-bar-style.
12657         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12658
12659         * gnus-group.el (gnus-group-tool-bar): Set default based on
12660         gmm-tool-bar-style.
12661         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12662
12663         * gmm-utils.el (gmm-image-directory): Rename variable from
12664         gmm-image-load-path.
12665         (gmm-image-load-path): Use gmm-image-directory.
12666         (gmm-customize-mode): New function.
12667         (gmm-tool-bar-style): New variable.
12668
12669         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12670         gnus-group-redraw-line-number.
12671         (gnus-group-redraw-check): Simplify.
12672         (gnus-group-tool-bar-update): Remove redraw check.
12673         (gnus-group-make-tool-bar): Add redraw check.
12674
12675 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12676
12677         * gnus-art.el (gnus-button): Add missing parentheses.
12678
12679 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * lpath.el: Fbind line-number-at-pos.
12682
12683 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12686
12687 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-art.el (gnus-button): New face.
12690         (gnus-article-button-face): Use it.
12691
12692         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12693         Add gnus-summary-next-page.  Re-order.
12694
12695         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12696         next-node are now included.
12697         (gnus-group-redraw-line-number): New internal variable.
12698         (gnus-group-redraw-check): Helper function for updating the tool
12699         bar.
12700         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12701
12702         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12703
12704         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12705         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12706         Use it to match format of Spamassassin 3.0 and later.
12707         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12708         (spam-check-bogofilter)
12709         (spam-bogofilter-register-with-bogofilter): Fix args of
12710         `gnus-error' calls.
12711
12712 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12715         unnecessary interaction when sending queued mails.
12716         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12717
12718 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12721         first or last are nil.
12722
12723 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12724
12725         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12726
12727 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12730
12731 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12732
12733         * dns.el (query-dns): Protect more against buggy tcp output.
12734
12735 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12738         nov.php.
12739
12740 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12741
12742         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12743         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12744         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12745         output on the server side.
12746         (nnweb-google-create-mapping): Update regexps and add some
12747         progress indication.
12748
12749 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * gnus-group.el (gnus-group-tool-bar-gnome):
12752         Fix gnus-agent-toggle-plugged.  Re-order icons.
12753         (gnus-group-tool-bar-gnome):
12754         Add gnus-group-{prev,next}-unread-group.
12755         (gnus-group-tool-bar-gnome): Re-order icons.
12756
12757         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12758         Move gnus-summary-insert-new-articles.
12759
12760         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12761         Fix comments.
12762
12763         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12764         also available in Emacs 21.3.
12765
12766         * message.el (message-fix-before-sending): Change "Emacs 22" to
12767         "Emacs 23 (unicode)" in comment.
12768
12769         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12770         "Emacs 23 (unicode)" in comment.
12771
12772         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12773         comment.
12774         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12775
12776         * mm-view.el (mm-fill-flowed): Add :version.
12777
12778 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12781         and load-path.
12782
12783 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * message.el: Autoload gmm-image-load-path.
12786         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12787         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12788         consitency.
12789
12790         * gmm-utils.el (gmm-image-load-path): Also search in
12791         "../etc/images".  Don't set gmm-image-load-path if we don't find
12792         the image.
12793
12794 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * gmm-utils.el (gmm-image-load-path): Don't make
12797         `gmm-image-load-path' include subdirectories which the second arg
12798         `image' might specify.
12799
12800         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12801         subdirectory to icon file names.
12802
12803         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12804
12805 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12808         gmm-image-load-path calls.
12809
12810         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12811
12812         * message.el (message-make-tool-bar): Ditto.
12813
12814         * mml.el (mml-preview): Add comment concerning tool bar icons.
12815
12816         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12817         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12818
12819         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12820         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12821
12822         * message.el (message-tool-bar-gnome): Use new icon names.
12823         (message-make-tool-bar): Use `gmm-image-load-path'.
12824
12825         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12826         New functions from MH-E.
12827         (gmm-image-load-path): New variable from MH-E.
12828         (gmm-image-load-path): New function from MH-E.  Add arguments
12829         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12830         *-image-load-path-called-flag.
12831
12832 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12833
12834         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12835
12836 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12837
12838         * nnimap.el (nnimap-request-move-article): Change folder back to
12839         source group before deleting.
12840
12841 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12844
12845         * gnus-art.el (mm-url-insert-file-contents-external):
12846         Autoload mm-url.
12847
12848         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12849
12850 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12853         coding system which mm-charset-to-coding-system returns for a
12854         given charset is valid.
12855
12856 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12857
12858         * html2text.el (html2text-remove-tag-list):
12859         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12860
12861 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12862
12863         * gnus-cus.el: Revert 2005-10-17 change.
12864
12865 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-art.el (article-strip-banner):
12868         Call article-really-strip-banner only when the regexp match is made.
12869
12870 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-art.el (article-strip-banner):
12873         Use gnus-extract-address-components instead of
12874         mail-header-parse-addresses to make it work with non-ASCII text;
12875         remove mail-encode-encoded-word-string.
12876
12877         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12878         values which are surrounded with \"...\"; make it never cause a
12879         Lisp error; give up parsing of parameters if it failed in
12880         extracting type.
12881
12882 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12883
12884         * smime.el (smime-cert-by-ldap-1): Fix bug where
12885         `smime-ldap-search' returns results without userCertificates.
12886
12887 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12890
12891 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * spam.el (spam-check-spamassassin-headers): Adapt format for
12894         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12895         <ari@mbf.ocn.ne.jp>.
12896         (spam-list-of-processors): Add spam-use-gmane.
12897
12898 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12901         make-temp-file; make it work with XEmacs as well.
12902
12903         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12904         mm-make-temp-file.
12905
12906         * mm-decode.el (mm-display-external): Use the 3rd arg of
12907         mm-make-temp-file.
12908         (mm-create-image-xemacs): Ditto.
12909
12910 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12913         with message-narrow-to-headers.
12914         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12915         (gnus-draft-check-draft-articles): New function.
12916         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12917
12918 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-art.el (gnus-article-browse-html-parts):
12921         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12922         Don't use suffix argument for mm-make-temp-file for Emacs 21
12923         compatibility.  Remove useless `format'.
12924
12925 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12926
12927         * nnweb.el (nnweb-google-wash-article): Update regexps.
12928         (nnweb-group-alist): Use defvoo instead of defvar.
12929
12930 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12933         re-loading nn* modules.
12934
12935 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12938         for `tool-bar-mode' and don't check it's default-value.
12939
12940         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12941
12942         * message.el (message-make-tool-bar): Ditto.
12943
12944         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12945         `substring'.  Shorten tmp-file name.
12946
12947         * gnus.el: Remove bogus comment.
12948
12949 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12950
12951         * gnus-art.el (gnus-article-browse-html-parts): New function.
12952         (gnus-article-browse-html-article): New function for viewing html
12953         articles with a browser.
12954
12955 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12956
12957         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12958         in elisp.
12959         (pgg-gpg-encrypt-symmetric-region): Ditto.
12960         (pgg-gpg-sign-region): Ditto.
12961
12962         * pgg-def.el (pgg-text-mode): New variable.
12963
12964         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12965         (mml2015-pgg-encrypt): Ditto.
12966
12967         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12968         (mml1991-pgg-encrypt): Ditto.
12969
12970 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * nnfolder.el (nnfolder-insert-newsgroup-line):
12973         Use message-make-date instead of current-time-string.
12974
12975         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12976         to gnus-decoded which mm-uu might set.
12977
12978 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12981         don't decode quoted parameters; remove misimported Emacs code.
12982         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12983         (rfc2231-decode-encoded-string): Don't use split-string which
12984         behaves differently according to Emacs version; use
12985         mm-decode-coding-region to convert charset to coding-system.
12986         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12987         (rfc2231-encode-string): Remove misimported Emacs code.
12988
12989 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12992         when calling mail-header-parse-content-type.
12993         (article-de-quoted-unreadable): Ditto.
12994         (article-de-base64-unreadable): Ditto.
12995         (article-wash-html): Ditto.
12996
12997         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12998         calling mail-header-parse-content-type and
12999         mail-header-parse-content-disposition.
13000         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13001         mail-header-parse-content-type.
13002
13003         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13004         insert charset and format parameters; encode description after
13005         inserting it to buffer.
13006         (mml-insert-parameter): Fold lines properly even if a parameter is
13007         segmented into two or more lines; change the max column to 76.
13008
13009         * rfc1843.el (rfc1843-decode-article-body): Don't use
13010         ignore-errors when calling mail-header-parse-content-type.
13011
13012         * rfc2231.el (rfc2231-parse-string): Return at least type if
13013         possible; don't cause an error even if it fails in parsing of
13014         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13015         (rfc2231-encode-string): Don't break lines at the beginning, leave
13016         it to mml-insert-parameter.
13017
13018         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13019         calling mail-header-parse-content-type.
13020
13021 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * spam-report.el (spam-report-gmane-use-article-number):
13024         Improve doc string.
13025         (spam-report-gmane-internal): Check if a suitable header was found
13026         in the article.
13027
13028 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13031         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13032
13033 2006-02-05  Romain Francoise  <romain@orebokech.com>
13034
13035         Update copyright notices of all files in the gnus directory.
13036
13037 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13038
13039         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13040
13041 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13044         segmented lines of parameter value to cope with Thunderbird 1.5
13045         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13046         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13047         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13048
13049 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13050
13051         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13052         parts.
13053
13054 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13055
13056         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13057         there's only one active file for all servers.
13058         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13059         solid groups.  Gnus might have used a FAST request to select the group.
13060         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13061         and nnweb-search redundantly in the active file.
13062         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13063         (nnweb-request-create-group): Don't use ARGS.
13064         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13065         initialisations.  Let nnoo do the work.
13066
13067 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13070         Say the part has been decoded.
13071
13072         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13073
13074 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13075
13076         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13077         mailcap-viewer-test-cache when there's no 'test clause, since that
13078         will invert the meaning of a "nil" test previously determined by
13079         mailcap-mailcap-entry-passes-test.
13080
13081 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13084         compiling.
13085
13086         * gnus-sum.el: Ditto.
13087
13088         * message.el: Don't bind tool-bar-map when compiling.
13089
13090 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13093
13094 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13095
13096         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13097         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13098         current Google Groups.
13099
13100 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13103         and tool-bar-mode.
13104
13105         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13106         and tool-bar-mode.
13107
13108         * message.el (message-tool-bar-update): Simplify.
13109         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13110
13111         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13112         gnus-summary-buffer.
13113         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13114         gnus-summary-reply.
13115
13116         * gmm-utils.el (gmm): Add :version.
13117
13118 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * Makefile.in (clean): New rule.
13121         (distclean): Use it.
13122
13123 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13124
13125         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13126         Don't autoload.
13127
13128 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * gmm-utils.el (gmm-verbose): Add :group.
13131
13132 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * message.el: Change some comments WRT tool-bars.
13135
13136         * gnus-sum.el (gnus-summary-tool-bar)
13137         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13138         (gnus-summary-tool-bar-zap-list): New variables.
13139         (gnus-summary-make-tool-bar): Complete rewrite using
13140         `gmm-tool-bar-from-list'.
13141
13142         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13143         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13144         New variables.
13145         (gnus-group-make-tool-bar): Complete rewrite using
13146         `gmm-tool-bar-from-list'.
13147         (gnus-group-tool-bar-update): New function.
13148
13149         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13150
13151 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13154         is dissected into a single part of which the type is the same as
13155         the given one; decode charset.
13156
13157 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13158
13159         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13160         into alists as symbol not string, since that's what
13161         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13162         look for.
13163
13164 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13167         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13168
13169         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13170
13171 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13174         (gnus-xmas-mime-security-button-menu): New function.
13175
13176         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13177         (gnus-mime-security-button-menu): New definition.
13178         (gnus-mime-security-button-map): Use them.
13179         (gnus-mime-security-button-menu): New function.
13180         (gnus-insert-mime-security-button): Addition to help echo.
13181         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13182         (gnus-mime-security-pipe-part): New functions.
13183
13184         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13185         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13186
13187         * mm-decode.el (mm-handle-set-disposition): Remove.
13188         (mm-handle-set-description): Remove.
13189
13190 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13193         (mm-w3m-standalone-supports-m17n-p): New function.
13194         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13195         w3m usage.
13196
13197         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13198         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13199
13200 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * message.el (message-tool-bar-zap-list):
13203         Use gmm-tool-bar-zap-list as custom type.
13204         (message-tool-bar-update): New function.
13205         (message-tool-bar, message-tool-bar-gnome)
13206         (message-tool-bar-retro): Add message-tool-bar-update.
13207         (message-tool-bar-gnome): Add flyspell-buffer.
13208
13209         * gnus-util.el (gnus-error): Describe `args'.
13210
13211         * gmm-utils.el (gmm-error): Describe `args'.
13212         (gmm-tool-bar-zap-list): New widget.
13213         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13214
13215 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13218         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13219         the number of recursive calls.
13220
13221         * mm-decode.el (mm-handle-set-disposition): New macro.
13222         (mm-handle-set-description): New macro.
13223
13224 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13227         encoding.
13228
13229 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * message.el (message-tool-bar-zap-list, message-tool-bar)
13232         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13233         (message-tool-bar-local-item-from-menu): Remove.
13234         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13235         (message-make-tool-bar): New function.
13236         (message-mode): Use `message-make-tool-bar'.
13237
13238         * gmm-utils.el: New file.
13239         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13240         (gmm-lazy): New widget copied from `nnmail.el'.
13241         (gmm-tool-bar-from-list): New function for creating customizable
13242         tool bars.
13243         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13244         output.
13245         (gmm): Add :prefix to defgroup.
13246
13247 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13248
13249         * gmm-utils.el (gmm-widget-p): New function.
13250
13251 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * mml.el (mml-attach-file): Describe `description' in doc string.
13254         (mml-menu): Add Emacs MIME manual and PGG manual.
13255
13256 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13257
13258         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13259
13260 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13261
13262         * nntp.el (nntp-end-of-line): Doc fix.
13263
13264 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13265
13266         * imap.el (imap-open): Handle case where buffer is a buffer
13267         object.
13268
13269 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13270
13271         * gnus-delay.el (gnus-delay): Don't autoload.
13272         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13273         to be re-loaded when customizing the `gnus-delay' group.
13274
13275 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13276
13277         * message.el (message-insert-citation-line): Use newlines.
13278
13279 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13280
13281         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13282         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13283         these routines, so the passphrase can be managed externally and
13284         passed in to the system.
13285         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13286         pgg-add-passphrase-to-cache function.
13287
13288         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13289         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13290         these routines, so the passphrase can be managed externally and
13291         passed in to the system.
13292         (pgg-pgp5-sign-region): Use new name of
13293         pgg-add-passphrase-to-cache function.
13294
13295 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13296
13297         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13298         part of the decoded armor to find the key-identifier.
13299         (pgg-gpg-lookup-key-owner): New function to return the
13300         human-readable identifier of a key owner.
13301         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13302         itself.
13303         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13304         the key value) if we have a key and can match it against a secret
13305         key.  Also, added a note pointing out fact that the prompt only
13306         indicates the first matching key.
13307
13308         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13309         pgg-decrypt-region.
13310         (pgg-add-passphrase-to-cache): Rename from
13311         `pgg-add-passphrase-cache' to reduce confusion (all callers
13312         changed).
13313         (pgg-remove-passphrase-from-cache): Rename from
13314         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13315         changed).
13316         (pgg-read-passphrase, pgg-add-passphrase-cache)
13317         (pgg-remove-passphrase-cache): Add informative docstrings.
13318         (pgg-decrypt): Convey provided passphrase in subordinate call to
13319         pgg-decrypt-region.
13320
13321 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13322
13323         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13324         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13325         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13326         'passphrase' argument, so the passphrase can be managed externally
13327         and then passed in to the system.
13328
13329         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13330         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13331         so the passphrase cache can be used reliably with identifiers
13332         besides a pgp packet's key id.
13333
13334         * pgg-gpg.el (pgg-gpg-encrypt-region)
13335         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13336         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13337         these routines, so the passphrase can be managed externally and
13338         passed in to the system.
13339
13340         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13341         'notruncate' argument, so the passphrase cache can be used
13342         reliably with identifiers besides a pgp packet's key id.
13343
13344 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13345
13346         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13347         symmetric encryption.
13348         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13349         encrypted session key.
13350         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13351         message ask for the passphrase in a proper way.
13352
13353         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13354         New user commands for symmetric encryption.
13355
13356 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13359
13360         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13361
13362 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13363
13364         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13365
13366 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * mm-decode.el (mm-inlined-types): Add application/pgp.
13369         (mm-automatic-display): Ditto.
13370
13371         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13372         part as text.
13373
13374 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * nnrss.el: Update copyright.
13377         (nnrss-opml-import): Query whether to subscribe to each entry.
13378
13379         * gnus-art.el:
13380         * gnus-sum.el:
13381         * gnus-xmas.el:
13382         * messagexmas.el:
13383         * mm-uu.el:
13384         * mm-view.el: Update copyright.
13385
13386 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * message.el (message-info): New function.
13389         (message-mode-menu): Add it.
13390         Update copyright.
13391
13392         * ChangeLog: Fix and update copyright.
13393
13394 2006-01-13  Romain Francoise  <romain@orebokech.com>
13395
13396         * message.el (message-forward-subject-name-subject): Prefer the
13397         address to 'nowhere' if the sender has no name.
13398         Fix typo.  Update copyright year.
13399
13400 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-art.el (article-wash-html):
13403         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13404         (gnus-article-wash-html-with-w3m-standalone): New function.
13405
13406         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13407         mm-inline-text-html-render-with-w3m-standalone.
13408         (mm-text-html-washer-alist): Map w3m-standalone to
13409         gnus-article-wash-html-with-w3m-standalone.
13410         (mm-inline-text-html-render-with-w3m-standalone): New function.
13411
13412 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13415         Improve LaTeX.
13416
13417 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13420         (nnrss-request-article): Render text/plain parts as HTML.
13421
13422         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13423         the buffer.
13424
13425 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13428         custom definition of `gnus-posting-styles'.
13429
13430         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13431         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13432
13433 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13436         Use nntp for bug archive.
13437
13438 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13441         parts.
13442         (nnrss-normalize-date): New function converts ISO 8601 date into
13443         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13444         (nnrss-check-group): Use it.
13445
13446 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13449
13450         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13451         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13452         (nnrss-insert-w3): Ditto.
13453
13454 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13457         the articles to be forwarded including the case where neither a
13458         number of articles nor a region is specified.
13459
13460 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * nnrss.el (nnrss-request-article): Fix last change; fill
13463         text/plain parts.
13464
13465 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13468         in text/plain part.
13469         (nnrss-check-group): Don't add excessive newline to dc:subject.
13470
13471 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13472
13473         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13474         article.
13475
13476 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13479         (nnml-use-compressed-files, nnml-save-mail): Support other
13480         comression programs such as bzip2.
13481
13482 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13483
13484         * dns.el (query-dns): Make sure we check the buffer size before
13485         removing tcp headers.
13486
13487 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13490         remove MIME buttons associated with multipart/alternative parts.
13491         (gnus-mime-display-alternative): Tag buttons using `article-type'
13492         text property.
13493
13494         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13495         associated with multipart/alternative parts.
13496
13497         * gnus-art.el (gnus-signature-separator): Fix custom type.
13498
13499         * mm-decode.el (mm-inlined-types): Fix custom type.
13500         (mm-keep-viewer-alive-types): Ditto.
13501         (mm-automatic-display): Ditto.
13502         (mm-attachment-override-types): Ditto.
13503         (mm-inline-override-types): Ditto.
13504         (mm-automatic-external-display): Ditto.
13505
13506 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * spam-report.el (spam-report-user-mail-address)
13509         (spam-report-user-agent): New variables.
13510         (spam-report-url-ping-plain): Use spam-report-user-agent.
13511
13512 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13513
13514         * gnus-art.el (gnus-button-handle-custom): Do not just use
13515         `customize-apropos' for any "M-x customize-*" button but the
13516         function called for.  Accept both the function name and its
13517         argument in order to achieve this.
13518         (gnus-button-alist): Remove support for "custom:" URL's.
13519         Pass function name to `gnus-button-handle-custom' in case of "M-x
13520         customize-*" buttons.
13521
13522 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13525         multipart/alternative and add xref to mm-discouraged-alternatives
13526         in doc string.
13527
13528         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13529         gnus-buttonized-mime-types in doc string.
13530
13531 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13534         Suggest image/.* in the doc string.
13535
13536 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13539         message-marks (Debian bug #342521).
13540
13541 2005-12-12  Simon Josefsson  <jas@extundo.com>
13542
13543         * password.el (password-read-from-cache): Add.
13544         (password-read): Use it.
13545
13546 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * rfc2047.el (rfc2047-charset-to-coding-system):
13549         Recognize us-ascii as a MIME charset.
13550
13551         * mm-bodies.el (mm-decode-content-transfer-encoding):
13552         Protect against the case where the 2nd arg TYPE is nil.
13553
13554 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * pop3.el (pop3-stream-type): Fix custom version.
13557
13558         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13559
13560 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13561
13562         * mm-decode.el (mm-display-external): Add missing cdr.
13563
13564 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13567         RFC1524) if it is in mailcap or add a suffix according to
13568         mailcap-mime-extensions when generating a temp filename; postpone
13569         deleting a temp file for 2 seconds for some wrappers, shell
13570         scripts, and so on, which might exit right after having started a
13571         viewer command as a background job.
13572
13573 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * nntp.el (nntp-marks-directory): Fix custom group.
13576
13577         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13578         steps when < 10.
13579
13580         * gnus-start.el (gnus-no-server-1):
13581         Mention `gnus-level-default-subscribed' in doc string.
13582
13583 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13584
13585         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13586         parens.
13587
13588 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-xmas.el (gnus-use-toolbar): Revert.
13591         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13592         gnus-use-toolbar is default.
13593
13594         * messagexmas.el (message-use-toolbar): Revert.
13595         (message-setup-toolbar): Use global default-toolbar if
13596         message-use-toolbar is default.
13597
13598 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13601         according to default-toolbar-visible-p.
13602
13603         * messagexmas.el (message-use-toolbar): Ditto.
13604
13605 2005-11-26  Dave Love  <fx@gnu.org>
13606
13607         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13608         (tls-program, tls-success): Provide openssl alternative.
13609
13610         * starttls.el: Doc fixes.
13611         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13612         SERVICE to PORT.
13613
13614         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13615         port null or service name.
13616         (starttls-negotiate): Autoload.
13617
13618 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * message.el (message-kill-to-signature): Fix interactive spec.
13621
13622 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * pop3.el (pop3-open-server): Recognize a string as a service name.
13625
13626 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13627
13628         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13629
13630 2005-11-23  Dave Love  <fx@gnu.org>
13631
13632         Add pop3s, pop3/starttls.
13633
13634         * pop3.el (pop3-authentication-scheme): Clarify doc.
13635         (open-tls-stream, starttls-open-stream): Autoload.
13636         (pop3-stream-type): New.
13637         (pop3-open-server): Use it.
13638
13639         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13640         for POP.
13641         (mail-source-keyword-map): Add :stream for POP.
13642         (mail-source-fetch-pop): Use pop3-stream-type.
13643
13644 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13647         of current-time-string.
13648
13649 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13650
13651         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13652         date header.
13653
13654 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13655
13656         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13657         it can seriously impact performance as it bypasses the agent's
13658         local caches.
13659
13660 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13661
13662         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13663         must be explicitly online rather than "not explicitly offline" for
13664         its flags to be synchronized.
13665
13666         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13667         that gnus-uu-unmark-thread will function correctly.
13668
13669         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13670         1024K is instead displayed as 1M.
13671
13672 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13673
13674         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13675
13676 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13677
13678         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13679
13680 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13681
13682         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13683         error message to display actual error condition.
13684         (gnus-agent-save-local): Avoid saving symbols that are bound to
13685         nil as they simply result in a warning message in
13686         gnus-agent-read-local.
13687
13688 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13691         rather than make-variable-buffer-local for file-precious-flag.
13692
13693 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13694
13695         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13696         for duplicates which are removed.  The invalid sort check then
13697         triggers a rescan after the sort as sorting may have moved
13698         duplicate entries such that they can be cheaply detected.
13699
13700 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13703
13704 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13705
13706         * gnus-agent.el (gnus-agent-article-alist-save-format):
13707         Change internal variable to a custom variable.  Change default value
13708         from compressed(2) to uncompressed(1).
13709         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13710         support for uncompressed agentview files.  Taken together, reading
13711         the agentview file should now be 6-7 times faster.
13712
13713 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13714
13715         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13716         as a buffer-local variable.  This avoids creating truncated
13717         dribble files as a result of a hang up, eg.
13718
13719 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13720
13721         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13722         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13723         XEmacs.
13724
13725 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gnus-start.el (gnus-start-draft-setup):
13728         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13729
13730         * gnus.el (gnus-splash): Change custom group.
13731         (gnus-group-get-parameter, gnus-group-parameter-value):
13732         Describe allow-list argument.
13733
13734         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13735         string.
13736
13737 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * gnus-art.el (gnus-default-article-saver): Add user-defined
13740         `function' to custom type.
13741
13742 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13743
13744         * imap.el (imap-open): Handle case where buffer is a buffer
13745         object.
13746
13747 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13750         long lines.
13751         (gnus-cache-delete-group): Wrap doc strings.
13752
13753         * gnus-agent.el (gnus-agent-rename-group)
13754         (gnus-agent-delete-group): Wrap doc strings.
13755
13756 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * messagexmas.el (message-use-toolbar): Change the valid values
13759         into default, top, bottom, left, and right.
13760         (message-toolbar-thickness): New variable.
13761         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13762         well.
13763         (message-setup-toolbar): Make it work.
13764
13765         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13766         (gnus-use-toolbar): Change the valid values into default, top,
13767         bottom, left, and right.
13768         (gnus-toolbar-thickness): New variable.
13769         (gnus-xmas-setup-toolbar): New function.
13770         (gnus-xmas-setup-group-toolbar): Use it.
13771         (gnus-xmas-setup-summary-toolbar): Use it.
13772
13773 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13774
13775         * gnus-start.el (gnus-1): Add "native" to
13776         gnus-predefined-server-alist.
13777
13778         * gnus.el (gnus-method-to-server): Don't add "native" to the
13779         lists here, because that leads to problems when
13780         gnus-select-method is bound.
13781
13782 2005-11-09  Simon Josefsson  <jas@extundo.com>
13783
13784         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13785         use (not sort-by-date) instead.
13786
13787 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13788
13789         * gnus-delay.el (gnus-delay-group): Don't autoload.
13790         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13791         to be re-loaded when customizing the `gnus-delay' group.
13792
13793 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13794
13795         * message.el: Revert last changes.
13796         (message-insert-citation-line): Use newlines.
13797
13798 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13799
13800         * message.el (message-courtesy-message)
13801         (message-mark-insert-begin, message-mark-insert-end)
13802         (message-elide-ellipsis, message-cancel-message)
13803         (message-add-header, message-change-subject)
13804         (message-cross-post-followup-to-header)
13805         (message-cross-post-insert-note, message-reduce-to-to-cc)
13806         (message-widen-reply, message-delete-not-region)
13807         (message-kill-to-signature, message-insert-signature)
13808         (message-insert-importance-high, message-insert-importance-low)
13809         (message-insert-or-toggle-importance)
13810         (message-insert-disposition-notification-to)
13811         (message-indent-citation, message-yank-original)
13812         (message-cite-original-without-signature, message-cite-original)
13813         (message-insert-citation-line, message-position-on-field)
13814         (message-fix-before-sending, message-send-mail-partially)
13815         (message-send-mail, message-send-mail-with-sendmail)
13816         (message-send-mail-with-qmail, message-send-news)
13817         (message-check-news-header-syntax, message-generate-headers)
13818         (message-insert-courtesy-copy, message-fill-address)
13819         (message-fill-header, message-shorten-references)
13820         (message-setup-1, message-cancel-news)
13821         (message-forward-make-body-plain, message-forward-make-body-mime)
13822         (message-forward-make-body-mml, message-encode-message-body)
13823         (message-forward-make-body-digest-plain)
13824         (message-forward-make-body-digest-mime)
13825         (message-use-alternative-email-as-from): Insert `hard-newline'
13826         instead of ordinary newlines.
13827
13828 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * message.el (message-generate-headers): Downcase the argument
13831         given to message-check-element.
13832
13833 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13834
13835         * nntp.el (nntp-authinfo-rejected): New error condition.
13836         (nntp-wait-for): Use new error condition to signal authentication
13837         error.
13838         (nntp-retrieve-data): Rethrow new error condition to break out of
13839         recursive call to nntp-send-authinfo.
13840
13841 2005-11-08  Romain Francoise  <romain@orebokech.com>
13842
13843         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13844         (gnus-summary-exit-map): Bind to `Z p'.
13845         (gnus-summary-make-menu-bar): Add menu item.
13846
13847 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13850         (gnus-treat-*): Add `first' in all doc strings.
13851
13852         * gnus-group.el (gnus-group-compact-group): Fix typo.
13853
13854 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus.el (gnus-parameters-case-fold-search): New variable.
13857         (gnus-parameters-get-parameter): Use it.
13858
13859         * gnus-score.el (gnus-home-score-file): Doc fix.
13860
13861 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13862
13863         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13864
13865 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * mm-util.el (mm-special-display-p): New function.
13868
13869         * mml.el (mml-preview): Use it; doc fix.
13870
13871 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13872
13873         * imap.el (imap-open): Handle case where buffer is a buffer object.
13874
13875 2005-10-29  Romain Francoise  <romain@orebokech.com>
13876
13877         * message.el (message-fix-before-sending): Fix comment.
13878
13879 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13880
13881         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13882
13883 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13884
13885         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13886         Used in gnus-score.el.
13887
13888 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13891
13892 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13895         whitespace removed in revision 7.8.  Use concatenated string to
13896         protect trailing whitespace.
13897
13898 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13899
13900         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13901         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13902         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13903         Courier IMAP ("some version from 2004").  Mostly based on similar
13904         code in the same function.
13905
13906 2005-10-26  Didier Verna  <didier@xemacs.org>
13907
13908         * gnus-group.el (gnus-group-compact-group): Invalidate original
13909         article buffer.
13910         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13911         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13912         NOV database and in article itself.
13913         Invalidate article backlog.
13914
13915 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13918
13919 2005-10-26  Simon Josefsson  <jas@extundo.com>
13920
13921         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13922         part of 2004-07-25 change.
13923
13924 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * message.el (message-display-completion-list): New function.
13927         (message-expand-group): Use it; make sure the Completions buffer
13928         is modifiable.
13929 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13930
13931         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13932         user-mail-name is an empty string.
13933
13934 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13937         depending on gnus-score-decay-constant.
13938
13939         * encrypt.el (encrypt-insert-file-contents)
13940         (encrypt-write-file-contents): Don't use `gnus-message'.
13941
13942         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13943         arguments.
13944         (mm-uu-type-alist): Add message-marks and insert-marks.
13945         Pass arguments to mm-uu-verbatim-marks-extract.
13946         (mm-uu-hide-markers): New variable.
13947         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13948
13949         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13950         (gnus-convert-image-to-face-command): Use "convert" by default to
13951         allow other input image formats.
13952         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13953         accordingly.
13954
13955 2005-10-23  Simon Josefsson  <jas@extundo.com>
13956
13957         * imap.el (imap-gssapi-program): Align command line parameters
13958         with latest GNU SASL.
13959         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13960
13961 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13962
13963         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13964         HTML.
13965         (nnslashdot-request-article): Ditto.
13966
13967         * lpath.el (featurep): Add nobreak-char-display.
13968
13969 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13970
13971         * mail-source.el (mail-source-fetch-pop): Require pop3.
13972         (mail-source-check-pop): Ditto.
13973
13974 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13977         errors.
13978
13979 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13982         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13983
13984         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13985
13986         * mm-bodies.el (mm-decode-string):
13987         Call `mm-charset-to-coding-system' with allow-override argument.
13988
13989 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13992         (rfc2047-charset-to-coding-system): New function.
13993         (rfc2047-decode-encoded-words): New function.
13994         (rfc2047-decode-region): Use them.
13995         (rfc2047-decode-cte): Remove.
13996         (rfc2047-parse-and-decode): Remove.
13997         (rfc2047-decode): Remove.
13998
13999 2005-10-15  Kenichi Handa  <handa@m17n.org>
14000
14001         * rfc2047.el (rfc2047-decode-cte): New function.
14002         (rfc2047-decode-region): Change the way to decode successive
14003         encoded-words: decode B- or Q-encoding in each encoded-word,
14004         concatenate them, and decode it as charset.
14005
14006 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * lpath.el: Fbind codepage-setup for XEmacs.
14009
14010 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14011
14012         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14013         widget-move-and-invoke.
14014         (gnus-custom-mode): Use gnus-custom-map.
14015
14016 2005-10-15  Bill Wohler  <wohler@newt.com>
14017
14018         * message.el (message-tool-bar-map): Rename image file from
14019         mail_send to mail/send.
14020
14021 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14022
14023         * message.el (message-expand-group): Pass the common
14024         prefix substring of completion to `display-completion-list'.
14025
14026 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * mml-sec.el (mml-secure-method): New internal variable.
14029         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14030         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14031         New functions using mml-secure-method.
14032
14033         * mml.el (mml-mode-map): Add key bindings for those functions.
14034         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14035         Harder <harder@myrealbox.com>.
14036         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14037         Goto end of message if point is the headers of the message.
14038
14039         * message.el (message-in-body-p): New function.
14040
14041         * assistant.el: Autoload gnus-util and netrc.
14042
14043         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14044         Use `mm-charset-override-alist' only when decoding.
14045
14046         * mm-bodies.el (mm-decode-body):
14047         Call `mm-charset-to-coding-system' with allow-override argument.
14048
14049         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14050         `filename' from Content-Disposition if Content-Type doesn't
14051         provide `name'.
14052         (gnus-mime-view-part-as-type): Set default instead of
14053         initial-input.
14054
14055 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14056
14057         * format-spec.el (format-spec): Propagate text properties of % spec.
14058
14059 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * gnus-art.el (gnus-treat-predicate): Add `first'.
14062
14063 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14066         (mm-charset-override-alist): New variable.
14067         (mm-charset-to-coding-system): Use it.
14068         (mm-codepage-setup): New helper function.
14069         (mm-charset-eval-alist): New variable.
14070         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14071         Warn about unknown charsets.
14072
14073         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14074
14075 2005-10-04  David Hansen  <david.hansen@gmx.net>
14076
14077         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14078         (nnrss-check-group): Ditto.
14079
14080 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14083         Rename x-gnus-verbatim to x-verbatim.
14084         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14085
14086         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14087         x-verbatim.
14088
14089         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14090
14091         * gnus-util.el (gnus-remove-duplicates): Remove.
14092
14093         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14094         instead of gnus-remove-duplicates.
14095
14096         * message.el (message-remove-duplicates): Remove.
14097         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14098         message-remove-duplicates.
14099
14100         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14101         available, else use implementation from `delete-dups'.
14102
14103         * message.el (message-insert-expires): New function.
14104         (message-mode-map): Add key binding.
14105         (message-mode-field-menu): Add menu entry.
14106         (message-mode): Document it.
14107         (message-make-expires-date): Use `message-make-date'.
14108
14109 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14110
14111         * message.el (message-make-expires-date): New function.
14112
14113 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * Makefile.in (list-installed-shadows): New entry.
14116         (install): Use it.
14117         (remove-installed-shadows): New entry.
14118
14119         * dgnushack.el (dgnushack-default-load-path): New variable.
14120         (dgnushack-find-lisp-shadows): New function.
14121         (dgnushack-remove-lisp-shadows): New function.
14122
14123 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * Makefile.in (install-el-elc): New entry.
14126         (install): Use it so that .el files are necessarily installed.
14127
14128 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14131
14132 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14133
14134         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14135         function rather than the diff-mode.el package.
14136         (mm-display-external): Use with-current-buffer.
14137         (mm-viewer-completion-map, mm-viewer-completion-map):
14138         Move initialization inside declaration.
14139
14140 2005-09-29  Simon Josefsson  <jas@extundo.com>
14141
14142         * spam.el: Load hashcash when compiling, to avoid warnings.
14143         Don't autoload mail-check-payment.
14144         (spam-check-hashcash): Define unconditionally, since hashcash.el
14145         is part of Gnus now.  Ignore errors from payment checking.
14146
14147 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * message.el (message-bold-region, message-unbold-region):
14150         Rename from `bold-region' and `unbold-region'.
14151
14152         * message.el: Remove useless autoloads.
14153
14154 2005-09-28  Simon Josefsson  <jas@extundo.com>
14155
14156         * message.el (message-use-idna): Default to t.
14157         (message-use-idna): Test whether encoding works too.  Doc fix.
14158
14159 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * nntp.el (nntp-warn-about-losing-connection): Remove.
14162
14163 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14166         customizable.  Change default value.
14167         (mm-uu-diff-groups-regexp): Change default value.
14168         (mm-uu-type-alist): Add doc string.
14169         (mm-uu-configure): Add doc string.  Make it interactive.
14170         (mm-uu-tex-groups-regexp): New variable.
14171         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14172         (mm-uu-type-alist): Add LaTeX documents.
14173         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14174         of "text/verbatim".
14175         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14176
14177         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14178         instead of "text/verbatim".
14179
14180         * message.el (message-mark-inserted-region)
14181         (message-mark-insert-file): Use slrn style marks when called with
14182         prefix argument.
14183
14184 2005-09-27  Simon Josefsson  <jas@extundo.com>
14185
14186         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14187
14188 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14189
14190         * message.el (message-remove-duplicates): New function.
14191         Implementation borrowed from `gnus-remove-duplicates'.
14192         (message-idna-to-ascii-rhs): Also encode idna addresses in
14193         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14194         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14195         only ask about the same idna domain once per header and also tell
14196         in what header to replace the idna domain.
14197
14198         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14199         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14200         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14201         a header is decoded and not just the last one.
14202
14203 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14206         has been decoded.
14207
14208         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14209         (mm-insert-part): Don't modify text if it has been decoded.
14210
14211         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14212         decoded.
14213
14214         * mm-view.el (mm-inline-text): Don't strip text props unless
14215         decoding enriched or richtext parts.
14216
14217 2005-09-25  Romain Francoise  <romain@orebokech.com>
14218
14219         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14220         * gnus-start.el (gnus-subscribe-interactively):
14221         * gnus-uu.el (gnus-uu-grab-articles):
14222         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14223         space.
14224
14225 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14226
14227         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14228         * mm-view.el (mm-view-pkcs7-decrypt):
14229         * gnus-sum.el (gnus-summary-limit-to-extra)
14230         (gnus-summary-respool-article, gnus-read-move-group-name):
14231         * gnus-score.el (gnus-summary-increase-score):
14232         * gnus-util.el (gnus-completing-read-with-default):
14233         * gnus-art.el (gnus-read-save-file-name)
14234         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14235         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14236         * message.el (message-check-news-header-syntax):
14237         Follow convention for reading with the minibuffer.
14238
14239 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * spam-report.el (spam-report-url-ping-plain):
14242         Use gnus-extended-version as User-Agent.
14243
14244         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14245         default value is nil.
14246
14247         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14248         (mm-uu-verbatim-marks-extract): New function.
14249         (mm-uu-extract): New face.
14250         (mm-uu-copy-to-buffer): Use it.
14251
14252         * spam-report.el (spam-report-gmane-ham): Rename from
14253         `spam-report-gmane-unspam'.
14254         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14255         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14256
14257         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14258         Autoload.
14259         (spam-report-gmane-unregister-routine):
14260         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14261
14262 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14265         (spam-report-gmane-unregister-routine): Add support for gmane
14266         unregistration.
14267
14268         * spam-report.el (spam-report-gmane-unspam)
14269         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14270         (spam-report-gmane): Change to take a single article and do unspam
14271         registration.
14272
14273 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * mm-url.el (mm-url-decode-entities): Fix regexp.
14276
14277 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14278
14279         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14280         default to nil, to be able to use Gnus at all.  If the default
14281         switches to something else, then the function should be fixed not
14282         be exceedingly slow.
14283
14284 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14285
14286         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14287         fail hard.
14288
14289         * spam-report.el: Add better Keywords line.
14290
14291         * spam.el: Add Maintainer and better Keywords line.
14292
14293 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus-art.el (gnus-article-replace-part)
14296         (gnus-mime-replace-part): New functions.
14297         (gnus-mime-action-alist, gnus-mime-button-commands)
14298         (gnus-mime-save-part-and-strip): Add file argument.
14299         (gnus-article-part-wrapper): Add interactive argument.
14300
14301         * gnus-sum.el (gnus-summary-mime-map):
14302         Add `gnus-article-replace-part'.
14303
14304 2005-09-19  Didier Verna  <didier@xemacs.org>
14305
14306         The nnml compaction feature:
14307         * nnml.el (nnml-request-compact-group): New function.
14308         * nnml.el (nnml-request-compact): New function.
14309         * gnus-int.el (gnus-request-compact-group): New function.
14310         * gnus-int.el (gnus-request-compact): New function.
14311         * gnus-group.el (gnus-group-compact-group): New function.
14312         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14313         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14314         * gnus-srvr.el (gnus-server-compact-server): New function.
14315         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14316         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14317
14318 2005-09-18  Deepak Goel  <deego@gnufans.org>
14319
14320         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14321         format spec.
14322
14323 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14326
14327 2005-09-15  Romain Francoise  <romain@orebokech.com>
14328
14329         * message.el (message-fill-paragraph): Clarify docstring.
14330
14331 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-art.el (gnus-mime-display-part): Protect against broken
14334         MIME messages.
14335
14336 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14339         before parsing header.
14340
14341 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14342
14343         * html2text.el (html2text-replace-list): Add new entities.
14344
14345 2005-09-11  Romain Francoise  <romain@orebokech.com>
14346
14347         * message.el (message-alternative-emails): Improve docstring.
14348         (message-setup-1): Call `message-use-alternative-email-as-from'
14349         after `message-setup-hook' to give it precedence over posting
14350         styles, etc.
14351         (message-use-alternative-email-as-from): Add docstring.
14352         Remove the original From header if present.
14353
14354         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14355         (nnml-save-mail): Use it.
14356
14357         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14358         articles.  Add new argument `silent'.
14359         (gnus-uu-mark-all): Report the total number of marked articles.
14360
14361 2005-09-10  Romain Francoise  <romain@orebokech.com>
14362
14363         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14364         (gnus-uu-mark-series): Likewise.
14365
14366 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * spam-report.el (spam-report-gmane): Fix generation of spam
14369         report URL.
14370
14371 2005-09-10  Simon Josefsson  <jas@extundo.com>
14372
14373         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14374         t, based on discussion on the ding list with Robert Epprecht
14375         <epprecht@solnet.ch>.
14376
14377 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * spam-report.el (spam-report-gmane): Make it work without
14380         X-Report-Spam header.  Gmane now only provides Archived-At.
14381         This is only used if `spam-report-gmane-use-article-number' is nil.
14382         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14383
14384         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14385         make `gnus-summary-sort-by-recipient' work with threading.
14386
14387         * nnweb.el (nnweb-google-wash-article): Print a message if article
14388         is not available.
14389
14390 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14391
14392         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14393         change.  Decode text/* parts content before displaying.
14394
14395 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14398
14399 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14402
14403         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14404         url-package-name, url-package-version,
14405         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14406         w3m-display-inline-images, and w3m-minor-mode-map.
14407
14408 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * message.el (message-tab-body-function): Fix mismatched custom type.
14411
14412         * gnus.el (gnus-group-change-level-function): Ditto.
14413
14414         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14415
14416         * gnus-art.el (gnus-signature-limit)
14417         (gnus-article-mime-part-function): Ditto.
14418
14419 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mml.el (mml-mode): Silence the byte compiler.
14422
14423         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14424         using `(sit-for 0)' before moving the point to the specified part;
14425         skip unbuttonized parts.
14426         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14427         return to the summary window if gnus-auto-select-part is non-nil.
14428
14429 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14432         New variables.
14433         (mml-dnd-attach-file, mml-mode): Use them.
14434
14435         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14436         Make fetching article by MID work again for Google Groups.
14437         Add FIXME concerning gnus-group-make-web-group.
14438
14439         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14440         Don't depend on Gnus by using mail-extract-address-components if
14441         gnus-extract-address-components is not bound.
14442
14443 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14444
14445         * gnus-art.el (gnus-mime-display-security): Don't display the
14446         signature, but only the signed part.
14447
14448 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14451
14452         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14453         list, not listp.
14454
14455 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14456
14457         * mm-encode.el (mm-encode-content-transfer-encoding):
14458         Likewise when encoding.
14459
14460         * mm-bodies.el (mm-decode-content-transfer-encoding):
14461         De-canonicalize CRLF for all text content types, not just
14462         text/plain.
14463
14464 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14467         valid article; point arrow and cursor at the MIME button.
14468
14469 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14472         Suggested by Dan Christensen <jdc@uwo.ca>.
14473
14474         * mm-decode.el (mm-save-part): Enable change of prompt.
14475
14476 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14477
14478         * gnus-msg.el (gnus-inews-add-send-actions):
14479         Make `message-post-method' lambda parameter ARG `&optional'.
14480
14481 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * gnus-sum.el (gnus-summary-mime-map):
14484         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14485         gnus-article-jump-to-part.
14486
14487         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14488         (gnus-article-edit-part): Use it.
14489         (gnus-article-part-wrapper): Add no-handle argument.
14490         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14491         New functions.
14492
14493 2005-08-29  Romain Francoise  <romain@orebokech.com>
14494
14495         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14496         docstring.
14497         (gnus-face-from-file): Likewise.
14498
14499 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14502         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14503         non-nil.
14504         (gnus-auto-select-part): New variable.
14505         (gnus-article-jump-to-part): New function.
14506         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14507         (gnus-mime-delete-part): Allow selecting specified part after
14508         deleting or stripping parts.
14509         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14510         part if argument is bogus.
14511
14512 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14513
14514         * gnus-art.el (w3m-minor-mode-map):
14515         * gnus-spec.el (gnus-newsrc-file-version):
14516         * gnus-util.el (nnmail-active-file-coding-system)
14517         (gnus-original-article-buffer, gnus-user-agent):
14518         * gnus.el (gnus-ham-process-destinations)
14519         (gnus-parameter-ham-marks-alist)
14520         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14521         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14522         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14523         * mm-decode.el (gnus-current-window-configuration):
14524         * mm-extern.el (gnus-article-mime-handles):
14525         * mm-url.el (url-current-object, url-package-name)
14526         (url-package-version):
14527         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14528         (smime-keys, w3m-cid-retrieve-function-alist)
14529         (w3m-current-buffer, w3m-display-inline-images)
14530         (w3m-minor-mode-map):
14531         * mml-smime.el (gnus-extract-address-components):
14532         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14533         (gnus-newsrc-hashtb, message-default-charset)
14534         (message-deletable-headers, message-options)
14535         (message-posting-charset, message-required-mail-headers)
14536         (message-required-news-headers):
14537         * mml1991.el (mc-pgp-always-sign):
14538         * mml2015.el (mc-pgp-always-sign):
14539         * nnheader.el (nnmail-extra-headers):
14540         * rfc1843.el (gnus-decode-encoded-word-function)
14541         (gnus-decode-header-function, gnus-newsgroup-name):
14542         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14543
14544 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14545
14546         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14547         the end of the date treatments.
14548
14549 2005-08-15  Simon Josefsson  <jas@extundo.com>
14550
14551         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14552         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14553         Capello and Romain Francoise.
14554         (pgg-fetch-key-function): Remove, not used?
14555         (pgg-insert-url-with-w3): Require url, to get
14556         url-insert-file-contents regardless of where it is defined.
14557
14558 2005-08-13  Romain Francoise  <romain@orebokech.com>
14559
14560         * message.el (message-cite-original-1): New function.
14561         (message-cite-original): Use it.
14562         (message-cite-original-without-signature): Ditto.
14563
14564 2005-08-08  Romain Francoise  <romain@orebokech.com>
14565
14566         * message.el (message-yank-empty-prefix): New variable.
14567         (message-indent-citation): Use it.
14568         (message-cite-original-without-signature): Respect X-No-Archive.
14569
14570 2005-08-08  Simon Josefsson  <jas@extundo.com>
14571
14572         * pgg.el: Autoload url-insert-file-contents instead of loading
14573         w3/url.
14574         (pgg-insert-url-with-w3): Don't load url here.
14575
14576 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14577
14578         * message.el (message-kill-to-signature): Don't insert newline at
14579         bol.
14580         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14581
14582 2005-08-06  Romain Francoise  <romain@orebokech.com>
14583
14584         * message.el (message-user-fqdn): Fix typo in docstring.
14585
14586 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14587
14588         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14589
14590         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14591
14592 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * mm-bodies.el (mm-encode-body): Use coding system rather than
14595         charset to encode text.
14596
14597         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14598         number of charsets if utf-8 is available (XEmacs).
14599
14600 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14603         taken from `gnus-button-mid-or-mail-regexp'.
14604         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14605         (gnus-button-alist): Improve regexp for domain part of the MIDs
14606         for news:localpart@domain buttons.
14607         (gnus-button-ctan-directory-regexp): Update.
14608
14609 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * sieve-manage.el (sieve-manage-interactive-login):
14612         Use make-local-variable rather than make-variable-buffer-local.
14613         (sieve-manage-open): Ditto.
14614         (sieve-manage-authenticate): Ditto.
14615
14616         * mml.el (mml-generate-mime-1): Make the content type default to
14617         text/plain if the filename is not specified.
14618
14619 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14622         instead of insert-buffer.
14623
14624         * message.el (message-yank-original): Ditto; set the mark at the
14625         end of the yanked message.
14626
14627 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14630         lines to scroll rather than to stop it.
14631
14632         * mml.el (mml-generate-default-type): Add doc string.
14633         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14634         default to application/octet-stream when determining the content
14635         type if it is not specified for the part or the mml contents; add
14636         a comment about mml-generate-default-type.
14637
14638 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14641         make it default to application/octet-stream when determining the
14642         content type if it is not specified for the external contents.
14643
14644 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14647         segmented parameter but also other parameters might be there.
14648
14649 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * mm-decode.el (mm-display-external): Delete temp file, directory
14652         and buffer immediately if the external process is exited.
14653
14654 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14657         fewer lines than that of scroll-margin.
14658         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14659
14660 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-article-next-page): Revert.
14663         (gnus-article-beginning-of-window): New macro.
14664         (gnus-article-next-page-1): Use it.
14665         (gnus-article-prev-page): Ditto.
14666         (gnus-article-edit-part): Use insert-buffer-substring instead of
14667         insert-buffer.
14668         (gnus-article-edit-exit): Ditto.
14669
14670         * gnus-util.el (gnus-beginning-of-window): Remove.
14671         (gnus-end-of-window): Remove.
14672
14673         * lpath.el: Don't bind header-line-format and scroll-margin.
14674
14675 2005-07-25  Simon Josefsson  <jas@extundo.com>
14676
14677         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14678         to have the url package without w3.  Reported by Daiki Ueno
14679         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14680
14681 2005-07-20  Didier Verna  <didier@xemacs.org>
14682
14683         * gnus-diary.el: Remove the description comment (nndiary is now
14684         properly documented in the Gnus manual).
14685         Fix the spelling of "Back End".
14686         * nndiary.el: Ditto.
14687         Fix the copyright notice.
14688
14689 2005-07-18  Romain Francoise  <romain@orebokech.com>
14690
14691         * gnus-sum.el (gnus-summary-to-prefix)
14692         (gnus-summary-newsgroup-prefix): New variables.
14693         (gnus-summary-from-or-to-or-newsgroups): Use them.
14694
14695 2005-07-17  Romain Francoise  <romain@orebokech.com>
14696
14697         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14698         space as it's generally not especially interesting to the user.
14699
14700 2005-07-16  Romain Francoise  <romain@orebokech.com>
14701
14702         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14703         nil to avoid prompting and file modification if one of the
14704         messages at the top of the nnfolder file contains a copyright
14705         notice.
14706         Update copyright notice.
14707
14708         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14709         instead of `current-time-string' as the latter creates a time
14710         string that is not RFC 2822 compliant (it lacks the zone).
14711         Update copyright notice.
14712
14713 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14714
14715         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14716         for text/rtf.  Display default in prompt.  Pass default for M-n.
14717
14718         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14719
14720 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14721
14722         * gnus-msg.el (gnus-button-mailto):
14723         Remove save-selected-window-window hackery because it relies on
14724         save-selected-window internals.
14725
14726 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14729         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14730         (gnus-article-prev-page): Ditto.
14731
14732         * gnus-util.el (gnus-beginning-of-window): New function.
14733         (gnus-end-of-window): New function.
14734
14735         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14736
14737 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14738
14739         * gnus-score.el (gnus-score-edit-all-score):
14740         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14741         gnus-message.
14742
14743 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14744
14745         * gnus-msg.el (gnus-button-mailto):
14746         Remove save-selected-window-window hackery because it relies on
14747         save-selected-window internals.
14748
14749 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14752         add-minor-mode.
14753         (gnus-binary-mode): Ditto.
14754
14755         * gnus-topic.el (gnus-topic-mode): Ditto.
14756
14757 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14758
14759         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14760         (gnus-article-prev-page): Take scroll-margin into consideration.
14761
14762 2005-07-04  Lute Kamstra  <lute@gnu.org>
14763
14764         Update FSF's address in GPL notices.
14765
14766 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14767
14768         * gnus.el (gnus-exit):
14769         * gnus-group.el (gnus-group-icons):
14770         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14771
14772         * gnus-nocem.el (gnus-nocem):
14773         * message.el (message-various, message-buffers, message-sending)
14774         (message-interface, message-forwarding, message-insertion)
14775         (message-headers, message-news, message-mail):
14776         * pgg-gpg.el (pgg-gpg):
14777         * pgg-parse.el (pgg-parse):
14778         * pgg-pgp.el (pgg-pgp):
14779         * pgg-pgp5.el (pgg-pgp5):
14780         * pop3.el (pop3): Finish `defgroup' description with period.
14781
14782 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * gnus-art.el (article-display-face): Improve the efficiency.
14785         (article-display-x-face): Ditto; remove grey x-face stuff.
14786
14787 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-art.el (article-display-face): Correct the position in
14790         which Faces are inserted.
14791
14792 2005-06-29  Didier Verna  <didier@xemacs.org>
14793
14794         * gnus-art.el (article-display-face): Display faces in correct
14795         order.
14796
14797 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14800         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14801         (gnus-nocem-check-article): Fetch the Type header.
14802         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14803         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14804         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14805         make sure gnus-nocem-hashtb is initialized.
14806         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14807         (gnus-nocem-unwanted-article-p): Ditto.
14808
14809         * pgg.el (pgg-verify): Return the verification result.
14810
14811 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14814         is ascii.
14815
14816 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14817
14818         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14819         `show-nonbreak-escape'.
14820
14821 2005-06-23  Lute Kamstra  <lute@gnu.org>
14822
14823         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14824
14825         * dig.el (dig-mode):
14826         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14827
14828 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14829
14830         * nnimap.el (nnimap-split-download-body): Fix spellings.
14831
14832 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14833
14834         * gnus-art.el (gnus-article-encrypt-body):
14835         * gnus-cus.el (gnus-score-customize):
14836         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14837         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14838
14839 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14840
14841         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14842         header by looking for magic "MII" at the beginnig.
14843
14844 2005-06-16  Miles Bader  <miles@gnu.org>
14845
14846         * gnus-xmas.el (gnus-xmas-group-startup-message):
14847         Use renamed gnus-splash face.
14848
14849         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14850         (assistant-field-face): New backward-compatibility alias for renamed
14851         face.
14852         (assistant-render-text): Use renamed assistant-field face.
14853
14854         * spam.el (spam): Remove "-face" suffix from face name.
14855         (spam-face): New backward-compatibility alias for renamed face.
14856         (spam-face, spam-initialize): Use renamed spam face.
14857
14858         * message.el (message-header-to, message-header-cc)
14859         (message-header-subject, message-header-newsgroups)
14860         (message-header-other, message-header-name)
14861         (message-header-xheader, message-separator, message-cited-text)
14862         (message-mml): Remove "-face" suffix from face names.
14863         (message-header-to-face, message-header-cc-face)
14864         (message-header-subject-face, message-header-newsgroups-face)
14865         (message-header-other-face, message-header-name-face)
14866         (message-header-xheader-face, message-separator-face)
14867         (message-cited-text-face, message-mml-face):
14868         New backward-compatibility aliases for renamed faces.
14869         (message-font-lock-keywords): Use renamed message faces.
14870
14871         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14872         (sieve-test-commands, sieve-tagged-arguments):
14873         Remove "-face" suffix from face names.
14874         (sieve-control-commands-face, sieve-action-commands-face)
14875         (sieve-test-commands-face, sieve-tagged-arguments-face):
14876         New backward-compatibility aliases for renamed faces.
14877         (sieve-control-commands-face, sieve-action-commands-face)
14878         (sieve-test-commands-face, sieve-tagged-arguments-face):
14879         Use renamed sieve faces.
14880
14881         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14882         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14883         (gnus-group-news-3-empty, gnus-group-news-4)
14884         (gnus-group-news-4-empty, gnus-group-news-5)
14885         (gnus-group-news-5-empty, gnus-group-news-6)
14886         (gnus-group-news-6-empty, gnus-group-news-low)
14887         (gnus-group-news-low-empty, gnus-group-mail-1)
14888         (gnus-group-mail-1-empty, gnus-group-mail-2)
14889         (gnus-group-mail-2-empty, gnus-group-mail-3)
14890         (gnus-group-mail-3-empty, gnus-group-mail-low)
14891         (gnus-group-mail-low-empty, gnus-summary-selected)
14892         (gnus-summary-cancelled, gnus-summary-high-ticked)
14893         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14894         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14895         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14896         (gnus-summary-low-undownloaded)
14897         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14898         (gnus-summary-low-unread, gnus-summary-normal-unread)
14899         (gnus-summary-high-read, gnus-summary-low-read)
14900         (gnus-summary-normal-read, gnus-splash):
14901         Remove "-face" suffix from face names.
14902         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14903         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14904         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14905         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14906         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14907         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14908         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14909         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14910         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14911         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14912         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14913         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14914         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14915         (gnus-summary-normal-ticked-face)
14916         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14917         (gnus-summary-normal-ancient-face)
14918         (gnus-summary-high-undownloaded-face)
14919         (gnus-summary-low-undownloaded-face)
14920         (gnus-summary-normal-undownloaded-face)
14921         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14922         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14923         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14924         (gnus-splash-face):
14925         New backward-compatibility aliases for renamed faces.
14926         (gnus-group-startup-message): Use renamed gnus faces.
14927
14928         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14929         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14930         (gnus-server-agent): Remove "-face" suffix from face names.
14931         (gnus-server-agent-face, gnus-server-opened-face)
14932         (gnus-server-closed-face, gnus-server-denied-face)
14933         (gnus-server-offline-face):
14934         New backward-compatibility aliases for renamed faces.
14935         (gnus-server-agent-face, gnus-server-opened-face)
14936         (gnus-server-closed-face, gnus-server-denied-face)
14937         (gnus-server-offline-face): Use renamed gnus faces.
14938
14939         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14940         Remove "-face" suffix from face names.
14941         (gnus-picon-xbm-face, gnus-picon-face):
14942         New backward-compatibility aliases for renamed faces.
14943
14944         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14945         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14946         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14947         (gnus-cite-11): Remove "-face" suffix from face names.
14948         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14949         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14950         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14951         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14952         New backward-compatibility aliases for renamed faces.
14953         (gnus-cite-attribution-face, gnus-cite-face-list)
14954         (gnus-article-boring-faces): Use renamed gnus faces.
14955
14956         * gnus-art.el (gnus-signature, gnus-header-from)
14957         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14958         (gnus-header-content): Remove "-face" suffix from face names.
14959         (gnus-signature-face, gnus-header-from-face)
14960         (gnus-header-subject-face, gnus-header-newsgroups-face)
14961         (gnus-header-name-face, gnus-header-content-face):
14962         New backward-compatibility aliases for renamed faces.
14963         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14964
14965         * gnus-sum.el (gnus-summary-selected-face)
14966         (gnus-summary-highlight): Use renamed gnus faces.
14967         * gnus-group.el (gnus-group-highlight): Likewise.
14968
14969 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14970
14971         * gnus-sieve.el (gnus-sieve-article-add-rule):
14972         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14973         * spam-stat.el (spam-stat-buffer-change-to-spam)
14974         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14975
14976         * message.el (message-is-yours-p):
14977         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14978
14979 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * mm-view.el (mm-inline-text): Withdraw the last change.
14982
14983 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14986         executing enriched-decode.
14987
14988 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14991         charset of tar files.
14992
14993 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14994
14995         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14996
14997 2005-06-04  Lute Kamstra  <lute@gnu.org>
14998
14999         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15000         information is never recorded.
15001
15002 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15003
15004         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15005
15006 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * pop3.el (pop3-apop): Run md5 in the binary mode.
15009
15010         * starttls.el (starttls-set-process-query-on-exit-flag):
15011         Use eval-and-compile.
15012
15013 2005-05-31  Simon Josefsson  <jas@extundo.com>
15014
15015         * smime.el (smime-replace-in-string): Define.
15016         (smime-cert-by-ldap-1): Use it.
15017
15018 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (article-display-x-face): Replace
15021         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15022
15023         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15024         set-process-query-on-exit-flag or process-kill-without-query.
15025
15026         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15027         loop instead of replace-regexp.
15028
15029         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15030         instead of process-kill-without-query if it is available.
15031
15032         * lpath.el: Fbind ldap-search-entries.
15033
15034         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15035         instead of find-file-hooks if it is available.
15036
15037         * mml1991.el: Bind pgg-default-user-id when compiling.
15038
15039         * mml2015.el: Bind pgg-default-user-id when compiling.
15040
15041         * nndraft.el (nndraft-request-associate-buffer):
15042         Use write-contents-functions instead of write-contents-hooks if it is
15043         available.
15044
15045         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15046         instead of find-file-hooks if it is available.
15047
15048         * nntp.el (nntp-open-connection): Replace
15049         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15050         (nntp-open-ssl-stream): Ditto.
15051         (nntp-open-tls-stream): Ditto.
15052
15053         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15054         set-process-query-on-exit-flag or process-kill-without-query.
15055         (starttls-open-stream-gnutls): Use it instead of
15056         process-kill-without-query.
15057         (starttls-open-stream): Ditto.
15058
15059 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15060
15061         * smime.el (smime-cert-by-ldap-1): Don't use
15062         replace-regexp-in-string.
15063
15064 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15065
15066         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15067
15068         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15069         in PEM format.  Adjust to the XEmacs compability.
15070
15071 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15074         by `string-to-number'.
15075         * gnus-agent.el (gnus-agent-regenerate-group)
15076         (gnus-agent-fetch-articles): Ditto.
15077         * gnus-art.el (gnus-button-fetch-group): Ditto.
15078         * gnus-cache.el (gnus-cache-generate-active)
15079         (gnus-cache-articles-in-group): Ditto.
15080         * gnus-group.el (gnus-group-set-current-level)
15081         (gnus-group-insert-group-line): Ditto.
15082         * gnus-score.el (gnus-score-set-expunge-below)
15083         (gnus-score-set-mark-below, gnus-summary-score-effect)
15084         (gnus-summary-score-entry): Ditto.
15085         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15086         (gnus-soup-pack): Ditto.
15087         * gnus-spec.el (gnus-xmas-format): Ditto.
15088         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15089         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15090         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15091         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15092         * nndb.el (nndb-get-remote-expire-response): Ditto.
15093         * nndiary.el (nndiary-parse-schedule-value)
15094         (nndiary-string-to-number, nndiary-request-replace-article)
15095         (nndiary-request-article): Ditto.
15096         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15097         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15098         * nneething.el (nneething-make-head): Ditto.
15099         * nnfolder.el (nnfolder-request-article)
15100         (nnfolder-retrieve-headers): Ditto.
15101         * nnheader.el (nnheader-file-to-number): Ditto.
15102         * nnkiboze.el (nnkiboze-request-article): Ditto.
15103         * nnmail.el (nnmail-process-unix-mail-format)
15104         (nnmail-process-babyl-mail-format): Ditto.
15105         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15106         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15107         (nnmh-request-create-group, nnmh-request-list-1)
15108         (nnmh-request-group, nnmh-request-article): Ditto.
15109         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15110         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15111         * nnsoup.el (nnsoup-make-active): Ditto.
15112         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15113         * nntp.el (nntp-find-group-and-number)
15114         (nntp-retrieve-headers-with-xover): Ditto.
15115         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15116         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15117         (pgg-format-key-identifier): Ditto.
15118         * pop3.el (pop3-last, pop3-stat): Ditto.
15119         * qp.el (quoted-printable-decode-region): Ditto.
15120
15121         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15122         of concat.
15123
15124 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15127
15128         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15129
15130         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15131
15132         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15133
15134         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15135
15136         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15137
15138         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15139         (gnus-carpal-mode): Ditto.
15140
15141         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15142         (gnus-browse-mode): Ditto.
15143
15144         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15145
15146         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15147
15148 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15149
15150         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15151
15152 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-util.el (gnus-run-mode-hooks): New function.
15155
15156         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15157
15158         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15159         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15160
15161 2005-05-27  Lute Kamstra  <lute@gnu.org>
15162
15163         * dns-mode.el (dns-mode): Specify customization group.
15164
15165 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15166
15167         * gnus-agent.el (gnus-agent-make-mode-line-string):
15168         Use mode-line-highlight as mouse-face.
15169
15170 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * canlock.el (canlock): Change the parent group to news.
15173
15174         * deuglify.el (gnus-outlook-deuglify): Add :group.
15175
15176         * dig.el (dig): Add :group.
15177
15178         * dns-mode.el (dns-mode): Add :group.
15179
15180         * encrypt.el (encrypt): Add :group.
15181
15182         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15183         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15184         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15185         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15186         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15187
15188         * gnus-diary.el (gnus-diary): Add :group.
15189
15190         * gnus.el (gnus-group-news-1-face): Add :group.
15191         (gnus-group-news-1-empty-face): Ditto.
15192         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15193         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15194         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15195         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15196         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15197         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15198         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15199         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15200         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15201         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15202         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15203         (gnus-summary-high-ticked-face): Ditto.
15204         (gnus-summary-low-ticked-face): Ditto.
15205         (gnus-summary-normal-ticked-face): Ditto.
15206         (gnus-summary-high-ancient-face): Ditto.
15207         (gnus-summary-low-ancient-face): Ditto.
15208         (gnus-summary-normal-ancient-face): Ditto.
15209         (gnus-summary-high-undownloaded-face): Ditto.
15210         (gnus-summary-low-undownloaded-face): Ditto.
15211         (gnus-summary-normal-undownloaded-face): Ditto.
15212         (gnus-summary-high-unread-face): Ditto.
15213         (gnus-summary-low-unread-face): Ditto.
15214         (gnus-summary-normal-unread-face): Ditto.
15215         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15216         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15217
15218         * hashcash.el (hashcash): New custom group.
15219         (hashcash-default-payment): Add :group.
15220         (hashcash-payment-alist): Ditto.
15221         (hashcash-default-accept-payment): Ditto.
15222         (hashcash-accept-resources): Ditto.
15223         (hashcash-path): Ditto.
15224         (hashcash-extra-generate-parameters): Ditto.
15225         (hashcash-double-spend-database): Ditto.
15226         (hashcash-in-news): Ditto.
15227
15228         * message.el (message-minibuffer-local-map): Add :group.
15229
15230         * netrc.el (netrc): Add :group.
15231
15232         * sieve-manage.el (sieve-manage-log): Add :group.
15233         (sieve-manage-default-user): Diito.
15234         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15235         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15236         (sieve-manage-authenticators): Ditto.
15237         (sieve-manage-authenticator-alist): Ditto.
15238         (sieve-manage-default-port): Ditto.
15239
15240         * sieve-mode.el (sieve-control-commands-face): Add :group.
15241         (sieve-action-commands-face): Ditto.
15242         (sieve-test-commands-face): Ditto.
15243         (sieve-tagged-arguments-face): Ditto.
15244
15245         * smime.el (smime): Add :group.
15246
15247         * spam-report.el (spam-report): Add :group.
15248
15249         * spam.el (spam, spam-face): Add :group.
15250
15251 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15252
15253         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15254         return \n.\n.\n at the end of articles.  Protect against that.
15255         (nntp-with-open-group): Allow debugging.
15256
15257         * nnheader.el (mail-header-set-extra): Make into a function
15258         because I just could't understand how to quote the list properly.
15259
15260         * dns.el (query-dns-cached): New function.
15261
15262 2005-05-26  Lute Kamstra  <lute@gnu.org>
15263
15264         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15265
15266 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15269
15270         * gnus-art.el: Don't autoload mail-extract-address-components.
15271
15272         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15273         eval-and-compile to evaluate it.
15274
15275         * hashcash.el: Don't autoload executable-find.
15276
15277         * nndb.el: Don't declare the nndb back end two or more times; don't
15278         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15279
15280         * nntp.el: Autoload format-spec instead of format; use
15281         eval-and-compile to evaluate autoload forms.
15282
15283 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15284
15285         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15286
15287 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15288
15289         * gnus.el (gnus-version-number): Bump version.
15290
15291 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15292
15293         * gnus.el: No Gnus v0.3 is released.
15294
15295 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15296
15297         * lpath.el (featurep): Bind show-nonbreak-escape.
15298
15299 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-art.el (gnus-article-edit-part): Disable undo.
15302
15303 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15306         gnus-article-date-lapsed-new-header is t if date timer is active;
15307         skip headers in which the original date value is empty.
15308         (gnus-article-save-original-date): Redefine it as a macro.
15309         (gnus-display-mime): Use it.
15310
15311 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-art.el (article-date-ut): Support converting date in
15314         forwarded parts as well.
15315         (gnus-article-save-original-date): New function.
15316         (gnus-display-mime): Use it.
15317
15318 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15319
15320         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15321         enclosure element of <item>.
15322
15323 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * message.el (message-kill-buffer-query): Rename from
15326         `message-kill-buffer-query-if-modified'.  Add :version.
15327
15328 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15331         window layout.
15332
15333 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * mml.el: Autoload dnd when compiling.
15336
15337 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15340         x-dnd-*.
15341
15342 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * qp.el (quoted-printable-encode-region): Save excursion.
15345
15346 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * message.el (message-kill-buffer-query-if-modified): Add new variable
15349         so the user can kill a modified message buffer quickly.
15350         (message-kill-buffer): Use it.
15351
15352 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * lpath.el: Fbind display-time-event-handler; don't fbind
15355         string-to-multibyte.
15356
15357         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15358
15359 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15362         contained in text because xml.el decodes entities) with LFs.
15363
15364 2005-04-11  Lute Kamstra  <lute@gnu.org>
15365
15366         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15367         differently.
15368
15369 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15370
15371         * mm-util.el (mm-detect-coding-region): Typo.
15372
15373 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15376
15377 2005-04-06  Deepak Goel  <deego@gnufans.org>
15378
15379         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15380         user-function allow user modifications of the scores.
15381         (spam-stat-score-buffer-user): New function, to allow
15382         user-computed modifications to the score.
15383         (spam-stat-score-buffer-user-functions): List of additional
15384         scoring functions.
15385         (spam-stat-error-holder): Global temporary error holder.
15386         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15387         variable.
15388
15389 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15390
15391         * gnus-registry.el (gnus-registry-clean-empty-function)
15392         (gnus-registry-trim, gnus-registry-fetch-groups)
15393         (gnus-registry-delete-group): Groups that match
15394         `gnus-registry-ignored-groups' are removed from the registry
15395         entries, not just ignored for splitting.  This helps clean up the
15396         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15397         to get all the groups a message ID is in.
15398
15399         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15400         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15401         (spam-stat-score-buffer-user-functions): Add :number custom type.
15402
15403 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15406         argument in XEmacs.
15407
15408         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15409         (nnrss-request-group): Decode group name first.
15410         (nnrss-request-article): Make a text/plain article if mml-to-mime
15411         failed.
15412         (nnrss-get-encoding): Return a compatible encoding according to
15413         nnrss-compatible-encoding-alist.
15414         (nnrss-find-el): Use consp instead of listp.
15415         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15416
15417 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15420         which Emacs 20 doesn't support.
15421         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15422
15423 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15426         silence the byte compiler inside the defun.
15427
15428         * gnus-demon.el (parse-time-string): Add autoload.
15429
15430         * gnus-delay.el (parse-time-string): Add autoload.
15431
15432         * gnus-art.el (parse-time-string): Add autoload.
15433
15434         * nnultimate.el (parse-time): Require for `parse-time-string'.
15435
15436 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15439
15440         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15441
15442         * smime.el (smime-ldap-host-list): Add :version.
15443
15444 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15447         pass it to `gnus-browse-read-group'.
15448         (gnus-browse-read-group): Add NUMBER argument and pass it to
15449         `gnus-group-read-ephemeral-group'.
15450
15451         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15452         argument and pass it to `gnus-group-read-group'.
15453
15454 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15455
15456         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15457         mm-xemacs-find-mime-charset-1 if we have the mule feature
15458         available at runtime.
15459
15460 2005-03-25  Werner Lemberg  <wl@gnu.org>
15461
15462         * nnmaildir.el: Replace `illegal' with `invalid'.
15463
15464 2005-03-23  Lute Kamstra  <lute@gnu.org>
15465
15466         * time-date.el: Add comment on time value formats.
15467         Don't require parse-time.
15468         (with-decoded-time-value): New macro.
15469         (encode-time-value): New function.
15470         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15471         (days-to-time): Return a valid time value when arg is huge.
15472         (time-since): Use time-subtract.
15473         (time-to-number-of-days): Use time-to-seconds.
15474
15475 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15476
15477         * gnus-start.el (gnus-display-time-event-handler):
15478         Check display-time-timer at runtime rather than only at load time
15479         in case display-time-mode is turned off in the mean time.
15480
15481 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15484         used.
15485
15486         * nneething.el (nneething-map-file-directory): Derive from
15487         `gnus-directory'.
15488
15489         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15490         the To/Cc button.
15491
15492 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * nnmaildir.el (nnmaildir-request-accept-article):
15495         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15496
15497 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15498
15499         * gnus-async.el: Require timer-funcs at compile time when in
15500         XEmacs for `run-with-idle-timer'.
15501
15502 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15503
15504         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15505         autoloaded function.
15506
15507 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15508
15509         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15510
15511 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15512
15513         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15514
15515 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15518         Add gnus-expert-user to default.
15519
15520 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15521
15522         * nnimap.el (nnimap-open-server): Ditto.
15523
15524         * imap.el (imap-authenticate): Fix typo.
15525
15526 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15527
15528         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15529         buffer (since IMAP server might return FETCH response out of
15530         order, and the nntp buffer must be sorted).
15531
15532 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15533
15534         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15535         comparison on string.
15536
15537         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15538         (gnus-agent-score): Rename category keywords to match gnus-cus.
15539         (gnus-agent-summary-fetch-series): Modify to protect against
15540         gnus-agent-summary-fetch-group clearing processable flags.
15541         (gnus-agent-synchronize-group-flags): Update live group buffer as
15542         synchronization may occur due to the user toggle the plugged
15543         status.
15544         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15545         successfully downloaded.
15546         (gnus-agent-expire-group-1): Avoid using markers when the overview
15547         is in ascending order; greatly improves performance.
15548         (gnus-agent-regenerate-group):
15549         Use gnus-agent-synchronize-group-flags to reset read status in both
15550         gnus and server.
15551         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15552
15553 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * message.el: Don't autoload former message-utils variables.
15556         (message-strip-subject-trailing-was): Change doc string.
15557
15558         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15559         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15560         (nnweb-google-search): Add "hl=en" here.
15561         (nnweb-google-parse-1, nnweb-google-create-mapping):
15562         Don't hardcode URL.
15563
15564 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * message.el (message-get-reply-headers, message-followup):
15567         Mention related variables `message-use-followup-to' and
15568         `message-use-mail-followup-to', in the information buffer.
15569
15570         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15571         of broken groups(-beta).google.com.
15572
15573 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15574
15575         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15576         parameter to invoked gnus-request-move-article; remove the
15577         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15578         all at once instead of once per article.
15579         (gnus-summary-remove-process-mark): Accept a list of articles as
15580         well as a single article for processing.
15581
15582         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15583         parameter.
15584
15585         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15586
15587         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15588
15589         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15590         parameter.
15591
15592         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15593         parameter.
15594
15595         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15596         parameter and remove the gnus-sum-hint-move-is-internal variable.
15597
15598         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15599         parameter.
15600
15601         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15602         parameter.
15603
15604         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15605         parameter.
15606
15607         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15608
15609         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15610         parameter.
15611
15612         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15613         parameter.
15614
15615 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15616
15617         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15618         a more conservative way.
15619
15620 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15621
15622         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15623         buffer, so it moves the window's cursor.
15624
15625 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15626
15627         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15628         `mm-dissect-multipart' and receive the from field as an (optional)
15629         argument from `mm-dissect-multipart'.
15630         (mm-dissect-multipart): Receive the from field as an argument and
15631         pass it on when we call `mm-dissect-buffer' on MIME parts.
15632         Fixes verification/decryption of signed/encrypted MIME parts.
15633
15634 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15635
15636         * gnus-sum.el (gnus-summary-move-article):
15637         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15638         whatever it calls (right now, only nnimap-request-move article
15639         respects it).
15640
15641         * nnimap.el (nnimap-request-move-article):
15642         When gnus-sum-hint-move-is-internal is set, don't do the extra
15643         nnimap-request-article.
15644
15645 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15648
15649         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15650         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15651
15652         * gnus-sum.el (gnus-summary-caesar-message):
15653         Apply `gnus-treat-article' after rotation.
15654
15655         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15656         doc string.
15657
15658 2005-02-22  Simon Josefsson  <jas@extundo.com>
15659
15660         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15661         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15662         <arne@arnested.dk>.
15663         (encrypt): Add password-cache and password-cache-expiry as group
15664         members.
15665
15666 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15667
15668         * smime.el (smime-ldap-host-list): Doc fix.
15669         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15670         cache) password.
15671         (smime-sign-region): Use it.
15672         (smime-decrypt-region): Use it.
15673         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15674         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15675         fails.
15676         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15677         certificate from DER to PEM format rather than calling openssl.
15678
15679         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15680
15681         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15682         for signing/encryption.
15683
15684         * mml.el (mml-parse-1): Use them.
15685
15686 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15687
15688         * nnrss.el (nnrss-verbose): Remove.
15689         (nnrss-request-group): Use `nnheader-message' instead.
15690
15691 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15692
15693         * nnrss.el (nnrss-verbose): New variable.
15694         (nnrss-request-group): Make it say nnrss is requesting a group.
15695
15696 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15699         Handle news URL with given port correctly.
15700
15701 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15704         containing special characters.
15705
15706         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15707
15708         * mml.el (mime-to-mml): Ditto.
15709
15710         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15711         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15712         (rfc2047-decode-region): Quote decoded words containing special
15713         characters when rfc2047-quote-decoded-words-containing-tspecials
15714         is non-nil.
15715
15716 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15719
15720         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15721
15722 2005-02-15  Simon Josefsson  <jas@extundo.com>
15723
15724         * nnimap.el (nnimap-debug): Doc fix.
15725
15726         * imap.el (imap-debug): Doc fix.
15727
15728 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15731
15732 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15733
15734         * gnus.el (spam-contents): Improve docs for spam-contents
15735         parameter in its variable incarnation.
15736
15737 2005-02-14  Simon Josefsson  <jas@extundo.com>
15738
15739         * smime-ldap.el: Use require instead of load-library for ldap.
15740         (smime-ldap-search): Indent.
15741         (smime-ldap-search-internal): Shorten line.
15742
15743         * smime.el (smime-cert-by-dns): Add doc-string.
15744         (smime-cert-by-ldap-1): Indent.
15745
15746         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15747         mml-smime-get-dns-ldap.
15748         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15749
15750 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15751
15752         * smime.el: Require smime-ldap.
15753         (smime-ldap-host-list): New variable.
15754         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15755
15756         * mml-smime.el (mml-smime-encrypt-query): New function.
15757         (mml-smime-encrypt-query): Use it.
15758
15759         * smime-ldap.el: New file.
15760
15761 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15764
15765 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15768         argument in doc string.  Make query for type more clear.
15769
15770 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * gnus.el (gnus-group-startup-message): Search for gnus images in
15773         etc/images/gnus.
15774         * mm-util.el (mm-image-load-path): Likewise.
15775         * smiley.el (smiley-data-directory): Search for smilies in
15776         etc/images/smilies.
15777
15778 2005-02-09  Kim F. Storm  <storm@cua.dk>
15779
15780         Change Emacs release version from 21.4 to 22.1 throughout.
15781         Change Emacs development version from 21.3.50 to 22.0.50.
15782
15783 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15786
15787         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15788         non-Mule XEmacs as well.
15789         (mm-decompress-buffer): Signal an error intentionally if it does
15790         not decompress compressed data because auto-compression-mode is
15791         disabled.
15792
15793 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15796         an ID in the registry even if it has no groups.
15797
15798 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15801         merge it into mm-decompress-buffer.
15802         (gnus-mime-copy-part): Use the MIME part charset, the value which
15803         a user specified or gnus-newsgroup-charset for decoding, like
15804         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15805         save-buffer what was used.  Suggested by Kevin Ryde
15806         <user42@zip.com.au>.
15807         (gnus-mime-inline-part): Allow the name parameter as well as the
15808         filename parameter; force decompressing of compressed data; always
15809         display contents being not decoded as unibyte.
15810
15811         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15812         as well as the filename parameter.
15813
15814         * mm-util.el (mm-decompress-buffer):
15815         Merge gnus-mime-jka-compr-maybe-uncompress.
15816         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15817         of compressed data.
15818
15819 2005-02-08  Simon Josefsson  <jas@extundo.com>
15820
15821         * imap.el (imap-log): Doc fix.
15822
15823 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15826         the coding cookies; decompress compressed parts.
15827
15828         * mml.el (mml-generate-mime-1): Add the charset parameter according
15829         to the value which a user specified manually or the coding cookie.
15830
15831         * mm-util.el (mm-string-to-multibyte): New function.
15832         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15833         (mm-coding-system-to-mime-charset): New function.
15834         (mm-decompress-buffer): New function.
15835         (mm-find-buffer-file-coding-system): New function.
15836
15837         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15838         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15839         parts.
15840
15841 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15842
15843         * mm-view.el (mm-display-inline-fontify): Decode a part according
15844         to the charset parameter.
15845
15846 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15849         prefix arg is neither nil nor a number, as info specifies.
15850
15851 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15854         timestamps.
15855
15856 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15857
15858         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15859         groups error checking and notify user.
15860
15861 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15862
15863         * message.el (message-send-mail-function): Check existence of
15864         sendmail-program first before using default value
15865         `message-send-mail-with-sendmail'.  Otherwise use more generic
15866         `smtpmail-send-it'.
15867
15868 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * nntp.el (nntp-request-update-info): Always return nil.
15871
15872 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15873
15874         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15875
15876 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15877
15878         * message.el (message-beginning-of-line): Change the behavior when
15879         invoked between BOL and : so that it first moves backward.
15880
15881 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15884         article buffer when editing of the article is discarded.
15885         (gnus-article-prepare): Revert.
15886
15887 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * gnus-art.el (gnus-article-prepare):
15890         Remove message-strip-forbidden-properties from the local hook.
15891
15892 2005-01-27  Simon Josefsson  <jas@extundo.com>
15893
15894         * password.el (password-cache-add): Only start one timer per key.
15895         Reported by Derek Atkins <warlord@MIT.EDU>.
15896
15897 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15898
15899         * run-at-time.el: Remove.  It is no longer needed as
15900         timer-funcs.el in the xemacs-base package has a working version of
15901         `run-at-time'.
15902
15903         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15904
15905         * password.el: Require timer-funcs instead of run-at-time in
15906         XEmacs.
15907         Remove `password-run-at-time' macro.
15908         (password-cache-add): Use `run-at-time' instead of
15909         `password-run-at-time'.
15910
15911         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15912         Remove `nnheader-cancel-function-timers' alias,
15913         `cancel-function-timers' exists in XEmacs in timer-funcs.
15914
15915         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15916         for `run-with-idle-timer'.
15917
15918         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15919         for `run-at-time'.
15920
15921         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15922         for `with-timeout'.
15923
15924         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15925         the same as for XEmacs 21.4.
15926         No need to ignore `run-with-idle-timer', this function exists in
15927         XEmacs now in timer-funcs.el in the xemacs-base package.
15928         (dgnushack-compile): No need to delete
15929         run-at-time.el from the list of files to compile because it
15930         doesn't exist anymore.
15931
15932 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15935         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15936
15937 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15938
15939         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15940         sensitively.
15941
15942 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15943
15944         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15945
15946 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15949         which will be inserted according to the multibyteness of a buffer
15950         rather than the type of contents.  Suggested by ARISAWA Akihiro
15951         <ari@mbf.ocn.ne.jp>.
15952
15953         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15954         of string which old xml.el may return rather than a string.
15955
15956 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15959
15960 2005-01-16  Simon Josefsson  <jas@extundo.com>
15961
15962         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15963         idn/idna.el isn't available.
15964         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15965         <michael@waxrat.com>.
15966
15967         * hashcash.el: Remove non-FSF copyright header.
15968
15969         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15970         (hashcash-generate-payment): Use it.
15971         (hashcash-generate-payment-async): Use it.
15972
15973 2005-01-15  Simon Josefsson  <jas@extundo.com>
15974
15975         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15976         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15977
15978         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15979         gnus-summary-idna-message.
15980         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15981         (gnus-summary-idna-message): New function.
15982
15983 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15984
15985         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15986         gnus-novice-user.
15987
15988 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * nnrss.el (nnrss-request-delete-group): Delete entries in
15991         nnrss-group-alist as well.
15992         (nnrss-save-server-data): Insert newline.
15993
15994 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * gnus.el (gnus-user-agent): Use list of symbols instead of
15997         symbols.  Display full version number for (S)XEmacs.
15998         Optionally display (S)XEmacs codename.
15999
16000         * gnus-util.el (gnus-emacs-version): Update for new
16001         `gnus-user-agent'.
16002
16003         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16004         Gnus version.
16005
16006 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16009         which is unreadable in some setups.
16010
16011 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-spec.el (gnus-update-format-specifications): Flush the
16014         group format spec cache if it doesn't support decoded group names.
16015
16016 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16017
16018         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16019         Allow to apply decay on score files matching a regexp.
16020
16021 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16024         compatibility in %g and %c.
16025
16026 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16029         name for only %g and %c.
16030         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16031         of gnus-tmp-group to decoded group name.
16032         (gnus-group-make-rss-group): Exclude `/'s from group names.
16033
16034 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * nnrss.el (nnrss-get-encoding): Fix regexp.
16037
16038 2004-12-27  Simon Josefsson  <jas@extundo.com>
16039
16040         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16041         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16042         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16043
16044 2004-12-17  Kim F. Storm  <storm@cua.dk>
16045
16046         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16047
16048         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16049
16050 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16051
16052         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16053
16054 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * nnrss.el: Require rfc2047 and mml.
16057         (nnrss-file-coding-system): New variable.
16058         (nnrss-format-string): Redefine it as an inline function.
16059         (nnrss-decode-group-name): New function.
16060         (nnrss-string-as-multibyte): Remove.
16061         (nnrss-retrieve-headers): Decode group name; don't use
16062         nnrss-format-string.
16063         (nnrss-request-group): Decode group name.
16064         (nnrss-request-article): Decode group name; allow a Message-ID as
16065         well as an article number; don't use nnrss-format-string; encode a
16066         Message-ID string which may contain non-ASCII characters; use
16067         mml-to-mime to compose a MIME article.
16068         (nnrss-request-expire-articles): Decode group name.
16069         (nnrss-request-delete-group): Decode group name.
16070         (nnrss-fetch): Clarify error message.
16071         (nnrss-read-server-data): Use insert-file-contents instead of load;
16072         bind file-name-coding-system; use multibyte buffer.
16073         (nnrss-save-server-data): Bind coding-system-for-write to the
16074         value of nnrss-file-coding-system; bind file-name-coding-system;
16075         add coding cookie.
16076         (nnrss-read-group-data): Use insert-file-contents instead of load;
16077         bind file-name-coding-system; use multibyte buffer.
16078         (nnrss-save-group-data): Bind coding-system-for-write to the
16079         value of nnrss-file-coding-system; bind file-name-coding-system.
16080         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16081         make it work with non-ASCII text.
16082         (nnrss-find-el): Make it work with old xml.el as well.
16083
16084 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16085
16086         * nnrss.el (nnrss-get-encoding): New function.
16087         (nnrss-fetch): Use unibyte buffer initially; bind
16088         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16089         decode contents according to the encoding attribute.
16090         (nnrss-save-group-data): Add coding cookie.
16091         (nnrss-mime-encode-string): New function.
16092         (nnrss-check-group): Use it to encode subject and author.
16093
16094 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16095
16096         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16097         imaginary variable.
16098
16099 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16102         correctly even if there are wide characters.
16103
16104 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16105
16106         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16107         downcased symbol names; make a new cache instead of reusing
16108         bbdb-hashtable.
16109
16110 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16113         concatenating segments rather than before concatenating them.
16114         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16115
16116         * message.el (message-get-reply-headers): Bind `extra'.
16117
16118 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16119
16120         * message.el (message-extra-wide-headers): New variable.
16121         (message-get-reply-headers): Use it.
16122
16123 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16126         (gnus-agent-group-pathname): Ditto.
16127
16128         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16129
16130         * gnus-group.el (gnus-group-make-group): Decode group name.
16131         (gnus-group-make-rss-group): Register the group data after opening
16132         the nnrss group.
16133
16134 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16135
16136         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16137         by expiry now get marked as read.
16138
16139 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16142
16143 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16144
16145         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16146         unify Latin characters in XEmacs.
16147         (mm-find-mime-charset-region): Use it.
16148
16149 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-util.el (gnus-delete-directory): New function.
16152
16153         * gnus-agent.el (gnus-agent-delete-group): Use it.
16154
16155         * gnus-cache.el (gnus-cache-delete-group): Use it.
16156
16157 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16160         names.
16161
16162 2004-12-16  Simon Josefsson  <jas@extundo.com>
16163
16164         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16165
16166 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16169
16170         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16171         (gnus-group-set-current-level): Decode group name.
16172
16173 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16174
16175         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16176         failed.
16177
16178 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-group.el (gnus-group-delete-group): Decode group name.
16181         (gnus-group-make-rss-group): Encode group name.
16182         (gnus-group-catchup-current): Decode group name.
16183         (gnus-group-kill-group): Decode group name.
16184
16185 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16186
16187         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16188
16189 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-group.el (gnus-group-make-rss-group):
16192         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16193
16194         * gnus-start.el (gnus-setup-news): Honor user's setting to
16195         gnus-message-archive-method.  Suggested by Lute Kamstra
16196         <lute@gnu.org>.
16197
16198 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16199
16200         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16201         global counterparts of the buffer-local variables.
16202
16203 2004-11-16  Romain Francoise  <romain@orebokech.com>
16204
16205         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16206         counterparts of the buffer-local variables.
16207
16208 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16209
16210         * message.el (message-forbidden-properties): Fix typo in doc
16211         string.
16212
16213 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16214
16215         * gnus-util.el (gnus-replace-in-string): Add doc string.
16216
16217         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16218         to avoid problems when splitting mails with many recipients.
16219
16220 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16221
16222         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16223         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16224
16225 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16226
16227         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16228         if there is no hashtable in memory or file modification time is
16229         newer than cached timestamp.
16230
16231 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * gnus-sum.el (gnus-summary-limit-to-recipient):
16234         Implement not-matching option.
16235
16236 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16239         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16240         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16241         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16242         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16243         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16244
16245 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * message.el (message-forward-make-body-mml): Remove headers
16248         according to message-forward-ignored-headers if a message is decoded.
16249
16250 2004-12-02  Romain Francoise  <romain@orebokech.com>
16251
16252         * message.el (message-forward-make-body-plain): Always remove
16253         headers according to message-forward-ignored-headers.
16254
16255 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * spam.el (spam-summary-prepare-exit): Remove the
16258         gnus-summary-limit pop for now, it has problems with ham marks for
16259         me.
16260
16261 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16264         correctly.
16265
16266 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16267
16268         * format-spec.el (format-spec): Message the char.
16269
16270 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16271
16272         * gnus-art.el (gnus-split-methods): Reformat comments.
16273
16274         * spam.el (spam-summary-prepare-exit): Remove article limits
16275         before exiting the summary buffer.
16276
16277 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16280         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16281
16282         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16283         order to silence the byte compiler.
16284
16285         * spam.el: Fix the way to silence the byte compiler, which
16286         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16287         bbdb-search-simple, spam-BBDB-register-routine,
16288         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16289         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16290         spam-stat-buffer-is-spam, spam-stat-load,
16291         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16292         spam-stat-save and spam-stat-split-fancy.
16293
16294 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16297         which may confuse users.
16298         (canlock-password-for-verify): Ditto.
16299
16300         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16301
16302         * gnus-art.el (gnus-emphasis-alist): Ditto.
16303
16304         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16305
16306         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16307
16308         * gnus-start.el (gnus-save-killed-list): Ditto.
16309
16310         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16311         (gnus-sum-thread-tree-root): Ditto.
16312         (gnus-sum-thread-tree-false-root): Ditto.
16313         (gnus-sum-thread-tree-single-indent): Ditto.
16314
16315         * message.el (message-courtesy-message): Ditto.
16316         (message-archive-note): Ditto.
16317         (message-subscribed-address-file): Ditto.
16318         (message-user-fqdn): Ditto.
16319
16320         * spam-report.el (spam-report-gmane-regex): Ditto.
16321
16322         * spam.el (spam-blackhole-good-server-regex): Ditto.
16323
16324 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * mml.el (mml-preview): Widen the message buffer before copying
16327         the contents to the preview buffer; sort headers before previewing.
16328
16329         * message.el (message-hidden-headers): Fix the way to avoid a bug
16330         in the `repeat' widget in Emacs 21.3 or earlier.
16331
16332 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * message.el (message-hidden-headers): Default to "^References:".
16335         Improve customization type.  Suggested by Reiner Steib
16336         <Reiner.Steib@gmx.de>.
16337
16338 2004-11-25  Romain Francoise  <romain@orebokech.com>
16339
16340         * message.el (message-strip-forbidden-properties): Remove check for
16341         obsolete `message-hidden' text property, hidden headers are not
16342         accessible in the buffer anymore.
16343
16344 2004-11-22  Romain Francoise  <romain@orebokech.com>
16345
16346         * message.el (message-header-format-alist): Add `From' in list
16347         so that it can be sorted.
16348         (message-fix-before-sending): Widen and sort headers before
16349         sending.
16350         (message-hide-headers): Use narrowing to hide headers by moving
16351         them to the top of the buffer and narrowing to the region
16352         underneath.
16353
16354 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16355
16356         * message.el (message-strip-forbidden-properties):
16357         Bind buffer-read-only (etc) to nil.
16358
16359 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16362         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16363
16364 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16365
16366         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16367
16368 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * dns.el (query-dns): Use sit-for to time instead of
16371         accept-process-output, since that doesn't seem to work on udp
16372         sockets.
16373
16374 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16377
16378 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16381         doc string.  Improve doc string.
16382
16383 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * nntp.el (nntp-request-update-info): Return nil if
16386         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16387         may not call gnus-activate-group which uselessly issues the GROUP
16388         commands for all nntp groups and wastes time.  Reported by Romain
16389         Francoise <romain@orebokech.com>.
16390
16391         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16392
16393 2004-11-15  Simon Josefsson  <jas@extundo.com>
16394
16395         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16396         headers separately.
16397         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16398         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16399
16400 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16401
16402         * gnus-start.el (gnus-convert-old-newsrc):
16403         Assign legacy-gnus-agent to 5.10.7.
16404
16405 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16406
16407         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16408         start of the lines.
16409
16410 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16411
16412         * hashcash.el (hashcash-default-payment): Change default to 20.
16413         (hashcash-default-accept-payment): Change default to 20.
16414         (hashcash-process-alist): New variable.
16415         (hashcash-generate-payment-async): Add.
16416         (hashcash-already-paid-p): Add.
16417         (hashcash-insert-payment): Don't generate payments twice.
16418         (hashcash-insert-payment-async): Add.
16419         (hashcash-insert-payment-async-2): Add.
16420         (hashcash-cancel-async): Add.
16421         (hashcash-wait-async): Add.
16422         (hashcash-processes-running-p): Add.
16423         (hashcash-wait-or-cancel): Add.
16424         (mail-add-payment): New optional argument.  Conditionally start
16425         asynchronous calculation.
16426         (mail-add-payment-async): Add.
16427
16428         * message.el (message-send-mail): Wait for asynchronous hashcash
16429         results.  Don't clobber existing X-Hashcash headers.
16430         (message-setup-1): Call mail-add-payment-async when
16431         message-generate-hashcash is non-nil.
16432
16433 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16434
16435         * message.el (message-use-alternative-email-as-from): Examine the
16436         From header as well; use message-make-from in order to include a
16437         user's full name.
16438
16439 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16442         default; improve customization type.
16443         (gnus-emphasis-custom-with-format): New macro.
16444         (gnus-emphasis-custom-value-to-external): New function.
16445         (gnus-emphasis-custom-value-to-internal): New function.
16446
16447 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16448
16449         * dns.el (query-dns): Resolve reverse addresses.
16450
16451 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16452
16453         * gnus-group.el (gnus-group-get-new-news): Use it.
16454
16455         * gnus-start.el (gnus-check-reasonable-setup): New function.
16456
16457 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16460         "Args out of range" error.  Reported by Arnaud Giersch
16461         <arnaud.giersch@free.fr>.
16462
16463 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16464
16465         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16466
16467 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16468
16469         * spam.el (spam group): Add :version.
16470
16471         * pgg-def.el (pgg group): Add :version.
16472
16473 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-art.el (gnus-article-edit-article): Don't associate the
16476         article buffer with a draft file.  This is a temporary measure
16477         against the 2004-08-22 change to gnus-article-edit-mode.
16478
16479 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16482         (html2text-format-tags): Remove unused variable `attr'.
16483
16484 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16487
16488         * tls.el (tls-process-connection-type, tls-success)
16489         (tls-certtool-program): Add :version.
16490
16491         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16492         (starttls-extra-arguments, starttls-process-connection-type)
16493         (starttls-connect, starttls-failure, starttls-success): Add :version.
16494
16495         * spam-stat.el (spam-stat): Add :version.
16496
16497         * sieve.el (sieve): Add :version.
16498
16499         * sha1.el (sha1): Add :version.
16500         (sha1-use-external): Remove redundant version.
16501
16502         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16503         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16504         (nnmail-split-fancy-match-partial-words)
16505         (nnmail-split-lowercase-expanded): Add :version.
16506
16507         * nndiary.el (nndiary): Add :version.
16508
16509         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16510
16511         * mml-sec.el (mml-default-sign-method)
16512         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16513         Add :version.
16514
16515         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16516
16517         * mm-url.el (mm-url-use-external, mm-url-program)
16518         (mm-url-arguments): Add :version.
16519
16520         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16521         (mm-attachment-file-modes, mm-decrypt-option)
16522         (mm-w3m-safe-url-regexp): Add :version.
16523
16524         * message.el (message-cite-prefix-regexp)
16525         (message-sendmail-envelope-from, message-minibuffer-local-map)
16526         (message-user-fqdn, message-completion-alist): Add :version.
16527
16528         * gnus-win.el (gnus-configure-windows-hook)
16529         (gnus-use-frames-on-any-display): Add :version.
16530
16531         * gnus-art.el (gnus-article-address-banner-alist)
16532         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16533         (gnus-treat-from-picon, gnus-treat-mail-picon)
16534         (gnus-treat-x-pgp-sig): Add :version.
16535
16536         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16537         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16538         (gnus-summary-article-delete-hook)
16539         (gnus-summary-display-while-building): Add :version.
16540
16541         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16542         (gnus-get-top-new-news-hook): Add :version.
16543
16544         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16545         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16546
16547         * gnus-registry.el (gnus-registry): Add :version.
16548
16549         * gnus-spec.el (gnus-use-correct-string-widths)
16550         (gnus-make-format-preserve-properties): Add :version.
16551
16552         * gnus.el (gnus-group-charter-alist)
16553         (gnus-group-fetch-control-use-browse-url)
16554         (gnus-install-group-spam-parameters): Add :version.
16555
16556         * gnus-diary.el (gnus-diary): Add :version.
16557
16558         * gnus-delay.el (gnus-delay): Add :version.
16559
16560         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16561         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16562         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16563         Add :version.
16564
16565         * gnus-agent.el (gnus-agent-max-fetch-size)
16566         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16567         (gnus-agent-prompt-send-queue): Add :version.
16568
16569         * deuglify.el (gnus-outlook-deuglify): Add :version.
16570
16571         * html2text.el: Beautify code.  Improve doc strings.
16572         Some checkdoc cleanup.
16573         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16574
16575 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16576
16577         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16578
16579 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16582         when package is loaded.
16583
16584         * spam.el (spam-summary-score-preferred-header): Add global preference
16585         for people who want to override the default SpamAssassin over
16586         Bogofilter preference (when both are set).
16587         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16588         (spam-user-format-function-S):
16589         Check spam-summary-score-preferred-header.
16590         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16591         (spam-user-format-function-S): Format the score correctly.
16592
16593 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16596         signature file.  Suggested by Manoj Srivastava
16597         <srivasta@golden-gryphon.com>.
16598
16599         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16600         iso-2022-jp even in the Japanese language environment.
16601         Suggested by Jason Rumney <jasonr@gnu.org>.
16602
16603 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16606         use the same characters as the dummy marks; make it free from
16607         getting affected by the language environment.
16608         (gnus-summary-read-group-1): Update mark positions only when the
16609         format spec is updated.
16610
16611         * gnus-spec.el (gnus-update-format-specifications): Return a list
16612         of updated types.
16613
16614 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16617         of boundp to check if display-warning is available.
16618
16619 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16622
16623 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * nnspool.el (nnspool-spool-directory): Use news-path if the
16626         news-directory variable is not bound.
16627
16628         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16629         function instead of display-warning if it is not available.
16630
16631 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16632
16633         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16634         v5-10: Use `point-at-bol'.
16635
16636 2004-10-26  Simon Josefsson  <jas@extundo.com>
16637
16638         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16639         <chenggao@gmail.com>.
16640
16641 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16644         instead.
16645
16646 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16649         to remove a server from the nnimap-server-buffer-alist.
16650         (nnimap-open-connection, nnimap-close-server): Use it.
16651
16652         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16653
16654 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16657         running the major-mode function.
16658
16659 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16662         dummy marks in the right way.
16663
16664 2004-10-18  David Edmondson  <dme@dme.org>
16665
16666         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16667         excessively.
16668
16669 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16670
16671         * gnus-util.el (gnus-split-references): Accept a nil references
16672         string and go on blissfully.
16673
16674         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16675         cases where the references string is non-nil but has no references.
16676
16677         * encrypt.el: Add autoload tags.
16678
16679         * spam.el (spam-resolve-registrations-routine): Remove article
16680         from unregistration list too.  Reported by David Hanak
16681         <dhanak@isis.vanderbilt.edu>
16682
16683 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16684
16685         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16686         nil.  Change custom type.
16687
16688 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16691
16692         * gnus-sum.el (gnus-summary-move-article): Use it.
16693
16694 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16695
16696         * encrypt.el: Add autoload cookies.
16697
16698         * spam.el (spam-backend-article-list-property)
16699         (spam-backend-get-article-todo-list)
16700         (spam-backend-put-article-todo-list)
16701         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16702         Resolve registrations separately.
16703         (spam-register-routine): Format comments.
16704         (spam-unregister-routine, spam-register-routine): Always call with
16705         specific-articles, no default list.
16706         (spam-summary-prepare-exit): Use the spam-classifications function.
16707
16708         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16709         gnus-encrypt.el.
16710
16711         * encrypt.el: Copied from gnus-encrypt.el.
16712
16713         * gnus-encrypt.el: Commented that it's obsolete.
16714
16715 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16716
16717         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16718         (gnus-score-save): Use it.
16719
16720         * message.el (message-bury): Use `window-dedicated-p'.
16721
16722 2004-10-15  Simon Josefsson  <jas@extundo.com>
16723
16724         * pop3.el (top-level): Don't require nnheader.
16725         (pop3-read-timeout): Add.
16726         (pop3-accept-process-output): Add.
16727         (pop3-read-response, pop3-retr): Use it.
16728
16729 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16730
16731         * spam.el (spam-register-routine): Move comment.
16732         (spam-verify-bogofilter): Use 'unknown for the initial
16733         spam-bogofilter-valid state, not 'never.
16734
16735         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16736         for netrc-machine.
16737
16738         * nnimap.el (nnimap-open-connection):
16739         Use netrc-machine-user-or-password.
16740
16741 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16742
16743         * gnus-registry.el (gnus-registry-unload-hook):
16744         Set as a variable with add-hook.
16745
16746         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16747         of news-path.
16748
16749         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16750
16751         * spam.el: Delete duplicate `provide'.
16752         (spam-unload-hook): Set as a variable with add-hook.
16753
16754 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16757         in the doc string.
16758
16759         * message.el (message-ignored-news-headers)
16760         (message-ignored-supersedes-headers)
16761         (message-ignored-resent-headers)
16762         (message-forward-ignored-headers): Improve custom type.
16763
16764 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * message.el (message-tokenize-header): Fix 2004-09-06 change
16767         which used point-min in the wrong place.
16768
16769 2004-10-12  Simon Josefsson  <jas@extundo.com>
16770
16771         * tls.el (tls-certtool-program): New variable.
16772         (tls-certificate-information): New function, based on
16773         ssl-certificate-information.
16774
16775 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * compface.el: Move the version of ELisp-based uncompface program
16778         to the contrib directory because of the copyright problem.
16779
16780 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16781
16782         * message.el (message-kill-buffer): Raise the current frame.
16783
16784 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16787
16788         * gnus.el (message-y-or-n-p): Autoload.
16789
16790         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16791         (pop3-password-required, pop3-authentication-scheme)
16792         (pop3-leave-mail-on-server): Make customizable.
16793         (pop3): New custom group.
16794         (pop3-retr): Remove `sleep-for' statements.
16795         Suggested by Dave Love <fx@gnu.org>.
16796
16797         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16798         Windows/DOS.
16799
16800         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16801         (imap-parse-body): Fix incorrect use of `assert'.
16802         Suggested by Dave Love <fx@gnu.org>.
16803
16804         * mml.el (mml-minibuffer-read-disposition): Require match.
16805         Suggested by Dave Love <fx@gnu.org>.
16806
16807 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16810         doc string.
16811
16812 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16815
16816 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16817
16818         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16819         instead of calling `mm-insert-inline', to decode text/* parts
16820         before displaying them.
16821
16822 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * mm-uu.el (mm-uu-text-plain-type): New variable.
16825         (mm-uu-pgp-signed-extract-1): Use it.
16826         (mm-uu-pgp-encrypted-extract-1): Use it.
16827         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16828         bind mm-uu-text-plain-type with that value.
16829         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16830         mm-uu-dissect.
16831
16832 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-group.el (gnus-update-group-mark-positions):
16835         * gnus-sum.el (gnus-update-summary-mark-positions):
16836         * message.el (message-check-news-body-syntax):
16837         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16838         of string-as-multibyte.
16839
16840 2004-10-05  Juri Linkov  <juri@jurta.org>
16841
16842         * gnus-group.el (gnus-update-group-mark-positions):
16843         * gnus-sum.el (gnus-update-summary-mark-positions):
16844         * message.el (message-check-news-body-syntax):
16845         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16846         8-bit unibyte values to a multibyte string for search functions.
16847
16848 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16851         (mm-uu-dissect-text-parts): New function.
16852
16853         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16854         dissect text parts.
16855
16856         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16857         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16858
16859         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16860
16861         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16862         Use gnus-current-topics instead of gnus-current-topic.
16863
16864 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16865
16866         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16867
16868 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16869
16870         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16871         where approriate.
16872
16873         * nnml.el (nnml-generate-active-info): do.
16874
16875         * nndiary.el (nndiary-generate-active-info): do.
16876
16877         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16878         (gnus-topic-move): do.
16879
16880         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16881         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16882
16883         * gnus-srvr.el (gnus-server-prepare)
16884         (gnus-server-open-all-servers): do.
16885
16886         * gnus-msg.el (gnus-summary-cancel-article)
16887         (gnus-summary-resend-message)
16888         (gnus-summary-mail-crosspost-complaint): do.
16889
16890         * gnus-move.el (gnus-change-server): do.
16891
16892         * gnus-group.el (gnus-group-unmark-all-groups)
16893         (gnus-group-set-current-level): do.
16894
16895 2004-10-04  Simon Josefsson  <jas@extundo.com>
16896
16897         * message.el (message-generate-hashcash): Doc fix.
16898
16899 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16900
16901         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16902         avoid infinite recursion via gnus-get-function.
16903
16904 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16905
16906         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16907
16908         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16909
16910         * nnmail.el (nnmail-split-history): do.
16911
16912         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16913         (nnml-request-delete-group): do.
16914
16915         * nnslashdot.el (nnslashdot-read-groups): do.
16916
16917         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16918         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16919
16920         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16921         (nnspool-sift-nov-with-sed): Use last.
16922         (nnspool-retrieve-headers-with-nov): Use mapc.
16923         (nnspool-request-newgroups): Use dolist.
16924         (nnspool-request-group): Use last.
16925
16926         * nntp.el (nntp-read-server-type): Use dolist.
16927
16928         * nnvirtual.el (nnvirtual-create-mapping)
16929         (nnvirtual-update-read-and-marked): Use dolist.
16930         (nnvirtual-convert-headers): Simplify.
16931
16932 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16933
16934         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16935         Add support for sync'ing tick marks.
16936
16937 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16940         there's no visible header.
16941
16942 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16943
16944         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16945         When necessary, pass full group name to gnus-request-set-marks.
16946
16947 2004-10-01  Simon Josefsson  <jas@extundo.com>
16948
16949         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16950         acroread.
16951
16952 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16953
16954         * spam-report.el (spam-report-gmane): Fix interactive.
16955
16956         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16957
16958         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16959         when writing file.
16960         (gnus-agent-synchronize-flags): Don't default to being
16961         interactive.
16962
16963 2004-09-30  Simon Josefsson  <jas@extundo.com>
16964
16965         * message.el (message-generate-hashcash): Add.
16966         (message-send-mail): Use it, call mail-add-payment.
16967
16968 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16971
16972 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16973
16974         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16975         gnus-requst-update-info with explicit code to sync the in-memory
16976         info read flags with the marks being sync'd to the backend.
16977
16978         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16979
16980 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16981
16982         * spam.el (spam-verify-bogofilter): Add new function.
16983         (spam-check-bogofilter)
16984         (spam-bogofilter-register-with-bogofilter): Use it.
16985         (spam-verify-bogofilter): Add small fixes.
16986
16987 2004-09-28  Simon Josefsson  <jas@extundo.com>
16988
16989         * hashcash.el (hashcash-generate-payment): Revert.
16990
16991 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16992
16993         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16994         Use gnus-extract-references instead of gnus-split-references.
16995
16996         * gnus-util.el (gnus-extract-references): Add new function, analogous
16997         to gnus-split-references but extracts only the message-ID without
16998         anything extra.
16999
17000         * hashcash.el (hashcash-generate-payment)
17001         (hashcash-check-payment): Do the right thing if hashcash-path is
17002         nil (because the hashcash program could not be found).
17003
17004         * spam.el (spam-use-hashcash): Remove comment.
17005
17006 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17007
17008         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17009         (gnus-cache-enter-article, gnus-cache-remove-article)
17010         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17011
17012         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17013
17014         * gnus-art.el (article-hide-boring-headers)
17015         (article-translate-strings, article-display-face)
17016         (gnus-article-mime-match-handle-first)
17017         (gnus-article-highlight-headers)
17018         (gnus-article-add-buttons-to-head): do.
17019
17020 2004-09-27  Simon Josefsson  <jas@extundo.com>
17021
17022         * hashcash.el: New version, from
17023         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17024         ../contrib/.
17025
17026 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17029
17030 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17031
17032         * gnus-dup.el (gnus-dup-open): Use mapc.
17033         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17034
17035         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17036         Reported by Stefan Wiens <s.wi@gmx.net>.
17037
17038         * gnus.el (gnus-shutdown): Use dolist.
17039
17040         * gnus-undo.el (gnus-undo): Use mapc.
17041
17042         * nnrss.el (nnrss-generate-active): do.
17043
17044         * message.el (message-cite-original-without-signature)
17045         (message-cite-original): Use mapc.
17046         (message-do-actions, message-make-forward-subject): Use dolist.
17047
17048 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17049
17050         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17051         deletion to remove entire duplicate line.  Fixes merged article
17052         number bug.
17053
17054 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17055
17056         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17057         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17058         first ask if you want to open a server and then, even when you
17059         responded with no, asking if you want to synchronize the server's
17060         flags.
17061         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17062         multi-line expressions.
17063         (gnus-agent-synchronize-group-flags): New internal function.
17064         Updates marks in memory (in the info structure) AND in the
17065         backend.
17066
17067         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17068
17069         * nnagent.el (nnagent-request-set-mark):
17070         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17071         method, to ensure that synchronization updates marks in the
17072         backend and in the info (in memory) structure.
17073
17074 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17077         convention fully; don't miss the root article of a thread; make
17078         the X-Draft-From header with correct article numbers.
17079
17080 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17081
17082         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17083         unless plugged.  Disable the agent so that an open failure causes
17084         an error.
17085
17086         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17087         Revert 2004-09-21 change.  The backend must be opened while
17088         synchronizing flags even when the backend stores the flags
17089         locally.
17090
17091 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17094         in `header' match.  Reported by Svend Tollak Munkejord.
17095
17096         * message.el (message-cite-original): Fix use of
17097         `message-cite-articles-with-x-no-archive'.
17098
17099 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17102         (gnus-window-to-buffer): Ditto.
17103
17104         * mml.el (mml-preview-buffer): New variable.
17105         (mml-preview): Manage window layout with gnus-buffer-configuration.
17106
17107         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17108         X-Draft-From header even if those articles aren't quoted.
17109
17110 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17111
17112         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17113         (gnus-request-set-mark, gnus-request-update-mark): Use new
17114         g-s-t-u-l-m to decide to use backend even when unplugged.
17115
17116 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17119         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17120
17121 2004-09-20  Simon Josefsson  <jas@extundo.com>
17122
17123         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17124         "utf-16-le".
17125
17126 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17127
17128         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17129
17130 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17131
17132         * uudecode.el (uudecode-use-external): Add :version.
17133
17134         * smime.el (smime-CA-file, smime-encrypt-cipher)
17135         (smime-dns-server): Add :version.
17136
17137         * smiley.el (gnus-smiley-file-types): Add :version.
17138
17139         * sha1.el (sha1-use-external): Add :version.
17140
17141         * pgg-def.el (pgg-query-keyserver): Add :version.
17142
17143         * nnmail.el (nnmail-fancy-expiry-targets)
17144         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17145         Add :version.
17146
17147         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17148         (nnimap-retrieve-groups-asynchronous): Add :version.
17149         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17150
17151         * mml.el (mml-content-disposition-parameters)
17152         (mml-insert-mime-headers-always): Add :version.
17153
17154         * mm-util.el (mm-coding-system-priorities): Add :version.
17155
17156         * mm-decode.el (mm-inline-text-html-with-images)
17157         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17158         (mm-verify-option): Add :version.
17159         (mm-text-html-renderer): Change :version.
17160
17161         * message.el (message-fcc-externalize-attachments)
17162         (message-required-headers, message-draft-headers)
17163         (message-subject-trailing-was-query)
17164         (message-subject-trailing-was-ask-regexp)
17165         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17166         (message-mark-insert-end, message-archive-header)
17167         (message-archive-note, message-cross-post-default)
17168         (message-cross-post-note, message-followup-to-note)
17169         (message-cross-post-note-function, message-use-mail-followup-to)
17170         (message-subscribed-address-functions)
17171         (message-subscribed-address-file, message-subscribed-addresses)
17172         (message-subscribed-regexps, message-allow-no-recipients)
17173         (message-yank-cited-prefix, message-signature-insert-empty-line)
17174         (message-hidden-headers, message-hierarchical-addresses)
17175         (message-mail-user-agent, message-use-idna)
17176         (message-valid-fqdn-regexp)
17177         (message-strip-special-text-properties, message-header-synonyms)
17178         (message-beginning-of-line, message-tab-body-function): Add :version.
17179         (message-insert-canlock, message-wide-reply-confirm-recipients):
17180         Change :version.
17181
17182         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17183         and :version.
17184         (mail-source-delete-old-incoming-confirm)
17185         (mail-source-movemail-program): Add :version.
17186
17187         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17188         (gnus-agent-cache, gnus-agent): Change :version.
17189
17190         * gnus-util.el (gnus-use-byte-compile): Change :version.
17191
17192         * gnus-sum.el (gnus-summary-make-false-root-always)
17193         (gnus-summary-default-high-score)
17194         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17195         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17196         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17197         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17198         (gnus-sum-thread-tree-single-indent)
17199         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17200         (gnus-sum-thread-tree-leaf-with-other)
17201         (gnus-sum-thread-tree-single-leaf): Add :version.
17202         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17203         (gnus-article-loose-mime): Change :version.
17204
17205         * gnus-start.el (gnus-backup-startup-file)
17206         (gnus-save-startup-file-via-temp-buffer): Add :version.
17207
17208         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17209         (gnus-server-offline-face): Add :version.
17210
17211         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17212
17213         * gnus-msg.el (gnus-gcc-externalize-attachments)
17214         (gnus-debug-files, gnus-debug-exclude-variables)
17215         (gnus-discouraged-post-methods): Change :version.
17216         (gnus-confirm-mail-reply-to-news)
17217         (gnus-confirm-treat-mail-like-news): Add :version.
17218
17219         * gnus-int.el (gnus-server-unopen-status): Add :version.
17220
17221         * gnus-group.el (gnus-group-jump-to-group-prompt)
17222         (gnus-large-ephemeral-newsgroup)
17223         (gnus-fetch-old-ephemeral-headers): Add :version.
17224
17225         * gnus-fun.el (gnus-x-face-directory)
17226         (gnus-convert-pbm-to-x-face-command)
17227         (gnus-convert-image-to-x-face-command)
17228         (gnus-convert-image-to-face-command): Add :version.
17229
17230         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17231
17232         * gnus-cite.el (gnus-cite-blank-line-after-header)
17233         (gnus-article-boring-faces): Add :version.
17234
17235         * gnus-art.el (gnus-buttonized-mime-types)
17236         (gnus-inhibit-mime-unbuttonizing)
17237         (gnus-treat-display-face)
17238         (gnus-treat-body-boundary): Change :version.
17239         (gnus-body-boundary-delimiter, gnus-picon-databases)
17240         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17241         (gnus-treat-date-english, gnus-treat-fold-headers)
17242         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17243         (gnus-treat-mail-picon, gnus-treat-wash-html)
17244         (gnus-article-encrypt-protocol)
17245         (gnus-use-idna, gnus-article-over-scroll)
17246         (gnus-mime-display-multipart-alternative-as-mixed)
17247         (gnus-mime-display-multipart-related-as-mixed)
17248         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17249         (gnus-ctan-url, gnus-button-ctan-handler)
17250         (gnus-button-handle-ctan-bogus-regexp)
17251         (gnus-button-ctan-directory-regexp)
17252         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17253         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17254         (gnus-button-man-level, gnus-button-emacs-level)
17255         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17256
17257         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17258         (gnus-agent-go-online): Change :version.
17259         (gnus-agent-expire-unagentized-dirs)
17260         (gnus-agent-auto-agentize-methods): Add :version.
17261
17262         * flow-fill.el (fill-flowed-display-column)
17263         (fill-flowed-encode-column): Add :version.
17264
17265         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17266         (gnus-outlook-deuglify-unwrap-max)
17267         (gnus-outlook-deuglify-cite-marks)
17268         (gnus-outlook-deuglify-unwrap-stop-chars)
17269         (gnus-outlook-deuglify-no-wrap-chars)
17270         (gnus-outlook-deuglify-attrib-cut-regexp)
17271         (gnus-outlook-deuglify-attrib-verb-regexp)
17272         (gnus-outlook-deuglify-attrib-end-regexp)
17273         (gnus-outlook-display-hook): Add :version.
17274
17275         * binhex.el (binhex-use-external): Add :version.
17276
17277 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17280         and `invisible'.
17281
17282 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17283
17284         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17285         in gnus-registry-trim.
17286
17287 2004-09-13  Simon Josefsson  <jas@extundo.com>
17288
17289         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17290
17291         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17292
17293         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17294         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17295         <yamaoka@jpl.org>.
17296         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17297         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17298         <yamaoka@jpl.org>.
17299
17300         * sieve.el (sieve-manage-mode): Ditto.
17301
17302 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17305
17306 2004-09-11  Simon Josefsson  <jas@extundo.com>
17307
17308         * dns-mode.el: Add.
17309
17310         * mm-view.el (mm-display-dns-inline): Add.
17311
17312         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17313         (mm-automatic-display): Ditto.
17314
17315         * mailcap.el (mailcap-mime-data): Add text/dns.
17316         (mailcap-mime-extensions): Map .soa to text/dns.
17317
17318 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17319
17320         * gnus-art.el (article-decode-mime-words, article-babel)
17321         (gnus-article-highlight-signature, gnus-article-add-buttons)
17322         (gnus-signature-toggle): Remove unnecessary bindings of
17323         `inhibit-read-only' inherited from v5.10 merge.
17324
17325 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * nntp.el (nntp): New customization group.
17328         (nntp-authinfo-file): Add customization group.
17329
17330         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17331
17332         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17333
17334         * gnus.el (to-address, to-list, subscribed)
17335         (large-newsgroup-initial): Ditto.
17336
17337         * flow-fill.el (fill-flowed-display-column)
17338         (fill-flowed-encode-column): Ditto.
17339
17340 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17341
17342         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17343         Use point-min rather than 1.
17344         (message-send-mail): Use buffer-size rather than point-max.
17345
17346         * gnus-sum.el (gnus-summary-search-article-forward):
17347         Signal a specific `search-failed' rather than a generic `error'.
17348
17349         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17350         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17351         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17352
17353 2004-09-10  Simon Josefsson  <jas@extundo.com>
17354
17355         * nndb.el (require): Remove tcp and duplicate cl.
17356
17357 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-agent.el (directory-files-and-attributes): Move forward.
17360
17361 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17362
17363         * gnus-agent.el (directory-files-and-attributes):
17364         Optionally defined to support XEmacs.
17365
17366 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17367
17368         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17369         to avoid run-time CL dependencies.
17370         (gnus-agent-unfetch-articles): New function.
17371         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17372         article numbers even when local .overview file is missing.
17373         (gnus-agent-read-article-number): New function.  Only accepts
17374         27-bit article numbers.
17375         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17376         Use gnus-agent-read-article-number.
17377         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17378         from backend while recognizing that article numbers in .overview
17379         must be valid.
17380         (gnus-agent-update-files-total-fetched-for):
17381         Use directory-files-and-attributes to improve performance.
17382         * gnus-int.el (gnus-request-move-article):
17383         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17384         improve performance.
17385
17386         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17387         some users confused by references to .newsrc when they only have a
17388         .newsrc.eld file.
17389         (gnus-convert-mark-converter-prompt)
17390         (gnus-convert-converter-needs-prompt): Fix use of property list.
17391         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17392         New function.  Used internally to only display 'gnus converting
17393         files' message when actually necessary.
17394
17395         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17396         methods now autoloaded.
17397
17398 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17401         identifiers.
17402
17403 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * gnus-picon.el: Fix indentation and closing parenthesis.
17406
17407 2004-09-01  Simon Josefsson  <jas@extundo.com>
17408
17409         * message.el (message-canlock-generate): Require sha1, not
17410         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17411         to require within a function.  Sadly, if sha1.el isn't loaded, the
17412         let binding in m-c-g will hide the defcustom definition, which is
17413         bad.)
17414
17415         * canlock.el: Require sha1, not sha1-el.
17416
17417         * message.el: Don't autoload sha1 (there is a autoload cookie in
17418         sha1.el).
17419
17420         * sha1-el.el: Rename to sha1.el.
17421
17422 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17423
17424         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17425
17426 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17427
17428         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17429
17430 2004-08-30  Kim F. Storm  <storm@cua.dk>
17431
17432         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17433
17434         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17435         Add :group 'nnimap.
17436
17437 2004-08-30  Andreas Schwab  <schwab@suse.de>
17438
17439         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17440         ?* and ?\;.
17441
17442         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17443         and ?\' to symbol instead of whitespace.
17444
17445 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17448
17449         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17450         instead of re-search-forward.
17451
17452         * gnus-uu.el (gnus-uu-save-article): Ditto.
17453         (gnus-uu-post-encode-uuencode): Ditto.
17454
17455         * html2text.el (html2text-clean-list-items): Ditto.
17456         (html2text-clean-dtdd): Ditto.
17457         (html2text-format-tags): Ditto.
17458
17459         * message.el (message-send-mail-with-sendmail): Fix regexp.
17460         (message-fill-field-general): Use search-forward instead of
17461         re-search-forward.
17462         (unbold-region): Ditto.
17463
17464         * nnrss.el (nnrss-request-article): Ditto.
17465
17466         * nnslashdot.el (nnslashdot-request-article): Ditto.
17467
17468         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17469
17470         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17471         "Unrecognized menu descriptor" error in XEmacs.
17472
17473 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17474
17475         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17476         parent article of a sparse article in the thread hashtb.
17477
17478 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17479
17480         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17481         (nnmail-expand-newtext): Lowercase expanded entries if
17482         nnmail-split-lowercase-expanded is non-nil.
17483
17484 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17487
17488         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17489         of gnus-tmp-news-method into string under XEmacs.  It will be
17490         passed to gnus-correct-length which takes only a string argument.
17491
17492 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-util.el (gnus-bind-print-variables): New macro.
17495         (gnus-prin1): Use it.
17496         (gnus-prin1-to-string): Use it.
17497         (gnus-pp): New function.
17498         (gnus-pp-to-string): New function.
17499
17500         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17501         Replace pp-to-string with gnus-pp-to-string.
17502         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17503         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17504         * gnus-msg.el (gnus-debug): Ditto.
17505         * gnus-score.el (gnus-score-save): Ditto.
17506         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17507         gnus-pp-to-string.
17508         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17509         with gnus-pp.
17510         * score-mode.el (gnus-score-pretty-print): Ditto.
17511         * webmail.el (webmail-debug): Ditto.
17512
17513 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-art.el (article-display-face, article-display-x-face):
17516         Use buffer-read-only.
17517
17518 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-art.el (article-hide-list-identifiers):
17521         Bind inhibit-read-only as t.
17522
17523 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17526
17527 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17528
17529         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17530         (gnus-narrow-to-page): Don't assume point-min == 1.
17531         (gnus-article-edit-mode): Derive from message-mode.
17532
17533         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17534         point-min == 1.
17535
17536         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17537         Disable incorrect use of `assert'.
17538
17539         * message.el (message-mode): Set comment-start-skip.
17540
17541
17542 2004-08-22  Sam Steingold  <sds@gnu.org>
17543
17544         * pop3.el (pop3-leave-mail-on-server): New user variable.
17545         (pop3-movemail): Delete mail only when it is nil.
17546
17547 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17548
17549         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17550
17551         * mml.el (mml-preview): Use `pop-to-buffer'.
17552
17553         * message.el (message-goto-mail-followup-to): Insert after "To".
17554         (message-carefully-insert-headers): Add comment.
17555
17556         * gnus.el: Remove unused variable `gnus-article-check-size'.
17557
17558         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17559
17560         * gnus-art.el (gnus-button-alist):
17561         Improve `gnus-button-handle-library' entry.
17562
17563 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17564
17565         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17566         Use downcase, since XEmacs capitalizes error messages differently.
17567
17568 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17569
17570         * nntp.el: Add (require 'gnus) due to reference to
17571         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17572
17573 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17574
17575         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17576         Bind `mm-fill-flowed'.
17577
17578         * mm-decode.el (mm-dissect-singlepart): Check it.
17579
17580 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17581
17582         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17583         'imap' for netrc parsing.
17584
17585 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * mailcap.el (mailcap-mime-data): Mark as risky.
17588
17589 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17592         may be included in the encoded word.
17593         (rfc2047-encode): Don't append a space if the encoded word
17594         includes close parenthesis.
17595
17596 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17599         of text within parentheses.
17600
17601 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17602
17603         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17604         (gnus-encrypt-write-file-contents): Make the password key the file
17605         name PLUS the cipher, not just the cipher.  Also remove failed
17606         passwords from the cache.
17607
17608 2004-08-06  Simon Josefsson  <jas@extundo.com>
17609
17610         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17611         Doc fix.
17612
17613 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17616         LWSP.
17617
17618 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17619
17620         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17621         Try to append in-reply-to: data to the references: header.
17622
17623         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17624         (netrc-parse): Use gnus-encrypt.el functions.
17625
17626         * gnus-encrypt.el: Add new file for encryption support; currently
17627         does only a few GPG ciphers and an internal XOR cipher.
17628
17629         * password.el: Add comments on using password-read-and-add.
17630         (password-read-and-add): Add function to read and add the
17631         password to the cache at once.
17632
17633 2004-07-28  Simon Josefsson  <jas@extundo.com>
17634
17635         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17636         parameter (but don't use it, for now).
17637
17638         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17639         instead of hard coding to nil.
17640
17641 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17644         as mm-inline-image-xemacs does.
17645
17646 2004-07-26  Simon Josefsson  <jas@extundo.com>
17647
17648         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17649         Revert part of 2004-07-17 change below.
17650
17651 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17654         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17655
17656 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17657
17658         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17659         quotes that actually start with ">" at the beginning of the
17660         lines.
17661
17662 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * rfc2047.el (rfc2047-encode-region): Fix last change.
17665         (rfc2047-encode-parameter): Remove useless concat.
17666
17667 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17670         encode special characters; fix some kind of misconfigured headers;
17671         signal a real error if debug-on-quit or debug-on-error is non-nil.
17672         (rfc2047-encode-max-chars): New variable.
17673         (rfc2047-encode-1): Use it.
17674         (rfc2047-encode-parameter): New function.
17675
17676         * mml.el (mml-insert-parameter): Remove an excessive space.
17677
17678 2004-07-17  Simon Josefsson  <jas@extundo.com>
17679
17680         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17681         Kai Grossjohann <kai@emptydomain.de>.
17682         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17683         (gnus-group-make-menu-bar): Ditto.
17684
17685         * gnus-util.el (gnus-group-server): Add.
17686
17687 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17688
17689         * message.el (message-clone-locals): Clone sendmail and smtp
17690         variables.
17691
17692 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * rfc2047.el (rfc2047-encode-region): Fix last change.
17695
17696 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17699         characters as non-special.
17700
17701 2004-07-09  Simon Josefsson  <jas@extundo.com>
17702
17703         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17704         Users will lose all flag changes made while unplugged with
17705         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17706         good default.  See numerous reports on ding mailing list.
17707
17708 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17711         add generate-head-function and generate-article-function to the
17712         rfc822-forward entry.
17713         (nndoc-rfc822-forward-generate-article): New function.
17714         (nndoc-rfc822-forward-generate-head): New function.
17715
17716         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17717
17718 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17719
17720         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17721         respect display group parameter and gnus-summary-expunge-below.
17722         (gnus-articles-to-read): Remove unused reference to display group
17723         parameter.
17724
17725 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17726
17727         * nnheader.el (nnheader-uniquify-message-id): New experimental
17728         variable.
17729         (nnheader-nov-read-message-id): Use it.
17730
17731         * spam-report.el (spam-report-gmane): Add interactive.
17732
17733 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * mm-encode.el (mm-content-transfer-encoding-defaults):
17736         Use qp-or-base64 for the application/* types.
17737
17738 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17739
17740         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17741
17742 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17743
17744         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17745         trim value.
17746
17747 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17748
17749         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17750         New macro and function.
17751         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17752
17753 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17756         after-load-alist.
17757
17758 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17759
17760         * gnus-group.el (gnus-group-get-new-news-this-group):
17761         Don't update info that isn't there.
17762
17763 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17764
17765         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17766         entry.
17767
17768 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * mm-view.el (mm-inline-render-with-function): Use multibyte
17771         buffer; decode html source by charset.
17772
17773         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17774
17775         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17776         Mule-UCS is loaded under XEmacs.
17777         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17778
17779 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17780
17781         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17782
17783 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * mm-util.el (mm-coding-system-p): Return a coding-system.
17786         (mm-mime-mule-charset-alist): Use shift_jis instead of
17787         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17788         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17789         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17790         instead of japanese-shift-jis and iso-latin-1 respectively in
17791         order to share the default value with both Emacs and XEmacs-mule.
17792         (mm-mule-charset-to-mime-charset):
17793         Make mm-coding-system-priorities effective.
17794         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17795         while predicating of candidates upon the priorities.
17796
17797 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17798
17799         * gnus-sum.el (gnus-summary-make-menu-bar):
17800         Add gnus-uu-invert-processable.
17801
17802         * gnus.el: Autoload gnus-uu-invert-processable.
17803
17804 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * mm-util.el (mm-with-multibyte-buffer): New macro.
17807
17808         * rfc2047.el (rfc2047-encode-string): Use it.
17809         (rfc2047-encode-region): Move point to the end of the region after
17810         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17811
17812 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17815         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17816
17817 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17820         (gnus-cite-parse): Ignore quoted envelope From_.
17821         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17822
17823 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17826         invalid addresses.
17827
17828 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * spam.el: Change section markers, revise TODO list.
17831         (spam-backends): Make new master list of all installed backends.
17832         (spam-summary-exit-behavior): Add new variable to determine how
17833         messages moves are done at summary exit.
17834         (spam-move-spam-nonspam-groups-only)
17835         (spam-process-ham-in-nonham-groups)
17836         (spam-process-ham-in-spam-groups): Remove variables, the
17837         spam-summary-exit-behavior variable should be used to manage this
17838         behavior.
17839         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17840         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17841         and spam-old-spam-articles.
17842         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17843         Add empty variables, placeholders for the backends they represent.
17844         (spam-set-difference): Move, unchanged.
17845         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17846         unless the user has a processor variable.
17847         (spam-classifications, spam-classification-valid-p)
17848         (spam-backend-properties, spam-backend-property-valid-p)
17849         (spam-backend-function-type-valid-p)
17850         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17851         (spam-report-articles-gmane, spam-report-articles-resend):
17852         Remove functions, they are not needed.
17853         (spam-install-backend-super, spam-backend-list)
17854         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17855         (spam-backend-function, spam-backend-ham-registration-function)
17856         (spam-backend-spam-registration-function)
17857         (spam-backend-ham-unregistration-function)
17858         (spam-backend-spam-unregistration-function)
17859         (spam-backend-statistical-p, spam-backend-mover-p)
17860         (spam-install-backend-alias, spam-install-checkonly-backend)
17861         (spam-install-mover-backend, spam-install-nocheck-backend)
17862         (spam-install-backend, spam-install-statistical-backend)
17863         (spam-install-statistical-checkonly-backend): Add backend installation
17864         support.
17865         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17866         (spam-group-processor-p): Use the new backend code and respect the
17867         summary exit behavior.
17868         (spam-mark-spam-as-expired-and-move-routine): Remove.
17869         (spam-summary-prepare): Change to use the new spam-old-articles
17870         variable.
17871         (spam-copy-or-move-routine, spam-copy-spam-routine)
17872         (spam-move-spam-routine, spam-copy-ham-routine)
17873         (spam-move-ham-routine): Add code to copy/move ham or spam.
17874         (spam-fetch-field-fast): Improve doc and code, plus allow the
17875         'number request.
17876         (spam-list-of-checks, spam-list-of-statistical-checks):
17877         Remove variables.
17878         (spam-split, spam-find-spam): Use the new backend code.
17879         (spam-registration-functions): Remove variable.
17880         (spam-unregister-routine): Add convenience wrapper.
17881         (spam-log-undo-registration, spam-register-routine)
17882         (spam-log-processing-to-registry)
17883         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17884         where possible.
17885         (spam-check-gmane-xref, spam-check-regex-headers)
17886         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17887         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17888         (spam-check-bogofilter-headers, spam-check-spamoracle)
17889         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17890         (spam-check-crm114-headers): Use the spam-split-group that
17891         spam-split prepares, no need to determine it every time.
17892
17893         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17894         to the nnheader-parse-naked-head call.
17895
17896         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17897
17898         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17899         the nnheader-nov-read-message-id call.
17900
17901 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17904         gnus-activate-group twice.  Suggested by Markus Peter
17905         <warp@spin.de>.
17906
17907 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-art.el (gnus-article-time-format): Exchange the order of
17910         day and month in the default value; fix customization type.
17911         (article-date-ut): Use add-text-properties.
17912         (article-make-date-line): Use message-make-date instead of
17913         current-time-string.
17914
17915         * message.el (message-fetch-field): Don't use set-text-properties.
17916         (message-make-date): Simplify.
17917
17918         * messagexmas.el (message-xmas-make-date): New function.
17919         (message-xmas-redefine): Defalias message-make-date to it.
17920
17921 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17924         (rfc2047-encode-region): Treat text within parentheses as special;
17925         show the original text when error has occurred.
17926
17927         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17928         already-computed method to gnus-activate-group.
17929
17930         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17931         same select-methods identical Lisp objects.
17932
17933         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17934         object when modifying the info.
17935
17936 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17939         gnus-opened-servers since it has never been opened with the new
17940         configuration yet.
17941
17942 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17945         arg to nnheader-generate-fake-message-id.
17946
17947 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17948
17949         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17950         number and build a fake message ID localized to a group and
17951         article number (so it's repeatable from that point on).
17952         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17953         ID format.
17954
17955         * gnus-sum.el (gnus-get-newsgroup-headers):
17956         Call nnheader-generate-fake-message-id with the article number.
17957
17958 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17959
17960         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17961         end-of-buffer.
17962
17963 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17964
17965         * message.el (message-ignored-supersedes-headers): Add Approved.
17966
17967 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17970         goto-char.
17971         (rfc2047-encode): Fold the line before encoding.
17972
17973 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17974
17975         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17976         folding -- not all headers can be folded, and this should be done
17977         by the message composition mode.  Probably.  I think.
17978
17979 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17982         fast.
17983
17984         * gnus-ems.el (gnus-remove-image): Don't use
17985         message-text-with-property; remove only the image found first.
17986
17987         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17988         found first.
17989
17990 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17993
17994 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * message.el (message-text-with-property): Make it fast and accept
17997         optional arguments.
17998         (message-strip-forbidden-properties): Use it.
17999         (message-fix-before-sending): Follow the m-t-w-p change.
18000
18001         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18002
18003 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-art.el (article-hide-headers): Don't change the buffer
18006         mistakenly when performing mml-preview even if
18007         gnus-single-article-buffer is nil.
18008
18009 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18010
18011         * message.el (message-expand-name-databases): New user option.
18012         (message-expand-name): Use it.
18013
18014 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * spam.el (spam-report-articles-resend)
18017         (spam-report-resend-register-routine): Allow ham reporting.
18018         (spam-report-resend-register-ham-routine): Add wrapper.
18019         (spam-registration-functions): Add ham resending functions.
18020         (spam-list-of-processors): Add ham resend processor.
18021
18022         * gnus.el (ham-resend-to): Add new group parameter.
18023         (spam-process): Add ham resend option.
18024
18025         * spam-report.el (spam-report-resend): Allow reporting ham.
18026         (spam-report-resend-ham): Add wrapper.
18027
18028 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * message.el (message-cite-articles-with-x-no-archive):
18031         New variable.
18032         (message-cite-original): Use it.
18033
18034 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * message.el (message-cite-original): Respect X-No-Archive.
18037
18038 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus-art.el (article-hide-headers): Refer to the values for
18041         gnus-ignored-headers and gnus-visible-headers in the summary
18042         buffer since a user may have set them as group parameters.
18043
18044 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18045
18046         * assistant.el (assistant-node-name): Add convenience function.
18047         (assistant-render-text, assistant-render-node): Add error handling,
18048         plus handle multiple next nodes.
18049         (assistant-find-next-node): Comment out for now.
18050         (assistant-find-next-nodes): Add function, returns list of next
18051         nodes.
18052
18053 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * mail-source.el (mail-source-directory): Fix doc-string.
18056
18057 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18058
18059         * assistant.el (assistant-render-text, assistant-eval): Add :set
18060         widget type, which is different because it takes and returns a
18061         list.  Much hilarity ensues.
18062
18063 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18066
18067         * gnus-group.el (gnus-group-get-new-news-this-group):
18068         Add doc-string.
18069
18070         * gnus-start.el (gnus-activate-group): Add doc-string.
18071
18072 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18075
18076 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * assistant.el (assistant-render-text): Try to add a :set
18079         widget, more to come.
18080
18081         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18082         strings.
18083         (spam-report-articles-resend)
18084         (spam-register-routine): Do registration iff any articles warrant
18085         it.
18086         (spam-summary-prepare-exit): Change log message for nil group
18087         destinations.
18088
18089 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18090
18091         * spam.el (spam-report-resend-register-routine):
18092         Allow spam-report-resend-to to be a group parameter or a global value.
18093
18094 2004-05-26  Simon Josefsson  <jas@extundo.com>
18095
18096         * starttls.el: Merge with my GNUTLS based starttls.el.
18097         (starttls-gnutls-program, starttls-use-gnutls)
18098         (starttls-extra-arguments, starttls-process-connection-type)
18099         (starttls-connect, starttls-failure, starttls-success):
18100         New variables.
18101         (starttls-program, starttls-extra-args): Doc fix.
18102         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18103         New functions.
18104         (starttls-negotiate, starttls-open-stream):
18105         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18106         function if it is set.
18107
18108 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18111         structured fields.
18112
18113 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18116
18117 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18118
18119         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18120         Add variable.
18121         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18122         assigning the spam-mark to new messages.
18123
18124 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18125
18126         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18127
18128 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18131
18132         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18133         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18134         default.
18135
18136 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18137
18138         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18139         correct data.
18140
18141 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18142
18143         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18144         (spam-group-processor-p): Fix function.
18145         (spam-group-processor-multiple-p)
18146         (spam-group-spam-processor-report-gmane-p)
18147         (spam-group-spam-processor-report-resend-p)
18148         (spam-group-spam-processor-bogofilter-p)
18149         (spam-group-spam-processor-blacklist-p)
18150         (spam-group-spam-processor-ifile-p)
18151         (spam-group-ham-processor-ifile-p)
18152         (spam-group-spam-processor-spamoracle-p)
18153         (spam-group-spam-processor-crm114-p)
18154         (spam-group-ham-processor-bogofilter-p)
18155         (spam-group-spam-processor-stat-p)
18156         (spam-group-ham-processor-stat-p)
18157         (spam-group-ham-processor-whitelist-p)
18158         (spam-group-ham-processor-BBDB-p)
18159         (spam-group-ham-processor-spamoracle-p)
18160         (spam-group-ham-processor-copy-p): Remove functions with some
18161         prejudice against unneeded code.
18162         (spam-report-articles-resend)
18163         (spam-report-resend-register-routine): Allow the group/topic
18164         spam-resend-to value to override spam-report-resend-to.
18165         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18166         properly now.
18167
18168         * gnus.el (spam-resend-to): Add group/topic parameter.
18169         (spam-process): Move the OBSOLETE processors to the end of the
18170         choices.
18171
18172 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18173
18174         * spam-report.el (spam-report-resend-to, spam-report-resend):
18175         Start with resend-to set to nil, and then ask the user if necessary.
18176         (spam-report-resend): spam-report-resend takes a list of articles, not
18177         separate article numbers.
18178
18179 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18182         addition to emacs-w3m.
18183
18184 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * assistant.el (assistant-authinfo-data): New function.
18187         (assistant-eval): Eval for entire assistant.
18188
18189         * netrc.el (netrc-services-file): New variable.
18190         (netrc-parse-services): New function.
18191         (netrc-find-service-name): New function.
18192         (netrc-find-service-number): New function.
18193         (netrc-port-equal): New function.
18194         (netrc-machine): Use it.
18195
18196         * nnimap.el (nnimap-open-connection): Use netrc.
18197
18198         * gnus-util.el (gnus-netrc-get): Remove aliases.
18199
18200         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18201
18202         * assistant.el (wid-edit): Fix compilation.
18203
18204         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18205
18206 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18207
18208         * gnus-util.el (gnus-set-file-modes): New function.  (small
18209         patch).
18210
18211 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18212
18213         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18214
18215         * assistant.el (assistant-render-node): Fix up rendering and
18216         read-only text.
18217         (assistant-render-node): Reset.
18218         (assistant-make-read-only): Not sticky.
18219
18220 2004-05-20  Danny Siu  <dsiu@adobe.com>
18221
18222         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18223         centered even when gnus-auto-center-summary is t.
18224
18225 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18226
18227         * dns.el (dns-get-txt-answer): New function.
18228         (dns-read-txt): Ditto.
18229         (query-dns): Use it.
18230
18231 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18234         active for foreign groups even if the group level is higher than
18235         the specified value.
18236
18237 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18238
18239         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18240         non-active groups.
18241
18242         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18243
18244 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18245
18246         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18247
18248 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18249
18250         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18251         (spam-crm114-header, spam-crm114-spam-switch)
18252         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18253         (spam-crm114-positive-spam-header)
18254         (spam-crm114-database-directory, spam-list-of-processors)
18255         (spam-group-spam-processor-crm114-p)
18256         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18257         (spam-generic-score, spam-list-of-checks)
18258         (spam-list-of-statistical-checks, spam-registration-functions)
18259         (spam-check-crm114-headers, spam-crm114-score)
18260         (spam-check-crm114, spam-crm114-register-with-crm114)
18261         (spam-crm114-register-spam-routine)
18262         (spam-crm114-unregister-spam-routine)
18263         (spam-crm114-register-ham-routine)
18264         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18265         From asjo@koldfront.dk (Adam Sjøgren).
18266
18267         * gnus.el: Add spam-use-crm114.
18268
18269         * spam.el (spam-list-of-processors, spam-registration-functions):
18270         Add spam-use-resend.
18271         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18272         (spam-report-articles-gmane): Add doc fix.
18273         (spam-report-articles-resend, spam-report-resend-register-routine):
18274         Add wrappers around spam-report-resend-to.
18275
18276         * spam-report.el (spam-report-resend-to, spam-report-resend):
18277         Add support for resending spam.
18278         (spam-report-gmane): Fix line length >80.
18279
18280         * gnus.el (spam-process): Add spam-use-resend.
18281
18282 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18283
18284         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18285         number of processed spam messages.
18286         (spam-ham-copy-or-move-routine): Return the number of processed
18287         ham messages.
18288         (spam-summary-prepare-exit): Use the above values to decide
18289         whether status messages shouled be displayed.
18290
18291 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18294         `rfc2047-encoding-function-alist' in order to avoid conflicting
18295         with the old version.
18296         (rfc2047-encode-region): Concatenate words containing non-ASCII
18297         characters in structured fields; don't encode space-delimited
18298         ASCII words even in unstructured fields; don't break words at
18299         char-category boundaries.
18300         (rfc2047-encode-1): New function.
18301         (rfc2047-encode): Use it; encode text so that it occupies the
18302         maximum width within 76-column; work correctly on Q encoding for
18303         iso-2022-* charsets.
18304         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18305         sure not to break a line just after the header name.
18306         (rfc2047-b-encode-region): Remove.
18307         (rfc2047-b-encode-string): New function.
18308         (rfc2047-q-encode-region): Remove.
18309         (rfc2047-q-encode-string): New function.
18310
18311         * mm-util.el (mm-replace-in-string): New function.
18312
18313 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314
18315         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18316         Really get it right.
18317         (gnus-inews-make-draft): Really.
18318
18319 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18320
18321         * nnmh.el (nnmh-request-list-1): Don't check the link count
18322         before descending.  (small patch)
18323
18324 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18325
18326         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18327         stuff.
18328
18329         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18330         Match on real group name.
18331
18332         * gnus-art.el (gnus-signature-limit): Doc fix.
18333
18334         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18335
18336         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18337
18338 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18339
18340         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18341         isn't a string.
18342
18343 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18344
18345         * gnus-draft.el (gnus-draft-send):
18346         Bind rfc2047-encode-encoded-words.
18347
18348         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18349         (rfc2047-encodable-p): Say that =? needs encoding.
18350         (rfc2047-encode-encoded-words): New variable.
18351
18352         * gnus-group.el (gnus-group-select-group): Doc fix.
18353
18354         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18355
18356         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18357         to nil.
18358
18359         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18360
18361         * nnheader.el (nnheader-get-lines-and-char): New function.
18362
18363 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * gnus-msg.el (gnus-summary-followup-with-original):
18366         Document yanking of region when active.
18367
18368 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18371         groups if the group level is higher than the specified value.
18372
18373 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18376         (gnus-group-jump-to-group): Add prefix argument using
18377         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18378         non-active group.
18379
18380         * compface.el (uncompface): Be verbose when changing
18381         `uncompface-use-external'.
18382
18383         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18384         handle manual section.
18385
18386 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * gnus-art.el (gnus-button-alist): Revert previous change.
18389
18390 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18391
18392         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18393
18394 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18395
18396         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18397         whether backend can accept message.
18398
18399         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18400
18401 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18402
18403         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18404         Avoid creating directory when nntp-marks-is-evil is true.
18405         Reported by Reiner Steib.
18406
18407 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18408
18409         * gnus-picon.el (gnus-picon-style): New variable.
18410         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18411         (gnus-picon-transform-address): Support `gnus-picon-style'.
18412         From Jesper Harder <harder@ifa.au.dk>.
18413
18414 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * message.el (message-fill-field): Return point.
18417         (message-generate-headers): Go to end of field.
18418
18419         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18420         stuff for non-living groups.
18421
18422 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18423
18424         * gnus-art.el (gnus-article-followup-with-original)
18425         (gnus-article-reply-with-original): gnus-mark-active-p ->
18426         gnus-region-active-p.
18427
18428 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18429
18430         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18431         only when there is spam or ham to be processed.
18432
18433 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18434
18435         * mail-source.el (mail-source-delete-crash-box): Refactor.
18436         (mail-source-fetch): Use it.
18437         (mail-source-fetch-file): Ditto.
18438         (mail-source-fetch-directory): Run postscript in loop.
18439         (mail-source-fetch-pop): Delete.
18440         (mail-source-fetch-maildir): Ditto.
18441         (mail-source-fetch-imap): Ditto.
18442
18443         * imap.el (imap-authenticators): Comment out sasl.
18444
18445         * message.el (message-skip-to-next-address): New function.
18446         (message-fill-header-address): Refactor.
18447         (message-fill-address): Use it.
18448         (message-delete-address): Use it.
18449         (message-fill-header-general): Refactor.
18450         (message-fill-field-address): Rename.
18451         (message-narrow-to-field): Find the start of the header.
18452         (message-header-format-alist): Don't pre-fill.
18453         (message-fill-header): Remove.
18454         (message-insert-header): New function.
18455         (message-shorten-references): Use it.
18456
18457         * rfc2047.el (rfc2047-field-value): Strip props.
18458
18459         * mail-parse.el (mail-header-make-address): New alias.
18460
18461         * ietf-drums.el (ietf-drums-make-address): New function.
18462
18463         * imap.el: Add compiler directives.
18464
18465         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18466
18467         * gnus-art.el (article-decode-idna-rhs): Don't use
18468         message-idna-inside-rhs-p.
18469
18470 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * message.el (message-idna-inside-rhs-p): Remove.
18473         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18474
18475         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18476         false positives.
18477
18478 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18479
18480         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18481
18482 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18483
18484         * nneething.el (nneething-file-name): Don't create spurious
18485         files.
18486
18487         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18488         (gnus-inews-do-gcc): Remove sleep.
18489
18490         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18491         part under point.
18492
18493         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18494         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18495
18496 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18497
18498         * spam.el (spam-summary-prepare-exit): Fix (length).
18499
18500 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18501
18502         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18503         as expired without moving it" message when there are spam
18504         messages left.
18505
18506 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18507
18508         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18509         header is not nil.
18510
18511 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18512
18513         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18514         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18515         (nntp-marks-changed-p): New arg SERVER.
18516         (nntp-request-update-info): Adjust caller.
18517
18518 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18519
18520         * nntp.el (nntp-save-marks): Pass missing arg.
18521
18522 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18523
18524         * nntp.el: Support marks.
18525         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18526         (nntp-marks-modtime, nntp-marks-directory): New variables.
18527         (nntp-request-set-mark, nntp-request-update-info)
18528         (nntp-possibly-create-directory, nntp-marks-changed-p)
18529         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18530         New functions.
18531
18532 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18533
18534         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18535         (gnus-xmas-redefine): Rename.
18536
18537         * gnus-score.el (gnus-score-insert-help):
18538         Use gnus-select-lowest-window.
18539
18540         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18541         appt-select-lowest-window and rename to gnus-select-lowest-window.
18542
18543         * gnus.el: do.
18544
18545 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18546
18547         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18548         encodings of MIME-encoded words, in order to improve
18549         interoperability with several broken MUAs.
18550
18551 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18552
18553         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18554         tags, only when charsets are not specified in headers.
18555         (mm-inline-text-html-render-with-w3m): Ditto.
18556
18557         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18558         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18559
18560 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18561
18562         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18563         instead of MIME-decoded from fields when checking
18564         `gnus-article-address-banner-alist'.
18565
18566 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18569         description rather than subject.
18570
18571 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18572
18573         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18574
18575 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * gnus.el (gnus-version-number): Bump.
18578
18579 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18580
18581         * gnus.el: No Gnus v0.2 is released.
18582
18583 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18584
18585         * gnus-agent.el (gnus-agent-read-agentview):
18586         Inline gnus-uncompress-range.
18587
18588 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18589
18590         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18591         `exec-installed-p'.
18592
18593 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18594
18595         * gnus.el (spam-process, spam-autodetect-methods):
18596         Add bsfilter and bsfilter-headers.
18597
18598         * spam.el (spam-bsfilter): New customize group.
18599         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18600         (spam-bsfilter-header, spam-bsfilter-probability-header)
18601         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18602         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18603         (spam-bsfilter-database-directory): New options.
18604         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18605         (spam-list-of-statistical-checks, spam-registration-functions):
18606         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18607         (spam-bsfilter-score): New command.
18608         (spam-check-bsfilter-headers, spam-check-bsfilter)
18609         (spam-bsfilter-register-with-bsfilter)
18610         (spam-bsfilter-register-spam-routine)
18611         (spam-bsfilter-unregister-spam-routine)
18612         (spam-bsfilter-register-ham-routine)
18613         (spam-bsfilter-unregister-ham-routine): New functions.
18614         (spam-generic-score): Support bsfilter; Accept an optional argument
18615         to recalcurate spam score even if scoring header has already been
18616         added.
18617         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18618         optional argument to recalcurate spam score even if scoring header
18619         has already been added.
18620
18621 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18622
18623         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18624         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18625         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18626         link is missing.
18627
18628 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18629
18630         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18631         (html2text-get-attr): Rewrite.
18632
18633         * message.el (message-setup-1): Remove redundant put-text-property
18634         on mail-header-separator.
18635
18636 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18637
18638         * gnus-registry.el (gnus-registry-cache-whitespace)
18639         (gnus-registry-action, gnus-registry-spool-action)
18640         (gnus-registry-split-fancy-with-parent): Change message levels
18641         from 5 to 3 or 7, as needed.
18642
18643         * spam.el (spam-summary-prepare-exit)
18644         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18645         (spam-split, spam-find-spam, spam-log-undo-registration)
18646         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18647         level from 5 to 6.
18648
18649 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18652         2004-03-04 change).
18653
18654 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18655
18656         * sieve-manage.el (sieve-manage-open):
18657         * nnweb.el (nnweb-insert-html):
18658         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18659         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18660         * nnspool.el (nnspool-request-group):
18661         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18662         * nnml.el (nnml-request-update-info):
18663         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18664         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18665         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18666         (nnimap-request-set-mark):
18667         * nnfolder.el (nnfolder-request-update-info):
18668         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18669         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18670         * gnus-uu.el (gnus-uu-find-articles-matching):
18671         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18672         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18673         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18674         * gnus-nocem.el (gnus-nocem-scan-groups):
18675         * gnus-int.el (gnus-start-news-server):
18676         * gnus-group.el (gnus-group-make-kiboze-group)
18677         (gnus-group-browse-foreign-server):
18678         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18679         Use mapc when appropriate.
18680
18681 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18682
18683         FIXME: Make separate entries for each person.
18684
18685         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18686         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18687         <shields@msrl.com>:
18688
18689         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18690         may need for spam sorting and scoring.
18691         (spam-user-format-function-S): Add user format function suitable for
18692         general use.
18693         (spam-article-sort-by-spam-status): Add sorting function for summary
18694         sorting.
18695         (spam-extra-header-to-number): Add function to get a score from a
18696         header.
18697         (spam-summary-score): Add function to get a numeric score from the
18698         headers.
18699         (spam-generic-score): Fix function doc, was in wrong place.
18700         (spam-initialize): Take symbols when it's run, and install the
18701         extra headers that spam-necessary-extra-headers thinks we need.
18702
18703 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18704
18705         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18706         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18707
18708 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18709
18710         * gnus-sum.el (gnus-set-global-variables)
18711         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18712         (gnus-article-get-xrefs, gnus-summary-best-group)
18713         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18714         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18715         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18716         Use with-current-buffer.
18717
18718 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18719
18720         * spam.el (spam-summary-prepare-exit): Simplify logic.
18721         (spam-fetch-article-header): Read the article header if it's not
18722         available.
18723         (spam-list-articles): Simplify logic.
18724         (spam-filelist-register-routine): Fix bug with unregister-list.
18725
18726         * gnus-registry.el: Fix comments at beginning.
18727
18728 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18729
18730         * message.el (message-cater-to-broken-inn): Remove.
18731         (message-shorten-references): Make sure the total folded length of
18732         References is shorter than 998 characters to cater to a bug in INN
18733         2.3.  Also, don't pretend that references aren't folded -- this
18734         hasn't worked for a while.
18735
18736 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18737
18738         * gnus-agent.el (gnus-agentize):
18739         gnus-agent-send-mail-real-function no longer set to current value
18740         of message-send-mail-function but rather a lambda that calls
18741         message-send-mail-function.  The change makes the agent real-time
18742         responsive to user changes to message-send-mail-function.
18743
18744 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18745
18746         * legacy-gnus-agent.el
18747         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18748         help from Florian Weimer <fw@deneb.enyo.de>
18749
18750 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * nnmail.el (nnmail-cache-insert): Revert last change.
18753
18754 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * nnmail.el (nnmail-cache-insert): Always check whether
18757         nnmail-cache-ignore-groups matches a group name.
18758
18759 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18760
18761         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18762         (spam-find-spam, spam-log-processing-to-registry)
18763         (spam-log-registered-p, spam-log-unregistration-needed-p)
18764         (spam-log-undo-registration): Use gnus-message instead of
18765         gnus-error, none of these errors are fatal.
18766
18767         * gnus-registry.el (gnus-registry-clean-empty-function)
18768         (gnus-registry-clean-empty): Remove only empty entries without
18769         extra data.
18770
18771 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18772
18773         * spam-stat.el (spam-stat-buffer-change-to-spam)
18774         (spam-stat-buffer-change-to-non-spam): Change (error) to
18775         (gnus-message 8) invocation.
18776
18777 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * nntp.el (nntp-via-netcat-command): New variable.
18780         (nntp-via-netcat-switches): New variable.
18781         (nntp-open-via-rlogin-and-netcat): New function.
18782         (nntp-open-connection-function): Doc fix.
18783         (nntp-telnet-command): Doc fix.
18784         (nntp-end-of-line): Doc fix.
18785         (nntp-via-rlogin-command): Doc fix.
18786         (nntp-via-user-name): Doc fix.
18787         (nntp-via-address): Doc fix.
18788
18789 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18792         error in Emacs 21.1.
18793
18794 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18797
18798 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18799
18800         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18801         (gnus-agent-with-refreshed-group): New macro.
18802         (gnus-agent-rename-group): New function.
18803         (gnus-agent-delete-group): New function.
18804         (gnus-agent-save-group-info): Use gnus-command-method when
18805         `method' parameter is nil.  Don't write nil entries into the
18806         active file.
18807         (gnus-agent-get-group-info): New function.
18808         (gnus-agent-fetch-articles):
18809         Use gnus-agent-update-files-total-fetched-for to increment disk space
18810         used.
18811         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18812         Use gnus-agent-update-view-total-fetched-for to increment disk space
18813         used.
18814         (gnus-agent-get-local): Add optional parameters to avoid calling
18815         gnus-group-real-name and gnus-find-method-for-group.
18816         (gnus-agent-set-local): Delete stored entry if either min, or max,
18817         are nil.
18818         (gnus-agent-fetch-session): Reworded error/quit messages.
18819         On quit, use gnus-agent-regenerate-group to record existance of any
18820         articles fetched to disk before the quit occurred.
18821         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18822         gnus-agent-update-view-total-fetched-for, and
18823         gnus-agent-update-files-total-fetched-for to decrement disk space
18824         used.
18825         (gnus-agent-retrieve-headers):
18826         Use gnus-agent-update-view-total-fetched-for to increment disk space
18827         used.
18828         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18829         with gnus-agent-update-files-total-fetched-for to decrement disk
18830         space and fresh group buffer.
18831         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18832         (gnus-agent-need-update-total-fetched-for): New variable.
18833         (gnus-agent-update-files-total-fetched-for): New function.
18834         (gnus-agent-update-view-total-fetched-for): New function.
18835         (gnus-agent-total-fetched-for): New function.
18836
18837         * gnus-cache.el (gnus-cache-save-buffers):
18838         Use gnus-cache-update-overview-total-fetched-for to change disk space
18839         used by this group.
18840         (gnus-cache-possibly-enter-article):
18841         Use gnus-cache-update-file-total-fetched-for to increment disk space
18842         used by this group.
18843         (gnus-cache-possibly-remove-article):
18844         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18845         used by this group.
18846         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18847         (gnus-cache-rename-group): New function.
18848         (gnus-cache-delete-group): New function.
18849         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18850         (gnus-cache-need-update-total-fetched-for): New variable.
18851         (gnus-cache-with-refreshed-group): New macro.
18852         (gnus-cache-update-file-total-fetched-for): New function.
18853         (gnus-cache-update-overview-total-fetched-for): New function.
18854         (gnus-cache-rename-group-total-fetched-for): New function.
18855         (gnus-cache-delete-group-total-fetched-for): New function.
18856         (gnus-cache-total-fetched-for): New function.
18857
18858         * gnus-group.el: Require gnus-sum and autoload functions to
18859         resolve warnings when gnus-group.el compiled alone.
18860         (gnus-group-line-format): Documented new %F.
18861         (size of Fetched data) group line format; identifies disk space
18862         used by agent and cache.
18863         (gnus-group-line-format-alist): Defined new F format.
18864         (gnus-total-fetched-for): New function.
18865         (gnus-group-delete-group): No longer update
18866         gnus-cache-active-altered as gnus-request-delete-group now keeps
18867         the cache in sync.
18868         (gnus-group-list-active): Let the agent store a server's active
18869         list if currently plugged.
18870
18871         * gnus-int.el (gnus-request-delete-group):
18872         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18873         local disk in sync with the server.
18874         (gnus-request-rename-group):
18875         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18876         local disk in sync with the server.
18877
18878         * gnus-start.el (gnus-get-unread-articles):
18879         Cosmetic simplification to logic.
18880
18881         * gnus-util.el (gnus-rename-file): New function.
18882
18883 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18884
18885         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18886
18887 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18888
18889         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18890         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18891
18892 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18893
18894         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18895         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18896
18897 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18898
18899         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18900
18901 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18902
18903         * spam.el (spam-set-difference): Add function to replace
18904         gnus-set-difference in spam.el.
18905         (spam-summary-prepare-exit): Use spam-set-difference.
18906
18907 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * gnus-registry.el (gnus-registry-cache-file): Update to use
18910         gnus-dribble-directory OR gnus-home-directory OR ~.
18911         (gnus-registry-split-fancy-with-parent): Fix doc.
18912
18913 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * message.el (message-exchange-point-and-mark):
18916         Use message-mark-active-p.  Suggested by Jesper Harder
18917         <harder@ifa.au.dk>.
18918
18919 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * message.el (message-exchange-point-and-mark): Don't activate
18922         region if it was inactive.  Suggested by Hiroshi Fujishima
18923         <pooh@nature.tsukuba.ac.jp>.
18924
18925 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * gnus-art.el (article-display-face): Display Faces in the same
18928         order as X-Faces.
18929
18930 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18933
18934 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18937         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18938         (gnus-article-mime-hierarchy): Remove.
18939         (gnus-article-mime-hierarchy-next): Remove.
18940         (gnus-article-mode): Revert 2004-03-19 change.
18941         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18942         (gnus-insert-mime-button): Revert 2004-03-19 change.
18943         (gnus-mime-accumulate-hierarchy): Remove.
18944         (gnus-mime-enter-multipart): Remove.
18945         (gnus-mime-leave-multipart): Remove.
18946         (gnus-mime-display-part): Revert 2004-03-19 change.
18947         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18948
18949         * mml.el (mml-preview): Revert 2004-03-19 change.
18950
18951 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18952
18953         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18954
18955 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18958         t while entering a file name using the mm-with-multibyte macro.
18959         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18960
18961         * mm-util.el (mm-with-multibyte): New macro.
18962
18963 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18966         New user option.
18967         (gnus-mime-multipart-functions): Doc and customization fix.
18968         (gnus-article-mime-hierarchy): New variable.
18969         (gnus-article-mime-hierarchy-next): New variable.
18970         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18971         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18972         gnus-article-mime-hierarchy-next to nil.
18973         (gnus-insert-mime-button): Show hierarchy numbers.
18974         (gnus-mime-accumulate-hierarchy): New function.
18975         (gnus-mime-enter-multipart): New function.
18976         (gnus-mime-leave-multipart): New function.
18977         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18978         (gnus-mime-display-alternative): Show hierarchy numbers.
18979
18980         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18981         gnus-article-mime-hierarchy-next to nil.
18982
18983 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18984
18985         * dns.el: Don't require gnus-xmas.
18986
18987 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18988
18989         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18990         inline PGP.
18991         (mml-menu): Disable mml-quote-region if mark is inactive.
18992
18993 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18996         when the group's active is not available.
18997
18998 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19001         error.
19002
19003 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19004
19005         * imap.el (imap-store-password): New variable.
19006         (imap-interactive-login): Use it.
19007         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19008
19009 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19012         window-start and hscroll to summary window.
19013
19014 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19015
19016         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19017         conversion message to newsrc-dribble when an actual conversion is
19018         performed.
19019
19020 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19021
19022         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19023
19024 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * mm-decode.el (mm-complicated-handles): New function reviving
19027         former definition of mm-multiple-handles.
19028
19029         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19030         (gnus-mime-delete-part): Use it.
19031
19032 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19033
19034         * gnus-agent.el (gnus-agent-read-local):
19035         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19036         avoid the implicit assumption that they will always be equal.
19037         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19038         coding-system-for-write, as the with-temp-file macro first prints
19039         to a buffer then saves the buffer.
19040
19041 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * gnus-art.el (gnus-article-edit-part): New function.
19044         (gnus-mime-save-part-and-strip): Use it; do query instead of
19045         signaling an error; don't use mm-multiple-handles.
19046         (gnus-mime-delete-part): Ditto.
19047
19048 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19049
19050         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19051         old file versions.
19052         (gnus-group-prepare-hook): Remove function that converted list
19053         form of gnus-agent-expire-days to group properties.
19054
19055         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19056         (gnus-request-accept-article): Re-indented.
19057
19058         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19059         converters to handle old agent file formats.  Add logic for a
19060         "backup before upgrading warning".
19061         (gnus-convert-mark-converter-prompt): Developers can mark
19062         functions as needing (default), or not needing,
19063         gnus-convert-old-newsrc's "backup before upgrading warning".
19064         (gnus-convert-converter-needs-prompt): Tests whether the user
19065         should be protected from potentially irreversable changes by the
19066         function.
19067
19068         * legacy-gnus-agent.el: New.  Provides converters that are only
19069         loaded when gnus-convert-old-newsrc needs to call them.
19070
19071 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * mail-source.el (mail-source-touch-pop): Doc fix.
19074
19075         * message.el (message-smtpmail-send-it): Doc fix.
19076
19077 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19078
19079         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19080
19081         * nnmail.el (nnmail-split-fancy): do.
19082
19083         * gnus-kill.el (gnus-kill, gnus-execute): do.
19084
19085 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19086
19087         * gnus-sum.el (gnus-widget-reversible-match)
19088         (gnus-widget-reversible-to-internal)
19089         (gnus-widget-reversible-to-external): New functions.
19090         (gnus-widget-reversible): New widget.
19091         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19092
19093 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19094
19095         * gnus-sum.el (gnus-thread-sort-functions)
19096         (gnus-article-sort-functions): Document `(not F)' items.
19097
19098 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19099
19100         * spam.el (spam-use-gmane-xref): Add new backend.
19101         (spam-gmane-xref-spam-group): Add variable to control the name of the
19102         Gmane spam group.
19103         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19104         (spam-regex-headers-spam, spam-regex-headers-ham)
19105         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19106         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19107         backends and checks.
19108         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19109
19110         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19111         an autodetect method.
19112
19113 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19114
19115         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19116         articles are being added to a group.
19117         (gnus-request-replace-article): Inform the agent that articles
19118         need to be uncached as the cached contents are no longer valid.
19119
19120 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * binhex.el: Don't autoload executable-find.
19123
19124         * canlock.el: Don't autoload mail-fetch-field.
19125
19126         * dgnushack.el: Autoload c-mode for XEmacs.
19127
19128         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19129
19130         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19131         rmail-dont-reply-to and rmail-output.
19132
19133         * gnus-score.el: Don't autoload ffap-string-at-point.
19134
19135         * gnus-setup.el: Don't autoload sc-cite-original.
19136
19137         * imap.el: Don't autoload base64-decode-string,
19138         base64-encode-string and md5.
19139
19140         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19141         and rmail-msg-restore-non-pruned-header.
19142
19143         * mm-decode.el: Don't autoload executable-find.
19144
19145         * mm-url.el: Don't autoload executable-find.
19146
19147         * mm-view.el: Don't autoload diff-mode.
19148
19149         * nndb.el: Don't autoload news-reply-mode, news-setup,
19150         cancel-timer and telnet.
19151
19152         * password.el: Don't autoload run-at-time for Emacs.
19153
19154         * sha1-el.el: Don't autoload executable-find.
19155
19156         * sieve-mode.el: Don't autoload c-mode.
19157
19158         * uudecode.el: Don't autoload executable-find.
19159
19160 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19161
19162         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19163         (gnus-agent-possibly-alter-active): Avoid null in numeric
19164         comparison.
19165         (gnus-agent-set-local): Refuse to save null in local object table.
19166         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19167         list of articles that will be marked as unread.
19168
19169 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19172
19173 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19174
19175         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19176         language tags.
19177
19178 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19179
19180         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19181         Don't bind "obarray".
19182
19183         * gnus-sum.el (gnus-thread-sort-functions):
19184         Add `gnus-thread-sort-by-most-recent-number' and
19185         `gnus-thread-sort-by-most-recent-date'.
19186         Reported by Kai Grossjohann <kai@emptydomain.de>.
19187
19188 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19191
19192 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19193
19194         * gnus-cus.el (gnus-agent-customize-category):
19195         Remove ignore-errors macro reference that required cl to be loaded at
19196         run-time.
19197
19198         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19199         single-interval range of the form (min . max).  Previously the
19200         range had to look like ((min . max)).  Likewise, return
19201         (min . max) rather than ((min . max)).
19202         (gnus-range-map): Use gnus-range-normalize to accept
19203         single-interval range.
19204
19205         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19206         the cache, but not the agent, now appear with their usual face.
19207
19208         * dgnushack.el (loaddir): New variable that is bound to the
19209         directory containing the dgnushack.el file. Use loaddir, rather
19210         than srcdir, to update load-path. Change lets dgnushack compile
19211         code in directories other than GNUS/lisp.
19212
19213 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * lpath.el: Don't bind w3m-safe-url-regexp.
19216
19217         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19218         w3m-safe-url-regexp variable buffer-local.
19219
19220         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19221
19222 2004-02-27  Simon Josefsson  <jas@extundo.com>
19223
19224         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19225         gnus-group-real-prefix.
19226         (gnus-summary-move-article): Use it, instead of
19227         gnus-group-real-prefix.
19228
19229 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * lpath.el: Bind w3m-safe-url-regexp.
19232
19233         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19234         w3m-safe-url-regexp variable buffer-local and set it as the value
19235         of mm-w3m-safe-url-regexp.
19236
19237         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19238
19239         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19240         parsing gnus-posting-styles when the message is not for replying.
19241
19242         * dgnushack.el: Autoload sgml-mode for XEmacs.
19243
19244         * nnrss.el (nnrss-opml-export):
19245         Use mm-set-buffer-file-coding-system instead of
19246         set-buffer-file-coding-system.
19247
19248 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19251         of checkdoc.el).
19252         * nnrss.el: do.
19253         * gnus-mlspl.el: do.
19254         * gnus-ml.el: do.
19255         * gnus-srvr.el: do.
19256
19257         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19258
19259 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19260
19261         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19262         Corrections to custom-manual links.
19263
19264         * gnus-art.el (gnus-article): Ditto.
19265
19266         * mm-decode.el (mime-display, mime-security): Ditto.
19267
19268 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19269
19270         * flow-fill.el: Typo.
19271
19272 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19273
19274         * spam-wash.el: New file.
19275
19276 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19277
19278         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19279
19280 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19281
19282         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19283         to be run with new-articles as LIST1, not LIST2.
19284         (spam-registration-functions): Add spam-use-ham-copy as a nil
19285         registration backend.
19286
19287 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19288
19289         * spam-stat.el (spam-stat-washing-hook): New option.
19290         (spam-stat-buffer-words): Use it.
19291         (spam-stat-process-directory, spam-stat-test-directory):
19292         Use insert-file-contents-literally.
19293         (spam-stat-coding-system): New variable.
19294         (spam-stat-load, spam-stat-save): Use it.
19295
19296 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * spam-report.el (spam-report-plug-agent):
19299         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19300
19301 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19304         Allow / in mailto URLs.
19305
19306 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19307
19308         * spam-report.el (spam-report-process-queue): Fix interactive use.
19309         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19310         (spam-report-unplug-agent): Doc fixes.
19311         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19312         (spam-report-agentize, spam-report-deagentize): Autoload.
19313
19314 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19317
19318         * message.el (message-setup-fill-variables): Add mml tags to
19319         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19320         <ajk@iu.edu>.
19321         (message-mode): Don't modify paragraph-separate there.
19322
19323 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * compface.el (uncompface-use-external): Default to undecided.
19326         (uncompface-use-external-threshold): New variable.
19327         (uncompface-float-time): New macro.
19328         (uncompface): Determine whether to use the external decoder if
19329         uncompface-use-external is undecided.
19330
19331 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19332
19333         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19334         after images.
19335
19336         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19337
19338 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19341
19342         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19343
19344         * gnus-sum.el (gnus-summary-limit-to-age)
19345         (gnus-summary-limit-children): do.
19346
19347         * gnus-int.el (gnus-request-scan): do.
19348
19349         * gnus-group.el (gnus-group-suspend): do.
19350
19351         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19352
19353         * gnus-cite.el (gnus-cite-parse-attributions): do.
19354
19355         * gnus-agent.el (gnus-summary-set-agent-mark)
19356         (gnus-agent-regenerate-group): do.
19357
19358         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19359
19360         * binhex.el (binhex-decode-region-internal): do.
19361
19362 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * gnus-fun.el (gnus-face-properties-alist): New user option.
19365         (gnus-display-x-face-in-from): Use it.
19366
19367         * gnus-art.el (article-display-face): Ditto.
19368
19369         * compface.el (uncompface-use-external): Default to nil.
19370
19371 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19372
19373         * nntp.el (nntp-erase-buffer): New function.
19374         (nntp-retrieve-data, nntp-send-command)
19375         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19376         (nntp-possibly-change-group): Use it.
19377
19378         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19379         Use with-current-buffer.
19380
19381 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19382
19383         * compface.el: Merge the ELisp-based uncompface program.
19384         (compface): New customization group.
19385         (uncompface-use-external): New user option.
19386         (uncompface): Call uncompface-internal if uncompface-use-external
19387         is nil.
19388         (uncompface-internal): New function.  Note that there are also
19389         some other functions and variables added for this function.
19390
19391 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19392
19393         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19394         if necessary.
19395
19396 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19397
19398         * spam-report.el (spam-report-unplug-agent)
19399         (spam-report-plug-agent, spam-report-deagentize)
19400         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19401         Add support for the Agent in spam-report: when unplugged, report to a
19402         file; when plugged, submit all the requests.
19403
19404         * spam.el (spam-register-routine): Fix message about
19405         registration.
19406
19407 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19408
19409         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19410         dependencies.
19411         (rfc2047-encode): Use it.
19412
19413         * gnus-art.el (gnus-button-marker-list): Move before first
19414         reference.
19415
19416         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19417         (imap-parse-body): Fix format string mismatch.
19418
19419         * gnus-score.el (gnus-summary-increase-score): do.
19420
19421         * nnrss.el (nnrss-close): New function.
19422
19423 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19424
19425         * nnrss.el (nnrss-make-filename): New function.
19426         (nnrss-request-delete-group, nnrss-read-server-data)
19427         (nnrss-save-server-data, nnrss-read-group-data)
19428         (nnrss-save-group-data): Use it.
19429         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19430         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19431         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19432
19433 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19434
19435         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19436
19437 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19438
19439         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19440         files.
19441
19442         * message.el (message-generate-headers-first): Don't quote nil
19443         and t in docstrings.
19444
19445         * imap.el (imap-id): do.
19446
19447         * gnus-agent.el (gnus-agent-consider-all-articles)
19448         (gnus-agent-queue-mail): do.
19449
19450 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19451
19452         * spam-report.el (spam-report-process-queue): New function.
19453         Process requests from `spam-report-requests-file'.
19454         (spam-report-process-queue): Doc fix.
19455
19456 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19457
19458         * spam.el (spam-register-routine)
19459         (spam-log-processing-to-registry, spam-log-registered-p)
19460         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19461         Change "check" to "spam-check" for semi-clarity.
19462
19463 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19464
19465         * pop3.el: Require nnheader.
19466
19467         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19468
19469         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19470
19471         * gnus-picon.el: Require cl.
19472
19473         * gnus-fun.el: Require gnus-ems and gnus-util.
19474
19475         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19476
19477         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19478
19479         * gnus-art.el (gnus-article-edit-mode): Define before first
19480         reference.
19481
19482 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19483
19484         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19485         (gnus-uu-post-encoded): Use point-at-bol.
19486
19487         * gnus-topic.el (gnus-group-active-topic-p): do.
19488
19489         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19490
19491         * gnus-group.el (gnus-group-kill-region): do.
19492
19493         * gnus-art.el (article-date-ut): do.
19494
19495         * message.el (message-fetch-field): Remove redundant
19496         case-fold-search binding.
19497         (message-narrow-to-field): Simplify.
19498
19499 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19500
19501         * spam.el (spam-directory): Derive from `gnus-directory'.
19502
19503         * spam-report.el (spam-report-url-to-file)
19504         (spam-report-requests-file): New function and variable for offline
19505         reporting.
19506         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19507         and user defined function.
19508         (spam-report-url-ping-mm-url): Remove doubled slash.
19509
19510 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19511
19512         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19513
19514 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19517         Fix format string mismatch.
19518
19519         * sieve.el (sieve-deactivate-all): do.
19520
19521         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19522
19523         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19524
19525         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19526
19527         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19528
19529 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19530
19531         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19532         the list of checks.
19533
19534 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19535
19536         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19537         padding.
19538
19539 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19540
19541         * mm-view.el (mm-fill-flowed): New variable.
19542         (mm-inline-text): Use it.
19543
19544 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19545
19546         * spam.el (spam-spamassassin-register-ham-routine)
19547         (spam-spamassassin-register-spam-routine): Fix function names.
19548
19549 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus.el (gnus-tmp-grouplens): Remove.
19552         (gnus-summary-line-format): Remove grouplens.
19553
19554         * gnus-group.el (gnus-group-line-format): Ditto.
19555
19556         * gnus-spec.el (gnus-format-specs): Ditto.
19557         (gnus-update-format-specifications): Flush the group format spec
19558         cache if there's the grouplens stuff.
19559         (gnus-parse-simple-format): Replace %l with the empty string.
19560
19561 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19562
19563         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19564         omission.
19565
19566 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19569         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19570
19571 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19572
19573         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19574         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19575         New macros and functions.
19576         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19577         Handle > NLINK_MAX messages.
19578         * nnmaildir.el (nnmaildir-request-set-mark):
19579         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19580
19581 2004-01-25  Alex Schroeder  <alex@gnu.org>
19582
19583         * spam-stat.el (spam-stat-process-directory-age): New option.
19584         (spam-stat-process-directory): Use it.
19585
19586 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19587
19588         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19589         (spam-stat-save): Accept prefix argument.
19590
19591 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19592
19593         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19594         links" error.
19595
19596 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19599         the rest of the and/or forms.
19600
19601 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19604         compatibility with old .newsrc.eld files.
19605
19606         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19607
19608         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19609
19610         * gnus-start.el (gnus-1): do.
19611
19612         * gnus-group.el (gnus-group-line-format-alist): do.
19613
19614         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19615
19616         * gnus-gl.el: Remove.
19617
19618 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19619
19620         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19621         marks consisting of a single range {for example, (3 . 5)} rather
19622         than a list of a single range { ((3 . 5)) }.
19623
19624 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19625
19626         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19627         Use with-current-buffer.
19628         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19629         avoid consing a string.
19630
19631         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19632         Remove obsolete entries for big5 and gb2312.
19633
19634 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19635
19636         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19637         uncompressed list.
19638
19639 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19640
19641         * spam-stat.el (spam-stat-strip-xref): New function.
19642         (spam-stat-process-directory): Use it.
19643
19644         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19645         here -- it's done in message-fetch-field.
19646
19647 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19648
19649         * gnus-agent.el (gnus-agent-queue-mail)
19650         (gnus-agent-prompt-send-queue): New variables.
19651         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19652         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19653         "nndraft:queue" along to gnus-draft-send.
19654         Use gnus-agent-prompt-send-queue.
19655         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19656         is "nndraft:queue".  Suggested by Gaute Strokkenes
19657         <gs234@srcf.ucam.org>
19658
19659         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19660         (agent-enable-undownloaded-faces): Add.
19661         (gnus-agent-cat-groups): Use eval-and-compile, not
19662         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19663         method of gnus-agent-cat-groups even when the buffer has been
19664         evaled.
19665         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19666         delete gnus-agent-save-active-1.
19667         (gnus-agent-save-groups): Delete.  Identical to
19668         gnus-agent-save-active.
19669         (gnus-agent-write-active): No longer adjust agent's copy of active
19670         file as agent's adjustments are now stored in their own
19671         file.  Remove optional parameter.
19672         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19673         servers.  Add use of min/max range limits from server's local
19674         file.
19675         (gnus-agent-save-alist): Remove unused optional argument.
19676         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19677         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19678         (gnus-agent-set-local): A per-server file that keeps min/max range
19679         limits for articles known to the agent.  Provides a fast mechanism
19680         for altering many active ranges.
19681         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19682         active file (local makes it unnecessary).
19683         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19684
19685         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19686         (agent-enable-undownloaded-faces): Add.
19687
19688         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19689         disable it when sending to "nndraft:queue".
19690         (gnus-group-send-queue): Add safety check to avoid sending queue
19691         when unplugged.
19692
19693         * gnus-group.el (gnus-group-catchup): Use new
19694         gnus-sequence-of-unread-articles, not
19695         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19696         numbers of articles.  Use gnus-range-map to avoid having to
19697         uncompress the unread list.
19698         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19699         Fix invalid ange-ftp reference.
19700
19701         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19702         (gnus-sorted-range-intersection): Intersection of two ranges
19703         without requiring that they first be uncompressed.
19704
19705         * gnus-start.el (gnus-activate-group): Unless blocked by the
19706         caller, possibly expand the active range to include both cached
19707         and agentized articles.
19708         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19709         multiple version-dependent converters.
19710         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19711         gnus-agent-save-active.
19712         (gnus-save-newsrc-file): Save dirty agent range limits.
19713
19714         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19715         gnus-agent-possibly-alter-active.
19716         (gnus-adjust-marked-articles): Faster handling of simple lists.
19717
19718 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19719
19720         * spam-stat.el (spam-stat-test-directory): New optional argument
19721         displays a list of files detected.  Suggested by Andrew Cohen
19722         <cohen@andy.bu.edu>.
19723         (spam-stat-buffer-words-with-scores): Don't narrow and change
19724         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19725
19726 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19727
19728         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19729         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19730         (spam-spamassassin-arguments)
19731         (spam-spamassassin-spam-flag-header)
19732         (spam-spamassassin-positive-spam-flag-header)
19733         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19734         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19735         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19736         (spam-list-of-processors, spam-list-of-checks)
19737         (spam-list-of-statistical-checks, spam-registration-functions)
19738         (spam-check-spamassassin-headers, spam-check-spamassassin)
19739         (spam-spamassassin-score)
19740         (spam-spamassassin-register-with-sa-learn)
19741         (spam-spamassassin-register-spam-routine)
19742         (spam-spamassassin-register-ham-routine)
19743         (spam-assassin-register-spam-routine)
19744         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19745         (spam-bogofilter-score): Fix to show article before scoring.
19746
19747 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19748
19749         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19750         default scoring function.
19751         (spam-generic-score): Call spam-spamassassin-score if
19752         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19753         spam-bogofilter-score otherwise.
19754
19755         * gnus.el (spam-process, spam-autodetect-methods):
19756         Add spamassassin and spamassassin-headers.
19757
19758 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19759
19760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19761         Suppress unnecessary messages.
19762
19763 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19764
19765         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19766         make-hash-table.
19767
19768 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * canlock.el (base64-encode-string): Don't autoload it.
19771
19772 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * run-at-time.el: Remove useless (require 'itimer),
19775         eval-and-compile and (featurep 'xemacs).
19776
19777 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19778
19779         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19780         GROUP is a virtual group.
19781
19782 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19783
19784         * gnus.el: Autoload `message-y-or-n-p'.
19785
19786 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19787
19788         * pgg-parse.el: Remove unnecessary (require 'custom).
19789
19790         * pgg-def.el: do.
19791
19792         * nnmail.el: do.
19793
19794         * gnus-undo.el: do.
19795
19796         * gnus-picon.el: do.
19797
19798         * gnus-util.el: do.
19799
19800 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19801
19802         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19803
19804 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19805
19806         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19807         handle, as well as a list.
19808
19809         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19810         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19811         (mm-w3m-cid-retrieve): Simplify.
19812
19813 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19814
19815         * message.el (message-kill-to-signature): Allow prefix arg to
19816         specify number of lines to keep before signature.
19817
19818 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19819
19820         * message.el (message-kill-to-signature): Change docstring.
19821
19822 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * canlock.el: Always require sha1-el.
19825         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19826
19827         * message.el: Autoload sha1 only when compiling.
19828
19829         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19830         eudc-expand-inline for XEmacs.
19831
19832 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19833
19834         * message.el (message-canlock-generate): Require sha1-el.
19835
19836 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19837
19838         * message.el (message-expand-name): Silence the byte compiler.
19839
19840         * lpath.el: Add detect-coding-system.
19841
19842         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19843         cus-edit.
19844
19845 2004-01-13  Simon Josefsson  <jas@extundo.com>
19846
19847         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19848         Invoke gnus-score-mode.
19849         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19850
19851         * gnus-range.el (gnus-compress-sequence): Doc fix.
19852         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19853
19854 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19855
19856         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19857
19858 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19859
19860         * spam.el (spam-get-article-as-string): Update to use
19861         gnus-request-article-this-buffer, much simpler.
19862         (spam-get-article-as-buffer): Remove.
19863
19864 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19865
19866         * message.el (message-expand-name): Use EUDC if the user uses that.
19867
19868 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19869
19870         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19871         character for the encoding to avoid consing a string.
19872
19873         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19874         unnecessarily.
19875
19876         * mm-util.el (mm-replace-chars-in-string): Remove.
19877
19878         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19879         of mm-replace-chars-in-string.
19880
19881 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19882
19883         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19884
19885         * mm-util.el (mm-subst-char-in-string): Support inplace.
19886
19887         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19888         a new string in every iteration.  Use shy groups.
19889
19890 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19891
19892         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19893         * gnus-soup.el (gnus-soup-group-brew):
19894         * gnus-msg.el (gnus-put-message):
19895         * gnus-move.el (gnus-group-move-group-to-server):
19896         * gnus-kill.el (gnus-batch-score):
19897         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19898         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19899         (gnus-group-update-group, gnus-group-read-group)
19900         (gnus-group-make-group, gnus-group-make-help-group)
19901         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19902         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19903         (gnus-group-sort-by-unread, gnus-group-catchup)
19904         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19905         (gnus-group-yank-group, gnus-group-set-info)
19906         (gnus-group-list-groups):
19907         * gnus.el (gnus-generate-new-group-name):
19908         * gnus-delay.el (gnus-delay-send-queue):
19909         * nnvirtual.el (nnvirtual-catchup-group):
19910         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19911         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19912         (gnus-group-prepare-topics, gnus-topic-check-topology):
19913         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19914         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19915         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19916         (gnus-group-make-articles-read):
19917         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19918         (gnus-group-change-level, gnus-kill-newsgroup)
19919         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19920         (gnus-get-unread-articles, gnus-make-articles-unread)
19921         (gnus-make-ascending-articles-unread): Use accessor
19922         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19923         to get group information for improved readability.
19924
19925
19926 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19927
19928         * gnus-art.el (article-decode-mime-words, article-babel)
19929         (gnus-article-highlight-signature, gnus-article-add-buttons)
19930         (gnus-signature-toggle): Use gnus-with-article-buffer.
19931
19932         * gnus-art.el (gnus-article-highlight-headers)
19933         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19934
19935         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19936         (gnus-article-set-globals, gnus-request-article-this-buffer)
19937         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19938         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19939         (gnus-mime-display-alternative): Use with-current-buffer.
19940
19941 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19942
19943         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19944         also under 80 char limit, and call gnus-error if needed.
19945         (spam-fetch-article-header): Fix - it was a
19946         buffer-local variable (gnus-newsgroup-data).
19947         (spam-find-spam): Use spam-generate-fake-headers, forget about
19948         spam-insert-fake-headers.
19949         (spam-insert-fake-headers): Remove.
19950
19951 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19952
19953         * deuglify.el (gnus-article-outlook-unwrap-lines)
19954         (gnus-outlook-rearrange-article)
19955         (gnus-outlook-repair-attribution-outlook)
19956         (gnus-outlook-repair-attribution-block)
19957         (gnus-outlook-repair-attribution-other): Remove redundant
19958         save-excursion.
19959
19960 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19961
19962         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19963         (spam-fetch-field-subject-fast)
19964         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19965         (spam-fetch-article-header): Add functions to deal with Gnus
19966         internals for fast retrieval of article header data.
19967         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19968
19969 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19970
19971         * pop3.el (pop3-md5): Remove.
19972         (pop3-apop): Replace pop3-md5 with md5.
19973
19974         * mm-bodies.el: base64 is always built-in.
19975
19976         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19977         Use with-current-buffer.
19978
19979 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19980
19981         * canlock.el (canlock-insert-header): Remove excessive grouping in
19982         regexp.
19983
19984         * gnus-sum.el (gnus-summary-read-document): Ditto.
19985
19986         * gnus-uu.el (gnus-uu-part-number): Ditto.
19987
19988         * html2text.el (html2text-remove-tags): Ditto.
19989         (html2text-format-tags): Ditto.
19990         (html2text-format-single-elements): Ditto.
19991
19992         * mml.el (mml-parse-1): Ditto.
19993
19994 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19995
19996         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19997
19998         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19999
20000         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20001
20002         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20003
20004 2003-11-15  Simon Josefsson  <jas@extundo.com>
20005
20006         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20007         (pgg-gpg-lookup-key): Use regexp match instead of
20008         split-string (split-string is different between emacs 21.2 and
20009         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20010
20011 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20012
20013         * gnus-art.el (gnus-mime-view-all-parts)
20014         (gnus-article-part-wrapper, gnus-article-view-part):
20015         Use with-current-buffer.
20016
20017 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20018
20019         * spam.el (spam-disable-spam-split-during-ham-respool)
20020         (spam-spamoracle-database, spam-cache-lookups)
20021         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20022         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20023         (spam-group-ham-marks, spam-group-spam-marks)
20024         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20025         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20026         also add spam-use-blackholes to the statistical checks.
20027         (spam-fetch-field-fast): Add interface to fetching fields, may
20028         become a macro.
20029         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20030         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20031         (spam-insert-fake-headers): Fake an article when needed.
20032         (spam-find-spam): Fake article when possible.
20033         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20034         (spam-check-bogofilter-headers): Use message-fetch-field instead
20035         of nnmail-fetch-field.
20036
20037 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20038
20039         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20040
20041 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20042
20043         * spam.el (spam-split): Do not require spam-use-CHECK to be
20044         enabled if that check is passed to spam-split explicitly; also
20045         fix so 'spam doesn't get converted to spam-split-group when
20046         spam-split-symbolic-return is t.
20047         (spam-find-spam): Find registrations of the article and use those
20048         instead of re-running spam-split to find the spam/ham
20049         classification of the article.
20050         (spam-log-processing-to-registry, spam-log-registered-p)
20051         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20052         Use gnus-error instead of gnus-message.
20053         (spam-log-registration-type): Add function to determine the
20054         classification of a message based on registry entries; will
20055         return nil if both 'spam and 'ham are found.
20056         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20057         a reasonably fast local cache without the loading errors.
20058         (spam-cache-lookups): Set to t by default.
20059         (spam-find-spam): Don't try to guess spam-cache-lookups.
20060         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20061         spam-caches entry.
20062         (spam-filelist-build-cache, spam-filelist-check-cache):
20063         Fix caching of whitelist/blacklist entries.
20064         (spam-check-whitelist, spam-check-blacklist):
20065         Invoke spam-from-listed-p with a type, not a cache variable.
20066         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20067
20068 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20069
20070         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20071
20072         * nnmail.el (nnmail-split-fancy): do.
20073
20074         * mml.el (mml-parse): do.
20075
20076         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20077         (gnus-score-adaptive): do.
20078
20079 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20082         (gnus-mime-button-map): Don't set keymap parent.
20083         (gnus-button-ctan-directory-regexp): Use shy grouping.
20084         (gnus-prev-page-map): Don't set keymap parent.
20085         (gnus-prev-page-map): Remove duplicated one.
20086         (gnus-next-page-map): Don't set keymap parent.
20087         (gnus-mime-security-button-map): Ditto.
20088
20089         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20090         version number.
20091
20092         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20093
20094 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * canlock.el (canlock-sha1-function): Remove.
20097         (canlock-sha1-function-for-verify): Remove.
20098         (canlock-openssl-program): Remove.
20099         (canlock-openssl-args): Remove.
20100         (canlock-ignore-errors): Remove.
20101         (canlock-sha1-with-openssl): Remove.
20102         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20103         (canlock-verify): Don't use canlock-ignore-errors.
20104
20105         * sha1-el.el (sha1-string-external): Make it can return a string
20106         in binary form.
20107         (sha1-region-external): Ditto.
20108         (sha1-string-internal): Ditto.
20109         (sha1-region-internal): Ditto.
20110         (sha1-region): Ditto.
20111         (sha1-string): Ditto.
20112         (sha1): Ditto.
20113
20114 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20115
20116         * spam.el (spam-report-articles-gmane): New command.
20117
20118 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20121
20122         * run-at-time.el (run-at-time-saved): Remove.
20123         (run-at-time): Doc fix.
20124
20125 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20126
20127         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20128         (gnus-summary-limit-map): Add it.
20129         (gnus-summary-make-menu-bar): do.
20130
20131 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20132
20133         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20134         Make attempt at some caching support (done for BBDB only now).
20135         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20136         addresses to be checked.
20137         (spam-clear-cache-BBDB): Add function, to be invoked by
20138         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20139         (spam-check-BBDB): Check and use the caches, if
20140         spam-cache-lookups is on, remove superfluous (provide).
20141
20142 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20143
20144         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20145
20146 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20147
20148         * run-at-time.el (run-at-time-saved): Move to after the definition
20149         of `run-at-time'.
20150
20151         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20152
20153 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20154
20155         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20156         mm-w3m-local-map-property.
20157
20158         * mm-view.el (mm-w3m-mode-map): Remove.
20159         (mm-w3m-local-map-property): Remove.
20160         (mm-inline-text-html-render-with-w3m): Don't use
20161         mm-w3m-local-map-property.
20162
20163 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20164
20165         * run-at-time.el: New file.
20166
20167         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20168         under Emacs.
20169
20170         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20171         of gnus-set-text-properties.
20172
20173         * gnus-uu.el (gnus-uu-save-article): Ditto.
20174
20175         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20176
20177         * gnus-cite.el (gnus-cite-parse): Ditto.
20178
20179         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20180         of gnus-.
20181
20182         * gnus-xmas.el (run-at-time): Require run-at-time.
20183
20184         * gnus.el: Change calls to nnheader-run-at-time and
20185         password-run-at-time throughout to use run-at-time directly.
20186
20187         * password.el: Remove definition of run-at-time.
20188
20189         * nnheaderxm.el: Remove definition of run-at-time.
20190
20191 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20192
20193         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20194         in prompt.
20195
20196 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20197
20198         * messagexmas.el (message-xmas-redefine): Alias
20199         `message-make-caesar-translation-table' to
20200         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20201         version.
20202
20203         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20204         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20205         `gnus-xmas-set-text-properties'.
20206         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20207         `gnus-xmas-completing-read'.
20208         (gnus-xmas-completing-read): Removed.
20209         (gnus-xmas-open-network-stream): Removed.
20210
20211         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20212         XEmacs version.
20213
20214         * dns.el (dns-make-network-process): Use `open-network-stream'
20215         instead of `gnus-xmas-open-network-stream'.
20216
20217         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20218
20219         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20220
20221 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20222
20223         * gnus-art.el (gnus-mime-display-alternative)
20224         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20225         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20226         Don't use gnus-local-map-property.
20227
20228         * gnus-util.el (gnus-local-map-property): Remove.
20229
20230         * mm-view.el (mm-view-pkcs7-decrypt):
20231         Replace gnus-completing-read-maybe-default with completing-read.
20232
20233         * gnus-util.el (gnus-completing-read): do.
20234         (gnus-completing-read-maybe-default): Remove.
20235
20236 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20237
20238         * password.el: Only autoload `run-at-time' if not XEmacs.
20239         Only autoload the itimer functions if XEmacs.
20240
20241 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20242
20243         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20244         XEmacsen.
20245
20246         * dgnushack.el: Autoload executable-find for XEmacs.
20247
20248 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * gnus-art.el (gnus-read-string): Remove.
20251         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20252         read-string.
20253
20254 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20255
20256         * netrc.el: Autoload password-read.
20257         (netrc): Add configuration group.
20258         (netrc-encoding-method, netrc-openssl-path):
20259         Add variables for encoding and decoding of files with symmetric
20260         ciphers.
20261         (netrc-encode): Add assistant function to encode a file with
20262         netrc-encoding-method.
20263         (netrc-parse): Add interactive parameter, added optional
20264         decoding if netrc-encoding-method is non-nil but otherwise
20265         behavior is standard.
20266         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20267         Do s/encode/encrypt/ everywhere.
20268
20269         * spam.el: Remove executable-find autoload.
20270
20271 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20272
20273         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20274
20275         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20276
20277 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20278
20279         * gnus-art.el (gnus-treat-ansi-sequences)
20280         (article-treat-ansi-sequences): New variable and function.
20281         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20282
20283         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20284         Use it.
20285
20286 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20287
20288         * mm-util.el (mm-quote-arg): Remove.
20289
20290         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20291         shell-quote-argument.
20292
20293         * gnus-uu.el (gnus-uu-command): do.
20294
20295         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20296
20297         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20298         with make-char.
20299
20300         * mm-util.el (mm-make-char): Remove.
20301
20302         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20303         add-minor-mode.
20304
20305         * gnus-undo.el (gnus-undo-mode): do.
20306
20307         * gnus-topic.el (gnus-topic-mode): do.
20308
20309         * gnus-sum.el (gnus-dead-summary-mode): do.
20310
20311         * gnus-start.el (gnus-slave-mode): do.
20312
20313         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20314
20315         * gnus-ml.el (gnus-mailing-list-mode): do.
20316
20317         * gnus-gl.el (gnus-grouplens-mode): do.
20318
20319         * gnus-draft.el (gnus-draft-mode): do.
20320
20321         * gnus-dired.el (gnus-dired-mode): do.
20322
20323         * gnus-ems.el (gnus-add-minor-mode): Remove.
20324
20325         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20326         Replace gnus-char-width with char-width.
20327
20328         * gnus-ems.el (gnus-char-width): Remove.
20329
20330         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20331         Replace gnus-char-width with char-width.
20332
20333         * gnus-ems.el (gnus-char-width): Remove.
20334
20335         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20336         definition.
20337         Remove Emacs 20 hash table compatibility code.
20338
20339         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20340         20 compatibility code.
20341
20342         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20343
20344         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20345
20346         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20347         Replace with point-at-{eol,bol}.
20348
20349         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20350
20351         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20352
20353         * flow-fill.el (fill-flowed-point-at-bol)
20354         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20355
20356         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20357         Replace with point-at-{eol,bol} throughout all files.
20358
20359 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * ntlm.el (ntlm-string-as-unibyte): New macro.
20362         (ntlm-build-auth-response): Use it.
20363
20364         Remove Emacs 20 stuff:
20365         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20366         (butlast, mapc, remove): Remove the compiler macros.
20367         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20368         of delq and copy-sequence.
20369         * gnus-art.el (popup-menu): Remove the compiler macro.
20370         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20371         Emacs 20.
20372
20373 2004-01-05  Simon Josefsson  <jas@extundo.com>
20374
20375         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20376         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20377         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20378         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20379         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20380         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20381         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20382         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20383         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20384         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20385         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20386         string-xor into ntlm-string-xor.
20387         Suggested by Jesper Harder <harder@myrealbox.com>.
20388
20389         * ntlm.el: Don't include poem.
20390
20391         * md4.el (print-int32, print-string-hexa): Remove.
20392         Suggested by Jesper Harder <harder@myrealbox.com>.
20393
20394         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20395
20396         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20397         probably breaks emacs with DL patch, but do we care? Is anyone
20398         still using the DL stuff?)
20399
20400         * sieve-manage.el: Use the password package.
20401         (sieve-manage-read-passwd): Remove.
20402         (sieve-manage-interactive-login): Use password.  Re-add
20403         condition-case around loop.
20404
20405         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20406         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20407         Use the password package.
20408
20409 2003-02-19  Simon Josefsson  <jas@extundo.com>
20410
20411         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20412         token.
20413
20414 2002-08-07  Simon Josefsson  <jas@extundo.com>
20415
20416         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20417         (sieve-manage-authenticators):
20418         (sieve-manage-authenticator-alist): Add some SASL mechs.
20419         (sieve-sasl-auth): New function.
20420         (sieve-manage-cram-md5-auth):
20421         (sieve-manage-plain-auth): Rewrite using SASL library.
20422         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20423         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20424         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20425         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20426
20427 2004-01-05  Simon Josefsson  <jas@extundo.com>
20428
20429         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20430         New files.
20431
20432 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20433
20434         * gnus-group.el (gnus-no-groups-message): Update.
20435
20436         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20437
20438 2003-11-09  Simon Josefsson  <jas@extundo.com>
20439
20440         * imap.el: Support for ID IMAP extension (RFC 2971).
20441         (imap-local-variables): Add imap-id.
20442         (imap-id): New variable.
20443         (imap-id): New function.
20444         (imap-parse-response): Parse untagged ID response.
20445         * nnimap.el (nnimap-id): New variable.
20446         (nnimap-open-connection): Use it.
20447
20448 2003-12-28  Simon Josefsson  <jas@extundo.com>
20449
20450         * gnus-score.el (gnus-score-edit-all-score): New.
20451         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20452
20453 2004-01-04  Simon Josefsson  <jas@extundo.com>
20454
20455         * password.el: Add.
20456
20457 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20458
20459         * dns.el (dns-query-types): Fix typo.
20460         (dns-query-types): New function.
20461         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20462         PTR and SOA replies, see RFC 1035.
20463
20464 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20465
20466         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20467
20468         * Move to Changelog.2.
20469
20470 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20471
20472         * gnus.el (gnus-version-number): Bump version.
20473
20474 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20475
20476         * gnus.el: No Gnus v0.1 is released.
20477
20478 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20479
20480         * gnus.el: No Gnus v0.0 is released.
20481
20482 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20483
20484         * gnus.el (gnus-version-number): Bump.
20485         (gnus-version): No.
20486
20487 See ChangeLog.2 for earlier changes.
20488
20489   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20490
20491   This file is part of GNU Emacs.
20492
20493   GNU Emacs is free software: you can redistribute it and/or modify
20494   it under the terms of the GNU General Public License as published by
20495   the Free Software Foundation, either version 3 of the License, or
20496   (at your option) any later version.
20497
20498   GNU Emacs is distributed in the hope that it will be useful,
20499   but WITHOUT ANY WARRANTY; without even the implied warranty of
20500   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20501   GNU General Public License for more details.
20502
20503   You should have received a copy of the GNU General Public License
20504   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20505
20506 ;; Local Variables:
20507 ;; coding: utf-8
20508 ;; fill-column: 79
20509 ;; add-log-time-zone-rule: t
20510 ;; End: