Try to avoid having point move around by not using save-window-excursion.
[gnus] / lisp / ChangeLog
1 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4         move around by not using save-window-excursion.  It seems to work...
5
6 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (article-make-date-line): Work for user-defined format.
9
10 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
11
12         * nntp.el (nntp-retrieve-group-data-early)
13         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
14         fetching functions.
15
16         * gnus-start.el (gnus-read-active-for-groups): Read the active files
17         thoroughly for all backends that have no known groups.  This should
18         allow new nnml methods to retrieve mail.
19
20         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
21         that Gnus doesn't know exists again.
22
23         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
24         (gnus-treat-date-ut): Ditto.
25         (gnus-article-update-date-header): Renamed.
26         (gnus-treat-date-local): Removed.
27         (gnus-treat-date-english): Removed.
28         (gnus-treat-date-lapsed): Removed.
29         (gnus-treat-date-combined-lapsed): Removed.
30         (gnus-treat-date-original): Removed.
31         (gnus-treat-date-iso8601): Removed.
32         (gnus-treat-date-user-defined): Removed.
33         (gnus-article-date-headers): New variable to control all the date
34         header options.
35         (article-date-ut): Rewrite to allow using the new way to format date
36         headers(s).
37
38 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
39
40         * nnmail.el (nnmail-article-group): Check for a direct fancy split
41         method.
42         (nnmail-article-group): A better test for fanciness.
43
44         * nnimap.el (nnimap-request-head): Protect against not finding the
45         article by Message-ID.
46
47 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-art.el (article-update-date-lapsed): Try a better way to really
50         keep point at the "same place".
51
52 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
55         data if the group is unactivated.
56
57 2011-01-28  Julien Danjou  <julien@danjou.info>
58
59         * gnus-win.el: Remove dead function gnus-window-configuration-element.
60         (gnus-all-windows-visible-p): Remove old compatibility code.
61         (gnus-window-top-edge): Add docstring.
62
63         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
64
65 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
68         older request-update-info.
69
70         * gnus-art.el (article-make-date-line): Limit the length a bit more.
71
72 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
73
74         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
75         mml2015-signers higher precedence over mml2015-sign-with-sender.
76
77 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
80         groups.  This makes the nndraft:queue group pop up if it's not already
81         there.
82
83         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
84         messages" logic, which was reversed.
85
86         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
87         the "same place" even if point is on the line being replaced.
88         (article-update-date-lapsed): Allow updating both the combined lapsed
89         and the lapsed headers.
90         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
91         (article-make-date-line): Limit the number of segments dynamically to
92         avoid too-long lines.
93
94 2011-01-27  Julien Danjou  <julien@danjou.info>
95
96         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
97         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
98
99 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
102         Use plist-get instead of the cl function getf.
103
104 2011-01-27  Glenn Morris  <rgm@gnu.org>
105
106         * gnus-util.el (float-time): Get rid of compiler warning, again.
107
108 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
109
110         * shr.el (shr-put-color): Special-case background colours: Do put them
111         at the blank parts at the front of the lines.
112
113         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
114         exit hook to nix out all data on readedness on group exit.
115
116         * gnus-util.el (float-time): If float-time is bound, always use it on
117         all Emacsen.  It's unclear why the subrp check was there.
118         (time-date): Require to make some autoload issues on XEmacs go away.
119
120         * shr.el (shr-put-color): Don't do the box padding in tables, since
121         they're already padded.
122
123 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-art.el (gnus-article-next-page): When the last line of the
126         article is displayed, scroll down once more instead of going to the
127         next article at once.
128         (article-lapsed-string): Refactor out and allow specifying how many
129         segments you want.
130         (gnus-article-setup-buffer): Start updating the lapsed header directly.
131         (gnus-article-update-lapsed-header): New variable.
132
133         * shr.el: Revert change that made headings use different-sized faces.
134         The Emacs display engine isn't advanced enough that, for instance,
135         tables can comfortably use differntly-sized faces.
136
137 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
140         used.
141         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
142         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
143         we're using an encrypted connection.
144
145         * proto-stream.el: Alter the interface functions to also return the
146         actual stream type used: network or tls.
147
148 2011-01-25  Julien Danjou  <julien@danjou.info>
149
150         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
151         (mm-display-javascript-inline): New function.
152
153         * mm-decode.el (mm-inline-media-tests): Add application/javascript
154         viewing function.
155
156 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * shr.el (shr-expand-newlines): Fix variable name.
159
160 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
161
162         * shr.el (shr-expand-newlines): Make nested boxes work.
163
164 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
165
166         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
167         backgrounds.
168         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
169         in a more sensible manner.
170
171 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
172
173         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
174         if EPG is loaded.
175
176 2011-01-24  Julien Danjou  <julien@danjou.info>
177
178         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
179         tags.
180
181 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
184         commands.
185
186         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
187         in the article buffer.
188         (gnus-gravatar-insert): Use blank space from the current buffer to
189         avoid breaking text properties.  This makes X-Sent updating work again.
190
191         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
192
193 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
196         fix the bug in url-http.el instead.
197
198         * shr.el (shr-image-fetched): Ditto.
199
200         * shr.el (shr-image-fetched): Avoid having point move in the article
201         buffer.
202
203         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
204         buffer after being called.  It's apparently being killed by url.el, and
205         killing it made point move to end-of-buffer in a random buffer.
206
207         * shr.el (shr-image-fetched): Ditto.
208
209 2011-01-23  Julien Danjou  <julien@danjou.info>
210
211         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
212
213         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
214         text/x-org.
215
216 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
217
218         * gnus-sum.el (gnus-summary-move-article): Protect against backends
219         (i.e., nnimap) returning nil as the article number.
220
221 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
222
223         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
224         "DelSp" parameter in RFC3676.
225
226 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * message.el (message-check-recipients): Display the encoded version of
229         the bogus address if they differ.
230
231         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
232         after sending.
233
234         * gnus-agent.el (gnus-agent-send-mail): Ditto.
235
236         * gnus-group.el (gnus-group-refresh-group): New convenience function.
237
238         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
239         group buffer after sending the queue.
240
241         * gnus-agent.el (gnus-agent-send-mail): Ditto.
242
243 2011-01-22  Julien Danjou  <julien@danjou.info>
244
245         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
246
247 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
248
249         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
250         nested related parts.
251
252         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
253         unexpired articles.  This fixes the regression that led expiry marks to
254         disappear from nnfolder groups.
255
256 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
257
258         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
259         Don't confuse the "ret" of "retrograde" with RET.
260
261 2011-01-21  Julien Danjou  <julien@danjou.info>
262
263         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
264         than mm-insert-inline.
265
266 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
269         Widen article buffer.
270
271 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
272
273         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
274         the temp buffer.
275         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
276
277 2011-01-20  Julien Danjou  <julien@danjou.info>
278
279         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
280
281         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
282         than mm-insert-inline to insert inline part: this respect
283         mm-inline-media-tests displayers.
284
285         * mm-view.el (mm-display-shell-script-inline): New function.
286
287         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
288
289         * mm-uu.el (mm-uu-type-alist): Add org block.
290         (mm-uu-org-src-code-block-extract): New function.
291
292         * mm-view.el (mm-display-org-inline): New function.
293
294         * mm-decode.el (mm-automatic-display): Add text/org.
295
296         * mailcap.el (mailcap-mime-extensions): Add .org.
297
298 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-art.el (gnus-article-highlight): Remove argument passed to
301         gnus-article-add-buttons.
302
303 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
304
305         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
306         From header with a date and "nobody" as the sender.
307
308 2011-01-19  Julien Danjou  <julien@danjou.info>
309
310         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
311         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
312         if you have the same regexp several times.
313         (gnus-button-push): Fix matching when regexp is symbol.
314
315 2011-01-15  Glenn Morris  <rgm@gnu.org>
316
317         * message.el (message-mail): A compose-mail function should
318         accept headers as strings.
319
320 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
321
322         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
323         Add :vert-only tags.
324         (message-mail): New arg RETURN-ACTION.
325         (message-return-action): New var.
326         (message-bury): Use it.
327         (message-mode): Make it buffer-local.
328         (message-send-and-exit): Always call message-bury.
329
330         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
331         message-mail.
332
333 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * nnimap.el (nnimap-convert-partial-article): Protect against
336         zero-length body parts.
337
338         * mm-decode.el (mm-preferred-alternative-precedence):
339         Discourage showing empty parts.
340
341         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
342         and stuff if the backend didn't return the article number.  This fixes
343         an Exchange-related nnimap bug.
344
345         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
346         group window, because it does the wrong thing when a separate frame
347         displays the group buffer.
348
349         * proto-stream.el (open-protocol-stream): Protect against the low-level
350         transport functions returning nil.
351
352 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
353
354         * mml2015.el (epg-sub-key-fingerprint): Autoload.
355         (mml2015-epg-find-usable-secret-key): New function.
356         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
357         mml2015-epg-find-usable-key (Bug#7797).
358         (mml2015-epg-encrypt): Ditto.
359
360 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * dgnushack.el (rot13-string): Fix the way to get the argument.
363
364 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
367
368 2011-01-03  Glenn Morris  <rgm@gnu.org>
369
370         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
371
372         * sieve.el (sieve-open-server): Give a more explicit error if
373         sieve-manage-open returns nil.  (Bug#7720)
374
375 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
376
377         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
378
379 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
382         This avoids sending passwords in plain text over non-encrypted
383         channels.
384
385         * shr.el (shr-rescale-image): Display all GIF images as animated images.
386
387         * nnimap.el (nnimap-login): Refactored out into own function, and
388         implement CRAM-MD5.
389         (nnimap-wait-for-line): Refactored out.
390
391         * mm-view.el (mml-smime): Require.
392
393 2010-12-20  David Engster  <deng@eml.cc>
394
395         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
396         use EPG to decrypt S/MIME messages instead of openssl.
397
398 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
401
402         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
403         status is the group clearly is unreachable.
404
405         * auth-source.el (auth-source-create): Add the optional second
406         parameter to `local-variable-p' to be compatible with XEmacs.
407
408 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
409
410         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
411         work when using a compressed nnml folder.
412
413 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
416         backends after sanitising on entry, because this never makes sense:
417         If the articles have gone missing, then the data no longer exists on
418         the backend, and if they haven't, then Gnus is wrong, and shouldn't
419         overwrite anything anyway.
420
421         * shr.el (shr-insert-document): Bind shr-width dynamically to
422         window-width if it's nil.
423
424 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
425
426         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
427         with the meaning of using the full emacs window width for rendering.
428
429 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
430
431         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
432         case when sender is not given.
433
434 2010-12-23  Julien Danjou  <julien@danjou.info>
435
436         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
437         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
438         the addresses, otherwise we might misplaced the gravatar.
439
440 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
441
442         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
443         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
444         obsolete in Emacs.
445
446 2010-12-20  Julien Danjou  <julien@danjou.info>
447
448         * gnus-util.el (gnus-rescale-image): Revert last change.
449
450 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
451
452         * binhex.el: Improve commentary (Bug#7482).
453
454 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * gnus-group.el (gnus-group-delete-articles): New command.
457
458 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
459
460         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
461
462 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
465         here, since it's up to the backends to do CRLF removal if their
466         protocol has it.
467
468         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
469
470 2010-12-17  Julien Danjou  <julien@danjou.info>
471
472         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
473         they are from file. Can also scale up.
474
475 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
476
477         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
478         gnus-use-agent.
479         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
480
481         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
482
483 2010-12-17  Julien Danjou  <julien@danjou.info>
484
485         * gravatar.el (gravatar-retrieve-synchronously): New function.
486         (gravatar-get-data): Make more robust.
487
488 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
491
492 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
495         to really consider the last line.
496
497 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
498
499         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
500         list of recipient keys, or use symmetric encryption if not a list.
501         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
502         EPA override, replacing the call to `netrc-store-data'.
503
504 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
505
506         * gnus-srvr.el: Avoid passing nil regexp argument to
507         delete-matching-lines.
508
509 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
512         fetching stops when Gnus exits.
513
514         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
515         function.
516         (nnfolder-request-expire-articles): Save all the buffers after doing
517         expiry.
518
519         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
520         the last article", since that led to serious performance regressions
521         when expiring nnml groups.
522
523 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
524
525         * nnir.el: Improve customizations.
526
527 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
530
531         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
532         group has been killed.
533         (gnus-group-yank-group): Ditto.
534
535         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
536
537         * nnimap.el (nnimap-request-update-group-status): New function.
538
539         * gnus-int.el (gnus-request-update-group-status): New interface
540         function.
541
542         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
543         copying read-ness to the backends.
544
545         * nnimap.el (nnimap-quirk): New function.
546         (nnimap-retrieve-group-data-early): Use it.
547         (nnimap-quirks): New alist.
548
549 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * shr.el (shr-insert): Set shr-start after deleting trailing space;
552         don't delete it within indentation.
553
554 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
557         previous line.
558
559 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
562         QRESYNC command by deleting a superfluous space which broke Cyrus
563         servers.  This change will break other servers that are buggy the other
564         way around.
565
566 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * spam.el: Reindent and fix long lines.
569         (spam-copy-or-move-routine): Exclude invalid move destinations.
570
571 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
572
573         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
574         installed the registry.
575
576 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
579
580 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
581
582         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
583         groupname doesn't contain "gmane".
584
585 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
588         and netrc-bound-and-true-p bindings.
589         (netrc-parse): Cache the netrc contents.
590
591         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
592         (gnus-1): Don't create the nndrafts group twice.
593         (gnus-setup-news): There's no need to read the active file here, since
594         that's done again later on a per-backend basis.
595         (gnus-start-draft-setup): Make sure that the new group is started out
596         empty.
597
598         * gnus-agent.el (gnus-agentize): Don't create the queue group
599         automatically on startup.  It'll be created later, if needed.
600
601         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
602         of automatically subscribed groups.
603         (gnus-auto-subscribed-categories): New variable.
604         (gnus-matches-options-n): Use it.
605         (gnus-default-subscribed-newsgroups): Remove unused variable.
606         (gnus-start-draft-setup): Message a bit less.
607
608 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
609
610         * nnir.el (nnir-run-imap): Return article list in order of increasing
611         UID.
612
613 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * gnus-sum.el (gnus-summary-enter-digest-group):
616         Mention gnus-auto-select-on-ephemeral-exit.
617
618         * proto-stream.el (proto-stream-open-network-only): Fix the calling
619         convention of the network-only option.
620
621 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * proto-stream.el (proto-stream-open-network-only): New function to
624         have a way to specify non-STARTTLS upgrade connections.
625
626 2010-12-10  Julien Danjou  <julien@danjou.info>
627
628         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
629         email address is nil.
630
631         * message.el (message-bogus-recipient-p): Set address to "" if nil.
632
633 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
634
635         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
636         deletion.
637         (nnir-run-imap): Only need to parse list once.
638
639 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * shr.el (shr-tag-script): Ignore <script>.
642         (shr-tag-label): Add <label> support.
643
644 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
647
648         * shr.el (shr-image-displayer): Work for images lined side by side.
649
650 2010-12-08  Robert Pluim  <rpluim@gmail.com>
651
652         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
653         parameter, since XEmacs doesn't accept t as a parameter.
654
655 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
656
657         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
658         ids.
659         (nnir-run-gmane): Simplify groupspec formatting.
660         (nnir-request-expire-articles): New function.
661
662 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
665         overflow, possibly.
666
667         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
668         (shr-render-td): Handle td style="" better.
669         (shr-tag-table): Use the color from the style sheet.
670         (shr-render-td): Make sure we copy over all the overlays, too.
671
672 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
673
674         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
675         (nnir-request-article): Improve article retrieval.
676
677 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * mm-util.el (mm-extra-numeric-entities): New variable.
680
681         * mm-url.el (mm-url-decode-entities):
682         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
683
684         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
685
686 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * message.el: Use completion-at-point.
689         (message-completion-function): New fun, extracted from message-tab.
690         (message-mode): Use it for completion-at-point-functions.
691         (message-tab): Use it and completion-at-point.
692
693 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
696         character if a non-breakable character follows.
697
698 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
701         any stream.
702
703         * shr.el (shr-tag-font): Colorize the region.
704         (shr-tag-body): Ditto.
705         (shr-tag-font): Actually let the styles be inherited instead of
706         overwriting them.
707         (shr-tag-font): Get the background color right.
708         (shr-tag-style): Ignore all <style> tags for the moment.
709
710         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
711         a Message-ID to avoid having nnimap depend on gnus-sum.
712
713         * shr.el (shr-descend): Only colorize something if we have a node that
714         sets colors.
715
716 2010-12-06  Julien Danjou  <julien@danjou.info>
717
718         * shr.el (shr-render-td): Render td content with shr-descend, so style
719         will be applied to <td> too.
720         (shr-colorize-region): Colorize region even if we only have a background.
721         (shr-tag-body): Fix color and background color inheritance.
722         Do not recolorize after shr-generic.
723         (shr-tag-font): Let shr-generic colorize via inheritance.
724
725 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
728
729 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-request-move-article): Remove obsolete code.
732
733 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
736
737 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-sum.el (gnus-summary-respool-article): The completion function
740         expects a list instead of an alist.
741
742         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
743         string as the parameter.
744
745         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
746
747         * shr.el (shr-stylesheet): New dynamic variable for cascading the
748         styles.
749         (shr-colorize-region): New function.
750         (shr-insert-background-overlay): Remove.
751         (shr-render-td): Background setting should be taken care of on a higher
752         level.
753         (shr-tag-body): Use post-hoc colorizations.
754         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
755         (shr-put-color-1): Don't overwrite old colors.
756         (shr-colorize-region): When the background color isn't explicit, use
757         a fixed background.
758
759         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
760         nnmail variables.
761
762 2010-12-05  Bjørn Mork  <bjorn@mork.no>
763
764         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
765         unless necessary.
766
767 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
768
769         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
770         server.
771
772 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
775         so that TAB works.
776
777         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
778         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
779
780         * shr.el (shr-urlify): Show the URL before the title to avoid
781         misleading URLs.
782
783 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
784
785         * shr.el (shr-urlify): Display the title in <a> tags.
786
787 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
788
789         * nnir.el (nnir-categorize): Replace mapcar with mapc.
790
791 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
792
793         * nnir.el: Rearrange code to allow macros to be autoloaded by
794         gnus-sum.el.
795         (nnir-retrieve-headers-override-function): Make this variable
796         customizable.
797         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
798
799         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
800         from nnir.el.
801
802 2010-12-03  Julien Danjou  <julien@danjou.info>
803
804         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
805
806 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
809         allow optional argument `environment'.
810
811 2010-12-03  Glenn Morris  <rgm@gnu.org>
812
813         * mm-extern.el (message-goto-body): Update declaration.
814
815 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * gnus-util.el (gnus-macroexpand-all): New function.
818
819         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
820         instead of macroexpand-all that is unavailable in XEmacs.
821
822 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
823
824         * nnir.el (nnir-summary-line-format): New variable.
825         (nnir-mode): Use it.
826         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
827         (nnir-article-ids): Reimplement as defsubst.
828         (nnir-retrieve-headers): Don't mangle the subject header.
829         (nnir-run-imap): Use 100 as RSV score.
830         (nnir-run-find-grep): Fix for full server searching.
831         (nnir-run-gmane): Better restriction to gmane groups.
832
833         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
834         summary buffers.
835
836 2010-12-02  Julien Danjou  <julien@danjou.info>
837
838         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
839
840         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
841
842         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
843         support.
844
845 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
846
847         * nnir.el: Update to handle the registry better.
848         (autoload): Silence byte-compiler.
849         (nnir-open-server): Add a hook for nnir groups.
850         (nnir-request-move-article): Don't mangle the header. Better to use
851         formating variables (which will be added in the future).
852         (nnir-registry-action): Update the registry using the original article
853         group name.
854         (nnir-mode): Install nnir-specific hooks for updating the registry.
855
856         * gnus-sum.el
857         (gnus-article-original-subject,gnus-newsgroup-original-name):
858         Remove obsolete variables.
859         (gnus-summary-move-article): Remove use of obsolete variables.
860         (gnus-summary-local-variables): Make move and delete hooks local to
861         summary buffers.
862
863 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * rtree.el: New file.
866
867 2010-12-01  Julien Danjou  <julien@danjou.info>
868
869         * message.el (message-user-organization): Do not use
870         gnus-local-organization.
871
872         * gnus.el: Remove gnus-local-organization.
873
874         * gnus-msg.el: Remove nastygram thing.
875
876 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
879         funcall.
880
881 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
884         names.
885
886         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
887         characters.
888
889         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
890         to t of inhibit-read-only since it is inside gnus-with-article-headers.
891         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
892         (gnus-gravatar-transform-address): Use mail-extract-address-components
893         that supports non-ASCII names rather than mail-header-parse-addresses.
894
895 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * proto-stream.el (open-protocol-stream): All starttls connections are
898         handled by the network handler.
899
900 2010-11-30  Julien Danjou  <julien@danjou.info>
901
902         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
903         (nnimap-open-connection-1): Fix PREAUTH.
904
905         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
906
907 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
910         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
911         (shr-insert): Use them.
912         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
913
914 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
915
916         * nnir.el (nnir-request-move-article): Bail out if original group
917         doesn't support article moves.
918         (nnir-get-active): Improve active list retrieval.
919
920 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * shr.el (shr-find-fill-point): Don't break before apostrophes.
923
924 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
925
926         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
927         seem to accept strings-with-numbers as port numbers,
928
929 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
930
931         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
932         change the registry.
933
934 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
937         delete-dups that is not available in XEmacs 21.4.
938
939         * mm-util.el (mm-delete-duplicates): Add comment.
940
941 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
942
943         * nnir.el (nnir-ignored-newsgroups): New variable.
944         (nnir-get-active): Use it.
945
946 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * proto-stream.el (proto-stream-open-network): Add some comments.
949
950         * nntp.el (nntp-open-connection): Provide a :success condition.
951
952         * nnimap.el (nnimap-open-connection-1): Ditto.
953
954         * proto-stream.el (proto-stream-open-network): See what the response to
955         the STARTTLS command is.
956
957         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
958         backwards compatibility).
959         (nnimap-open-connection-1): Really respect nnimap-server-port.
960
961         * proto-stream.el (proto-stream-open-network): When doing opportunistic
962         TLS upgrades we don't really care about the identity of the peer.
963         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
964         that what we've checked for.
965         (proto-stream-always-use-starttls): Only default to t if
966         open-gnutls-stream exists.
967         (proto-stream-open-network): If STARTTLS failed, then just open a
968         normal connection.
969         (proto-stream-open-network): Wait until the greeting before doing
970         STARTTLS.
971
972         * nntp.el (nntp-open-connection): Report what the connection error is.
973
974         * proto-stream.el (open-protocol-stream): Rename from
975         open-proto-stream.
976
977 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * nnimap.el (nnimap-stream): Change default to `undecided'.
980         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
981         first, and then network.
982         (nnimap-open-connection-1): Respect nnimap-server-port.
983         (nnimap-open-connection): Be more backwards-compatible.
984
985         * proto-stream.el (proto-stream-always-use-starttls): New variable.
986         (proto-stream-open-starttls): De-duplicate the starttls code.
987         (proto-stream-open-starttls): Folded back into the main function.
988         (proto-stream-open-network): Fix typo in the gnutls path.
989         (proto-stream-command): Refactor out.
990
991         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
992
993         * proto-stream.el (proto-stream-open-starttls): Actually implement the
994         starttls.el STARTTLS.
995
996         * color.el (color-lab->srgb): Fix function call name.
997
998         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
999         if we're using tls.el.
1000         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1001         built in, then don't try to establish a STARTTLS connection.
1002
1003         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1004         servers.
1005
1006         * proto-stream.el (open-proto-stream): Use network, not stream.
1007         (open-proto-stream): Add a way to specify what the end of a command is.
1008
1009         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1010         connections types.
1011         (nntp-open-network-stream): Remove.
1012         (nntp-open-ssl-stream): Remove.
1013         (nntp-open-tls-stream): Remove.
1014         (nntp-ssl-program): Remove.
1015
1016         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1017
1018 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1019
1020         * nnir.el: Fix typos.
1021         (nnir-retrieve-headers-override-function): Rename variable to reflect
1022         new semantics.
1023         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1024         macros.
1025         (nnir-request-article, nnir-request-move-article): Use them.
1026         (nnir-categorize): New function.
1027         (nnir-run-query): Use it.
1028         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1029         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1030         sorted.
1031         (nnir-group-full-name): Use gnus-group-full-name instead.
1032         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1033         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1034
1035 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1038
1039         * proto-stream.el: New library to provide protocol-specific
1040         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1041         protocols.
1042         (open-proto-stream): Complete the documentation.
1043         (proto-stream-open-network): Fix some typos.
1044
1045         * nnimap.el (nnimap-open-connection): Use it.
1046
1047 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1048
1049         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1050         negotiation.
1051
1052 2010-11-26  Julien Danjou  <julien@danjou.info>
1053
1054         * color.el: Rename various rgb functions to srgb.
1055
1056 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1059         names.
1060
1061 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * shr.el (shr-insert): Revert last change.
1064         (shr-find-fill-point): Never leave point being at bol;
1065         relax the kinsoku limitation when rendering tables.
1066
1067 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1070         results from -accept-article.
1071
1072         * shr-color.el: Require cl when compiling.
1073
1074         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1075         checkin.
1076
1077         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1078
1079         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1080
1081         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1082         'add and 'delete to set backend marks.
1083
1084         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1085
1086         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1087
1088         * nntp.el (nntp-request-set-mark): Use it.
1089
1090         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1091
1092         * nnml.el (nnml-request-set-mark): Ditto.
1093
1094         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1095         introduces regressions in article selection.
1096         (nnimap-find-uid-response): New function.
1097         (nnimap-request-accept-article): Use the UID returned, if any.
1098         (nnimap-request-move-article): Use the UID returned, if any.
1099         (nnimap-get-groups): Reimplement to work with folded lines.
1100         (nnimap-find-uid-response): The UID is the last element in the list.
1101         (nnimap-request-set-mark): Extend syntax with 'set.
1102
1103         * nnml.el (nnml-request-set-mark): Ditto.
1104
1105         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1106
1107         * nntp.el (nntp-request-set-mark): Ditto.
1108
1109 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * message.el (message-called-interactively-p): A temporary macro.
1112         (message-goto-body): Use it temporarily.
1113
1114 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1117         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1118         (nnimap-last-response-string): Fix last unfolding fix.
1119
1120 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * shr.el (shr-insert): Fix the way to fold lines.
1123
1124 2010-11-25  Julien Danjou  <julien@danjou.info>
1125
1126         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1127
1128         * color.el: Rename from color-lab.el
1129         (color-rgb->hex): Add.
1130         (color-complement): Add.
1131         (color-complement-hex): Add.
1132
1133         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1134
1135 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1138         don't exist.
1139
1140 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1143         assuming that article displaying or another mml-preview may be
1144         interrupted for an error or for the like.
1145
1146         * shr.el (shr-get-background): Fix argument name.
1147
1148 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1151
1152         * gnus-sum.el (gnus-summary-include-articles): New function.
1153
1154         * message.el (message-goto-body): called-interactively-p needs a
1155         parameter, so use `any'.
1156
1157         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1158         clear marks before moving, since they're synced from the Gnus side
1159         first.
1160
1161         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1162         (gnus-summary-move-article): Copy over all marks before moving, so that
1163         IMAP doesn't think a new article has arrived.
1164
1165 2010-11-24  Julien Danjou  <julien@danjou.info>
1166
1167         * shr.el (shr-insert-background-overlay): Fix typo.
1168         (shr-render-td): Copy the background before rendering.
1169
1170         * shr-color.el (shr-color-visible): Fix docstring.
1171
1172         * shr.el (shr-tag-table): Add bgcolor support.
1173         (shr-render-td): Add bgcolor support.
1174         (shr-get-background): Add.
1175         (shr-insert-foreground-overlay): Use shr-get-background.
1176
1177         * message.el (message-goto-body): Use called-interactively-p.
1178         (message-in-body-p): message-goto-body returns point.
1179
1180 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1183         Fixes something or other in Emacs 23, and is backwards compatible.
1184
1185         * message.el (message-goto-body): Remove the <#secure special-casing,
1186         which is too special.
1187
1188         * shr.el (shr-parse-style): Drop !important from styles.
1189
1190 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1191
1192         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1193         this function to return incorrect results when calling it with an
1194         explicit article argument different from
1195         (gnus-summary-article-number).
1196
1197 2010-11-24  Julien Danjou  <julien@danjou.info>
1198
1199         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1200         (shr-tag-body): Add background support.
1201         (shr-descend): Add background support.
1202         (shr-tag-title): Add.
1203
1204         * shr-color.el (shr-color-visible): Really return original background
1205         if fixed.
1206
1207 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * shr.el (shr-color-check): Protect against non-existant colour names.
1210
1211 2010-11-24  Julien Danjou  <julien@danjou.info>
1212
1213         * color-lab.el: Require 'cl when compiling.
1214
1215         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1216
1217         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1218         matched part.
1219
1220         * color-lab.el: Fix all expt calls to use float type.
1221
1222 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1225         expression to shr-color-check as is.
1226
1227         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1228
1229         * color-lab.el: Add coding cookie.
1230         (float-pi): Use eval-and-compile.
1231
1232         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1233         compiled for Emacsen having no `libxml-parse-html-region' support.
1234
1235 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * shr.el (shr-insert-color-overlay): Split stuff like
1238         "#444444 !important" to find the real colour.
1239         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1240         parse <font color="red"> entries.
1241
1242 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1243
1244         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1245         point when parsing headers.
1246
1247         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1248         is positioned properly when parsing headers.
1249
1250 2010-11-23  Julien Danjou  <julien@danjou.info>
1251
1252         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1253
1254         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1255
1256         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1257
1258         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1259         Use shr-color-hue-to-rgb.
1260         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1261
1262 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * shr.el (shr-color->hexadecimal): Autoload.
1265         (shr-descend): Add color to all tags.
1266
1267 2010-11-22  Julien Danjou  <julien@danjou.info>
1268
1269         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1270         shr-color->hexadecimal.
1271
1272         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1273         RGB() or HSL() color representation.
1274
1275         * shr.el (shr-tag-font): Add.
1276         (shr-tag-color-check): New function to get better colors.
1277         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1278         tag-span.
1279
1280         * shr-color.el: New file.
1281
1282         * color-lab.el: New file.
1283
1284         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1285
1286 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1287
1288         * nnir.el: Fix typo in comments.
1289         (nnir-run-imap): Simplify code. No need to reverse artlist.
1290         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1291
1292 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1295
1296         * nnimap.el (nnimap-get-capabilities): Refactor out.
1297         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1298
1299 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1300
1301         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1302         appearing when `mm-uu-hide-markers' is nil.
1303
1304 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * nnimap.el (nnimap-unselect-group): Make into its own function.
1307         (nnimap-request-rename-group): Unselect group before renaming.
1308         This had gotten lost somewhere.
1309         (nnimap-request-accept-article): Keep track of examined groups, and
1310         unselect the group before APPENDing to read-only groups.
1311         (nnimap-request-move-article): Clear flags before moving so that they
1312         can be re-set later.
1313
1314 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1317         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1318
1319 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-art.el (gnus-mime-display-single)
1322         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1323         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1324         parameter.
1325
1326 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1329         (shr-table-vertical-line): New variable.
1330         (shr-insert-table): Use it.
1331
1332 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-html.el (gnus-html-wash-images): Don't display images if
1335         gnus-inhibit-images is non-nil; register displayer for cid images.
1336         (gnus-html-display-image): Work for cid image.
1337         (gnus-html-insert-image): Allow arguments.
1338         (gnus-html-put-image): Inhibit read-only.
1339         (gnus-html-prefetch-images): Don't prefetch images if
1340         gnus-inhibit-images is non-nil.
1341
1342 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr.el (shr-put-image): Break lines when inserting big pictures.
1345
1346 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1347
1348         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1349         sender, thanks Katsumi Yamaoka.
1350
1351 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1352
1353         * nnir.el (nnir-run-imap): Reverse the article list for each group
1354         rather than the whole list.
1355
1356 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * shr.el (shr-image-displayer): Protect function against non-existent
1359         image source.
1360
1361         * gnus-art.el (gnus-inhibit-images): New user option.
1362         (gnus-mime-display-single): Don't display image if it is non-nil.
1363
1364         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1365         gnus-inhibit-images.
1366
1367         * shr.el (shr-image-displayer): New function.
1368         (shr-tag-img): Use it.
1369
1370 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1371
1372         * mml2015.el (mml2015-epg-sign): Use From header.
1373
1374 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1377
1378         * gnus-util.el (gnus-find-text-property-region): Return markers.
1379
1380         * shr.el (shr-tag-img): Put a displayer in the text property.
1381
1382         * gnus-util.el (gnus-find-text-property-region): New utility function.
1383
1384         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1385         (gnus-html-show-images): Remove.
1386
1387         * gnus-art.el (gnus-article-show-images): New, more general function.
1388
1389         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1390         image url text properties.
1391
1392         * shr.el: Ditto.
1393
1394         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1395         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1396
1397 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1400         work for two or more articles.
1401
1402 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1405         divide an image that's in an html article to two or more when washing
1406         non-ASCII characters in alt text of it.
1407
1408 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1411         smime-decrypt-region using function argument.
1412         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1413
1414         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1415
1416         * smime.el (smime-decrypt-region): Catch it.
1417
1418 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1419
1420         * smime.el (smime-mode-map): Move initialization into declaration.
1421         (gnus-run-mode-hooks): Don't autoload.
1422         (smime-mode): Use define-derived-mode.
1423
1424 2010-11-11  Glenn Morris  <rgm@gnu.org>
1425
1426         * smime.el (from): Restrict declaration to XEmacs.
1427
1428         * nnir.el (gnus-group-topic-name): Autoload.
1429
1430 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * shr.el (shr-insert): Don't break long line if it is because of
1433         kinsoku-bol characters in the line end.
1434
1435 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1436
1437         * nnir.el (nnir-request-move-article): Fix to provide original group
1438         and subject.
1439         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1440         been retrieved.
1441
1442         * gnus-sum.el (gnus-summary-move-article): Use original group and
1443         subject for virtual articles such as those in an nnir summary buffer.
1444
1445 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1448         least 21.5).
1449
1450         * smime.el (from): Declare it again for XEmacs.
1451
1452 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * message.el (message-resend): Don't disable encoding unless it's
1455         already encoded.
1456
1457         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1458         low-numbered articles.
1459
1460 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * rfc2047.el (rfc2047-syntax-table): Simplify.
1463
1464         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1465
1466         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1467         set-char-table-range for XEmacs.
1468
1469 2010-11-10  Glenn Morris  <rgm@gnu.org>
1470
1471         * time-date.el (time-to-seconds): Always an alias on Emacs,
1472         never a real function.
1473         (with-no-warnings): Remove compat stub, now unused.
1474         (time-less-p): Doc fix.
1475         (time-to-number-of-days): Simplify.
1476
1477         * smime.el (from): Remove unused declaration.
1478
1479         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1480         (gnus-float-time): On Emacs, always an alias.
1481
1482         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1483         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1484
1485 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * dgnushack.el: Don't use ignore-errors in the top level form since it
1488         is unavailable in XEmacs even if cl is loaded.
1489
1490         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1491
1492 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * shr.el (browse-url-mailto): Autoload.
1495
1496         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1497
1498         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1499         regexp doesn't need quoting.
1500
1501 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1502
1503         * message.el (message-subject-trailing-was-ask-regexp)
1504         (message-subject-trailing-was-regexp): Match was: in addition to was.
1505
1506 2010-11-09  Glenn Morris  <rgm@gnu.org>
1507
1508         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1509         (nnbabyl-check-mbox): Use point-at-bol.
1510
1511 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1514
1515         * message.el (message-mailto): New function.
1516         (message-mailto): Should accept other parameters.
1517         (message-mailto): Remove since it duplicates browse-url-mailto
1518         functionality.
1519
1520 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1523         methods.
1524         (gnus-read-active-file): Ditto.
1525
1526         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1527         ": " from the prompt.
1528         (gnus-group-make-group): Ditto.
1529
1530 2010-11-07  Glenn Morris  <rgm@gnu.org>
1531
1532         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1533         (gnus-bookmark-kill-line): Use point-at-eol.
1534
1535 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1538         asterisks in From header.
1539
1540 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1543         string to avoid making the From headers syntactically invalid.
1544
1545         * message.el (message-send-mail): Don't insert courtesy messages if the
1546         message already has List-Post and List-ID messages.
1547
1548 2010-11-06  Glenn Morris  <rgm@gnu.org>
1549
1550         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1551         `condition', `type', `length' a prefix.
1552         (gnus-treat-predicate): Update for above name changes.
1553
1554 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1555
1556         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1557         binding.  Handled by `gnus-summary-refer-thread' instead.
1558         (nnir-warp-to-article): New backend function.
1559
1560         * nnimap.el (nnimap-request-thread): Force dependency updating.
1561
1562         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1563         (gnus-summary-refer-thread): Rework to improve thread-referral.
1564
1565         * gnus-int.el (gnus-warp-to-article): New function.
1566
1567         * gnus-sum.el (gnus-summary-article-map): Bind it.
1568
1569 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1570
1571         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1572         gnus-summary-refer-thread.
1573
1574         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1575         headers.
1576         (gnus-summary-limit-include-thread): Prevent articles in thread from
1577         being cut in gnus-cut-threads.
1578         (gnus-summary-refer-thread): Limit retrieved headers to those in
1579         thread.
1580
1581 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * message.el (message-send-mail): Use the value of
1584         message-courtesy-message from the message buffer.
1585
1586         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1587
1588         * shr.el (shr-browse-url): Implement mailto: URLs.
1589
1590         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1591         "raw".
1592
1593         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1594         if it's already selected.
1595
1596         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1597
1598 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1601         to measure the length and truncate alt text.
1602
1603 2010-11-03  Glenn Morris  <rgm@gnu.org>
1604
1605         * nndiary.el (nndiary-generate-nov-databases-1)
1606         (nndiary-generate-active-info): Rename dynamic variable `files' to
1607         something less generic.
1608
1609 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1610
1611         * nnir.el (nnir-request-move-article): Call the underlying backend to
1612         move articles from nnir.
1613
1614 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1617
1618 2010-11-02  Julien Danjou  <julien@danjou.info>
1619
1620         * nnir.el: Remove wais support.
1621
1622 2010-11-02  Glenn Morris  <rgm@gnu.org>
1623
1624         * gnus-html.el: Reorder requirements to quieten compiler.
1625
1626 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1629         properly for XEmacs as well.
1630         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1631         (gnus-article-natural-long-line-p): Use window-width rather than
1632         frame-width.
1633
1634 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1635
1636         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1637         (nnir-read-parms): Don't modify query.
1638         (nnir-run-query): Add ability to search topic on current line.
1639         (nnir-get-active): Clean up.
1640
1641 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1644         degenerate articles.
1645
1646         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1647         (gnus-print-buffer): Just print the buffer as is, without any copying
1648         to a buffer and then re-highlighting.
1649
1650         * nnimap.el (nnimap-request-group): Store the new updated info.
1651         (nnimap-request-group): Select the group when we don't know whether it
1652         exists or not.
1653
1654         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1655         groups.
1656
1657         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1658         groups.
1659
1660         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1661         groups.
1662
1663         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1664         long-lines case by only filling the long lines.
1665
1666         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1667         (bug #7311).
1668
1669 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * shr.el: No need to declare `declare-function' since shr.el is for
1672         only Emacsen that provide `libxml-parse-html-region'.
1673
1674         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1675         effective only in a file it is referred to.
1676
1677 2010-11-01  Glenn Morris  <rgm@gnu.org>
1678
1679         * mm-util.el (gnus-completing-read): Autoload.
1680         (mm-read-coding-system): Simplify Emacs definition.
1681
1682         * nnmail.el (gnus-activate-group):
1683         * nnimap.el (gnutls-negotiate):
1684         * nntp.el (netrc-parse): Fix declarations.
1685
1686 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1689         string-match-p in Emacs >=23.
1690
1691         * gnus-msg.el (gnus-configure-posting-styles)
1692         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1693
1694 2010-11-01  Glenn Morris  <rgm@gnu.org>
1695
1696         * nnir.el (declare-function): Add compat stub.
1697         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1698         (nnir-run-gmane): Require 'mm-url.
1699
1700         * mm-util.el (mm-string-to-multibyte): Simplify.
1701
1702         * shr.el (declare-function): Add compat stub.
1703         (url-cache-create-filename): Declare.
1704         (mm-disable-multibyte, widget-convert-button): Autoload.
1705
1706         * smime.el (ldap-search): Declare.
1707         (smime-cert-by-ldap-1): Require ldap on Emacs.
1708
1709         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1710         (nnimap-keepalive): Use gnus-float-time.
1711
1712         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1713         (mail-source-delete-crash-box): Use gnus-float-time.
1714
1715         * gnus-dired.el (gnus-completing-read): Autoload.
1716
1717         * mm-view.el (gnus-rescale-image): Autoload.
1718
1719         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1720
1721         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1722
1723         * sieve-manage.el: Require 'cl when compiling.
1724
1725         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1726         (gnus-iswitchb-completing-read): Require iswitchb.
1727         (gnus-select-frame-set-input-focus): Silence compiler.
1728
1729 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * message.el (message-subject-trailing-was-query): Change default to t,
1732         since I think that's what most people want.
1733
1734         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1735         appending for easier debugging.
1736         (nnimap-wait-for-connection): Take a regexp.
1737         (nnimap-request-accept-article): Wait for the continuation line before
1738         sending anything unless we're streaming.
1739
1740         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1741         leave the header washing to take place.
1742
1743 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1744
1745         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1746         regular expression match and replace in posting styles.
1747
1748 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1749
1750         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1751         an entire server.
1752         (nnir-get-active): New function.
1753         (nnir-run-imap): Use it.
1754         (nnir-run-gmane): Who knew, gmane search returns an article score!
1755
1756         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1757         server on the current line with nnir.
1758
1759 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1762         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1763         left edge.
1764         (gnus-article-foldable-buffer): Skip past the prefix when determining
1765         raggedness.
1766
1767         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1768         the raw article, and change `C-u g' to show the article without doing
1769         treatments.
1770
1771         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1772         on to `gnus-treat-article'.
1773         (gnus-inhibit-article-treatments): New variable.
1774
1775         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1776
1777         * gnus-art.el (gnus-treatment-function-alist): Have
1778         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1779         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1780         sections.
1781
1782         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1783         parameter.
1784         (gnus-article-fill-cited-long-lines): New function.
1785         (gnus-article-fill-cited-article): Allow filling only long sections.
1786
1787         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1788         and non-punctuation (like after the apostrophe in "'We").
1789
1790         * gnus-sum.el (gnus-summary-select-article): Make sure
1791         gnus-original-article-buffer is alive.
1792
1793         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1794         reflect the order they're in in the digest.
1795
1796         * gnus.el (gnus-group-startup-message): Move point to the start of the
1797         buffer.
1798
1799         * nnimap.el (nnimap-capability): New function.
1800         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1801         is set.
1802
1803 2010-10-31  David Engster  <dengste@eml.cc>
1804
1805         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1806         conform with changes to gnus-completing-read.
1807
1808 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1811
1812 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1813
1814         * nnir.el: Move defvar, defcustom around to keep file organized
1815         and keep byte-compiler quiet.
1816         (nnir-read-parms): Accept search-engine as arg.
1817         (nnir-run-query): Pass search-engine as arg.
1818         (nnir-search-engine): Remove.
1819
1820 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr.el (shr-generic): The text nodes should be text, not :text.
1823
1824         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1825         later in the file.
1826
1827 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1828
1829         * nnir.el: General clean up.  Allow searching with multiple engines.
1830         Allow separate extra-parameters for each engine.
1831         Batch queries when possible.
1832         (nnir-imap-default-search-key,nnir-method-default-engines):
1833         Add customize interface.
1834         (nnir-run-gmane): New engine.
1835         (nnir-engines): Use it.  Qualify all prompts with engine name.
1836         (nnir-search-engine): Remove global variable.
1837         (nnir-run-hyrex): Restore for now.
1838         (nnir-extra-parms,nnir-search-history): New variables.
1839         (gnus-group-make-nnir-group): Use them.
1840         (nnir-group-server): Remove in favor of gnus-group-server.
1841         (nnir-request-group): Avoid searching twice.
1842         (nnir-sort-groups-by-server): New function.
1843
1844 2010-10-30  Julien Danjou  <julien@danjou.info>
1845
1846         * gnus-group.el: Remove gnus-group-fetch-control.
1847
1848         * gnus-start.el (gnus-find-new-newsgroups):
1849         Remove gnus-check-first-time-used.
1850
1851         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1852
1853 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1854
1855         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1856         set on groups that don't have \* permanentflags.
1857
1858 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1861         control the background color.
1862         (shr-tag-img): Ignore very small web bug type images.
1863         (shr-put-image): Add help-echo alt texts to the images.
1864         (shr-tag-video): Show the video poster image.
1865
1866 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * shr.el (shr-table-depth): New variable.
1869         (shr-tag-table-1): Only insert the images after the top-level table.
1870
1871         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1872
1873         * gnus-util.el (gnus-list-memq-of-list): New function.
1874
1875         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1876         selected.
1877         (nnimap-unsplittable-articles): New slot.
1878         (nnimap-new-articles): Use it.
1879
1880 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1881
1882         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1883         move to the previous line on `M-g'.
1884
1885 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1888         *-request-group, which seems unnecessary.
1889
1890         * nnimap.el (nnimap-quote-specials): Function copied over from
1891         imap.el.
1892         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1893         they support that.  Suggested by Tom Regner.
1894
1895 2010-10-29  Julien Danjou  <julien@danjou.info>
1896
1897         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1898         defalias.
1899         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1900
1901         * gnus.el: Remove `gnus-nntp-service' variable.
1902         (gnus-secondary-servers): Make obsolete.
1903         (gnus-nntp-server): Make obsolete.
1904
1905         * gnus-start.el (gnus-1): Remove x-splash calls.
1906
1907         * gnus-ems.el (gnus-x-splash): Remove.
1908
1909         * gnus.el (gnus-group-startup-message): Simplify/update code.
1910
1911         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1912         definition.
1913
1914         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1915         capability before doing anything.
1916         (gnus-group-insert-group-line): Remove useless
1917         gnus-group-remove-excess-properties.
1918
1919 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1922
1923 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1926         config after reselecting.
1927
1928 2010-10-28  Julien Danjou  <julien@danjou.info>
1929
1930         * shr.el (shr-put-image): Use point even if only inserting text.
1931         (shr-put-image): Save excursion when inserting alt text on non-graphic
1932         display, so the behaviour is the same when we are on a graphic display.
1933
1934         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1935
1936 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1939         (gnus-mime-copy-part): Check coding system, not charset.
1940         (gnus-mime-view-part-externally): Never remove part.
1941         (gnus-mime-view-part-internally): Don't remove part here.
1942         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1943         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1944         multipart/alternative.
1945
1946         * mm-decode.el (mm-display-part): Take optional arg `force'.
1947
1948 2010-10-26  Julien Danjou  <julien@danjou.info>
1949
1950         * gnus-group.el (gnus-group-default-list-level): Add this function to
1951         compute the default list level.
1952         (gnus-group-default-list-level): Add possibility to use a function.
1953
1954 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1957
1958         * gnus-group.el (gnus-group-completing-read)
1959         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1960         gnus-replace-in-string.
1961
1962 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * shr.el (shr-tag-div): Add.
1965
1966         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1967
1968 2010-10-25  Julien Danjou  <julien@danjou.info>
1969
1970         * gnus-util.el: Remove `gnus-with-local-quit'.
1971
1972         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1973
1974 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1977         the original article buffer.
1978
1979 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * nnimap.el (nnimap-request-head): New function.
1982         (nnimap-request-move-article): Try to be slighly faster by not
1983         requesting the entire message when moving.
1984         (nnimap-transform-headers): Don't bug out on bodiless articles.
1985         (nnimap-send-command): Have no outstanding messages if the IMAP server
1986         doesn't support streaming.
1987         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1988
1989 2010-10-24  Julien Danjou  <julien@danjou.info>
1990
1991         * message.el (message-default-headers): Fix type.
1992
1993 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1996         prefetching images.
1997
1998         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1999         backend for unknown groups.  This is mainly useful for nnimap groups.
2000
2001         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2002         group isn't covered by the agent.
2003
2004 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2005
2006         * nnir.el (nnir-method-default-engines): New variable.
2007         (nnir-run-query): Use it.
2008         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2009         (gnus-summary-nnir-goto-thread): Change group if needed.
2010
2011         * gnus-group.el (gnus-group-group-map): Add key binding for
2012         gnus-group-make-nnir-group.
2013
2014 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * shr.el (shr-tag-object): Add.
2017
2018         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2019         original article buffer live.
2020         (gnus-summary-select-article-buffer):
2021         Mention gnus-widen-article-buffer.
2022
2023 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-tag-strong): Add.
2026
2027 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2030         group names.  They mess up the group buffer badly.
2031
2032         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2033
2034         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2035         instead of the summary one.
2036
2037 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * mml.el (mml-preview): Work properly when editing article.
2040
2041         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2042         gnus-have-read-active-file if it's already been in.
2043
2044 2010-10-22  Tom Tromey  <tromey@redhat.com>
2045
2046         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2047         gnus-group-completing-read.
2048
2049 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * message.el (message-mode-map): Don't bind M-; to comment region, to
2052         allow the global comment-dwim to work.
2053
2054 2010-10-21  Julien Danjou  <julien@danjou.info>
2055
2056         * message.el (message-setup-1): Allow message-default-headers to be a
2057         function.
2058
2059 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * shr.el (shr-tag-table): Simplify.
2062
2063 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2066         to avoid trying to snarf invalid stuff.
2067
2068         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2069
2070         * gnus.el (gnus-message-archive-group): Quote value.
2071         (gnus-message-archive-group): Mark as changed.
2072
2073         * shr.el (shr-add-font): Don't put the font properties on the newline
2074         or the indentation.
2075
2076         * message.el (message-fix-before-sending): Change options when sending
2077         non-printable characters.
2078
2079         * gnus.el (gnus-message-archive-method): Change the default to
2080         monthly outgoing groups.
2081
2082         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2083         that have gotten new numbers.
2084
2085         * nnimap.el (nnimap-request-replace-article): New function.
2086
2087 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2090         (nnrss-request-article): Don't use special html washing code.
2091
2092 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-tag-table): Remove useless nconc.
2095
2096 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-art.el (article-wash-html): Simplify and remove the charset
2099         stuff.  Use the normal html rendering code instead of the special html
2100         washing code.
2101
2102         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2103         `gnus-w3m' symbols.
2104         (mm-text-html-washer-alist): Remove.
2105
2106         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2107         (mm-inline-media-tests): Remove use.
2108         (mm-text-html-renderer): Change default to the `shr' symbol.
2109
2110         * mm-view.el (mm-inline-text-html): Remove use.
2111
2112         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2113         `gnus-blocked-images' to be a function.
2114         (gnus-article-wash-function): Remove.
2115
2116 2010-10-20  Julien Danjou  <julien@danjou.info>
2117
2118         * spam.el (spam-list-of-processors): Mark as obsolete.
2119
2120         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2121         (nnimap-insert-partial-structure): Fix boundary detection.
2122
2123 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2124
2125         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2126         run file-truename on remote files.  This can be expensive and even
2127         prevent one from editing drafts if some unrelated buffer has a stale
2128         connection.
2129
2130 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2133         kinsoku-eol regardless of shr-kinsoku-shorten.
2134         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2135         (shr-tag-table): Support caption, thead, and tfoot.
2136
2137 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2140         lines.
2141         (shr-save-contents): New command and keystroke.
2142
2143         * nndoc.el (nndoc-type-alist): Add git support.
2144         (nndoc-git-type-p): New function.
2145         (nndoc-transform-git-article): Ditto.
2146         (nndoc-transform-git-headers): Ditto.
2147         (nndoc-transform-git-headers): Generate Subject headers.
2148
2149         * shr.el (shr-parse-style): New function.
2150         (shr-tag-span): Ditto.
2151
2152         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2153         to `G G' to avoid collisions.
2154
2155 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * shr.el: Load kinsoku if necessary.
2158         (shr-kinsoku-shorten): New internal variable.
2159         (shr-find-fill-point): Make kinsoku shorten text line if
2160         shr-kinsoku-shorten is bound to non-nil.
2161         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2162         shr-indentation too when testing if table is wider than frame width.
2163         (shr-insert-table): Use `string-width' instead of `length' to measure
2164         text width.
2165         (shr-insert-table-ruler): Make sure indentation is done at bol.
2166
2167 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2168
2169         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2170         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2171         undecoded network data.
2172
2173 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2176         name in the mode line spec so that the mode line menu works
2177         (bug #2431).
2178
2179         * message.el (message-get-reply-headers): If we're fed `to-address',
2180         then always use that.
2181
2182         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2183         aren't so wide as to need to switch off the edit menu.
2184
2185         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2186         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2187
2188         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2189         `M-g'.
2190         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2191         the permanent marks.
2192
2193 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2194
2195         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2196         Splitting according to references/in-reply-to obeys the ignore-groups
2197         variable, while splitting by sender and subject do not.
2198
2199 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2202         alist, so that we can look for non-Unicode chars.
2203         (article-translate-strings): Allow both character and string maps.
2204
2205 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * shr.el (shr-insert): Don't insert space behind a wide character
2208         categorized as kinsoku-bol, or between characters both categorized as
2209         nospace.
2210
2211 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2212
2213         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2214         headers to gnus-newsgroup-headers.
2215
2216 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * shr.el (shr-tag-img): Don't align images -- since we're not
2219         rescaling, this often leads to ugly displays.
2220
2221 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2222
2223         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2224         duplicates.
2225
2226 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2227
2228         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2229         call.
2230
2231 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus.el: Autoload gnus-html-show-images.
2234
2235         * nnimap.el: Use nnheader-message throughout.
2236
2237         * shr.el (shr-tag-img): Ignore images with no data.
2238
2239 2010-10-15  Julien Danjou  <julien@danjou.info>
2240
2241         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2242         a possibility to disable format=flow encoding when using hard newlines.
2243
2244 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * shr.el (shr-insert): Remove space inserted before or after a
2247         breakable character or at the beginning or the end of a line.
2248         (shr-find-fill-point): Do kinsoku; find the second best point or give
2249         it up if there's no breakable point.
2250
2251 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * nnimap.el (nnimap-open-connection): Message when opening connection
2254         for debugging purposes.
2255
2256         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2257         on every setup buffer call to allow this to change from article to
2258         article.
2259
2260         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2261         buffers where we have a wide table.
2262
2263 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2264
2265         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2266         uses *-request-thread.
2267
2268 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2271         incantation, which is no longer valid.
2272
2273 2010-10-14  Julien Danjou  <julien@danjou.info>
2274
2275         * shr.el: Fix defcustom type (char -> character).
2276
2277 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2280         programs.
2281
2282 2010-10-14  Julien Danjou  <julien@danjou.info>
2283
2284         * shr.el (shr-tag-a): Use url-link as widget type.
2285
2286         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2287         `gnus-group-get-icon'.
2288
2289 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2292         This should make server editing work better.
2293
2294         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2295
2296         * tls.el (tls-program): Remove spurious %s from openssl.
2297
2298         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2299         (nnimap-parse-flags): Fix regexp.
2300
2301         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2302         probably work for CJVK text, too.
2303
2304         * nnimap.el (nnimap-extend-tls-programs): Remove.
2305         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2306
2307         * tls.el (tls-starttls-switches): Remove starttls hack.
2308         (open-tls-stream): Ditto.
2309         (tls-find-starttls-argument): Ditto.
2310
2311 2010-10-13  Julien Danjou  <julien@danjou.info>
2312
2313         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2314         responses.
2315
2316 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2319
2320         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2321         anything in Emacs.
2322
2323         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2324
2325 2010-10-13  Julien Danjou  <julien@danjou.info>
2326
2327         * shr.el (shr-width): Make shr-width a defcustom with default to
2328         fill-column.
2329         (shr-tag-img): Use shr-width rather than fill-column.
2330
2331 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * dgnushack.el (byte-optimize-apply)
2334         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2335
2336         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2337         position when (X-)Faces exist.
2338         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2339         avatars when called interactively.
2340
2341 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2344         gnus-article-x-face-too-ugly is bound.
2345
2346 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2349
2350         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2351         mailbox that doesn't exist.
2352
2353 2010-10-12  Julien Danjou  <julien@danjou.info>
2354
2355         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2356         (shr-get-image-data): Encode URL properly when fetching from cache.
2357         (shr-tag-img): Use aligned-to spaces to align correctly images.
2358
2359         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2360         before inserting the Gravatar.
2361
2362         * shr.el (shr-tag-img): Add align attribute support for <img>.
2363
2364 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-gravatar.el (gnus-art): Require.
2367
2368         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2369         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2370         Remove long obsoleted functions.
2371
2372 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2375
2376         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2377
2378         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2379         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2380         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2381         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2382         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2383         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2384         * sieve-manage.el, smime.el, spam.el:
2385         Fix comment for declare-function.
2386
2387 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * nnimap.el (nnimap-request-rename-group): Select group read-only
2390         before renaming it.
2391
2392         * shr.el (shr-insert): Fix up the white space only regexp.
2393
2394         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2395         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2396
2397         * shr.el (shr-current-column): New function.
2398         (shr-find-fill-point): New function.
2399
2400 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2401
2402         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2403         numbers.
2404
2405 2010-10-11  Julien Danjou  <julien@danjou.info>
2406
2407         * shr.el (shr-hr-line): Add.
2408         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2409         display hr lines.
2410         (shr-max-columns): Do not change state to nil if we just inserting
2411         spaces.
2412
2413 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2416         select the last group.
2417
2418 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2419
2420         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2421
2422 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2423
2424         * dig.el (dig-mode-map): Declare and define in one step.
2425
2426 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2429         for Gnus.
2430         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2431         (nnimap-update-qresync-info): Mark \Seen articles as read.
2432
2433         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2434         non-variable, too.
2435
2436         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2437         available.
2438         (nnimap-update-info): Rely more on the current active than the param
2439         active to avoid marking articles as read too much.
2440
2441         * auth-source.el (auth-source-create): Use (user-login-name) for the
2442         user name default.
2443
2444         * nnimap.el (nnimap-update-info): If the server doesn't return any
2445         useful info, just use the previous info.
2446         (nnimap-update-info): Prefer old info over start-article.
2447         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2448
2449 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2450
2451         * nnir.el (autoload): Clean up autoloads.
2452         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2453         Use key rather than value.
2454         (nnir-imap-search-other): New variable.
2455         (nnir-read-parm): Use it.
2456         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2457         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2458
2459 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2460
2461         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2462         the process, too.
2463
2464 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * spam.el (gnus-summary-mode-map): Bind to "$".
2467         Suggested by Russ Allbery.
2468
2469         * shr.el: Rework the way things are indented by <li> slightly.
2470
2471         * gnus.el (gnus-group-set-parameter): Fix typo.
2472
2473         * nnimap.el: Start implementing QRESYNC support.
2474
2475 2010-10-09  Julien Danjou  <julien@danjou.info>
2476
2477         * nnir.el (nnir-engines): Fix too many arguments.
2478
2479 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2482         group is the "last", so that the backends like nnfolder actually save
2483         their folders.
2484
2485         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2486         try to use that for the tls stream.
2487         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2488         UIDVALIDITY and find out which groups are read-only and not.
2489         (nnimap-get-flags): Use the same marks parsing code as the rest of
2490         nnimap.
2491
2492 2010-10-09  Julien Danjou  <julien@danjou.info>
2493
2494         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2495
2496         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2497         retrieving gravatars.
2498
2499         * shr.el (shr-table-corner): Add.
2500         (shr-table-line): Add.
2501         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2502
2503 2010-10-08  Julien Danjou  <julien@danjou.info>
2504
2505         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2506
2507 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2510
2511         * gnus-sum.el (gnus-mark-article-as-unread)
2512         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2513         (gnus-summary-set-bookmark): Use it.
2514
2515         * gnus-msg.el (gnus-setup-message): Use it.
2516
2517         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2518
2519         * gnus.el (gnus-group-remove-parameter): Use it.
2520
2521         * gnus-group.el (gnus-group-make-web-group): Use it.
2522
2523         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2524
2525         * nnregistry.el: Update docs to mention manual.
2526
2527         * gnus-registry.el: Update docs to mention nnregistry.el.
2528         (gnus-registry-initialize): Don't install nnregistry refer method
2529         automatically.
2530         (gnus-registry-install-nnregistry): Remove it.
2531
2532 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * shr.el (shr-insert): Don't insert double spaces.
2535
2536 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-gravatar.el (gnus-treat-from-gravatar)
2539         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2540         called interactively.
2541
2542         * gnus-art.el (gnus-mime-view-part-externally)
2543         (gnus-mime-view-part-internally): Make predicate function passed to
2544         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2545         of a mime type.
2546
2547         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2548
2549 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (require): Require cl when compiling.
2552         (shr-tag-hr): New function.
2553
2554         * nnimap.el (nnimap-update-info): Remove double setting of high.
2555         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2556         This makes nnimap work properly on Courier again.
2557
2558         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2559         the variable for backwards compatability.
2560
2561         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2562         the file name before using to avoid setting mm-default-directory to
2563         nil.
2564
2565         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2566         bidning gnus-agent variables.
2567
2568         * shr.el (shr-render-td): Use a cache for the table rendering function
2569         to avoid getting an exponential rendering behaviour in nested tables.
2570         (shr-insert): Rework the line-breaking algorithm.
2571         (shr-insert): Don't leave trailing spaces.
2572         (shr-insert-table): Also insert empty TDs.
2573         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2574
2575 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2576
2577         * gnus-sum.el (gnus-number): Rename from `number'.
2578         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2579         (gnus-summary-limit-children): Update uses correspondingly.
2580
2581 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2584         (gnus-gravatar-transform-address): Don't show avatars of people of
2585         which mail addresses match gnus-gravatar-too-ugly.
2586
2587 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * shr.el (shr-table-widths): Expand TD elements to fill available
2590         space.
2591
2592 2010-10-07  Julien Danjou  <julien@danjou.info>
2593
2594         * nnimap.el (nnimap-request-rename-group): Add this method.
2595
2596 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2599         name from XEmacs' function-arglist.
2600
2601         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2602         gravatar under XEmacs.
2603
2604 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2605
2606         * auth-source.el: Update docs with TODO items.
2607
2608         * gnus-sync.el: Update docs to explain state and plans.
2609
2610         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2611         Hooks for mark updates.
2612         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2613
2614         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2615         hooks with arguments, which is needed for mark update hooks.
2616
2617 2010-10-06  Julien Danjou  <julien@danjou.info>
2618
2619         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2620         was matched.
2621
2622         * sieve-manage.el: Update example in `Commentary'.
2623
2624         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2625
2626         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2627         not 2000.
2628         (sieve-manage-authenticate): Re-add function.
2629
2630 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * shr.el (shr-insert): Get 'space transition right.
2633         (shr-render-td): Only delete space at the end of the TD.
2634
2635         * nnimap.el (nnimap-open-connection): Prepare to support
2636         open-gnutls-stream.
2637
2638         * shr.el: Rearrange function order to be more logical.
2639
2640 2010-10-06  Julien Danjou  <julien@danjou.info>
2641
2642         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2643         (nnrss-discover-feed): Remove 404 URL in docstring.
2644
2645         * nnir.el: Fix Swish-E URL.
2646         Fix Namazu URL.
2647
2648         * message.el (message-change-subject): Remove 404 URL in a comment.
2649
2650 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2653         called interactively.
2654
2655         * gnus-util.el (gnus-remove-if): Allow hash table.
2656         (gnus-remove-if-not): New function.
2657
2658         * gnus-art.el (gnus-mime-view-part-as-type)
2659         * gnus-score.el (gnus-summary-score-effect)
2660         * gnus-sum.el (gnus-read-move-group-name):
2661         Replace remove-if-not with gnus-remove-if-not.
2662
2663         * gnus-group.el (gnus-group-completing-read):
2664         Regard collection as a hash table if it is not a list.
2665
2666 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2669
2670         * shr.el: Document the table-rendering algorithm.
2671
2672 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2675         for Emacsen having no `libxml-parse-html-region' support.
2676
2677 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2680         invalid URLs.
2681
2682         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2683         line-broken.
2684         (shr-tag-img): Ignore image fetching errors.
2685         (shr-overlays-in-region): Compute overlay positions correctly.
2686
2687         * mm-decode.el (mm-shr): Require shr.
2688
2689         * gnus-art.el (gnus-blocked-images): Move variable here.
2690
2691         * shr.el (shr-insert-table): Bind free variable.
2692
2693         * mm-decode.el (mm-shr): Bind shr-content-function.
2694
2695         * shr.el (shr-content-function): New variable.
2696
2697         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2698         added for symmetry.
2699
2700         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2701
2702         * gnus-group.el (gnus-group-make-group): Doc fix.
2703
2704         * nnimap.el (nnimap-request-newgroups): Return success.
2705
2706         * shr.el (shr-find-elements): New function.
2707         (shr-tag-table): Put all the images after the table.
2708         (shr-tag-table): Really inhibit images inside the table.
2709         (shr-collect-overlays): Copy over overlays from the TD elements to the
2710         main document.
2711
2712         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2713         gnus-blocked-images.
2714
2715 2010-10-05  Julien Danjou  <julien@danjou.info>
2716
2717         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2718
2719         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2720         (gnus-html-maximum-image-size): Add this function.
2721         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2722
2723         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2724         server-value of the capability is nil.
2725
2726 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * shr.el (shr-tag-em): Add <EM> tag.
2729
2730 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2731
2732         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2733         customizable.
2734
2735         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2736         handing broken links to browse-url.
2737
2738 2010-10-05  Julien Danjou  <julien@danjou.info>
2739
2740         * gnus-util.el (gnus-emacs-completing-read)
2741         (gnus-iswitchb-completing-read): Use autoload rather than require.
2742
2743 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2746         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2747         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2748         iswitchb-temp-buflist for XEmacs.
2749
2750         * gnus-util.el (gnus-completing-read-function): Exclude
2751         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2752         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2753         XEmacs.
2754
2755         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2756         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2757
2758         * gnus-html.el: Don't require help-fns under XEmacs.
2759         (gnus-html-schedule-image-fetching): Work for XEmacs.
2760
2761         * mm-decode.el (mm-shr): Decode contents by charset.
2762
2763 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2766         unknown.
2767
2768         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2769         (shr-get-image-data): Ensure against the cache file missing.
2770
2771         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2772         for data.
2773
2774         * spam-report.el (spam-report-url-ping-plain): Don't query about
2775         killing the process.
2776
2777         * shr.el (shr-render-td): Protect against too-wide text.
2778
2779 2010-10-04  Julien Danjou  <julien@danjou.info>
2780
2781         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2782         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2783
2784         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2785         retrieved.
2786
2787 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * shr.el (browse-url): Require.
2790         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2791         lines.
2792         (shr-show-alt-text, shr-browse-image): New commands.
2793         (shr-browse-url, shr-copy-url): New commands.
2794
2795         * gnus-sum.el (gnus-widen-article-window): New variable.
2796         (gnus-summary-select-article-buffer): Use it.
2797
2798         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2799         without @ signs.
2800
2801 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2802
2803         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2804
2805 2010-10-04  Julien Danjou  <julien@danjou.info>
2806
2807         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2808         for XEmacs.
2809
2810 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2813
2814         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2815         (nnimap-close-server): Implement.
2816
2817         * dgnushack.el (iswitchb): Require to shut up the compiler.
2818
2819         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2820         (shr-insert): Tweak line breaking.
2821         (shr-insert): Handle <pre> better.
2822         (shr-tag-li): Get <li> indentation right.
2823         (shr-tag-li): Get <li> indentation even righter.
2824         (shr-tag-blockquote): Ensure paragraph start.
2825         (shr-make-table): Tweak table generation.
2826         (shr-make-table): Fix typo.
2827
2828         * shr.el: Implement table rendering.
2829
2830 2010-10-04  Julien Danjou  <julien@danjou.info>
2831
2832         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2833
2834 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * shr.el (shr-insert): Use string anchors instead of line anchors.
2837
2838 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * shr.el: Add headings.
2841         (shr-ensure-paragraph): Actually work.
2842         (shr-tag-li): Make <ul> prettier.
2843         (shr-insert): Get white space at the beginning/end of elements right.
2844         (shr-tag-p): Collapse subsequent <p>s.
2845         (shr-ensure-paragraph): Don't insert double line feeds after blank
2846         lines.
2847         (shr-insert): \t is also space.
2848         (shr-tag-s): Fix "s" tag name function.
2849         (shr-tag-s): Fix face prop name.
2850
2851 2010-10-03  Julien Danjou  <julien@danjou.info>
2852
2853         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2854
2855         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2856         gnus-window-inside-pixel-edges.
2857
2858         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2859         gnus-ems.
2860
2861         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2862
2863         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2864         function.
2865
2866         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2867         resize choice.
2868
2869 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2872         beginning of the buffer.
2873
2874         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2875         article buffer again.
2876
2877         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2878
2879         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2880         when it's at the start of the buffer.
2881
2882         * shr.el (shr-tag-blockquote): Convert name.
2883         (shr-rescale-image): Use the right image-size variant.
2884
2885         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2886         buffer isn't shown, then select the current article first instead of
2887         bugging out.
2888         (gnus-summary-select-article-buffer): Show both the article and summary
2889         buffers again.
2890
2891         * shr.el (shr-fontize-cont): Protect against regions with no text.
2892         Rename tag functions to shr-tag-* for enhanced security.
2893         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2894
2895 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2896
2897         * shr.el (shr-insert):
2898         * pop3.el (pop3-movemail):
2899         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2900         loaded.
2901
2902 2010-10-03  Glenn Morris  <rgm@gnu.org>
2903
2904         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2905
2906         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2907
2908         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2909
2910         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2911
2912         * gnus-util.el (gnus-make-local-hook): Simplify.
2913
2914 2010-10-02  Julien Danjou  <julien@danjou.info>
2915
2916         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2917         (gnus-ido-completing-read): New function.
2918         (gnus-emacs-completing-read): New function.
2919         (gnus-completing-read): Use gnus-completing-read-function.
2920         Add gnus-completing-read-function.
2921
2922 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * shr.el (shr-insert-document): Autoload.
2925         (shr-img): Be silent.
2926         (shr-insert): Add a newline after every picture before text.
2927         (shr-add-font): Use overlays for combining faces.
2928         (shr-insert): Pass upwards the text start point.
2929
2930         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2931         possible.
2932         (mm-shr): New function.
2933
2934 2010-10-02  Julien Danjou  <julien@danjou.info>
2935
2936         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2937         should go backward.
2938
2939 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2940
2941         * shr.el (shr): Fix typo in provide call.
2942
2943 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * shr.el: New file.
2946
2947         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2948
2949         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2950         completing read.
2951
2952 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2955         we're being queried about.  Suggested by Dan Jacobson.
2956
2957         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2958         Suggested by Jason Eisner.
2959
2960         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2961         table, too.  Suggested by Stefan Wiens.
2962         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2963         the table unnecessary.  Suggested by Stefan Wiens.
2964
2965         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2966         longer needed, and probably doesn't work either, as pointed out by
2967         Stefan Wiens.
2968         (gnus-summary-exit): Remove call to the clearing function.
2969         (gnus-summary-exit-no-update): Ditto.
2970
2971         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2972         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2973         Reported by Stefan Monnier.
2974         (gnus-summary-save-in-rmail): Ditto.
2975
2976         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2977         article buffer, instead of both the article buffer and the summary
2978         buffer.  Sort of suggested by Dan Jacobson.
2979
2980         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2981
2982         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2983         Suggested by Dan Jacobson.
2984
2985         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2986         documentation clearer.
2987
2988         * message.el (message-shorten-references): Comment on the number "21".
2989         Suggested by Stefan Monnier.
2990
2991         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2992         Suggested by Dan Jacobson.
2993
2994         * gnus.el (gnus-large-newsgroup):
2995         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2996
2997         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2998         externalize attachments.  Bug reported by Steve Wen.
2999
3000         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3001         really message anything to the user.
3002
3003         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3004         directly.
3005
3006         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3007         messages in empty groups.
3008
3009 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3010
3011         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3012         non-UIDNEXT group.
3013
3014 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3017         not the value from the collection.
3018
3019         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3020         values.  This sometimes happens on some groups that have no info.
3021         (nnimap-request-newgroups): New function.
3022
3023 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3024
3025         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3026         check into `gnus-registry-initialize'.
3027         (gnus-registry-initialize): Ditto.
3028         Fix and extend header docs.
3029
3030 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3033         regexp backtrace overflows.
3034
3035         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3036         for starttls that tls.el implements; i.e. openssl.
3037
3038         * tls.el (tls-starttls-switches): Give up on using starttls with
3039         gnutls-cli.
3040         (tls-program): Add --insecure to be consistent with the defaults from
3041         openssl s_client.  Now all three commands are insecure.
3042
3043 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * lpath.el: Bind completion-styles-alist for XEmacs.
3046
3047         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3048         (gravatar-create-image): New function that's an alias to
3049         gnus-xmas-create-image, gnus-create-image, or create-image.
3050         (gravatar-data->image): Use it.
3051
3052 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3055         install the nnregistry refer method.
3056         (gnus-registry-install-hooks): Use it.
3057         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3058         unfollowed groups.
3059
3060 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3061
3062         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3063         expanding threads.
3064
3065 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * nnir.el: Use the server names without suffixes (bug #7009).
3068
3069         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3070         unencrypted to STARTTLS, if possible.
3071
3072 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3073
3074         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3075         headers before superseding.
3076
3077 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * nnrss.el (nnrss-use-local): Add documentation.
3080
3081         * nnimap.el (nnimap-extend-tls-programs): New function.
3082         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3083         (nnimap-wait-for-connection): Accept the greeting from the stupid
3084         output from openssl s_client -starttls, too.
3085
3086         * tls.el (tls-starttls-switches): New variable.
3087         (tls-find-starttls-argument): Use it.
3088         (open-tls-stream): Ditto.
3089
3090         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3091         (netrc-machine): Ditto.
3092
3093         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3094         article number.
3095         (nnimap-split-fancy): New variable.
3096         (nnimap-split-incoming-mail): Use it.
3097
3098         * nntp.el (nntp-server-list-active-group): Document.
3099
3100         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3101         SELECT to get the message-id.
3102
3103         * mail-source.el (mail-sources): Remove webmail support.
3104         (defvar): Ditto.
3105         (mail-source-fetcher-alist): Ditto.
3106         (mail-source-fetch-webmail): Remove.
3107
3108         * webmail.el: Remove -- doesn't seem relevant any more.
3109
3110         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3111
3112         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3113         the \r.
3114
3115 2010-09-30  Julien Danjou  <julien@danjou.info>
3116
3117         * gnus-agent.el (gnus-agent-add-group): Fix call to
3118         gnus-completing-read.
3119
3120 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * nndoc.el (nndoc-retrieve-groups): New function.
3123
3124         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3125         `default', use nnmail-split-methods.
3126         (nnimap-request-article): Downcase the NILs so that they are nil.
3127
3128         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3129         symbol.
3130
3131         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3132         code, since if the user has requested network, that's what they ought
3133         to get.
3134         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3135         (nnimap-split-rule): Mark as obsolete.
3136
3137         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3138         New variable.
3139
3140         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3141         correct slot, too.
3142
3143 2010-09-29  Julien Danjou  <julien@danjou.info>
3144
3145         * gnus.el (gnus-local-domain): Declare variable obsolete.
3146
3147         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3148         Fix history computing.
3149         (gnus-ido-completing-read): Require ido.
3150
3151 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3154         build Gnus.
3155
3156         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3157         when interpreting the structures.
3158         (nnimap-request-accept-article): Add \r\n to the lines to make this
3159         work with Cyrus.
3160
3161         * nndraft.el (nndraft-request-expire-articles): Use the group name
3162         instead if "nndraft".  Fix found by Nils Ackermann.
3163
3164 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3165
3166         * nnregistry.el: Add.
3167
3168 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * nnmail.el (group, group-art-list, group-art):
3171         Remove unneeded directives.
3172
3173 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3176         (mm-mime-charset)
3177         * rfc2047.el (rfc2047-syntax-table)
3178         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3179
3180         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3181         rather than `insert-file-contents' and `eval-region'.
3182
3183         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3184         construction.
3185
3186         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3187
3188         * time-date.el: No need to require cl for Emacs 21.
3189
3190 2010-09-29  Julien Danjou  <julien@danjou.info>
3191
3192         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3193         replacement of `gnus-gravatar-relief' to mimic
3194         `gnus-faces-properties-alist'.
3195         Add :version property.
3196
3197 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * mail-source.el (mail-source-report-new-mail)
3200         * message.el (message-default-mail-headers)
3201         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3202
3203         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3204
3205 2010-09-28  Julien Danjou  <julien@danjou.info>
3206
3207         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3208         mail-address contains the same string as real-name.
3209
3210         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3211         non-blank in header, otherwise it'll get stripped.
3212
3213         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3214         real-name, and then for mail address rather than doing : or , search.
3215
3216 2010-09-27  Julien Danjou  <julien@danjou.info>
3217
3218         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3219         right completing-read function.
3220         (gnus-use-ido): New variable
3221         (gnus-completing-read-with-default): Remove.
3222         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3223         (gnus-agent-add-group):
3224         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3225         * mm-view.el (mm-view-pkcs7-decrypt):
3226         * mm-util.el (mm-codepage-setup):
3227         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3228         * mml-smime.el (mml-smime-openssl-sign-query):
3229         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3230         (mml-insert-multipart):
3231         * gnus-msg.el (gnus-summary-yank-message):
3232         * gnus-int.el (gnus-start-news-server):
3233         * mm-decode.el (mm-interactively-view-part):
3234         * gnus-dired.el (gnus-dired-attach):
3235         * gnus.el (gnus-read-method):
3236         * gnus-bookmark.el (gnus-bookmark-jump):
3237         * gnus-art.el (gnus-mime-view-part-as-type)
3238         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3239         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3240         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3241         * nnmairix.el (nnmairix-create-server-and-default-group)
3242         (nnmairix-update-groups, nnmairix-get-server)
3243         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3244         (nnmairix-get-group-from-file-path):
3245         * nnrss.el (nnrss-find-rss-via-syndic8):
3246         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3247         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3248         (gnus-group-browse-foreign-server):
3249         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3250         (gnus-summary-execute-command, gnus-summary-respool-article)
3251         (gnus-read-move-group-name):
3252         * gnus-score.el (gnus-summary-increase-score)
3253         (gnus-summary-score-effect):
3254         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3255
3256 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3259         x-focus-frame.
3260
3261         * nnimap.el (auth-source-forget-user-or-password)
3262         (auth-source-user-or-password): Autoload.
3263
3264         * message.el (message-from-style, message-interactive)
3265         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3266         (message-yank-prefix, message-indentation-spaces, message-signature)
3267         (message-signature-file): Add comment.
3268
3269 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3272         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3273         new articles.
3274
3275         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3276         parts.
3277         (nnimap-request-article): Work with the t setting, too.
3278
3279         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3280         that you don't get flashes of other buffers.
3281         (gnus-summary-show-complete-article): Intern before setting.
3282
3283 2010-09-27  David Engster  <dengste@eml.cc>
3284
3285         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3286         well as HEADERS.
3287         (nnmairix-retrieve-headers): Provide new argument for the above.
3288
3289 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * gnus-sum.el (gnus-summary-move-article): Don't alter
3292         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3293         group.
3294
3295         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3296
3297         * message.el (message-cite-prefix-regexp): Revert my last edit.
3298
3299         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3300         variable instead of the Gnus variable.
3301
3302         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3303
3304         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3305
3306         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3307         since some servers don't like it.
3308         (nnimap-open-connection): Forget credentials if the server says the
3309         password was wrong.
3310         (nnimap-parse-line): Protect against invalid data.
3311
3312         * gnus-sum.el (gnus-summary-move-article): Add comment.
3313         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3314         nothing alters it while scanning for new messages.
3315
3316         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3317         which may or may not help.
3318         (nnimap-open-connection): If we're doing a stream connection, and then
3319         discover we're on a STARTTLS-capable server, then open a STARTTLS
3320         connection instead.
3321
3322 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * nnimap.el (utf7): Require.
3325
3326         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3327         prefix.
3328
3329 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3330
3331         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3332
3333 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * nnimap.el (nnimap-request-accept-article): Message the error on
3336         error.
3337
3338 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3341
3342 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * nndoc.el (nndoc-request-list): Return success always.
3345
3346         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3347         `fetch-old' -- we only want to fetch the articles we've requested.
3348         The rest are in the agent, probably.
3349         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3350         disappeared server" to something low.  It's not important.
3351
3352         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3353         arrived before the FETCH data.
3354
3355         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3356         target here, because we don't know the Gnus name of the group.
3357
3358         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3359         for the correct group.
3360
3361         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3362
3363         * gnus.el (gnus): Give a final warning after startup.
3364
3365         * gnus-util.el (gnus-action-message-log): New variable.
3366         (gnus-message): Use it.
3367         (gnus-final-warning): New function.
3368
3369         * nnimap.el (nnimap-open-connection): Record the greeting.
3370         (nnimap): Add greeting.
3371
3372 2010-09-26  Julien Danjou  <julien@danjou.info>
3373
3374         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3375         arguments.
3376         (gnus-html-wash-images): Fix spec computing to include start/end.
3377
3378         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3379
3380 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3383         deletion.
3384         (nnimap-retrieve-headers): Don't select the group, because that's
3385         already done by nnimap-possibly-change-group.
3386
3387         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3388         (gnus-picon-transform-address): Use it.
3389
3390         * mail-source.el (mail-source-value): Revert previous patch.
3391
3392         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3393         on failure.
3394         (nnimap-open-connection): Look up both virtual and physical server name
3395         credentials.
3396
3397         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3398
3399 2009-02-07  Dave Love  <fx@gnu.org>
3400
3401         * tls.el (open-tls-stream): Don't query killing process.
3402
3403 2009-02-08  Dave Love  <fx@gnu.org>
3404
3405         * gnus-win.el (gnus-window-to-buffer-helper)
3406         (gnus-all-windows-visible-p): Function needn't be a symbol.
3407
3408         * mail-source.el (mail-source-value): Function needn't be a symbol.
3409
3410 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * message.el (message-cite-prefix-regexp): Remove } from the cite
3413         prefix.
3414
3415         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3416         highlight again, so that the highlight is correct.
3417
3418         * gnus-picon.el (gnus-picon): Remove again.
3419         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3420
3421         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3422         doing the header highlightling, so that the background colour of the
3423         picon is correct.
3424
3425         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3426         (gnus-picon): Ditto.
3427         (gnus-picon): Reinstate.  The background colour for picons is white.
3428         (gnus-picon-insert-glyph): Make the background white.
3429
3430         * nnml.el (nnml-open-nov): Don't return dead buffers.
3431
3432         * auth-source.el (auth-source-create): Query the user for whether to
3433         store the credentials.
3434
3435         * netrc.el (netrc-store-data): New function.
3436
3437         * auth-source.el (auth-source-user-or-password): Use the existing auth
3438         sources, if any, for creation.
3439
3440         * gnus.el (gnus-group-fast-parameter): Return the last matching
3441         parameter instead of the first matching parameter.
3442
3443 2010-09-26  Julien Danjou  <julien@danjou.info>
3444
3445         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3446
3447 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * mml2015.el (mml2015-use): Remove gpg support.
3450
3451         * mml1991.el (mml1991-function-alist): Remove gpg function.
3452         (mml1991-gpg-sign): Remove.
3453
3454 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3455
3456         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3457         (gnus-browse-unsubscribe-current-group): Document it.
3458         (gnus-browse-unsubscribe-group): Use it.
3459
3460 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3463         address to the To list for easier response.
3464
3465         * gnus.el (gnus-play-startup-jingle): Remove.
3466         (gnus-splash): Don't play jingle.
3467         (gnus): Silence gnus-load message.
3468
3469         * gnus-art.el (gnus-treat-play-sounds): Remove.
3470
3471         * gnus.el (gnus-play-jingle): Remove audio support.
3472
3473         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3474
3475         * earcon.el: Remove -- no users.
3476
3477         * gnus-audio.el: Remove -- no users of this package.
3478
3479         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3480
3481         * gnus-start.el (gnus-setup-news): Remove nocem support.
3482
3483         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3484
3485         * gnus.el (gnus-use-nocem): Remove.
3486
3487         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3488         Remove.
3489
3490         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3491         uses NoCeM any more.
3492
3493         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3494         (gnus-button-ctan-handler): Ditto.
3495         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3496         (gnus-button-ctan-directory-regexp): Ditto.
3497         (gnus-button-handle-ctan): Ditto.
3498         (gnus-button-tex-level): Ditto.
3499         (gnus-button-alist): Remove CTAN stuff.
3500
3501 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3504         nnimap-streaming test.
3505
3506         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3507         servers twice.
3508
3509         * nnimap.el (nnimap-open-connection): Add more error reporting when
3510         nnimap fails early.
3511
3512         * nnheader.el (nnheader-get-report-string): New function.
3513         (nnheader-get-report): Use it.
3514
3515         * gnus-int.el (gnus-check-server): Say what the error was when opening
3516         failed.
3517
3518         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3519         using streaming.
3520
3521 2010-09-25  Julien Danjou  <julien@danjou.info>
3522
3523         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3524         gnus-window-inside-pixel-edges.
3525
3526 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3529
3530         * mm-decode.el (mm-save-part): Allow saving to other directories the
3531         normal Emacs way.
3532
3533         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3534         Suggested by Jay Berkenbilt.
3535
3536         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3537         there isn't a single byte.
3538
3539         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3540         just do it.  It doesn't really seem to matter what the user responds
3541         here, I think, so it's just a confusing question.
3542
3543         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3544         non-streaming case.
3545
3546         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3547         (gnus-article-encrypt-body): Use it.
3548
3549         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3550         keystroke.
3551
3552         * nnimap.el (nnimap-find-wanted-parts-1):
3553         Use gnus-fetch-partial-articles.
3554
3555         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3556
3557         * nnimap.el (nnimap-insert-partial-structure): New function.
3558         (nnimap-get-partial-article): New function.
3559         (nnimap-request-article): Use it.
3560         (nnimap-wait-for-response): Return whether the wait was successful.
3561         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3562         retrieval wasn't successful.
3563         (nnimap-retrieve-group-data-early): Allow throttling servers.
3564         (nnimap-streaming): New variable.
3565         (nnimap-fetch-partial-articles): Remove.
3566
3567         * mm-decode.el (mm-with-part): Protect against killed buffers.
3568
3569         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3570         for prettier summary display.
3571
3572 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3573
3574         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3575
3576 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3579         apparently third-party libraries depend on it.
3580
3581         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3582         before starting negotiation.
3583
3584         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3585         privacy reasons.
3586         (gnus-treat-mail-gravatar): Ditto.
3587
3588         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3589         buffer when inserting images.  Inserting text into the headers, for
3590         instance, can make them invalid.
3591
3592 2010-09-25  Julien Danjou  <julien@danjou.info>
3593
3594         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3595         variables.
3596
3597         * nnheader.el: Remove useless variables news-reply-yank-from and
3598         news-reply-yank-message-id.
3599
3600         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3601         variables.
3602
3603         * mml1991.el: Remove useless mml1991-verbose.
3604
3605         * gnus.el: Remove useless variable gnus-use-generic-from.
3606         Remove obsolete variable gnus-topic-indentation.
3607
3608         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3609
3610         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3611
3612         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3613
3614         * gnus-group.el: Remove useless gnus-group-icon-cache.
3615         Remove useless gnus-ephemeral-group-server.
3616
3617         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3618
3619         * mml2015.el: Remove useless mml2015-verbose.
3620
3621         * mml-smime.el: Remove useless mml-smime-verbose.
3622
3623         * gnus.el: Remove useless gnus-local-domain.
3624
3625         * gnus-gravatar.el (gnus-gravatar-transform-address):
3626         Use gnus-gravatar-size.
3627
3628         * gnus-art.el: Remove useless gnus-treat-translate.
3629
3630 2010-09-24  Julien Danjou  <julien@danjou.info>
3631
3632         * gnus-sum.el: Add support for Gravatars.
3633
3634         * gnus-art.el: Add support for Gravatars.
3635
3636         * gnus-gravatar.el: Add this file.
3637
3638         * gravatar.el: Add this file.
3639
3640 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3643
3644         * gnus-group.el (gnus-group-fetch-faq): Remove.
3645
3646         * gnus.el (gnus-group-faq-directory): Remove.
3647
3648         * gnus-group.el (gnus-group-fetch-charter): Remove.
3649
3650         * gnus.el (gnus-group-charter-alist): Remove.
3651
3652         * gnus-group.el (gnus-group-archive-directory): Remove.
3653         (gnus-group-recent-archive-directory): Ditto.
3654         (gnus-group-make-archive-group): Remove.
3655
3656         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3657
3658         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3659         use the same article number for all the cached articles.
3660
3661         * nnimap.el (nnimap-command): Register the last command time so
3662         that we can use it for idling NOOPs.
3663         (nnimap-open-connection): Start the keeplive timer.
3664         (nnimap-make-process-buffer): Store all the process buffers.
3665         (nnimap-keepalive): New function.
3666
3667         * starttls.el (starttls-open-stream): Add autoload cookie.
3668
3669 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3670
3671         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3672         handling.
3673
3674 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3677         its data structures.
3678
3679         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3680         instead of the cl.el copy-list.
3681         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3682         equalp.
3683
3684 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3687         and tool-bar-local-item-from-menu.
3688
3689         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3690         mode-line-highlight face for Emacs.
3691
3692         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3693         loading gnus-sum.elc; fix comment for canlock-verify.
3694         (gnus-article-jump-to-part): Use read-number.
3695         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3696         Remove Emacs pre-21 compatible code for help-echo.
3697         (gnus-article-next-page-1): No need to adjust the number of lines.
3698         (gnus-article-describe-bindings): Always use help-buffer.
3699
3700         * gnus-audio.el (gnus-audio-inline-sound)
3701         * gnus-cus.el (gnus-custom-mode)
3702         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3703
3704         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3705
3706         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3707         compatible code.
3708
3709 2010-09-24  Glenn Morris  <rgm@gnu.org>
3710
3711         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3712         visiting the fcc file in rmail-mode.
3713
3714         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3715
3716 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * nnir.el: Silence the byte compiler.
3719
3720         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3721         alias to browse-url-url-encode-chars if any.
3722         (gnus-html-encode-url): Use it.
3723
3724 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-start.el (gnus-use-backend-marks): New variable.
3727         (gnus-get-unread-articles-in-group): Use it.
3728
3729         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3730         makeover.
3731
3732 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3733
3734         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3735
3736 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3739         Remove.
3740         (gnus-setup-news-hook):
3741         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3742
3743         * gnus-int.el (gnus-request-update-info): Protect against backends not
3744         having the function.
3745
3746         * nnimap.el (nnimap-stream): Mention starttls.
3747         (nnimap-open-connection): Add starttls support.
3748
3749 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3750
3751         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3752
3753 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3756         BODYSTRUCTUREs.
3757         (nnimap-transform-headers): Unfold quoted {42} headers.
3758
3759         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3760         the info.
3761         (gnus-get-unread-articles): Only call updatep on backends that support
3762         it.
3763
3764         * nnweb.el (nnweb-request-update-info): NOOP.
3765
3766         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3767
3768         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3769         since it only deals with marks.
3770
3771         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3772         gnus-request-marks, and make a new gnus-request-update-info.
3773
3774         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3775         the active instead of the high number, which is usually too low.
3776
3777 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3780         * encrypt.el: Remove.
3781
3782 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3785         server in symbolic form.
3786
3787         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3788
3789 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3792         (nnimap-update-info): Fix up code slightly.
3793
3794         * gnus-int.el (gnus-open-server): Add tracing for performance
3795         debugging.
3796
3797         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3798         (gnus-group-insert-group-line): Pass the real group name so that it
3799         gets the right data.
3800
3801         * gnus-start.el (gnus-get-unread-articles): Don't have
3802         `gnus-get-unread-articles-in-group' update info, since that can be
3803         really slow and doesn't seem to be needed?
3804
3805 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3806
3807         * time-date.el (date-to-time): Try using parse-time-string first before
3808         using the slower timezone-make-date-arpa-standard.
3809
3810 2010-09-22  Julien Danjou  <julien@danjou.info>
3811
3812         * gnus-group.el (gnus-group-insert-group-line):
3813         Call gnus-group-highlight-line.
3814         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3815         default hook list.
3816         (gnus-group-update-eval-form): Add new function.
3817         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3818         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3819
3820 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3823         immediate, then expire all articles.
3824         (nnimap-update-info): Fix off-by-one errors.
3825         (nnimap-flags-to-marks): Would return no marks lists for group with no
3826         flags.  Instead return the other data.
3827
3828 2010-09-22  Julien Danjou  <julien@danjou.info>
3829
3830         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3831         Only return an icon.
3832         (gnus-group-insert-group-line): Compute icon to return.
3833
3834         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3835         (gnus-html-image-fetched): Only cache if
3836         gnus-html-image-automatic-caching is set.
3837         (gnus-html-image-fetched): Check for errors.
3838
3839 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3842         once per method on `g'.  This ensures that backends like nnfolder don't
3843         open all their folders.
3844
3845         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3846         (nnimap-request-list): Nix out group in the correct buffer.
3847         (nnimap-parse-flags): Implement by using `read' instead of
3848         hand-parsing.
3849         (nnimap-flags-to-marks): Pass on permanent-flags.
3850         (nnimap-make-process-buffer): Record the server name.
3851         (nnimap-parse-flags): Fix typo.
3852         (nnimap-request-scan): Run split on the server in general, not just a
3853         single group.
3854
3855         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3856         parameter, and propagate this downwards.
3857
3858         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3859         since EXAMINE changes it on the server.
3860
3861         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3862         this command might take a while.
3863
3864 2010-09-22  Julien Danjou  <julien@danjou.info>
3865
3866         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3867         harmful if you have 2 images side-by-side, they can't be properly
3868         update on text deletion.  Using text-property is safer here.
3869         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3870         data.
3871
3872 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * nnimap.el (nnimap-expunge-inbox): Remove.
3875         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3876         (nnimap-expunge): Flip default to t.
3877
3878         * gnus.el (gnus-method-to-server): Don't push things to the cache
3879         unless it's unique.
3880         (gnus-server-to-method): Ditto.
3881
3882 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3883
3884         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3885
3886 2010-09-22  Julien Danjou  <julien@danjou.info>
3887
3888         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3889         get the start of data.
3890         (gnus-html-encode-url): Add this function to encode special chars in
3891         URL.
3892         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3893         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3894
3895         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3896         default.
3897         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3898
3899         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3900         images alt-text.
3901         (gnus-html-put-image): Put alt-text as help-echo.
3902
3903 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3906         * mm-util.el (mm-decompress-buffer)
3907         * nnir.el (nnir-run-find-grep)
3908         * pop3.el (pop3-list): Use 3rd arg of split-string.
3909
3910         * time-date.el (format-seconds): Comment fix.
3911
3912         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3913         and byte-optimize-form-code-walker.
3914         (dgnushack-make-auto-load): Don't advise make-autoload.
3915
3916         * lpath.el: Remove Emacs 21 stuff.
3917
3918 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3921         outside the active range.  Suggested by Dan Christensen.
3922
3923         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3924         slightly later to avoid double-getting it.
3925
3926         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3927         previous patch.
3928
3929         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3930
3931 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3932
3933         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3934
3935 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-int.el (gnus-open-server): Give a better error message in the
3938         "go offline" case.
3939
3940         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3941         marks for nnimap, which is seldom the right thing to do.
3942
3943         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3944         (gnus-same-method-different-name): New function.
3945
3946         * nnimap.el (parse-time): Require.
3947
3948         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3949         method in the presence of many similar methods.
3950
3951         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3952
3953         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3954         nnml-inhibit-expiry.
3955
3956         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3957         find out whether methods are equal.
3958
3959         * nnimap.el (nnimap-find-expired-articles): New function.
3960         (nnimap-process-expiry-targets): New function.
3961         (nnimap-request-move-article): Request the article before looking at
3962         what the Message-ID is.  Fix found by Andrew Cohen.
3963         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3964
3965         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3966         for oldness in addition to being a predicate.
3967
3968         * nnimap.el (nnimap-request-group): When we have zero articles, return
3969         the right data to Gnus.
3970         (nnimap-request-expire-articles): Only delete articles immediately if
3971         the target is 'delete.
3972
3973         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3974         method, this would bug out.
3975
3976         * gnus-group.el (gnus-group-expunge-group): Rename from
3977         gnus-group-nnimap-expunge, and implemented as a normal interface
3978         function.
3979
3980         * gnus-int.el (gnus-request-expunge-group): New function.
3981
3982         * nnimap.el (nnimap-request-create-group): Implement.
3983         (nnimap-request-expunge-group): New function.
3984
3985 2010-09-21  Julien Danjou  <julien@danjou.info>
3986
3987         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3988         (gnus-html-cache-expired): Add new function.
3989         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3990         wethever we should display image for fetch it.
3991         Compute alt-text earlier to pass it to the fetching function too.
3992         (gnus-html-schedule-image-fetching): Change function argument to only
3993         get one image at a time, not a list.
3994         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3995         cache.
3996         (gnus-html-get-image-data): New function to retrieve image data from
3997         cache.
3998         (gnus-html-put-image): Change buffer argument to use image data rather
3999         than file, and place image above region rather than inserting a new
4000         one.  Do not take alt-text as argument, since it's useless now: we place
4001         the image above alt-text.
4002         (gnus-html-prune-cache): Remove.
4003         (gnus-html-show-images): Start to fetch image when we find one, do not
4004         push into a temporary list.
4005         (gnus-html-prefetch-images): Only fetch image if they have expired.
4006         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4007         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4008
4009 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4012
4013 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4016         spec inser "*" if the group isn't active instead of 0.
4017
4018         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4019         opening the server.
4020         (nnimap-request-delete-group): Implement group deletion.
4021         (nnimap-transform-headers): Return the size of the entire message in
4022         the Bytes header, not just the size of the first part.
4023         (nnimap-request-move-article): When moving an article from nnimap,
4024         request the article first so the accepting form has an article to
4025         accept.  Reported by Dan Christensen.
4026         (nnimap-command): Make sure that the error message doesn't error out.
4027
4028 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4029
4030         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4031         we haven't requested anything.
4032
4033 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4036         "".  Fix found by Andrew Cohen.
4037
4038         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4039         instead of -encode-string.
4040
4041 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4044
4045         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4046         by mm-subst-char-in-string.
4047
4048 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4051         waiting for the connection string.
4052
4053         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4054         arriving.
4055
4056         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4057         bogus characters.  This allows selecting certain Gmail groups.
4058
4059         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4060         (nnimap-fetch-partial-articles): New variable.
4061         (nnimap-open-connection): When looking for credentials, also use the
4062         nnimap-server-port.
4063         (nnimap-request-article): Return the group/article number, so that Gnus
4064         `^' works as expected.
4065         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4066
4067         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4068         comments.
4069         (gnus-methods-sloppily-equal): New function.
4070         (gnus): When using the development version of Gnus, load the gnus-load
4071         file.
4072
4073         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4074         `gnus-open-server' on each method before trying to scan them etc.
4075         This ensures that all the backend parameters are set correctly.
4076
4077         * nnimap.el (nnimap-authenticator): New variable.
4078         (nnimap-open-connection): Allow anonymous login.
4079         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4080         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4081
4082         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4083         patch, found by Knut Anders Hatlen.
4084
4085 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4086
4087         * gnus-agent.el (gnus-agent-batch-confirmation)
4088         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4089         to gnus-message.
4090         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4091         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4092         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4093         * gnus-int.el (gnus-open-server): Likewise.
4094         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4095         (gnus-score-check-syntax): Likewise.
4096         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4097         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4098         Likewise.
4099         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4100
4101 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102
4103         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4104         calling conventions so that prefetch doesn't bug out.
4105
4106 2010-09-19  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4109         rather than `subst-char-in-region' in order to be able to replace ASCII
4110         char by UTF-8 ones.
4111
4112         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4113         than curl.
4114         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4115         the right URL and ALT text on images.
4116         (gnus-html-wash-tags): Fix tag case.
4117         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4118         (gnus-article-html): Add -o display_ins_del=2 option.
4119         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4120
4121 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4124         the extra mail headers, which sometimes seem to happen for unknown
4125         reasons.
4126
4127         * mail-parse.el (mail-header-encode-parameter): Define as
4128         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4129         (or most, perhaps?) mail readers don't understand the latter, but do
4130         understand the former.
4131
4132         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4133         to nil, so that no methods are automatically agentized.  I think this
4134         is probably what most users want.
4135
4136         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4137         from url-retrieve, for instance about invalid URLs.
4138
4139         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4140         groups that have no articles.
4141         (nnimap-request-article): Check that we really got an article when we
4142         requested one.
4143
4144         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4145         doesn't exist.
4146
4147         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4148         nntp buffer so the agent can save it.
4149         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4150         that CRLF doesn't get translated to \n.
4151         (nnimap-open-connection): Don't make 'shell commands only send \n.
4152
4153 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4154
4155         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4156         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4157         Update var name.
4158         (nnml-generate-nov-file): Use dolist.
4159         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4160         Use with-current-buffer.
4161
4162 2010-09-18  Julien Danjou  <julien@danjou.info>
4163
4164         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4165         parallel.
4166
4167 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4170         the range update right.
4171         (nnimap-request-group): Don't make `M-g' bug out on group with no
4172         marks.
4173         (nnoo): Require, so that other packages can require nnimap.
4174         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4175         command we're looking for.  This helps when the server sends more
4176         responses after we've gotten everything we expected.
4177         (nnimap): Add a `newlinep' field to keep track of end-of-line
4178         conventions.
4179         Don't send CRLF to things that don't want it.
4180         (nnimap-request-accept-article): Ditto.
4181
4182 2010-09-18  Julien Danjou  <julien@danjou.info>
4183
4184         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4185         than curl to retrieve images.
4186
4187 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4190         the marks.
4191         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4192         (nnimap-wait-for-connection): New function.
4193         (nnimap-open-connection): If we have PREAUTH, don't query for login
4194         credentials.
4195         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4196         when doing a partial update.
4197
4198 2010-09-18  Julien Danjou  <julien@danjou.info>
4199
4200         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4201         tags.
4202
4203 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * nnimap.el (nnimap-credentials): New function.
4206         (nnimap-open-connection): Use the new function to look for credentials
4207         also on the numeric equivalents of "imap" and "imaps".
4208
4209         * gnus-start.el (gnus-activate-group): Send the info to
4210         gnus-request-group.
4211
4212         * nnimap.el (nnimap-request-group): Have the "check" version of the
4213         function parse flags and update the info, so that a `M-g' get a total
4214         resync of all flags from the group.
4215
4216         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4217         to allow backends to alter the info on group selection.  Also alter all
4218         the backend -request-group functions to take the parameter.
4219
4220         * nnimap.el (nnimap-store-info): New function.
4221         (nnimap-update-info): Store the info for later usage.
4222         (nnimap-request-group): Use the stored info for the dont-check case, so
4223         that we don't retrieve all marks when we enter a group.
4224
4225         * nnimap.el: Use deffoo instead of defun for interface functions.
4226
4227         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4228         update the group info.  This makes the nndraft groups, for instance, go
4229         back to their old behaviour.
4230
4231         * gnus-sum.el (gnus-select-newsgroup): Indent.
4232
4233         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4234         in.
4235         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4236         nothing.
4237
4238         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4239         from methods that are denied.
4240
4241         * gnus-int.el (gnus-method-denied-p): New function.
4242
4243         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4244         store the password instead of netrc.
4245         (nnimap-open-connection): Don't error out when we can't make a
4246         connections.
4247
4248         * auth-source.el (auth-source-create): In the password prompt, say what
4249         we're querying for.  Also prompt for user name if that hasn't been
4250         given.
4251
4252         * nnimap.el (nnimap-with-process-buffer): Remove.
4253
4254 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4257         method when we're reading from the agent.
4258
4259         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4260
4261         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4262         that's probably most useful for users.
4263
4264         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4265         "failed" all the time.
4266
4267         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4268         ...)) with (with-current-buffer ... ).
4269
4270         * nntp.el (nntp-open-server): Return whether the open was successful or
4271         not.
4272
4273         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4274         select an unread unseen article first.
4275
4276         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4277         /etc/services, supply some sensible port defaults.
4278
4279         * dgnushack.el: Define netrc-credentials.
4280
4281 2010-09-17  Julien Danjou  <julien@danjou.info>
4282
4283         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4284
4285 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4286
4287         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4288         doesn't have any parameters.
4289
4290 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4293         only upcased checks.
4294
4295         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4296
4297         * nnimap.el (nnimap-open-shell-stream): New function.
4298         (nnimap-open-connection): Use it.
4299         (nnimap-transform-headers): Get the number of lines in each message.
4300         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4301         number of lines.
4302         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4303         problem.
4304
4305         * utf7.el (utf7-encode): Autoload.
4306
4307         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4308         to allow the mail splitting to not return a default group.  This is
4309         useful for nnimap, which will leave unmatched mail in the inbox.
4310
4311         * nnimap.el: Rewritten.
4312
4313         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4314         nnimap usage.
4315
4316         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4317         if the move is internal, so that nnimap can do fast internal moves.
4318
4319         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4320         data.
4321         (gnus-read-active-for-groups): Support finishing the early retrieval of
4322         data.
4323
4324         * gnus-range.el (gnus-range-nconcat): New function.
4325
4326         * gnus-int.el (gnus-finish-retrieve-group-infos)
4327         (gnus-retrieve-group-data-early): New functions.
4328
4329 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4330
4331         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4332         (nnrss-retrieve-groups):
4333         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4334         (pop3-quit): Use with-current-buffer.
4335
4336 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4339         instead of nnheader-accept-process-output.
4340
4341         * dgnushack.el (dgnushack-compile): Add comment.
4342
4343         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4344
4345         * gnus-html.el (gnus-html-schedule-image-fetching)
4346         (gnus-html-prefetch-images): Replace process-kill-without-query by
4347         gnus-set-process-query-on-exit-flag.
4348
4349 2010-09-16  Romain Francoise  <romain@orebokech.com>
4350
4351         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4352
4353 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4356         parameter to unintern is mandatory-ish in Emacs 24.
4357
4358         * gnus-html.el (gnus-html-schedule-image-fetching)
4359         (gnus-html-prefetch-images): Check for curl before using it.
4360
4361         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4362         depend on curl, which isn't essential.
4363
4364         * imap.el: Revert back to version
4365         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4366         seem problematic.
4367
4368 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4369
4370         * gnus-registry.el (gnus-registry-install-shortcuts):
4371         Explicitly pass `obarray' to `unintern' to avoid a warning.
4372
4373 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4376         change.
4377
4378         * nnrss.el (nnrss-request-list): Remove this function and related
4379         functions, including the moreover stuff.
4380
4381 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * nnrss.el (nnrss-retrieve-groups): New function.
4384
4385 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4386
4387         * .dir-locals.el: Add no-byte-compile cookie.
4388
4389 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * time-date.el (format-seconds): Comment fix.
4392
4393         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4394         for back end that doesn't support request-scan.
4395
4396 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4399         then do request scans from the backends.
4400
4401         * netrc.el (netrc-credentials): New conveniency function.
4402
4403         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4404         avoid running a hook per line, since this takes a lot of time,
4405         profiling shows.
4406         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4407         directly if gnus-visual-p is true.
4408
4409 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4412         groups; replace mapcar with dolist which is a bit faster; pass groups
4413         info to gnus-read-active-file-1.
4414         (gnus-read-active-file-1): Scan only specified groups if the new
4415         optional arg `infos' is given.
4416
4417 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4420
4421         * pop3.el (pop3-movemail): Remove.
4422         (pop3-streaming-movemail): Rename to pop3-movemail.
4423
4424         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4425         don't restrict end-tag searches to the end of the line.
4426
4427 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4430         articles of every unchecked group to t, which means unknown since the
4431         server has never been opened.
4432
4433 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4434
4435         * gnus-html.el (gnus-html-show-alt-text): New command.
4436         (gnus-html-browse-image): Ditto.
4437         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4438         to browse the image directly.
4439         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4440         better.
4441
4442         * gnus-async.el (gnus-async-article-callback):
4443         Call `gnus-html-prefetch-images' unconditionally.
4444
4445         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4446         before feeding URLs to curl.
4447
4448 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4451         internal images as deletable by `W D D'.
4452
4453         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4454         (gnus-async-article-callback): Fix typo.
4455
4456 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4459         current line to work around bugs in the output from w3m.
4460
4461         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4462         for groups that want that.
4463
4464         * nntp.el (nntp-wait-for-string): Supply a timeout for
4465         accept-process-output to ensure progress.
4466
4467         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4468         level to get unread articles from, then use that for foreign groups,
4469         too.
4470
4471         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4472         confuses the rest of the function.
4473
4474         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4475         for the methods that support -retrieve-groups, too.
4476
4477         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4478
4479 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4482         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4483
4484         * pop3.el: Require cl when compiling.
4485         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4486
4487 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4490         that aren't going to be activated.
4491         (gnus-get-unread-articles): Fix up the last commit.
4492
4493         * gnus-html.el (gnus-article-html): Allow calling without specifying
4494         the handle.  In that case, dissect the buffer first.
4495
4496         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4497
4498         * nnimap.el (nnimap-open-connection): Revert the change that would look
4499         into authinfo for imaps instead of imap.
4500
4501         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4502         say that you don't want to call gnus-request-group with don-check, but
4503         do check the reponse.  This is for virtual groups only.
4504         (gnus-get-unread-articles): Count the archive groups as secondary, so
4505         that they're activated the same way as before.
4506
4507         * imap.el (imap-message-map): Removed optional buffer parameter, since
4508         no callers use it.
4509         (imap-message-get): Ditto.
4510         (imap-message-put): Ditto.
4511         (imap-mailbox-map): Ditto.
4512         (imap-mailbox-put): Ditto.
4513         (imap-mailbox-get): Ditto.
4514         (imap-mailbox-get): Revert last change for this function.
4515
4516         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4517         case-insensitively.
4518         (nnimap-debug): Remove.
4519
4520         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4521         to use `imap-fetch' instead.  According to the comments, this should be
4522         safe, since all other IMAP clients use the 1:* syntax.
4523         (imap-enable-exchange-bug-workaround): Removed.
4524         (imap-debug): Removed -- doesn't seem very useful.
4525
4526         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4527         mail from a file, and the file doesn't exist.
4528
4529         * imap.el (imap-log): New convenience function used throughout instead
4530         of repeating the same code all over the place.
4531
4532         * pop3.el (pop3-streaming-movemail): Return t for success.
4533
4534         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4535         .authinfo if we're using ssl connection.
4536
4537         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4538         already have if we're in a main Gnus `g' run.
4539
4540         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4541
4542 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4545
4546         * nnmh.el (nnmh-request-list-1): Bind `file'.
4547
4548         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4549         alias to set-process-query-on-exit-flag or process-kill-without-query.
4550         (pop3-open-server): Use it.
4551
4552 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4555         box to the Incoming file.  Fixes mistake in previous checkin.
4556
4557         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4558         request loop (for debugging purposes) removed.
4559
4560         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4561         culprit is more visible.
4562         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4563         (nnml-add-incremental-nov): New functions to do "incremental" nov
4564         updates, where we just append to the end of the existing nov files
4565         without reading/writing them in full.
4566
4567         * mail-source.el (mail-source-delete-crash-box): Really only check the
4568         incoming files once in a while.
4569
4570         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4571
4572         * mail-source.el (mail-source-delete-crash-box): Only check the
4573         incoming files for deletion once per day to save a lot of file
4574         accesses.
4575
4576         * pop3.el (pop3-logon): Fix up unbound variable typo.
4577
4578         * mail-source.el (pop3-streaming-movemail): Autoload.
4579
4580         * pop3.el (pop3-streaming-movemail):
4581         Respect pop3-leave-mail-on-server.
4582
4583         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4584         retrieval.
4585
4586         * pop3.el (pop3-process-filter): Remove unused function.
4587         (pop3-streaming-movemail, pop3-send-streaming-command)
4588         (pop3-wait-for-messages, pop3-write-to-file)
4589         (pop3-number-of-responses): New functions for streaming pop3
4590         retrieval.
4591
4592         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4593         come from no known methods.
4594         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4595         list.
4596
4597         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4598         message sizes.
4599         (pop3-movemail): Use erase-buffer instead of looping and deleting
4600         regions, which seems rather odd.
4601
4602         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4603         file once per `g' run.
4604
4605         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4606         directories.  This makes the draft queue directory work.
4607
4608         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4609         data from the backends, so that we only request the list of groups from
4610         each method once.  This should speed things up considerably.
4611
4612         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4613         detect that it's not implemented.
4614
4615         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4616         we actually do recurse down into the tree, but don't stat all leaf
4617         nodes.
4618
4619         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4620         then say so instead of bugging out.
4621
4622         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4623         files exist before trying to read them.
4624
4625         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4626         around <pre_int>.
4627
4628         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4629
4630         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4631
4632 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * mm-util.el (mm-image-load-path): Just return the image directories,
4635         not all directories in the path in addition to the image directories.
4636         (mm-image-load-path): Maintain a cache of the image directories so that
4637         the `g' command in Gnus doesn't have to stat dozens of directories each
4638         time.
4639
4640         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4641         (gnus-html-wash-tags): Add a new `i' command to insert images.
4642         (gnus-html-insert-image): New command and keystroke.
4643         (gnus-html-redisplay-with-images): New command and keystroke.
4644         (gnus-html-show-images): Rename command.
4645         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4646         spacers.
4647         (gnus-html-wash-tags): Decode entities at the end, so that entities
4648         inside the tags don't mess up the rest of the "parsing".
4649
4650         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4651         so that nnimap methods aren't agentized by default.  There's apparently
4652         many problems related to agent/imap behaviour.
4653
4654         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4655
4656         * gnus-html.el: Doc fix.
4657
4658 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4661         specifier-spec-list for Emacs 21.
4662
4663         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4664         glyph-width and glyph-height instead of display-graphic-p and
4665         image-size; make avoidance of displaying small images work for XEmacs.
4666
4667         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4668         for XEmacs.
4669
4670         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4671         of symbol that holds plist data.
4672         (gnus-process-plist): Remove plist of process after getting it.
4673
4674 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * message.el (message-generate-hashcash): Change default to
4677         'opportunistic if hashcash is installed.
4678
4679         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4680         (gnus-html-put-image): Only call image-size once, since it's somewhat
4681         time-consuming on remote X servers.
4682
4683 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4686         type on data, not a file name.
4687
4688         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4689         window-pixel-edges for Emacs 21.
4690
4691         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4692         decoded contents.
4693         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4694
4695 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4698         group line format, since it isn't very interesting.
4699
4700         * gnus-agent.el (gnus-agent-short-article),
4701         (gnus-agent-long-article): Increase values for these two variables,
4702         since most people are likely to have more network connection and
4703         storage than before.
4704
4705         * gnus.el (gnus-refer-article-method): Change default to 'current.
4706         When referring an article, the common behaviour is to refer it from the
4707         current select method, not the native select method.  The chances of
4708         the native select method having the message in question is rather slim
4709         these days.
4710
4711         * gnus-sum.el (gnus-auto-select-subject): Change default to
4712         `unseen-or-unread'.  I think it's likely that most people want to
4713         select an unseen article over a previously seen, but unread one.
4714
4715         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4716         means that in the article buffer none of the minor mode elements will
4717         be shown, usually, and this is not desirable in most cases.
4718
4719         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4720         that commands like `d' (and the like) go to the next line in the
4721         buffer, instead of the next unread article.  I think this is the
4722         behaviour that is most natural for most users.
4723         (gnus-single-article-buffer): Change default to nil, so that people can
4724         have as many article buffers open as they have summary buffer.  I think
4725         this is the most natural way for the groups to behave.
4726
4727         * message.el (message-generate-new-buffers): Change default to
4728         `unsent', so that all new message buffers start their names with the
4729         string "*unsent", and it's easier to find the buffers if you move from
4730         them.
4731
4732 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4735         small.  They're probably tracking images.
4736         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4737         (gnus-html-rescale-image): Yet another try at getting the image sizing
4738         right.
4739
4740         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4741         nntp-marks-file-name is nil.
4742
4743 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4744
4745         * gnus-html.el (gnus-html-wash-tags)
4746         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4747         Better logging.
4748
4749 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4752
4753         * gnus-html.el (gnus-html-wash-tags): Check the value of
4754         gnus-blocked-images in the summary buffer.
4755
4756 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4759
4760 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761
4762         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4763         like "a", it seems like.
4764         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4765         since it needs to be picked from the correct buffer.
4766
4767         * nnwfm.el: Remove.
4768
4769         * nnlistserv.el: Remove.
4770
4771 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4772
4773         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4774         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4775
4776 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * nnkiboze.el: Remove.
4779
4780         * nndb.el: Remove.
4781
4782         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4783         alt text.
4784         (gnus-html-rescale-image): Try to get the rescaling logic right for
4785         images that are just wide and not tall.
4786
4787         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4788         overshadow variable bindings.
4789
4790 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * gnus-html.el (gnus-html-wash-tags)
4793         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4794         Add extra logging.
4795
4796 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4799         (gnus-max-image-proportion): New variable.
4800         (gnus-html-rescale-image): New function.
4801         (gnus-html-put-image): Rescale images.
4802
4803 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4804
4805         Fix up some byte-compiler warnings.
4806         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4807         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4808         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4809         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4810         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4811         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4812         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4813
4814 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-html.el (gnus-article-html): Decode contents by charset.
4817
4818 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4821         (gnus-html-frame-width, gnus-blocked-images)
4822         * message.el (message-prune-recipient-rules): Add custom version.
4823         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4824
4825         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4826         functions.
4827
4828         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4829         gnus-process-get.
4830
4831 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4832
4833         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4834         instead of lsub directly.
4835
4836 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * nnwarchive.el: Remove.
4839
4840         * gnus-soup.el: Remove.
4841
4842         * nnsoup.el: Remove.
4843
4844         * nnultimate.el: Remove.
4845
4846         * gnus-html.el (gnus-blocked-images): New variable.
4847
4848         * message.el (message-prune-recipients): New function.
4849         (message-prune-recipient-rules): New variable.
4850
4851         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4852         guess whether a long line is natural text or not.
4853
4854         * gnus-html.el (gnus-html-schedule-image-fetching):
4855         Use gnus-process-plist and friends for compatibility.
4856
4857 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * gnus-html.el: Require packages that define macros used in this file.
4860         (gnus-article-mouse-face): Declare to silence byte-compiler.
4861         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4862         process-get.
4863         (gnus-html-put-image): Use plist-get to avoid getf.
4864         (gnus-html-prefetch-images): Use with-current-buffer.
4865
4866 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-ems.el: Provide compatibility functions for
4869         gnus-set-process-plist.
4870
4871         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4872         header-line-format for XEmacs 21.4.
4873
4874         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4875         * gnus.el (gnus-valid-select-methods)
4876         * message.el (message-send-mail-partially-limit)
4877         * mm-decode.el (mm-text-html-renderer)
4878         * mml.el (mml-insert-mime-headers-always)
4879         * smiley.el (smiley-regexp-alist): Bump custom version.
4880
4881 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-html.el: require mm-url.
4884         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4885         with the url to `url'.
4886         (gnus-html-wash-tags): Support cid: URLs/images.
4887
4888 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4891         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4892         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4893
4894         * gnus-move.el: Remove file, since it doesn't really work.
4895
4896         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4897         UTF-8.  This seems to fix problems with some German web feeds.
4898
4899         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4900         at the top so that the proper colours are applied.
4901
4902         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4903         don't have dots in their names.
4904
4905         * gnus-art.el (gnus-article-view-part): Doc fix.
4906
4907         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4908         XEmacs-compatible.
4909         (gnus-html-put-image): Don't do images on non-graphic displays.
4910
4911         * nnslashdot.el: Remove this unused backend.
4912
4913         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4914         actions.
4915         (gnus-undo-register-1): Revert last change.
4916
4917         * gnus-group.el (gnus-group-completing-read): Protect against not
4918         having completion-styles bound.
4919
4920         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4921         make broken recipients happier.
4922
4923         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4924
4925         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4926         point parameter.
4927
4928         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4929
4930         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4931         completion-styles for group selection.
4932
4933 2009-02-04  Andreas Schwab  <schwab@suse.de>
4934
4935         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4936         headers and regexp-quote the match if necessary.
4937
4938 2009-03-24  Miles Bader  <miles@gnu.org>
4939
4940         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4941         the blinking smiley.
4942
4943 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4944
4945         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4946         blink smiley.
4947
4948 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4951         where the dribbel file lives exists.
4952
4953         * message.el (message-send-mail-partially-limit): Change the default to
4954         nil, since most people don't want this.
4955
4956         * mm-url.el (mm-url-decode-entities): Also decode entities like
4957         &#x3212.
4958
4959 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4960
4961         * gnus-sum.el (gnus-summary-idna-message):
4962         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4963         Hyperlink urls in docstrings with URL `...'.
4964
4965 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4966
4967         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4968         functions.
4969
4970 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4973         say what the mouseover text should be.
4974
4975         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4976         version of the mm-w3m-safe-url-regexp variable to only download images
4977         in the groups where we want that to happen.
4978
4979         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4980
4981         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4982         easier debugging.
4983         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4984         big pictures in the article buffer.
4985
4986         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4987         gnus-article-html.
4988         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4989         w3m.
4990
4991         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4992
4993 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4996         which doesn't exist.
4997
4998         * message.el (message-inhibit-ecomplete): New variable to allow some
4999         function to inhibit ecomplete address storage.
5000         (message-resend): Disable ecomplete message storage when resending
5001         messages.
5002
5003         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5004
5005 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5008         Save excursion while copying, moving, and deleting articles in order to
5009         prevent the cursor from jumping to unforeseen place.
5010
5011 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * lpath.el: No need to bind bookmark-current-buffer,
5014         bookmark-yank-point and bookmark-make-record-function.
5015
5016 2010-08-17  Glenn Morris  <rgm@gnu.org>
5017
5018         * gnus-sync.el: Require gnus components whose functions are used.
5019
5020         * gnus-art.el (bookmark-make-record-function):
5021         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5022         Declare for compiler.
5023
5024         * mm-url.el (mml-compute-boundary): Autoload.
5025
5026 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5029
5030 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         Typo fix "hoo4a" -> "hook".
5033
5034         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5035
5036 2010-08-14  Glenn Morris  <rgm@gnu.org>
5037
5038         * gnus-sync.el (gnus-sync): Fix defgroup version.
5039
5040 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5043
5044         * gnus-sync.el: Fix docs.
5045         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5046         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5047
5048 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         Optimizations for gnus-sync.el.
5051
5052         * gnus-sync.el: Add docs about gnus-sync-backend
5053         possibilities.
5054         (gnus-sync-save): Remove unnecessary message.
5055         (gnus-sync-read): Optimize and show what groups were skipped.
5056
5057 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         Minor bug fixes for gnus-sync.el.
5060
5061         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5062         Don't read the sync on get-new-news.
5063
5064         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5065         quiet.
5066
5067         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5068         (fix typo).
5069
5070 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5071
5072         Make saving and restoring of hidden threads work with overlays.
5073         Patch applied by Ted Zlatanov.
5074
5075         * gnus-sum.el (gnus-hidden-threads-configuration)
5076         (gnus-restore-hidden-threads-configuration): Update to deal with text
5077         properties, rather than searching for a magic character.
5078
5079 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         New gnus-sync.el library for synchronization of marks.
5082
5083         * gnus-sync.el: New library for synchronization of marks.
5084
5085         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5086         renamed from `gnus-registry-grep-in-list'.
5087
5088         * gnus-registry.el (gnus-registry-follow-group-p):
5089         Use `gnus-grep-in-list'.
5090
5091         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5092
5093 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5096         determining charset of text fails.
5097
5098 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * nnmail.el (nnmail-get-new-mail-1): Revert.
5101
5102         * nnml.el (nnml-active-number): Make sure names of newly created groups
5103         in nnml-group-alist are encoded.
5104
5105 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5108         containing non-ASCII characters in active file for nnml back end.
5109
5110 2010-07-24  David Engster  <dengste@eml.cc>
5111
5112         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5113         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5114
5115 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5116
5117         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5118         tag (Bug#6654).
5119
5120 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5123         the article buffer, not the summary buffer.
5124
5125 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5128         Emacs 23 as well.
5129
5130 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5133         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5134
5135 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5136
5137         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5138         Patch applied by Karl Fogel.
5139
5140         * gnus-sum.el (gnus-summary-bookmark-make-record):
5141         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5142
5143 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5144
5145         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5146         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5147         C-w still not working correctly from Article buffers; Thierry's
5148         patch to fix that will be applied after this.
5149
5150         * gnus-art.el (bookmark-make-record-function): New local variable.
5151
5152         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5153         article buffer.
5154         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5155
5156 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5157
5158         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5159         on changes in bookmark.el.
5160
5161 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5164         `no-log' instead of message not to log prompt string.
5165
5166 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5167
5168         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5169         the *other* type of HTML form submission.
5170
5171 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5172
5173         * auth-source.el (auth-source-pick): If choice does not contain a
5174         questioned keyword, set the check to t.
5175
5176 2010-06-12  Romain Francoise  <romain@orebokech.com>
5177
5178         * gnus-util.el (gnus-date-get-time): Move up before first use.
5179
5180 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5183         (gnus-article-edit-part): Bind it to make last part that is substituted
5184         or deleted visible.
5185         (gnus-mime-display-single): Buttonize part of which id equals to
5186         gnus-mime-buttonized-part-id.
5187
5188 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5189
5190         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5191         (gnus-dd-mmm): Use gnus-date-get-time.
5192         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5193         simplify logic.
5194         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5195         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5196
5197 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5198
5199         * auth-source.el (top): Autoload `secrets-list-collections',
5200         `secrets-create-item', `secrets-delete-item'.
5201         (auth-sources): Fix tag string.
5202         (auth-get-source, auth-source-retrieve, auth-source-create)
5203         (auth-source-delete): New defuns.
5204         (auth-source-pick): Rewrite in order to avoid 2 passes.
5205         (auth-source-forget-user-or-password): New parameter USERNAME.
5206         (auth-source-user-or-password): New parameters CREATE-MISSING and
5207         DELETE-EXISTING.  Retrieve password interactively, if needed.
5208
5209 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5210
5211         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5212         deleting unused directories when gnus-expert-user is t.
5213
5214 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5217         for each temp file when gnus-article-browse-delete-temp is ask.
5218
5219 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5220
5221         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5222         Lisp calls to delete-backward-char by calls to delete-char.
5223
5224 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5225
5226         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5227
5228 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5229
5230         * password-cache.el (password-cache-remove): Fix docstring.
5231
5232 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5235         article unless decoding article to be saved.
5236
5237 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5240         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5241         generated within the mm-with-unibyte-current-buffer macro.
5242
5243 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5246         to nil when we're in a mml-preview buffer and no group is selected.
5247
5248 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5249
5250         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5251         when catching the `C-g'.  Reported by "Leo".
5252
5253 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * message.el (message-forward-make-body-plain)
5256         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5257         multibyte-string-p.
5258
5259         * lpath.el: Revert.
5260
5261 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * message.el (message-forward-make-body-mml): Assume original message
5264         is multibyte string; error on unibyte.
5265         (message-forward-make-body-plain): Ditto; don't add excessive newline
5266         in body end.
5267
5268         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5269
5270 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5271
5272         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5273         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5274
5275 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mm-extern.el (mm-extern-url): Don't use
5278         mm-with-unibyte-current-buffer.
5279         (mm-extern-cache-contents): Use with-current-buffer instead of
5280         save-excursion + set-buffer.
5281
5282 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * mm-util.el (mm-emacs-mule): Remove.
5285
5286 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5287
5288         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5289         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5290         change.
5291
5292 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5295         bind the default value of enable-multibyte-characters to nil.
5296
5297 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * message.el (message-forward-make-body-plain)
5300         (message-forward-make-body-mml):
5301         Don't use mm-with-unibyte-current-buffer.
5302
5303 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5306
5307 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5308
5309         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5310         (Bug#5592).
5311
5312 2010-05-07  Julien Danjou  <julien@danjou.info>
5313
5314         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5315         it to mm-pipe-part.
5316
5317         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5318         it is given.
5319
5320 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * binhex.el (binhex-decode-region-internal)
5323         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5324         (dns-query)
5325         * nnweb.el (nnweb-gmane-search)
5326         * pgg-parse.el (pgg-parse-armor)
5327         * pgg.el (pgg-verify-region)
5328         * sha1.el (sha1-string-external)
5329         * uudecode.el (uudecode-decode-region-internal)
5330         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5331         XEmacs.
5332
5333         * gnus-art.el (gnus-article-browse-html-parts)
5334         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5335         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5336         make-temp-file.
5337
5338         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5339         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5340         compiling.
5341
5342         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5343         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5344         XEmacs when compiling.
5345
5346         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5347         gnus-pick-mode-off-hook for XEmacs when compiling.
5348         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5349         gnus-binary-mode-off-hook for XEmacs when compiling.
5350
5351         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5352         Return nil if char-charset is not available.
5353
5354         * imap.el (imap-disable-multibyte)
5355         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5356         macros.
5357
5358         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5359         instead of encode-coding-string.
5360
5361         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5362         'xemacs) instead of mm-emacs-mule to switch function definitions.
5363         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5364
5365         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5366         bind temporary-file-directory for XEmacs;
5367         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5368         timer-set-function for XEmacs 21.4 and SXEmacs;
5369         bind timer-list for XEmacs 21.4 and SXEmacs;
5370         fbind char-charset and find-charset-region for non-Mule XEmacs;
5371         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5372         encode-coding-region and encode-coding-string for XEmacs having no
5373         file-coding feature.
5374
5375 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5376
5377         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5378
5379 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5382         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5383
5384 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5385
5386         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5387         alias `jka-compr-delete-temp-file' no longer exists.
5388
5389 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5390
5391         Use define-minor-mode in Gnus where applicable.
5392         * mml.el (mml-mode): Use define-minor-mode.
5393         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5394         (gnus-undo-mode): Use define-minor-mode.
5395         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5396         (gnus-dead-summary-mode): Use define-minor-mode.
5397         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5398         Initialize in declaration.
5399         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5400         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5401         (gnus-mailing-list-mode): Use define-minor-mode.
5402         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5403         (gnus-draft-mode): Use define-minor-mode.
5404         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5405         (gnus-dired-mode): Use define-minor-mode.
5406
5407 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5408
5409         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5410         handles on recursive mml-to-mime translation and check them for
5411         boundary delimiter collisions.  Reported by Greg Troxel.
5412
5413 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5416
5417 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5418
5419         * mm-util.el (mm-find-buffer-file-coding-system):
5420         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5421
5422 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5423
5424         * message.el (message-generate-headers): Record insertion of optional
5425         headers as well.  Otherwise the check to prevent repeated insertion of
5426         optional headers is a no-op.
5427
5428 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * smime.el: Don't mention CVS.
5431
5432         * nnrss.el (nnrss-fetch): Don't mention CVS.
5433
5434         * nnir.el: Don't mention CVS.
5435
5436 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5437
5438         * gnus-sum.el (gnus-summary-bookmark-make-record):
5439         Add `location' field.
5440
5441 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * lpath.el: Fbind bookmark-default-handler,
5444         bookmark-get-bookmark-record, bookmark-make-record-default,
5445         bookmark-prop-get for Emacs <23 and XEmacs.
5446
5447 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5448
5449         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5450         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5451         Use with-current-buffer to silence the byte-compiler.
5452         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5453         bother to require `gnus'.
5454         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5455
5456 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5457
5458         * gnus-sum.el (gnus-summary-bookmark-make-record)
5459         (gnus-summary-bookmark-jump): New functions.
5460         (gnus-summary-mode): Setup bookmark support.
5461
5462 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5463
5464         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5465         if set.
5466
5467 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5470         gnus-article-browse-html-save-cid-image; make it work recursively for
5471         forwarded messages as well.
5472         (gnus-article-browse-html-parts): Work when prefix arg is given.
5473         (gnus-article-browse-html-article): Doc fix.
5474
5475 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5476
5477         * message.el (message-default-mail-headers):
5478         (message-default-headers): Carry the value mail-default-headers over
5479         into message-default-mail-headers, rather than message-default-headers.
5480
5481 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5482
5483         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5484         charset.
5485
5486         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5487         charset into the <meta> tag when the article is encoded to utf-8.
5488
5489 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-art.el (gnus-article-browse-delete-temp-files):
5492         Delete directories as well.
5493         (gnus-article-browse-html-parts): Work for images that do not specify
5494         file names; delete temp directory when quitting; insert header at the
5495         right place; use file: scheme for image files.
5496
5497 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5498
5499         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5500         (gnus-article-browse-html-parts): Use it to make temporary cid image
5501         files in addition to html file so that browser may display them.
5502
5503 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5506
5507 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5510
5511 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * auth-source.el (auth-sources): Change default to be simpler.
5514         Explain about Secret Service API sources.  Improve Customize options.
5515         (auth-source-pick): Change to accept any number of search parameters.
5516         Implement fallbacks iteratively, not recursively.  Add scoring on the
5517         second pass and sort by score.  Call Secret Service API when needed.
5518         (auth-source-user-or-password): Use it.  Call Secret Service API
5519         directly when needed to get the user name and the password.
5520
5521 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5522
5523         * message.el (message-interactive): Doc fix.
5524         (message-qmail-inject-args): Reflow.
5525         (message-kill-to-signature): Fix typo in docstring.
5526
5527         * smiley.el (smiley-buffer): Fix typo in docstring.
5528
5529 2010-03-24  Glenn Morris  <rgm@gnu.org>
5530
5531         * mail-source.el (gnus-message): Declare.
5532         (mail-source-delete-old-incoming): Require gnus-util.
5533
5534 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5537
5538         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5539
5540         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5541         password-cache's default if it is not bound.
5542         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5543         password-cache-expiry's default if it is not bound.
5544
5545         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5546         available in Emacs 21.
5547
5548         * lpath.el: Suppress compiler warnings for:
5549         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5550         XEmacs;
5551         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5552         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5553         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5554
5555 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5556
5557         * auth-source.el (auth-sources): Fix up definition so extra parameters
5558         are always inline.
5559
5560 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5561
5562         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5563         wasn't updated after mismatch.  Clear cached mailbox info correctly
5564         when uidvalidity changes.
5565         (nnimap-group-prefixed-name): New function to avoid some code
5566         duplication.
5567         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5568         (nnimap-request-group): Use it.
5569         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5570         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5571         with many imap folders.  This is done by caching the group status from
5572         the imap server persistently in a group parameter `imap-status'.  (This
5573         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5574         but not persistently, so every Gnus startup was still very slow.)
5575
5576 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5579         delete the extra newline.  Otherwise editing of :string and :number
5580         types don't work.
5581
5582 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5585         secrets.el dependency.
5586         (auth-sources): Add optional user name.  Add secrets.el configuration
5587         choice (unused right now).
5588
5589 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-sum.el (gnus-summary-make-menu-bar):
5592         Let `gnus-registry-install-shortcuts' fill in the functions.
5593
5594         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5595         warnings.
5596         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5597         (gnus-registry-install-shortcuts): Populate and use it in a
5598         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5599
5600 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5601
5602         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5603         In-place substitutions for the group name encoding/decoding.
5604         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5605         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5606         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5607         (nnimap-update-unseen, nnimap-request-list)
5608         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5609         (nnimap-request-set-mark, nnimap-split-to-groups)
5610         (nnimap-split-articles, nnimap-request-newgroups)
5611         (nnimap-request-create-group, nnimap-request-accept-article)
5612         (nnimap-request-delete-group, nnimap-request-rename-group)
5613         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5614         `encoded-mbx' for consistency.
5615         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5616         variable `imap-current-mailbox'.
5617
5618         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5619         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5620
5621 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5622
5623         * pop3.el (pop3-display-message-size-flag): Display message size byte
5624         counts during POP3 download.
5625         (pop3-movemail): Use it.
5626         (pop3-list): Implement listing of available messages.
5627
5628 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5629
5630         * nnir.el (nnir-get-article-nov-override-function): New function to
5631         override the normal NOV retrieval.
5632         (nnir-retrieve-headers): Use it.
5633
5634 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5635
5636         * auth-source.el (netrc-machine-user-or-password): Autoload.
5637
5638 2010-03-19  Glenn Morris  <rgm@gnu.org>
5639
5640         Stop message.el from loading about 40 libraries it doesn't always need.
5641         The general approach is to autoload rather than require, and to
5642         require in the specific functions rather than the file.  (Bug#5642)
5643
5644         * gmm-utils.el: Don't require wid-edit.
5645         (widget-create-child-value, widget-convert, widget-default-get):
5646         Autoload.
5647
5648         * gnus-util.el: Don't require time-date, netrc.
5649         (message-fetch-field, gnus-group-name-decode): Declare rather than
5650         autoloading.
5651         (gnus-fetch-field): Require message.
5652         (gnus-decode-newsgroups): Require gnus-group.
5653
5654         * ietf-drums.el: Don't require time-date.
5655
5656         * message.el: Don't require hashcash, canlock, ecomplete.
5657         Do require mail-utils.  Require nnheader only when compiling.
5658         (smtpmail-default-smtp-server): Remove declaration.
5659         (message-send-mail-function): Check smtpmail-default-smtp-server
5660         is bound rather than requiring smtpmail.
5661         (message-auto-save-directory, message-insert-signature):
5662         Use expand-file-name rather than nnheader-concat.
5663         (nnheader-insert-file-contents): Autoload.
5664         (hashcash-wait-async): Declare.
5665         (message-send-mail): Only call gnus-setup-posting-charset if
5666         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5667         (message-send-mail-with-sendmail): Require sendmail.
5668         (canlock-password, canlock-password-for-verify): Declare.
5669         (message-canlock-password): Require canlock.
5670         (nnheader-get-report): Autoload.
5671         (gnus-setup-posting-charset): Declare.
5672         (message-send-news): Require gnus-msg.
5673         (message-make-references, message-make-in-reply-to): Use mail-header-id
5674         rather than the alias mail-header-message-id.
5675         (ecomplete-add-item, ecomplete-save): Declare.
5676         (message-put-addresses-in-ecomplete): Require ecomplete.
5677         (ecomplete-display-matches): Autoload.
5678
5679         * mm-decode.el: Don't require mailcap, gnus-util.
5680         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5681         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5682         Autoload.
5683         (mailcap-mime-extensions): Declare.
5684
5685         * mm-encode.el: Don't require mailcap.
5686         (mailcap-extension-to-mime): Autoload.
5687
5688         * mml-sec.el: Don't require password-cache.
5689
5690         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5691         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5692         (mml-minibuffer-read-type): Require mailcap.
5693         (mml-preview): Require gnus-msg.
5694
5695         * mml1991.el: Require password-cache.
5696         (password-cache-expiry): Remove declaration.
5697
5698         * mml2015.el: Require password-cache.
5699         (password-cache-expiry): Remove declaration.
5700
5701         * nneething.el (mailcap): Require mailcap.
5702
5703         * nnheader.el (declare-function): Add compatibility stub.
5704         (message-remove-header): Declare rather than autoload.
5705         (nnheader-replace-header): Require message.
5706
5707         * nnimap.el (declare-function): Add compatibility stub.
5708         (netrc-parse, netrc-machine-user-or-password): Declare.
5709         (nnimap-open-connection): Require netrc.
5710
5711         * nntp.el (declare-function): Add compatibility stub.
5712         (netrc-parse, netrc-machine, netrc-get): Declare.
5713         (nntp-send-authinfo): Require netrc.
5714
5715         * rfc2047.el: Don't require qp.
5716         (quoted-printable-encode-region, quoted-printable-decode-string):
5717         Autoload.
5718
5719         * sieve-mode.el: Don't require easymenu.
5720         (easy-menu-add-item): Autoload it.
5721
5722         * spam-stat.el (time-to-number-of-days): Autoload it.
5723
5724 2010-03-19  Glenn Morris  <rgm@gnu.org>
5725
5726         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5727
5728 2010-03-18  Glenn Morris  <rgm@gnu.org>
5729
5730         * hashcash.el (declare-function): Remove duplicate definition.
5731
5732 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5733
5734         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5735         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5736         value if any backslash escapes).
5737
5738 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5741         if it is available.  (bug#5647)
5742
5743         * lpath.el: Suppress compiler warning for coding-system-from-name for
5744         Emacs 21 and XEmacs.
5745
5746 2010-03-14  Juri Linkov  <juri@jurta.org>
5747
5748         * hmac-def.el:
5749         * hmac-md5.el:
5750         * netrc.el: Fix keywords.
5751
5752 2010-02-26  Glenn Morris  <rgm@gnu.org>
5753
5754         * message.el (message-send-mail-function): Change the default, so that
5755         it inherits from a customized send-mail-function.  (Bug#5643)
5756
5757 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5760         shell-command-to-string signals an error (bug#5299).
5761
5762 2010-02-24  Glenn Morris  <rgm@gnu.org>
5763
5764         * message.el (message-smtpmail-send-it)
5765         (message-send-mail-with-mailclient): Doc fixes.
5766
5767 2010-02-16  Glenn Morris  <rgm@gnu.org>
5768
5769         * message.el (message-default-mail-headers): Change the default value
5770         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5771
5772 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5775         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5776
5777 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5778
5779         * time-date.el (date-to-time): Doc fix (Bug#5408).
5780
5781 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5782
5783         * message.el (message-mail): Just pass yank-action on to message-setup.
5784         (message-setup): Handle (FUN . ARGS) form of yank-action.
5785         (message-with-reply-buffer, message-widen-reply)
5786         (message-yank-original): Handle non-buffer values of
5787         message-reply-buffer (Bug#4080).
5788         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5789
5790 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5791
5792         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5793         Fix typo in docstring.
5794
5795 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5796
5797         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5798         response.
5799
5800 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5803
5804         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5805
5806         * message.el (message-check-news-header-syntax): Protect against a
5807         string that `rfc822-addresses' returns when parsing fails.
5808
5809 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5812         (gnus-previous-char-property-change): New functions.
5813
5814         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5815
5816 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5817
5818         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5819         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5820
5821 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5822
5823         * message.el (message-exchange-point-and-mark): Rework last change to
5824         avoid using optional arg of exchange-point-and-mark, for backward
5825         compatibility.
5826
5827 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5828
5829         * message.el (message-exchange-point-and-mark):
5830         Call exchange-point-and-mark with an argument rather than setting
5831         mark-active by hand (Bug#5175).
5832
5833 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * nntp.el (nntp-service-to-port): Work for service expressed with
5836         numeric string; replace [:digit:] with [0-9] for XEmacs.
5837
5838 2009-12-17  Glenn Morris  <rgm@gnu.org>
5839
5840         * gnus-group.el (gnus-bug-group-download-format-alist):
5841         Change emacs entry to debbugs.gnu.org.  Bump :version.
5842
5843 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5846
5847 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * message.el (message-info): Explain why we use `Info-goto-node'.
5850
5851 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5854
5855 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5856
5857         * message.el (message-completion-in-region): New compatibility function.
5858         (message-expand-group): Use it.
5859
5860 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5863         with no unread article should be listed if the 2nd arg `predicate' is
5864         given.
5865
5866 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5869
5870 2009-11-29  Juri Linkov  <juri@jurta.org>
5871
5872         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5873         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5874         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5875
5876 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5877
5878         * sha1.el (sha1-string-external): default-directory "/" in case
5879         otherwise non-existent.  process-connection-type pipe for touch of
5880         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5881
5882 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5883
5884         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5885         it's comms related and sgml-mode.el has "comm" on that basis too.
5886
5887 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5890         containing tspecial characters if they have been already quoted.
5891
5892 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5893
5894         * dns-mode.el (auto-mode-alist): Purecopy string.
5895
5896 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5899
5900 2009-10-24  Glenn Morris  <rgm@gnu.org>
5901
5902         * gnus-art.el (help-xref-stack-item): Define for compiler.
5903
5904 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5905
5906         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5907
5908 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5911
5912 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5915         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5916
5917 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5920         (gnus-overlays-in): New alias to overlays-in.
5921
5922         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5923         gnus-overlay-get, and gnus-delete-overlay.
5924         (gnus-summary-show-thread): Make it work as well for systems in which
5925         next-single-char-property-change is not available.
5926         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5927
5928         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5929         (gnus-overlay-get): New alias to extent-property.
5930         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5931
5932         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5933         SXEmacs.
5934
5935         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5936         SXEmacs.
5937
5938 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5941
5942 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5943
5944         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5945         and XEmacs that don't have `remove-overlays'.
5946
5947 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5948
5949         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5950         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5951         selective display.  Use overlays instead.
5952
5953 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5954
5955         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5956
5957 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5958
5959         * spam-stat.el (spam-stat-load): Fix typo in message.
5960
5961 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5962
5963         * dig.el (dig-invoke): Fix typo in docstring.
5964         (query-dig): Reflow docstring.
5965
5966 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5967
5968         * gnus-art.el (gnus-article-encrypt-body):
5969         * message.el (message-check-recipients):
5970         * mm-util.el (mm-codepage-setup):
5971         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5972         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5973
5974 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5975
5976         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5977         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5978         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5979         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5980         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5981
5982 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5983
5984         * dig.el: Add "Keywords: comm", as per net-utils.el.
5985
5986 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5987
5988         * dig.el (dig-mode): Use define-derived-mode.
5989
5990 2009-09-19  Glenn Morris  <rgm@gnu.org>
5991
5992         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5993
5994 2009-09-18  Glenn Morris  <rgm@gnu.org>
5995
5996         * gnus-diary.el (gnus-diary-check-message):
5997         * message.el (message-insert-formatted-citation-line):
5998         * nnbabyl.el (top-level):
5999         * nndiary.el (nndiary-schedule):
6000         Fix typos in condition-case handlers.
6001
6002 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6005         configuration that provides the sole article window in a frame;
6006         position point correctly after deleting a part.
6007
6008 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6009
6010         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6011         (spam-resolve-registrations-routine): Use it to unregister articles
6012         that change status.
6013
6014 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6017         with XEmacs.
6018         (parse-time-string-chars): Use it.
6019
6020 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * imap.el (imap-interactive-login): Better messages.
6023         (imap-open): Fix bug with renamed buffer on reconnect.
6024         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6025         for easier debugging and cleaner code.  On successful (guessed based on
6026         server capabilities) secondary authentication, set imap-state
6027         correctly.
6028         (imap-last-authenticator): Define imap-last-authenticator as a variable
6029         to avoid warnings.
6030
6031 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * nnrss.el (nnrss-request-article): Remove binding of
6034         default-enable-multibyte-characters that has gotten needless by
6035         the 2007-07-13 change in rfc2047-encode-message-header.
6036
6037         * mml.el (mml-insert-multipart): Error on the message header.
6038         (mml-insert-part): Error on the message header; position point at
6039         the end of a MIME tag.
6040
6041 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * time-date.el (autoload): Expand define-obsolete-function-alias into
6044         defalias and make-obsolete for old Emacsen that Gnus supports.
6045         (with-no-warnings): Define it for old Emacsen.
6046         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6047         is available.
6048         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6049         float-time is available; suppress compile warning for time-to-seconds.
6050
6051         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6052         (gnus-float-time): Alias to float-time if it exists.
6053
6054         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6055         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6056         float-time is available; suppress compile warning for time-to-seconds.
6057
6058         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6059         XEmacs.
6060
6061 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * imap.el (imap-message-map): Docstring fix.
6064
6065 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6068         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6069         Add the optional argument `encoding' that overrides the default.
6070
6071         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6072         mm-encode-buffer.
6073
6074 2009-09-04  Glenn Morris  <rgm@gnu.org>
6075
6076         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6077         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6078         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6079         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6080         * mm-util.el (mm-with-unibyte-current-buffer)
6081         (mm-find-buffer-file-coding-system):
6082         * yenc.el (yenc-decode-region): Use default-value rather than
6083         default-enable-multibyte-characters.
6084
6085 2009-09-03  Glenn Morris  <rgm@gnu.org>
6086
6087         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6088         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6089         than default-enable-multibyte-characters.
6090
6091 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6092
6093         * gnus-art.el (gnus-article-read-summary-keys):
6094         Fix gnus-buffer-configuration's value temporarily used.
6095
6096 2009-09-02  Glenn Morris  <rgm@gnu.org>
6097
6098         * gnus-util.el (gnus-float-time): New function.
6099         * gnus-delay.el (gnus-delay-article):
6100         * gnus-sum.el (gnus-thread-latest-date):
6101         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6102         * nnspool.el (nnspool-request-newgroups):
6103         Use gnus-float-time rather than time-to-seconds.
6104         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6105
6106         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6107         (gnus-header-subject-face, gnus-header-newsgroups-face)
6108         (gnus-header-name-face, gnus-header-content-face):
6109         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6110         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6111         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6112         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6113         (gnus-cite-face-11):
6114         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6115         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6116         (gnus-server-closed-face, gnus-server-denied-face)
6117         (gnus-server-offline-face):
6118         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6119         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6120         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6121         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6122         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6123         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6124         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6125         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6126         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6127         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6128         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6129         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6130         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6131         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6132         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6133         (gnus-summary-high-undownloaded-face)
6134         (gnus-summary-low-undownloaded-face)
6135         (gnus-summary-normal-undownloaded-face)
6136         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6137         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6138         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6139         (gnus-splash-face):
6140         * message.el (message-header-to-face, message-header-cc-face)
6141         (message-header-subject-face, message-header-newsgroups-face)
6142         (message-header-other-face, message-header-name-face)
6143         (message-header-xheader-face, message-separator-face)
6144         (message-cited-text-face, message-mml-face):
6145         * sieve-mode.el (sieve-control-commands-face)
6146         (sieve-action-commands-face, sieve-test-commands-face)
6147         (sieve-tagged-arguments-face):
6148         * spam.el (spam-face):
6149         Mark face aliases with "-face" in the name as obsolete.
6150
6151 2009-09-01  Glenn Morris  <rgm@gnu.org>
6152
6153         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6154         than goto-line.
6155
6156 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6159         Don't move point if the command is invoked inside the message header.
6160
6161 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6162
6163         * imap.el (imap-send-command): Simplify.
6164         (imap-wait-for-tag): point-max -> buffer-size.
6165
6166 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6167
6168         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6169         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6170         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6171         * nnir.el (nnir-swish-e-index-file):
6172         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6173         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6174         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6175         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6176         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6177         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6178
6179 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6182         Don't save excursion.
6183
6184 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6185
6186         * nnheader.el (nnheader-find-file-noselect):
6187         * mm-util.el (mm-insert-file-contents):
6188         Use (default-value 'major-mode) instead of default-major-mode.
6189
6190 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6193
6194 2009-08-26  Glenn Morris  <rgm@gnu.org>
6195
6196         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6197         than placing in files.el.
6198
6199 2009-08-25  Glenn Morris  <rgm@gnu.org>
6200
6201         * nnir.el (top-level): Don't require cl at run-time.
6202         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6203         Replace cl-function substitute with gnus-replace-in-string.
6204         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6205         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6206         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6207         simplified expansions.
6208
6209 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6210
6211         * dig.el (dig): Add autoload cookie.
6212
6213 2009-08-22  Glenn Morris  <rgm@gnu.org>
6214
6215         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6216         goto-line.
6217
6218 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6219
6220         * parse-time.el (parse-time-string-chars): Save match data.
6221
6222 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6223
6224         * parse-time.el (parse-time-string-chars): Compute using character
6225         classes, to handle non-ascii characters (Bug#3190).
6226
6227 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6230
6231         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6232         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6233         (gnus-mm-display-part, gnus-mime-display-single)
6234         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6235         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6236
6237         * gnus-sum.el
6238         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6239         (gnus-summary-move-article): Add expirable mark to articles copied or
6240         moved to group that has auto-expire turned on if the option is non-nil.
6241
6242 2009-07-24  Glenn Morris  <rgm@gnu.org>
6243
6244         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6245         Fix typo.  (Bug#3903)
6246
6247 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6250         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6251         that should not be used for draft articles.
6252         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6253         that has no concern in minor mode keys.
6254         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6255         Abolish.
6256
6257 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6260         article without making inquiry to a user for unknown encoding.
6261
6262         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6263         (nnmaildir--scan): Assume i-node and device number that file-attributes
6264         returns might be cons-cell.
6265
6266         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6267
6268         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6269
6270 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * auth-source.el: Remove docs now in auth.texi.  Don't use
6273         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6274         `auth-source-hide-passwords' and use them.
6275
6276 2009-07-15  Glenn Morris  <rgm@gnu.org>
6277
6278         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6279
6280 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6283         excessive whitespace from the default values of title and description.
6284
6285 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6288         mail-fetch-field to fetch Content-Description header in order to
6289         exclude newlines.
6290
6291 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6292
6293         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6294         format used by GnuPG 2.0.11.
6295
6296 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6299         to deleted part.
6300
6301 2009-05-30  David Engster  <dengste@eml.cc>
6302
6303         * nnmairix.el: Remove old documentation in the commentary block.
6304         (nnmairix-request-group): Do not update active file for nnml back ends.
6305         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6306         end so that overview files are ignored.
6307         (nnmairix-update-groups): Make updating the groups more robust by using
6308         marks.
6309         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6310         with dollar characters in message-id.
6311
6312 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6315         2008-12-25 in dns.el.
6316
6317 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6318
6319         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6320         could happen if the text is only composed of spaces and/or tabs.
6321
6322 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6323
6324         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6325         when sending a queued message to avoid extra mml tags.
6326
6327 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6330
6331 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6334         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6335         rmail-toggle-header for XEmacs;
6336         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6337
6338 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-dired.el: Remove autoload for gnus-setup-message.
6341         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6342         displaying Gnus logo; always use compose-mail.
6343
6344 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6347
6348 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6351         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6352         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6353         available.
6354         (gnus-nocem-epg-verify): New function.
6355
6356 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6359
6360 2009-02-15  Glenn Morris  <rgm@gnu.org>
6361
6362         * gnus-util.el (rmail-insert-rmail-file-header)
6363         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6364         autoloads.
6365         (rmail-default-rmail-file): Remove unnecessary declaration.
6366         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6367
6368 2009-02-14  Glenn Morris  <rgm@gnu.org>
6369
6370         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6371         variable (only used in gnus-util, which declares it anyway).
6372         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6373         which was only needed by gnus-art (changed to not use it any more).
6374         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6375         only used in gnus-util, which autoloads it itself.
6376         (rmail-update-summary): Fix autoload.
6377
6378         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6379         rather than rmail-output-to-rmail-file.
6380
6381 2009-02-07  Glenn Morris  <rgm@gnu.org>
6382
6383         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6384         autoload of function that no longer exists.
6385         (rmail-toggle-header): Declare.
6386         (message-forward-rmail-make-body): Handle mbox Rmail.
6387
6388 2009-01-31  Glenn Morris  <rgm@gnu.org>
6389
6390         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6391         2009-01-09 change.
6392
6393 2009-01-31  Dave Love  <fx@gnu.org>
6394
6395         * imap.el (imap-fetch-safe): Bind debug-on-error.
6396         (imap-debug): Add imap-fetch-safe.
6397
6398 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6399
6400         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6401         (auth-source-forget-all-cached): New convenience function.
6402         (auth-source-user-or-password): Accept list of modes or a single mode.
6403
6404         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6405         auth-source modes.
6406
6407         * netrc.el (netrc-machine-user-or-password): Use list of
6408         auth-source modes.
6409
6410         * nnimap.el (nnimap-open-connection): Use list of
6411         auth-source modes.
6412
6413         * nntp.el (nntp-send-authinfo): Use list of
6414         auth-source modes.
6415
6416 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6419         now.
6420
6421 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6424         coding system in XEmacs; add a workaround for XEmacs.
6425
6426         * lpath.el: Fbind coding-system-aliasee.
6427
6428 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6431         of current-language-environment.
6432
6433 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6436         available at runtime.
6437
6438 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6441
6442 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6443
6444         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6445         the greatest positive fixnum value doesn't work under an XEmacs with
6446         bignum support; use the most-positive-fixnum constant instead,
6447         available since Emacs 21.1 with cl and XEmacs 21.1.
6448
6449 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6452         XEmacs gets not to work.
6453
6454 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * mm-util.el (mm-coding-system-priorities): Allow the value like
6457         "Japanese (UTF-8)" of current-language-environment.
6458
6459 2009-01-09  Glenn Morris  <rgm@gnu.org>
6460
6461         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6462         with last-command-event.
6463
6464 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6467         in the doc string.
6468
6469         * message.el (message-fix-before-sending): Amend comment.
6470
6471 2009-01-08  Dave Love  <fx@gnu.org>
6472
6473         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6474
6475 2009-01-07  David Engster  <dengste@eml.cc>
6476
6477         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6478         simplified server definitions by converting it via
6479         gnus-server-to-method.
6480
6481 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6484         parameter's operands.
6485
6486 2009-01-06  David Engster  <dengste@eml.cc>
6487
6488         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6489         primary select method (for gnus-group-mark-article-as-read).
6490
6491 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6492
6493         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6494         `(gnus)Face', not `(gnus)X-Face'.
6495
6496 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * mm-util.el (mm-ucs-to-char): New function.
6499
6500         * mm-url.el (mm-url-decode-entities): Use it.
6501
6502         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6503         unicode-to-char.
6504
6505 2009-01-05  Dave Love  <fx@gnu.org>
6506
6507         * time-date.el: Require cl for `declare'.
6508
6509 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6510
6511         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6512         Dave Love.
6513
6514 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * message.el (message-fix-before-sending): Add `eight-bit' to
6517         illegible-text check.
6518
6519 2009-01-03  Michael Olson  <mwolson@gnu.org>
6520
6521         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6522         `headers' is nil.  This can occur if the IMAP server does not have
6523         permissions to read messages from a folder, but can write new messages
6524         to the folder.
6525         (nnimap-request-article-part): Do not insert `data' if it is nil.
6526
6527         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6528         characters which will confuse `read', so skip past them.
6529
6530 2009-01-01  Dave Love  <fx@gnu.org>
6531
6532         * imap.el (imap-string-to-integer): Fix typo.
6533         (imap-fetch-safe): New function.
6534         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6535
6536         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6537
6538         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6539         (imap-parse-greeting): Fix doc strings.
6540         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6541         (imap-parse-flag-list): Make messages unique.
6542         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6543
6544         * nnimap.el: Fix author email.
6545         (nnimap-split-rule): Add FIXME comment.
6546         (nnimap-debug): Fix doc string.
6547
6548 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6551
6552 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6555         nslookup if resolv.conf isn't available.
6556         (dns-query): Rename from query-dns.
6557         (dns-query-cached): Rename from query-dns-cached.
6558
6559 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6562         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6563         to check if those variables exist (first appeared in Emacs 18.50).
6564
6565 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * mm-util.el (mm-line-number-at-pos): New function.
6568
6569         * spam-report.el (spam-report-process-queue): Use it.
6570
6571 2008-12-24  David Engster  <dengste@eml.cc>
6572
6573         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6574         parameters that haven't existed as variables as buffer-local variables.
6575
6576 2008-12-23  Dave Love  <fx@gnu.org>
6577
6578         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6579         cadar.
6580
6581         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6582         imap-starttls-p.
6583         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6584
6585 2008-12-22  Dave Love  <fx@gnu.org>
6586
6587         * imap.el: Fix author email.  Doc fixes.
6588         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6589         reply.
6590
6591 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * spam-report.el (spam-report-gmane-max-requests): New constant.
6594         (spam-report-gmane-wait): New variable.
6595         (spam-report-gmane-ham, spam-report-gmane-spam)
6596         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6597         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6598         the server.
6599
6600         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6601         Add explanations.
6602
6603         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6604         nnheader-accept-process-output and nnheader-read-timeout if available.
6605         (pop3-movemail): Use it.
6606
6607         * message.el (message-check-news-body-syntax): Fix signature check if
6608         there's an attachment.
6609
6610 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * mm-util.el: Add comments to the mm- emulating functions.
6613
6614 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6617         Reported by Stephen Berman <stephen.berman@gmx.net>.
6618
6619 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * mm-util.el (mm-substring-no-properties): New function.
6622         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6623         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6624         (mm-string-to-multibyte): Doc fix.
6625
6626         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6627
6628 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * mml.el (mml-attach-file): Strip text properties from file name.
6631         (Bug#1574)
6632
6633 2008-12-16  Glenn Morris  <rgm@gnu.org>
6634
6635         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6636
6637 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6640         knows since the charset specified might be a bogus alias that
6641         mm-charset-synonym-alist provides.
6642
6643 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6644
6645         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6646         "ISO_8859-1".
6647
6648         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6649
6650 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * mm-util.el (mm-charset-eval-alist):
6653         Define it before mm-charset-to-coding-system.
6654         (mm-charset-to-coding-system): Add optional argument `silent';
6655         define it before mm-charset-override-alist.
6656         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6657         default value if it can be used in Emacs currently running;
6658         silence mm-charset-to-coding-system.
6659
6660 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6663         `allow-override' which says whether to use `mm-charset-override-alist'.
6664         (rfc2047-decode-encoded-words): Use it.
6665
6666         * mm-util.el (mm-charset-override-alist): Fix custom type;
6667         add `(gb2312 . gbk)' to choices.
6668
6669 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6672         fast.
6673
6674         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6675
6676         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6677
6678 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6679
6680         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6681         on links.
6682
6683         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6684
6685 2008-12-03  Lute Kamstra  <lute@gnu.org>
6686
6687         * sha1.el: Remove leading * from docstrings of defcustoms,
6688         deffaces, defconsts and defuns.
6689
6690 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6693         users' addresses that don't have domain parts.
6694         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6695         rather than message-narrow-to-head since there will be the message
6696         header separator.
6697
6698 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6699
6700         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6701         since the result is inserted in a unibyte buffer anyway.
6702         (nnimap-demule-use-string-to-multibyte): Remove.
6703         (nnimap-demule): Alias it to mm-string-to-multibyte.
6704
6705 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6708         variable for debugging bug#464 and bug#1174.
6709         (nnimap-demule): Use it.
6710
6711 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6714         score calculation correctly.
6715
6716 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6717
6718         * message.el (message-send-mail): Just set the buffer to unibyte
6719         rather than use mm-with-unibyte-current-buffer which does a lot more.
6720         (message-send-mail-partially): Don't bother with
6721         mm-with-unibyte-current-buffer since it's already been made unibyte by
6722         message-send-mail.
6723
6724 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6727
6728 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6731
6732 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6735         require itself and to remove `with-no-warnings'.
6736
6737 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * starttls.el (starttls-any-program-available): Get the name of the
6740         available TLS layer program.
6741         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6742         well as the host name in the "opening" message.
6743
6744         * auth-source.el (auth-source-cache, auth-source-do-cache)
6745         (auth-source-user-or-password): Cache passwords and logins by default,
6746         allow override with `auth-source-do-cache'.
6747         (auth-source-forget-user-or-password): Allow users to remove cache
6748         entries if needed.
6749
6750 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6751
6752         * md4.el (md4-buffer): Fix typo in docstring.
6753         (md4, md4-64): Doc fixes.
6754         (md4-pack-int32): Reflow docstring.
6755
6756 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6759         condition-case to only the forward-sexp call.
6760
6761 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6764         quotes contained.  Make it more robust regardless by an extra
6765         condition-case wrapper.
6766
6767 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6770
6771 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * nnml.el (nnml-request-expire-articles): Check if the function set to
6774         `nnmail-expiry-target' returns the symbol `delete'.
6775
6776         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6777
6778         * nnmail.el (nnmail-expiry-target): Fix custom type.
6779
6780 2008-10-02  Glenn Morris  <rgm@gnu.org>
6781
6782         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6783         Silence compiler warning.
6784
6785 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6786
6787         * tls.el (open-tls-stream): Show the actual command being
6788         executed, instead of the format string.
6789
6790 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * lpath.el: Fbind codepage-setup for Emacs 23.
6793
6794 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6795
6796         * mml.el (mml-menu): Don't assume mml2015 is bound.
6797
6798 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6801         exists.
6802
6803 2008-09-27  Glenn Morris  <rgm@gnu.org>
6804
6805         * gnus-util.el (mail-header-remove-comments): Autoload it.
6806
6807 2008-09-27  Andreas Schwab  <schwab@suse.de>
6808
6809         * gnus-util.el (gnus-split-references): Strip comments.
6810         (gnus-parent-id): Likewise.
6811
6812 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * message.el (message-confirm-send): Fix version.
6815
6816 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * message.el (message-idna-to-ascii-rhs-1): Use
6819         mail-extract-address-components rather than mail-header-parse-addresses
6820         that is an alias by default to ietf-drums-parse-addresses that does not
6821         support non-ASCII names in headers' contents.
6822
6823 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6824
6825         * message.el (message-confirm-send): Fix variable documentation to
6826         avoid the "y/n" wording.
6827
6828 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6829
6830         * message.el (message-set-auto-save-file-name): Save to a different
6831         filename so multiple messages (especially drafts) can be recovered.
6832
6833 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * message.el (message-confirm-send): Add appropriate version.
6836
6837 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6838
6839         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6840         defvar.
6841
6842 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6843
6844         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6845         (mm-pkcs7-enveloped-magic): Ditto.
6846
6847 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6848
6849         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6850         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6851
6852 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6855         default, it's better.
6856
6857 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6860         summary line gnus-number property and ignore them (with a warning
6861         message).
6862
6863 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6866         macro caddr in the interactive form since it won't be expanded.
6867
6868 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6871         `charset'; fix name of function called recursively.
6872         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6873
6874 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6877         (gnus-mime-set-charset-parameters): New function.
6878         (gnus-mime-view-part-as-charset): Use it to correctly display part
6879         specifying wrong charset.
6880
6881 2008-09-08  David Engster  <dengste@eml.cc>
6882
6883         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6884         in completing-read for back end server.
6885
6886 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * message.el (message-confirm-send): New variable to confirm sending a
6889         message.
6890         (message-send): Use it.
6891
6892 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6893
6894         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6895
6896 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6899
6900 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6901
6902         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6903         prevent tracking too many groups.
6904         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6905         Use it.
6906
6907 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6908
6909         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6910         moving point to the bottom of the window in order to avoid recentering.
6911
6912 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6915
6916         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6917         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6918         (gnus-article-beginning-of-window): Fix calculation.
6919
6920 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-msg.el (gnus-summary-supersede-article)
6923         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6924         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6925         message header.
6926
6927 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6928
6929         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6930         pending output coming after the status change.
6931
6932 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6933
6934         * message.el:
6935         * gnus-start.el:
6936         * gnus-registry.el: Remove VMS support.
6937
6938 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6941         macro.
6942         (rfc2104-hash): Use it.
6943
6944 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6947         (gnus-summary-sort-by-most-recent-date): New commands.
6948         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6949         and menu entries.
6950
6951 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6954         don't redisplay article for raw contents; remove plural articles stuff.
6955
6956         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6957         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6958         on gnus-summary-save-article; display results properly.
6959
6960 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * lpath.el: No need to fbind ns-focus-frame.
6963
6964 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6967
6968 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-art.el (gnus-summary-save-in-pipe):
6971         Consider gnus-save-all-headers.
6972
6973 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6974
6975         * gnus-util.el (ns-focus-frame): Remove declaration.
6976         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6977         like x.
6978
6979 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6980
6981         * rfc2104.el (rfc2104-zero): Delete defconst.
6982         (rfc2104-hex-alist): Likewise.
6983         (rfc2104-hex-to-int): Delete func.
6984         (rfc2104-hexstring-to-bitstring): Likewise.
6985         (rfc2104-nybbles): New defconst.
6986         (rfc2104-hash): Rewrite for speed.
6987
6988 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * tls.el (open-tls-stream): Make it work with the 2nd argument
6991         BUFFER that is a string but does not exist as a buffer object, as
6992         mentioned in the doc-string.
6993
6994 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6997         SXEmacs.
6998
6999 2008-07-16  Glenn Morris  <rgm@gnu.org>
7000
7001         * gnus-util.el (ns-focus-frame): Declare for compiler.
7002
7003 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7006         set as a group parameter.
7007         (gnus-summary-save-in-pipe): Work when it is called independently.
7008         (gnus-summary-pipe-to-muttprint): Don't modify
7009         gnus-summary-pipe-output-default-command.
7010
7011 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7012
7013         * message.el (message-send-mail-with-sendmail):
7014         Display the error message.
7015
7016 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (gnus-default-article-saver):
7019         Add gnus-summary-save-in-pipe to choices.
7020         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7021         gnus-summary-pipe-output-default-command as the default command.
7022         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7023         instead of gnus-last-shell-command.
7024
7025         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7026         New user option.
7027         (gnus-summary-muttprint-program): Mention the value will be changed.
7028         (gnus-summary-save-article): Force showing of all headers.
7029         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7030
7031 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7032
7033         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7034
7035 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7036
7037         * nnimap.el (nnimap-id):
7038         * sieve-manage.el (sieve-manage-open): Doc fixes.
7039
7040 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7041
7042         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7043         if available.
7044
7045 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7046
7047         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7048
7049         * nnkiboze.el (nnkiboze-generate-group):
7050         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7051
7052         * nnmairix.el: Require CL.
7053
7054 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * dgnushack.el: Autoload get-display-table and put-display-table for
7057         XEmacs 21.5.
7058
7059         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7060         21.4 and SXEmacs.
7061
7062 2008-06-15  David Engster  <dengste@eml.cc>
7063
7064         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7065
7066 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7067
7068         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7069         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7070         runtime choice under XEmacs.
7071
7072         * gnus-sum.el (gnus-summary-set-display-table):
7073         Use `gnus-put-display-table', `gnus-get-display-table',
7074         `gnus-set-display-table' for the display table, instead of `aset'.
7075
7076         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7077         Use `gnus-put-display-table', `gnus-get-display-table',
7078         `gnus-set-display-table' for the display table.
7079
7080 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * nnmairix.el: Add autoloads.
7083
7084 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * nnmairix.el (nnmairix-delete-recreate-group)
7087         (nnmairix-update-and-clear-marks): Fix error messages.
7088
7089 2008-06-14  David Engster  <dengste@eml.cc>
7090
7091         * nnmairix.el: Upgrade to version 0.6.
7092         (nnmairix-group-toggle-propmarks-this-group)
7093         (nnmairix-group-toggle-readmarks-this-group)
7094         (nnmairix-group-delete-recreate-this-group)
7095         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7096         (nnmairix-remove-tick-mark-original-article): New commands.
7097         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7098         (nnmairix-propagate-marks-to-nnmairix-groups)
7099         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7100         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7101         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7102         functions needed for marks propagation and manipulation of read marks.
7103         (nnmairix-update-groups): New function.
7104         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7105         (nnmairix-determine-original-group-from-registry)
7106         (nnmairix-determine-original-group-from-path)
7107         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7108         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7109         New helper functions.
7110         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7111         keystrokes for new commands.
7112         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7113         (nnmairix-request-group): Check allow-fast group parameter.
7114         (nnmairix-request-create-group): Set allow-fast group parameter if
7115         nnmairix-allowfast-default is set.
7116         (nnmairix-close-group): Propagate marks upon closing if needed.
7117         (nnmairix-group-toggle-threads-this-group): Use new.
7118         nnmairix-group-toggle-parameter helper function.
7119         (nnmairix-search): Better check for empty search result.
7120         (nnmairix-goto-original-article): Use new helper functions for
7121         determining original article.
7122         (nnmairix-show-original-article): Make sure message-id is in brackets.
7123         (nnmairix-call-mairix-binary): Change variable name.
7124         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7125         helper function.
7126         (nnmairix-widget-toggle-activate): Fix doc string.
7127
7128 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * nnir.el: Require edmacro when compiling with XEmacs.
7131         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7132         available in Emacs 21.
7133
7134 2008-06-11  Glenn Morris  <rgm@gnu.org>
7135
7136         * gnus-util.el (x-focus-frame):
7137         * gnus.el (image-size):
7138         * mm-decode.el (image-size): Declare.
7139
7140         * gnus-picon.el (declare-function): Add compat definition.
7141         (image-size): Declare.
7142
7143         * gnus-group.el (tool-bar-map):
7144         * gnus-sum.el (tool-bar-map): Define for compiler.
7145
7146         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7147
7148         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7149
7150         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7151         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7152         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7153         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7154         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7155         * sieve-manage.el, spam-report.el, spam.el:
7156         Remove unnecessary eval-and-compile of autoloads.
7157
7158 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7159
7160         * auth-source.el: Precise Tramp doc.
7161
7162 2008-06-07  Glenn Morris  <rgm@gnu.org>
7163
7164         * nnmairix.el: Remove unnecessary eval-when-compile.
7165
7166 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * lpath.el: Fbind propertize for XEmacs 21.4.
7169
7170 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * nnir.el: Move here from ../contrib.
7173
7174 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7175
7176         * gnus-util.el (gnus-read-shell-command): New function.
7177         * mm-decode.el (mm-pipe-part):
7178         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7179
7180 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7183
7184 2008-06-03  Glenn Morris  <rgm@gnu.org>
7185
7186         * pop3.el (nnheader-accept-process-output): Autoload it.
7187
7188 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7191         are not 2-digit hexadecimal characters that follow `%'s.
7192
7193 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * message.el (message-bogus-recipient-p): Fix type in doc string.
7196         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7197         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7198         Improve custom options.
7199         (message-bogus-recipient-p): Adjust accordingly.
7200
7201 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7202
7203         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7204         long-form month and day names.
7205
7206 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * dgnushack.el: Autoload debug, eudc-expand-inline and
7209         pgg-snarf-keys-region for XEmacs.
7210
7211         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7212
7213         * nnmairix.el: Require edmacro when compiling with XEmacs.
7214
7215 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7218         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7219
7220 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * auth-source.el: Add more docs.
7223
7224         * netrc.el (netrc-machine): Always match if the port is not given.
7225
7226 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7229         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7230         retrieval faster in some cases, but might make CPU usage larger.
7231         If this has any bad side effects, we might revert this change.
7232
7233         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7234         seems to make mail retrieval much, much faster.
7235         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7236         unconditionally.
7237
7238         * gnus-draft.el (gnus-group-send-queue):
7239         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7240
7241 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7242
7243         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7244
7245         * message.el (message-bogus-address-regexp): Fix and improve custom
7246         type.
7247         (message-setup-hook): Add message-check-recipients as custom option.
7248
7249 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * message.el (message-cite-function): Remove bogus autoload which crept
7252         in during merge from v5-10.
7253
7254 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7255
7256         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7257
7258         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7259
7260         * auth-source.el: Preliminary Tramp docs.
7261         (auth-sources): Change the default auth-sources to use
7262         EPA .gpg files.
7263
7264 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * nntp.el: Autoload `auth-source-user-or-password'.
7267         (nntp-send-authinfo): Use it.
7268
7269         * nnimap.el: Autoload `auth-source-user-or-password'.
7270         (nnimap-open-connection): Use it.
7271
7272         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7273         for the gnus-message function.
7274         (auth-source-user-or-password): Use it.
7275
7276 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7277
7278         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7279         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7280         (rfc2104-hash): Use it.
7281
7282 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7283
7284         * gnus-art.el (gnus-article-toggle-truncate-lines):
7285         Don't use `iff' in docstring.
7286
7287 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7290
7291         * gnus-util.el (gnus-extract-address-component-name)
7292         (gnus-extract-address-component-email): Convenience functions around
7293         `gnus-extract-address-components'.
7294
7295         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7296         Use `gnus-extract-address-component-email' to fix bug of comparing full
7297         sender name to `user-mail-address'.
7298
7299 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7300
7301         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7302         catch/throw to optimize.
7303         (gnus-registry-find-keywords): Just use member to find a keyword.
7304
7305 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7306
7307         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7308         is current before calling gnus-server-prepare.
7309         (gnus-server-setup-buffer, gnus-server-update-server)
7310         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7311
7312 2008-05-04  Juri Linkov  <juri@jurta.org>
7313
7314         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7315         (mailcap-file-default-commands): Use mailcap-replace-in-string
7316         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7317         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7318
7319 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7320
7321         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7322
7323 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7324
7325         * gnus.el: Bump version to 0.11.
7326
7327 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7328
7329         * gnus.el: No Gnus v0.10 is released.
7330
7331 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7334         hooks.
7335         (gnus-update-read-articles): Speed up non-marks-using users.
7336         (gnus-use-marks): Define gnus-use-marks.
7337         (gnus-propagate-marks): Rename variable to something more sensible.
7338
7339 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7340
7341         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7342         (gmm-image-load-path-for-library): Fix typos in docstrings.
7343         (gmm-message): Reflow docstring.
7344
7345 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * mail-source.el (mail-source-set-1, mail-source-bind):
7348         Move auth-source code out of the macro to clean it up and fix bugs.
7349
7350 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7351
7352         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7353         by sender if it's equal to user-mail-address, it's likely to be
7354         useless.
7355
7356         * mail-source.el (mail-source-bind): Don't use user or password if they
7357         are not bound.  Unintern them if they are nil.  Don't use server unless
7358         it's bound, and default it to empty string otherwise.
7359
7360 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * mail-source.el: Load auth-source.el.
7363         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7364         get user name or password, if auth-sources is set up.
7365
7366         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7367         strategy of splitting with parent.
7368         (gnus-registry-split-fancy-with-parent)
7369         (gnus-registry-post-process-groups): Use it and fix prior
7370         bug (returning a list as the split result).
7371
7372         * auth-source.el (auth-sources): Remove server parameter.
7373         (auth-source-pick, auth-source-user-or-password)
7374         (auth-source-user-or-password-imap)
7375         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7376         (auth-source-user-or-password-sftp)
7377         (auth-source-user-or-password-smtp): Remove server parameter.
7378
7379 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7380
7381         * smime.el (smime-sign-region, smime-encrypt-region)
7382         (smime-decrypt-region):
7383         Remove redundant calls to `generate-new-buffer-name'.
7384
7385 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7386
7387         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7388         Don't use QP for message/rfc822.
7389         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7390
7391 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7392
7393         * sieve-manage.el (sieve-string-bytes): Remove.
7394         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7395         correct byte-length only if the process's coding-system is the same as
7396         the one used internally by Emacs to represent strings.
7397
7398 2008-04-22  Juri Linkov  <juri@jurta.org>
7399
7400         * mailcap.el (mailcap-file-default-commands): New function.
7401
7402 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * message.el (message-signature-separator, message-cite-function):
7405         Change custom version.
7406
7407 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7408
7409         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7410         commands.
7411         (tls-checktrust): Ditto.
7412
7413 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * mm-decode.el (mm-display-external): Make temp file read-only.
7416
7417 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7420         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7421         `C-c C-f d'.
7422
7423 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7424
7425         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7426
7427 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * gnus.el: Bump version to 0.9.
7430
7431 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus.el: No Gnus v0.8 is released.
7434
7435 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7436
7437         * mail-source.el (mail-source-value):
7438         Prefer fboundp to functionp so it works with macros as well.
7439
7440 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7441
7442         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7443         Fix last change in case the element is not even a symbol.
7444
7445 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7446
7447         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7448         Prefer fboundp to functionp so it works with macros as well.
7449
7450 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * auth-source.el: Add docs.
7453         (auth-sources): Modify format to support server.
7454         (auth-source-pick, auth-source-user-or-password)
7455         (auth-source-user-or-password-imap)
7456         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7457         (auth-source-user-or-password-sftp)
7458         (auth-source-user-or-password-smtp): Add server parameter.
7459
7460 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * gnus-registry.el: Initialize the registry when gnus-registry-install
7463         is t.
7464
7465 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * compface.el (uncompface): Make buffer unibyte.
7468
7469 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7470
7471         * mail-source.el (mail-source-value):
7472         Prefer fboundp to functionp so it works with macros as well.
7473
7474 2008-04-05  Glenn Morris  <rgm@gnu.org>
7475
7476         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7477
7478 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7479
7480         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7481         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7482
7483         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7484         multibyteness after rather than before erasing it.
7485
7486         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7487         mm-with-multibyte.
7488         (gnus-request-article-this-buffer): Make sure the proper decoding is
7489         used if gnus-original-article-buffer happens to be unibyte.
7490
7491         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7492         default-enable-multibyte-characters.
7493
7494         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7495         default-enable-multibyte-characters.
7496
7497         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7498
7499         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7500
7501 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7502
7503         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7504         Fix last change in case the element is not even a symbol.
7505
7506 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7507
7508         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7509         (imap-message-copyuid-1): Use it.
7510         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7511         J. Williams in
7512         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7513
7514         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7515         imap-enable-exchange-bug-workaround.
7516         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7517
7518 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7519
7520         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7521         a 100 byte status-checks into a 2-3MB transfer for each group.
7522         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7523         to enable bug workaround or not.
7524         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7525
7526 2008-03-31  Glenn Morris  <rgm@gnu.org>
7527
7528         * message.el (mml2015-use): Declare for compiler.
7529         (message-info): Require mml2015 when appropriate.
7530
7531 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7534         whitespace.
7535
7536 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7537
7538         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7539         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7540         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7541         (nntp-service-to-port): New function.
7542         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7543         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7544         (nntp-open-netcat-stream): New function.
7545         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7546
7547 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7548
7549         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7550
7551 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7552
7553         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7554
7555 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7556
7557         * dns.el (dns-write): Use set-buffer-multibyte.
7558
7559 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7560
7561         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7562
7563 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * message.el (message-signature-separator): Change default.
7566         Improve custom type.
7567         (message-cite-function): Change default to
7568         message-cite-original-without-signature.
7569
7570         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7571         toggle.
7572
7573         * message.el (message-check-news-body-syntax): Fix signature check.
7574         (message-setup-1): Mark buffer as unmodified _after_ running
7575         message-setup-hook and handling message-alternative-emails.
7576         (message-shorten-references): Be more strict when building list of
7577         valid references to comply with GNKSA.
7578
7579         * gnus-group.el (gnus-read-ephemeral-bug-group)
7580         (gnus-read-ephemeral-debian-bug-group)
7581         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7582
7583         * message.el (message-info): Don't use booleanp which isn't supported
7584         in Emacs 21 and XEmacs.
7585
7586 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7589         gnus-group-gmane-group-download-format.
7590         (gnus-group-read-ephemeral-gmane-group): Rename from
7591         gnus-group-read-ephemeral-gmane-group.
7592         (gnus-read-ephemeral-gmane-group-url): Rename from
7593         gnus-group-read-ephemeral-gmane-group-url.
7594         (gnus-bug-group-download-format-alist): New variable.
7595         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7596         (gnus-read-ephemeral-emacs-bug-group): New commands.
7597
7598 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7601         (gnus-visible-headers): Improve custom type.
7602
7603 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * mml.el (mml-menu): Add workarounds for XEmacs.
7606
7607         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7608         X-Boundary header.
7609
7610         * message.el (message-simplify-recipients): Fix previous commit.
7611
7612 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7613
7614         * mm-util.el (mm-set-buffer-multibyte): New function.
7615         * mm-decode.el (mm-copy-to-buffer): Use it.
7616
7617         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7618         Prefer fboundp to functionp so it works with macros as well.
7619
7620 2008-03-19  Glenn Morris  <rgm@gnu.org>
7621
7622         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7623         Accidentally removed in the sync process with Emacs.
7624
7625 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * message.el (message-alter-recipients-discard-bogus-full-name):
7628         New function.
7629         (message-alter-recipients-function): New variable.
7630         (message-get-reply-headers): Use it.
7631         (message-replace-header): New helper function.
7632         (message-recipients-without-full-name): New variable.
7633         (message-simplify-recipients): New command.
7634
7635         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7636
7637         * message.el (message-info): Handle EasyPG manual.
7638
7639         * mml.el (mml-menu): Add entry for EasyPG.
7640
7641 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7642
7643         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7644         parameter.
7645
7646         * message.el (message-disassociate-draft): Specify drafts group name
7647         fully.
7648
7649 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7650
7651         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7652         Eliminate unnecessary duplicates from the match list.
7653
7654 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7657
7658         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7659
7660         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7661         args of `how-many' of which the XEmacs version doesn't take; declare
7662         Info-index-next as function.
7663
7664 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus-score.el (gnus-score-headers): Fix handling of
7667         gnus-inhibit-slow-scoring.
7668
7669         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7670         string.
7671         (gnus-button-url-regexp): Improve handling of parenthesis.
7672         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7673         (gnus-button-handle-info-keystrokes): Handle index entries.
7674
7675 2008-03-15  Glenn Morris  <rgm@gnu.org>
7676
7677         * parse-time.el (parse-time-string): Simplify.
7678
7679 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7682         Incoming* files.
7683
7684 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7685
7686         * auth-source.el (auth-sources): Rename from auth-source-choices.
7687         (auth-source-pick): Use it.
7688
7689 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7690
7691         * binhex.el (binhex-decode-region-internal):
7692         * uudecode.el (uudecode-decode-region-internal):
7693         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7694         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7695         setting default-enable-multibyte-characters.
7696
7697 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * auth-source.el (auth-source-protocols)
7700         (auth-source-protocols-customize, auth-source-choices): Add and
7701         modified variable customizations and defaults.
7702         (auth-source-pick, auth-source-user-or-password)
7703         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7704         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7705         (auth-source-user-or-password-sftp)
7706         (auth-source-user-or-password-smtp): Use new variables and provide an
7707         interface to netrc.el.
7708
7709 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7712         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7713         Make sure the nntp port to specify is a string.
7714
7715 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7716
7717         * nntp.el: Use with-current-buffer.
7718         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7719         dubious mm-with-unibyte-current-buffer.
7720         (nntp-with-open-group-function): New function extracted from
7721         nntp-with-open-group macro.
7722         (nntp-with-open-group): Use the function, so it's easier to debug.
7723         Add indentation and debugging info.
7724         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7725         Recommend the use of the netcat alternatives.
7726
7727         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7728         Avoid mm-string-as-multibyte as well.
7729
7730         * nnweb.el (nnweb-insert-html):
7731         Remove use of nnheader-string-as-multibyte.
7732
7733         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7734         (nnheader-string-as-multibyte): Remove.
7735
7736         * mm-view.el: Use inhibit-read-only.
7737         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7738         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7739         or unibyte-string.
7740
7741         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7742         (mm-uu-yenc-extract): Use with-current-buffer.
7743
7744         * gnus-soup.el (gnus-soup-send-packet): Don't use
7745         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7746
7747         * nnmh.el: Use with-current-buffer.
7748         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7749         mm-string-as-multibyte on the output of mm-encode-coding-string.
7750
7751         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7752         (nnimap-request-move-article): Use with-current-buffer.
7753
7754         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7755         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7756         conversion uses string-make-unibyte rather than string-as-unibyte.
7757
7758         * gnus-msg.el: Use with-current-buffer.
7759
7760         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7761
7762 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7763
7764         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7765         string for caching if it is 'PIN.
7766
7767 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * lpath.el: Consider the case without Emacs/W3.
7770
7771 2008-03-08  Glenn Morris  <rgm@gnu.org>
7772
7773         * time-date.el (date-to-time, time-subtract, time-add)
7774         (safe-date-to-time): Doc fixes.
7775
7776 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * mail-source.el (mail-source-delete-old-incoming-confirm):
7779         Change default to nil.
7780         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7781
7782 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * lpath.el: Rearrange.
7785
7786         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7787         (gnus-article-goto-prev-page): Work for articles having ^L's.
7788
7789         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7790
7791         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7792
7793 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7794
7795         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7796         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7797         (gnus-bookmark-jump): Adjust some variable names.
7798
7799 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         * auth-source.el: New package.
7802         (auth-source-choices): Add customization entry point variable.
7803
7804         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7805         bug.
7806
7807 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7810         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7811         (gnus-registry-install-shortcuts): Rename from
7812         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7813         the `gnus-registry-mark-map' keymap dynamically from
7814         `gnus-registry-marks'.  The generated functions update the summary line
7815         when a registry mark is added or deleted, and will call
7816         `gnus-registry-install-p' (see the comments in the code).
7817         (gnus-registry-user-format-function-M): Use concat intelligently.
7818
7819         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7820         the registry mark functions.
7821
7822 2008-03-05  Glenn Morris  <rgm@gnu.org>
7823
7824         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7825         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7826         gnus-art.
7827         (top-level): No need to load own source when compiling.
7828
7829 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7832         Suggested by <chris.anderton@zetnet.co.uk>.
7833
7834 2008-03-04  Glenn Morris  <rgm@gnu.org>
7835
7836         * gnus-sum.el (top-level): No need to require gnus when compiling,
7837         since unconditionally required near start of file.
7838         (gnus-summary-display-while-building): Move definition before use.
7839
7840 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * gnus-registry.el (gnus-registry-user-format-function-M):
7843         Add formatting function.
7844
7845 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7848         with plists.
7849         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7850         Use new format.
7851
7852 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7855         `where-is-internal' that returns a range of key sequences.
7856
7857 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7858
7859         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7860
7861         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7862         (gnus-summary-jump-to-group): Consider windows on other displayed
7863         frames as well.  Similar changes might be needed elsewhere, but that's
7864         the one I've bumped into during my use.
7865
7866         * nndoc.el (nndoc-oe-dbx-type-p):
7867         * gnus-msg.el (gnus-debug):
7868         * gnus-group.el (gnus-update-group-mark-positions):
7869         Use mm-string-to-multibyte.
7870
7871 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7874         doesn't handle NotDashEscaped.
7875
7876         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7877         (mml-dnd-attach-options): Fix typo in custom choice.
7878
7879         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7880         Change nndoc-article-type to mbox.
7881         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7882
7883         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7884         to nil, instead of html2text.
7885
7886         * imap.el (imap-debug): Add `imap-ping-server'.
7887
7888         * gnus-bookmark.el: Add FIXMEs.
7889
7890         * message.el (message-form-letter-separator)
7891         (message-send-form-letter-delay): New variables.
7892         (message-send-form-letter): Use them.  New command to send form
7893         letters.  Requested by Uwe Siart.
7894         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7895
7896 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * Update copyright years.
7899
7900 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         Sync from EMACS_22_BASE.
7903
7904         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7905
7906 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7907
7908         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7909         empty author.
7910
7911 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * gnus-registry.el (gnus-registry-marks): Add variable for
7914         customization of marks and their appearance.
7915         (gnus-registry-read-mark): Use it.
7916         (gnus-registry-do-marks): Add utility function to loop through
7917         `gnus-registry-marks'.
7918         (gnus-registry-install-shortcuts-and-menus): Add function to install
7919         shortcuts and menus.
7920         (gnus-registry-initialize): Use it.
7921         (gnus-registry-default-mark): Clarify documentation.
7922
7923 2008-02-29  Glenn Morris  <rgm@gnu.org>
7924
7925         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7926         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7927         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7928         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7929         Change defcustom :version from 23.0 to 23.1.
7930
7931 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * gnus-registry.el (gnus-registry-follow-group-p)
7934         (gnus-registry-post-process-groups): Add functions to aid registry
7935         splitting and improve logging.  Clarify behavior in function
7936         documentation.
7937         (gnus-registry-split-fancy-with-parent): Use them.
7938
7939 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7940
7941         * gnus-art.el: Use with-current-buffer.
7942
7943 2008-02-27  David Engster  <dengste@eml.cc>
7944
7945         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7946         Express real group name in the response.
7947
7948 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7951         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7952         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7953         autoload gnus-registry-fetch-group when compiling.
7954         (nnmairix-request-group-with-article-number-correction):
7955         Remove unreferenced argument passed to nnmairix-call-backend.
7956
7957 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7960         (mm-uu-extract): Improve face for low color ttys.
7961         Reported by Sascha Wilde.
7962
7963 2008-02-27  Glenn Morris  <rgm@gnu.org>
7964
7965         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7966         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7967         variables to defconsts.  Convert comments to doc-strings.
7968         (nnmairix-last-server, nnmairix-current-server): Convert from free
7969         variables to defvars.  Convert comments to doc-strings.
7970         (gnus-registry-fetch-group): Autoload.
7971         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7972         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7973         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7974         caddr.
7975         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7976         nnmairix-request-group-with-article-number-correction call.
7977         (nnmairix-fast, nnmairix-group): New, less general names, for free
7978         variables passed from nnmairix-request-group to
7979         nnmairix-request-group-with-article-number-correction.  Declare.
7980         (nnmairix-request-group-with-article-number-correction):
7981         Use nnmairix-fast, nnmairix-group rather than fast, group.
7982
7983 2008-02-26  David Engster  <dengste@eml.cc>
7984
7985         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7986         version 0.5.
7987
7988 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7989
7990         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7991         instead of making an extra function call.  Don't add the current group
7992         to articles only when they have the group.  Use
7993         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7994         Reported by David <de_bb@arcor.de>.
7995
7996 2008-02-24  Miles Bader  <miles@gnu.org>
7997
7998         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7999         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8000         (mm-find-mime-charset-region):
8001         * mm-bodies.el (mm-encode-body):
8002         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8003
8004 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8007         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8008
8009 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * mail-source.el (mail-source-delete-incoming): Change default.
8012         Supplement doc string.
8013
8014         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8015
8016 2008-02-14  Glenn Morris  <rgm@gnu.org>
8017
8018         * time-date.el (format-seconds): New function.
8019
8020 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * nnmail.el (nnmail-message-id-cache-file): Derive from
8023         `gnus-home-directory'.
8024
8025 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8026
8027         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8028         Document negative prefix.
8029
8030         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8031
8032 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * message.el (message-unsent-separator): Add the Exim bounce
8035         separator.
8036
8037 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8038
8039         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8040         list.
8041         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8042         recipient/signer list.
8043
8044 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * Makefile.in (datarootdir): Define.
8047         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8048         name that might contain whitespace.
8049
8050 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8053         fbound (Emacs 23 unicode), signal an error.
8054
8055 2008-02-08  Glenn Morris  <rgm@gnu.org>
8056
8057         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8058
8059 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8060
8061         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8062         ports to the calls to `netrc-machine-user-or-password' in addition to
8063         "imap" and "imaps".
8064
8065 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8066
8067         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8068
8069         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8070
8071 2008-02-01  Kenichi Handa  <handa@m17n.org>
8072
8073         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8074         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8075         (rfc2104-hash): Convert the result of concat to unibyte string.
8076
8077 2008-02-01  Dave Love  <fx@gnu.org>
8078
8079         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8080         coding-system-for-read.
8081         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8082
8083 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8086         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8087         <hanche@math.ntnu.no>.
8088
8089 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8092
8093         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8094
8095 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8096
8097         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8098         * message.el (message-beginning-of-line): Use featurep instead of bound
8099         tests in order to resolve conditionals at compile time.
8100
8101 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8102
8103         * mail-source.el (mail-sources): Add `group' choice.
8104
8105         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8106         parameter `in-group' to control into which group the articles go.
8107         Add treatment of `group' mail-source.
8108
8109 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8112
8113         * mm-decode.el (mm-dissect-buffer): Decode description.
8114
8115         * mml.el (mml-to-mime): Encode message header first.
8116
8117 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8120         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8121
8122         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8123         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8124
8125 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8126
8127         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8128
8129 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8132         prefix keys.
8133         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8134         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8135         gnus-xmas.el.
8136
8137         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8138         (gnus-xmas-article-describe-bindings): New function.
8139         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8140         gnus-xmas-article-describe-bindings.
8141
8142         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8143
8144 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8147         Add new variables for article mark management.
8148         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8149         list of extra data entries which, when present, will indicate that the
8150         article ID should not be trimmed from the registry.
8151         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8152         functions.
8153         (gnus-registry-read-mark): New function to read a mark name from the
8154         user.
8155         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8156         (gnus-registry-set-article-mark-internal): New functions to add and
8157         remove marks.
8158         (gnus-registry-get-article-marks): New function to show the marks for
8159         an article, or retrieve them for further use.
8160
8161 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8164         keys when no argument is given.
8165
8166 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * imap.el (imap-ping-server): New variable.
8169         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8170         (imap-ping-server): Minor doc string fixes.
8171
8172 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8173
8174         * imap.el (imap-ping-server): New function.
8175         (imap-opened): Call imap-ping-server.
8176
8177 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-sum.el (gnus-article-sort-by-random)
8180         (gnus-thread-sort-by-random): Fix doc strings.
8181         Reported by jidanni@jidanni.org.
8182
8183 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * gnus-art.el (gnus-article-describe-bindings): New function.
8186         (gnus-article-read-summary-keys): Use it.
8187         (gnus-article-mode-map): Bind `C-h b' to it.
8188
8189 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8192         XEmacs.
8193         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8194         Protect against non-character events.
8195
8196         * lpath.el: Fbind map-keymap for Emacs 21.
8197
8198 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8201         New command.
8202         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8203         instead of END.  Change name of the temp file.
8204         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8205         customizable.
8206
8207 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8210         bind `S W' to gnus-article-wide-reply-with-original; set default
8211         binding to gnus-article-read-summary-send-keys.
8212         (gnus-article-read-summary-keys): Fix the order of keys; display
8213         continuation keys correctly in the echo area; describe bindings
8214         correctly when keys end with `C-h'.
8215         (gnus-article-read-summary-send-keys): New function.
8216         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8217         Work for gnus-article-read-summary-send-keys; display continuation keys
8218         correctly in the echo area.
8219         (gnus-article-reply-with-original): Ignore prefix argument.
8220         (gnus-article-wide-reply-with-original): New function.
8221
8222         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8223         Emacs 21.
8224
8225 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8228         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8229
8230 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8233         (gnus-group-read-ephemeral-gmane-group): New command.
8234
8235 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8236
8237         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8238
8239 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * message.el (message-send-mail-function): Increase custom version.
8242
8243         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8244         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8245
8246 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8247
8248         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8249         for the cases where imap-authenticate is called with a nil buffer
8250         parameter.
8251
8252 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8255         html parts correctly; support forwarded messages.
8256         (gnus-article-browse-html-article): Remove work buffers.
8257
8258         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8259         compiling.
8260         (netrc-bound-and-true-p): New macro.
8261         (netrc-parse): Use it instead of bound-and-true-p that is not available
8262         in XEmacs 21.4.
8263
8264 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-registry.el (gnus-registry-mark-article)
8267         (gnus-registry-article-marks): Add functionality to mark articles
8268         through the Gnus registry.
8269
8270         * encrypt.el: Clarify documentation for the new pgg method.
8271         (encrypt-file-alist): Add PGG option.
8272         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8273         functionality.  Abstract password key and messaging to external
8274         functions.
8275         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8276         (encrypt-message-method-and-cipher): Add new convenience external
8277         functions.
8278         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8279         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8280
8281         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8282         (netrc-parse): Use encrypt-file-alist to determine if
8283         encrypt-find-model or encrypt-insert-file-contents should be used.
8284
8285         * encrypt.el: Clarify documentation.  Load password-cache or
8286         password, whichever one is found first, instead of autoloading.
8287
8288 2007-12-19  Glenn Morris  <rgm@gnu.org>
8289
8290         * mml.el (message-options-set, message-narrow-to-head)
8291         (message-in-body-p, message-mail-p, message-encode-message-body):
8292         Autoload.
8293         (message-remove-header, message-narrow-to-headers-or-head)
8294         (message-subscribed-p, message-make-mail-followup-to)
8295         (message-position-on-field, message-news-p)
8296         (message-options-set-recipient, message-generate-headers)
8297         (message-sort-headers): Declare as functions.
8298
8299 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8302         convention in doc string.
8303
8304 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8307         title to html parts.
8308         (gnus-article-browse-html-article): Pass message header to it.
8309
8310         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8311
8312 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8315         or password compatible with XEmacs.
8316
8317 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8320         format document.
8321         (gnus-mime-delete-part): Don't write description line if empty.
8322         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8323
8324 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8325
8326         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8327         (gnus-summary-mark-read-and-unread-as-read)
8328         (gnus-summary-mark-current-read-and-unread-as-read)
8329         (gnus-summary-mark-unread-as-ticked): Doc fix.
8330         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8331
8332 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8335         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8336
8337 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8340         yes-or-no-p.
8341
8342 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * mm-decode.el (mm-add-meta-html-tag): New function.
8345         (mm-save-part-to-file, mm-pipe-part): Use it.
8346
8347         * gnus-art.el (gnus-article-browse-delete-temp-files):
8348         Use gnus-y-or-n-p instead of y-or-n-p.
8349         (gnus-article-browse-html-parts): Work with message/external-body; use
8350         mm-add-meta-html-tag.
8351
8352 2007-12-11  Glenn Morris  <rgm@gnu.org>
8353
8354         * gnus-cache.el: Require gnus-sum not just when compiling.
8355
8356         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8357
8358         * gnus-int.el (gnus-server-opened, gnus-status-message):
8359         Move definitions before use.
8360
8361         * mm-decode.el: Require gnus-util.
8362         (mm-remove-part): Only call delete-annotation on XEmacs.
8363
8364         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8365
8366         * nnmail.el: Require gnus-int.
8367
8368         * spam.el: Move `require's before `eval-when-compile's.
8369
8370         * gnus-ems.el (gnus-alive-p):
8371         * gnus-fun.el (message-goto-eoh):
8372         * gnus-util.el (gnus-group-name-decode):
8373         * mail-source.el (gnus-compress-sequence):
8374         * message.el (Info-goto-node, format-spec):
8375         * mm-bodies.el (message-options-get):
8376         * mm-decode.el (mm-view-pkcs7):
8377         * mm-util.el (gmm-write-region):
8378         * mml-smime.el (mml-compute-boundary)
8379         (gnus-completing-read-with-default):
8380         * mml.el (widget-button-press, gnus-make-hashtable):
8381         * mml1991.el (mm-decode-content-transfer-encoding)
8382         (mm-encode-content-transfer-encoding)
8383         (message-options-get, message-options-set):
8384         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8385         * nnfolder.el (gnus-request-group):
8386         * nnheader.el (ietf-drums-unfold-fws):
8387         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8388         * smime.el (gnus-run-mode-hooks):
8389         * spam-stat.el (gnus-message): Autoload.
8390
8391         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8392         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8393         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8394         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8395         Add declare-function compatibility definition.
8396
8397         * gnus-cache.el (nnvirtual-find-group-art):
8398         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8399         (gnus-add-image, gnus-add-wash-type):
8400         * gnus-group.el (nnkiboze-score-file):
8401         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8402         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8403         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8404         (message-tokenize-header, gnus-get-buffer-create)
8405         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8406         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8407         * gnus.el (gnus-group-decoded-name):
8408         * mail-source.el (imap-capability):
8409         * mm-bodies.el (message-options-set):
8410         * mm-decode.el (gnus-configure-windows):
8411         * mm-extern.el (message-goto-body):
8412         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8413         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8414         (epg-sub-key-validity, message-options-set):
8415         * mml.el (widget-event-point, gnus-configure-windows):
8416         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8417         * mml2015.el (epg-check-configuration, epg-configuration)
8418         (message-options-set):
8419         * nndb.el (nndb-request-article):
8420         * nnfolder.el (gnus-request-create-group):
8421         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8422         * nnmaildir.el (gnus-group-mark-article-read):
8423         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8424         * rfc1843.el (message-fetch-field):
8425         * spam.el (gnus-extract-address-components):
8426         Declare as functions.
8427
8428 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8431
8432         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8433
8434         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8435         bind show-trailing-whitespace for XEmacs.
8436
8437 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8440         new no-op macro for backward compatibility.
8441
8442         * imap.el (imap-string-to-integer): New function.
8443
8444 2007-12-09  Glenn Morris  <rgm@gnu.org>
8445
8446         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8447
8448         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8449         * message.el, mm-view.el, sieve-manage.el, smime.el:
8450         Add declare-function compatibility definition.
8451
8452         * gnus-art.el (w3-region, w3m-region, Info-menu):
8453         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8454         * gnus-sum.el (gnus-get-predicate):
8455         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8456         * message.el (mail-abbrev-in-expansion-header-p):
8457         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8458         (w3m-detect-meta-charset, w3m-region):
8459         * sieve-manage.el (password-read, password-cache-add)
8460         (password-cache-remove):
8461         * smime.el (password-read-and-add): Declare as functions.
8462
8463 2007-12-08  David Kastrup  <dak@gnu.org>
8464
8465         * gnus-sum.el (gnus-summary-simplify-subject-query):
8466         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8467         `message'.
8468
8469 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8472         it to bind idna-program, installation-directory, defined-colors, and
8473         face-attribute for XEmacs of the version that compiles defcustom forms.
8474
8475 2007-12-07  Glenn Morris  <rgm@gnu.org>
8476
8477         * gnus-art.el (article-make-date-line): Revert previous change.
8478
8479 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8482
8483 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8484
8485         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8486         Call gnus-add-to-range ranges only once with a prepared article-list.
8487
8488 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8489
8490         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8491         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8492         group names with backslashes.
8493         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8494
8495 2007-12-06  Deepak Goel  <deego3@gmail.com>
8496
8497         * gnus-art.el (article-make-date-line):
8498         * gnus-start.el (gnus-load):
8499         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8500
8501 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-art.el (gnus-use-idna)
8504         * gnus-start.el (gnus-site-init-file)
8505         * message.el (message-use-idna)
8506         * mm-uu.el (mm-uu-hide-markers)
8507         * smiley.el (smiley-style): Revert changes that suppress warnings.
8508
8509 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8512         specify charset to html source.
8513         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8514
8515 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8518         idna-program in order to suppress byte compile warning issued by XEmacs
8519         that came to byte compile the default value section of defcustom forms
8520         recently.
8521
8522         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8523         value of installation-directory.
8524
8525         * message.el (message-use-idna): Don't directly refer to the value of
8526         idna-program.
8527
8528         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8529
8530         * smiley.el (smiley-style): Don't directly call face-attribute.
8531
8532 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8535
8536         * gnus-dired.el: Reduce Gnus dependencies.
8537         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8538         Don't require.  Use autoloads instead.
8539         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8540         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8541         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8542         (gnus-dired-mode): Adjust doc string.
8543         (gnus-dired-mail-mode): New variable.
8544         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8545         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8546         (gnus-dired-mail-buffers): New function.  Return mail or message
8547         composition buffers.
8548         (gnus-dired-attach): Use it.
8549         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8550         NO-DECODE.
8551         (gnus-dired-print): Use `gnus-print-buffer' depending on
8552         `gnus-dired-mail-mode'.
8553
8554 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * rfc2047.el (rfc2047-encoded-word-regexp)
8557         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8558         explaining what regexp patterns are for.
8559
8560 2007-12-04  Glenn Morris  <rgm@gnu.org>
8561
8562         * password.el: Move to password-cache.el.
8563
8564         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8565         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8566         * mml-smime.el (password-read, password-cache-add)
8567         (password-cache-remove):
8568         No need to autoload, since mml-sec requires password.
8569
8570         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8571         * message.el (gnus-extract-address-components):
8572         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8573
8574         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8575         password.
8576
8577 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * mailcap.el: Reduce dependencies.
8580         (mail-header-parse-content-type): Autoload.
8581         (mailcap-delete-duplicates): New alias.
8582         (mailcap-mime-info): Add optional argument NO-DECODE.
8583         (mailcap-mime-types): Use mailcap-delete-duplicates.
8584
8585         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8586
8587 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8588
8589         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8590         (imap-parse-status): Upcase status-att for servers that sends them
8591         lower-case (e.g., MS Exchange 2007).
8592
8593 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8594
8595         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8596         function.
8597
8598         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8599         (gnus-uu-yenc-article): New function.
8600
8601         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8602
8603         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8604
8605 2007-12-02  Glenn Morris  <rgm@gnu.org>
8606
8607         * binhex.el (binhex): New custom group.
8608         (binhex-decoder-program, binhex-decoder-switches)
8609         (binhex-use-external): Move to the binhex custom group.
8610
8611         * uudecode.el (uudecode): New custom group.
8612         (uudecode-decoder-program, uudecode-decoder-switches)
8613         (uudecode-use-external): Move to the uudecode custom group.
8614
8615         * netrc.el (top-level): Don't load `encrypt' features.
8616         (netrc-parse): Don't use encrypt.
8617         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8618
8619         * encrypt.el: Remove file.
8620
8621 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8624         matches on patches.
8625
8626         * gnus-art.el (gnus-article-browse-html-article):
8627         Mention `mm-text-html-renderer' in the doc string.
8628
8629         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8630         string.  Add comments.
8631
8632         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8633         if rhs is ASCII.
8634
8635 2007-12-01  Glenn Morris  <rgm@gnu.org>
8636
8637         * mail-source.el (top-level): Require format-spec before
8638         eval-when-compile.
8639
8640 2007-11-30  Glenn Morris  <rgm@gnu.org>
8641
8642         * encrypt.el: Require password, rather than autoloading password-read.
8643
8644 2007-11-29  Glenn Morris  <rgm@gnu.org>
8645
8646         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8647         (sasl-make-client, sasl-next-step, sasl-step-data)
8648         (sasl-step-set-data): Declare as functions.
8649
8650 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8653
8654 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8655
8656         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8657         certs should be verified and what is to be done in the event of a
8658         verification failure.
8659
8660         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8661         caller can indicate whether the cache should be disregarded for this
8662         call.  This way the result of the call is reproducible at all times and
8663         can be considered a canonical server name for the supplied method.
8664         (gnus-agent-method-p): Canonicalize server names by pushing their
8665         method through `gnus-method-to-server' using the no-cache argument.
8666
8667         * gnus-srvr.el (gnus-server-insert-server-line):
8668         Call `gnus-method-to-server' with `no-cache' argument.
8669
8670         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8671         gnus-agent-possibly-synchronize-flags as this should be called when the
8672         server is actually being opened.
8673         (gnus-agent-possibly-synchronize-flags)
8674         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8675         flags file of an agentized server to the latter function.
8676
8677         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8678         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8679         after a connection has been established successfully.
8680
8681 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-art.el (article-display-face): Force to display face if called
8684         interactively; check if gnus-article-x-face-too-ugly matches author.
8685         (article-display-x-face): Display face even if From header is missing
8686         as article-display-face does.
8687
8688 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8689
8690         * hashcash.el (message-narrow-to-headers-or-head)
8691         (message-fetch-field, message-goto-eoh)
8692         (message-narrow-to-headers): Declare as functions.
8693
8694 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * mail-source.el (mail-sources): Default to fetch from file for
8697         compatibility with default of nnmail-spool-file.
8698
8699 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8702         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8703         to look for encoded word that should be encoded again.
8704         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8705         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8706         encoding pattern.
8707         (rfc2047-decode-region): Switch strict regexp and loose one according
8708         to rfc2047-allow-irregular-q-encoded-words.
8709
8710 2007-11-25  Romain Francoise  <romain@orebokech.com>
8711
8712         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8713
8714 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * tls.el (tls-program): Provide more custom choices from
8717         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8718         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8719
8720 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8723         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8724
8725         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8726         `nnmail-spool-file'.
8727
8728         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8729         `nnmail-spool-file'.
8730
8731         * gnus-move.el (gnus-change-server): Ditto.
8732
8733         * gnus-kill.el (gnus-batch-score): Ditto.
8734
8735         * gnus-cache.el (gnus-jog-cache): Ditto.
8736
8737         * gnus-msg.el (gnus-summary-reply):
8738         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8739
8740 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8743         version.  Minor improvement to doc strings.
8744         (tls-program): Add comment.
8745
8746 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8747
8748         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8749         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8750         mismatch between the hostname provided in the certificate and the name
8751         of the host connnecting to.
8752         (open-tls-stream): Use them.  Check certificates against trusted root
8753         certificates.
8754
8755 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * gnus-cache.el (gnus-cache-generate-nov-databases):
8758         Use nnml-generate-nov-databases-directory instead of
8759         nnml-generate-nov-databases-1.
8760
8761 2007-11-24  Glenn Morris  <rgm@gnu.org>
8762
8763         * message.el (message-tool-bar-retro): Update for rename
8764         mail_send.xpm->mail-send.xpm.
8765
8766 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8769         `smime-ldap-search' for Emacs 22 and up.
8770
8771 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8772
8773         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8774
8775         * message.el (message-send-mail-function): Fix error convention.
8776         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8777         (message-widen-reply, message-send-mail, message-talkative-question)
8778         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8779         (message-clone-locals, message-send-news): Use with-current-buffer.
8780         (message-insert-or-toggle-importance): Remove unused var `valid'.
8781         (message-make-references): Remove unused var `new-references'.
8782         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8783
8784 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8785
8786         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8787         (spam-split-symbolic-return-positive): Reflow docstring.
8788         (spam-backends, spam-summary-exit-behavior)
8789         (spam-mark-ham-unread-before-move-from-spam-group)
8790         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8791         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8792         (spam-clear-cache, spam-backend-check, spam-install-backend)
8793         (spam-install-statistical-backend, spam-list-of-processors)
8794         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8795         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8796         (spam-check-crm114, spam-initialize, spam-unload-hook):
8797         Fix typos in docstrings.
8798
8799 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8802         been checked if they have never been read and those group levels are
8803         higher than the one that a user specified.
8804
8805 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8808         foreign groups unless a group level is specified by a user.
8809         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8810
8811 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * message.el (message-send-mail-function): Require sendmail.
8814
8815 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * message.el (message-send-mail-function): Check for smtpmail too.
8818
8819         * utf7.el (utf7-encode, utf7-decode): Use coding system
8820         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8821
8822         * message.el (message-send-mail-function): New function.
8823         (message-send-mail-function): Set default using
8824         message-send-mail-function.  Adjust doc string.
8825         (message-send-mail-with-mailclient): New function.
8826
8827 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8828
8829         * smime.el (from):
8830         * rfc2047.el (message-posting-charset):
8831         * qp.el (mm-use-ultra-safe-encoding):
8832         * pop3.el (parse-time-months):
8833         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8834         * nnml.el (files):
8835         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8836         (jka-compr-compression-info-list, ange-ftp-path-format)
8837         (efs-path-regexp):
8838         * nndiary.el (files):
8839         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8840         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8841         (epg-digest-algorithm-alist, inhibit-redisplay)
8842         (password-cache-expiry):
8843         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8844         (pgg-output-buffer, password-cache-expiry):
8845         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8846         (efs-path-regexp):
8847         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8848         (inhibit-redisplay):
8849         * mm-uu.el (file-name, start-point, end-point, entry)
8850         (gnus-newsgroup-name, gnus-newsgroup-charset):
8851         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8852         (latin-unity-ucs-list):
8853         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8854         (mm-uu-binhex-decode-function):
8855         * message.el (gnus-message-group-art, gnus-list-identifiers)
8856         (rmail-enable-mime-composing, gnus-local-organization)
8857         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8858         (gnus-read-active-file, facemenu-add-face-function)
8859         (facemenu-remove-face-function, gnus-article-decoded-p)
8860         (tool-bar-mode):
8861         * mail-source.el (display-time-mail-function):
8862         * gnus-util.el (nnmail-pathname-coding-system)
8863         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8864         (gnus-original-article-buffer, gnus-user-agent)
8865         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8866         (xemacs-codename, sxemacs-codename, emacs-program-version):
8867         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8868         * gnus-start.el (gnus-agent-covered-methods)
8869         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8870         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8871         (gnus-newsgroup-headers, gnus-group-list-mode)
8872         (gnus-group-mark-positions, gnus-newsgroup-data)
8873         (gnus-newsgroup-unreads, nnoo-state-alist)
8874         (gnus-current-select-method, mail-sources)
8875         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8876         (nnmail-spool-file, gnus-cache-active-hashtb):
8877         * gnus-mh.el (mh-lib-progs):
8878         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8879         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8880         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8881         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8882         (gnus-group-buffer):
8883         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8884         (font-lock-set-defaults):
8885         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8886         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8887         (gnus-summary-post-menu, total-parts, type, condition, length):
8888         * gnus-agent.el (gnus-agent-read-agentview):
8889         * flow-fill.el (show-trailing-whitespace):
8890         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8891         eval-and-compile wrappers for byte compiler pacifiers.
8892
8893         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8894         (mm-display-inline-fontify): Check for featurep 'xemacs not
8895         extent-list.
8896
8897         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8898         itimer-list.
8899         (mm-create-image-xemacs): Only do something for XEmacs.
8900         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8901
8902         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8903
8904         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8905         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8906
8907 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8908
8909         * nnimap.el (nnimap-split-download-body):
8910         * gnus-demon.el (gnus-demon):
8911         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8912
8913 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8916         New macros.
8917         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8918         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8919         copy data from unibyte buffer to multibyte current buffer.
8920         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8921         to copy data from unibyte current buffer to multibyte buffer.
8922         (nntp-make-process-buffer): Make process buffer unibyte.
8923
8924         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8925
8926 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8927
8928         * pop3.el (pop3-open-server): Accept and process data more robustly at
8929         connexion start to avoid spurious "POP SSL connexion failed" errors.
8930
8931 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8934         read group names.
8935
8936 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8939
8940 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8943         (nnmail-save-active): Use a unibyte buffer when saving active file,
8944         which may contain non-ASCII group names.
8945
8946         * nnml.el (nnml-request-group): Decode group names in messages.
8947
8948 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * message.el (message-citation-line-function)
8951         (message-insert-formatted-citation-line): Fix spelling of
8952         `message-insert-formated-citation-line'.
8953
8954 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8957
8958 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8961         nnmail-pathname-coding-system.
8962
8963         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8964         that a user enters; decode group names in messages.
8965
8966         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8967
8968 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8971
8972         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8973
8974         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8975         risky local variable.
8976
8977         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8978
8979 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8980
8981         * encrypt.el: Improve documentation to fix function name typo.
8982         Reported by Daiki Ueno <ueno@unixuser.org>.
8983
8984 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8987         even if the point is not in the last page of an article.
8988         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8989         back to the previous page.
8990
8991 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8994
8995 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8998
8999 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9000
9001         * message.el (message-check-news-body-syntax):
9002         Avoid mm-string-as-multibyte.
9003         (message-hide-headers): Don't assume (point-min)==1.
9004
9005 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * message.el (message-remove-blank-cited-lines): Fix if remove is
9008         given.
9009         (message-bogus-address-regexp): New variable.
9010         (message-bogus-recipient-p): New function.
9011         (message-check-recipients): New command.
9012         (message-syntax-checks): Add `bogus-recipient'.
9013         (message-fix-before-sending): Add `bogus-recipient'.
9014
9015         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9016         (gnus-treat-body-boundary): Don't test window-system.
9017
9018 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9019
9020         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9021
9022 2007-10-28  Miles Bader  <miles@gnu.org>
9023
9024         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9025         at compile-time too.
9026
9027 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-msg.el (gnus-message-setup-hook):
9030         Add `message-remove-blank-cited-lines' to options.
9031
9032 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * message.el (message-remove-blank-cited-lines): New function.
9035         Suggested by Karl Plästerer.
9036
9037 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9040         mapc.
9041
9042         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9043         (top-level): Use mapc to set functions to be traced for debugging.
9044
9045         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9046         called for effect with while loop.
9047
9048         * message.el (message-talkative-question): Replace mapcar called for
9049         effect with mapc.
9050
9051         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9052         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9053         called for effect with dolist.
9054
9055         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9056
9057         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9058         gnus-extra-headers and nnmail-extra-headers.
9059
9060         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9061         called for effect with dolist.
9062         (top-level): Use mapc to set functions to be traced for debugging.
9063
9064         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9065         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9066         dolist.
9067
9068         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9069         Replace mapcar called for effect with mapc.
9070         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9071         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9072         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9073         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9074
9075         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9076         remove-if that's a cl function.
9077
9078         * webmail.el (webmail-debug): Replace mapcar called for effect with
9079         dolist.
9080
9081         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9082         with mapc.
9083
9084 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9087         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9088         with while loop.
9089
9090         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9091         functions from article-* functions.
9092         (gnus-multi-decode-header): Replace mapcar called for effect with
9093         dolist.
9094
9095         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9096         (gnus-bookmark-show-details): Replace mapcar called for effect with
9097         while loop.
9098
9099         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9100         called for effect with while loop.
9101
9102         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9103         with dolist.
9104
9105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9106         Replace mapcar called for effect with dolist.
9107
9108         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9109
9110         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9111         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9112         Replace mapcar called for effect with dolist.
9113         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9114         mapc.
9115
9116         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9117         Replace mapcar called for effect with dolist.
9118         (gnus-topic-list): Replace mapcar called for effect with mapc.
9119
9120         * gnus.el: Use mapc instead of mapcar to add autoloads.
9121
9122 2007-10-23  Richard Stallman  <rms@gnu.org>
9123
9124         * gnus-group.el (gnus-group-highlight): Mark as risky.
9125
9126 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus.el (gnus-server-to-method): Return method found first in
9129         gnus-newsrc-alist.
9130
9131         * gnus-art.el (gnus-article-highlight-signature)
9132         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9133         button overlay without the front stickiness.
9134
9135 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9136
9137         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9138         overview buffer needed a catch to receive its throw.
9139         (gnus-agent-flush-cache): Declare as interactive to make this function
9140         easier to use.
9141
9142 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9145         `next-line'.
9146
9147 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9150         exclude address matching message-dont-reply-to-names.
9151
9152 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-util.el (gnus-string<): New function.
9155
9156         * gnus-sum.el (gnus-article-sort-by-author)
9157         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9158
9159 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9162         the frame-focus tag is set in gnus-buffer-configuration.
9163
9164 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9167         the front stickiness.
9168
9169 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9172         url pattern; remove duplicate one.
9173         (gnus-article-extend-url-button): New function.
9174         (gnus-article-add-buttons): Use it.
9175         (gnus-button-push): Use concatenated url that it makes.
9176
9177 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9178
9179         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9180
9181 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9182
9183         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9184         Don't hardcode point-min==1.
9185
9186 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9189         Fix comment about "iso8859-1".
9190
9191 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9192
9193         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9194         ones returned from the verify-function.
9195
9196         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9197         Call mml2015-extract-cleartext-signature if extraction failed.
9198
9199 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9200
9201         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9202         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9203         failed.
9204
9205 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9208
9209 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9212         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9213         recommends to use EasyPG instead of PGG.
9214
9215         * pgg.el: Revert to revision 6.23.2.16.
9216
9217         * pgg-def.el: Revert to revision 6.6.2.14.
9218
9219         * pgg-gpg.el: Revert to revision 6.23.2.34.
9220
9221 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9222
9223         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9224         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9225         thread for both the null and zero (kill/expire thread) universal prefix
9226         cases.
9227         (gnus-summary-expire-thread): Add new function to expire a thread,
9228         using gnus-summary-kill-thread.
9229         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9230         shortcuts for gnus-summary-expire-thread.
9231         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9232         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9233
9234 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9235
9236         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9237         extras value, so an extras entry can be deleted.
9238         (gnus-registry-delete-extra-entry): Use it.
9239         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9240         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9241         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9242         storage through the gnus-registry, and provide an appropriate API for
9243         it.
9244
9245 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9248         Suggested by Leo <sdl.web@gmail.com>.
9249
9250         * gnus.el: Do.
9251
9252 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9255         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9256
9257         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9258
9259         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9260         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9261
9262 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9265         newline.
9266         (nnmbox-request-accept-article): Don't change article in source buffer;
9267         narrow to header to use message-fetch-field rather than
9268         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9269         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9270         as delimiters; make sure article ends with newline.
9271         (nnmbox-delete-mail): Correct last position of article to be deleted;
9272         ignore X-Gnus-Newsgroup header in article body.
9273         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9274         positions; make sure article ends with newline.
9275
9276         * message.el (message-display-abbrev): Don't infloop when a user
9277         inserts SPC in the beginning of header.
9278
9279         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9280         coding-system-for-read and coding-system-for-write for XEmacs having no
9281         file-coding feature.
9282
9283         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9284
9285 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9286
9287         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9288         list of groups not followed by default.  Fix type to be regexp.
9289         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9290
9291 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9292
9293         * hmac-def.el (define-hmac-function): Switch from old-style to
9294         new-style backquotes.
9295
9296         * md4.el (md4-make-step): Likewise.
9297
9298 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9301         raw-text coding system when saving .newsrc file, which may contain
9302         non-ASCII group names.
9303
9304 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-cus.el (gnus-score-extra): New widget.
9307         (gnus-score-extra-convert): New function.
9308         (gnus-score-customize): Use it for Extra.
9309
9310 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9311
9312         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9313         (mml2015-mailcrypt-clear-verify): Use it.
9314         (mml2015-gpg-clear-verify): Use it.
9315         (mml2015-pgg-clear-verify): Use it.
9316         (mml2015-epg-clear-verify): Replace the current part with the output
9317         from GnuPG; don't extract the plaintext by itself.
9318
9319         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9320         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9321         mml2015-clear-verify-function; don't touch the armor headers or
9322         dash-escaped text here.
9323
9324 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9327         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9328         parts, or application/octet-stream as a last resort.
9329         (gnus-mime-view-part-as-type): Don't toggle display.
9330         (gnus-mime-view-part-as-charset): Don't turn off display before
9331         querying charset.
9332
9333         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9334         stuff to undisplayer function in Emacs.
9335         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9336
9337         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9338         text/calendar parts.
9339
9340 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9343         decoding text/calendar parts.
9344
9345         * message.el (message-forward-make-body-mime): Always mark body as
9346         having no illegible text; remove signed-or-encrypted argument.
9347         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9348
9349         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9350         (mml-generate-mime-1): Don't encode body if it is specified to be in
9351         raw form; don't make buffer be unibyte when inserting multibyte string.
9352
9353 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9354
9355         * sha1.el: Fix up comment style.
9356         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9357         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9358
9359         * hex-util.el: Fix up comment style.
9360         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9361
9362         * gnus-salt.el: Use with-current-buffer.
9363         (gnus-pick-setup-message): Fix long-standing typo.
9364
9365 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * imap.el (imap-logout-timeout): New variable.
9368         (imap-logout, imap-logout-wait): New functions.
9369         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9370
9371         * nnimap.el (nnimap-logout-timeout): New server variable.
9372         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9373         nnimap-logout-timeout.
9374
9375         * gnus-art.el (gnus-article-summary-command-nosave)
9376         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9377
9378 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus.el (gnus-maximum-newsgroup): New variable.
9381
9382         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9383         according to gnus-maximum-newsgroup.
9384
9385         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9386         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9387         Limit the range of articles according to gnus-maximum-newsgroup.
9388
9389 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9390
9391         * gnus-art.el (gnus-sticky-article): Fix problems described in
9392         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9393         Don't perform gnus-configure-windows here; reuse existing sticky
9394         article buffer.
9395
9396         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9397         it doesn't exist in gnus-article-mode.
9398
9399 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9402         (gnus-agent-decoded-group-name): New function.
9403         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9404         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9405
9406 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9407
9408         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9409         Add binding for gnus-sticky-article.
9410         (gnus-summary-exit): Don't kill sticky article buffers.
9411
9412         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9413         article buffer.
9414         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9415         (gnus-kill-sticky-article-buffers): New commands.
9416
9417 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * nntp.el (nntp-xref-number-is-evil): New server variable.
9420         (nntp-find-group-and-number): If it is non-nil, don't trust article
9421         numbers in the Xref header.
9422
9423 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-agent.el (gnus-agent-read-group): New function.
9426         (gnus-agent-flush-group, gnus-agent-expire-group)
9427         (gnus-agent-regenerate-group): Use it.
9428         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9429         nnmail-pathname-coding-system.
9430
9431 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9434
9435         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9436         that are unread as unread, and also as selected so that information of
9437         marks having been changed by a user may be updated when exiting group.
9438
9439 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9442
9443 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9446         calculated ignoring signature parts to gnus-treat-article.
9447
9448 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9451         a point here in order to keep the window start.
9452         (gnus-insert-mime-security-button): Make a button overlay without the
9453         front stickiness.
9454         (gnus-mime-display-security): Goto the end of a button.
9455
9456         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9457
9458 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9461         group-name-at-point.
9462         (gnus-group-completing-read): New function that offers decoded
9463         non-ASCII group names for completion.
9464         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9465         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9466         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9467         (gnus-group-fetch-control): Use it.
9468         (gnus-fetch-group): Use group-name-at-point for the initial value
9469         rather than the default value; use gnus-alive-p.
9470
9471         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9472         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9473         (gnus-summary-post-news): Use gnus-group-completing-read.
9474
9475         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9476         (gnus-read-move-group-name): Decode group name for completion.
9477
9478 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9479
9480         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9481         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9482         Yamaoka slightly modified the code).
9483
9484 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9487         (nnmail-split-incoming): Bind it.
9488
9489         * nnml.el (nnml-group-name-charset): New function.
9490         (nnml-decoded-group-name): Use it; don't decode group name if
9491         nnmail-group-names-not-encoded-p is non-nil.
9492         (nnml-encoded-group-name): New function.
9493         (nnml-group-pathname): Inline nnml-decoded-group-name.
9494         (nnml-request-expire-articles): Decode group name in message.
9495         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9496         nnmail-pathname-coding-system.
9497         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9498         not decoded ones according to nnmail-group-names-not-encoded-p.
9499         (nnml-generate-active-info): Use nnml-encoded-group-name.
9500
9501 2007-08-08  Glenn Morris  <rgm@gnu.org>
9502
9503         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9504         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9505         doc-strings and comments.
9506
9507 2007-07-25  Glenn Morris  <rgm@gnu.org>
9508
9509         * Relicense all FSF files to GPLv3 or later.
9510
9511 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-sum.el (gnus-summary-move-article):
9514         Make gnus-summary-respool-article work.
9515
9516 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9519         string.
9520
9521 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9522
9523         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9524         that should be ignored when comparing distant RSS articles with local
9525         ones.
9526         (nnrss-make-hash-index): New function.  Create a hash index according
9527         to the ignored fields.
9528         (nnrss-check-group): Use it.
9529
9530 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9533
9534         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9535
9536         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9537         the new optional argument ENCODED is non-nil.
9538         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9539         coding system for encoding group name.
9540         (gnus-group-make-rss-group): Pass un-encoded group name to
9541         gnus-group-make-group.
9542         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9543         encoded.
9544
9545         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9546         Encode group name to which articles are moved or copied.
9547         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9548         coding system for encoding Newsgroup, Followup-To and Xref headers.
9549
9550         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9551         marks; use nnheader-file-coding-system to write a file.
9552         (nnagent-retrieve-headers): Bind file-name-coding-system to
9553         nnmail-pathname-coding-system.
9554
9555         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9556
9557         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9558         (nnml-request-article, nnml-request-create-group)
9559         (nnml-request-rename-group, nnml-find-id)
9560         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9561         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9562         (nnml-save-marks): Use nnml-group-pathname instead of
9563         nnmail-group-pathname.
9564
9565         (nnml-request-create-group, nnml-request-expire-articles)
9566         (nnml-request-move-article, nnml-request-delete-group)
9567         (nnml-deletable-article-p, nnml-possibly-create-directory)
9568         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9569         (nnml-open-marks): Bind file-name-coding-system to
9570         nnmail-pathname-coding-system.
9571
9572         (nnml-request-article): Pass server argument to nnml-find-group-number.
9573         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9574         Pass server argument to nnml-possibly-create-directory.
9575         (nnml-request-accept-article): Pass server argument to
9576         nnml-active-number and nnml-save-mail.
9577         (nnml-find-group-number): Pass server argument to nnml-find-id.
9578         (nnml-request-update-info): Pass server argument to
9579         nnml-marks-changed-p.
9580
9581         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9582         (nnml-save-mail, nnml-active-number): Add server argument.
9583
9584         (nnml-request-delete-group): Warn if group is missing.
9585         (nnml-get-nov-buffer): Decode group name.
9586         (nnml-generate-active-info): Encode group name.
9587         (nnml-open-marks): Decode group name in messages.
9588
9589 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9592         if it is not specified.
9593         (gnus-article-pipe-part, gnus-article-save-part)
9594         (gnus-article-interactively-view-part, gnus-article-copy-part)
9595         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9596         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9597         (gnus-article-replace-part, gnus-article-delete-part)
9598         (gnus-article-view-part-as-type): Pass raw prefix argument to
9599         gnus-article-part-wrapper.
9600
9601 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-agent.el (gnus-agent-save-active):
9604         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9605
9606         * gnus-cache.el (gnus-cache-save-buffers)
9607         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9608         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9609         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9610         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9611         (gnus-cache-generate-active, gnus-cache-rename-group)
9612         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9613         (gnus-cache-update-overview-total-fetched-for):
9614         Bind file-name-coding-system to nnmail-pathname-coding-system.
9615         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9616         New variables.
9617         (gnus-cache-decoded-group-name): New function.
9618         (gnus-cache-file-name): Use it.
9619         (gnus-cache-generate-active): Use non-decoded group name for active.
9620
9621         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9622         right place.
9623         (gnus-write-active-file): Don't break non-ASCII group names.
9624
9625         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9626         nnmail-pathname-coding-system.
9627
9628         * lpath.el: Bind default-file-name-coding-system,
9629         file-name-coding-system and language-info-alist for XEmacs.
9630
9631         * gnus-uu.el (gnus-uu-decode-save): Typo.
9632
9633 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9636
9637 2007-07-14  David Kastrup  <dak@gnu.org>
9638
9639         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9640         finishing actions if we did not edit the article.
9641
9642 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9645         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9646         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9647         (gnus-agent-flush-group, gnus-agent-flush-cache)
9648         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9649         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9650         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9651         (gnus-agent-regenerate-group)
9652         (gnus-agent-update-files-total-fetched-for)
9653         (gnus-agent-update-view-total-fetched-for):
9654         Bind file-name-coding-system to nnmail-pathname-coding-system.
9655         (gnus-agent-group-pathname): Don't encode file names by
9656         nnmail-pathname-coding-system.
9657         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9658         coding-system-for-write instead of buffer-file-coding-system to
9659         gnus-agent-file-coding-system.
9660
9661         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9662         Decode group name.
9663
9664         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9665
9666         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9667         (gnus-read-newsrc-el-file): Make group names unibyte.
9668
9669         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9670         nnmail-pathname-coding-system.
9671
9672         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9673         (nnrss-request-delete-group): Bind file-name-coding-system to
9674         nnmail-pathname-coding-system.
9675         (nnrss-read-server-data, nnrss-read-group-data):
9676         Bind file-name-coding-system correctly.
9677         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9678
9679         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9680         (nntp-server-to-method-cache): New variable.
9681         (nntp-group-pathname): New function that decodes non-ASCII group names.
9682         (nntp-possibly-create-directory, nntp-marks-changed-p)
9683         (nntp-save-marks, nntp-open-marks): Use it.
9684         (nntp-possibly-create-directory, nntp-open-marks):
9685         Bind file-name-coding-system to nnmail-pathname-coding-system.
9686         (nntp-open-marks): Decode group names when bootstrapping marks.
9687
9688         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9689         Newsgroups and Folowup-To headers.
9690
9691 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9694         (gnus-server-closed-face, gnus-server-denied-face)
9695         (gnus-server-offline-face): Remove variable.
9696         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9697
9698         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9699         of modifying message-stack directly for XEmacs.
9700
9701         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9702         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9703         if the coding-system argument is nil for XEmacs.
9704
9705         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9706         mm-charset-override-alist.
9707
9708         * rfc2047.el: Don't require base64; require rfc2045 for the function
9709         rfc2045-encode-string.
9710         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9711         to quote the parameter value.
9712
9713 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9716         form in gnus-group-name-charset-method-alist.
9717
9718         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9719         overrides the default layout edit-form.
9720
9721         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9722
9723         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9724
9725 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9728         as unfetched articles.
9729
9730 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9733
9734 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9737         original back end that keeps marks in the local system.
9738
9739 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9742         arg of pop-to-buffer for XEmacs.
9743         (gnus-article-read-summary-keys): Ditto; don't restore window
9744         configuration if summary command ends up with neither article buffer
9745         nor summary buffer; describe bindings if summary keys end with C-h.
9746
9747 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * message.el (message-fix-before-sending): Skip raw message part to be
9750         forwarded while checking illegible text.
9751         (message-forward-make-body-mime, message-forward-make-body):
9752         Mark signed or encrypted raw message as having no illegible text.
9753
9754 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9757         (gnus-message-with-timestamp-1): New macro.
9758         (gnus-message-with-timestamp): New function.
9759         (gnus-message): Use them.
9760
9761         * nnheader.el (nnheader-message): Use them.
9762
9763 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9766         .newsrc.eld file.
9767
9768 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-agent.el (gnus-agent-fetch-headers)
9771         (gnus-agent-retrieve-headers):
9772         Bind gnus-decode-encoded-address-function to identity.
9773
9774         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9775         available also when the server returns simply a dot.
9776
9777         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9778
9779 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9782
9783 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-ems.el (gnus-x-splash): Make it work.
9786
9787         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9788         from being used.
9789
9790         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9791
9792 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9795         4th and the 5th arguments.
9796
9797         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9798         the front stickiness.
9799         (gnus-article-summary-command-nosave): Correct the order of the
9800         arguments passed to pop-to-buffer.
9801         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9802         summary command ends up with the article buffer.
9803
9804         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9805         the same faces.
9806
9807 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9808
9809         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9810
9811 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9812
9813         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9814         * gnus-sum.el (gnus-summary-highlight):
9815         * pgg.el (pgg-sign-region, pgg-sign):
9816         * mail-source.el (mail-source-delete-old-incoming-confirm):
9817         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9818
9819 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-mime-view-part-externally)
9822         (gnus-mime-view-part-internally): Fix predicate function passed to
9823         completing-read.
9824
9825         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9826
9827         * gnus.el (gnus-update-message-archive-method): Add :version.
9828
9829 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus.el (gnus-update-message-archive-method): New variable.
9832
9833         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9834         according to gnus-message-archive-method if
9835         gnus-update-message-archive-method is non-nil.
9836
9837 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9840         Suggested by Loic Dachary <loic@dachary.org>.
9841         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9842
9843 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * message.el (message-pop-to-buffer): Add switch-function argument.
9846         (message-mail): Pass switch-function argument to it.
9847
9848 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9851         Improve doc string.
9852
9853 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9856         (gnus-header-content)
9857         * gnus-cite.el (gnus-cite-10)
9858         * gnus-srvr.el (gnus-server-closed)
9859         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9860         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9861         (gnus-group-mail-3-empty, gnus-group-mail-low)
9862         (gnus-group-mail-low-empty, gnus-splash)
9863         * message.el (message-header-to, message-header-cc)
9864         (message-header-subject, message-header-other, message-header-name)
9865         (message-header-xheader, message-separator, message-cited-text)
9866         (message-mml): Lighten colors of faces used for dark background.
9867
9868 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9869
9870         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9871         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9872
9873 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * message.el (message-narrow-to-headers-or-head):
9876         Ignore mail-header-separator in the body.
9877
9878 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9881         same as window size.
9882
9883 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9884
9885         * message.el (message-font-lock-keywords): Use message-header-xheader
9886         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9887         ahead of the anything pattern, to get it recognised.
9888
9889 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9892         spam.el loads uses it in the compiled defadvice form.
9893
9894 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9895
9896         * gnus-sum.el (gnus-articles-to-read)
9897         (gnus-summary-insert-old-articles): Don't truncate group name for
9898         `read-string'.
9899
9900         * gnus-util.el (gnus-limit-string): Delete this function.
9901
9902         * gnus-sum.el (gnus-simplify-subject-fully):
9903         Use `truncate-string-to-width' instead.
9904
9905 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9906
9907         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9908         Tell if, on summary exit, the next group has to be selected.
9909         (gnus-summary-exit): Use it.
9910
9911 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9914         non-break space.
9915
9916 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9919         Check if group is not a directory.
9920         (nnfolder-request-expire-articles): Don't delete articles if the target
9921         group is not available.
9922
9923         * nnml.el (nnml-request-create-group): Properly check if group is not a
9924         file.
9925         (nnml-request-expire-articles): Don't delete articles if the target
9926         group is not available.
9927
9928         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9929         Don't quote characters that are within parentheses.
9930
9931 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9934         (gnus-handle-ephemeral-exit): Select article according to it.
9935
9936 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * message.el (message-insert-formated-citation-line): Remove newline.
9939         (message-citation-line-format): Add final \n here so that the user can
9940         avoid a blank line.
9941
9942 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9943
9944         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9945         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9946         Update lanl/arXiv support.
9947
9948 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus.el: Bump version number.
9951
9952 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * gnus.el (gnus-version-number): Bump version.
9955
9956 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9957
9958         * gnus.el: No Gnus v0.6 is released.
9959
9960 2007-04-27  Didier Verna  <didier@xemacs.org>
9961
9962         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9963         * gmm-utils.el (gmm-regexp-concat): ... here.
9964         * message.el: Don't require 'gnus-util.
9965         (message-dont-reply-to-names): Handle name change above.
9966         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9967
9968 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9971         since the initial value varies according to the system.
9972
9973 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9976
9977 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9978
9979         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9980
9981 2007-04-24  Didier Verna  <didier@xemacs.org>
9982
9983         Improve the type of gnus-ignored-from-addresses.
9984         * gnus-util.el (gnus-orify-regexp): New function.
9985         * message.el (gnus-util): Require it.
9986         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9987         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9988         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9989
9990 2007-04-24  Didier Verna  <didier@xemacs.org>
9991
9992         * gnus-sum.el:
9993         * gnus-utils.el: Fix some trailing whitespaces.
9994
9995 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9998         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9999         article's Message-ID; refer parent article in summary buffer.
10000
10001         * message.el (message-bounce): Call mime-to-mml.
10002
10003         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10004         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10005         optimize and/or forms properly.
10006
10007 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10010         URL.
10011
10012 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10015
10016 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10019         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10020         displayed of multipart/alternative part if it is invoked from summary
10021         buffer.
10022
10023         * mm-view.el (mm-inline-text-html-render-with-w3m)
10024         (mm-inline-text-html-render-with-w3m-standalone)
10025         (mm-inline-render-with-function): Use mail-parse-charset by default.
10026
10027 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10028
10029         * parse-time.el (parse-time-string-chars): Check if CHAR
10030         is less than the length of parse-time-syntax.
10031
10032 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10035         from gnus-newsgroup-processable.
10036
10037 2007-04-16  Didier Verna  <didier@xemacs.org>
10038
10039         * gnus-msg.el (gnus-configure-posting-styles):
10040         Handle message-signature-directory properly with :file syntax.
10041         Reported by "Leo".
10042
10043 2007-04-11  Didier Verna  <didier@xemacs.org>
10044
10045         New user option: message-signature-directory.
10046         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10047         * message.el (message-insert-signature): Ditto.
10048         * message.el (message-signature-file): Doc update.
10049         * message.el (message-signature-directory): New.
10050
10051 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-msg.el (gnus-inews-yank-articles):
10054         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10055
10056 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * message.el (message-yank-original): Make sure cited text ends with
10059         newline; don't exchange point and mark.
10060
10061 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10062
10063         * tls.el (open-tls-stream): Properly handle case where there
10064         is no associated buffer.
10065
10066 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10067
10068         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10069         message-yank-original, make sure (< mark TEXT point).
10070
10071 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * message.el (message-fill-column): New variable.
10074         (message-mode): Use it.  Add comment on a possible new hook.
10075
10076         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10077         (nnmail-get-new-mail): Reformat.
10078
10079         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10080
10081         * gmm-utils.el: Fix Commentary.
10082         (gmm-tool-bar-from-list): Fix typo in doc string.
10083
10084 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10085
10086         * message.el (message-yank-original): Don't switch point and mark
10087         unnecessarily to put point and mark as documented.
10088
10089 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10092         from the message heads.
10093
10094 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10095
10096         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10097         article buffer does not have a window.  This may not be the best
10098         solution but is certainly better than setting the start of the null,
10099         that is the current, window.
10100
10101 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10104         (gnus-draft-setup): Run it.
10105
10106         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10107         gnus-score-fast-scoring.  Allow regexp.
10108         (gnus-score-headers): Use it.
10109
10110         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10111         XEmacs.
10112
10113         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10114         string.
10115         (gnus-button-alist): Also catch `<f1> k ...'.
10116         (gnus-treat-display-x-face): Fix doc string.
10117
10118 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10119
10120         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10121         evaluation of gnus-extended-version to ensure correct generation of the
10122         User-Agent header when message-generate-headers-first is used.
10123
10124 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10125
10126         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10127         hashcash-path is nil.  Don't call callback with incorrect number of
10128         parameters if val is 0.
10129
10130 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10131
10132         * message.el (message-required-news-headers):
10133         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10134
10135 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10136
10137         * tls.el (open-tls-stream): In handshake-waiting loop,
10138         don't wait more if there is output available to process.
10139
10140 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10141
10142         * tls.el (tls-program): Doc fix.
10143
10144 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * message.el (message-generate-new-buffers): Change the meaning of the
10147         nil value; add `standard' to the choices; treat t as `unique'; improve
10148         doc string.
10149         (gnus-select-frame-set-input-focus): Autoload.
10150         (message-buffer-name): Search for the existing message buffer if
10151         message-generate-new-buffers is nil or `standard'; treat the value t of
10152         message-generate-new-buffers as `unique'.
10153         (message-pop-to-buffer): Raise the frame already displaying the message
10154         buffer; clear the echo area after querying.
10155         (message-setup): Pass the `continue' argument to compose-mail.
10156         (message-mail): Prefer `switch-function' if it is given; search for the
10157         existing message buffer if the `continue' argument is non-nil; pass
10158         continue and switch-function arguments to compose-mail by way of
10159         message-setup.
10160         (message-mail-other-window): Adjust argument of message-setup.
10161         (message-mail-other-frame): Ditto.
10162
10163 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10166         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10167         to turn font-lock on when turning gnus-message-citation-mode on.
10168
10169 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10170
10171         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10172         (mml-smime-function-alist): New variable; add epg as the backend.
10173         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10174         mml-smime- functions instead.
10175         * mm-view.el: Require smime.
10176
10177 2007-03-05  Didier Verna  <didier@xemacs.org>
10178
10179         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10180         instead of just inheritance for posting styles.
10181         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10182
10183 2007-02-24  Chris Moore  <dooglus@gmail.com>
10184
10185         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10186         * pgg-pgp.el (pgg-pgp-encrypt-region):
10187         * pgg-gpg.el (pgg-gpg-encrypt-region):
10188         Check pgg-encrypt-for-me if no other recipients.
10189
10190 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10191
10192         * tls.el (tls-certtool-program): Fix custom type.
10193
10194 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10197         and point-at-eol instead of line-(beginning|end)-position.
10198
10199         * assistant.el (assistant-parse-buffer): Ditto.
10200
10201         * netrc.el (netrc-parse-services): Ditto.
10202
10203 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10204
10205         * mml2015.el (mml2015-epg-find-usable-key): New function.
10206         (mml2015-epg-sign): Use it.
10207         (mml2015-epg-encrypt): Use it.
10208
10209 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * message.el (message-make-in-reply-to): Quote name containing
10212         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10213         if there are special characters.  Reported by NAKAJI Hiroyuki
10214         <nakaji@jp.freebsd.org>.
10215
10216 2007-02-27  Didier Verna  <didier@xemacs.org>
10217
10218         Include the group parameters as well as the topic ones in the
10219         inheritance filter process.
10220         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10221         argument GROUP-PARAMS-LIST.
10222         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10223
10224 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * nntp.el (nntp-never-echoes-commands)
10227         (nntp-open-connection-functions-never-echo-commands): New variables.
10228         (nntp-send-command): Use them.
10229
10230 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10231
10232         * mml2015.el (mml2015-epg-verify): Simplify.
10233
10234 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * mml.el (mml-content-disposition-alist): New user option.
10237         (mml-content-disposition): New function.
10238         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10239         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10240
10241 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10242
10243         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10244         verification.
10245
10246 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10247
10248         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10249         articles posted in the last 24 hours.
10250
10251 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10252
10253         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10254
10255 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10256
10257         * nntp.el (nntp-send-command): Don't wait for echoes when
10258         nntp-open-ssl-stream is used.
10259
10260 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10263         (gnus-message-add-citation-keywords)
10264         (gnus-message-remove-citation-keywords): Remove.
10265         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10266         directly, make the variables in font-lock-defaults buffer-local, add
10267         gnus-message-citation-keywords to them and then update the value of
10268         font-lock-keywords.
10269
10270 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * message.el (message-cite-original-1): Don't call
10273         gnus-article-highlight-citation.
10274
10275         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10276         citations; fix line count.
10277
10278 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10281         (gnus-message-add-citation-keywords)
10282         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10283         versions of font-lock-add-keywords and font-lock-remove-keywords to
10284         work with XEmacs correctly.
10285
10286 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-cite.el (gnus-cite-face-list): Set the values of
10289         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10290         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10291         (gnus-message-cite-prefix-regexp): New variable.
10292         (gnus-message-search-citation-line): Use it; protect against long
10293         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10294         the 0th match data for Emacs.
10295         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10296         (gnus-message-add-citation-keywords): Append keywords rather than
10297         prepending; emulate font-lock-add-keywords if it is not available.
10298         (gnus-message-remove-citation-keywords):
10299         Emulate font-lock-remove-keywords if it is not available.
10300
10301         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10302
10303         * message.el (message-cite-prefix-regexp): Set the value of
10304         gnus-message-cite-prefix-regexp.
10305
10306 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10307
10308         * nnweb.el (nnweb-google-parse-1): Update parser.
10309
10310 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10311
10312         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10313
10314 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10315
10316         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10317         regexp.
10318
10319 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10322         string-to-multibyte.
10323         (uudecode-decode-region-internal): Use it.
10324
10325         * lpath.el: Fbind string-as-multibyte for XEmacs.
10326
10327 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10330         Fix custom choice.
10331
10332         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10333
10334 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10335
10336         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10337
10338         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10339         `write-region' to respect `mm-inhibit-file-name-handlers'.
10340
10341 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10344         Use gnus-home-directory instead of "~/" or "$HOME".
10345
10346 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10347
10348         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10349         to mention filename.
10350         Add comments at beginning regarding usage.
10351         (encrypt-write-file-contents): Change interactive so a string is
10352         acceptable.  If the file has no associated model, show an error instead
10353         of a nonsense prompt.
10354
10355 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10356
10357         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10358         Thanks to Yoshihiko Yamada for kind notification of this typo.
10359
10360 2007-01-12  Kenichi Handa  <handa@m17n.org>
10361
10362         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10363         multibyte buffer.
10364
10365 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus-score.el (gnus-score-fast-scoring): New variable.
10368         (gnus-score-headers): Use it.
10369
10370         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10371
10372         * message.el (message-cite-original-1):
10373         Call gnus-article-highlight-citation if requested.
10374         (message-make-from): Allow name and address as optional arguments.
10375
10376         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10377
10378         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10379         bugs to doc string.
10380         (gnus-button-alist): Add mid\\|message-id.
10381         (gnus-button-fetch-group): Extend for use in
10382         `browse-url-browser-function'.
10383         (gnus-button-url-regexp): Try to catch paired parentheses like in
10384         Wikipedia URLs.
10385
10386         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10387         Suggested by Simon Krahnke <overlord@gmx.li>.
10388
10389 2007-01-13  Romain Francoise  <romain@orebokech.com>
10390
10391         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10392         Update copyright.
10393
10394 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10395
10396         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10397
10398 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10399
10400         * gnus-registry.el (gnus-registry-unfollowed-groups)
10401         (gnus-registry-split-fancy-with-parent): Fix documentation.
10402
10403 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10406         from nnweb groups.
10407
10408 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10411         Xref urls.  Erase buffer before requesting head.
10412
10413         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10414
10415 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10418         customizable.
10419
10420 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10421
10422         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10423         no signing key is found.
10424         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10425         no encrypting and/or signing key is found.
10426
10427 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10430
10431 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10432
10433         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10434         headers read from disk with the ones newly found in the current search.
10435         This should no longer cause problems, because the article numbers in
10436         Gmane's `nov.php' output are ignored since the previous change.
10437
10438 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10439
10440         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10441
10442 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10445         replace-regexp-in-string; bind url-version; fbind display-images-p and
10446         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10447         find-face and set-itimer-function for Emacs; bind itimer-list for
10448         Emacs.
10449
10450         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10451
10452 2007-01-01  Romain Francoise  <romain@orebokech.com>
10453
10454         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10455
10456 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10457
10458         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10459         `define-minor-mode' macro definition expanded properly.
10460         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10461         exclude it there.
10462
10463         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10464         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10465         `fboundp' test.
10466         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10467         This is OK to autoload in (S)XEmacs now.
10468
10469 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10472         keystroke.
10473         (gnus-summary-limit-to-singletons): Fix typo.
10474
10475         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10476         else fails.
10477
10478 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10479
10480         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10481         docstring.
10482
10483         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10484         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10485         (gnus-summary-insert-dormant-articles): Fix typo in message.
10486
10487 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10490         nil for XEmacs.
10491         (gnus-message-citation-mode): Don't autoload in XEmacs.
10492
10493         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10494
10495 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10496
10497         * nnimap.el (nnimap-expunge-search-string):
10498         Mention nnimap-search-uids-not-since-is-evil in docstring.
10499
10500 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * spam.el: Revert to make-obsolete-variable because
10503         define-obsolete-variable-alias is not supported in Emacs 21.
10504
10505         * spam.el (spam-ifile-path, spam-ifile-database-path)
10506         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10507         make-obsolete-variable.
10508         (spam-bsfilter-path, spam-bsfilter-program)
10509         (spam-spamassassin-path, spam-spamassassin-program)
10510         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10511         Don't use "path" inappropriately.
10512         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10513         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10514         variable names.
10515
10516 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10517
10518         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10519         summary buffer.
10520
10521         * password.el (password-cache-remove): Use clear-string to burn
10522         password, if available.
10523
10524 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10527
10528         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10529
10530         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10531         (gnus-message-highlight-citation): Move defcustom here from
10532         gnus-cite.el.
10533         (gnus-message-citation-mode): Autoload.
10534
10535         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10536         checks to make it compile with XEmacs.
10537         (gnus-message-citation-mode): New minor mode.
10538         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10539         (gnus-message-highlight-citation): New variables.
10540         (gnus-message-search-citation-line)
10541         (gnus-message-add-citation-keywords)
10542         (gnus-message-remove-citation-keywords)
10543         (turn-on-gnus-message-citation-mode)
10544         (turn-off-gnus-message-citation-mode): New functions.
10545
10546 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10547
10548         * gnus-cite.el: Enable highlighting of different citation levels in
10549         message-mode.
10550
10551 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * message.el (message-make-fqdn): Fix comment.
10554         (message-bogus-system-names): Add ".local".
10555
10556         * spam.el (spam-ifile-path, spam-ifile-program)
10557         (spam-ifile-database-path, spam-ifile-database)
10558         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10559         Don't use "path" inappropriately.
10560         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10561         strings.
10562         (spam-check-ifile, spam-ifile-register-with-ifile)
10563         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10564         Use new variable names.
10565
10566         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10567         (gnus-treat-display-smileys): Simplify using
10568         gnus-image-type-available-p.
10569
10570         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10571         available.
10572
10573         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10574         Use `display-images-p' if available.
10575
10576 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10579         one after turning on the buffer's multibyteness instead of decoding
10580         them directly in the unibyte buffer that causes unexpected conversion
10581         in Emacs 23 (unicode).
10582
10583 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10584
10585         * message.el (message-generate-hashcash): Fix custom type.
10586
10587 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10590
10591 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10594         disconnect icons.  Add help text.
10595
10596 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10597
10598         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10599         negated to be consistent with the others we handle.
10600
10601 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10604         version of gnus-summary-buffer to something, so that we can use two
10605         article buffers at the same time.
10606
10607 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10608
10609         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10610         trigger all the extra headers.
10611         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10612         sorting.
10613
10614 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10615
10616         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10617         solid groups.
10618
10619 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10620
10621         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10622
10623 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * legacy-gnus-agent.el: Add Copyright notice.
10626
10627 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10628
10629         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10630
10631 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10634
10635         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10636         to make it work reliably in CVS Emacs.
10637         (gnus-summary-limit-strange-charsets-predicate)
10638         (gnus-summary-limit-to-predicate): New functions.
10639
10640 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10641
10642         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10643         specifying array size.
10644         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10645         array if it is too small.
10646         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10647         (gnus-sort-threads-loop): New function.
10648
10649 2006-12-06  Chris Moore  <dooglus@gmail.com>
10650
10651         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10652         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10653
10654 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10655
10656         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10657         options.
10658
10659 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10662         DOS-ing the recipient.
10663
10664         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10665         the headers when creating the mapping to avoid mismappings.
10666         (nnweb-gmane-create-mapping): Always nix out old mapping.
10667
10668 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10671         and mm-verify-option to never.
10672
10673 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * message.el (message-signed-or-encrypted-p): New function.
10676         (message-forward-make-body): Use it.
10677
10678         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10679         Replace encode-coding-string with mm-encode-coding-string.
10680
10681 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * nneething.el (nneething-decode-file-name):
10684         Replace decode-coding-string with mm-decode-coding-string.
10685
10686         * gnus-int.el (gnus-open-server): Say failed server's name.
10687
10688 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10689
10690         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10691         strings to a single string.  Quote `errors-file-name'.
10692         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10693         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10694         Adjust calls.  Use `shell-quote-argument'.
10695
10696 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10697
10698         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10699         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10700
10701         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10702         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10703         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10704         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10705         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10706         (gnus-subscribe-newsgroup, gnus-1):
10707         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10708         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10709         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10710         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10711
10712 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10715         keystroke.
10716         (gnus-summary-limit-to-bodies): Implement headersp.
10717
10718 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10721
10722 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10725
10726 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * message.el (message-generate-hashcash): Expand range of values to
10729         include `opportunistic'.
10730         (message-send-mail): Use it.
10731
10732 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10733
10734         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10735         and comment it.
10736
10737         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10738
10739 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * gnus-util.el (gnus-extract-address-components): Improve comment.
10742
10743 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-util.el (gnus-extract-address-components): Work with address in
10746         which the name portion contains @.
10747
10748         * lpath.el: Fbind custom-autoload.
10749
10750 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * gnus.el (gnus-start): Move custom group up.
10753         (gnus-select-method): Don't autoload, but make it available for
10754         `customize-variable'.
10755         (gnus-getenv-nntpserver): Don't autoload.
10756
10757 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10758
10759         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10760
10761 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * message.el (message-sendmail-extra-arguments): New variable.
10764         (message-send-mail-with-sendmail): Use it.
10765
10766 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10769         mm-with-unibyte-current-buffer to make string unibyte.
10770
10771         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10772         mm-string-as-multibyte.
10773
10774 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10775
10776         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10777         Reported by Werner Koch <wk@gnupg.org>.
10778
10779 2006-11-14  Daiki Ueno  <ueno@p360>
10780
10781         * mml2015.el: Autoload epa-select-keys when compiling.
10782
10783 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10784
10785         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10786         message-options.
10787         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10788
10789 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10790
10791         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10792         EasyPG (< 0.0.6).
10793         (mml2015-always-trust): New user option.
10794         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10795         prompt.
10796
10797 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * nntp.el (nntp-authinfo-force): New variable.
10800         (nntp-send-authinfo): Use it.
10801
10802 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10805         decode encoded words.  Improve prompt.  Add comment about forwarding.
10806         (message-replacement-char): Move up.
10807
10808 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10809
10810         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10811         instead of gnus-intersection because arguments of gnus-sorted-nunion
10812         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10813
10814 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10817         (message-simplify-subject-functions):
10818         Enable message-strip-subject-encoded-words by default.
10819
10820 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * message.el (message-strip-subject-encoded-words): New function.
10823         (message-simplify-subject-functions): New variable.
10824         (message-simplify-subject): Use it.  Fix typo in doc string.
10825         Support message-strip-subject-encoded-words.
10826
10827 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10828
10829         * gnus-diary.el (gnus-diary-delay-format-function):
10830         * nndiary.el (nndiary-reminders):
10831         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10832
10833 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * gnus-art.el (article-hide-boring-headers): Fetch date from
10836         gnus-original-article-buffer to avoid problems with localized date
10837         strings.
10838
10839 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10842
10843 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10846         New variables.
10847         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10848         (mm-charset-synonym-alist): Move some entries to
10849         mm-codepage-iso-8859-list.
10850         (mm-charset-synonym-alist, mm-charset-override-alist):
10851         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10852
10853 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10856
10857 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10860         with Emacs 21 and XEmacs.
10861
10862 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10863
10864         * spam.el (spam-parse-address): New function for better parsing,
10865         catching errors, etc.
10866         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10867
10868 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * mm-view.el: Add interactive arg to html2text autoload.
10871
10872 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10875
10876 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10877
10878         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10879         New variables.
10880         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10881         (mm-charset-synonym-alist): Move some entries to
10882         mm-codepage-iso-8859-list.
10883
10884         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10885
10886 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * message.el (message-citation-line-format)
10889         (message-insert-formated-citation-line): Fix implementation of %E, %N
10890         and %n according to the doc string.
10891
10892 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10893
10894         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10895         Use car-safe to avoid bad parses.
10896
10897 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10900         names.
10901
10902         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10903
10904 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10907         header.
10908
10909         * message.el (message-draft-headers): Add Date.
10910         (message-headers-to-generate): Fix typo in docstring.
10911
10912         * nndraft.el (nndraft-required-headers): New variable.
10913         (nndraft-generate-headers): Use it.
10914
10915         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10916
10917 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10918
10919         * gnus-registry.el (gnus-registry-wash-for-keywords)
10920         (gnus-registry-find-keywords): New functions to allow easy searching of
10921         articles that are in the registry.
10922
10923 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10924
10925         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10926         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10927         Reported by Damien Elmes <damien@repose.cx>.
10928
10929 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gnus.el (gnus-mime): Remove unused custom group.
10932
10933 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10934
10935         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10936         "blank line" when searching for end of armor headers.
10937
10938 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * gmm-utils.el (gmm-write-region): Fix variable name.
10941
10942 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gmm-utils.el (gmm-write-region): New function based on compatibility
10945         code from `mm-make-temp-file'.
10946
10947         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10948
10949         * nnmaildir.el (nnmaildir--update-nov)
10950         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10951         Use `gmm-write-region'.
10952
10953 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10956         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10957
10958         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10959
10960         * message.el (message-replacement-char): New variable.
10961         (message-fix-before-sending): Use it.
10962         (message-simplify-subject): New function to remove duplicate code.
10963         (message-reply, message-followup): Use it.
10964
10965         * gnus-sum.el (gnus-summary-make-menu-bar):
10966         Clarify gnus-summary-limit-to-articles.
10967
10968 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-util.el (gnus-with-local-quit): New macro.
10971
10972         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10973
10974 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10975
10976         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10977         ignore non-string data.
10978
10979 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10980
10981         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10982         non-string data (needs to be done in the registry too).
10983
10984 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10985
10986         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10987         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10988         (gnus-registry-split-fancy-with-parent)
10989         (gnus-registry-fetch-simplified-message-subject-fast)
10990         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10991         Remove text properties on ingress into the registry and when it's saved.
10992         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10993         registry from entries with no groups.
10994
10995 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10996
10997         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10998         function to remove string properties.
10999
11000 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * gmm-utils.el (gmm): Adjust custom version.
11003
11004         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11005         Adjust custom version.
11006
11007         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11008
11009 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * gnus-art.el (gnus-insert-prev-page-button)
11012         (gnus-insert-next-page-button): Simplify.  Reformat.
11013
11014 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11015
11016         * gnus-art.el (gnus-insert-prev-page-button)
11017         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11018
11019 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11020
11021         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11022
11023 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11024
11025         * gnus-art.el (gnus-insert-mime-button)
11026         (gnus-insert-mime-security-button):
11027         Apply gnus-article-button-face to MIME and security buttons.
11028
11029 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11032         readable.
11033
11034 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11037
11038 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11039
11040         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11041         `browse-url-of-file' instead of `browse-url'.
11042
11043 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11044
11045         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11046         regexp.  Articles containing quotation were cut prematurely.
11047
11048 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * message.el (message-cite-original-1): Use nobody by default for the
11051         value of From header.
11052         (message-reply): Ditto.
11053
11054 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11055
11056         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11057         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11058         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11059
11060 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11063         mails in the doc string.  Add some URLs in comment.
11064         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11065
11066 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11069         backslashes handling and the way to find boundaries of quoted strings.
11070
11071 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11072
11073         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11074         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11075         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11076         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11077
11078 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11081         doc string.
11082         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11083
11084 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * lpath.el: Fbind epg-check-configuration.
11087
11088 2006-09-06  Simon Josefsson  <jas@extundo.com>
11089
11090         * mml2015.el (mml2015-use): Doc fix, mention epg.
11091
11092 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11093
11094         * mml2015.el (mml2015-use): Default to epg, if available.
11095
11096 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11097
11098         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11099         message-sender.
11100         (mml1991-epg-encrypt): Ditto.
11101         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11102         message-sender.
11103         (mml2015-epg-encrypt): Ditto.
11104
11105 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11106
11107         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11108         several common directories.
11109
11110 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11111
11112         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11113         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11114
11115 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * gnus-art.el (article-decode-encoded-words): Make it fast.
11118
11119 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11122
11123         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11124         in quoted string into `\'.
11125
11126 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11129         Use standard-syntax-table.
11130
11131 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-art.el (gnus-decode-address-function): New variable.
11134         (article-decode-encoded-words): Use it to decode headers which are
11135         assumed to contain addresses.
11136         (gnus-mime-delete-part): Remove useless `or'.
11137
11138         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11139         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11140         (gnus-nov-parse-line): Use it to decode From header.
11141         (gnus-get-newsgroup-headers): Ditto.
11142         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11143
11144         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11145         (mail-decode-encoded-address-string): New alias.
11146
11147         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11148         New function.
11149         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11150         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11151         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11152         (rfc2047-decode-string): Ditto.
11153         (rfc2047-decode-address-region): New function.
11154         (rfc2047-decode-address-string): New function.
11155
11156 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * message.el (message-caesar-buffer-body): Allow rotating headers.
11159
11160         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11161
11162         * message.el (message-insert-formated-citation-line): Fix %f.
11163         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11164
11165 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11168         (gnus-bookmark-mouse-available-p): New macro.
11169         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11170         (gnus-bookmark-bmenu-show-infos): Use it.
11171         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11172         (gnus-bookmark-bmenu-hide-infos): Ditto.
11173         (gnus-bookmark-remove-properties): New function.
11174         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11175         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11176         (gnus-bookmark-write-file): Bind coding-system-for-write.
11177         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11178         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11179         group before selecting it.
11180         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11181         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11182         quit-window if it is not available; use gnus-mouse-2 and bind it to
11183         gnus-bookmark-bmenu-select-by-mouse.
11184         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11185         (gnus-bookmark-bmenu-select-by-mouse): New function.
11186
11187 2006-08-13  Romain Francoise  <romain@orebokech.com>
11188
11189         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11190         space.
11191
11192 2006-08-10  Romain Francoise  <romain@orebokech.com>
11193
11194         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11195         (dns-mode-soa-auto-increment-serial): New user option.
11196         (dns-mode-soa-maybe-increment-serial): New function.
11197         (dns-mode): Add the latter to `write-contents-functions'.
11198
11199 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * compface.el (uncompface): Use binary rather than raw-text-unix.
11202
11203 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * compface.el (uncompface): Make sure the eol conversion doesn't take
11206         place when communicating with the external programs.
11207         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11208
11209 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11212
11213 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11214
11215         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11216         Make it more robust by parsing author and date independently.
11217
11218 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11221
11222 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11223
11224         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11225         first matching secret key.
11226         (mml2015-epg-encrypt): Ditto.
11227
11228         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11229         first matching secret key.
11230         (mml1991-epg-encrypt): Ditto.
11231
11232         * mml2015.el (mml2015-encrypt-to-self): New user option.
11233         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11234         mml2015-epg-encrypt-to-self is set.
11235
11236         * mml1991.el (mml1991-encrypt-to-self): New variable.
11237         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11238         mml1991-epg-encrypt-to-self is set.
11239
11240         * mml2015.el (mml2015-signers): New user option.
11241         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11242         (mml2015-epg-encrypt): Allow to select signing keys.
11243
11244         * mml1991.el (mml1991-signers): New variable.
11245         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11246         (mml1991-epg-encrypt): Allow to select signing keys.
11247
11248 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * nnheader.el (nnheader-insert-head): Make it work even if the file
11251         uses CRLF for the line-break code.
11252
11253 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11254
11255         * mml2015.el: Require mml-sec instead of password.
11256         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11257         (mml2015-cache-passphrase): Inherit the default value from
11258         mml-secure-cache-passphrase.
11259         (mml2015-passphrase-cache-expiry): Inherit the default value from
11260         mml-secure-passphrase-cache-expiry.
11261
11262         * mml1991.el: Require mml-sec instead of password.
11263         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11264         (mml1991-cache-passphrase): Inherit the default value from
11265         mml-secure-cache-passphrase.
11266         (mml1991-passphrase-cache-expiry): Inherit the default value from
11267         mml-secure-passphrase-cache-expiry.
11268
11269         * mml-sec.el: Require password.
11270         (mml-secure-verbose): New user option.
11271         (mml-secure-cache-passphrase): New user option.
11272         (mml-secure-passphrase-cache-expiry): New user option.
11273
11274 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11275
11276         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11277         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11278         andreas@altroot.de (Andreas Vögele).
11279
11280         FIXME: Use `tiny change'?
11281
11282 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11283
11284         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11285         workaround for the url package included with Emacs.
11286
11287         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11288
11289 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11292         correctly.  This fixes a bug caused by the 2006-05-12 change.
11293
11294 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11295
11296         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11297         some information about the error when saying that the `bogus' mail
11298         group will be used.
11299
11300 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11303         string.
11304
11305 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11306
11307         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11308
11309 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11310
11311         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11312
11313 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11314
11315         * mml1991.el (mml1991-function-alist): Add epg.
11316         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11317         (mml1991-epg-encrypt): New functions.
11318
11319 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11320
11321         * mml2015.el (mml2015-verbose): New variable.
11322         (mml2015-cache-passphrase): Ditto.
11323         (mml2015-passphrase-cache-expiry): Ditto.
11324         (mml2015-function-alist): Add epg.
11325         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11326         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11327         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11328         New functions.
11329
11330 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11331
11332         * message.el (message-cite-original-1): Preserve region when removing
11333         quoted text due to X-No-Archive in order to avoid bogus attribution
11334         when citing multiple messages.
11335
11336 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11337
11338         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11339         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11340
11341 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-diary.el (gnus-user-format-function-d)
11344         (gnus-user-format-function-D): Autoload.
11345
11346         * imap.el (Commentary): Fix typo.
11347
11348         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11349         2006-04-22 contribution.
11350
11351 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11352
11353         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11354         It didn't really fix the bogosity I'm seeing with solid web groups.
11355
11356 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11357
11358         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11359         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11360         created using server names.  If we use the feature without declaring
11361         it, Gnus does not properly manage server and group state.
11362
11363         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11364         bound.
11365
11366 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11367
11368         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11369         looking up the method using GROUP's prefix before inventing a new one.
11370         It is used on killed/unknown groups in various places where returning
11371         an all-new method isn't expected by the caller.
11372
11373         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11374         and match semantics of gnus-group-real-prefix.
11375
11376 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * nnmail.el (nnmail-broken-references-mailers): New variable.
11379         (nnmail-ignore-broken-references): New function generalizing
11380         nnmail-fix-eudora-headers.
11381         (nnmail-fix-eudora-headers): Now obsolete.
11382
11383         * gnus-art.el (gnus-button-handle-custom):
11384         Support `customize-apropos*'.
11385
11386 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11387
11388         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11389
11390         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11391         articles.
11392
11393 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * message.el (message-cite-reply-above): New variable.
11396         (message-yank-original): Use it.
11397
11398 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11401
11402 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11405         as read.
11406
11407         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11408
11409 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11412         (gnus-bookmark-default-file): Use gnus-directory.
11413         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11414         Remove "*" in doc string.
11415         (gnus-bookmark-write-file): Simplify.
11416         (gnus-bookmark-maybe-sort-alist): Use `when'.
11417         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11418         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11419         Add FIXME about Emacs 21 and XEmacs compatibility.
11420         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11421         compatibility.
11422         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11423         compatibility.
11424         (gnus-bookmark-menu-heading): Fix version.
11425
11426 2006-06-19  Bastien Guerry  <bzg@altern.org>
11427
11428         * gnus-bookmark.el: New file.
11429
11430 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * message.el (message-syntax-checks): Doc fix.
11433
11434 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11435
11436         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11437         unsubscribed groups as if they were killed ones.  It causes duplicate
11438         entries in gnus-newsrc-alist.
11439
11440 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * message.el (message-syntax-checks): Doc fix.
11443         (message-send-mail): Add check for continuation headers.
11444         (message-check-news-header-syntax): Fix regexp used to check for
11445         continuation headers.
11446
11447 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11450
11451 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11454
11455 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11458         default-truncate-lines.
11459
11460 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11463         to fill the utf-8 entry.
11464
11465         * lpath.el: Fbind unicode-precedence-list.
11466
11467 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11468
11469         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11470
11471 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11472
11473         * gnus-agent.el (directory-files-and-attributes): Move all the way
11474         forward (the third and final move).
11475         (gnus-agent-read-agentview): Trap reconstruction errors due to
11476         nonexistent directory.  Handle by returning nil.
11477
11478 2006-05-30  Didier Verna  <didier@xemacs.org>
11479
11480         * message.el (message-dont-reply-to-names): Update the custom type.
11481         * message.el (message-dont-reply-to-names): New defsubst: potentially
11482         convert a list of regexps into a single one.
11483         * message.el (message-get-reply-headers): Use it.
11484         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11485
11486 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-agent.el (directory-files-and-attributes): Move forward.
11489
11490 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-ml.el (gnus-mailing-list-subscribe)
11493         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11494         (gnus-mailing-list-message): Fix doc strings.
11495
11496 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11497
11498         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11499         of doing it manually.
11500
11501 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11504         comment.
11505
11506 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11507
11508         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11509         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11510         (gnus-agent-read-local): All symbols allocated in my-obarray.
11511         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11512         (gnus-agent-regenerate-group): Check numeric names to see if they are
11513         messages or groups.
11514         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11515         better way of do this...)
11516
11517         * gnus-cache.el (gnus-agent-total-fetched-for):
11518         Ignore 'dummy.group' (there should be a better way of do this...)
11519
11520 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11523         (gnus-saved-headers): Ditto.
11524         (gnus-default-article-saver): Mention functions may have properties.
11525         (gnus-article-save): Override gnus-save-all-headers and
11526         gnus-saved-headers by :headers property which saver function may have.
11527         (gnus-summary-save-in-file): Add :headers property.
11528         (gnus-summary-write-to-file): Ditto.
11529
11530         * gnus-sum.el (gnus-summary-save-article): Bind
11531         gnus-prompt-before-saving to t when saving many articles in a file;
11532         always show all headers.
11533
11534         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11535
11536 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11539         marks.
11540
11541         * message.el (message-indent-citation): Add optional arguments to allow
11542         using it outside of message buffers.
11543
11544         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11545         (gnus-article-treat-unfold-headers): Use it.
11546         (gnus-article-truncate-lines): New variable.
11547         (gnus-article-mode): Use it.
11548         (gnus-article-toggle-truncate-lines): New function.
11549
11550         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11551         Add gnus-article-toggle-truncate-lines.
11552
11553         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11554         coding system in XEmacs, use binary.
11555
11556 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11559         after-load-alist.
11560
11561         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11562         this function should save decoded articles.
11563         (gnus-summary-write-to-file): Use property to specify this function
11564         should save decoded articles and specify gnus-summary-save-in-file
11565         should be used to save articles other than the first one when saving
11566         many articles.
11567         (gnus-summary-save-body-in-file): Use property to specify this
11568         function should save decoded articles.
11569         (gnus-summary-write-body-to-file): Use property to specify this
11570         function should save decoded articles and specify
11571         gnus-summary-save-body-in-file should be used to save articles other
11572         than the first one when saving many articles.
11573
11574         * gnus-sum.el (gnus-summary-save-article): Simplify.
11575
11576 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus-art.el (gnus-default-article-saver):
11579         Add gnus-summary-write-body-to-file.
11580         (gnus-article-save-coding-system): Don't use coding system object
11581         in XEmacs.
11582         (gnus-read-save-file-name): Add optional `dir-var' argument which
11583         specifies directory in which files are saved; work even if optional
11584         `variable' argument is not specified.
11585         (gnus-summary-write-to-file): Read file name.
11586         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11587         (gnus-summary-write-body-to-file): New function.
11588
11589         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11590         (gnus-summary-local-variables): Add it.
11591         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11592         (gnus-summary-save-article): Remove optional `decode' argument;
11593         determine whether to decode articles by the value of
11594         gnus-default-article-saver; when saving many files using
11595         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11596         it first and use gnus-summary-save-in-file or
11597         gnus-summary-save-body-in-file thereafter unless
11598         gnus-prompt-before-saving is always; move point to article which
11599         will be saved.
11600         (gnus-summary-save-article-file): Revert.
11601         (gnus-summary-write-article-file): Revert.
11602         (gnus-summary-save-article-body-file): Revert.
11603         (gnus-summary-write-article-body-file): New function.
11604
11605 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el (gnus-default-article-saver): Doc fix.
11608         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11609         from gnus-summary-save-article-coding-system, and default to a
11610         certain coding system.
11611         (gnus-output-to-file): Add coding cookie and encode text according
11612         to gnus-article-save-coding-system; don't use mm-append-to-file.
11613
11614         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11615         gnus-art.el and rename to gnus-article-save-coding-system.
11616         (gnus-summary-save-article): Require gnus-art; don't show all
11617         headers if it decodes articles; don't add coding cookie here;
11618         don't bind mm-text-coding-system-for-write.
11619         (gnus-summary-save-article-file): Save decoded articles.
11620         (gnus-summary-write-article-file): When saving many files, use
11621         gnus-summary-write-to-file first and gnus-summary-save-in-file
11622         thereafter unless gnus-prompt-before-saving is always.
11623         (gnus-summary-save-article-body-file): Save decoded articles.
11624
11625         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11626
11627 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * nnrss.el (nnrss-check-group): Bind hash-index.
11630
11631 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11632
11633         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11634         its hash index.  Store this hash in `nnrss-group-data'.
11635         (nnrss-read-group-data): Update accordingly.
11636
11637 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11640         entry.
11641
11642         * gnus-sum.el (gnus-summary-make-menu-bar):
11643         Add gnus-article-browse-html-article.
11644
11645 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11646
11647         * gnus-sum.el (gnus-summary-mime-map):
11648         Add gnus-article-browse-html-article.
11649
11650         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11651
11652 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11655         suitable coding systems in customize.
11656
11657 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * mail-source.el (mail-sources): Fix custom type.
11660
11661 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11664         (gnus-summary-expire-articles-now): Shorten prompt.
11665
11666         * gmm-utils.el (wid-edit): Require.
11667         (defun-gmm): Rename from `gmm-defun-compat'.
11668         (gmm-image-search-load-path): Use it.
11669         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11670
11671 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-sum.el (gnus-summary-save-article-coding-system):
11674         New variable.
11675         (gnus-summary-save-article): Add optional `decode' argument.
11676         If it is set and gnus-summary-save-article-coding-system is non-nil,
11677         save decoded article.
11678         (gnus-summary-write-article-file): Save decoded article if
11679         gnus-summary-save-article-coding-system is non-nil.
11680
11681         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11682         type.
11683
11684 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11687
11688 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11691         first to test gnus-single-article-buffer which may be buffer-local.
11692
11693         * gnus-sum.el (gnus-summary-setup-buffer):
11694         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11695         group; make gnus-article-buffer, gnus-article-current, and
11696         gnus-original-article-buffer always buffer-local.
11697         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11698         group.
11699         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11700
11701 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * nnml.el (nnml-request-compact-group): Compressed files might not
11704         have .gz extension.
11705
11706 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11707
11708         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11709         (mm-copy-to-buffer): Use with-current-buffer.
11710         (mm-display-part): Simplify.
11711         (mm-inlinable-p): Add optional arg `type'.
11712
11713 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11714
11715         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11716         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11717         Try harder to show the attachment internally or externally using
11718         gnus-mime-view-part-as-type.
11719
11720 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * message.el (message-from-style, message-signature-separator)
11723         (message-user-organization-file, message-send-mail-function)
11724         (message-citation-line-function, message-yank-prefix)
11725         (message-indent-citation-function, message-signature)
11726         (message-signature-file, message-signature-insert-empty-line):
11727         Remove autoloads.
11728
11729         * gnus-art.el (gnus-buttonized-mime-types):
11730         Remove "multipart/signed".  Revert 2006-04-26 change.
11731
11732 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733
11734         * gnus.el (gnus-version-number): Bump version.
11735
11736 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11737
11738         * gnus.el: No Gnus v0.5 is released.
11739
11740 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11741
11742         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11743         fetching articles by message-id.
11744
11745 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11746
11747         * message.el (hashcash): Require hashcash as normal.
11748
11749         * ecomplete.el (ecomplete-highlight-match-line):
11750         Use point-at-eol.
11751         (ecomplete-highlight-match-line): Use `highlight', because that
11752         face exists in both Emacs and XEmacs.
11753
11754         * message.el (message-display-abbrev): Use point-at-bol.
11755
11756         * mail-source.el: Don't require timer/timer-funcs.
11757
11758         * gnus-async.el: Ditto.
11759
11760         * password.el: Ditto.
11761
11762         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11763
11764         * mm-url.el: Ditto.
11765
11766         * gnus-xmas.el: Don't require timer-funcs.
11767
11768         * mm-util.el: Require timer/timer-funcs.
11769
11770 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11771
11772         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11773         Close.
11774
11775 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11778         unibyte after clear-decrypt function runs.
11779
11780         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11781         returns as a unibyte string.
11782
11783 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * lpath.el: Revert.
11786
11787         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11788         (pgg-gpg-process-sentinel): Revert.
11789
11790         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11791         (pgg-pgp-lookup-key): Revert.
11792
11793         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11794         (pgg-pgp5-lookup-key): Revert.
11795
11796         * pgg.el (pgg-fetch-key): Revert.
11797
11798 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * lpath.el: Fbind string-as-multibyte for XEmacs.
11801
11802         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11803         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11804         (mml1991-pgg-encrypt): Ditto.
11805
11806         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11807         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11808         a multibyte buffer.
11809
11810         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11811         (pgg-pgp-lookup-key): Ditto.
11812
11813         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11814         (pgg-pgp5-lookup-key): Ditto.
11815
11816         * pgg.el (pgg-fetch-key): Ditto.
11817
11818 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * message.el (message-user-organization-file): Check several
11821         locations of the organization file.
11822
11823         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11824         Add gnus-article-view-part-as-type.
11825
11826         * gnus-art.el (gnus-article-view-part-as-type): New function.
11827
11828         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11829         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11830
11831         * mml.el: Simplify autoload.
11832         (mml-mode): defvar dnd-protocol-alist instead of using
11833         symbol-value.
11834         (mml-default-directory): New variable.
11835         (mml-minibuffer-read-file): Use it.
11836         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11837
11838         * message.el (message-citation-line-format): New variable.
11839         (message-insert-formated-citation-line): New function.
11840         (message-citation-line-function):
11841         Add `message-insert-formated-citation-line' to custom type.
11842
11843         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11844         to doc string.
11845
11846         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11847         depending on mm-verify-option.
11848
11849 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11852         binding pgg-* variables; reimplement the section which prevents
11853         MIME header from being signed.
11854         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11855         pgg-text-mode; remove a blank line at the top of body.
11856
11857         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11858         lines at the top of body; use gnus-newsgroup-charset if there's no
11859         Charset header.
11860
11861 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * message.el (message-self-insert-commands): Doc fix.
11864
11865         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11866         (mm-uu-pgp-encrypted-test): Ditto.
11867         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11868         between header and body; return application/pgp-encrypted handle
11869         if decryption failed; decode decrypted body by charset.
11870
11871         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11872         element match to application/pgp-*.
11873
11874 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11875
11876         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11877         HTML.
11878
11879 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880
11881         * mail-source.el (mail-source-call-script): Message the error
11882         string.
11883
11884 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11885
11886         * gnus-util.el (gnus-byte-compile): Use it.
11887
11888 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11889
11890         * gnus-util.el (kill-empty-logs): New function.
11891
11892 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11893
11894         * message.el (message-mail-alias-type): Doc fix.
11895         (message-mail-alias-type-p): New function.
11896         (message-send): Use it.
11897         (message-mode): Ditto.
11898         (message-strip-forbidden-properties): Ditto.
11899
11900         * ecomplete.el (ecomplete-database-file-coding-system):
11901         New variable.
11902         (ecomplete-save): Use it.
11903         (ecomplete-setup): Use it.
11904
11905 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * message.el (message-self-insert-commands): New variable.
11908         (message-strip-forbidden-properties): Use it.
11909
11910 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11911
11912         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11913         that doesn't make XEmacs choke.
11914
11915 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * gnus-util.el (gnus-replace-in-string):
11918         Prefer replace-regexp-in-string over of replace-in-string.
11919
11920 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * gnus-util.el (gnus-select-frame-set-input-focus):
11923         Use select-frame-set-input-focus if it is available in XEmacs; use
11924         definition defined in Emacs 22 for old Emacsen.
11925
11926         * dgnushack.el: Autoload unmorse-region for XEmacs.
11927
11928         * lpath.el: Bind cursor-in-non-selected-windows and
11929         select-frame-set-input-focus for XEmacs.
11930
11931 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11934
11935 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11936
11937         * gnus-registry.el (gnus-registry-cache-save): Remove text
11938         properties when saving via the temp buffer.
11939
11940 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * message.el (message-generate-hashcash): Honor custom type.
11943
11944 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * message.el (message-generate-hashcash): Default to non-nil when
11947         hashcash is found.
11948
11949         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11950         (gnus-refer-thread-limit): Increase default to 500.
11951
11952         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11953
11954         * flow-fill.el (fill-flowed): Allow delete-space.
11955
11956 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11959         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11960         Remove autoloads.
11961
11962 2006-04-18  Simon Josefsson  <jas@extundo.com>
11963
11964         * message.el (message-generate-hashcash): Default to.
11965
11966 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11969         concatenating segments rather than before concatenating them.
11970
11971 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11974
11975 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11976
11977         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11978
11979         * message.el (message-forward-make-body-plain):
11980         Allow message-forward-ignored-headers to be a list.
11981         (message-remove-ignored-headers): Factor out into function.
11982         (message-forward-make-body-mml): Use it.
11983
11984         * imap.el (imap-quote-specials): New function.
11985         (imap-login-auth): Quote specials.
11986
11987         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11988         (rfc2231-parse-string): Allow concatanation of parameters that
11989         aren't contiguous.  The test case is
11990           (mail-header-parse-content-type "message/external-body;
11991             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11992             access-type=LOCAL-FILE;
11993             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11994
11995 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11996
11997         * nntp.el (nntp-accept-process-output): Return the value of
11998         `nnheader-accept-process-output'.
11999
12000 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12003         (gnus-button-alist): Recognize more diff formats.
12004         (gnus-button-patch): Strip directory.
12005
12006 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12009         Emacs 22 when setting focus.
12010
12011 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus-art.el (gnus-article-treat-types): Do treatment of
12014         text/x-verbatim parts.
12015         (gnus-button-patch): New command.
12016
12017         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12018         addresses that contain invalid characters.
12019
12020 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * message.el (message-put-addresses-in-ecomplete):
12023         Use gnus-replace-in-string.
12024         (message-is-yours-p): Use the more correct
12025         mail-header-parse-address instead of
12026         mail-extract-address-components.
12027         (message-put-addresses-in-ecomplete): Fix typo.
12028
12029         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12030         keystroke.
12031
12032         * gnus-art.el (gnus-treatment-function-alist): Change order of
12033         newsgroups/generic header folding to avoid double-folding.
12034
12035         * message.el (message-hidden-headers): Add X-Draft-From.
12036
12037         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12038         New command.
12039         (gnus-summary-repeat-search-article-backward): New command.
12040
12041         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12042         groups in the parent topic.
12043
12044 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12045
12046         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12047         (spam-extra-header-to-number): Return the CRM114 number as a
12048         number instead of a string.
12049
12050 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051
12052         * gnus-art.el (gnus-face-properties-alist): Move here from
12053         gnus-fun.
12054
12055         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12056
12057 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * message.el (message-strip-forbidden-properties): Only display on
12060         self-insert-command.
12061
12062         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12063         reindent.
12064         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12065
12066 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12067
12068         * smiley.el (smiley-style): Fix typo.
12069
12070 2006-03-23  Kenichi Handa  <handa@m17n.org>
12071
12072         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12073         instead of set-buffer-multibyte.
12074
12075 2006-03-23  Kenichi Handa  <handa@m17n.org>
12076
12077         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12078         buffer and then decode the buffer text if necessary.
12079         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12080         first, and after mm-encode-body, change the buffer to unibyte.
12081
12082 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12083
12084         * hashcash.el (hashcash-insert-payment-async-2):
12085         Use message-goto-eoh instead of doing it manually.
12086         (mail-add-payment): Use message-narrow-to-header instead of trying
12087         to do the same itself.
12088
12089         * message.el (message-hidden-headers): Add Face.
12090
12091         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12092         reparenting code.
12093         (gnus-summary-reparent-children): Refactored out code.
12094         (gnus-summary-thread-map): New keystroke.
12095         (gnus-summary-reparent-children): Make into command.
12096
12097         * smiley.el (smiley-style): Default to `medium' if using a large
12098         font.
12099
12100         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12101         does it itself.
12102
12103         * message.el (message-point-in-header-p): Simplify definition.
12104
12105 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * nnagent.el (nnagent-request-set-mark): Silence log file
12108         writing.
12109         (nnagent-request-set-mark): Use write-region instead of
12110         append-to-file.
12111
12112         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12113         strange select method.
12114
12115         * ecomplete.el (ecomplete-display-matches): Get highlightling
12116         right.
12117         (ecomplete-display-matches): Use literals.
12118         (ecomplete-display-matches): Disable message logging.
12119
12120         * message.el (message-display-abbrev): Small optimization.
12121
12122         * ecomplete.el (ecomplete-display-matches): Allow automatic
12123         display.
12124
12125         * message.el (message-strip-forbidden-properties):
12126         Display abbrevs.
12127         (message-display-abbrev): Get automatic display right.
12128
12129         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12130         keystrokes.
12131
12132 2006-04-13  Romain Francoise  <romain@orebokech.com>
12133
12134         TODO: Backport to v5-10!
12135
12136         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12137         Move here (and rename) from gnus-registry.el.
12138
12139         * gnus-registry.el: Require gnus-util.
12140         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12141
12142 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143
12144         * gnus-group.el (gnus-group-catchup-current):
12145         Change if-then-else-if-then-else into cond.
12146         (gnus-group-catchup): Indent.
12147         (group-name-at-point): New function.
12148         (gnus-fetch-group): Provide default from thing at point.
12149
12150 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151
12152         * message.el (message-display-abbrev): Fix regexp.
12153
12154         * ecomplete.el (ecomplete-highlight-match-line):
12155         Reimplement choosing.
12156         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12157         dead variables.
12158
12159         * message.el (message-newline-and-indent): Remove debugging.
12160         (message-display-abbrev): Use new implementation.
12161
12162 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus-art.el (gnus-article-mode):
12165         Set cursor-in-non-selected-windows to nil.
12166
12167         * smiley.el: Revert previous change.
12168         (smiley-data-directory): defvar it before using it in the
12169         defcustom of `smiley-style'.
12170
12171 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12172
12173         * message.el (message-newline-and-indent): New function.
12174
12175         * ecomplete.el: Implement more bits.
12176
12177         * message.el (message-put-addresses-in-ecomplete): Clean up the
12178         string.
12179
12180         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12181
12182         * gnus-sum.el (gnus-summary-save-parts):
12183         Bind gnus-summary-save-parts-counter and use it to make unique file
12184         names.
12185
12186         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12187
12188         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12189         parameter to say whether to actually parse the individual
12190         addresses.
12191
12192         * message.el (message-put-addresses-in-ecomplete): New function.
12193         (ecomplete): Require.
12194         (message-mail-alias-type): Add ecomplete as an option.
12195
12196 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12197
12198         * flow-fill.el (fill-flowed): Remove trailing space from blank
12199         quoted lines.
12200
12201 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202
12203         * smiley.el (smiley-style): Move definition later to avoid a
12204         compilation warning.
12205
12206 2006-04-12  Kenichi Handa  <handa@m17n.org>
12207
12208         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12209         buffer and then decode the buffer text if necessary.
12210         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12211         first, and after mm-encode-body, change the buffer to unibyte.
12212         Use mm-disable-multibyte instead of set-buffer-multibyte.
12213
12214 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12217         Content-Type header instead of Content-Disposition header.
12218         (gnus-mime-inline-part): Ditto.
12219         (gnus-mime-view-part-as-charset): Ignore charset that the part
12220         specifies.
12221
12222         * mm-decode.el (mm-display-part): Work with external parts and
12223         usual parts similarly.
12224
12225         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12226         instead of gnus-display-mime.
12227
12228         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12229         instead of with-temp-buffer.
12230
12231         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12232         tag to summarized topics part in order to encode non-ASCII text.
12233
12234 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * smiley.el (smiley-style): New variable.
12237         (smiley-directory): New function.
12238         (smiley-data-directory): Derive from `smiley-style' using
12239         `smiley-directory'.
12240         (smiley-regexp-alist): Add new entries.
12241
12242         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12243         (gnus-article-browse-delete-temp): Add :version.
12244
12245 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12246
12247         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12248         the sieve region.
12249
12250 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12251
12252         * gnus.el (gnus-version-number): Bump version.
12253
12254 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * gnus.el: No Gnus v0.4 is released.
12257
12258 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12261         layout.
12262
12263         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12264         unknown charset.
12265
12266         * message.el (message-header-synonyms): Add Original-To to the
12267         default.
12268
12269         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12270         optional parameter.
12271
12272 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * gnus-fun.el (gnus): Require it for gnus-directory.
12275
12276 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12279
12280 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12281
12282         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12283
12284 2006-04-05  Simon Josefsson  <jas@extundo.com>
12285
12286         * password.el (password-reset): New function.
12287
12288 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12289
12290         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12291         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12292
12293 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12294
12295         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12296         Some whitespace was matched into the url, which broke browsing hits
12297         > 100 when mm-url-use-external was nil.
12298
12299 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12302         Check gnus-extra-headers for 'Newsgroups.
12303
12304         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12305         bound.
12306
12307 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12308
12309         * pgg-gpg.el: Clean up process buffers every time gpg processes
12310         complete.
12311
12312 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12315         doc string.
12316
12317 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12318
12319         * pgg-gpg.el (pgg-gpg-process-filter)
12320         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12321
12322         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12323         lines, temporary fix.
12324
12325 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12328
12329 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12330
12331         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12332         default-enable-multibyte-characters.  This reverts the change from
12333         revision 6.17 which is no longer necessary because the passphrase
12334         is sent separately now.  GnuPG messages are unreadable under
12335         multibyte locales with default-enable-multibyte-characters set to
12336         nil.
12337
12338 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * message.el (message-tool-bar-gnome): Move "spell".
12341
12342 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12345         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12346         instead.
12347
12348 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12349
12350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12351         Improve newsgroups handling for NNTP overviews which don't include
12352         Newsgroups.
12353
12354 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12355
12356         * message.el (message-resend): Bind message-generate-hashcash to nil.
12357
12358 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12359
12360         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12361         when searching for already-paid recipients.
12362
12363 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12364
12365         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12366         passphrases when it is not needed.
12367         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12368         passphrase stuff from gpg, should only be necessary when you use
12369         gpg with a smartcard.
12370
12371 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * mml.el (mml-insert-mime): Ignore cached contents of
12374         message/external-body part.
12375
12376         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12377         (mm-insert-part): Ditto.
12378
12379 2006-03-23  Simon Josefsson  <jas@extundo.com>
12380
12381         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12382         Reiner.
12383         (pgg-gpg-use-agent-p): Use it again.
12384
12385 2006-03-23  Simon Josefsson  <jas@extundo.com>
12386
12387         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12388         older emacsen.
12389         (pgg-gpg-use-agent-p): Don't use it.
12390
12391 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12394         if we can.
12395
12396 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12397
12398         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12399         (pgg-gpg-update-agent): New function.
12400         (pgg-gpg-use-agent-p): New function.
12401         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12402         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12403         (pgg-gpg-sign-region): Use it.
12404
12405 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12408         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12409
12410 2006-03-21  Simon Josefsson  <jas@extundo.com>
12411
12412         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12413         <wilde@sha-bang.de>.
12414         (pgg-gpg-use-agent): New variable.
12415         (pgg-gpg-process-region): Use it.
12416         (pgg-gpg-encrypt-region): Likewise.
12417         (pgg-gpg-encrypt-symmetric-region): Likewise.
12418         (pgg-gpg-decrypt-region): Likewise.
12419         (pgg-gpg-sign-region): Likewise.
12420         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12421
12422 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12425
12426         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12427         Add comment on version.
12428
12429 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * smiley.el: Add missing test smiley.
12432
12433 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mm-decode.el (mm-with-part): New macro.
12436         (mm-get-part): Use it; work with message/external-body as well.
12437         (mm-save-part): Treat name and filename equally.
12438
12439         * mm-extern.el (mm-extern-cache-contents): New function.
12440         (mm-inline-external-body): Use it; force the part to be displayed;
12441         move undisplayer added to the cached handle to the parent.
12442
12443         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12444         (gnus-mime-view-part-as-type): Work with message/external-body.
12445
12446         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12447
12448 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12451         images in image-load-path.  [Sync with image.el, revision 1.60, in
12452         Emacs.]
12453
12454 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12457         path rather than symbol.  Always return list of directories.
12458         Guarantee that image directory comes first.  [Sync with image.el,
12459         revision 1.59, in Emacs.]
12460
12461         * message.el (message-make-tool-bar): Adjust to new API of
12462         `gmm-image-load-path-for-library'.
12463
12464         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12465
12466         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12467
12468 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12469
12470         * gnus-art.el (gnus-article-only-boring-p):
12471         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12472         intangible text.
12473         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12474
12475 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12478         Use `defun' instead of `gmm-defun-compat'.
12479
12480 2006-03-14  Simon Josefsson  <jas@extundo.com>
12481
12482         * message.el (message-unique-id): Don't use message-number-base36
12483         if (user-uid) is a float.
12484         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12485
12486 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12489
12490         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12491         empty line between a part and a message part.
12492
12493 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * smiley.el: Add more test smileys.
12496         (smiley-data-directory, smiley-regexp-alist)
12497         (gnus-smiley-file-types): Fix doc strings.
12498         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12499         adding new elements.
12500         (smiley-mouse-map): Unused code.  Make it a comment.
12501
12502 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12505         scan latest NoCeM messages instead of old ones.
12506         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12507         delimiters that are recently used.
12508         (gnus-nocem-load-cache): Add autoload cookie.
12509
12510         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12511
12512         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12513         level which is larger than gnus-use-nocem is specified.
12514
12515         * gnus-group.el (gnus-group-get-new-news): Ditto.
12516
12517 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * gnus-util.el (gnus-tool-bar-update): New function.
12520
12521         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12522         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12523
12524         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12525
12526         * gnus-group.el (gnus-group-redraw-when-idle)
12527         (gnus-group-redraw-check): Remove.
12528         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12529
12530 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12533         if optional last element is specified in splits (FIELD VALUE...).
12534
12535 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12538         to gmm-image-load-path-for-library.  Call with no-error argument.
12539         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12540
12541         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12542
12543         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12544
12545         * gmm-utils.el (gmm-image-load-path): Remove alias.
12546
12547 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * gmm-utils.el (gmm-image-load-path): Add alias.
12550
12551         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12552         nnml-generate-nov-databases-1.
12553         (nnml-generate-nov-databases): Use it.
12554         (nnml-generate-nov-databases-directory): Document no-active
12555         argument.
12556
12557         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12558         directory if path is t.  Add no-error.
12559
12560         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12561         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12562
12563         * gnus-art.el (gnus-article-browse-delete-temp-files):
12564         Simplify resetting gnus-article-browse-html-temp-list.
12565
12566         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12567         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12568         Add example to docstring.  Rename local variables.  Move error
12569         checks to default case in cond and simplify.
12570
12571 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12574         handle is multipart when calling it recursively.
12575         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12576
12577 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12578
12579         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12580         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12581
12582 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12585         is loaded.
12586
12587         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12588         loaded.
12589
12590 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12593         to "Emacs 23 (unicode)" in doc string.
12594
12595         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12596         "Emacs 23 (unicode)" in comment.
12597
12598 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12601
12602         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12603         characters 160 through 255 in Emacs 23.
12604
12605 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12608         gnus-article-browse-html-temp.
12609         (gnus-article-browse-delete-temp): Make it customizable.
12610         Add `file'.  Adjust doc string.
12611         (gnus-article-browse-delete-temp-files): Add argument.
12612         Allow query for each file.  Adjust doc string.
12613         (gnus-article-browse-html-parts):
12614         Add `gnus-article-browse-delete-temp-files' to
12615         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12616
12617 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12618
12619         * gnus-art.el (gnus-article-browse-html-temp)
12620         (gnus-article-browse-delete-temp): New variables.
12621         (gnus-article-browse-delete-temp-files): New function.
12622         (gnus-article-browse-html-parts): Use it.
12623
12624 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12627
12628         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12629         string.
12630
12631         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12632         gnus-summary-insert-new-articles when unplugged.
12633         Remove gnus-summary-search-article-forward.
12634
12635         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12636         display-visual-class instead of display-color-cells.
12637
12638 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * dgnushack.el: Autoload customize-group for XEmacs.
12641
12642         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12643         message/* containing non-ASCII text properly.
12644
12645 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * message.el: Require gmm-utils, remove autoloads.
12648         (message-tool-bar): Set default based on
12649         gmm-tool-bar-style.
12650         (message-tool-bar-gnome): Add gmm-customize-mode.
12651
12652         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12653         gmm-tool-bar-style.
12654         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12655
12656         * gnus-group.el (gnus-group-tool-bar): Set default based on
12657         gmm-tool-bar-style.
12658         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12659
12660         * gmm-utils.el (gmm-image-directory): Rename variable from
12661         gmm-image-load-path.
12662         (gmm-image-load-path): Use gmm-image-directory.
12663         (gmm-customize-mode): New function.
12664         (gmm-tool-bar-style): New variable.
12665
12666         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12667         gnus-group-redraw-line-number.
12668         (gnus-group-redraw-check): Simplify.
12669         (gnus-group-tool-bar-update): Remove redraw check.
12670         (gnus-group-make-tool-bar): Add redraw check.
12671
12672 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12673
12674         * gnus-art.el (gnus-button): Add missing parentheses.
12675
12676 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * lpath.el: Fbind line-number-at-pos.
12679
12680 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12683
12684 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * gnus-art.el (gnus-button): New face.
12687         (gnus-article-button-face): Use it.
12688
12689         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12690         Add gnus-summary-next-page.  Re-order.
12691
12692         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12693         next-node are now included.
12694         (gnus-group-redraw-line-number): New internal variable.
12695         (gnus-group-redraw-check): Helper function for updating the tool
12696         bar.
12697         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12698
12699         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12700
12701         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12702         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12703         Use it to match format of Spamassassin 3.0 and later.
12704         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12705         (spam-check-bogofilter)
12706         (spam-bogofilter-register-with-bogofilter): Fix args of
12707         `gnus-error' calls.
12708
12709 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12712         unnecessary interaction when sending queued mails.
12713         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12714
12715 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12718         first or last are nil.
12719
12720 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12721
12722         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12723
12724 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725
12726         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12727
12728 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12729
12730         * dns.el (query-dns): Protect more against buggy tcp output.
12731
12732 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12735         nov.php.
12736
12737 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12738
12739         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12740         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12741         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12742         output on the server side.
12743         (nnweb-google-create-mapping): Update regexps and add some
12744         progress indication.
12745
12746 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * gnus-group.el (gnus-group-tool-bar-gnome):
12749         Fix gnus-agent-toggle-plugged.  Re-order icons.
12750         (gnus-group-tool-bar-gnome):
12751         Add gnus-group-{prev,next}-unread-group.
12752         (gnus-group-tool-bar-gnome): Re-order icons.
12753
12754         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12755         Move gnus-summary-insert-new-articles.
12756
12757         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12758         Fix comments.
12759
12760         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12761         also available in Emacs 21.3.
12762
12763         * message.el (message-fix-before-sending): Change "Emacs 22" to
12764         "Emacs 23 (unicode)" in comment.
12765
12766         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12767         "Emacs 23 (unicode)" in comment.
12768
12769         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12770         comment.
12771         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12772
12773         * mm-view.el (mm-fill-flowed): Add :version.
12774
12775 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12778         and load-path.
12779
12780 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * message.el: Autoload gmm-image-load-path.
12783         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12784         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12785         consitency.
12786
12787         * gmm-utils.el (gmm-image-load-path): Also search in
12788         "../etc/images".  Don't set gmm-image-load-path if we don't find
12789         the image.
12790
12791 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gmm-utils.el (gmm-image-load-path): Don't make
12794         `gmm-image-load-path' include subdirectories which the second arg
12795         `image' might specify.
12796
12797         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12798         subdirectory to icon file names.
12799
12800         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12801
12802 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12805         gmm-image-load-path calls.
12806
12807         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12808
12809         * message.el (message-make-tool-bar): Ditto.
12810
12811         * mml.el (mml-preview): Add comment concerning tool bar icons.
12812
12813         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12814         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12815
12816         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12817         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12818
12819         * message.el (message-tool-bar-gnome): Use new icon names.
12820         (message-make-tool-bar): Use `gmm-image-load-path'.
12821
12822         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12823         New functions from MH-E.
12824         (gmm-image-load-path): New variable from MH-E.
12825         (gmm-image-load-path): New function from MH-E.  Add arguments
12826         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12827         *-image-load-path-called-flag.
12828
12829 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12830
12831         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12832
12833 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12834
12835         * nnimap.el (nnimap-request-move-article): Change folder back to
12836         source group before deleting.
12837
12838 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12841
12842         * gnus-art.el (mm-url-insert-file-contents-external):
12843         Autoload mm-url.
12844
12845         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12846
12847 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12850         coding system which mm-charset-to-coding-system returns for a
12851         given charset is valid.
12852
12853 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12854
12855         * html2text.el (html2text-remove-tag-list):
12856         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12857
12858 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12859
12860         * gnus-cus.el: Revert 2005-10-17 change.
12861
12862 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-art.el (article-strip-banner):
12865         Call article-really-strip-banner only when the regexp match is made.
12866
12867 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus-art.el (article-strip-banner):
12870         Use gnus-extract-address-components instead of
12871         mail-header-parse-addresses to make it work with non-ASCII text;
12872         remove mail-encode-encoded-word-string.
12873
12874         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12875         values which are surrounded with \"...\"; make it never cause a
12876         Lisp error; give up parsing of parameters if it failed in
12877         extracting type.
12878
12879 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12880
12881         * smime.el (smime-cert-by-ldap-1): Fix bug where
12882         `smime-ldap-search' returns results without userCertificates.
12883
12884 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12887
12888 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * spam.el (spam-check-spamassassin-headers): Adapt format for
12891         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12892         <ari@mbf.ocn.ne.jp>.
12893         (spam-list-of-processors): Add spam-use-gmane.
12894
12895 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12898         make-temp-file; make it work with XEmacs as well.
12899
12900         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12901         mm-make-temp-file.
12902
12903         * mm-decode.el (mm-display-external): Use the 3rd arg of
12904         mm-make-temp-file.
12905         (mm-create-image-xemacs): Ditto.
12906
12907 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12910         with message-narrow-to-headers.
12911         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12912         (gnus-draft-check-draft-articles): New function.
12913         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12914
12915 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-art.el (gnus-article-browse-html-parts):
12918         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12919         Don't use suffix argument for mm-make-temp-file for Emacs 21
12920         compatibility.  Remove useless `format'.
12921
12922 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12923
12924         * nnweb.el (nnweb-google-wash-article): Update regexps.
12925         (nnweb-group-alist): Use defvoo instead of defvar.
12926
12927 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12930         re-loading nn* modules.
12931
12932 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12935         for `tool-bar-mode' and don't check it's default-value.
12936
12937         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12938
12939         * message.el (message-make-tool-bar): Ditto.
12940
12941         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12942         `substring'.  Shorten tmp-file name.
12943
12944         * gnus.el: Remove bogus comment.
12945
12946 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12947
12948         * gnus-art.el (gnus-article-browse-html-parts): New function.
12949         (gnus-article-browse-html-article): New function for viewing html
12950         articles with a browser.
12951
12952 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12953
12954         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12955         in elisp.
12956         (pgg-gpg-encrypt-symmetric-region): Ditto.
12957         (pgg-gpg-sign-region): Ditto.
12958
12959         * pgg-def.el (pgg-text-mode): New variable.
12960
12961         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12962         (mml2015-pgg-encrypt): Ditto.
12963
12964         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12965         (mml1991-pgg-encrypt): Ditto.
12966
12967 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * nnfolder.el (nnfolder-insert-newsgroup-line):
12970         Use message-make-date instead of current-time-string.
12971
12972         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12973         to gnus-decoded which mm-uu might set.
12974
12975 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12978         don't decode quoted parameters; remove misimported Emacs code.
12979         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12980         (rfc2231-decode-encoded-string): Don't use split-string which
12981         behaves differently according to Emacs version; use
12982         mm-decode-coding-region to convert charset to coding-system.
12983         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12984         (rfc2231-encode-string): Remove misimported Emacs code.
12985
12986 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12989         when calling mail-header-parse-content-type.
12990         (article-de-quoted-unreadable): Ditto.
12991         (article-de-base64-unreadable): Ditto.
12992         (article-wash-html): Ditto.
12993
12994         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12995         calling mail-header-parse-content-type and
12996         mail-header-parse-content-disposition.
12997         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12998         mail-header-parse-content-type.
12999
13000         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13001         insert charset and format parameters; encode description after
13002         inserting it to buffer.
13003         (mml-insert-parameter): Fold lines properly even if a parameter is
13004         segmented into two or more lines; change the max column to 76.
13005
13006         * rfc1843.el (rfc1843-decode-article-body): Don't use
13007         ignore-errors when calling mail-header-parse-content-type.
13008
13009         * rfc2231.el (rfc2231-parse-string): Return at least type if
13010         possible; don't cause an error even if it fails in parsing of
13011         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13012         (rfc2231-encode-string): Don't break lines at the beginning, leave
13013         it to mml-insert-parameter.
13014
13015         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13016         calling mail-header-parse-content-type.
13017
13018 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * spam-report.el (spam-report-gmane-use-article-number):
13021         Improve doc string.
13022         (spam-report-gmane-internal): Check if a suitable header was found
13023         in the article.
13024
13025 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13028         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13029
13030 2006-02-05  Romain Francoise  <romain@orebokech.com>
13031
13032         Update copyright notices of all files in the gnus directory.
13033
13034 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13035
13036         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13037
13038 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13041         segmented lines of parameter value to cope with Thunderbird 1.5
13042         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13043         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13044         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13045
13046 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13047
13048         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13049         parts.
13050
13051 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13052
13053         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13054         there's only one active file for all servers.
13055         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13056         solid groups.  Gnus might have used a FAST request to select the group.
13057         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13058         and nnweb-search redundantly in the active file.
13059         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13060         (nnweb-request-create-group): Don't use ARGS.
13061         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13062         initialisations.  Let nnoo do the work.
13063
13064 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13067         Say the part has been decoded.
13068
13069         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13070
13071 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13072
13073         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13074         mailcap-viewer-test-cache when there's no 'test clause, since that
13075         will invert the meaning of a "nil" test previously determined by
13076         mailcap-mailcap-entry-passes-test.
13077
13078 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13081         compiling.
13082
13083         * gnus-sum.el: Ditto.
13084
13085         * message.el: Don't bind tool-bar-map when compiling.
13086
13087 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13090
13091 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13092
13093         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13094         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13095         current Google Groups.
13096
13097 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13100         and tool-bar-mode.
13101
13102         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13103         and tool-bar-mode.
13104
13105         * message.el (message-tool-bar-update): Simplify.
13106         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13107
13108         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13109         gnus-summary-buffer.
13110         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13111         gnus-summary-reply.
13112
13113         * gmm-utils.el (gmm): Add :version.
13114
13115 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * Makefile.in (clean): New rule.
13118         (distclean): Use it.
13119
13120 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13121
13122         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13123         Don't autoload.
13124
13125 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gmm-utils.el (gmm-verbose): Add :group.
13128
13129 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * message.el: Change some comments WRT tool-bars.
13132
13133         * gnus-sum.el (gnus-summary-tool-bar)
13134         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13135         (gnus-summary-tool-bar-zap-list): New variables.
13136         (gnus-summary-make-tool-bar): Complete rewrite using
13137         `gmm-tool-bar-from-list'.
13138
13139         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13140         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13141         New variables.
13142         (gnus-group-make-tool-bar): Complete rewrite using
13143         `gmm-tool-bar-from-list'.
13144         (gnus-group-tool-bar-update): New function.
13145
13146         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13147
13148 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13151         is dissected into a single part of which the type is the same as
13152         the given one; decode charset.
13153
13154 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13155
13156         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13157         into alists as symbol not string, since that's what
13158         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13159         look for.
13160
13161 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13164         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13165
13166         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13167
13168 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13171         (gnus-xmas-mime-security-button-menu): New function.
13172
13173         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13174         (gnus-mime-security-button-menu): New definition.
13175         (gnus-mime-security-button-map): Use them.
13176         (gnus-mime-security-button-menu): New function.
13177         (gnus-insert-mime-security-button): Addition to help echo.
13178         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13179         (gnus-mime-security-pipe-part): New functions.
13180
13181         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13182         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13183
13184         * mm-decode.el (mm-handle-set-disposition): Remove.
13185         (mm-handle-set-description): Remove.
13186
13187 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13190         (mm-w3m-standalone-supports-m17n-p): New function.
13191         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13192         w3m usage.
13193
13194         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13195         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13196
13197 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * message.el (message-tool-bar-zap-list):
13200         Use gmm-tool-bar-zap-list as custom type.
13201         (message-tool-bar-update): New function.
13202         (message-tool-bar, message-tool-bar-gnome)
13203         (message-tool-bar-retro): Add message-tool-bar-update.
13204         (message-tool-bar-gnome): Add flyspell-buffer.
13205
13206         * gnus-util.el (gnus-error): Describe `args'.
13207
13208         * gmm-utils.el (gmm-error): Describe `args'.
13209         (gmm-tool-bar-zap-list): New widget.
13210         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13211
13212 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13215         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13216         the number of recursive calls.
13217
13218         * mm-decode.el (mm-handle-set-disposition): New macro.
13219         (mm-handle-set-description): New macro.
13220
13221 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13224         encoding.
13225
13226 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * message.el (message-tool-bar-zap-list, message-tool-bar)
13229         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13230         (message-tool-bar-local-item-from-menu): Remove.
13231         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13232         (message-make-tool-bar): New function.
13233         (message-mode): Use `message-make-tool-bar'.
13234
13235         * gmm-utils.el: New file.
13236         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13237         (gmm-lazy): New widget copied from `nnmail.el'.
13238         (gmm-tool-bar-from-list): New function for creating customizable
13239         tool bars.
13240         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13241         output.
13242         (gmm): Add :prefix to defgroup.
13243
13244 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13245
13246         * gmm-utils.el (gmm-widget-p): New function.
13247
13248 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * mml.el (mml-attach-file): Describe `description' in doc string.
13251         (mml-menu): Add Emacs MIME manual and PGG manual.
13252
13253 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13254
13255         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13256
13257 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13258
13259         * nntp.el (nntp-end-of-line): Doc fix.
13260
13261 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13262
13263         * imap.el (imap-open): Handle case where buffer is a buffer
13264         object.
13265
13266 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13267
13268         * gnus-delay.el (gnus-delay): Don't autoload.
13269         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13270         to be re-loaded when customizing the `gnus-delay' group.
13271
13272 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13273
13274         * message.el (message-insert-citation-line): Use newlines.
13275
13276 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13277
13278         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13279         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13280         these routines, so the passphrase can be managed externally and
13281         passed in to the system.
13282         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13283         pgg-add-passphrase-to-cache function.
13284
13285         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13286         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13287         these routines, so the passphrase can be managed externally and
13288         passed in to the system.
13289         (pgg-pgp5-sign-region): Use new name of
13290         pgg-add-passphrase-to-cache function.
13291
13292 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13293
13294         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13295         part of the decoded armor to find the key-identifier.
13296         (pgg-gpg-lookup-key-owner): New function to return the
13297         human-readable identifier of a key owner.
13298         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13299         itself.
13300         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13301         the key value) if we have a key and can match it against a secret
13302         key.  Also, added a note pointing out fact that the prompt only
13303         indicates the first matching key.
13304
13305         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13306         pgg-decrypt-region.
13307         (pgg-add-passphrase-to-cache): Rename from
13308         `pgg-add-passphrase-cache' to reduce confusion (all callers
13309         changed).
13310         (pgg-remove-passphrase-from-cache): Rename from
13311         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13312         changed).
13313         (pgg-read-passphrase, pgg-add-passphrase-cache)
13314         (pgg-remove-passphrase-cache): Add informative docstrings.
13315         (pgg-decrypt): Convey provided passphrase in subordinate call to
13316         pgg-decrypt-region.
13317
13318 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13319
13320         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13321         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13322         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13323         'passphrase' argument, so the passphrase can be managed externally
13324         and then passed in to the system.
13325
13326         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13327         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13328         so the passphrase cache can be used reliably with identifiers
13329         besides a pgp packet's key id.
13330
13331         * pgg-gpg.el (pgg-gpg-encrypt-region)
13332         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13333         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13334         these routines, so the passphrase can be managed externally and
13335         passed in to the system.
13336
13337         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13338         'notruncate' argument, so the passphrase cache can be used
13339         reliably with identifiers besides a pgp packet's key id.
13340
13341 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13342
13343         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13344         symmetric encryption.
13345         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13346         encrypted session key.
13347         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13348         message ask for the passphrase in a proper way.
13349
13350         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13351         New user commands for symmetric encryption.
13352
13353 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13356
13357         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13358
13359 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13360
13361         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13362
13363 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * mm-decode.el (mm-inlined-types): Add application/pgp.
13366         (mm-automatic-display): Ditto.
13367
13368         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13369         part as text.
13370
13371 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * nnrss.el: Update copyright.
13374         (nnrss-opml-import): Query whether to subscribe to each entry.
13375
13376         * gnus-art.el:
13377         * gnus-sum.el:
13378         * gnus-xmas.el:
13379         * messagexmas.el:
13380         * mm-uu.el:
13381         * mm-view.el: Update copyright.
13382
13383 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * message.el (message-info): New function.
13386         (message-mode-menu): Add it.
13387         Update copyright.
13388
13389         * ChangeLog: Fix and update copyright.
13390
13391 2006-01-13  Romain Francoise  <romain@orebokech.com>
13392
13393         * message.el (message-forward-subject-name-subject): Prefer the
13394         address to 'nowhere' if the sender has no name.
13395         Fix typo.  Update copyright year.
13396
13397 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-art.el (article-wash-html):
13400         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13401         (gnus-article-wash-html-with-w3m-standalone): New function.
13402
13403         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13404         mm-inline-text-html-render-with-w3m-standalone.
13405         (mm-text-html-washer-alist): Map w3m-standalone to
13406         gnus-article-wash-html-with-w3m-standalone.
13407         (mm-inline-text-html-render-with-w3m-standalone): New function.
13408
13409 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13412         Improve LaTeX.
13413
13414 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13417         (nnrss-request-article): Render text/plain parts as HTML.
13418
13419         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13420         the buffer.
13421
13422 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13425         custom definition of `gnus-posting-styles'.
13426
13427         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13428         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13429
13430 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13433         Use nntp for bug archive.
13434
13435 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13438         parts.
13439         (nnrss-normalize-date): New function converts ISO 8601 date into
13440         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13441         (nnrss-check-group): Use it.
13442
13443 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13446
13447         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13448         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13449         (nnrss-insert-w3): Ditto.
13450
13451 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13454         the articles to be forwarded including the case where neither a
13455         number of articles nor a region is specified.
13456
13457 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * nnrss.el (nnrss-request-article): Fix last change; fill
13460         text/plain parts.
13461
13462 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13465         in text/plain part.
13466         (nnrss-check-group): Don't add excessive newline to dc:subject.
13467
13468 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13469
13470         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13471         article.
13472
13473 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13476         (nnml-use-compressed-files, nnml-save-mail): Support other
13477         comression programs such as bzip2.
13478
13479 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13480
13481         * dns.el (query-dns): Make sure we check the buffer size before
13482         removing tcp headers.
13483
13484 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13487         remove MIME buttons associated with multipart/alternative parts.
13488         (gnus-mime-display-alternative): Tag buttons using `article-type'
13489         text property.
13490
13491         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13492         associated with multipart/alternative parts.
13493
13494         * gnus-art.el (gnus-signature-separator): Fix custom type.
13495
13496         * mm-decode.el (mm-inlined-types): Fix custom type.
13497         (mm-keep-viewer-alive-types): Ditto.
13498         (mm-automatic-display): Ditto.
13499         (mm-attachment-override-types): Ditto.
13500         (mm-inline-override-types): Ditto.
13501         (mm-automatic-external-display): Ditto.
13502
13503 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * spam-report.el (spam-report-user-mail-address)
13506         (spam-report-user-agent): New variables.
13507         (spam-report-url-ping-plain): Use spam-report-user-agent.
13508
13509 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13510
13511         * gnus-art.el (gnus-button-handle-custom): Do not just use
13512         `customize-apropos' for any "M-x customize-*" button but the
13513         function called for.  Accept both the function name and its
13514         argument in order to achieve this.
13515         (gnus-button-alist): Remove support for "custom:" URL's.
13516         Pass function name to `gnus-button-handle-custom' in case of "M-x
13517         customize-*" buttons.
13518
13519 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13522         multipart/alternative and add xref to mm-discouraged-alternatives
13523         in doc string.
13524
13525         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13526         gnus-buttonized-mime-types in doc string.
13527
13528 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13531         Suggest image/.* in the doc string.
13532
13533 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13536         message-marks (Debian bug #342521).
13537
13538 2005-12-12  Simon Josefsson  <jas@extundo.com>
13539
13540         * password.el (password-read-from-cache): Add.
13541         (password-read): Use it.
13542
13543 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * rfc2047.el (rfc2047-charset-to-coding-system):
13546         Recognize us-ascii as a MIME charset.
13547
13548         * mm-bodies.el (mm-decode-content-transfer-encoding):
13549         Protect against the case where the 2nd arg TYPE is nil.
13550
13551 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * pop3.el (pop3-stream-type): Fix custom version.
13554
13555         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13556
13557 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13558
13559         * mm-decode.el (mm-display-external): Add missing cdr.
13560
13561 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13564         RFC1524) if it is in mailcap or add a suffix according to
13565         mailcap-mime-extensions when generating a temp filename; postpone
13566         deleting a temp file for 2 seconds for some wrappers, shell
13567         scripts, and so on, which might exit right after having started a
13568         viewer command as a background job.
13569
13570 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * nntp.el (nntp-marks-directory): Fix custom group.
13573
13574         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13575         steps when < 10.
13576
13577         * gnus-start.el (gnus-no-server-1):
13578         Mention `gnus-level-default-subscribed' in doc string.
13579
13580 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13581
13582         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13583         parens.
13584
13585 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-xmas.el (gnus-use-toolbar): Revert.
13588         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13589         gnus-use-toolbar is default.
13590
13591         * messagexmas.el (message-use-toolbar): Revert.
13592         (message-setup-toolbar): Use global default-toolbar if
13593         message-use-toolbar is default.
13594
13595 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13598         according to default-toolbar-visible-p.
13599
13600         * messagexmas.el (message-use-toolbar): Ditto.
13601
13602 2005-11-26  Dave Love  <fx@gnu.org>
13603
13604         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13605         (tls-program, tls-success): Provide openssl alternative.
13606
13607         * starttls.el: Doc fixes.
13608         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13609         SERVICE to PORT.
13610
13611         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13612         port null or service name.
13613         (starttls-negotiate): Autoload.
13614
13615 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * message.el (message-kill-to-signature): Fix interactive spec.
13618
13619 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * pop3.el (pop3-open-server): Recognize a string as a service name.
13622
13623 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13624
13625         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13626
13627 2005-11-23  Dave Love  <fx@gnu.org>
13628
13629         Add pop3s, pop3/starttls.
13630
13631         * pop3.el (pop3-authentication-scheme): Clarify doc.
13632         (open-tls-stream, starttls-open-stream): Autoload.
13633         (pop3-stream-type): New.
13634         (pop3-open-server): Use it.
13635
13636         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13637         for POP.
13638         (mail-source-keyword-map): Add :stream for POP.
13639         (mail-source-fetch-pop): Use pop3-stream-type.
13640
13641 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13644         of current-time-string.
13645
13646 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13647
13648         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13649         date header.
13650
13651 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13652
13653         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13654         it can seriously impact performance as it bypasses the agent's
13655         local caches.
13656
13657 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13658
13659         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13660         must be explicitly online rather than "not explicitly offline" for
13661         its flags to be synchronized.
13662
13663         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13664         that gnus-uu-unmark-thread will function correctly.
13665
13666         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13667         1024K is instead displayed as 1M.
13668
13669 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13670
13671         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13672
13673 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13674
13675         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13676
13677 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13678
13679         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13680         error message to display actual error condition.
13681         (gnus-agent-save-local): Avoid saving symbols that are bound to
13682         nil as they simply result in a warning message in
13683         gnus-agent-read-local.
13684
13685 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13688         rather than make-variable-buffer-local for file-precious-flag.
13689
13690 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13691
13692         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13693         for duplicates which are removed.  The invalid sort check then
13694         triggers a rescan after the sort as sorting may have moved
13695         duplicate entries such that they can be cheaply detected.
13696
13697 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13700
13701 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13702
13703         * gnus-agent.el (gnus-agent-article-alist-save-format):
13704         Change internal variable to a custom variable.  Change default value
13705         from compressed(2) to uncompressed(1).
13706         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13707         support for uncompressed agentview files.  Taken together, reading
13708         the agentview file should now be 6-7 times faster.
13709
13710 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13711
13712         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13713         as a buffer-local variable.  This avoids creating truncated
13714         dribble files as a result of a hang up, eg.
13715
13716 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13717
13718         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13719         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13720         XEmacs.
13721
13722 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * gnus-start.el (gnus-start-draft-setup):
13725         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13726
13727         * gnus.el (gnus-splash): Change custom group.
13728         (gnus-group-get-parameter, gnus-group-parameter-value):
13729         Describe allow-list argument.
13730
13731         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13732         string.
13733
13734 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * gnus-art.el (gnus-default-article-saver): Add user-defined
13737         `function' to custom type.
13738
13739 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13740
13741         * imap.el (imap-open): Handle case where buffer is a buffer
13742         object.
13743
13744 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13747         long lines.
13748         (gnus-cache-delete-group): Wrap doc strings.
13749
13750         * gnus-agent.el (gnus-agent-rename-group)
13751         (gnus-agent-delete-group): Wrap doc strings.
13752
13753 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * messagexmas.el (message-use-toolbar): Change the valid values
13756         into default, top, bottom, left, and right.
13757         (message-toolbar-thickness): New variable.
13758         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13759         well.
13760         (message-setup-toolbar): Make it work.
13761
13762         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13763         (gnus-use-toolbar): Change the valid values into default, top,
13764         bottom, left, and right.
13765         (gnus-toolbar-thickness): New variable.
13766         (gnus-xmas-setup-toolbar): New function.
13767         (gnus-xmas-setup-group-toolbar): Use it.
13768         (gnus-xmas-setup-summary-toolbar): Use it.
13769
13770 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13771
13772         * gnus-start.el (gnus-1): Add "native" to
13773         gnus-predefined-server-alist.
13774
13775         * gnus.el (gnus-method-to-server): Don't add "native" to the
13776         lists here, because that leads to problems when
13777         gnus-select-method is bound.
13778
13779 2005-11-09  Simon Josefsson  <jas@extundo.com>
13780
13781         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13782         use (not sort-by-date) instead.
13783
13784 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13785
13786         * gnus-delay.el (gnus-delay-group): Don't autoload.
13787         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13788         to be re-loaded when customizing the `gnus-delay' group.
13789
13790 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13791
13792         * message.el: Revert last changes.
13793         (message-insert-citation-line): Use newlines.
13794
13795 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13796
13797         * message.el (message-courtesy-message)
13798         (message-mark-insert-begin, message-mark-insert-end)
13799         (message-elide-ellipsis, message-cancel-message)
13800         (message-add-header, message-change-subject)
13801         (message-cross-post-followup-to-header)
13802         (message-cross-post-insert-note, message-reduce-to-to-cc)
13803         (message-widen-reply, message-delete-not-region)
13804         (message-kill-to-signature, message-insert-signature)
13805         (message-insert-importance-high, message-insert-importance-low)
13806         (message-insert-or-toggle-importance)
13807         (message-insert-disposition-notification-to)
13808         (message-indent-citation, message-yank-original)
13809         (message-cite-original-without-signature, message-cite-original)
13810         (message-insert-citation-line, message-position-on-field)
13811         (message-fix-before-sending, message-send-mail-partially)
13812         (message-send-mail, message-send-mail-with-sendmail)
13813         (message-send-mail-with-qmail, message-send-news)
13814         (message-check-news-header-syntax, message-generate-headers)
13815         (message-insert-courtesy-copy, message-fill-address)
13816         (message-fill-header, message-shorten-references)
13817         (message-setup-1, message-cancel-news)
13818         (message-forward-make-body-plain, message-forward-make-body-mime)
13819         (message-forward-make-body-mml, message-encode-message-body)
13820         (message-forward-make-body-digest-plain)
13821         (message-forward-make-body-digest-mime)
13822         (message-use-alternative-email-as-from): Insert `hard-newline'
13823         instead of ordinary newlines.
13824
13825 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * message.el (message-generate-headers): Downcase the argument
13828         given to message-check-element.
13829
13830 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13831
13832         * nntp.el (nntp-authinfo-rejected): New error condition.
13833         (nntp-wait-for): Use new error condition to signal authentication
13834         error.
13835         (nntp-retrieve-data): Rethrow new error condition to break out of
13836         recursive call to nntp-send-authinfo.
13837
13838 2005-11-08  Romain Francoise  <romain@orebokech.com>
13839
13840         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13841         (gnus-summary-exit-map): Bind to `Z p'.
13842         (gnus-summary-make-menu-bar): Add menu item.
13843
13844 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13847         (gnus-treat-*): Add `first' in all doc strings.
13848
13849         * gnus-group.el (gnus-group-compact-group): Fix typo.
13850
13851 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus.el (gnus-parameters-case-fold-search): New variable.
13854         (gnus-parameters-get-parameter): Use it.
13855
13856         * gnus-score.el (gnus-home-score-file): Doc fix.
13857
13858 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13859
13860         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13861
13862 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mm-util.el (mm-special-display-p): New function.
13865
13866         * mml.el (mml-preview): Use it; doc fix.
13867
13868 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13869
13870         * imap.el (imap-open): Handle case where buffer is a buffer object.
13871
13872 2005-10-29  Romain Francoise  <romain@orebokech.com>
13873
13874         * message.el (message-fix-before-sending): Fix comment.
13875
13876 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13877
13878         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13879
13880 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13881
13882         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13883         Used in gnus-score.el.
13884
13885 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13888
13889 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13892         whitespace removed in revision 7.8.  Use concatenated string to
13893         protect trailing whitespace.
13894
13895 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13896
13897         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13898         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13899         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13900         Courier IMAP ("some version from 2004").  Mostly based on similar
13901         code in the same function.
13902
13903 2005-10-26  Didier Verna  <didier@xemacs.org>
13904
13905         * gnus-group.el (gnus-group-compact-group): Invalidate original
13906         article buffer.
13907         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13908         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13909         NOV database and in article itself.
13910         Invalidate article backlog.
13911
13912 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13915
13916 2005-10-26  Simon Josefsson  <jas@extundo.com>
13917
13918         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13919         part of 2004-07-25 change.
13920
13921 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * message.el (message-display-completion-list): New function.
13924         (message-expand-group): Use it; make sure the Completions buffer
13925         is modifiable.
13926 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13927
13928         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13929         user-mail-name is an empty string.
13930
13931 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13934         depending on gnus-score-decay-constant.
13935
13936         * encrypt.el (encrypt-insert-file-contents)
13937         (encrypt-write-file-contents): Don't use `gnus-message'.
13938
13939         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13940         arguments.
13941         (mm-uu-type-alist): Add message-marks and insert-marks.
13942         Pass arguments to mm-uu-verbatim-marks-extract.
13943         (mm-uu-hide-markers): New variable.
13944         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13945
13946         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13947         (gnus-convert-image-to-face-command): Use "convert" by default to
13948         allow other input image formats.
13949         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13950         accordingly.
13951
13952 2005-10-23  Simon Josefsson  <jas@extundo.com>
13953
13954         * imap.el (imap-gssapi-program): Align command line parameters
13955         with latest GNU SASL.
13956         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13957
13958 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13961         HTML.
13962         (nnslashdot-request-article): Ditto.
13963
13964         * lpath.el (featurep): Add nobreak-char-display.
13965
13966 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13967
13968         * mail-source.el (mail-source-fetch-pop): Require pop3.
13969         (mail-source-check-pop): Ditto.
13970
13971 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13974         errors.
13975
13976 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13979         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13980
13981         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13982
13983         * mm-bodies.el (mm-decode-string):
13984         Call `mm-charset-to-coding-system' with allow-override argument.
13985
13986 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13989         (rfc2047-charset-to-coding-system): New function.
13990         (rfc2047-decode-encoded-words): New function.
13991         (rfc2047-decode-region): Use them.
13992         (rfc2047-decode-cte): Remove.
13993         (rfc2047-parse-and-decode): Remove.
13994         (rfc2047-decode): Remove.
13995
13996 2005-10-15  Kenichi Handa  <handa@m17n.org>
13997
13998         * rfc2047.el (rfc2047-decode-cte): New function.
13999         (rfc2047-decode-region): Change the way to decode successive
14000         encoded-words: decode B- or Q-encoding in each encoded-word,
14001         concatenate them, and decode it as charset.
14002
14003 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * lpath.el: Fbind codepage-setup for XEmacs.
14006
14007 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14008
14009         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14010         widget-move-and-invoke.
14011         (gnus-custom-mode): Use gnus-custom-map.
14012
14013 2005-10-15  Bill Wohler  <wohler@newt.com>
14014
14015         * message.el (message-tool-bar-map): Rename image file from
14016         mail_send to mail/send.
14017
14018 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14019
14020         * message.el (message-expand-group): Pass the common
14021         prefix substring of completion to `display-completion-list'.
14022
14023 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * mml-sec.el (mml-secure-method): New internal variable.
14026         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14027         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14028         New functions using mml-secure-method.
14029
14030         * mml.el (mml-mode-map): Add key bindings for those functions.
14031         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14032         Harder <harder@myrealbox.com>.
14033         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14034         Goto end of message if point is the headers of the message.
14035
14036         * message.el (message-in-body-p): New function.
14037
14038         * assistant.el: Autoload gnus-util and netrc.
14039
14040         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14041         Use `mm-charset-override-alist' only when decoding.
14042
14043         * mm-bodies.el (mm-decode-body):
14044         Call `mm-charset-to-coding-system' with allow-override argument.
14045
14046         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14047         `filename' from Content-Disposition if Content-Type doesn't
14048         provide `name'.
14049         (gnus-mime-view-part-as-type): Set default instead of
14050         initial-input.
14051
14052 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14053
14054         * format-spec.el (format-spec): Propagate text properties of % spec.
14055
14056 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * gnus-art.el (gnus-treat-predicate): Add `first'.
14059
14060 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14063         (mm-charset-override-alist): New variable.
14064         (mm-charset-to-coding-system): Use it.
14065         (mm-codepage-setup): New helper function.
14066         (mm-charset-eval-alist): New variable.
14067         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14068         Warn about unknown charsets.
14069
14070         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14071
14072 2005-10-04  David Hansen  <david.hansen@gmx.net>
14073
14074         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14075         (nnrss-check-group): Ditto.
14076
14077 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14080         Rename x-gnus-verbatim to x-verbatim.
14081         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14082
14083         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14084         x-verbatim.
14085
14086         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14087
14088         * gnus-util.el (gnus-remove-duplicates): Remove.
14089
14090         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14091         instead of gnus-remove-duplicates.
14092
14093         * message.el (message-remove-duplicates): Remove.
14094         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14095         message-remove-duplicates.
14096
14097         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14098         available, else use implementation from `delete-dups'.
14099
14100         * message.el (message-insert-expires): New function.
14101         (message-mode-map): Add key binding.
14102         (message-mode-field-menu): Add menu entry.
14103         (message-mode): Document it.
14104         (message-make-expires-date): Use `message-make-date'.
14105
14106 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14107
14108         * message.el (message-make-expires-date): New function.
14109
14110 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * Makefile.in (list-installed-shadows): New entry.
14113         (install): Use it.
14114         (remove-installed-shadows): New entry.
14115
14116         * dgnushack.el (dgnushack-default-load-path): New variable.
14117         (dgnushack-find-lisp-shadows): New function.
14118         (dgnushack-remove-lisp-shadows): New function.
14119
14120 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * Makefile.in (install-el-elc): New entry.
14123         (install): Use it so that .el files are necessarily installed.
14124
14125 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14128
14129 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14130
14131         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14132         function rather than the diff-mode.el package.
14133         (mm-display-external): Use with-current-buffer.
14134         (mm-viewer-completion-map, mm-viewer-completion-map):
14135         Move initialization inside declaration.
14136
14137 2005-09-29  Simon Josefsson  <jas@extundo.com>
14138
14139         * spam.el: Load hashcash when compiling, to avoid warnings.
14140         Don't autoload mail-check-payment.
14141         (spam-check-hashcash): Define unconditionally, since hashcash.el
14142         is part of Gnus now.  Ignore errors from payment checking.
14143
14144 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * message.el (message-bold-region, message-unbold-region):
14147         Rename from `bold-region' and `unbold-region'.
14148
14149         * message.el: Remove useless autoloads.
14150
14151 2005-09-28  Simon Josefsson  <jas@extundo.com>
14152
14153         * message.el (message-use-idna): Default to t.
14154         (message-use-idna): Test whether encoding works too.  Doc fix.
14155
14156 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * nntp.el (nntp-warn-about-losing-connection): Remove.
14159
14160 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14163         customizable.  Change default value.
14164         (mm-uu-diff-groups-regexp): Change default value.
14165         (mm-uu-type-alist): Add doc string.
14166         (mm-uu-configure): Add doc string.  Make it interactive.
14167         (mm-uu-tex-groups-regexp): New variable.
14168         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14169         (mm-uu-type-alist): Add LaTeX documents.
14170         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14171         of "text/verbatim".
14172         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14173
14174         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14175         instead of "text/verbatim".
14176
14177         * message.el (message-mark-inserted-region)
14178         (message-mark-insert-file): Use slrn style marks when called with
14179         prefix argument.
14180
14181 2005-09-27  Simon Josefsson  <jas@extundo.com>
14182
14183         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14184
14185 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14186
14187         * message.el (message-remove-duplicates): New function.
14188         Implementation borrowed from `gnus-remove-duplicates'.
14189         (message-idna-to-ascii-rhs): Also encode idna addresses in
14190         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14191         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14192         only ask about the same idna domain once per header and also tell
14193         in what header to replace the idna domain.
14194
14195         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14196         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14197         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14198         a header is decoded and not just the last one.
14199
14200 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14203         has been decoded.
14204
14205         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14206         (mm-insert-part): Don't modify text if it has been decoded.
14207
14208         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14209         decoded.
14210
14211         * mm-view.el (mm-inline-text): Don't strip text props unless
14212         decoding enriched or richtext parts.
14213
14214 2005-09-25  Romain Francoise  <romain@orebokech.com>
14215
14216         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14217         * gnus-start.el (gnus-subscribe-interactively):
14218         * gnus-uu.el (gnus-uu-grab-articles):
14219         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14220         space.
14221
14222 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14223
14224         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14225         * mm-view.el (mm-view-pkcs7-decrypt):
14226         * gnus-sum.el (gnus-summary-limit-to-extra)
14227         (gnus-summary-respool-article, gnus-read-move-group-name):
14228         * gnus-score.el (gnus-summary-increase-score):
14229         * gnus-util.el (gnus-completing-read-with-default):
14230         * gnus-art.el (gnus-read-save-file-name)
14231         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14232         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14233         * message.el (message-check-news-header-syntax):
14234         Follow convention for reading with the minibuffer.
14235
14236 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * spam-report.el (spam-report-url-ping-plain):
14239         Use gnus-extended-version as User-Agent.
14240
14241         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14242         default value is nil.
14243
14244         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14245         (mm-uu-verbatim-marks-extract): New function.
14246         (mm-uu-extract): New face.
14247         (mm-uu-copy-to-buffer): Use it.
14248
14249         * spam-report.el (spam-report-gmane-ham): Rename from
14250         `spam-report-gmane-unspam'.
14251         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14252         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14253
14254         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14255         Autoload.
14256         (spam-report-gmane-unregister-routine):
14257         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14258
14259 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14262         (spam-report-gmane-unregister-routine): Add support for gmane
14263         unregistration.
14264
14265         * spam-report.el (spam-report-gmane-unspam)
14266         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14267         (spam-report-gmane): Change to take a single article and do unspam
14268         registration.
14269
14270 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * mm-url.el (mm-url-decode-entities): Fix regexp.
14273
14274 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14275
14276         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14277         default to nil, to be able to use Gnus at all.  If the default
14278         switches to something else, then the function should be fixed not
14279         be exceedingly slow.
14280
14281 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14284         fail hard.
14285
14286         * spam-report.el: Add better Keywords line.
14287
14288         * spam.el: Add Maintainer and better Keywords line.
14289
14290 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * gnus-art.el (gnus-article-replace-part)
14293         (gnus-mime-replace-part): New functions.
14294         (gnus-mime-action-alist, gnus-mime-button-commands)
14295         (gnus-mime-save-part-and-strip): Add file argument.
14296         (gnus-article-part-wrapper): Add interactive argument.
14297
14298         * gnus-sum.el (gnus-summary-mime-map):
14299         Add `gnus-article-replace-part'.
14300
14301 2005-09-19  Didier Verna  <didier@xemacs.org>
14302
14303         The nnml compaction feature:
14304         * nnml.el (nnml-request-compact-group): New function.
14305         * nnml.el (nnml-request-compact): New function.
14306         * gnus-int.el (gnus-request-compact-group): New function.
14307         * gnus-int.el (gnus-request-compact): New function.
14308         * gnus-group.el (gnus-group-compact-group): New function.
14309         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14310         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14311         * gnus-srvr.el (gnus-server-compact-server): New function.
14312         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14313         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14314
14315 2005-09-18  Deepak Goel  <deego@gnufans.org>
14316
14317         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14318         format spec.
14319
14320 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14323
14324 2005-09-15  Romain Francoise  <romain@orebokech.com>
14325
14326         * message.el (message-fill-paragraph): Clarify docstring.
14327
14328 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-art.el (gnus-mime-display-part): Protect against broken
14331         MIME messages.
14332
14333 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14336         before parsing header.
14337
14338 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14339
14340         * html2text.el (html2text-replace-list): Add new entities.
14341
14342 2005-09-11  Romain Francoise  <romain@orebokech.com>
14343
14344         * message.el (message-alternative-emails): Improve docstring.
14345         (message-setup-1): Call `message-use-alternative-email-as-from'
14346         after `message-setup-hook' to give it precedence over posting
14347         styles, etc.
14348         (message-use-alternative-email-as-from): Add docstring.
14349         Remove the original From header if present.
14350
14351         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14352         (nnml-save-mail): Use it.
14353
14354         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14355         articles.  Add new argument `silent'.
14356         (gnus-uu-mark-all): Report the total number of marked articles.
14357
14358 2005-09-10  Romain Francoise  <romain@orebokech.com>
14359
14360         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14361         (gnus-uu-mark-series): Likewise.
14362
14363 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * spam-report.el (spam-report-gmane): Fix generation of spam
14366         report URL.
14367
14368 2005-09-10  Simon Josefsson  <jas@extundo.com>
14369
14370         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14371         t, based on discussion on the ding list with Robert Epprecht
14372         <epprecht@solnet.ch>.
14373
14374 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * spam-report.el (spam-report-gmane): Make it work without
14377         X-Report-Spam header.  Gmane now only provides Archived-At.
14378         This is only used if `spam-report-gmane-use-article-number' is nil.
14379         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14380
14381         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14382         make `gnus-summary-sort-by-recipient' work with threading.
14383
14384         * nnweb.el (nnweb-google-wash-article): Print a message if article
14385         is not available.
14386
14387 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14388
14389         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14390         change.  Decode text/* parts content before displaying.
14391
14392 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14395
14396 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14399
14400         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14401         url-package-name, url-package-version,
14402         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14403         w3m-display-inline-images, and w3m-minor-mode-map.
14404
14405 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * message.el (message-tab-body-function): Fix mismatched custom type.
14408
14409         * gnus.el (gnus-group-change-level-function): Ditto.
14410
14411         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14412
14413         * gnus-art.el (gnus-signature-limit)
14414         (gnus-article-mime-part-function): Ditto.
14415
14416 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * mml.el (mml-mode): Silence the byte compiler.
14419
14420         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14421         using `(sit-for 0)' before moving the point to the specified part;
14422         skip unbuttonized parts.
14423         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14424         return to the summary window if gnus-auto-select-part is non-nil.
14425
14426 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14429         New variables.
14430         (mml-dnd-attach-file, mml-mode): Use them.
14431
14432         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14433         Make fetching article by MID work again for Google Groups.
14434         Add FIXME concerning gnus-group-make-web-group.
14435
14436         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14437         Don't depend on Gnus by using mail-extract-address-components if
14438         gnus-extract-address-components is not bound.
14439
14440 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441
14442         * gnus-art.el (gnus-mime-display-security): Don't display the
14443         signature, but only the signed part.
14444
14445 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14448
14449         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14450         list, not listp.
14451
14452 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14453
14454         * mm-encode.el (mm-encode-content-transfer-encoding):
14455         Likewise when encoding.
14456
14457         * mm-bodies.el (mm-decode-content-transfer-encoding):
14458         De-canonicalize CRLF for all text content types, not just
14459         text/plain.
14460
14461 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14464         valid article; point arrow and cursor at the MIME button.
14465
14466 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14469         Suggested by Dan Christensen <jdc@uwo.ca>.
14470
14471         * mm-decode.el (mm-save-part): Enable change of prompt.
14472
14473 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14474
14475         * gnus-msg.el (gnus-inews-add-send-actions):
14476         Make `message-post-method' lambda parameter ARG `&optional'.
14477
14478 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * gnus-sum.el (gnus-summary-mime-map):
14481         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14482         gnus-article-jump-to-part.
14483
14484         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14485         (gnus-article-edit-part): Use it.
14486         (gnus-article-part-wrapper): Add no-handle argument.
14487         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14488         New functions.
14489
14490 2005-08-29  Romain Francoise  <romain@orebokech.com>
14491
14492         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14493         docstring.
14494         (gnus-face-from-file): Likewise.
14495
14496 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14499         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14500         non-nil.
14501         (gnus-auto-select-part): New variable.
14502         (gnus-article-jump-to-part): New function.
14503         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14504         (gnus-mime-delete-part): Allow selecting specified part after
14505         deleting or stripping parts.
14506         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14507         part if argument is bogus.
14508
14509 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14510
14511         * gnus-art.el (w3m-minor-mode-map):
14512         * gnus-spec.el (gnus-newsrc-file-version):
14513         * gnus-util.el (nnmail-active-file-coding-system)
14514         (gnus-original-article-buffer, gnus-user-agent):
14515         * gnus.el (gnus-ham-process-destinations)
14516         (gnus-parameter-ham-marks-alist)
14517         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14518         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14519         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14520         * mm-decode.el (gnus-current-window-configuration):
14521         * mm-extern.el (gnus-article-mime-handles):
14522         * mm-url.el (url-current-object, url-package-name)
14523         (url-package-version):
14524         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14525         (smime-keys, w3m-cid-retrieve-function-alist)
14526         (w3m-current-buffer, w3m-display-inline-images)
14527         (w3m-minor-mode-map):
14528         * mml-smime.el (gnus-extract-address-components):
14529         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14530         (gnus-newsrc-hashtb, message-default-charset)
14531         (message-deletable-headers, message-options)
14532         (message-posting-charset, message-required-mail-headers)
14533         (message-required-news-headers):
14534         * mml1991.el (mc-pgp-always-sign):
14535         * mml2015.el (mc-pgp-always-sign):
14536         * nnheader.el (nnmail-extra-headers):
14537         * rfc1843.el (gnus-decode-encoded-word-function)
14538         (gnus-decode-header-function, gnus-newsgroup-name):
14539         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14540
14541 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14542
14543         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14544         the end of the date treatments.
14545
14546 2005-08-15  Simon Josefsson  <jas@extundo.com>
14547
14548         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14549         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14550         Capello and Romain Francoise.
14551         (pgg-fetch-key-function): Remove, not used?
14552         (pgg-insert-url-with-w3): Require url, to get
14553         url-insert-file-contents regardless of where it is defined.
14554
14555 2005-08-13  Romain Francoise  <romain@orebokech.com>
14556
14557         * message.el (message-cite-original-1): New function.
14558         (message-cite-original): Use it.
14559         (message-cite-original-without-signature): Ditto.
14560
14561 2005-08-08  Romain Francoise  <romain@orebokech.com>
14562
14563         * message.el (message-yank-empty-prefix): New variable.
14564         (message-indent-citation): Use it.
14565         (message-cite-original-without-signature): Respect X-No-Archive.
14566
14567 2005-08-08  Simon Josefsson  <jas@extundo.com>
14568
14569         * pgg.el: Autoload url-insert-file-contents instead of loading
14570         w3/url.
14571         (pgg-insert-url-with-w3): Don't load url here.
14572
14573 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14574
14575         * message.el (message-kill-to-signature): Don't insert newline at
14576         bol.
14577         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14578
14579 2005-08-06  Romain Francoise  <romain@orebokech.com>
14580
14581         * message.el (message-user-fqdn): Fix typo in docstring.
14582
14583 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14584
14585         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14586
14587         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14588
14589 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mm-bodies.el (mm-encode-body): Use coding system rather than
14592         charset to encode text.
14593
14594         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14595         number of charsets if utf-8 is available (XEmacs).
14596
14597 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14600         taken from `gnus-button-mid-or-mail-regexp'.
14601         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14602         (gnus-button-alist): Improve regexp for domain part of the MIDs
14603         for news:localpart@domain buttons.
14604         (gnus-button-ctan-directory-regexp): Update.
14605
14606 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * sieve-manage.el (sieve-manage-interactive-login):
14609         Use make-local-variable rather than make-variable-buffer-local.
14610         (sieve-manage-open): Ditto.
14611         (sieve-manage-authenticate): Ditto.
14612
14613         * mml.el (mml-generate-mime-1): Make the content type default to
14614         text/plain if the filename is not specified.
14615
14616 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14619         instead of insert-buffer.
14620
14621         * message.el (message-yank-original): Ditto; set the mark at the
14622         end of the yanked message.
14623
14624 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14627         lines to scroll rather than to stop it.
14628
14629         * mml.el (mml-generate-default-type): Add doc string.
14630         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14631         default to application/octet-stream when determining the content
14632         type if it is not specified for the part or the mml contents; add
14633         a comment about mml-generate-default-type.
14634
14635 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14638         make it default to application/octet-stream when determining the
14639         content type if it is not specified for the external contents.
14640
14641 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14644         segmented parameter but also other parameters might be there.
14645
14646 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * mm-decode.el (mm-display-external): Delete temp file, directory
14649         and buffer immediately if the external process is exited.
14650
14651 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14654         fewer lines than that of scroll-margin.
14655         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14656
14657 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-art.el (gnus-article-next-page): Revert.
14660         (gnus-article-beginning-of-window): New macro.
14661         (gnus-article-next-page-1): Use it.
14662         (gnus-article-prev-page): Ditto.
14663         (gnus-article-edit-part): Use insert-buffer-substring instead of
14664         insert-buffer.
14665         (gnus-article-edit-exit): Ditto.
14666
14667         * gnus-util.el (gnus-beginning-of-window): Remove.
14668         (gnus-end-of-window): Remove.
14669
14670         * lpath.el: Don't bind header-line-format and scroll-margin.
14671
14672 2005-07-25  Simon Josefsson  <jas@extundo.com>
14673
14674         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14675         to have the url package without w3.  Reported by Daiki Ueno
14676         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14677
14678 2005-07-20  Didier Verna  <didier@xemacs.org>
14679
14680         * gnus-diary.el: Remove the description comment (nndiary is now
14681         properly documented in the Gnus manual).
14682         Fix the spelling of "Back End".
14683         * nndiary.el: Ditto.
14684         Fix the copyright notice.
14685
14686 2005-07-18  Romain Francoise  <romain@orebokech.com>
14687
14688         * gnus-sum.el (gnus-summary-to-prefix)
14689         (gnus-summary-newsgroup-prefix): New variables.
14690         (gnus-summary-from-or-to-or-newsgroups): Use them.
14691
14692 2005-07-17  Romain Francoise  <romain@orebokech.com>
14693
14694         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14695         space as it's generally not especially interesting to the user.
14696
14697 2005-07-16  Romain Francoise  <romain@orebokech.com>
14698
14699         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14700         nil to avoid prompting and file modification if one of the
14701         messages at the top of the nnfolder file contains a copyright
14702         notice.
14703         Update copyright notice.
14704
14705         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14706         instead of `current-time-string' as the latter creates a time
14707         string that is not RFC 2822 compliant (it lacks the zone).
14708         Update copyright notice.
14709
14710 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14711
14712         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14713         for text/rtf.  Display default in prompt.  Pass default for M-n.
14714
14715         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14716
14717 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14718
14719         * gnus-msg.el (gnus-button-mailto):
14720         Remove save-selected-window-window hackery because it relies on
14721         save-selected-window internals.
14722
14723 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14726         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14727         (gnus-article-prev-page): Ditto.
14728
14729         * gnus-util.el (gnus-beginning-of-window): New function.
14730         (gnus-end-of-window): New function.
14731
14732         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14733
14734 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14735
14736         * gnus-score.el (gnus-score-edit-all-score):
14737         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14738         gnus-message.
14739
14740 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14741
14742         * gnus-msg.el (gnus-button-mailto):
14743         Remove save-selected-window-window hackery because it relies on
14744         save-selected-window internals.
14745
14746 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14749         add-minor-mode.
14750         (gnus-binary-mode): Ditto.
14751
14752         * gnus-topic.el (gnus-topic-mode): Ditto.
14753
14754 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14755
14756         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14757         (gnus-article-prev-page): Take scroll-margin into consideration.
14758
14759 2005-07-04  Lute Kamstra  <lute@gnu.org>
14760
14761         Update FSF's address in GPL notices.
14762
14763 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14764
14765         * gnus.el (gnus-exit):
14766         * gnus-group.el (gnus-group-icons):
14767         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14768
14769         * gnus-nocem.el (gnus-nocem):
14770         * message.el (message-various, message-buffers, message-sending)
14771         (message-interface, message-forwarding, message-insertion)
14772         (message-headers, message-news, message-mail):
14773         * pgg-gpg.el (pgg-gpg):
14774         * pgg-parse.el (pgg-parse):
14775         * pgg-pgp.el (pgg-pgp):
14776         * pgg-pgp5.el (pgg-pgp5):
14777         * pop3.el (pop3): Finish `defgroup' description with period.
14778
14779 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-art.el (article-display-face): Improve the efficiency.
14782         (article-display-x-face): Ditto; remove grey x-face stuff.
14783
14784 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-art.el (article-display-face): Correct the position in
14787         which Faces are inserted.
14788
14789 2005-06-29  Didier Verna  <didier@xemacs.org>
14790
14791         * gnus-art.el (article-display-face): Display faces in correct
14792         order.
14793
14794 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14797         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14798         (gnus-nocem-check-article): Fetch the Type header.
14799         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14800         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14801         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14802         make sure gnus-nocem-hashtb is initialized.
14803         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14804         (gnus-nocem-unwanted-article-p): Ditto.
14805
14806         * pgg.el (pgg-verify): Return the verification result.
14807
14808 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14809
14810         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14811         is ascii.
14812
14813 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14814
14815         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14816         `show-nonbreak-escape'.
14817
14818 2005-06-23  Lute Kamstra  <lute@gnu.org>
14819
14820         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14821
14822         * dig.el (dig-mode):
14823         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14824
14825 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14826
14827         * nnimap.el (nnimap-split-download-body): Fix spellings.
14828
14829 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14830
14831         * gnus-art.el (gnus-article-encrypt-body):
14832         * gnus-cus.el (gnus-score-customize):
14833         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14834         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14835
14836 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14837
14838         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14839         header by looking for magic "MII" at the beginnig.
14840
14841 2005-06-16  Miles Bader  <miles@gnu.org>
14842
14843         * gnus-xmas.el (gnus-xmas-group-startup-message):
14844         Use renamed gnus-splash face.
14845
14846         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14847         (assistant-field-face): New backward-compatibility alias for renamed
14848         face.
14849         (assistant-render-text): Use renamed assistant-field face.
14850
14851         * spam.el (spam): Remove "-face" suffix from face name.
14852         (spam-face): New backward-compatibility alias for renamed face.
14853         (spam-face, spam-initialize): Use renamed spam face.
14854
14855         * message.el (message-header-to, message-header-cc)
14856         (message-header-subject, message-header-newsgroups)
14857         (message-header-other, message-header-name)
14858         (message-header-xheader, message-separator, message-cited-text)
14859         (message-mml): Remove "-face" suffix from face names.
14860         (message-header-to-face, message-header-cc-face)
14861         (message-header-subject-face, message-header-newsgroups-face)
14862         (message-header-other-face, message-header-name-face)
14863         (message-header-xheader-face, message-separator-face)
14864         (message-cited-text-face, message-mml-face):
14865         New backward-compatibility aliases for renamed faces.
14866         (message-font-lock-keywords): Use renamed message faces.
14867
14868         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14869         (sieve-test-commands, sieve-tagged-arguments):
14870         Remove "-face" suffix from face names.
14871         (sieve-control-commands-face, sieve-action-commands-face)
14872         (sieve-test-commands-face, sieve-tagged-arguments-face):
14873         New backward-compatibility aliases for renamed faces.
14874         (sieve-control-commands-face, sieve-action-commands-face)
14875         (sieve-test-commands-face, sieve-tagged-arguments-face):
14876         Use renamed sieve faces.
14877
14878         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14879         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14880         (gnus-group-news-3-empty, gnus-group-news-4)
14881         (gnus-group-news-4-empty, gnus-group-news-5)
14882         (gnus-group-news-5-empty, gnus-group-news-6)
14883         (gnus-group-news-6-empty, gnus-group-news-low)
14884         (gnus-group-news-low-empty, gnus-group-mail-1)
14885         (gnus-group-mail-1-empty, gnus-group-mail-2)
14886         (gnus-group-mail-2-empty, gnus-group-mail-3)
14887         (gnus-group-mail-3-empty, gnus-group-mail-low)
14888         (gnus-group-mail-low-empty, gnus-summary-selected)
14889         (gnus-summary-cancelled, gnus-summary-high-ticked)
14890         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14891         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14892         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14893         (gnus-summary-low-undownloaded)
14894         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14895         (gnus-summary-low-unread, gnus-summary-normal-unread)
14896         (gnus-summary-high-read, gnus-summary-low-read)
14897         (gnus-summary-normal-read, gnus-splash):
14898         Remove "-face" suffix from face names.
14899         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14900         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14901         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14902         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14903         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14904         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14905         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14906         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14907         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14908         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14909         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14910         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14911         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14912         (gnus-summary-normal-ticked-face)
14913         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14914         (gnus-summary-normal-ancient-face)
14915         (gnus-summary-high-undownloaded-face)
14916         (gnus-summary-low-undownloaded-face)
14917         (gnus-summary-normal-undownloaded-face)
14918         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14919         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14920         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14921         (gnus-splash-face):
14922         New backward-compatibility aliases for renamed faces.
14923         (gnus-group-startup-message): Use renamed gnus faces.
14924
14925         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14926         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14927         (gnus-server-agent): Remove "-face" suffix from face names.
14928         (gnus-server-agent-face, gnus-server-opened-face)
14929         (gnus-server-closed-face, gnus-server-denied-face)
14930         (gnus-server-offline-face):
14931         New backward-compatibility aliases for renamed faces.
14932         (gnus-server-agent-face, gnus-server-opened-face)
14933         (gnus-server-closed-face, gnus-server-denied-face)
14934         (gnus-server-offline-face): Use renamed gnus faces.
14935
14936         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14937         Remove "-face" suffix from face names.
14938         (gnus-picon-xbm-face, gnus-picon-face):
14939         New backward-compatibility aliases for renamed faces.
14940
14941         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14942         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14943         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14944         (gnus-cite-11): Remove "-face" suffix from face names.
14945         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14946         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14947         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14948         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14949         New backward-compatibility aliases for renamed faces.
14950         (gnus-cite-attribution-face, gnus-cite-face-list)
14951         (gnus-article-boring-faces): Use renamed gnus faces.
14952
14953         * gnus-art.el (gnus-signature, gnus-header-from)
14954         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14955         (gnus-header-content): Remove "-face" suffix from face names.
14956         (gnus-signature-face, gnus-header-from-face)
14957         (gnus-header-subject-face, gnus-header-newsgroups-face)
14958         (gnus-header-name-face, gnus-header-content-face):
14959         New backward-compatibility aliases for renamed faces.
14960         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14961
14962         * gnus-sum.el (gnus-summary-selected-face)
14963         (gnus-summary-highlight): Use renamed gnus faces.
14964         * gnus-group.el (gnus-group-highlight): Likewise.
14965
14966 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14967
14968         * gnus-sieve.el (gnus-sieve-article-add-rule):
14969         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14970         * spam-stat.el (spam-stat-buffer-change-to-spam)
14971         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14972
14973         * message.el (message-is-yours-p):
14974         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14975
14976 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * mm-view.el (mm-inline-text): Withdraw the last change.
14979
14980 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14983         executing enriched-decode.
14984
14985 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14988         charset of tar files.
14989
14990 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14991
14992         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14993
14994 2005-06-04  Lute Kamstra  <lute@gnu.org>
14995
14996         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14997         information is never recorded.
14998
14999 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15000
15001         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15002
15003 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * pop3.el (pop3-apop): Run md5 in the binary mode.
15006
15007         * starttls.el (starttls-set-process-query-on-exit-flag):
15008         Use eval-and-compile.
15009
15010 2005-05-31  Simon Josefsson  <jas@extundo.com>
15011
15012         * smime.el (smime-replace-in-string): Define.
15013         (smime-cert-by-ldap-1): Use it.
15014
15015 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * gnus-art.el (article-display-x-face): Replace
15018         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15019
15020         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15021         set-process-query-on-exit-flag or process-kill-without-query.
15022
15023         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15024         loop instead of replace-regexp.
15025
15026         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15027         instead of process-kill-without-query if it is available.
15028
15029         * lpath.el: Fbind ldap-search-entries.
15030
15031         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15032         instead of find-file-hooks if it is available.
15033
15034         * mml1991.el: Bind pgg-default-user-id when compiling.
15035
15036         * mml2015.el: Bind pgg-default-user-id when compiling.
15037
15038         * nndraft.el (nndraft-request-associate-buffer):
15039         Use write-contents-functions instead of write-contents-hooks if it is
15040         available.
15041
15042         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15043         instead of find-file-hooks if it is available.
15044
15045         * nntp.el (nntp-open-connection): Replace
15046         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15047         (nntp-open-ssl-stream): Ditto.
15048         (nntp-open-tls-stream): Ditto.
15049
15050         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15051         set-process-query-on-exit-flag or process-kill-without-query.
15052         (starttls-open-stream-gnutls): Use it instead of
15053         process-kill-without-query.
15054         (starttls-open-stream): Ditto.
15055
15056 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15057
15058         * smime.el (smime-cert-by-ldap-1): Don't use
15059         replace-regexp-in-string.
15060
15061 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15062
15063         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15064
15065         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15066         in PEM format.  Adjust to the XEmacs compability.
15067
15068 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15071         by `string-to-number'.
15072         * gnus-agent.el (gnus-agent-regenerate-group)
15073         (gnus-agent-fetch-articles): Ditto.
15074         * gnus-art.el (gnus-button-fetch-group): Ditto.
15075         * gnus-cache.el (gnus-cache-generate-active)
15076         (gnus-cache-articles-in-group): Ditto.
15077         * gnus-group.el (gnus-group-set-current-level)
15078         (gnus-group-insert-group-line): Ditto.
15079         * gnus-score.el (gnus-score-set-expunge-below)
15080         (gnus-score-set-mark-below, gnus-summary-score-effect)
15081         (gnus-summary-score-entry): Ditto.
15082         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15083         (gnus-soup-pack): Ditto.
15084         * gnus-spec.el (gnus-xmas-format): Ditto.
15085         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15086         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15087         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15088         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15089         * nndb.el (nndb-get-remote-expire-response): Ditto.
15090         * nndiary.el (nndiary-parse-schedule-value)
15091         (nndiary-string-to-number, nndiary-request-replace-article)
15092         (nndiary-request-article): Ditto.
15093         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15094         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15095         * nneething.el (nneething-make-head): Ditto.
15096         * nnfolder.el (nnfolder-request-article)
15097         (nnfolder-retrieve-headers): Ditto.
15098         * nnheader.el (nnheader-file-to-number): Ditto.
15099         * nnkiboze.el (nnkiboze-request-article): Ditto.
15100         * nnmail.el (nnmail-process-unix-mail-format)
15101         (nnmail-process-babyl-mail-format): Ditto.
15102         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15103         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15104         (nnmh-request-create-group, nnmh-request-list-1)
15105         (nnmh-request-group, nnmh-request-article): Ditto.
15106         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15107         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15108         * nnsoup.el (nnsoup-make-active): Ditto.
15109         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15110         * nntp.el (nntp-find-group-and-number)
15111         (nntp-retrieve-headers-with-xover): Ditto.
15112         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15113         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15114         (pgg-format-key-identifier): Ditto.
15115         * pop3.el (pop3-last, pop3-stat): Ditto.
15116         * qp.el (quoted-printable-decode-region): Ditto.
15117
15118         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15119         of concat.
15120
15121 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15124
15125         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15126
15127         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15128
15129         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15130
15131         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15132
15133         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15134
15135         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15136         (gnus-carpal-mode): Ditto.
15137
15138         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15139         (gnus-browse-mode): Ditto.
15140
15141         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15142
15143         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15144
15145 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15146
15147         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15148
15149 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-util.el (gnus-run-mode-hooks): New function.
15152
15153         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15154
15155         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15156         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15157
15158 2005-05-27  Lute Kamstra  <lute@gnu.org>
15159
15160         * dns-mode.el (dns-mode): Specify customization group.
15161
15162 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15163
15164         * gnus-agent.el (gnus-agent-make-mode-line-string):
15165         Use mode-line-highlight as mouse-face.
15166
15167 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * canlock.el (canlock): Change the parent group to news.
15170
15171         * deuglify.el (gnus-outlook-deuglify): Add :group.
15172
15173         * dig.el (dig): Add :group.
15174
15175         * dns-mode.el (dns-mode): Add :group.
15176
15177         * encrypt.el (encrypt): Add :group.
15178
15179         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15180         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15181         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15182         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15183         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15184
15185         * gnus-diary.el (gnus-diary): Add :group.
15186
15187         * gnus.el (gnus-group-news-1-face): Add :group.
15188         (gnus-group-news-1-empty-face): Ditto.
15189         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15190         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15191         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15192         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15193         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15194         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15195         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15196         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15197         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15198         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15199         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15200         (gnus-summary-high-ticked-face): Ditto.
15201         (gnus-summary-low-ticked-face): Ditto.
15202         (gnus-summary-normal-ticked-face): Ditto.
15203         (gnus-summary-high-ancient-face): Ditto.
15204         (gnus-summary-low-ancient-face): Ditto.
15205         (gnus-summary-normal-ancient-face): Ditto.
15206         (gnus-summary-high-undownloaded-face): Ditto.
15207         (gnus-summary-low-undownloaded-face): Ditto.
15208         (gnus-summary-normal-undownloaded-face): Ditto.
15209         (gnus-summary-high-unread-face): Ditto.
15210         (gnus-summary-low-unread-face): Ditto.
15211         (gnus-summary-normal-unread-face): Ditto.
15212         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15213         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15214
15215         * hashcash.el (hashcash): New custom group.
15216         (hashcash-default-payment): Add :group.
15217         (hashcash-payment-alist): Ditto.
15218         (hashcash-default-accept-payment): Ditto.
15219         (hashcash-accept-resources): Ditto.
15220         (hashcash-path): Ditto.
15221         (hashcash-extra-generate-parameters): Ditto.
15222         (hashcash-double-spend-database): Ditto.
15223         (hashcash-in-news): Ditto.
15224
15225         * message.el (message-minibuffer-local-map): Add :group.
15226
15227         * netrc.el (netrc): Add :group.
15228
15229         * sieve-manage.el (sieve-manage-log): Add :group.
15230         (sieve-manage-default-user): Diito.
15231         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15232         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15233         (sieve-manage-authenticators): Ditto.
15234         (sieve-manage-authenticator-alist): Ditto.
15235         (sieve-manage-default-port): Ditto.
15236
15237         * sieve-mode.el (sieve-control-commands-face): Add :group.
15238         (sieve-action-commands-face): Ditto.
15239         (sieve-test-commands-face): Ditto.
15240         (sieve-tagged-arguments-face): Ditto.
15241
15242         * smime.el (smime): Add :group.
15243
15244         * spam-report.el (spam-report): Add :group.
15245
15246         * spam.el (spam, spam-face): Add :group.
15247
15248 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15249
15250         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15251         return \n.\n.\n at the end of articles.  Protect against that.
15252         (nntp-with-open-group): Allow debugging.
15253
15254         * nnheader.el (mail-header-set-extra): Make into a function
15255         because I just could't understand how to quote the list properly.
15256
15257         * dns.el (query-dns-cached): New function.
15258
15259 2005-05-26  Lute Kamstra  <lute@gnu.org>
15260
15261         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15262
15263 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15266
15267         * gnus-art.el: Don't autoload mail-extract-address-components.
15268
15269         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15270         eval-and-compile to evaluate it.
15271
15272         * hashcash.el: Don't autoload executable-find.
15273
15274         * nndb.el: Don't declare the nndb back end two or more times; don't
15275         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15276
15277         * nntp.el: Autoload format-spec instead of format; use
15278         eval-and-compile to evaluate autoload forms.
15279
15280 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15281
15282         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15283
15284 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15285
15286         * gnus.el (gnus-version-number): Bump version.
15287
15288 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15289
15290         * gnus.el: No Gnus v0.3 is released.
15291
15292 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15293
15294         * lpath.el (featurep): Bind show-nonbreak-escape.
15295
15296 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-art.el (gnus-article-edit-part): Disable undo.
15299
15300 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15303         gnus-article-date-lapsed-new-header is t if date timer is active;
15304         skip headers in which the original date value is empty.
15305         (gnus-article-save-original-date): Redefine it as a macro.
15306         (gnus-display-mime): Use it.
15307
15308 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-art.el (article-date-ut): Support converting date in
15311         forwarded parts as well.
15312         (gnus-article-save-original-date): New function.
15313         (gnus-display-mime): Use it.
15314
15315 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15316
15317         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15318         enclosure element of <item>.
15319
15320 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * message.el (message-kill-buffer-query): Rename from
15323         `message-kill-buffer-query-if-modified'.  Add :version.
15324
15325 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15328         window layout.
15329
15330 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mml.el: Autoload dnd when compiling.
15333
15334 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15337         x-dnd-*.
15338
15339 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * qp.el (quoted-printable-encode-region): Save excursion.
15342
15343 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * message.el (message-kill-buffer-query-if-modified): Add new variable
15346         so the user can kill a modified message buffer quickly.
15347         (message-kill-buffer): Use it.
15348
15349 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * lpath.el: Fbind display-time-event-handler; don't fbind
15352         string-to-multibyte.
15353
15354         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15355
15356 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15359         contained in text because xml.el decodes entities) with LFs.
15360
15361 2005-04-11  Lute Kamstra  <lute@gnu.org>
15362
15363         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15364         differently.
15365
15366 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15367
15368         * mm-util.el (mm-detect-coding-region): Typo.
15369
15370 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15373
15374 2005-04-06  Deepak Goel  <deego@gnufans.org>
15375
15376         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15377         user-function allow user modifications of the scores.
15378         (spam-stat-score-buffer-user): New function, to allow
15379         user-computed modifications to the score.
15380         (spam-stat-score-buffer-user-functions): List of additional
15381         scoring functions.
15382         (spam-stat-error-holder): Global temporary error holder.
15383         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15384         variable.
15385
15386 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15387
15388         * gnus-registry.el (gnus-registry-clean-empty-function)
15389         (gnus-registry-trim, gnus-registry-fetch-groups)
15390         (gnus-registry-delete-group): Groups that match
15391         `gnus-registry-ignored-groups' are removed from the registry
15392         entries, not just ignored for splitting.  This helps clean up the
15393         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15394         to get all the groups a message ID is in.
15395
15396         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15397         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15398         (spam-stat-score-buffer-user-functions): Add :number custom type.
15399
15400 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15403         argument in XEmacs.
15404
15405         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15406         (nnrss-request-group): Decode group name first.
15407         (nnrss-request-article): Make a text/plain article if mml-to-mime
15408         failed.
15409         (nnrss-get-encoding): Return a compatible encoding according to
15410         nnrss-compatible-encoding-alist.
15411         (nnrss-find-el): Use consp instead of listp.
15412         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15413
15414 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15417         which Emacs 20 doesn't support.
15418         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15419
15420 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15423         silence the byte compiler inside the defun.
15424
15425         * gnus-demon.el (parse-time-string): Add autoload.
15426
15427         * gnus-delay.el (parse-time-string): Add autoload.
15428
15429         * gnus-art.el (parse-time-string): Add autoload.
15430
15431         * nnultimate.el (parse-time): Require for `parse-time-string'.
15432
15433 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15436
15437         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15438
15439         * smime.el (smime-ldap-host-list): Add :version.
15440
15441 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15444         pass it to `gnus-browse-read-group'.
15445         (gnus-browse-read-group): Add NUMBER argument and pass it to
15446         `gnus-group-read-ephemeral-group'.
15447
15448         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15449         argument and pass it to `gnus-group-read-group'.
15450
15451 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15452
15453         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15454         mm-xemacs-find-mime-charset-1 if we have the mule feature
15455         available at runtime.
15456
15457 2005-03-25  Werner Lemberg  <wl@gnu.org>
15458
15459         * nnmaildir.el: Replace `illegal' with `invalid'.
15460
15461 2005-03-23  Lute Kamstra  <lute@gnu.org>
15462
15463         * time-date.el: Add comment on time value formats.
15464         Don't require parse-time.
15465         (with-decoded-time-value): New macro.
15466         (encode-time-value): New function.
15467         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15468         (days-to-time): Return a valid time value when arg is huge.
15469         (time-since): Use time-subtract.
15470         (time-to-number-of-days): Use time-to-seconds.
15471
15472 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15473
15474         * gnus-start.el (gnus-display-time-event-handler):
15475         Check display-time-timer at runtime rather than only at load time
15476         in case display-time-mode is turned off in the mean time.
15477
15478 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15481         used.
15482
15483         * nneething.el (nneething-map-file-directory): Derive from
15484         `gnus-directory'.
15485
15486         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15487         the To/Cc button.
15488
15489 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * nnmaildir.el (nnmaildir-request-accept-article):
15492         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15493
15494 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15495
15496         * gnus-async.el: Require timer-funcs at compile time when in
15497         XEmacs for `run-with-idle-timer'.
15498
15499 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15500
15501         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15502         autoloaded function.
15503
15504 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15505
15506         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15507
15508 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15509
15510         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15511
15512 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15513
15514         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15515         Add gnus-expert-user to default.
15516
15517 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15518
15519         * nnimap.el (nnimap-open-server): Ditto.
15520
15521         * imap.el (imap-authenticate): Fix typo.
15522
15523 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15524
15525         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15526         buffer (since IMAP server might return FETCH response out of
15527         order, and the nntp buffer must be sorted).
15528
15529 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15530
15531         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15532         comparison on string.
15533
15534         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15535         (gnus-agent-score): Rename category keywords to match gnus-cus.
15536         (gnus-agent-summary-fetch-series): Modify to protect against
15537         gnus-agent-summary-fetch-group clearing processable flags.
15538         (gnus-agent-synchronize-group-flags): Update live group buffer as
15539         synchronization may occur due to the user toggle the plugged
15540         status.
15541         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15542         successfully downloaded.
15543         (gnus-agent-expire-group-1): Avoid using markers when the overview
15544         is in ascending order; greatly improves performance.
15545         (gnus-agent-regenerate-group):
15546         Use gnus-agent-synchronize-group-flags to reset read status in both
15547         gnus and server.
15548         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15549
15550 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * message.el: Don't autoload former message-utils variables.
15553         (message-strip-subject-trailing-was): Change doc string.
15554
15555         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15556         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15557         (nnweb-google-search): Add "hl=en" here.
15558         (nnweb-google-parse-1, nnweb-google-create-mapping):
15559         Don't hardcode URL.
15560
15561 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * message.el (message-get-reply-headers, message-followup):
15564         Mention related variables `message-use-followup-to' and
15565         `message-use-mail-followup-to', in the information buffer.
15566
15567         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15568         of broken groups(-beta).google.com.
15569
15570 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15573         parameter to invoked gnus-request-move-article; remove the
15574         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15575         all at once instead of once per article.
15576         (gnus-summary-remove-process-mark): Accept a list of articles as
15577         well as a single article for processing.
15578
15579         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15580         parameter.
15581
15582         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15583
15584         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15585
15586         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15587         parameter.
15588
15589         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15590         parameter.
15591
15592         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15593         parameter and remove the gnus-sum-hint-move-is-internal variable.
15594
15595         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15596         parameter.
15597
15598         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15599         parameter.
15600
15601         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15602         parameter.
15603
15604         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15605
15606         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15607         parameter.
15608
15609         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15610         parameter.
15611
15612 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15613
15614         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15615         a more conservative way.
15616
15617 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15618
15619         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15620         buffer, so it moves the window's cursor.
15621
15622 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15623
15624         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15625         `mm-dissect-multipart' and receive the from field as an (optional)
15626         argument from `mm-dissect-multipart'.
15627         (mm-dissect-multipart): Receive the from field as an argument and
15628         pass it on when we call `mm-dissect-buffer' on MIME parts.
15629         Fixes verification/decryption of signed/encrypted MIME parts.
15630
15631 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * gnus-sum.el (gnus-summary-move-article):
15634         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15635         whatever it calls (right now, only nnimap-request-move article
15636         respects it).
15637
15638         * nnimap.el (nnimap-request-move-article):
15639         When gnus-sum-hint-move-is-internal is set, don't do the extra
15640         nnimap-request-article.
15641
15642 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15645
15646         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15647         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15648
15649         * gnus-sum.el (gnus-summary-caesar-message):
15650         Apply `gnus-treat-article' after rotation.
15651
15652         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15653         doc string.
15654
15655 2005-02-22  Simon Josefsson  <jas@extundo.com>
15656
15657         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15658         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15659         <arne@arnested.dk>.
15660         (encrypt): Add password-cache and password-cache-expiry as group
15661         members.
15662
15663 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15664
15665         * smime.el (smime-ldap-host-list): Doc fix.
15666         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15667         cache) password.
15668         (smime-sign-region): Use it.
15669         (smime-decrypt-region): Use it.
15670         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15671         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15672         fails.
15673         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15674         certificate from DER to PEM format rather than calling openssl.
15675
15676         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15677
15678         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15679         for signing/encryption.
15680
15681         * mml.el (mml-parse-1): Use them.
15682
15683 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15684
15685         * nnrss.el (nnrss-verbose): Remove.
15686         (nnrss-request-group): Use `nnheader-message' instead.
15687
15688 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15689
15690         * nnrss.el (nnrss-verbose): New variable.
15691         (nnrss-request-group): Make it say nnrss is requesting a group.
15692
15693 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15696         Handle news URL with given port correctly.
15697
15698 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15701         containing special characters.
15702
15703         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15704
15705         * mml.el (mime-to-mml): Ditto.
15706
15707         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15708         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15709         (rfc2047-decode-region): Quote decoded words containing special
15710         characters when rfc2047-quote-decoded-words-containing-tspecials
15711         is non-nil.
15712
15713 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15716
15717         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15718
15719 2005-02-15  Simon Josefsson  <jas@extundo.com>
15720
15721         * nnimap.el (nnimap-debug): Doc fix.
15722
15723         * imap.el (imap-debug): Doc fix.
15724
15725 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15728
15729 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15730
15731         * gnus.el (spam-contents): Improve docs for spam-contents
15732         parameter in its variable incarnation.
15733
15734 2005-02-14  Simon Josefsson  <jas@extundo.com>
15735
15736         * smime-ldap.el: Use require instead of load-library for ldap.
15737         (smime-ldap-search): Indent.
15738         (smime-ldap-search-internal): Shorten line.
15739
15740         * smime.el (smime-cert-by-dns): Add doc-string.
15741         (smime-cert-by-ldap-1): Indent.
15742
15743         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15744         mml-smime-get-dns-ldap.
15745         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15746
15747 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15748
15749         * smime.el: Require smime-ldap.
15750         (smime-ldap-host-list): New variable.
15751         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15752
15753         * mml-smime.el (mml-smime-encrypt-query): New function.
15754         (mml-smime-encrypt-query): Use it.
15755
15756         * smime-ldap.el: New file.
15757
15758 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15761
15762 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15765         argument in doc string.  Make query for type more clear.
15766
15767 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * gnus.el (gnus-group-startup-message): Search for gnus images in
15770         etc/images/gnus.
15771         * mm-util.el (mm-image-load-path): Likewise.
15772         * smiley.el (smiley-data-directory): Search for smilies in
15773         etc/images/smilies.
15774
15775 2005-02-09  Kim F. Storm  <storm@cua.dk>
15776
15777         Change Emacs release version from 21.4 to 22.1 throughout.
15778         Change Emacs development version from 21.3.50 to 22.0.50.
15779
15780 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15783
15784         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15785         non-Mule XEmacs as well.
15786         (mm-decompress-buffer): Signal an error intentionally if it does
15787         not decompress compressed data because auto-compression-mode is
15788         disabled.
15789
15790 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15793         an ID in the registry even if it has no groups.
15794
15795 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15798         merge it into mm-decompress-buffer.
15799         (gnus-mime-copy-part): Use the MIME part charset, the value which
15800         a user specified or gnus-newsgroup-charset for decoding, like
15801         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15802         save-buffer what was used.  Suggested by Kevin Ryde
15803         <user42@zip.com.au>.
15804         (gnus-mime-inline-part): Allow the name parameter as well as the
15805         filename parameter; force decompressing of compressed data; always
15806         display contents being not decoded as unibyte.
15807
15808         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15809         as well as the filename parameter.
15810
15811         * mm-util.el (mm-decompress-buffer):
15812         Merge gnus-mime-jka-compr-maybe-uncompress.
15813         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15814         of compressed data.
15815
15816 2005-02-08  Simon Josefsson  <jas@extundo.com>
15817
15818         * imap.el (imap-log): Doc fix.
15819
15820 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15823         the coding cookies; decompress compressed parts.
15824
15825         * mml.el (mml-generate-mime-1): Add the charset parameter according
15826         to the value which a user specified manually or the coding cookie.
15827
15828         * mm-util.el (mm-string-to-multibyte): New function.
15829         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15830         (mm-coding-system-to-mime-charset): New function.
15831         (mm-decompress-buffer): New function.
15832         (mm-find-buffer-file-coding-system): New function.
15833
15834         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15835         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15836         parts.
15837
15838 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15839
15840         * mm-view.el (mm-display-inline-fontify): Decode a part according
15841         to the charset parameter.
15842
15843 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15846         prefix arg is neither nil nor a number, as info specifies.
15847
15848 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15851         timestamps.
15852
15853 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15854
15855         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15856         groups error checking and notify user.
15857
15858 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15859
15860         * message.el (message-send-mail-function): Check existence of
15861         sendmail-program first before using default value
15862         `message-send-mail-with-sendmail'.  Otherwise use more generic
15863         `smtpmail-send-it'.
15864
15865 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * nntp.el (nntp-request-update-info): Always return nil.
15868
15869 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15870
15871         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15872
15873 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15874
15875         * message.el (message-beginning-of-line): Change the behavior when
15876         invoked between BOL and : so that it first moves backward.
15877
15878 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15881         article buffer when editing of the article is discarded.
15882         (gnus-article-prepare): Revert.
15883
15884 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (gnus-article-prepare):
15887         Remove message-strip-forbidden-properties from the local hook.
15888
15889 2005-01-27  Simon Josefsson  <jas@extundo.com>
15890
15891         * password.el (password-cache-add): Only start one timer per key.
15892         Reported by Derek Atkins <warlord@MIT.EDU>.
15893
15894 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15895
15896         * run-at-time.el: Remove.  It is no longer needed as
15897         timer-funcs.el in the xemacs-base package has a working version of
15898         `run-at-time'.
15899
15900         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15901
15902         * password.el: Require timer-funcs instead of run-at-time in
15903         XEmacs.
15904         Remove `password-run-at-time' macro.
15905         (password-cache-add): Use `run-at-time' instead of
15906         `password-run-at-time'.
15907
15908         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15909         Remove `nnheader-cancel-function-timers' alias,
15910         `cancel-function-timers' exists in XEmacs in timer-funcs.
15911
15912         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15913         for `run-with-idle-timer'.
15914
15915         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15916         for `run-at-time'.
15917
15918         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15919         for `with-timeout'.
15920
15921         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15922         the same as for XEmacs 21.4.
15923         No need to ignore `run-with-idle-timer', this function exists in
15924         XEmacs now in timer-funcs.el in the xemacs-base package.
15925         (dgnushack-compile): No need to delete
15926         run-at-time.el from the list of files to compile because it
15927         doesn't exist anymore.
15928
15929 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15932         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15933
15934 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15935
15936         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15937         sensitively.
15938
15939 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15940
15941         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15942
15943 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15946         which will be inserted according to the multibyteness of a buffer
15947         rather than the type of contents.  Suggested by ARISAWA Akihiro
15948         <ari@mbf.ocn.ne.jp>.
15949
15950         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15951         of string which old xml.el may return rather than a string.
15952
15953 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15956
15957 2005-01-16  Simon Josefsson  <jas@extundo.com>
15958
15959         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15960         idn/idna.el isn't available.
15961         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15962         <michael@waxrat.com>.
15963
15964         * hashcash.el: Remove non-FSF copyright header.
15965
15966         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15967         (hashcash-generate-payment): Use it.
15968         (hashcash-generate-payment-async): Use it.
15969
15970 2005-01-15  Simon Josefsson  <jas@extundo.com>
15971
15972         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15973         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15974
15975         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15976         gnus-summary-idna-message.
15977         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15978         (gnus-summary-idna-message): New function.
15979
15980 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15983         gnus-novice-user.
15984
15985 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * nnrss.el (nnrss-request-delete-group): Delete entries in
15988         nnrss-group-alist as well.
15989         (nnrss-save-server-data): Insert newline.
15990
15991 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * gnus.el (gnus-user-agent): Use list of symbols instead of
15994         symbols.  Display full version number for (S)XEmacs.
15995         Optionally display (S)XEmacs codename.
15996
15997         * gnus-util.el (gnus-emacs-version): Update for new
15998         `gnus-user-agent'.
15999
16000         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16001         Gnus version.
16002
16003 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16006         which is unreadable in some setups.
16007
16008 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-spec.el (gnus-update-format-specifications): Flush the
16011         group format spec cache if it doesn't support decoded group names.
16012
16013 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16016         Allow to apply decay on score files matching a regexp.
16017
16018 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16021         compatibility in %g and %c.
16022
16023 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16026         name for only %g and %c.
16027         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16028         of gnus-tmp-group to decoded group name.
16029         (gnus-group-make-rss-group): Exclude `/'s from group names.
16030
16031 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * nnrss.el (nnrss-get-encoding): Fix regexp.
16034
16035 2004-12-27  Simon Josefsson  <jas@extundo.com>
16036
16037         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16038         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16039         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16040
16041 2004-12-17  Kim F. Storm  <storm@cua.dk>
16042
16043         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16044
16045         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16046
16047 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16048
16049         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16050
16051 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * nnrss.el: Require rfc2047 and mml.
16054         (nnrss-file-coding-system): New variable.
16055         (nnrss-format-string): Redefine it as an inline function.
16056         (nnrss-decode-group-name): New function.
16057         (nnrss-string-as-multibyte): Remove.
16058         (nnrss-retrieve-headers): Decode group name; don't use
16059         nnrss-format-string.
16060         (nnrss-request-group): Decode group name.
16061         (nnrss-request-article): Decode group name; allow a Message-ID as
16062         well as an article number; don't use nnrss-format-string; encode a
16063         Message-ID string which may contain non-ASCII characters; use
16064         mml-to-mime to compose a MIME article.
16065         (nnrss-request-expire-articles): Decode group name.
16066         (nnrss-request-delete-group): Decode group name.
16067         (nnrss-fetch): Clarify error message.
16068         (nnrss-read-server-data): Use insert-file-contents instead of load;
16069         bind file-name-coding-system; use multibyte buffer.
16070         (nnrss-save-server-data): Bind coding-system-for-write to the
16071         value of nnrss-file-coding-system; bind file-name-coding-system;
16072         add coding cookie.
16073         (nnrss-read-group-data): Use insert-file-contents instead of load;
16074         bind file-name-coding-system; use multibyte buffer.
16075         (nnrss-save-group-data): Bind coding-system-for-write to the
16076         value of nnrss-file-coding-system; bind file-name-coding-system.
16077         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16078         make it work with non-ASCII text.
16079         (nnrss-find-el): Make it work with old xml.el as well.
16080
16081 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16082
16083         * nnrss.el (nnrss-get-encoding): New function.
16084         (nnrss-fetch): Use unibyte buffer initially; bind
16085         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16086         decode contents according to the encoding attribute.
16087         (nnrss-save-group-data): Add coding cookie.
16088         (nnrss-mime-encode-string): New function.
16089         (nnrss-check-group): Use it to encode subject and author.
16090
16091 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16094         imaginary variable.
16095
16096 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16099         correctly even if there are wide characters.
16100
16101 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16102
16103         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16104         downcased symbol names; make a new cache instead of reusing
16105         bbdb-hashtable.
16106
16107 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16110         concatenating segments rather than before concatenating them.
16111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16112
16113         * message.el (message-get-reply-headers): Bind `extra'.
16114
16115 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16116
16117         * message.el (message-extra-wide-headers): New variable.
16118         (message-get-reply-headers): Use it.
16119
16120 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16123         (gnus-agent-group-pathname): Ditto.
16124
16125         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16126
16127         * gnus-group.el (gnus-group-make-group): Decode group name.
16128         (gnus-group-make-rss-group): Register the group data after opening
16129         the nnrss group.
16130
16131 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16132
16133         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16134         by expiry now get marked as read.
16135
16136 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16139
16140 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16141
16142         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16143         unify Latin characters in XEmacs.
16144         (mm-find-mime-charset-region): Use it.
16145
16146 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-util.el (gnus-delete-directory): New function.
16149
16150         * gnus-agent.el (gnus-agent-delete-group): Use it.
16151
16152         * gnus-cache.el (gnus-cache-delete-group): Use it.
16153
16154 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16157         names.
16158
16159 2004-12-16  Simon Josefsson  <jas@extundo.com>
16160
16161         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16162
16163 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16166
16167         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16168         (gnus-group-set-current-level): Decode group name.
16169
16170 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16171
16172         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16173         failed.
16174
16175 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus-group.el (gnus-group-delete-group): Decode group name.
16178         (gnus-group-make-rss-group): Encode group name.
16179         (gnus-group-catchup-current): Decode group name.
16180         (gnus-group-kill-group): Decode group name.
16181
16182 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16183
16184         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16185
16186 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-group.el (gnus-group-make-rss-group):
16189         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16190
16191         * gnus-start.el (gnus-setup-news): Honor user's setting to
16192         gnus-message-archive-method.  Suggested by Lute Kamstra
16193         <lute@gnu.org>.
16194
16195 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16196
16197         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16198         global counterparts of the buffer-local variables.
16199
16200 2004-11-16  Romain Francoise  <romain@orebokech.com>
16201
16202         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16203         counterparts of the buffer-local variables.
16204
16205 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * message.el (message-forbidden-properties): Fix typo in doc
16208         string.
16209
16210 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * gnus-util.el (gnus-replace-in-string): Add doc string.
16213
16214         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16215         to avoid problems when splitting mails with many recipients.
16216
16217 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16218
16219         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16220         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16221
16222 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16223
16224         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16225         if there is no hashtable in memory or file modification time is
16226         newer than cached timestamp.
16227
16228 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16229
16230         * gnus-sum.el (gnus-summary-limit-to-recipient):
16231         Implement not-matching option.
16232
16233 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16234
16235         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16236         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16237         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16238         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16239         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16240         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16241
16242 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * message.el (message-forward-make-body-mml): Remove headers
16245         according to message-forward-ignored-headers if a message is decoded.
16246
16247 2004-12-02  Romain Francoise  <romain@orebokech.com>
16248
16249         * message.el (message-forward-make-body-plain): Always remove
16250         headers according to message-forward-ignored-headers.
16251
16252 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * spam.el (spam-summary-prepare-exit): Remove the
16255         gnus-summary-limit pop for now, it has problems with ham marks for
16256         me.
16257
16258 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16259
16260         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16261         correctly.
16262
16263 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16264
16265         * format-spec.el (format-spec): Message the char.
16266
16267 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * gnus-art.el (gnus-split-methods): Reformat comments.
16270
16271         * spam.el (spam-summary-prepare-exit): Remove article limits
16272         before exiting the summary buffer.
16273
16274 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16277         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16278
16279         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16280         order to silence the byte compiler.
16281
16282         * spam.el: Fix the way to silence the byte compiler, which
16283         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16284         bbdb-search-simple, spam-BBDB-register-routine,
16285         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16286         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16287         spam-stat-buffer-is-spam, spam-stat-load,
16288         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16289         spam-stat-save and spam-stat-split-fancy.
16290
16291 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16294         which may confuse users.
16295         (canlock-password-for-verify): Ditto.
16296
16297         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16298
16299         * gnus-art.el (gnus-emphasis-alist): Ditto.
16300
16301         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16302
16303         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16304
16305         * gnus-start.el (gnus-save-killed-list): Ditto.
16306
16307         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16308         (gnus-sum-thread-tree-root): Ditto.
16309         (gnus-sum-thread-tree-false-root): Ditto.
16310         (gnus-sum-thread-tree-single-indent): Ditto.
16311
16312         * message.el (message-courtesy-message): Ditto.
16313         (message-archive-note): Ditto.
16314         (message-subscribed-address-file): Ditto.
16315         (message-user-fqdn): Ditto.
16316
16317         * spam-report.el (spam-report-gmane-regex): Ditto.
16318
16319         * spam.el (spam-blackhole-good-server-regex): Ditto.
16320
16321 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mml.el (mml-preview): Widen the message buffer before copying
16324         the contents to the preview buffer; sort headers before previewing.
16325
16326         * message.el (message-hidden-headers): Fix the way to avoid a bug
16327         in the `repeat' widget in Emacs 21.3 or earlier.
16328
16329 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * message.el (message-hidden-headers): Default to "^References:".
16332         Improve customization type.  Suggested by Reiner Steib
16333         <Reiner.Steib@gmx.de>.
16334
16335 2004-11-25  Romain Francoise  <romain@orebokech.com>
16336
16337         * message.el (message-strip-forbidden-properties): Remove check for
16338         obsolete `message-hidden' text property, hidden headers are not
16339         accessible in the buffer anymore.
16340
16341 2004-11-22  Romain Francoise  <romain@orebokech.com>
16342
16343         * message.el (message-header-format-alist): Add `From' in list
16344         so that it can be sorted.
16345         (message-fix-before-sending): Widen and sort headers before
16346         sending.
16347         (message-hide-headers): Use narrowing to hide headers by moving
16348         them to the top of the buffer and narrowing to the region
16349         underneath.
16350
16351 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16352
16353         * message.el (message-strip-forbidden-properties):
16354         Bind buffer-read-only (etc) to nil.
16355
16356 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16359         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16360
16361 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16362
16363         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16364
16365 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * dns.el (query-dns): Use sit-for to time instead of
16368         accept-process-output, since that doesn't seem to work on udp
16369         sockets.
16370
16371 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16374
16375 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16378         doc string.  Improve doc string.
16379
16380 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * nntp.el (nntp-request-update-info): Return nil if
16383         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16384         may not call gnus-activate-group which uselessly issues the GROUP
16385         commands for all nntp groups and wastes time.  Reported by Romain
16386         Francoise <romain@orebokech.com>.
16387
16388         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16389
16390 2004-11-15  Simon Josefsson  <jas@extundo.com>
16391
16392         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16393         headers separately.
16394         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16395         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16396
16397 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-start.el (gnus-convert-old-newsrc):
16400         Assign legacy-gnus-agent to 5.10.7.
16401
16402 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16403
16404         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16405         start of the lines.
16406
16407 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16408
16409         * hashcash.el (hashcash-default-payment): Change default to 20.
16410         (hashcash-default-accept-payment): Change default to 20.
16411         (hashcash-process-alist): New variable.
16412         (hashcash-generate-payment-async): Add.
16413         (hashcash-already-paid-p): Add.
16414         (hashcash-insert-payment): Don't generate payments twice.
16415         (hashcash-insert-payment-async): Add.
16416         (hashcash-insert-payment-async-2): Add.
16417         (hashcash-cancel-async): Add.
16418         (hashcash-wait-async): Add.
16419         (hashcash-processes-running-p): Add.
16420         (hashcash-wait-or-cancel): Add.
16421         (mail-add-payment): New optional argument.  Conditionally start
16422         asynchronous calculation.
16423         (mail-add-payment-async): Add.
16424
16425         * message.el (message-send-mail): Wait for asynchronous hashcash
16426         results.  Don't clobber existing X-Hashcash headers.
16427         (message-setup-1): Call mail-add-payment-async when
16428         message-generate-hashcash is non-nil.
16429
16430 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16431
16432         * message.el (message-use-alternative-email-as-from): Examine the
16433         From header as well; use message-make-from in order to include a
16434         user's full name.
16435
16436 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16439         default; improve customization type.
16440         (gnus-emphasis-custom-with-format): New macro.
16441         (gnus-emphasis-custom-value-to-external): New function.
16442         (gnus-emphasis-custom-value-to-internal): New function.
16443
16444 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16445
16446         * dns.el (query-dns): Resolve reverse addresses.
16447
16448 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * gnus-group.el (gnus-group-get-new-news): Use it.
16451
16452         * gnus-start.el (gnus-check-reasonable-setup): New function.
16453
16454 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16457         "Args out of range" error.  Reported by Arnaud Giersch
16458         <arnaud.giersch@free.fr>.
16459
16460 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16461
16462         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16463
16464 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16465
16466         * spam.el (spam group): Add :version.
16467
16468         * pgg-def.el (pgg group): Add :version.
16469
16470 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * gnus-art.el (gnus-article-edit-article): Don't associate the
16473         article buffer with a draft file.  This is a temporary measure
16474         against the 2004-08-22 change to gnus-article-edit-mode.
16475
16476 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16479         (html2text-format-tags): Remove unused variable `attr'.
16480
16481 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16484
16485         * tls.el (tls-process-connection-type, tls-success)
16486         (tls-certtool-program): Add :version.
16487
16488         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16489         (starttls-extra-arguments, starttls-process-connection-type)
16490         (starttls-connect, starttls-failure, starttls-success): Add :version.
16491
16492         * spam-stat.el (spam-stat): Add :version.
16493
16494         * sieve.el (sieve): Add :version.
16495
16496         * sha1.el (sha1): Add :version.
16497         (sha1-use-external): Remove redundant version.
16498
16499         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16500         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16501         (nnmail-split-fancy-match-partial-words)
16502         (nnmail-split-lowercase-expanded): Add :version.
16503
16504         * nndiary.el (nndiary): Add :version.
16505
16506         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16507
16508         * mml-sec.el (mml-default-sign-method)
16509         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16510         Add :version.
16511
16512         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16513
16514         * mm-url.el (mm-url-use-external, mm-url-program)
16515         (mm-url-arguments): Add :version.
16516
16517         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16518         (mm-attachment-file-modes, mm-decrypt-option)
16519         (mm-w3m-safe-url-regexp): Add :version.
16520
16521         * message.el (message-cite-prefix-regexp)
16522         (message-sendmail-envelope-from, message-minibuffer-local-map)
16523         (message-user-fqdn, message-completion-alist): Add :version.
16524
16525         * gnus-win.el (gnus-configure-windows-hook)
16526         (gnus-use-frames-on-any-display): Add :version.
16527
16528         * gnus-art.el (gnus-article-address-banner-alist)
16529         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16530         (gnus-treat-from-picon, gnus-treat-mail-picon)
16531         (gnus-treat-x-pgp-sig): Add :version.
16532
16533         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16534         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16535         (gnus-summary-article-delete-hook)
16536         (gnus-summary-display-while-building): Add :version.
16537
16538         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16539         (gnus-get-top-new-news-hook): Add :version.
16540
16541         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16542         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16543
16544         * gnus-registry.el (gnus-registry): Add :version.
16545
16546         * gnus-spec.el (gnus-use-correct-string-widths)
16547         (gnus-make-format-preserve-properties): Add :version.
16548
16549         * gnus.el (gnus-group-charter-alist)
16550         (gnus-group-fetch-control-use-browse-url)
16551         (gnus-install-group-spam-parameters): Add :version.
16552
16553         * gnus-diary.el (gnus-diary): Add :version.
16554
16555         * gnus-delay.el (gnus-delay): Add :version.
16556
16557         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16558         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16559         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16560         Add :version.
16561
16562         * gnus-agent.el (gnus-agent-max-fetch-size)
16563         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16564         (gnus-agent-prompt-send-queue): Add :version.
16565
16566         * deuglify.el (gnus-outlook-deuglify): Add :version.
16567
16568         * html2text.el: Beautify code.  Improve doc strings.
16569         Some checkdoc cleanup.
16570         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16571
16572 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16573
16574         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16575
16576 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16579         when package is loaded.
16580
16581         * spam.el (spam-summary-score-preferred-header): Add global preference
16582         for people who want to override the default SpamAssassin over
16583         Bogofilter preference (when both are set).
16584         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16585         (spam-user-format-function-S):
16586         Check spam-summary-score-preferred-header.
16587         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16588         (spam-user-format-function-S): Format the score correctly.
16589
16590 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16593         signature file.  Suggested by Manoj Srivastava
16594         <srivasta@golden-gryphon.com>.
16595
16596         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16597         iso-2022-jp even in the Japanese language environment.
16598         Suggested by Jason Rumney <jasonr@gnu.org>.
16599
16600 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16603         use the same characters as the dummy marks; make it free from
16604         getting affected by the language environment.
16605         (gnus-summary-read-group-1): Update mark positions only when the
16606         format spec is updated.
16607
16608         * gnus-spec.el (gnus-update-format-specifications): Return a list
16609         of updated types.
16610
16611 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16614         of boundp to check if display-warning is available.
16615
16616 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16617
16618         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16619
16620 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * nnspool.el (nnspool-spool-directory): Use news-path if the
16623         news-directory variable is not bound.
16624
16625         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16626         function instead of display-warning if it is not available.
16627
16628 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16631         v5-10: Use `point-at-bol'.
16632
16633 2004-10-26  Simon Josefsson  <jas@extundo.com>
16634
16635         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16636         <chenggao@gmail.com>.
16637
16638 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16641         instead.
16642
16643 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16646         to remove a server from the nnimap-server-buffer-alist.
16647         (nnimap-open-connection, nnimap-close-server): Use it.
16648
16649         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16650
16651 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16654         running the major-mode function.
16655
16656 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16659         dummy marks in the right way.
16660
16661 2004-10-18  David Edmondson  <dme@dme.org>
16662
16663         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16664         excessively.
16665
16666 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * gnus-util.el (gnus-split-references): Accept a nil references
16669         string and go on blissfully.
16670
16671         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16672         cases where the references string is non-nil but has no references.
16673
16674         * encrypt.el: Add autoload tags.
16675
16676         * spam.el (spam-resolve-registrations-routine): Remove article
16677         from unregistration list too.  Reported by David Hanak
16678         <dhanak@isis.vanderbilt.edu>
16679
16680 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16683         nil.  Change custom type.
16684
16685 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16686
16687         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16688
16689         * gnus-sum.el (gnus-summary-move-article): Use it.
16690
16691 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16692
16693         * encrypt.el: Add autoload cookies.
16694
16695         * spam.el (spam-backend-article-list-property)
16696         (spam-backend-get-article-todo-list)
16697         (spam-backend-put-article-todo-list)
16698         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16699         Resolve registrations separately.
16700         (spam-register-routine): Format comments.
16701         (spam-unregister-routine, spam-register-routine): Always call with
16702         specific-articles, no default list.
16703         (spam-summary-prepare-exit): Use the spam-classifications function.
16704
16705         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16706         gnus-encrypt.el.
16707
16708         * encrypt.el: Copied from gnus-encrypt.el.
16709
16710         * gnus-encrypt.el: Commented that it's obsolete.
16711
16712 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16715         (gnus-score-save): Use it.
16716
16717         * message.el (message-bury): Use `window-dedicated-p'.
16718
16719 2004-10-15  Simon Josefsson  <jas@extundo.com>
16720
16721         * pop3.el (top-level): Don't require nnheader.
16722         (pop3-read-timeout): Add.
16723         (pop3-accept-process-output): Add.
16724         (pop3-read-response, pop3-retr): Use it.
16725
16726 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16727
16728         * spam.el (spam-register-routine): Move comment.
16729         (spam-verify-bogofilter): Use 'unknown for the initial
16730         spam-bogofilter-valid state, not 'never.
16731
16732         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16733         for netrc-machine.
16734
16735         * nnimap.el (nnimap-open-connection):
16736         Use netrc-machine-user-or-password.
16737
16738 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16739
16740         * gnus-registry.el (gnus-registry-unload-hook):
16741         Set as a variable with add-hook.
16742
16743         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16744         of news-path.
16745
16746         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16747
16748         * spam.el: Delete duplicate `provide'.
16749         (spam-unload-hook): Set as a variable with add-hook.
16750
16751 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16754         in the doc string.
16755
16756         * message.el (message-ignored-news-headers)
16757         (message-ignored-supersedes-headers)
16758         (message-ignored-resent-headers)
16759         (message-forward-ignored-headers): Improve custom type.
16760
16761 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * message.el (message-tokenize-header): Fix 2004-09-06 change
16764         which used point-min in the wrong place.
16765
16766 2004-10-12  Simon Josefsson  <jas@extundo.com>
16767
16768         * tls.el (tls-certtool-program): New variable.
16769         (tls-certificate-information): New function, based on
16770         ssl-certificate-information.
16771
16772 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * compface.el: Move the version of ELisp-based uncompface program
16775         to the contrib directory because of the copyright problem.
16776
16777 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * message.el (message-kill-buffer): Raise the current frame.
16780
16781 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16782
16783         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16784
16785         * gnus.el (message-y-or-n-p): Autoload.
16786
16787         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16788         (pop3-password-required, pop3-authentication-scheme)
16789         (pop3-leave-mail-on-server): Make customizable.
16790         (pop3): New custom group.
16791         (pop3-retr): Remove `sleep-for' statements.
16792         Suggested by Dave Love <fx@gnu.org>.
16793
16794         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16795         Windows/DOS.
16796
16797         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16798         (imap-parse-body): Fix incorrect use of `assert'.
16799         Suggested by Dave Love <fx@gnu.org>.
16800
16801         * mml.el (mml-minibuffer-read-disposition): Require match.
16802         Suggested by Dave Love <fx@gnu.org>.
16803
16804 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16805
16806         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16807         doc string.
16808
16809 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16812
16813 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16814
16815         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16816         instead of calling `mm-insert-inline', to decode text/* parts
16817         before displaying them.
16818
16819 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * mm-uu.el (mm-uu-text-plain-type): New variable.
16822         (mm-uu-pgp-signed-extract-1): Use it.
16823         (mm-uu-pgp-encrypted-extract-1): Use it.
16824         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16825         bind mm-uu-text-plain-type with that value.
16826         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16827         mm-uu-dissect.
16828
16829 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-group.el (gnus-update-group-mark-positions):
16832         * gnus-sum.el (gnus-update-summary-mark-positions):
16833         * message.el (message-check-news-body-syntax):
16834         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16835         of string-as-multibyte.
16836
16837 2004-10-05  Juri Linkov  <juri@jurta.org>
16838
16839         * gnus-group.el (gnus-update-group-mark-positions):
16840         * gnus-sum.el (gnus-update-summary-mark-positions):
16841         * message.el (message-check-news-body-syntax):
16842         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16843         8-bit unibyte values to a multibyte string for search functions.
16844
16845 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16848         (mm-uu-dissect-text-parts): New function.
16849
16850         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16851         dissect text parts.
16852
16853         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16854         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16855
16856         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16857
16858         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16859         Use gnus-current-topics instead of gnus-current-topic.
16860
16861 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16862
16863         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16864
16865 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16868         where approriate.
16869
16870         * nnml.el (nnml-generate-active-info): do.
16871
16872         * nndiary.el (nndiary-generate-active-info): do.
16873
16874         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16875         (gnus-topic-move): do.
16876
16877         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16878         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16879
16880         * gnus-srvr.el (gnus-server-prepare)
16881         (gnus-server-open-all-servers): do.
16882
16883         * gnus-msg.el (gnus-summary-cancel-article)
16884         (gnus-summary-resend-message)
16885         (gnus-summary-mail-crosspost-complaint): do.
16886
16887         * gnus-move.el (gnus-change-server): do.
16888
16889         * gnus-group.el (gnus-group-unmark-all-groups)
16890         (gnus-group-set-current-level): do.
16891
16892 2004-10-04  Simon Josefsson  <jas@extundo.com>
16893
16894         * message.el (message-generate-hashcash): Doc fix.
16895
16896 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16897
16898         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16899         avoid infinite recursion via gnus-get-function.
16900
16901 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16904
16905         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16906
16907         * nnmail.el (nnmail-split-history): do.
16908
16909         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16910         (nnml-request-delete-group): do.
16911
16912         * nnslashdot.el (nnslashdot-read-groups): do.
16913
16914         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16915         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16916
16917         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16918         (nnspool-sift-nov-with-sed): Use last.
16919         (nnspool-retrieve-headers-with-nov): Use mapc.
16920         (nnspool-request-newgroups): Use dolist.
16921         (nnspool-request-group): Use last.
16922
16923         * nntp.el (nntp-read-server-type): Use dolist.
16924
16925         * nnvirtual.el (nnvirtual-create-mapping)
16926         (nnvirtual-update-read-and-marked): Use dolist.
16927         (nnvirtual-convert-headers): Simplify.
16928
16929 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16930
16931         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16932         Add support for sync'ing tick marks.
16933
16934 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16937         there's no visible header.
16938
16939 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16940
16941         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16942         When necessary, pass full group name to gnus-request-set-marks.
16943
16944 2004-10-01  Simon Josefsson  <jas@extundo.com>
16945
16946         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16947         acroread.
16948
16949 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16950
16951         * spam-report.el (spam-report-gmane): Fix interactive.
16952
16953         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16954
16955         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16956         when writing file.
16957         (gnus-agent-synchronize-flags): Don't default to being
16958         interactive.
16959
16960 2004-09-30  Simon Josefsson  <jas@extundo.com>
16961
16962         * message.el (message-generate-hashcash): Add.
16963         (message-send-mail): Use it, call mail-add-payment.
16964
16965 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16966
16967         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16968
16969 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16970
16971         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16972         gnus-requst-update-info with explicit code to sync the in-memory
16973         info read flags with the marks being sync'd to the backend.
16974
16975         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16976
16977 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16978
16979         * spam.el (spam-verify-bogofilter): Add new function.
16980         (spam-check-bogofilter)
16981         (spam-bogofilter-register-with-bogofilter): Use it.
16982         (spam-verify-bogofilter): Add small fixes.
16983
16984 2004-09-28  Simon Josefsson  <jas@extundo.com>
16985
16986         * hashcash.el (hashcash-generate-payment): Revert.
16987
16988 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16989
16990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16991         Use gnus-extract-references instead of gnus-split-references.
16992
16993         * gnus-util.el (gnus-extract-references): Add new function, analogous
16994         to gnus-split-references but extracts only the message-ID without
16995         anything extra.
16996
16997         * hashcash.el (hashcash-generate-payment)
16998         (hashcash-check-payment): Do the right thing if hashcash-path is
16999         nil (because the hashcash program could not be found).
17000
17001         * spam.el (spam-use-hashcash): Remove comment.
17002
17003 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17006         (gnus-cache-enter-article, gnus-cache-remove-article)
17007         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17008
17009         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17010
17011         * gnus-art.el (article-hide-boring-headers)
17012         (article-translate-strings, article-display-face)
17013         (gnus-article-mime-match-handle-first)
17014         (gnus-article-highlight-headers)
17015         (gnus-article-add-buttons-to-head): do.
17016
17017 2004-09-27  Simon Josefsson  <jas@extundo.com>
17018
17019         * hashcash.el: New version, from
17020         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17021         ../contrib/.
17022
17023 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17026
17027 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17028
17029         * gnus-dup.el (gnus-dup-open): Use mapc.
17030         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17031
17032         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17033         Reported by Stefan Wiens <s.wi@gmx.net>.
17034
17035         * gnus.el (gnus-shutdown): Use dolist.
17036
17037         * gnus-undo.el (gnus-undo): Use mapc.
17038
17039         * nnrss.el (nnrss-generate-active): do.
17040
17041         * message.el (message-cite-original-without-signature)
17042         (message-cite-original): Use mapc.
17043         (message-do-actions, message-make-forward-subject): Use dolist.
17044
17045 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17046
17047         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17048         deletion to remove entire duplicate line.  Fixes merged article
17049         number bug.
17050
17051 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17052
17053         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17054         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17055         first ask if you want to open a server and then, even when you
17056         responded with no, asking if you want to synchronize the server's
17057         flags.
17058         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17059         multi-line expressions.
17060         (gnus-agent-synchronize-group-flags): New internal function.
17061         Updates marks in memory (in the info structure) AND in the
17062         backend.
17063
17064         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17065
17066         * nnagent.el (nnagent-request-set-mark):
17067         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17068         method, to ensure that synchronization updates marks in the
17069         backend and in the info (in memory) structure.
17070
17071 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17074         convention fully; don't miss the root article of a thread; make
17075         the X-Draft-From header with correct article numbers.
17076
17077 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17078
17079         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17080         unless plugged.  Disable the agent so that an open failure causes
17081         an error.
17082
17083         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17084         Revert 2004-09-21 change.  The backend must be opened while
17085         synchronizing flags even when the backend stores the flags
17086         locally.
17087
17088 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17089
17090         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17091         in `header' match.  Reported by Svend Tollak Munkejord.
17092
17093         * message.el (message-cite-original): Fix use of
17094         `message-cite-articles-with-x-no-archive'.
17095
17096 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17099         (gnus-window-to-buffer): Ditto.
17100
17101         * mml.el (mml-preview-buffer): New variable.
17102         (mml-preview): Manage window layout with gnus-buffer-configuration.
17103
17104         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17105         X-Draft-From header even if those articles aren't quoted.
17106
17107 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17108
17109         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17110         (gnus-request-set-mark, gnus-request-update-mark): Use new
17111         g-s-t-u-l-m to decide to use backend even when unplugged.
17112
17113 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17116         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17117
17118 2004-09-20  Simon Josefsson  <jas@extundo.com>
17119
17120         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17121         "utf-16-le".
17122
17123 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17124
17125         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17126
17127 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17128
17129         * uudecode.el (uudecode-use-external): Add :version.
17130
17131         * smime.el (smime-CA-file, smime-encrypt-cipher)
17132         (smime-dns-server): Add :version.
17133
17134         * smiley.el (gnus-smiley-file-types): Add :version.
17135
17136         * sha1.el (sha1-use-external): Add :version.
17137
17138         * pgg-def.el (pgg-query-keyserver): Add :version.
17139
17140         * nnmail.el (nnmail-fancy-expiry-targets)
17141         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17142         Add :version.
17143
17144         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17145         (nnimap-retrieve-groups-asynchronous): Add :version.
17146         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17147
17148         * mml.el (mml-content-disposition-parameters)
17149         (mml-insert-mime-headers-always): Add :version.
17150
17151         * mm-util.el (mm-coding-system-priorities): Add :version.
17152
17153         * mm-decode.el (mm-inline-text-html-with-images)
17154         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17155         (mm-verify-option): Add :version.
17156         (mm-text-html-renderer): Change :version.
17157
17158         * message.el (message-fcc-externalize-attachments)
17159         (message-required-headers, message-draft-headers)
17160         (message-subject-trailing-was-query)
17161         (message-subject-trailing-was-ask-regexp)
17162         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17163         (message-mark-insert-end, message-archive-header)
17164         (message-archive-note, message-cross-post-default)
17165         (message-cross-post-note, message-followup-to-note)
17166         (message-cross-post-note-function, message-use-mail-followup-to)
17167         (message-subscribed-address-functions)
17168         (message-subscribed-address-file, message-subscribed-addresses)
17169         (message-subscribed-regexps, message-allow-no-recipients)
17170         (message-yank-cited-prefix, message-signature-insert-empty-line)
17171         (message-hidden-headers, message-hierarchical-addresses)
17172         (message-mail-user-agent, message-use-idna)
17173         (message-valid-fqdn-regexp)
17174         (message-strip-special-text-properties, message-header-synonyms)
17175         (message-beginning-of-line, message-tab-body-function): Add :version.
17176         (message-insert-canlock, message-wide-reply-confirm-recipients):
17177         Change :version.
17178
17179         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17180         and :version.
17181         (mail-source-delete-old-incoming-confirm)
17182         (mail-source-movemail-program): Add :version.
17183
17184         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17185         (gnus-agent-cache, gnus-agent): Change :version.
17186
17187         * gnus-util.el (gnus-use-byte-compile): Change :version.
17188
17189         * gnus-sum.el (gnus-summary-make-false-root-always)
17190         (gnus-summary-default-high-score)
17191         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17192         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17193         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17194         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17195         (gnus-sum-thread-tree-single-indent)
17196         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17197         (gnus-sum-thread-tree-leaf-with-other)
17198         (gnus-sum-thread-tree-single-leaf): Add :version.
17199         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17200         (gnus-article-loose-mime): Change :version.
17201
17202         * gnus-start.el (gnus-backup-startup-file)
17203         (gnus-save-startup-file-via-temp-buffer): Add :version.
17204
17205         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17206         (gnus-server-offline-face): Add :version.
17207
17208         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17209
17210         * gnus-msg.el (gnus-gcc-externalize-attachments)
17211         (gnus-debug-files, gnus-debug-exclude-variables)
17212         (gnus-discouraged-post-methods): Change :version.
17213         (gnus-confirm-mail-reply-to-news)
17214         (gnus-confirm-treat-mail-like-news): Add :version.
17215
17216         * gnus-int.el (gnus-server-unopen-status): Add :version.
17217
17218         * gnus-group.el (gnus-group-jump-to-group-prompt)
17219         (gnus-large-ephemeral-newsgroup)
17220         (gnus-fetch-old-ephemeral-headers): Add :version.
17221
17222         * gnus-fun.el (gnus-x-face-directory)
17223         (gnus-convert-pbm-to-x-face-command)
17224         (gnus-convert-image-to-x-face-command)
17225         (gnus-convert-image-to-face-command): Add :version.
17226
17227         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17228
17229         * gnus-cite.el (gnus-cite-blank-line-after-header)
17230         (gnus-article-boring-faces): Add :version.
17231
17232         * gnus-art.el (gnus-buttonized-mime-types)
17233         (gnus-inhibit-mime-unbuttonizing)
17234         (gnus-treat-display-face)
17235         (gnus-treat-body-boundary): Change :version.
17236         (gnus-body-boundary-delimiter, gnus-picon-databases)
17237         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17238         (gnus-treat-date-english, gnus-treat-fold-headers)
17239         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17240         (gnus-treat-mail-picon, gnus-treat-wash-html)
17241         (gnus-article-encrypt-protocol)
17242         (gnus-use-idna, gnus-article-over-scroll)
17243         (gnus-mime-display-multipart-alternative-as-mixed)
17244         (gnus-mime-display-multipart-related-as-mixed)
17245         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17246         (gnus-ctan-url, gnus-button-ctan-handler)
17247         (gnus-button-handle-ctan-bogus-regexp)
17248         (gnus-button-ctan-directory-regexp)
17249         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17250         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17251         (gnus-button-man-level, gnus-button-emacs-level)
17252         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17253
17254         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17255         (gnus-agent-go-online): Change :version.
17256         (gnus-agent-expire-unagentized-dirs)
17257         (gnus-agent-auto-agentize-methods): Add :version.
17258
17259         * flow-fill.el (fill-flowed-display-column)
17260         (fill-flowed-encode-column): Add :version.
17261
17262         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17263         (gnus-outlook-deuglify-unwrap-max)
17264         (gnus-outlook-deuglify-cite-marks)
17265         (gnus-outlook-deuglify-unwrap-stop-chars)
17266         (gnus-outlook-deuglify-no-wrap-chars)
17267         (gnus-outlook-deuglify-attrib-cut-regexp)
17268         (gnus-outlook-deuglify-attrib-verb-regexp)
17269         (gnus-outlook-deuglify-attrib-end-regexp)
17270         (gnus-outlook-display-hook): Add :version.
17271
17272         * binhex.el (binhex-use-external): Add :version.
17273
17274 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17277         and `invisible'.
17278
17279 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17280
17281         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17282         in gnus-registry-trim.
17283
17284 2004-09-13  Simon Josefsson  <jas@extundo.com>
17285
17286         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17287
17288         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17289
17290         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17291         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17292         <yamaoka@jpl.org>.
17293         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17294         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17295         <yamaoka@jpl.org>.
17296
17297         * sieve.el (sieve-manage-mode): Ditto.
17298
17299 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17302
17303 2004-09-11  Simon Josefsson  <jas@extundo.com>
17304
17305         * dns-mode.el: Add.
17306
17307         * mm-view.el (mm-display-dns-inline): Add.
17308
17309         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17310         (mm-automatic-display): Ditto.
17311
17312         * mailcap.el (mailcap-mime-data): Add text/dns.
17313         (mailcap-mime-extensions): Map .soa to text/dns.
17314
17315 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17316
17317         * gnus-art.el (article-decode-mime-words, article-babel)
17318         (gnus-article-highlight-signature, gnus-article-add-buttons)
17319         (gnus-signature-toggle): Remove unnecessary bindings of
17320         `inhibit-read-only' inherited from v5.10 merge.
17321
17322 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * nntp.el (nntp): New customization group.
17325         (nntp-authinfo-file): Add customization group.
17326
17327         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17328
17329         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17330
17331         * gnus.el (to-address, to-list, subscribed)
17332         (large-newsgroup-initial): Ditto.
17333
17334         * flow-fill.el (fill-flowed-display-column)
17335         (fill-flowed-encode-column): Ditto.
17336
17337 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17338
17339         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17340         Use point-min rather than 1.
17341         (message-send-mail): Use buffer-size rather than point-max.
17342
17343         * gnus-sum.el (gnus-summary-search-article-forward):
17344         Signal a specific `search-failed' rather than a generic `error'.
17345
17346         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17347         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17348         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17349
17350 2004-09-10  Simon Josefsson  <jas@extundo.com>
17351
17352         * nndb.el (require): Remove tcp and duplicate cl.
17353
17354 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * gnus-agent.el (directory-files-and-attributes): Move forward.
17357
17358 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17359
17360         * gnus-agent.el (directory-files-and-attributes):
17361         Optionally defined to support XEmacs.
17362
17363 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17364
17365         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17366         to avoid run-time CL dependencies.
17367         (gnus-agent-unfetch-articles): New function.
17368         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17369         article numbers even when local .overview file is missing.
17370         (gnus-agent-read-article-number): New function.  Only accepts
17371         27-bit article numbers.
17372         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17373         Use gnus-agent-read-article-number.
17374         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17375         from backend while recognizing that article numbers in .overview
17376         must be valid.
17377         (gnus-agent-update-files-total-fetched-for):
17378         Use directory-files-and-attributes to improve performance.
17379         * gnus-int.el (gnus-request-move-article):
17380         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17381         improve performance.
17382
17383         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17384         some users confused by references to .newsrc when they only have a
17385         .newsrc.eld file.
17386         (gnus-convert-mark-converter-prompt)
17387         (gnus-convert-converter-needs-prompt): Fix use of property list.
17388         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17389         New function.  Used internally to only display 'gnus converting
17390         files' message when actually necessary.
17391
17392         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17393         methods now autoloaded.
17394
17395 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17398         identifiers.
17399
17400 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17401
17402         * gnus-picon.el: Fix indentation and closing parenthesis.
17403
17404 2004-09-01  Simon Josefsson  <jas@extundo.com>
17405
17406         * message.el (message-canlock-generate): Require sha1, not
17407         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17408         to require within a function.  Sadly, if sha1.el isn't loaded, the
17409         let binding in m-c-g will hide the defcustom definition, which is
17410         bad.)
17411
17412         * canlock.el: Require sha1, not sha1-el.
17413
17414         * message.el: Don't autoload sha1 (there is a autoload cookie in
17415         sha1.el).
17416
17417         * sha1-el.el: Rename to sha1.el.
17418
17419 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17420
17421         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17422
17423 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17424
17425         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17426
17427 2004-08-30  Kim F. Storm  <storm@cua.dk>
17428
17429         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17430
17431         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17432         Add :group 'nnimap.
17433
17434 2004-08-30  Andreas Schwab  <schwab@suse.de>
17435
17436         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17437         ?* and ?\;.
17438
17439         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17440         and ?\' to symbol instead of whitespace.
17441
17442 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17445
17446         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17447         instead of re-search-forward.
17448
17449         * gnus-uu.el (gnus-uu-save-article): Ditto.
17450         (gnus-uu-post-encode-uuencode): Ditto.
17451
17452         * html2text.el (html2text-clean-list-items): Ditto.
17453         (html2text-clean-dtdd): Ditto.
17454         (html2text-format-tags): Ditto.
17455
17456         * message.el (message-send-mail-with-sendmail): Fix regexp.
17457         (message-fill-field-general): Use search-forward instead of
17458         re-search-forward.
17459         (unbold-region): Ditto.
17460
17461         * nnrss.el (nnrss-request-article): Ditto.
17462
17463         * nnslashdot.el (nnslashdot-request-article): Ditto.
17464
17465         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17466
17467         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17468         "Unrecognized menu descriptor" error in XEmacs.
17469
17470 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17471
17472         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17473         parent article of a sparse article in the thread hashtb.
17474
17475 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17476
17477         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17478         (nnmail-expand-newtext): Lowercase expanded entries if
17479         nnmail-split-lowercase-expanded is non-nil.
17480
17481 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17484
17485         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17486         of gnus-tmp-news-method into string under XEmacs.  It will be
17487         passed to gnus-correct-length which takes only a string argument.
17488
17489 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * gnus-util.el (gnus-bind-print-variables): New macro.
17492         (gnus-prin1): Use it.
17493         (gnus-prin1-to-string): Use it.
17494         (gnus-pp): New function.
17495         (gnus-pp-to-string): New function.
17496
17497         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17498         Replace pp-to-string with gnus-pp-to-string.
17499         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17500         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17501         * gnus-msg.el (gnus-debug): Ditto.
17502         * gnus-score.el (gnus-score-save): Ditto.
17503         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17504         gnus-pp-to-string.
17505         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17506         with gnus-pp.
17507         * score-mode.el (gnus-score-pretty-print): Ditto.
17508         * webmail.el (webmail-debug): Ditto.
17509
17510 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-art.el (article-display-face, article-display-x-face):
17513         Use buffer-read-only.
17514
17515 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * gnus-art.el (article-hide-list-identifiers):
17518         Bind inhibit-read-only as t.
17519
17520 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17521
17522         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17523
17524 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17525
17526         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17527         (gnus-narrow-to-page): Don't assume point-min == 1.
17528         (gnus-article-edit-mode): Derive from message-mode.
17529
17530         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17531         point-min == 1.
17532
17533         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17534         Disable incorrect use of `assert'.
17535
17536         * message.el (message-mode): Set comment-start-skip.
17537
17538
17539 2004-08-22  Sam Steingold  <sds@gnu.org>
17540
17541         * pop3.el (pop3-leave-mail-on-server): New user variable.
17542         (pop3-movemail): Delete mail only when it is nil.
17543
17544 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17547
17548         * mml.el (mml-preview): Use `pop-to-buffer'.
17549
17550         * message.el (message-goto-mail-followup-to): Insert after "To".
17551         (message-carefully-insert-headers): Add comment.
17552
17553         * gnus.el: Remove unused variable `gnus-article-check-size'.
17554
17555         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17556
17557         * gnus-art.el (gnus-button-alist):
17558         Improve `gnus-button-handle-library' entry.
17559
17560 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17561
17562         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17563         Use downcase, since XEmacs capitalizes error messages differently.
17564
17565 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17566
17567         * nntp.el: Add (require 'gnus) due to reference to
17568         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17569
17570 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17571
17572         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17573         Bind `mm-fill-flowed'.
17574
17575         * mm-decode.el (mm-dissect-singlepart): Check it.
17576
17577 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17578
17579         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17580         'imap' for netrc parsing.
17581
17582 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17583
17584         * mailcap.el (mailcap-mime-data): Mark as risky.
17585
17586 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17587
17588         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17589         may be included in the encoded word.
17590         (rfc2047-encode): Don't append a space if the encoded word
17591         includes close parenthesis.
17592
17593 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17596         of text within parentheses.
17597
17598 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17599
17600         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17601         (gnus-encrypt-write-file-contents): Make the password key the file
17602         name PLUS the cipher, not just the cipher.  Also remove failed
17603         passwords from the cache.
17604
17605 2004-08-06  Simon Josefsson  <jas@extundo.com>
17606
17607         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17608         Doc fix.
17609
17610 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17613         LWSP.
17614
17615 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17616
17617         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17618         Try to append in-reply-to: data to the references: header.
17619
17620         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17621         (netrc-parse): Use gnus-encrypt.el functions.
17622
17623         * gnus-encrypt.el: Add new file for encryption support; currently
17624         does only a few GPG ciphers and an internal XOR cipher.
17625
17626         * password.el: Add comments on using password-read-and-add.
17627         (password-read-and-add): Add function to read and add the
17628         password to the cache at once.
17629
17630 2004-07-28  Simon Josefsson  <jas@extundo.com>
17631
17632         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17633         parameter (but don't use it, for now).
17634
17635         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17636         instead of hard coding to nil.
17637
17638 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17641         as mm-inline-image-xemacs does.
17642
17643 2004-07-26  Simon Josefsson  <jas@extundo.com>
17644
17645         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17646         Revert part of 2004-07-17 change below.
17647
17648 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17651         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17652
17653 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17654
17655         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17656         quotes that actually start with ">" at the beginning of the
17657         lines.
17658
17659 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * rfc2047.el (rfc2047-encode-region): Fix last change.
17662         (rfc2047-encode-parameter): Remove useless concat.
17663
17664 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17667         encode special characters; fix some kind of misconfigured headers;
17668         signal a real error if debug-on-quit or debug-on-error is non-nil.
17669         (rfc2047-encode-max-chars): New variable.
17670         (rfc2047-encode-1): Use it.
17671         (rfc2047-encode-parameter): New function.
17672
17673         * mml.el (mml-insert-parameter): Remove an excessive space.
17674
17675 2004-07-17  Simon Josefsson  <jas@extundo.com>
17676
17677         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17678         Kai Grossjohann <kai@emptydomain.de>.
17679         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17680         (gnus-group-make-menu-bar): Ditto.
17681
17682         * gnus-util.el (gnus-group-server): Add.
17683
17684 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17685
17686         * message.el (message-clone-locals): Clone sendmail and smtp
17687         variables.
17688
17689 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * rfc2047.el (rfc2047-encode-region): Fix last change.
17692
17693 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17696         characters as non-special.
17697
17698 2004-07-09  Simon Josefsson  <jas@extundo.com>
17699
17700         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17701         Users will lose all flag changes made while unplugged with
17702         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17703         good default.  See numerous reports on ding mailing list.
17704
17705 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17708         add generate-head-function and generate-article-function to the
17709         rfc822-forward entry.
17710         (nndoc-rfc822-forward-generate-article): New function.
17711         (nndoc-rfc822-forward-generate-head): New function.
17712
17713         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17714
17715 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17716
17717         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17718         respect display group parameter and gnus-summary-expunge-below.
17719         (gnus-articles-to-read): Remove unused reference to display group
17720         parameter.
17721
17722 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17723
17724         * nnheader.el (nnheader-uniquify-message-id): New experimental
17725         variable.
17726         (nnheader-nov-read-message-id): Use it.
17727
17728         * spam-report.el (spam-report-gmane): Add interactive.
17729
17730 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * mm-encode.el (mm-content-transfer-encoding-defaults):
17733         Use qp-or-base64 for the application/* types.
17734
17735 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17736
17737         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17738
17739 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17740
17741         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17742         trim value.
17743
17744 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17745
17746         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17747         New macro and function.
17748         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17749
17750 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17753         after-load-alist.
17754
17755 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756
17757         * gnus-group.el (gnus-group-get-new-news-this-group):
17758         Don't update info that isn't there.
17759
17760 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17761
17762         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17763         entry.
17764
17765 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * mm-view.el (mm-inline-render-with-function): Use multibyte
17768         buffer; decode html source by charset.
17769
17770         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17771
17772         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17773         Mule-UCS is loaded under XEmacs.
17774         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17775
17776 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17777
17778         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17779
17780 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * mm-util.el (mm-coding-system-p): Return a coding-system.
17783         (mm-mime-mule-charset-alist): Use shift_jis instead of
17784         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17785         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17786         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17787         instead of japanese-shift-jis and iso-latin-1 respectively in
17788         order to share the default value with both Emacs and XEmacs-mule.
17789         (mm-mule-charset-to-mime-charset):
17790         Make mm-coding-system-priorities effective.
17791         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17792         while predicating of candidates upon the priorities.
17793
17794 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * gnus-sum.el (gnus-summary-make-menu-bar):
17797         Add gnus-uu-invert-processable.
17798
17799         * gnus.el: Autoload gnus-uu-invert-processable.
17800
17801 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * mm-util.el (mm-with-multibyte-buffer): New macro.
17804
17805         * rfc2047.el (rfc2047-encode-string): Use it.
17806         (rfc2047-encode-region): Move point to the end of the region after
17807         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17808
17809 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17812         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17813
17814 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17817         (gnus-cite-parse): Ignore quoted envelope From_.
17818         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17819
17820 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17821
17822         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17823         invalid addresses.
17824
17825 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17826
17827         * spam.el: Change section markers, revise TODO list.
17828         (spam-backends): Make new master list of all installed backends.
17829         (spam-summary-exit-behavior): Add new variable to determine how
17830         messages moves are done at summary exit.
17831         (spam-move-spam-nonspam-groups-only)
17832         (spam-process-ham-in-nonham-groups)
17833         (spam-process-ham-in-spam-groups): Remove variables, the
17834         spam-summary-exit-behavior variable should be used to manage this
17835         behavior.
17836         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17837         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17838         and spam-old-spam-articles.
17839         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17840         Add empty variables, placeholders for the backends they represent.
17841         (spam-set-difference): Move, unchanged.
17842         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17843         unless the user has a processor variable.
17844         (spam-classifications, spam-classification-valid-p)
17845         (spam-backend-properties, spam-backend-property-valid-p)
17846         (spam-backend-function-type-valid-p)
17847         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17848         (spam-report-articles-gmane, spam-report-articles-resend):
17849         Remove functions, they are not needed.
17850         (spam-install-backend-super, spam-backend-list)
17851         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17852         (spam-backend-function, spam-backend-ham-registration-function)
17853         (spam-backend-spam-registration-function)
17854         (spam-backend-ham-unregistration-function)
17855         (spam-backend-spam-unregistration-function)
17856         (spam-backend-statistical-p, spam-backend-mover-p)
17857         (spam-install-backend-alias, spam-install-checkonly-backend)
17858         (spam-install-mover-backend, spam-install-nocheck-backend)
17859         (spam-install-backend, spam-install-statistical-backend)
17860         (spam-install-statistical-checkonly-backend): Add backend installation
17861         support.
17862         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17863         (spam-group-processor-p): Use the new backend code and respect the
17864         summary exit behavior.
17865         (spam-mark-spam-as-expired-and-move-routine): Remove.
17866         (spam-summary-prepare): Change to use the new spam-old-articles
17867         variable.
17868         (spam-copy-or-move-routine, spam-copy-spam-routine)
17869         (spam-move-spam-routine, spam-copy-ham-routine)
17870         (spam-move-ham-routine): Add code to copy/move ham or spam.
17871         (spam-fetch-field-fast): Improve doc and code, plus allow the
17872         'number request.
17873         (spam-list-of-checks, spam-list-of-statistical-checks):
17874         Remove variables.
17875         (spam-split, spam-find-spam): Use the new backend code.
17876         (spam-registration-functions): Remove variable.
17877         (spam-unregister-routine): Add convenience wrapper.
17878         (spam-log-undo-registration, spam-register-routine)
17879         (spam-log-processing-to-registry)
17880         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17881         where possible.
17882         (spam-check-gmane-xref, spam-check-regex-headers)
17883         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17884         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17885         (spam-check-bogofilter-headers, spam-check-spamoracle)
17886         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17887         (spam-check-crm114-headers): Use the spam-split-group that
17888         spam-split prepares, no need to determine it every time.
17889
17890         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17891         to the nnheader-parse-naked-head call.
17892
17893         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17894
17895         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17896         the nnheader-nov-read-message-id call.
17897
17898 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17901         gnus-activate-group twice.  Suggested by Markus Peter
17902         <warp@spin.de>.
17903
17904 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * gnus-art.el (gnus-article-time-format): Exchange the order of
17907         day and month in the default value; fix customization type.
17908         (article-date-ut): Use add-text-properties.
17909         (article-make-date-line): Use message-make-date instead of
17910         current-time-string.
17911
17912         * message.el (message-fetch-field): Don't use set-text-properties.
17913         (message-make-date): Simplify.
17914
17915         * messagexmas.el (message-xmas-make-date): New function.
17916         (message-xmas-redefine): Defalias message-make-date to it.
17917
17918 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17921         (rfc2047-encode-region): Treat text within parentheses as special;
17922         show the original text when error has occurred.
17923
17924         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17925         already-computed method to gnus-activate-group.
17926
17927         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17928         same select-methods identical Lisp objects.
17929
17930         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17931         object when modifying the info.
17932
17933 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17936         gnus-opened-servers since it has never been opened with the new
17937         configuration yet.
17938
17939 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17942         arg to nnheader-generate-fake-message-id.
17943
17944 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17945
17946         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17947         number and build a fake message ID localized to a group and
17948         article number (so it's repeatable from that point on).
17949         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17950         ID format.
17951
17952         * gnus-sum.el (gnus-get-newsgroup-headers):
17953         Call nnheader-generate-fake-message-id with the article number.
17954
17955 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17956
17957         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17958         end-of-buffer.
17959
17960 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961
17962         * message.el (message-ignored-supersedes-headers): Add Approved.
17963
17964 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17967         goto-char.
17968         (rfc2047-encode): Fold the line before encoding.
17969
17970 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17971
17972         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17973         folding -- not all headers can be folded, and this should be done
17974         by the message composition mode.  Probably.  I think.
17975
17976 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17979         fast.
17980
17981         * gnus-ems.el (gnus-remove-image): Don't use
17982         message-text-with-property; remove only the image found first.
17983
17984         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17985         found first.
17986
17987 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17988
17989         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17990
17991 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * message.el (message-text-with-property): Make it fast and accept
17994         optional arguments.
17995         (message-strip-forbidden-properties): Use it.
17996         (message-fix-before-sending): Follow the m-t-w-p change.
17997
17998         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17999
18000 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * gnus-art.el (article-hide-headers): Don't change the buffer
18003         mistakenly when performing mml-preview even if
18004         gnus-single-article-buffer is nil.
18005
18006 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18007
18008         * message.el (message-expand-name-databases): New user option.
18009         (message-expand-name): Use it.
18010
18011 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18012
18013         * spam.el (spam-report-articles-resend)
18014         (spam-report-resend-register-routine): Allow ham reporting.
18015         (spam-report-resend-register-ham-routine): Add wrapper.
18016         (spam-registration-functions): Add ham resending functions.
18017         (spam-list-of-processors): Add ham resend processor.
18018
18019         * gnus.el (ham-resend-to): Add new group parameter.
18020         (spam-process): Add ham resend option.
18021
18022         * spam-report.el (spam-report-resend): Allow reporting ham.
18023         (spam-report-resend-ham): Add wrapper.
18024
18025 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18026
18027         * message.el (message-cite-articles-with-x-no-archive):
18028         New variable.
18029         (message-cite-original): Use it.
18030
18031 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032
18033         * message.el (message-cite-original): Respect X-No-Archive.
18034
18035 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-art.el (article-hide-headers): Refer to the values for
18038         gnus-ignored-headers and gnus-visible-headers in the summary
18039         buffer since a user may have set them as group parameters.
18040
18041 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18042
18043         * assistant.el (assistant-node-name): Add convenience function.
18044         (assistant-render-text, assistant-render-node): Add error handling,
18045         plus handle multiple next nodes.
18046         (assistant-find-next-node): Comment out for now.
18047         (assistant-find-next-nodes): Add function, returns list of next
18048         nodes.
18049
18050 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * mail-source.el (mail-source-directory): Fix doc-string.
18053
18054 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18055
18056         * assistant.el (assistant-render-text, assistant-eval): Add :set
18057         widget type, which is different because it takes and returns a
18058         list.  Much hilarity ensues.
18059
18060 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18061
18062         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18063
18064         * gnus-group.el (gnus-group-get-new-news-this-group):
18065         Add doc-string.
18066
18067         * gnus-start.el (gnus-activate-group): Add doc-string.
18068
18069 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18072
18073 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18074
18075         * assistant.el (assistant-render-text): Try to add a :set
18076         widget, more to come.
18077
18078         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18079         strings.
18080         (spam-report-articles-resend)
18081         (spam-register-routine): Do registration iff any articles warrant
18082         it.
18083         (spam-summary-prepare-exit): Change log message for nil group
18084         destinations.
18085
18086 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18087
18088         * spam.el (spam-report-resend-register-routine):
18089         Allow spam-report-resend-to to be a group parameter or a global value.
18090
18091 2004-05-26  Simon Josefsson  <jas@extundo.com>
18092
18093         * starttls.el: Merge with my GNUTLS based starttls.el.
18094         (starttls-gnutls-program, starttls-use-gnutls)
18095         (starttls-extra-arguments, starttls-process-connection-type)
18096         (starttls-connect, starttls-failure, starttls-success):
18097         New variables.
18098         (starttls-program, starttls-extra-args): Doc fix.
18099         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18100         New functions.
18101         (starttls-negotiate, starttls-open-stream):
18102         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18103         function if it is set.
18104
18105 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18108         structured fields.
18109
18110 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18113
18114 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18115
18116         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18117         Add variable.
18118         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18119         assigning the spam-mark to new messages.
18120
18121 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18122
18123         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18124
18125 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18128
18129         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18130         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18131         default.
18132
18133 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18134
18135         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18136         correct data.
18137
18138 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18139
18140         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18141         (spam-group-processor-p): Fix function.
18142         (spam-group-processor-multiple-p)
18143         (spam-group-spam-processor-report-gmane-p)
18144         (spam-group-spam-processor-report-resend-p)
18145         (spam-group-spam-processor-bogofilter-p)
18146         (spam-group-spam-processor-blacklist-p)
18147         (spam-group-spam-processor-ifile-p)
18148         (spam-group-ham-processor-ifile-p)
18149         (spam-group-spam-processor-spamoracle-p)
18150         (spam-group-spam-processor-crm114-p)
18151         (spam-group-ham-processor-bogofilter-p)
18152         (spam-group-spam-processor-stat-p)
18153         (spam-group-ham-processor-stat-p)
18154         (spam-group-ham-processor-whitelist-p)
18155         (spam-group-ham-processor-BBDB-p)
18156         (spam-group-ham-processor-spamoracle-p)
18157         (spam-group-ham-processor-copy-p): Remove functions with some
18158         prejudice against unneeded code.
18159         (spam-report-articles-resend)
18160         (spam-report-resend-register-routine): Allow the group/topic
18161         spam-resend-to value to override spam-report-resend-to.
18162         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18163         properly now.
18164
18165         * gnus.el (spam-resend-to): Add group/topic parameter.
18166         (spam-process): Move the OBSOLETE processors to the end of the
18167         choices.
18168
18169 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18170
18171         * spam-report.el (spam-report-resend-to, spam-report-resend):
18172         Start with resend-to set to nil, and then ask the user if necessary.
18173         (spam-report-resend): spam-report-resend takes a list of articles, not
18174         separate article numbers.
18175
18176 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18179         addition to emacs-w3m.
18180
18181 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18182
18183         * assistant.el (assistant-authinfo-data): New function.
18184         (assistant-eval): Eval for entire assistant.
18185
18186         * netrc.el (netrc-services-file): New variable.
18187         (netrc-parse-services): New function.
18188         (netrc-find-service-name): New function.
18189         (netrc-find-service-number): New function.
18190         (netrc-port-equal): New function.
18191         (netrc-machine): Use it.
18192
18193         * nnimap.el (nnimap-open-connection): Use netrc.
18194
18195         * gnus-util.el (gnus-netrc-get): Remove aliases.
18196
18197         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18198
18199         * assistant.el (wid-edit): Fix compilation.
18200
18201         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18202
18203 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18204
18205         * gnus-util.el (gnus-set-file-modes): New function.  (small
18206         patch).
18207
18208 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18209
18210         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18211
18212         * assistant.el (assistant-render-node): Fix up rendering and
18213         read-only text.
18214         (assistant-render-node): Reset.
18215         (assistant-make-read-only): Not sticky.
18216
18217 2004-05-20  Danny Siu  <dsiu@adobe.com>
18218
18219         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18220         centered even when gnus-auto-center-summary is t.
18221
18222 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18223
18224         * dns.el (dns-get-txt-answer): New function.
18225         (dns-read-txt): Ditto.
18226         (query-dns): Use it.
18227
18228 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18231         active for foreign groups even if the group level is higher than
18232         the specified value.
18233
18234 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18235
18236         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18237         non-active groups.
18238
18239         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18240
18241 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18242
18243         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18244
18245 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18246
18247         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18248         (spam-crm114-header, spam-crm114-spam-switch)
18249         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18250         (spam-crm114-positive-spam-header)
18251         (spam-crm114-database-directory, spam-list-of-processors)
18252         (spam-group-spam-processor-crm114-p)
18253         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18254         (spam-generic-score, spam-list-of-checks)
18255         (spam-list-of-statistical-checks, spam-registration-functions)
18256         (spam-check-crm114-headers, spam-crm114-score)
18257         (spam-check-crm114, spam-crm114-register-with-crm114)
18258         (spam-crm114-register-spam-routine)
18259         (spam-crm114-unregister-spam-routine)
18260         (spam-crm114-register-ham-routine)
18261         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18262         From asjo@koldfront.dk (Adam Sjøgren).
18263
18264         * gnus.el: Add spam-use-crm114.
18265
18266         * spam.el (spam-list-of-processors, spam-registration-functions):
18267         Add spam-use-resend.
18268         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18269         (spam-report-articles-gmane): Add doc fix.
18270         (spam-report-articles-resend, spam-report-resend-register-routine):
18271         Add wrappers around spam-report-resend-to.
18272
18273         * spam-report.el (spam-report-resend-to, spam-report-resend):
18274         Add support for resending spam.
18275         (spam-report-gmane): Fix line length >80.
18276
18277         * gnus.el (spam-process): Add spam-use-resend.
18278
18279 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18280
18281         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18282         number of processed spam messages.
18283         (spam-ham-copy-or-move-routine): Return the number of processed
18284         ham messages.
18285         (spam-summary-prepare-exit): Use the above values to decide
18286         whether status messages shouled be displayed.
18287
18288 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18291         `rfc2047-encoding-function-alist' in order to avoid conflicting
18292         with the old version.
18293         (rfc2047-encode-region): Concatenate words containing non-ASCII
18294         characters in structured fields; don't encode space-delimited
18295         ASCII words even in unstructured fields; don't break words at
18296         char-category boundaries.
18297         (rfc2047-encode-1): New function.
18298         (rfc2047-encode): Use it; encode text so that it occupies the
18299         maximum width within 76-column; work correctly on Q encoding for
18300         iso-2022-* charsets.
18301         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18302         sure not to break a line just after the header name.
18303         (rfc2047-b-encode-region): Remove.
18304         (rfc2047-b-encode-string): New function.
18305         (rfc2047-q-encode-region): Remove.
18306         (rfc2047-q-encode-string): New function.
18307
18308         * mm-util.el (mm-replace-in-string): New function.
18309
18310 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18311
18312         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18313         Really get it right.
18314         (gnus-inews-make-draft): Really.
18315
18316 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18317
18318         * nnmh.el (nnmh-request-list-1): Don't check the link count
18319         before descending.  (small patch)
18320
18321 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18324         stuff.
18325
18326         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18327         Match on real group name.
18328
18329         * gnus-art.el (gnus-signature-limit): Doc fix.
18330
18331         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18332
18333         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18334
18335 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18336
18337         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18338         isn't a string.
18339
18340 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341
18342         * gnus-draft.el (gnus-draft-send):
18343         Bind rfc2047-encode-encoded-words.
18344
18345         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18346         (rfc2047-encodable-p): Say that =? needs encoding.
18347         (rfc2047-encode-encoded-words): New variable.
18348
18349         * gnus-group.el (gnus-group-select-group): Doc fix.
18350
18351         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18352
18353         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18354         to nil.
18355
18356         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18357
18358         * nnheader.el (nnheader-get-lines-and-char): New function.
18359
18360 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gnus-msg.el (gnus-summary-followup-with-original):
18363         Document yanking of region when active.
18364
18365 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18368         groups if the group level is higher than the specified value.
18369
18370 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18371
18372         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18373         (gnus-group-jump-to-group): Add prefix argument using
18374         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18375         non-active group.
18376
18377         * compface.el (uncompface): Be verbose when changing
18378         `uncompface-use-external'.
18379
18380         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18381         handle manual section.
18382
18383 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18384
18385         * gnus-art.el (gnus-button-alist): Revert previous change.
18386
18387 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18390
18391 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18392
18393         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18394         whether backend can accept message.
18395
18396         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18397
18398 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18399
18400         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18401         Avoid creating directory when nntp-marks-is-evil is true.
18402         Reported by Reiner Steib.
18403
18404 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18405
18406         * gnus-picon.el (gnus-picon-style): New variable.
18407         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18408         (gnus-picon-transform-address): Support `gnus-picon-style'.
18409         From Jesper Harder <harder@ifa.au.dk>.
18410
18411 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18412
18413         * message.el (message-fill-field): Return point.
18414         (message-generate-headers): Go to end of field.
18415
18416         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18417         stuff for non-living groups.
18418
18419 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18420
18421         * gnus-art.el (gnus-article-followup-with-original)
18422         (gnus-article-reply-with-original): gnus-mark-active-p ->
18423         gnus-region-active-p.
18424
18425 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18426
18427         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18428         only when there is spam or ham to be processed.
18429
18430 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18431
18432         * mail-source.el (mail-source-delete-crash-box): Refactor.
18433         (mail-source-fetch): Use it.
18434         (mail-source-fetch-file): Ditto.
18435         (mail-source-fetch-directory): Run postscript in loop.
18436         (mail-source-fetch-pop): Delete.
18437         (mail-source-fetch-maildir): Ditto.
18438         (mail-source-fetch-imap): Ditto.
18439
18440         * imap.el (imap-authenticators): Comment out sasl.
18441
18442         * message.el (message-skip-to-next-address): New function.
18443         (message-fill-header-address): Refactor.
18444         (message-fill-address): Use it.
18445         (message-delete-address): Use it.
18446         (message-fill-header-general): Refactor.
18447         (message-fill-field-address): Rename.
18448         (message-narrow-to-field): Find the start of the header.
18449         (message-header-format-alist): Don't pre-fill.
18450         (message-fill-header): Remove.
18451         (message-insert-header): New function.
18452         (message-shorten-references): Use it.
18453
18454         * rfc2047.el (rfc2047-field-value): Strip props.
18455
18456         * mail-parse.el (mail-header-make-address): New alias.
18457
18458         * ietf-drums.el (ietf-drums-make-address): New function.
18459
18460         * imap.el: Add compiler directives.
18461
18462         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18463
18464         * gnus-art.el (article-decode-idna-rhs): Don't use
18465         message-idna-inside-rhs-p.
18466
18467 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18468
18469         * message.el (message-idna-inside-rhs-p): Remove.
18470         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18471
18472         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18473         false positives.
18474
18475 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18476
18477         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18478
18479 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18480
18481         * nneething.el (nneething-file-name): Don't create spurious
18482         files.
18483
18484         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18485         (gnus-inews-do-gcc): Remove sleep.
18486
18487         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18488         part under point.
18489
18490         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18491         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18492
18493 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18494
18495         * spam.el (spam-summary-prepare-exit): Fix (length).
18496
18497 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18498
18499         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18500         as expired without moving it" message when there are spam
18501         messages left.
18502
18503 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18504
18505         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18506         header is not nil.
18507
18508 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18509
18510         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18511         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18512         (nntp-marks-changed-p): New arg SERVER.
18513         (nntp-request-update-info): Adjust caller.
18514
18515 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18516
18517         * nntp.el (nntp-save-marks): Pass missing arg.
18518
18519 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18520
18521         * nntp.el: Support marks.
18522         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18523         (nntp-marks-modtime, nntp-marks-directory): New variables.
18524         (nntp-request-set-mark, nntp-request-update-info)
18525         (nntp-possibly-create-directory, nntp-marks-changed-p)
18526         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18527         New functions.
18528
18529 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18530
18531         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18532         (gnus-xmas-redefine): Rename.
18533
18534         * gnus-score.el (gnus-score-insert-help):
18535         Use gnus-select-lowest-window.
18536
18537         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18538         appt-select-lowest-window and rename to gnus-select-lowest-window.
18539
18540         * gnus.el: do.
18541
18542 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18543
18544         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18545         encodings of MIME-encoded words, in order to improve
18546         interoperability with several broken MUAs.
18547
18548 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18549
18550         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18551         tags, only when charsets are not specified in headers.
18552         (mm-inline-text-html-render-with-w3m): Ditto.
18553
18554         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18555         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18556
18557 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18558
18559         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18560         instead of MIME-decoded from fields when checking
18561         `gnus-article-address-banner-alist'.
18562
18563 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18566         description rather than subject.
18567
18568 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18569
18570         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18571
18572 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18573
18574         * gnus.el (gnus-version-number): Bump.
18575
18576 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18577
18578         * gnus.el: No Gnus v0.2 is released.
18579
18580 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581
18582         * gnus-agent.el (gnus-agent-read-agentview):
18583         Inline gnus-uncompress-range.
18584
18585 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18586
18587         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18588         `exec-installed-p'.
18589
18590 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18591
18592         * gnus.el (spam-process, spam-autodetect-methods):
18593         Add bsfilter and bsfilter-headers.
18594
18595         * spam.el (spam-bsfilter): New customize group.
18596         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18597         (spam-bsfilter-header, spam-bsfilter-probability-header)
18598         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18599         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18600         (spam-bsfilter-database-directory): New options.
18601         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18602         (spam-list-of-statistical-checks, spam-registration-functions):
18603         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18604         (spam-bsfilter-score): New command.
18605         (spam-check-bsfilter-headers, spam-check-bsfilter)
18606         (spam-bsfilter-register-with-bsfilter)
18607         (spam-bsfilter-register-spam-routine)
18608         (spam-bsfilter-unregister-spam-routine)
18609         (spam-bsfilter-register-ham-routine)
18610         (spam-bsfilter-unregister-ham-routine): New functions.
18611         (spam-generic-score): Support bsfilter; Accept an optional argument
18612         to recalcurate spam score even if scoring header has already been
18613         added.
18614         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18615         optional argument to recalcurate spam score even if scoring header
18616         has already been added.
18617
18618 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18619
18620         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18621         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18622         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18623         link is missing.
18624
18625 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18626
18627         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18628         (html2text-get-attr): Rewrite.
18629
18630         * message.el (message-setup-1): Remove redundant put-text-property
18631         on mail-header-separator.
18632
18633 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18634
18635         * gnus-registry.el (gnus-registry-cache-whitespace)
18636         (gnus-registry-action, gnus-registry-spool-action)
18637         (gnus-registry-split-fancy-with-parent): Change message levels
18638         from 5 to 3 or 7, as needed.
18639
18640         * spam.el (spam-summary-prepare-exit)
18641         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18642         (spam-split, spam-find-spam, spam-log-undo-registration)
18643         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18644         level from 5 to 6.
18645
18646 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18649         2004-03-04 change).
18650
18651 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18652
18653         * sieve-manage.el (sieve-manage-open):
18654         * nnweb.el (nnweb-insert-html):
18655         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18656         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18657         * nnspool.el (nnspool-request-group):
18658         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18659         * nnml.el (nnml-request-update-info):
18660         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18661         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18662         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18663         (nnimap-request-set-mark):
18664         * nnfolder.el (nnfolder-request-update-info):
18665         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18666         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18667         * gnus-uu.el (gnus-uu-find-articles-matching):
18668         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18669         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18670         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18671         * gnus-nocem.el (gnus-nocem-scan-groups):
18672         * gnus-int.el (gnus-start-news-server):
18673         * gnus-group.el (gnus-group-make-kiboze-group)
18674         (gnus-group-browse-foreign-server):
18675         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18676         Use mapc when appropriate.
18677
18678 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         FIXME: Make separate entries for each person.
18681
18682         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18683         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18684         <shields@msrl.com>:
18685
18686         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18687         may need for spam sorting and scoring.
18688         (spam-user-format-function-S): Add user format function suitable for
18689         general use.
18690         (spam-article-sort-by-spam-status): Add sorting function for summary
18691         sorting.
18692         (spam-extra-header-to-number): Add function to get a score from a
18693         header.
18694         (spam-summary-score): Add function to get a numeric score from the
18695         headers.
18696         (spam-generic-score): Fix function doc, was in wrong place.
18697         (spam-initialize): Take symbols when it's run, and install the
18698         extra headers that spam-necessary-extra-headers thinks we need.
18699
18700 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18703         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18704
18705 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * gnus-sum.el (gnus-set-global-variables)
18708         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18709         (gnus-article-get-xrefs, gnus-summary-best-group)
18710         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18711         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18712         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18713         Use with-current-buffer.
18714
18715 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18716
18717         * spam.el (spam-summary-prepare-exit): Simplify logic.
18718         (spam-fetch-article-header): Read the article header if it's not
18719         available.
18720         (spam-list-articles): Simplify logic.
18721         (spam-filelist-register-routine): Fix bug with unregister-list.
18722
18723         * gnus-registry.el: Fix comments at beginning.
18724
18725 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * message.el (message-cater-to-broken-inn): Remove.
18728         (message-shorten-references): Make sure the total folded length of
18729         References is shorter than 998 characters to cater to a bug in INN
18730         2.3.  Also, don't pretend that references aren't folded -- this
18731         hasn't worked for a while.
18732
18733 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18734
18735         * gnus-agent.el (gnus-agentize):
18736         gnus-agent-send-mail-real-function no longer set to current value
18737         of message-send-mail-function but rather a lambda that calls
18738         message-send-mail-function.  The change makes the agent real-time
18739         responsive to user changes to message-send-mail-function.
18740
18741 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18742
18743         * legacy-gnus-agent.el
18744         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18745         help from Florian Weimer <fw@deneb.enyo.de>
18746
18747 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * nnmail.el (nnmail-cache-insert): Revert last change.
18750
18751 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * nnmail.el (nnmail-cache-insert): Always check whether
18754         nnmail-cache-ignore-groups matches a group name.
18755
18756 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18757
18758         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18759         (spam-find-spam, spam-log-processing-to-registry)
18760         (spam-log-registered-p, spam-log-unregistration-needed-p)
18761         (spam-log-undo-registration): Use gnus-message instead of
18762         gnus-error, none of these errors are fatal.
18763
18764         * gnus-registry.el (gnus-registry-clean-empty-function)
18765         (gnus-registry-clean-empty): Remove only empty entries without
18766         extra data.
18767
18768 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18769
18770         * spam-stat.el (spam-stat-buffer-change-to-spam)
18771         (spam-stat-buffer-change-to-non-spam): Change (error) to
18772         (gnus-message 8) invocation.
18773
18774 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * nntp.el (nntp-via-netcat-command): New variable.
18777         (nntp-via-netcat-switches): New variable.
18778         (nntp-open-via-rlogin-and-netcat): New function.
18779         (nntp-open-connection-function): Doc fix.
18780         (nntp-telnet-command): Doc fix.
18781         (nntp-end-of-line): Doc fix.
18782         (nntp-via-rlogin-command): Doc fix.
18783         (nntp-via-user-name): Doc fix.
18784         (nntp-via-address): Doc fix.
18785
18786 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18789         error in Emacs 21.1.
18790
18791 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18794
18795 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18796
18797         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18798         (gnus-agent-with-refreshed-group): New macro.
18799         (gnus-agent-rename-group): New function.
18800         (gnus-agent-delete-group): New function.
18801         (gnus-agent-save-group-info): Use gnus-command-method when
18802         `method' parameter is nil.  Don't write nil entries into the
18803         active file.
18804         (gnus-agent-get-group-info): New function.
18805         (gnus-agent-fetch-articles):
18806         Use gnus-agent-update-files-total-fetched-for to increment disk space
18807         used.
18808         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18809         Use gnus-agent-update-view-total-fetched-for to increment disk space
18810         used.
18811         (gnus-agent-get-local): Add optional parameters to avoid calling
18812         gnus-group-real-name and gnus-find-method-for-group.
18813         (gnus-agent-set-local): Delete stored entry if either min, or max,
18814         are nil.
18815         (gnus-agent-fetch-session): Reworded error/quit messages.
18816         On quit, use gnus-agent-regenerate-group to record existance of any
18817         articles fetched to disk before the quit occurred.
18818         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18819         gnus-agent-update-view-total-fetched-for, and
18820         gnus-agent-update-files-total-fetched-for to decrement disk space
18821         used.
18822         (gnus-agent-retrieve-headers):
18823         Use gnus-agent-update-view-total-fetched-for to increment disk space
18824         used.
18825         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18826         with gnus-agent-update-files-total-fetched-for to decrement disk
18827         space and fresh group buffer.
18828         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18829         (gnus-agent-need-update-total-fetched-for): New variable.
18830         (gnus-agent-update-files-total-fetched-for): New function.
18831         (gnus-agent-update-view-total-fetched-for): New function.
18832         (gnus-agent-total-fetched-for): New function.
18833
18834         * gnus-cache.el (gnus-cache-save-buffers):
18835         Use gnus-cache-update-overview-total-fetched-for to change disk space
18836         used by this group.
18837         (gnus-cache-possibly-enter-article):
18838         Use gnus-cache-update-file-total-fetched-for to increment disk space
18839         used by this group.
18840         (gnus-cache-possibly-remove-article):
18841         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18842         used by this group.
18843         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18844         (gnus-cache-rename-group): New function.
18845         (gnus-cache-delete-group): New function.
18846         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18847         (gnus-cache-need-update-total-fetched-for): New variable.
18848         (gnus-cache-with-refreshed-group): New macro.
18849         (gnus-cache-update-file-total-fetched-for): New function.
18850         (gnus-cache-update-overview-total-fetched-for): New function.
18851         (gnus-cache-rename-group-total-fetched-for): New function.
18852         (gnus-cache-delete-group-total-fetched-for): New function.
18853         (gnus-cache-total-fetched-for): New function.
18854
18855         * gnus-group.el: Require gnus-sum and autoload functions to
18856         resolve warnings when gnus-group.el compiled alone.
18857         (gnus-group-line-format): Documented new %F.
18858         (size of Fetched data) group line format; identifies disk space
18859         used by agent and cache.
18860         (gnus-group-line-format-alist): Defined new F format.
18861         (gnus-total-fetched-for): New function.
18862         (gnus-group-delete-group): No longer update
18863         gnus-cache-active-altered as gnus-request-delete-group now keeps
18864         the cache in sync.
18865         (gnus-group-list-active): Let the agent store a server's active
18866         list if currently plugged.
18867
18868         * gnus-int.el (gnus-request-delete-group):
18869         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18870         local disk in sync with the server.
18871         (gnus-request-rename-group):
18872         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18873         local disk in sync with the server.
18874
18875         * gnus-start.el (gnus-get-unread-articles):
18876         Cosmetic simplification to logic.
18877
18878         * gnus-util.el (gnus-rename-file): New function.
18879
18880 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18881
18882         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18883
18884 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18885
18886         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18887         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18888
18889 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18890
18891         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18892         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18893
18894 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18895
18896         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18897
18898 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18899
18900         * spam.el (spam-set-difference): Add function to replace
18901         gnus-set-difference in spam.el.
18902         (spam-summary-prepare-exit): Use spam-set-difference.
18903
18904 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18905
18906         * gnus-registry.el (gnus-registry-cache-file): Update to use
18907         gnus-dribble-directory OR gnus-home-directory OR ~.
18908         (gnus-registry-split-fancy-with-parent): Fix doc.
18909
18910 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * message.el (message-exchange-point-and-mark):
18913         Use message-mark-active-p.  Suggested by Jesper Harder
18914         <harder@ifa.au.dk>.
18915
18916 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * message.el (message-exchange-point-and-mark): Don't activate
18919         region if it was inactive.  Suggested by Hiroshi Fujishima
18920         <pooh@nature.tsukuba.ac.jp>.
18921
18922 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * gnus-art.el (article-display-face): Display Faces in the same
18925         order as X-Faces.
18926
18927 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18930
18931 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18934         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18935         (gnus-article-mime-hierarchy): Remove.
18936         (gnus-article-mime-hierarchy-next): Remove.
18937         (gnus-article-mode): Revert 2004-03-19 change.
18938         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18939         (gnus-insert-mime-button): Revert 2004-03-19 change.
18940         (gnus-mime-accumulate-hierarchy): Remove.
18941         (gnus-mime-enter-multipart): Remove.
18942         (gnus-mime-leave-multipart): Remove.
18943         (gnus-mime-display-part): Revert 2004-03-19 change.
18944         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18945
18946         * mml.el (mml-preview): Revert 2004-03-19 change.
18947
18948 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18949
18950         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18951
18952 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18955         t while entering a file name using the mm-with-multibyte macro.
18956         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18957
18958         * mm-util.el (mm-with-multibyte): New macro.
18959
18960 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18963         New user option.
18964         (gnus-mime-multipart-functions): Doc and customization fix.
18965         (gnus-article-mime-hierarchy): New variable.
18966         (gnus-article-mime-hierarchy-next): New variable.
18967         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18968         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18969         gnus-article-mime-hierarchy-next to nil.
18970         (gnus-insert-mime-button): Show hierarchy numbers.
18971         (gnus-mime-accumulate-hierarchy): New function.
18972         (gnus-mime-enter-multipart): New function.
18973         (gnus-mime-leave-multipart): New function.
18974         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18975         (gnus-mime-display-alternative): Show hierarchy numbers.
18976
18977         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18978         gnus-article-mime-hierarchy-next to nil.
18979
18980 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18981
18982         * dns.el: Don't require gnus-xmas.
18983
18984 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18985
18986         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18987         inline PGP.
18988         (mml-menu): Disable mml-quote-region if mark is inactive.
18989
18990 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18993         when the group's active is not available.
18994
18995 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18998         error.
18999
19000 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * imap.el (imap-store-password): New variable.
19003         (imap-interactive-login): Use it.
19004         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19005
19006 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19009         window-start and hscroll to summary window.
19010
19011 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19012
19013         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19014         conversion message to newsrc-dribble when an actual conversion is
19015         performed.
19016
19017 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19018
19019         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19020
19021 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * mm-decode.el (mm-complicated-handles): New function reviving
19024         former definition of mm-multiple-handles.
19025
19026         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19027         (gnus-mime-delete-part): Use it.
19028
19029 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19030
19031         * gnus-agent.el (gnus-agent-read-local):
19032         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19033         avoid the implicit assumption that they will always be equal.
19034         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19035         coding-system-for-write, as the with-temp-file macro first prints
19036         to a buffer then saves the buffer.
19037
19038 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19039
19040         * gnus-art.el (gnus-article-edit-part): New function.
19041         (gnus-mime-save-part-and-strip): Use it; do query instead of
19042         signaling an error; don't use mm-multiple-handles.
19043         (gnus-mime-delete-part): Ditto.
19044
19045 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19046
19047         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19048         old file versions.
19049         (gnus-group-prepare-hook): Remove function that converted list
19050         form of gnus-agent-expire-days to group properties.
19051
19052         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19053         (gnus-request-accept-article): Re-indented.
19054
19055         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19056         converters to handle old agent file formats.  Add logic for a
19057         "backup before upgrading warning".
19058         (gnus-convert-mark-converter-prompt): Developers can mark
19059         functions as needing (default), or not needing,
19060         gnus-convert-old-newsrc's "backup before upgrading warning".
19061         (gnus-convert-converter-needs-prompt): Tests whether the user
19062         should be protected from potentially irreversable changes by the
19063         function.
19064
19065         * legacy-gnus-agent.el: New.  Provides converters that are only
19066         loaded when gnus-convert-old-newsrc needs to call them.
19067
19068 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * mail-source.el (mail-source-touch-pop): Doc fix.
19071
19072         * message.el (message-smtpmail-send-it): Doc fix.
19073
19074 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19075
19076         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19077
19078         * nnmail.el (nnmail-split-fancy): do.
19079
19080         * gnus-kill.el (gnus-kill, gnus-execute): do.
19081
19082 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19083
19084         * gnus-sum.el (gnus-widget-reversible-match)
19085         (gnus-widget-reversible-to-internal)
19086         (gnus-widget-reversible-to-external): New functions.
19087         (gnus-widget-reversible): New widget.
19088         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19089
19090 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19091
19092         * gnus-sum.el (gnus-thread-sort-functions)
19093         (gnus-article-sort-functions): Document `(not F)' items.
19094
19095 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19096
19097         * spam.el (spam-use-gmane-xref): Add new backend.
19098         (spam-gmane-xref-spam-group): Add variable to control the name of the
19099         Gmane spam group.
19100         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19101         (spam-regex-headers-spam, spam-regex-headers-ham)
19102         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19103         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19104         backends and checks.
19105         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19106
19107         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19108         an autodetect method.
19109
19110 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19111
19112         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19113         articles are being added to a group.
19114         (gnus-request-replace-article): Inform the agent that articles
19115         need to be uncached as the cached contents are no longer valid.
19116
19117 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * binhex.el: Don't autoload executable-find.
19120
19121         * canlock.el: Don't autoload mail-fetch-field.
19122
19123         * dgnushack.el: Autoload c-mode for XEmacs.
19124
19125         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19126
19127         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19128         rmail-dont-reply-to and rmail-output.
19129
19130         * gnus-score.el: Don't autoload ffap-string-at-point.
19131
19132         * gnus-setup.el: Don't autoload sc-cite-original.
19133
19134         * imap.el: Don't autoload base64-decode-string,
19135         base64-encode-string and md5.
19136
19137         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19138         and rmail-msg-restore-non-pruned-header.
19139
19140         * mm-decode.el: Don't autoload executable-find.
19141
19142         * mm-url.el: Don't autoload executable-find.
19143
19144         * mm-view.el: Don't autoload diff-mode.
19145
19146         * nndb.el: Don't autoload news-reply-mode, news-setup,
19147         cancel-timer and telnet.
19148
19149         * password.el: Don't autoload run-at-time for Emacs.
19150
19151         * sha1-el.el: Don't autoload executable-find.
19152
19153         * sieve-mode.el: Don't autoload c-mode.
19154
19155         * uudecode.el: Don't autoload executable-find.
19156
19157 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19158
19159         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19160         (gnus-agent-possibly-alter-active): Avoid null in numeric
19161         comparison.
19162         (gnus-agent-set-local): Refuse to save null in local object table.
19163         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19164         list of articles that will be marked as unread.
19165
19166 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19169
19170 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19173         language tags.
19174
19175 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19176
19177         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19178         Don't bind "obarray".
19179
19180         * gnus-sum.el (gnus-thread-sort-functions):
19181         Add `gnus-thread-sort-by-most-recent-number' and
19182         `gnus-thread-sort-by-most-recent-date'.
19183         Reported by Kai Grossjohann <kai@emptydomain.de>.
19184
19185 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19188
19189 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19190
19191         * gnus-cus.el (gnus-agent-customize-category):
19192         Remove ignore-errors macro reference that required cl to be loaded at
19193         run-time.
19194
19195         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19196         single-interval range of the form (min . max).  Previously the
19197         range had to look like ((min . max)).  Likewise, return
19198         (min . max) rather than ((min . max)).
19199         (gnus-range-map): Use gnus-range-normalize to accept
19200         single-interval range.
19201
19202         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19203         the cache, but not the agent, now appear with their usual face.
19204
19205         * dgnushack.el (loaddir): New variable that is bound to the
19206         directory containing the dgnushack.el file. Use loaddir, rather
19207         than srcdir, to update load-path. Change lets dgnushack compile
19208         code in directories other than GNUS/lisp.
19209
19210 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * lpath.el: Don't bind w3m-safe-url-regexp.
19213
19214         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19215         w3m-safe-url-regexp variable buffer-local.
19216
19217         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19218
19219 2004-02-27  Simon Josefsson  <jas@extundo.com>
19220
19221         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19222         gnus-group-real-prefix.
19223         (gnus-summary-move-article): Use it, instead of
19224         gnus-group-real-prefix.
19225
19226 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * lpath.el: Bind w3m-safe-url-regexp.
19229
19230         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19231         w3m-safe-url-regexp variable buffer-local and set it as the value
19232         of mm-w3m-safe-url-regexp.
19233
19234         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19235
19236         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19237         parsing gnus-posting-styles when the message is not for replying.
19238
19239         * dgnushack.el: Autoload sgml-mode for XEmacs.
19240
19241         * nnrss.el (nnrss-opml-export):
19242         Use mm-set-buffer-file-coding-system instead of
19243         set-buffer-file-coding-system.
19244
19245 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19246
19247         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19248         of checkdoc.el).
19249         * nnrss.el: do.
19250         * gnus-mlspl.el: do.
19251         * gnus-ml.el: do.
19252         * gnus-srvr.el: do.
19253
19254         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19255
19256 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19257
19258         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19259         Corrections to custom-manual links.
19260
19261         * gnus-art.el (gnus-article): Ditto.
19262
19263         * mm-decode.el (mime-display, mime-security): Ditto.
19264
19265 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19266
19267         * flow-fill.el: Typo.
19268
19269 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19270
19271         * spam-wash.el: New file.
19272
19273 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19274
19275         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19276
19277 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19278
19279         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19280         to be run with new-articles as LIST1, not LIST2.
19281         (spam-registration-functions): Add spam-use-ham-copy as a nil
19282         registration backend.
19283
19284 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * spam-stat.el (spam-stat-washing-hook): New option.
19287         (spam-stat-buffer-words): Use it.
19288         (spam-stat-process-directory, spam-stat-test-directory):
19289         Use insert-file-contents-literally.
19290         (spam-stat-coding-system): New variable.
19291         (spam-stat-load, spam-stat-save): Use it.
19292
19293 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * spam-report.el (spam-report-plug-agent):
19296         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19297
19298 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19299
19300         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19301         Allow / in mailto URLs.
19302
19303 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * spam-report.el (spam-report-process-queue): Fix interactive use.
19306         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19307         (spam-report-unplug-agent): Doc fixes.
19308         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19309         (spam-report-agentize, spam-report-deagentize): Autoload.
19310
19311 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19314
19315         * message.el (message-setup-fill-variables): Add mml tags to
19316         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19317         <ajk@iu.edu>.
19318         (message-mode): Don't modify paragraph-separate there.
19319
19320 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * compface.el (uncompface-use-external): Default to undecided.
19323         (uncompface-use-external-threshold): New variable.
19324         (uncompface-float-time): New macro.
19325         (uncompface): Determine whether to use the external decoder if
19326         uncompface-use-external is undecided.
19327
19328 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19329
19330         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19331         after images.
19332
19333         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19334
19335 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19336
19337         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19338
19339         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19340
19341         * gnus-sum.el (gnus-summary-limit-to-age)
19342         (gnus-summary-limit-children): do.
19343
19344         * gnus-int.el (gnus-request-scan): do.
19345
19346         * gnus-group.el (gnus-group-suspend): do.
19347
19348         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19349
19350         * gnus-cite.el (gnus-cite-parse-attributions): do.
19351
19352         * gnus-agent.el (gnus-summary-set-agent-mark)
19353         (gnus-agent-regenerate-group): do.
19354
19355         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19356
19357         * binhex.el (binhex-decode-region-internal): do.
19358
19359 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * gnus-fun.el (gnus-face-properties-alist): New user option.
19362         (gnus-display-x-face-in-from): Use it.
19363
19364         * gnus-art.el (article-display-face): Ditto.
19365
19366         * compface.el (uncompface-use-external): Default to nil.
19367
19368 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * nntp.el (nntp-erase-buffer): New function.
19371         (nntp-retrieve-data, nntp-send-command)
19372         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19373         (nntp-possibly-change-group): Use it.
19374
19375         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19376         Use with-current-buffer.
19377
19378 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19379
19380         * compface.el: Merge the ELisp-based uncompface program.
19381         (compface): New customization group.
19382         (uncompface-use-external): New user option.
19383         (uncompface): Call uncompface-internal if uncompface-use-external
19384         is nil.
19385         (uncompface-internal): New function.  Note that there are also
19386         some other functions and variables added for this function.
19387
19388 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19389
19390         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19391         if necessary.
19392
19393 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19394
19395         * spam-report.el (spam-report-unplug-agent)
19396         (spam-report-plug-agent, spam-report-deagentize)
19397         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19398         Add support for the Agent in spam-report: when unplugged, report to a
19399         file; when plugged, submit all the requests.
19400
19401         * spam.el (spam-register-routine): Fix message about
19402         registration.
19403
19404 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19405
19406         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19407         dependencies.
19408         (rfc2047-encode): Use it.
19409
19410         * gnus-art.el (gnus-button-marker-list): Move before first
19411         reference.
19412
19413         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19414         (imap-parse-body): Fix format string mismatch.
19415
19416         * gnus-score.el (gnus-summary-increase-score): do.
19417
19418         * nnrss.el (nnrss-close): New function.
19419
19420 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19421
19422         * nnrss.el (nnrss-make-filename): New function.
19423         (nnrss-request-delete-group, nnrss-read-server-data)
19424         (nnrss-save-server-data, nnrss-read-group-data)
19425         (nnrss-save-group-data): Use it.
19426         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19427         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19428         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19429
19430 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19431
19432         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19433
19434 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19435
19436         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19437         files.
19438
19439         * message.el (message-generate-headers-first): Don't quote nil
19440         and t in docstrings.
19441
19442         * imap.el (imap-id): do.
19443
19444         * gnus-agent.el (gnus-agent-consider-all-articles)
19445         (gnus-agent-queue-mail): do.
19446
19447 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19448
19449         * spam-report.el (spam-report-process-queue): New function.
19450         Process requests from `spam-report-requests-file'.
19451         (spam-report-process-queue): Doc fix.
19452
19453 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19454
19455         * spam.el (spam-register-routine)
19456         (spam-log-processing-to-registry, spam-log-registered-p)
19457         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19458         Change "check" to "spam-check" for semi-clarity.
19459
19460 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19461
19462         * pop3.el: Require nnheader.
19463
19464         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19465
19466         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19467
19468         * gnus-picon.el: Require cl.
19469
19470         * gnus-fun.el: Require gnus-ems and gnus-util.
19471
19472         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19473
19474         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19475
19476         * gnus-art.el (gnus-article-edit-mode): Define before first
19477         reference.
19478
19479 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19480
19481         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19482         (gnus-uu-post-encoded): Use point-at-bol.
19483
19484         * gnus-topic.el (gnus-group-active-topic-p): do.
19485
19486         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19487
19488         * gnus-group.el (gnus-group-kill-region): do.
19489
19490         * gnus-art.el (article-date-ut): do.
19491
19492         * message.el (message-fetch-field): Remove redundant
19493         case-fold-search binding.
19494         (message-narrow-to-field): Simplify.
19495
19496 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19497
19498         * spam.el (spam-directory): Derive from `gnus-directory'.
19499
19500         * spam-report.el (spam-report-url-to-file)
19501         (spam-report-requests-file): New function and variable for offline
19502         reporting.
19503         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19504         and user defined function.
19505         (spam-report-url-ping-mm-url): Remove doubled slash.
19506
19507 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19508
19509         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19510
19511 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19512
19513         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19514         Fix format string mismatch.
19515
19516         * sieve.el (sieve-deactivate-all): do.
19517
19518         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19519
19520         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19521
19522         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19523
19524         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19525
19526 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19527
19528         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19529         the list of checks.
19530
19531 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19532
19533         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19534         padding.
19535
19536 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19537
19538         * mm-view.el (mm-fill-flowed): New variable.
19539         (mm-inline-text): Use it.
19540
19541 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19542
19543         * spam.el (spam-spamassassin-register-ham-routine)
19544         (spam-spamassassin-register-spam-routine): Fix function names.
19545
19546 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * gnus.el (gnus-tmp-grouplens): Remove.
19549         (gnus-summary-line-format): Remove grouplens.
19550
19551         * gnus-group.el (gnus-group-line-format): Ditto.
19552
19553         * gnus-spec.el (gnus-format-specs): Ditto.
19554         (gnus-update-format-specifications): Flush the group format spec
19555         cache if there's the grouplens stuff.
19556         (gnus-parse-simple-format): Replace %l with the empty string.
19557
19558 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19559
19560         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19561         omission.
19562
19563 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19566         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19567
19568 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19569
19570         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19571         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19572         New macros and functions.
19573         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19574         Handle > NLINK_MAX messages.
19575         * nnmaildir.el (nnmaildir-request-set-mark):
19576         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19577
19578 2004-01-25  Alex Schroeder  <alex@gnu.org>
19579
19580         * spam-stat.el (spam-stat-process-directory-age): New option.
19581         (spam-stat-process-directory): Use it.
19582
19583 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19584
19585         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19586         (spam-stat-save): Accept prefix argument.
19587
19588 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19589
19590         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19591         links" error.
19592
19593 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19594
19595         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19596         the rest of the and/or forms.
19597
19598 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19599
19600         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19601         compatibility with old .newsrc.eld files.
19602
19603         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19604
19605         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19606
19607         * gnus-start.el (gnus-1): do.
19608
19609         * gnus-group.el (gnus-group-line-format-alist): do.
19610
19611         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19612
19613         * gnus-gl.el: Remove.
19614
19615 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19616
19617         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19618         marks consisting of a single range {for example, (3 . 5)} rather
19619         than a list of a single range { ((3 . 5)) }.
19620
19621 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19622
19623         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19624         Use with-current-buffer.
19625         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19626         avoid consing a string.
19627
19628         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19629         Remove obsolete entries for big5 and gb2312.
19630
19631 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19632
19633         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19634         uncompressed list.
19635
19636 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19637
19638         * spam-stat.el (spam-stat-strip-xref): New function.
19639         (spam-stat-process-directory): Use it.
19640
19641         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19642         here -- it's done in message-fetch-field.
19643
19644 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19645
19646         * gnus-agent.el (gnus-agent-queue-mail)
19647         (gnus-agent-prompt-send-queue): New variables.
19648         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19649         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19650         "nndraft:queue" along to gnus-draft-send.
19651         Use gnus-agent-prompt-send-queue.
19652         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19653         is "nndraft:queue".  Suggested by Gaute Strokkenes
19654         <gs234@srcf.ucam.org>
19655
19656         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19657         (agent-enable-undownloaded-faces): Add.
19658         (gnus-agent-cat-groups): Use eval-and-compile, not
19659         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19660         method of gnus-agent-cat-groups even when the buffer has been
19661         evaled.
19662         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19663         delete gnus-agent-save-active-1.
19664         (gnus-agent-save-groups): Delete.  Identical to
19665         gnus-agent-save-active.
19666         (gnus-agent-write-active): No longer adjust agent's copy of active
19667         file as agent's adjustments are now stored in their own
19668         file.  Remove optional parameter.
19669         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19670         servers.  Add use of min/max range limits from server's local
19671         file.
19672         (gnus-agent-save-alist): Remove unused optional argument.
19673         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19674         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19675         (gnus-agent-set-local): A per-server file that keeps min/max range
19676         limits for articles known to the agent.  Provides a fast mechanism
19677         for altering many active ranges.
19678         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19679         active file (local makes it unnecessary).
19680         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19681
19682         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19683         (agent-enable-undownloaded-faces): Add.
19684
19685         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19686         disable it when sending to "nndraft:queue".
19687         (gnus-group-send-queue): Add safety check to avoid sending queue
19688         when unplugged.
19689
19690         * gnus-group.el (gnus-group-catchup): Use new
19691         gnus-sequence-of-unread-articles, not
19692         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19693         numbers of articles.  Use gnus-range-map to avoid having to
19694         uncompress the unread list.
19695         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19696         Fix invalid ange-ftp reference.
19697
19698         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19699         (gnus-sorted-range-intersection): Intersection of two ranges
19700         without requiring that they first be uncompressed.
19701
19702         * gnus-start.el (gnus-activate-group): Unless blocked by the
19703         caller, possibly expand the active range to include both cached
19704         and agentized articles.
19705         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19706         multiple version-dependent converters.
19707         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19708         gnus-agent-save-active.
19709         (gnus-save-newsrc-file): Save dirty agent range limits.
19710
19711         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19712         gnus-agent-possibly-alter-active.
19713         (gnus-adjust-marked-articles): Faster handling of simple lists.
19714
19715 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19716
19717         * spam-stat.el (spam-stat-test-directory): New optional argument
19718         displays a list of files detected.  Suggested by Andrew Cohen
19719         <cohen@andy.bu.edu>.
19720         (spam-stat-buffer-words-with-scores): Don't narrow and change
19721         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19722
19723 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19724
19725         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19726         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19727         (spam-spamassassin-arguments)
19728         (spam-spamassassin-spam-flag-header)
19729         (spam-spamassassin-positive-spam-flag-header)
19730         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19731         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19732         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19733         (spam-list-of-processors, spam-list-of-checks)
19734         (spam-list-of-statistical-checks, spam-registration-functions)
19735         (spam-check-spamassassin-headers, spam-check-spamassassin)
19736         (spam-spamassassin-score)
19737         (spam-spamassassin-register-with-sa-learn)
19738         (spam-spamassassin-register-spam-routine)
19739         (spam-spamassassin-register-ham-routine)
19740         (spam-assassin-register-spam-routine)
19741         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19742         (spam-bogofilter-score): Fix to show article before scoring.
19743
19744 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19745
19746         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19747         default scoring function.
19748         (spam-generic-score): Call spam-spamassassin-score if
19749         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19750         spam-bogofilter-score otherwise.
19751
19752         * gnus.el (spam-process, spam-autodetect-methods):
19753         Add spamassassin and spamassassin-headers.
19754
19755 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19756
19757         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19758         Suppress unnecessary messages.
19759
19760 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19761
19762         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19763         make-hash-table.
19764
19765 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * canlock.el (base64-encode-string): Don't autoload it.
19768
19769 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * run-at-time.el: Remove useless (require 'itimer),
19772         eval-and-compile and (featurep 'xemacs).
19773
19774 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19775
19776         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19777         GROUP is a virtual group.
19778
19779 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19780
19781         * gnus.el: Autoload `message-y-or-n-p'.
19782
19783 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19784
19785         * pgg-parse.el: Remove unnecessary (require 'custom).
19786
19787         * pgg-def.el: do.
19788
19789         * nnmail.el: do.
19790
19791         * gnus-undo.el: do.
19792
19793         * gnus-picon.el: do.
19794
19795         * gnus-util.el: do.
19796
19797 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19800
19801 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19804         handle, as well as a list.
19805
19806         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19807         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19808         (mm-w3m-cid-retrieve): Simplify.
19809
19810 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19811
19812         * message.el (message-kill-to-signature): Allow prefix arg to
19813         specify number of lines to keep before signature.
19814
19815 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19816
19817         * message.el (message-kill-to-signature): Change docstring.
19818
19819 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * canlock.el: Always require sha1-el.
19822         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19823
19824         * message.el: Autoload sha1 only when compiling.
19825
19826         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19827         eudc-expand-inline for XEmacs.
19828
19829 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19830
19831         * message.el (message-canlock-generate): Require sha1-el.
19832
19833 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19834
19835         * message.el (message-expand-name): Silence the byte compiler.
19836
19837         * lpath.el: Add detect-coding-system.
19838
19839         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19840         cus-edit.
19841
19842 2004-01-13  Simon Josefsson  <jas@extundo.com>
19843
19844         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19845         Invoke gnus-score-mode.
19846         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19847
19848         * gnus-range.el (gnus-compress-sequence): Doc fix.
19849         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19850
19851 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19852
19853         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19854
19855 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19856
19857         * spam.el (spam-get-article-as-string): Update to use
19858         gnus-request-article-this-buffer, much simpler.
19859         (spam-get-article-as-buffer): Remove.
19860
19861 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19862
19863         * message.el (message-expand-name): Use EUDC if the user uses that.
19864
19865 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19866
19867         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19868         character for the encoding to avoid consing a string.
19869
19870         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19871         unnecessarily.
19872
19873         * mm-util.el (mm-replace-chars-in-string): Remove.
19874
19875         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19876         of mm-replace-chars-in-string.
19877
19878 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19879
19880         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19881
19882         * mm-util.el (mm-subst-char-in-string): Support inplace.
19883
19884         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19885         a new string in every iteration.  Use shy groups.
19886
19887 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19888
19889         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19890         * gnus-soup.el (gnus-soup-group-brew):
19891         * gnus-msg.el (gnus-put-message):
19892         * gnus-move.el (gnus-group-move-group-to-server):
19893         * gnus-kill.el (gnus-batch-score):
19894         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19895         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19896         (gnus-group-update-group, gnus-group-read-group)
19897         (gnus-group-make-group, gnus-group-make-help-group)
19898         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19899         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19900         (gnus-group-sort-by-unread, gnus-group-catchup)
19901         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19902         (gnus-group-yank-group, gnus-group-set-info)
19903         (gnus-group-list-groups):
19904         * gnus.el (gnus-generate-new-group-name):
19905         * gnus-delay.el (gnus-delay-send-queue):
19906         * nnvirtual.el (nnvirtual-catchup-group):
19907         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19908         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19909         (gnus-group-prepare-topics, gnus-topic-check-topology):
19910         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19911         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19912         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19913         (gnus-group-make-articles-read):
19914         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19915         (gnus-group-change-level, gnus-kill-newsgroup)
19916         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19917         (gnus-get-unread-articles, gnus-make-articles-unread)
19918         (gnus-make-ascending-articles-unread): Use accessor
19919         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19920         to get group information for improved readability.
19921
19922
19923 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19924
19925         * gnus-art.el (article-decode-mime-words, article-babel)
19926         (gnus-article-highlight-signature, gnus-article-add-buttons)
19927         (gnus-signature-toggle): Use gnus-with-article-buffer.
19928
19929         * gnus-art.el (gnus-article-highlight-headers)
19930         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19931
19932         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19933         (gnus-article-set-globals, gnus-request-article-this-buffer)
19934         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19935         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19936         (gnus-mime-display-alternative): Use with-current-buffer.
19937
19938 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19939
19940         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19941         also under 80 char limit, and call gnus-error if needed.
19942         (spam-fetch-article-header): Fix - it was a
19943         buffer-local variable (gnus-newsgroup-data).
19944         (spam-find-spam): Use spam-generate-fake-headers, forget about
19945         spam-insert-fake-headers.
19946         (spam-insert-fake-headers): Remove.
19947
19948 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * deuglify.el (gnus-article-outlook-unwrap-lines)
19951         (gnus-outlook-rearrange-article)
19952         (gnus-outlook-repair-attribution-outlook)
19953         (gnus-outlook-repair-attribution-block)
19954         (gnus-outlook-repair-attribution-other): Remove redundant
19955         save-excursion.
19956
19957 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19958
19959         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19960         (spam-fetch-field-subject-fast)
19961         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19962         (spam-fetch-article-header): Add functions to deal with Gnus
19963         internals for fast retrieval of article header data.
19964         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19965
19966 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19967
19968         * pop3.el (pop3-md5): Remove.
19969         (pop3-apop): Replace pop3-md5 with md5.
19970
19971         * mm-bodies.el: base64 is always built-in.
19972
19973         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19974         Use with-current-buffer.
19975
19976 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * canlock.el (canlock-insert-header): Remove excessive grouping in
19979         regexp.
19980
19981         * gnus-sum.el (gnus-summary-read-document): Ditto.
19982
19983         * gnus-uu.el (gnus-uu-part-number): Ditto.
19984
19985         * html2text.el (html2text-remove-tags): Ditto.
19986         (html2text-format-tags): Ditto.
19987         (html2text-format-single-elements): Ditto.
19988
19989         * mml.el (mml-parse-1): Ditto.
19990
19991 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19992
19993         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19994
19995         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19996
19997         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19998
19999         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20000
20001 2003-11-15  Simon Josefsson  <jas@extundo.com>
20002
20003         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20004         (pgg-gpg-lookup-key): Use regexp match instead of
20005         split-string (split-string is different between emacs 21.2 and
20006         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20007
20008 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20009
20010         * gnus-art.el (gnus-mime-view-all-parts)
20011         (gnus-article-part-wrapper, gnus-article-view-part):
20012         Use with-current-buffer.
20013
20014 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20015
20016         * spam.el (spam-disable-spam-split-during-ham-respool)
20017         (spam-spamoracle-database, spam-cache-lookups)
20018         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20019         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20020         (spam-group-ham-marks, spam-group-spam-marks)
20021         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20022         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20023         also add spam-use-blackholes to the statistical checks.
20024         (spam-fetch-field-fast): Add interface to fetching fields, may
20025         become a macro.
20026         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20027         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20028         (spam-insert-fake-headers): Fake an article when needed.
20029         (spam-find-spam): Fake article when possible.
20030         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20031         (spam-check-bogofilter-headers): Use message-fetch-field instead
20032         of nnmail-fetch-field.
20033
20034 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20035
20036         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20037
20038 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20039
20040         * spam.el (spam-split): Do not require spam-use-CHECK to be
20041         enabled if that check is passed to spam-split explicitly; also
20042         fix so 'spam doesn't get converted to spam-split-group when
20043         spam-split-symbolic-return is t.
20044         (spam-find-spam): Find registrations of the article and use those
20045         instead of re-running spam-split to find the spam/ham
20046         classification of the article.
20047         (spam-log-processing-to-registry, spam-log-registered-p)
20048         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20049         Use gnus-error instead of gnus-message.
20050         (spam-log-registration-type): Add function to determine the
20051         classification of a message based on registry entries; will
20052         return nil if both 'spam and 'ham are found.
20053         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20054         a reasonably fast local cache without the loading errors.
20055         (spam-cache-lookups): Set to t by default.
20056         (spam-find-spam): Don't try to guess spam-cache-lookups.
20057         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20058         spam-caches entry.
20059         (spam-filelist-build-cache, spam-filelist-check-cache):
20060         Fix caching of whitelist/blacklist entries.
20061         (spam-check-whitelist, spam-check-blacklist):
20062         Invoke spam-from-listed-p with a type, not a cache variable.
20063         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20064
20065 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20066
20067         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20068
20069         * nnmail.el (nnmail-split-fancy): do.
20070
20071         * mml.el (mml-parse): do.
20072
20073         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20074         (gnus-score-adaptive): do.
20075
20076 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20077
20078         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20079         (gnus-mime-button-map): Don't set keymap parent.
20080         (gnus-button-ctan-directory-regexp): Use shy grouping.
20081         (gnus-prev-page-map): Don't set keymap parent.
20082         (gnus-prev-page-map): Remove duplicated one.
20083         (gnus-next-page-map): Don't set keymap parent.
20084         (gnus-mime-security-button-map): Ditto.
20085
20086         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20087         version number.
20088
20089         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20090
20091 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * canlock.el (canlock-sha1-function): Remove.
20094         (canlock-sha1-function-for-verify): Remove.
20095         (canlock-openssl-program): Remove.
20096         (canlock-openssl-args): Remove.
20097         (canlock-ignore-errors): Remove.
20098         (canlock-sha1-with-openssl): Remove.
20099         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20100         (canlock-verify): Don't use canlock-ignore-errors.
20101
20102         * sha1-el.el (sha1-string-external): Make it can return a string
20103         in binary form.
20104         (sha1-region-external): Ditto.
20105         (sha1-string-internal): Ditto.
20106         (sha1-region-internal): Ditto.
20107         (sha1-region): Ditto.
20108         (sha1-string): Ditto.
20109         (sha1): Ditto.
20110
20111 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20112
20113         * spam.el (spam-report-articles-gmane): New command.
20114
20115 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20118
20119         * run-at-time.el (run-at-time-saved): Remove.
20120         (run-at-time): Doc fix.
20121
20122 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20123
20124         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20125         (gnus-summary-limit-map): Add it.
20126         (gnus-summary-make-menu-bar): do.
20127
20128 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20129
20130         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20131         Make attempt at some caching support (done for BBDB only now).
20132         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20133         addresses to be checked.
20134         (spam-clear-cache-BBDB): Add function, to be invoked by
20135         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20136         (spam-check-BBDB): Check and use the caches, if
20137         spam-cache-lookups is on, remove superfluous (provide).
20138
20139 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20140
20141         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20142
20143 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20144
20145         * run-at-time.el (run-at-time-saved): Move to after the definition
20146         of `run-at-time'.
20147
20148         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20149
20150 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20153         mm-w3m-local-map-property.
20154
20155         * mm-view.el (mm-w3m-mode-map): Remove.
20156         (mm-w3m-local-map-property): Remove.
20157         (mm-inline-text-html-render-with-w3m): Don't use
20158         mm-w3m-local-map-property.
20159
20160 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20161
20162         * run-at-time.el: New file.
20163
20164         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20165         under Emacs.
20166
20167         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20168         of gnus-set-text-properties.
20169
20170         * gnus-uu.el (gnus-uu-save-article): Ditto.
20171
20172         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20173
20174         * gnus-cite.el (gnus-cite-parse): Ditto.
20175
20176         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20177         of gnus-.
20178
20179         * gnus-xmas.el (run-at-time): Require run-at-time.
20180
20181         * gnus.el: Change calls to nnheader-run-at-time and
20182         password-run-at-time throughout to use run-at-time directly.
20183
20184         * password.el: Remove definition of run-at-time.
20185
20186         * nnheaderxm.el: Remove definition of run-at-time.
20187
20188 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20189
20190         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20191         in prompt.
20192
20193 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20194
20195         * messagexmas.el (message-xmas-redefine): Alias
20196         `message-make-caesar-translation-table' to
20197         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20198         version.
20199
20200         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20201         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20202         `gnus-xmas-set-text-properties'.
20203         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20204         `gnus-xmas-completing-read'.
20205         (gnus-xmas-completing-read): Removed.
20206         (gnus-xmas-open-network-stream): Removed.
20207
20208         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20209         XEmacs version.
20210
20211         * dns.el (dns-make-network-process): Use `open-network-stream'
20212         instead of `gnus-xmas-open-network-stream'.
20213
20214         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20215
20216         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20217
20218 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20219
20220         * gnus-art.el (gnus-mime-display-alternative)
20221         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20222         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20223         Don't use gnus-local-map-property.
20224
20225         * gnus-util.el (gnus-local-map-property): Remove.
20226
20227         * mm-view.el (mm-view-pkcs7-decrypt):
20228         Replace gnus-completing-read-maybe-default with completing-read.
20229
20230         * gnus-util.el (gnus-completing-read): do.
20231         (gnus-completing-read-maybe-default): Remove.
20232
20233 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20234
20235         * password.el: Only autoload `run-at-time' if not XEmacs.
20236         Only autoload the itimer functions if XEmacs.
20237
20238 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20239
20240         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20241         XEmacsen.
20242
20243         * dgnushack.el: Autoload executable-find for XEmacs.
20244
20245 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20246
20247         * gnus-art.el (gnus-read-string): Remove.
20248         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20249         read-string.
20250
20251 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20252
20253         * netrc.el: Autoload password-read.
20254         (netrc): Add configuration group.
20255         (netrc-encoding-method, netrc-openssl-path):
20256         Add variables for encoding and decoding of files with symmetric
20257         ciphers.
20258         (netrc-encode): Add assistant function to encode a file with
20259         netrc-encoding-method.
20260         (netrc-parse): Add interactive parameter, added optional
20261         decoding if netrc-encoding-method is non-nil but otherwise
20262         behavior is standard.
20263         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20264         Do s/encode/encrypt/ everywhere.
20265
20266         * spam.el: Remove executable-find autoload.
20267
20268 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20269
20270         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20271
20272         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20273
20274 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20275
20276         * gnus-art.el (gnus-treat-ansi-sequences)
20277         (article-treat-ansi-sequences): New variable and function.
20278         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20279
20280         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20281         Use it.
20282
20283 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20284
20285         * mm-util.el (mm-quote-arg): Remove.
20286
20287         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20288         shell-quote-argument.
20289
20290         * gnus-uu.el (gnus-uu-command): do.
20291
20292         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20293
20294         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20295         with make-char.
20296
20297         * mm-util.el (mm-make-char): Remove.
20298
20299         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20300         add-minor-mode.
20301
20302         * gnus-undo.el (gnus-undo-mode): do.
20303
20304         * gnus-topic.el (gnus-topic-mode): do.
20305
20306         * gnus-sum.el (gnus-dead-summary-mode): do.
20307
20308         * gnus-start.el (gnus-slave-mode): do.
20309
20310         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20311
20312         * gnus-ml.el (gnus-mailing-list-mode): do.
20313
20314         * gnus-gl.el (gnus-grouplens-mode): do.
20315
20316         * gnus-draft.el (gnus-draft-mode): do.
20317
20318         * gnus-dired.el (gnus-dired-mode): do.
20319
20320         * gnus-ems.el (gnus-add-minor-mode): Remove.
20321
20322         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20323         Replace gnus-char-width with char-width.
20324
20325         * gnus-ems.el (gnus-char-width): Remove.
20326
20327         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20328         Replace gnus-char-width with char-width.
20329
20330         * gnus-ems.el (gnus-char-width): Remove.
20331
20332         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20333         definition.
20334         Remove Emacs 20 hash table compatibility code.
20335
20336         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20337         20 compatibility code.
20338
20339         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20340
20341         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20342
20343         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20344         Replace with point-at-{eol,bol}.
20345
20346         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20347
20348         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20349
20350         * flow-fill.el (fill-flowed-point-at-bol)
20351         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20352
20353         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20354         Replace with point-at-{eol,bol} throughout all files.
20355
20356 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * ntlm.el (ntlm-string-as-unibyte): New macro.
20359         (ntlm-build-auth-response): Use it.
20360
20361         Remove Emacs 20 stuff:
20362         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20363         (butlast, mapc, remove): Remove the compiler macros.
20364         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20365         of delq and copy-sequence.
20366         * gnus-art.el (popup-menu): Remove the compiler macro.
20367         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20368         Emacs 20.
20369
20370 2004-01-05  Simon Josefsson  <jas@extundo.com>
20371
20372         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20373         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20374         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20375         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20376         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20377         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20378         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20379         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20380         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20381         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20382         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20383         string-xor into ntlm-string-xor.
20384         Suggested by Jesper Harder <harder@myrealbox.com>.
20385
20386         * ntlm.el: Don't include poem.
20387
20388         * md4.el (print-int32, print-string-hexa): Remove.
20389         Suggested by Jesper Harder <harder@myrealbox.com>.
20390
20391         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20392
20393         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20394         probably breaks emacs with DL patch, but do we care? Is anyone
20395         still using the DL stuff?)
20396
20397         * sieve-manage.el: Use the password package.
20398         (sieve-manage-read-passwd): Remove.
20399         (sieve-manage-interactive-login): Use password.  Re-add
20400         condition-case around loop.
20401
20402         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20403         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20404         Use the password package.
20405
20406 2003-02-19  Simon Josefsson  <jas@extundo.com>
20407
20408         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20409         token.
20410
20411 2002-08-07  Simon Josefsson  <jas@extundo.com>
20412
20413         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20414         (sieve-manage-authenticators):
20415         (sieve-manage-authenticator-alist): Add some SASL mechs.
20416         (sieve-sasl-auth): New function.
20417         (sieve-manage-cram-md5-auth):
20418         (sieve-manage-plain-auth): Rewrite using SASL library.
20419         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20420         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20421         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20422         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20423
20424 2004-01-05  Simon Josefsson  <jas@extundo.com>
20425
20426         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20427         New files.
20428
20429 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20430
20431         * gnus-group.el (gnus-no-groups-message): Update.
20432
20433         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20434
20435 2003-11-09  Simon Josefsson  <jas@extundo.com>
20436
20437         * imap.el: Support for ID IMAP extension (RFC 2971).
20438         (imap-local-variables): Add imap-id.
20439         (imap-id): New variable.
20440         (imap-id): New function.
20441         (imap-parse-response): Parse untagged ID response.
20442         * nnimap.el (nnimap-id): New variable.
20443         (nnimap-open-connection): Use it.
20444
20445 2003-12-28  Simon Josefsson  <jas@extundo.com>
20446
20447         * gnus-score.el (gnus-score-edit-all-score): New.
20448         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20449
20450 2004-01-04  Simon Josefsson  <jas@extundo.com>
20451
20452         * password.el: Add.
20453
20454 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20455
20456         * dns.el (dns-query-types): Fix typo.
20457         (dns-query-types): New function.
20458         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20459         PTR and SOA replies, see RFC 1035.
20460
20461 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462
20463         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20464
20465         * Move to Changelog.2.
20466
20467 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20468
20469         * gnus.el (gnus-version-number): Bump version.
20470
20471 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20472
20473         * gnus.el: No Gnus v0.1 is released.
20474
20475 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20476
20477         * gnus.el: No Gnus v0.0 is released.
20478
20479 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20480
20481         * gnus.el (gnus-version-number): Bump.
20482         (gnus-version): No.
20483
20484 See ChangeLog.2 for earlier changes.
20485
20486   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20487
20488   This file is part of GNU Emacs.
20489
20490   GNU Emacs is free software: you can redistribute it and/or modify
20491   it under the terms of the GNU General Public License as published by
20492   the Free Software Foundation, either version 3 of the License, or
20493   (at your option) any later version.
20494
20495   GNU Emacs is distributed in the hope that it will be useful,
20496   but WITHOUT ANY WARRANTY; without even the implied warranty of
20497   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20498   GNU General Public License for more details.
20499
20500   You should have received a copy of the GNU General Public License
20501   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20502
20503 ;; Local Variables:
20504 ;; coding: utf-8
20505 ;; fill-column: 79
20506 ;; add-log-time-zone-rule: t
20507 ;; End: