(nnmail-article-group): Check for a direct fancy split method.
[gnus] / lisp / ChangeLog
1 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4         method.
5
6         * nnimap.el (nnimap-request-head): Protect against not finding the
7         article by Message-ID.
8
9 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-art.el (article-update-date-lapsed): Try a better way to really
12         keep point at the "same place".
13
14 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
17         data if the group is unactivated.
18
19 2011-01-28  Julien Danjou  <julien@danjou.info>
20
21         * gnus-win.el: Remove dead function gnus-window-configuration-element.
22         (gnus-all-windows-visible-p): Remove old compatibility code.
23         (gnus-window-top-edge): Add docstring.
24
25         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
26
27 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
30         older request-update-info.
31
32         * gnus-art.el (article-make-date-line): Limit the length a bit more.
33
34 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
35
36         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
37         mml2015-signers higher precedence over mml2015-sign-with-sender.
38
39 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
42         groups.  This makes the nndraft:queue group pop up if it's not already
43         there.
44
45         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
46         messages" logic, which was reversed.
47
48         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
49         the "same place" even if point is on the line being replaced.
50         (article-update-date-lapsed): Allow updating both the combined lapsed
51         and the lapsed headers.
52         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
53         (article-make-date-line): Limit the number of segments dynamically to
54         avoid too-long lines.
55
56 2011-01-27  Julien Danjou  <julien@danjou.info>
57
58         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
59         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
60
61 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
64         Use plist-get instead of the cl function getf.
65
66 2011-01-27  Glenn Morris  <rgm@gnu.org>
67
68         * gnus-util.el (float-time): Get rid of compiler warning, again.
69
70 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
71
72         * shr.el (shr-put-color): Special-case background colours: Do put them
73         at the blank parts at the front of the lines.
74
75         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
76         exit hook to nix out all data on readedness on group exit.
77
78         * gnus-util.el (float-time): If float-time is bound, always use it on
79         all Emacsen.  It's unclear why the subrp check was there.
80         (time-date): Require to make some autoload issues on XEmacs go away.
81
82         * shr.el (shr-put-color): Don't do the box padding in tables, since
83         they're already padded.
84
85 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-art.el (gnus-article-next-page): When the last line of the
88         article is displayed, scroll down once more instead of going to the
89         next article at once.
90         (article-lapsed-string): Refactor out and allow specifying how many
91         segments you want.
92         (gnus-article-setup-buffer): Start updating the lapsed header directly.
93         (gnus-article-update-lapsed-header): New variable.
94
95         * shr.el: Revert change that made headings use different-sized faces.
96         The Emacs display engine isn't advanced enough that, for instance,
97         tables can comfortably use differntly-sized faces.
98
99 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
102         used.
103         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
104         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
105         we're using an encrypted connection.
106
107         * proto-stream.el: Alter the interface functions to also return the
108         actual stream type used: network or tls.
109
110 2011-01-25  Julien Danjou  <julien@danjou.info>
111
112         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
113         (mm-display-javascript-inline): New function.
114
115         * mm-decode.el (mm-inline-media-tests): Add application/javascript
116         viewing function.
117
118 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * shr.el (shr-expand-newlines): Fix variable name.
121
122 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
123
124         * shr.el (shr-expand-newlines): Make nested boxes work.
125
126 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
127
128         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
129         backgrounds.
130         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
131         in a more sensible manner.
132
133 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
136         if EPG is loaded.
137
138 2011-01-24  Julien Danjou  <julien@danjou.info>
139
140         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
141         tags.
142
143 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
146         commands.
147
148         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
149         in the article buffer.
150         (gnus-gravatar-insert): Use blank space from the current buffer to
151         avoid breaking text properties.  This makes X-Sent updating work again.
152
153         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
154
155 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
158         fix the bug in url-http.el instead.
159
160         * shr.el (shr-image-fetched): Ditto.
161
162         * shr.el (shr-image-fetched): Avoid having point move in the article
163         buffer.
164
165         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
166         buffer after being called.  It's apparently being killed by url.el, and
167         killing it made point move to end-of-buffer in a random buffer.
168
169         * shr.el (shr-image-fetched): Ditto.
170
171 2011-01-23  Julien Danjou  <julien@danjou.info>
172
173         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
174
175         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
176         text/x-org.
177
178 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-sum.el (gnus-summary-move-article): Protect against backends
181         (i.e., nnimap) returning nil as the article number.
182
183 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
184
185         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
186         "DelSp" parameter in RFC3676.
187
188 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
189
190         * message.el (message-check-recipients): Display the encoded version of
191         the bogus address if they differ.
192
193         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
194         after sending.
195
196         * gnus-agent.el (gnus-agent-send-mail): Ditto.
197
198         * gnus-group.el (gnus-group-refresh-group): New convenience function.
199
200         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
201         group buffer after sending the queue.
202
203         * gnus-agent.el (gnus-agent-send-mail): Ditto.
204
205 2011-01-22  Julien Danjou  <julien@danjou.info>
206
207         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
208
209 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
212         nested related parts.
213
214         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
215         unexpired articles.  This fixes the regression that led expiry marks to
216         disappear from nnfolder groups.
217
218 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
219
220         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
221         Don't confuse the "ret" of "retrograde" with RET.
222
223 2011-01-21  Julien Danjou  <julien@danjou.info>
224
225         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
226         than mm-insert-inline.
227
228 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
231         Widen article buffer.
232
233 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
234
235         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
236         the temp buffer.
237         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
238
239 2011-01-20  Julien Danjou  <julien@danjou.info>
240
241         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
242
243         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
244         than mm-insert-inline to insert inline part: this respect
245         mm-inline-media-tests displayers.
246
247         * mm-view.el (mm-display-shell-script-inline): New function.
248
249         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
250
251         * mm-uu.el (mm-uu-type-alist): Add org block.
252         (mm-uu-org-src-code-block-extract): New function.
253
254         * mm-view.el (mm-display-org-inline): New function.
255
256         * mm-decode.el (mm-automatic-display): Add text/org.
257
258         * mailcap.el (mailcap-mime-extensions): Add .org.
259
260 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * gnus-art.el (gnus-article-highlight): Remove argument passed to
263         gnus-article-add-buttons.
264
265 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
266
267         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
268         From header with a date and "nobody" as the sender.
269
270 2011-01-19  Julien Danjou  <julien@danjou.info>
271
272         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
273         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
274         if you have the same regexp several times.
275         (gnus-button-push): Fix matching when regexp is symbol.
276
277 2011-01-15  Glenn Morris  <rgm@gnu.org>
278
279         * message.el (message-mail): A compose-mail function should
280         accept headers as strings.
281
282 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
283
284         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
285         Add :vert-only tags.
286         (message-mail): New arg RETURN-ACTION.
287         (message-return-action): New var.
288         (message-bury): Use it.
289         (message-mode): Make it buffer-local.
290         (message-send-and-exit): Always call message-bury.
291
292         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
293         message-mail.
294
295 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * nnimap.el (nnimap-convert-partial-article): Protect against
298         zero-length body parts.
299
300         * mm-decode.el (mm-preferred-alternative-precedence):
301         Discourage showing empty parts.
302
303         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
304         and stuff if the backend didn't return the article number.  This fixes
305         an Exchange-related nnimap bug.
306
307         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
308         group window, because it does the wrong thing when a separate frame
309         displays the group buffer.
310
311         * proto-stream.el (open-protocol-stream): Protect against the low-level
312         transport functions returning nil.
313
314 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
315
316         * mml2015.el (epg-sub-key-fingerprint): Autoload.
317         (mml2015-epg-find-usable-secret-key): New function.
318         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
319         mml2015-epg-find-usable-key (Bug#7797).
320         (mml2015-epg-encrypt): Ditto.
321
322 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * dgnushack.el (rot13-string): Fix the way to get the argument.
325
326 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
329
330 2011-01-03  Glenn Morris  <rgm@gnu.org>
331
332         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
333
334         * sieve.el (sieve-open-server): Give a more explicit error if
335         sieve-manage-open returns nil.  (Bug#7720)
336
337 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
338
339         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
340
341 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
344         This avoids sending passwords in plain text over non-encrypted
345         channels.
346
347         * shr.el (shr-rescale-image): Display all GIF images as animated images.
348
349         * nnimap.el (nnimap-login): Refactored out into own function, and
350         implement CRAM-MD5.
351         (nnimap-wait-for-line): Refactored out.
352
353         * mm-view.el (mml-smime): Require.
354
355 2010-12-20  David Engster  <deng@eml.cc>
356
357         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
358         use EPG to decrypt S/MIME messages instead of openssl.
359
360 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
363
364         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
365         status is the group clearly is unreachable.
366
367         * auth-source.el (auth-source-create): Add the optional second
368         parameter to `local-variable-p' to be compatible with XEmacs.
369
370 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
371
372         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
373         work when using a compressed nnml folder.
374
375 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
378         backends after sanitising on entry, because this never makes sense:
379         If the articles have gone missing, then the data no longer exists on
380         the backend, and if they haven't, then Gnus is wrong, and shouldn't
381         overwrite anything anyway.
382
383         * shr.el (shr-insert-document): Bind shr-width dynamically to
384         window-width if it's nil.
385
386 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
387
388         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
389         with the meaning of using the full emacs window width for rendering.
390
391 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
392
393         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
394         case when sender is not given.
395
396 2010-12-23  Julien Danjou  <julien@danjou.info>
397
398         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
399         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
400         the addresses, otherwise we might misplaced the gravatar.
401
402 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
403
404         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
405         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
406         obsolete in Emacs.
407
408 2010-12-20  Julien Danjou  <julien@danjou.info>
409
410         * gnus-util.el (gnus-rescale-image): Revert last change.
411
412 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
413
414         * binhex.el: Improve commentary (Bug#7482).
415
416 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-group.el (gnus-group-delete-articles): New command.
419
420 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
421
422         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
423
424 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
427         here, since it's up to the backends to do CRLF removal if their
428         protocol has it.
429
430         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
431
432 2010-12-17  Julien Danjou  <julien@danjou.info>
433
434         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
435         they are from file. Can also scale up.
436
437 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
438
439         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
440         gnus-use-agent.
441         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
442
443         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
444
445 2010-12-17  Julien Danjou  <julien@danjou.info>
446
447         * gravatar.el (gravatar-retrieve-synchronously): New function.
448         (gravatar-get-data): Make more robust.
449
450 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
453
454 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
457         to really consider the last line.
458
459 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
460
461         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
462         list of recipient keys, or use symmetric encryption if not a list.
463         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
464         EPA override, replacing the call to `netrc-store-data'.
465
466 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
467
468         * gnus-srvr.el: Avoid passing nil regexp argument to
469         delete-matching-lines.
470
471 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
474         fetching stops when Gnus exits.
475
476         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
477         function.
478         (nnfolder-request-expire-articles): Save all the buffers after doing
479         expiry.
480
481         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
482         the last article", since that led to serious performance regressions
483         when expiring nnml groups.
484
485 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
486
487         * nnir.el: Improve customizations.
488
489 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
492
493         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
494         group has been killed.
495         (gnus-group-yank-group): Ditto.
496
497         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
498
499         * nnimap.el (nnimap-request-update-group-status): New function.
500
501         * gnus-int.el (gnus-request-update-group-status): New interface
502         function.
503
504         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
505         copying read-ness to the backends.
506
507         * nnimap.el (nnimap-quirk): New function.
508         (nnimap-retrieve-group-data-early): Use it.
509         (nnimap-quirks): New alist.
510
511 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * shr.el (shr-insert): Set shr-start after deleting trailing space;
514         don't delete it within indentation.
515
516 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
519         previous line.
520
521 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
524         QRESYNC command by deleting a superfluous space which broke Cyrus
525         servers.  This change will break other servers that are buggy the other
526         way around.
527
528 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
529
530         * spam.el: Reindent and fix long lines.
531         (spam-copy-or-move-routine): Exclude invalid move destinations.
532
533 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
534
535         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
536         installed the registry.
537
538 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
541
542 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
545         groupname doesn't contain "gmane".
546
547 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
550         and netrc-bound-and-true-p bindings.
551         (netrc-parse): Cache the netrc contents.
552
553         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
554         (gnus-1): Don't create the nndrafts group twice.
555         (gnus-setup-news): There's no need to read the active file here, since
556         that's done again later on a per-backend basis.
557         (gnus-start-draft-setup): Make sure that the new group is started out
558         empty.
559
560         * gnus-agent.el (gnus-agentize): Don't create the queue group
561         automatically on startup.  It'll be created later, if needed.
562
563         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
564         of automatically subscribed groups.
565         (gnus-auto-subscribed-categories): New variable.
566         (gnus-matches-options-n): Use it.
567         (gnus-default-subscribed-newsgroups): Remove unused variable.
568         (gnus-start-draft-setup): Message a bit less.
569
570 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
571
572         * nnir.el (nnir-run-imap): Return article list in order of increasing
573         UID.
574
575 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * gnus-sum.el (gnus-summary-enter-digest-group):
578         Mention gnus-auto-select-on-ephemeral-exit.
579
580         * proto-stream.el (proto-stream-open-network-only): Fix the calling
581         convention of the network-only option.
582
583 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * proto-stream.el (proto-stream-open-network-only): New function to
586         have a way to specify non-STARTTLS upgrade connections.
587
588 2010-12-10  Julien Danjou  <julien@danjou.info>
589
590         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
591         email address is nil.
592
593         * message.el (message-bogus-recipient-p): Set address to "" if nil.
594
595 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
596
597         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
598         deletion.
599         (nnir-run-imap): Only need to parse list once.
600
601 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * shr.el (shr-tag-script): Ignore <script>.
604         (shr-tag-label): Add <label> support.
605
606 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
609
610         * shr.el (shr-image-displayer): Work for images lined side by side.
611
612 2010-12-08  Robert Pluim  <rpluim@gmail.com>
613
614         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
615         parameter, since XEmacs doesn't accept t as a parameter.
616
617 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
618
619         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
620         ids.
621         (nnir-run-gmane): Simplify groupspec formatting.
622         (nnir-request-expire-articles): New function.
623
624 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
627         overflow, possibly.
628
629         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
630         (shr-render-td): Handle td style="" better.
631         (shr-tag-table): Use the color from the style sheet.
632         (shr-render-td): Make sure we copy over all the overlays, too.
633
634 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
637         (nnir-request-article): Improve article retrieval.
638
639 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mm-util.el (mm-extra-numeric-entities): New variable.
642
643         * mm-url.el (mm-url-decode-entities):
644         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
645
646         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
647
648 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
649
650         * message.el: Use completion-at-point.
651         (message-completion-function): New fun, extracted from message-tab.
652         (message-mode): Use it for completion-at-point-functions.
653         (message-tab): Use it and completion-at-point.
654
655 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
658         character if a non-breakable character follows.
659
660 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
663         any stream.
664
665         * shr.el (shr-tag-font): Colorize the region.
666         (shr-tag-body): Ditto.
667         (shr-tag-font): Actually let the styles be inherited instead of
668         overwriting them.
669         (shr-tag-font): Get the background color right.
670         (shr-tag-style): Ignore all <style> tags for the moment.
671
672         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
673         a Message-ID to avoid having nnimap depend on gnus-sum.
674
675         * shr.el (shr-descend): Only colorize something if we have a node that
676         sets colors.
677
678 2010-12-06  Julien Danjou  <julien@danjou.info>
679
680         * shr.el (shr-render-td): Render td content with shr-descend, so style
681         will be applied to <td> too.
682         (shr-colorize-region): Colorize region even if we only have a background.
683         (shr-tag-body): Fix color and background color inheritance.
684         Do not recolorize after shr-generic.
685         (shr-tag-font): Let shr-generic colorize via inheritance.
686
687 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
690
691 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
692
693         * nnir.el (nnir-request-move-article): Remove obsolete code.
694
695 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
698
699 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-sum.el (gnus-summary-respool-article): The completion function
702         expects a list instead of an alist.
703
704         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
705         string as the parameter.
706
707         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
708
709         * shr.el (shr-stylesheet): New dynamic variable for cascading the
710         styles.
711         (shr-colorize-region): New function.
712         (shr-insert-background-overlay): Remove.
713         (shr-render-td): Background setting should be taken care of on a higher
714         level.
715         (shr-tag-body): Use post-hoc colorizations.
716         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
717         (shr-put-color-1): Don't overwrite old colors.
718         (shr-colorize-region): When the background color isn't explicit, use
719         a fixed background.
720
721         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
722         nnmail variables.
723
724 2010-12-05  Bjørn Mork  <bjorn@mork.no>
725
726         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
727         unless necessary.
728
729 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
732         server.
733
734 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
737         so that TAB works.
738
739         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
740         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
741
742         * shr.el (shr-urlify): Show the URL before the title to avoid
743         misleading URLs.
744
745 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
746
747         * shr.el (shr-urlify): Display the title in <a> tags.
748
749 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
750
751         * nnir.el (nnir-categorize): Replace mapcar with mapc.
752
753 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
754
755         * nnir.el: Rearrange code to allow macros to be autoloaded by
756         gnus-sum.el.
757         (nnir-retrieve-headers-override-function): Make this variable
758         customizable.
759         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
760
761         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
762         from nnir.el.
763
764 2010-12-03  Julien Danjou  <julien@danjou.info>
765
766         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
767
768 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
771         allow optional argument `environment'.
772
773 2010-12-03  Glenn Morris  <rgm@gnu.org>
774
775         * mm-extern.el (message-goto-body): Update declaration.
776
777 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-util.el (gnus-macroexpand-all): New function.
780
781         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
782         instead of macroexpand-all that is unavailable in XEmacs.
783
784 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
785
786         * nnir.el (nnir-summary-line-format): New variable.
787         (nnir-mode): Use it.
788         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
789         (nnir-article-ids): Reimplement as defsubst.
790         (nnir-retrieve-headers): Don't mangle the subject header.
791         (nnir-run-imap): Use 100 as RSV score.
792         (nnir-run-find-grep): Fix for full server searching.
793         (nnir-run-gmane): Better restriction to gmane groups.
794
795         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
796         summary buffers.
797
798 2010-12-02  Julien Danjou  <julien@danjou.info>
799
800         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
801
802         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
803
804         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
805         support.
806
807 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
808
809         * nnir.el: Update to handle the registry better.
810         (autoload): Silence byte-compiler.
811         (nnir-open-server): Add a hook for nnir groups.
812         (nnir-request-move-article): Don't mangle the header. Better to use
813         formating variables (which will be added in the future).
814         (nnir-registry-action): Update the registry using the original article
815         group name.
816         (nnir-mode): Install nnir-specific hooks for updating the registry.
817
818         * gnus-sum.el
819         (gnus-article-original-subject,gnus-newsgroup-original-name):
820         Remove obsolete variables.
821         (gnus-summary-move-article): Remove use of obsolete variables.
822         (gnus-summary-local-variables): Make move and delete hooks local to
823         summary buffers.
824
825 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * rtree.el: New file.
828
829 2010-12-01  Julien Danjou  <julien@danjou.info>
830
831         * message.el (message-user-organization): Do not use
832         gnus-local-organization.
833
834         * gnus.el: Remove gnus-local-organization.
835
836         * gnus-msg.el: Remove nastygram thing.
837
838 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
839
840         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
841         funcall.
842
843 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
846         names.
847
848         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
849         characters.
850
851         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
852         to t of inhibit-read-only since it is inside gnus-with-article-headers.
853         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
854         (gnus-gravatar-transform-address): Use mail-extract-address-components
855         that supports non-ASCII names rather than mail-header-parse-addresses.
856
857 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * proto-stream.el (open-protocol-stream): All starttls connections are
860         handled by the network handler.
861
862 2010-11-30  Julien Danjou  <julien@danjou.info>
863
864         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
865         (nnimap-open-connection-1): Fix PREAUTH.
866
867         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
868
869 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
872         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
873         (shr-insert): Use them.
874         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
875
876 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
877
878         * nnir.el (nnir-request-move-article): Bail out if original group
879         doesn't support article moves.
880         (nnir-get-active): Improve active list retrieval.
881
882 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * shr.el (shr-find-fill-point): Don't break before apostrophes.
885
886 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
887
888         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
889         seem to accept strings-with-numbers as port numbers,
890
891 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
892
893         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
894         change the registry.
895
896 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
899         delete-dups that is not available in XEmacs 21.4.
900
901         * mm-util.el (mm-delete-duplicates): Add comment.
902
903 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
904
905         * nnir.el (nnir-ignored-newsgroups): New variable.
906         (nnir-get-active): Use it.
907
908 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * proto-stream.el (proto-stream-open-network): Add some comments.
911
912         * nntp.el (nntp-open-connection): Provide a :success condition.
913
914         * nnimap.el (nnimap-open-connection-1): Ditto.
915
916         * proto-stream.el (proto-stream-open-network): See what the response to
917         the STARTTLS command is.
918
919         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
920         backwards compatibility).
921         (nnimap-open-connection-1): Really respect nnimap-server-port.
922
923         * proto-stream.el (proto-stream-open-network): When doing opportunistic
924         TLS upgrades we don't really care about the identity of the peer.
925         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
926         that what we've checked for.
927         (proto-stream-always-use-starttls): Only default to t if
928         open-gnutls-stream exists.
929         (proto-stream-open-network): If STARTTLS failed, then just open a
930         normal connection.
931         (proto-stream-open-network): Wait until the greeting before doing
932         STARTTLS.
933
934         * nntp.el (nntp-open-connection): Report what the connection error is.
935
936         * proto-stream.el (open-protocol-stream): Rename from
937         open-proto-stream.
938
939 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * nnimap.el (nnimap-stream): Change default to `undecided'.
942         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
943         first, and then network.
944         (nnimap-open-connection-1): Respect nnimap-server-port.
945         (nnimap-open-connection): Be more backwards-compatible.
946
947         * proto-stream.el (proto-stream-always-use-starttls): New variable.
948         (proto-stream-open-starttls): De-duplicate the starttls code.
949         (proto-stream-open-starttls): Folded back into the main function.
950         (proto-stream-open-network): Fix typo in the gnutls path.
951         (proto-stream-command): Refactor out.
952
953         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
954
955         * proto-stream.el (proto-stream-open-starttls): Actually implement the
956         starttls.el STARTTLS.
957
958         * color.el (color-lab->srgb): Fix function call name.
959
960         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
961         if we're using tls.el.
962         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
963         built in, then don't try to establish a STARTTLS connection.
964
965         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
966         servers.
967
968         * proto-stream.el (open-proto-stream): Use network, not stream.
969         (open-proto-stream): Add a way to specify what the end of a command is.
970
971         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
972         connections types.
973         (nntp-open-network-stream): Remove.
974         (nntp-open-ssl-stream): Remove.
975         (nntp-open-tls-stream): Remove.
976         (nntp-ssl-program): Remove.
977
978         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
979
980 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
981
982         * nnir.el: Fix typos.
983         (nnir-retrieve-headers-override-function): Rename variable to reflect
984         new semantics.
985         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
986         macros.
987         (nnir-request-article, nnir-request-move-article): Use them.
988         (nnir-categorize): New function.
989         (nnir-run-query): Use it.
990         (nnir-retrieve-headers): Rewrite to batch header retrieval.
991         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
992         sorted.
993         (nnir-group-full-name): Use gnus-group-full-name instead.
994         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
995         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
996
997 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1000
1001         * proto-stream.el: New library to provide protocol-specific
1002         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1003         protocols.
1004         (open-proto-stream): Complete the documentation.
1005         (proto-stream-open-network): Fix some typos.
1006
1007         * nnimap.el (nnimap-open-connection): Use it.
1008
1009 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1010
1011         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1012         negotiation.
1013
1014 2010-11-26  Julien Danjou  <julien@danjou.info>
1015
1016         * color.el: Rename various rgb functions to srgb.
1017
1018 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1021         names.
1022
1023 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * shr.el (shr-insert): Revert last change.
1026         (shr-find-fill-point): Never leave point being at bol;
1027         relax the kinsoku limitation when rendering tables.
1028
1029 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1032         results from -accept-article.
1033
1034         * shr-color.el: Require cl when compiling.
1035
1036         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1037         checkin.
1038
1039         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1040
1041         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1042
1043         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1044         'add and 'delete to set backend marks.
1045
1046         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1047
1048         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1049
1050         * nntp.el (nntp-request-set-mark): Use it.
1051
1052         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1053
1054         * nnml.el (nnml-request-set-mark): Ditto.
1055
1056         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1057         introduces regressions in article selection.
1058         (nnimap-find-uid-response): New function.
1059         (nnimap-request-accept-article): Use the UID returned, if any.
1060         (nnimap-request-move-article): Use the UID returned, if any.
1061         (nnimap-get-groups): Reimplement to work with folded lines.
1062         (nnimap-find-uid-response): The UID is the last element in the list.
1063         (nnimap-request-set-mark): Extend syntax with 'set.
1064
1065         * nnml.el (nnml-request-set-mark): Ditto.
1066
1067         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1068
1069         * nntp.el (nntp-request-set-mark): Ditto.
1070
1071 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * message.el (message-called-interactively-p): A temporary macro.
1074         (message-goto-body): Use it temporarily.
1075
1076 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1079         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1080         (nnimap-last-response-string): Fix last unfolding fix.
1081
1082 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * shr.el (shr-insert): Fix the way to fold lines.
1085
1086 2010-11-25  Julien Danjou  <julien@danjou.info>
1087
1088         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1089
1090         * color.el: Rename from color-lab.el
1091         (color-rgb->hex): Add.
1092         (color-complement): Add.
1093         (color-complement-hex): Add.
1094
1095         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1096
1097 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1100         don't exist.
1101
1102 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1105         assuming that article displaying or another mml-preview may be
1106         interrupted for an error or for the like.
1107
1108         * shr.el (shr-get-background): Fix argument name.
1109
1110 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1113
1114         * gnus-sum.el (gnus-summary-include-articles): New function.
1115
1116         * message.el (message-goto-body): called-interactively-p needs a
1117         parameter, so use `any'.
1118
1119         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1120         clear marks before moving, since they're synced from the Gnus side
1121         first.
1122
1123         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1124         (gnus-summary-move-article): Copy over all marks before moving, so that
1125         IMAP doesn't think a new article has arrived.
1126
1127 2010-11-24  Julien Danjou  <julien@danjou.info>
1128
1129         * shr.el (shr-insert-background-overlay): Fix typo.
1130         (shr-render-td): Copy the background before rendering.
1131
1132         * shr-color.el (shr-color-visible): Fix docstring.
1133
1134         * shr.el (shr-tag-table): Add bgcolor support.
1135         (shr-render-td): Add bgcolor support.
1136         (shr-get-background): Add.
1137         (shr-insert-foreground-overlay): Use shr-get-background.
1138
1139         * message.el (message-goto-body): Use called-interactively-p.
1140         (message-in-body-p): message-goto-body returns point.
1141
1142 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1145         Fixes something or other in Emacs 23, and is backwards compatible.
1146
1147         * message.el (message-goto-body): Remove the <#secure special-casing,
1148         which is too special.
1149
1150         * shr.el (shr-parse-style): Drop !important from styles.
1151
1152 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1153
1154         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1155         this function to return incorrect results when calling it with an
1156         explicit article argument different from
1157         (gnus-summary-article-number).
1158
1159 2010-11-24  Julien Danjou  <julien@danjou.info>
1160
1161         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1162         (shr-tag-body): Add background support.
1163         (shr-descend): Add background support.
1164         (shr-tag-title): Add.
1165
1166         * shr-color.el (shr-color-visible): Really return original background
1167         if fixed.
1168
1169 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * shr.el (shr-color-check): Protect against non-existant colour names.
1172
1173 2010-11-24  Julien Danjou  <julien@danjou.info>
1174
1175         * color-lab.el: Require 'cl when compiling.
1176
1177         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1178
1179         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1180         matched part.
1181
1182         * color-lab.el: Fix all expt calls to use float type.
1183
1184 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1187         expression to shr-color-check as is.
1188
1189         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1190
1191         * color-lab.el: Add coding cookie.
1192         (float-pi): Use eval-and-compile.
1193
1194         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1195         compiled for Emacsen having no `libxml-parse-html-region' support.
1196
1197 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * shr.el (shr-insert-color-overlay): Split stuff like
1200         "#444444 !important" to find the real colour.
1201         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1202         parse <font color="red"> entries.
1203
1204 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1205
1206         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1207         point when parsing headers.
1208
1209         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1210         is positioned properly when parsing headers.
1211
1212 2010-11-23  Julien Danjou  <julien@danjou.info>
1213
1214         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1215
1216         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1217
1218         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1219
1220         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1221         Use shr-color-hue-to-rgb.
1222         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1223
1224 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * shr.el (shr-color->hexadecimal): Autoload.
1227         (shr-descend): Add color to all tags.
1228
1229 2010-11-22  Julien Danjou  <julien@danjou.info>
1230
1231         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1232         shr-color->hexadecimal.
1233
1234         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1235         RGB() or HSL() color representation.
1236
1237         * shr.el (shr-tag-font): Add.
1238         (shr-tag-color-check): New function to get better colors.
1239         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1240         tag-span.
1241
1242         * shr-color.el: New file.
1243
1244         * color-lab.el: New file.
1245
1246         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1247
1248 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1249
1250         * nnir.el: Fix typo in comments.
1251         (nnir-run-imap): Simplify code. No need to reverse artlist.
1252         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1253
1254 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1257
1258         * nnimap.el (nnimap-get-capabilities): Refactor out.
1259         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1260
1261 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1262
1263         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1264         appearing when `mm-uu-hide-markers' is nil.
1265
1266 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * nnimap.el (nnimap-unselect-group): Make into its own function.
1269         (nnimap-request-rename-group): Unselect group before renaming.
1270         This had gotten lost somewhere.
1271         (nnimap-request-accept-article): Keep track of examined groups, and
1272         unselect the group before APPENDing to read-only groups.
1273         (nnimap-request-move-article): Clear flags before moving so that they
1274         can be re-set later.
1275
1276 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1279         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1280
1281 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gnus-art.el (gnus-mime-display-single)
1284         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1285         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1286         parameter.
1287
1288 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1291         (shr-table-vertical-line): New variable.
1292         (shr-insert-table): Use it.
1293
1294 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * gnus-html.el (gnus-html-wash-images): Don't display images if
1297         gnus-inhibit-images is non-nil; register displayer for cid images.
1298         (gnus-html-display-image): Work for cid image.
1299         (gnus-html-insert-image): Allow arguments.
1300         (gnus-html-put-image): Inhibit read-only.
1301         (gnus-html-prefetch-images): Don't prefetch images if
1302         gnus-inhibit-images is non-nil.
1303
1304 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * shr.el (shr-put-image): Break lines when inserting big pictures.
1307
1308 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1309
1310         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1311         sender, thanks Katsumi Yamaoka.
1312
1313 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1314
1315         * nnir.el (nnir-run-imap): Reverse the article list for each group
1316         rather than the whole list.
1317
1318 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * shr.el (shr-image-displayer): Protect function against non-existent
1321         image source.
1322
1323         * gnus-art.el (gnus-inhibit-images): New user option.
1324         (gnus-mime-display-single): Don't display image if it is non-nil.
1325
1326         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1327         gnus-inhibit-images.
1328
1329         * shr.el (shr-image-displayer): New function.
1330         (shr-tag-img): Use it.
1331
1332 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1333
1334         * mml2015.el (mml2015-epg-sign): Use From header.
1335
1336 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1339
1340         * gnus-util.el (gnus-find-text-property-region): Return markers.
1341
1342         * shr.el (shr-tag-img): Put a displayer in the text property.
1343
1344         * gnus-util.el (gnus-find-text-property-region): New utility function.
1345
1346         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1347         (gnus-html-show-images): Remove.
1348
1349         * gnus-art.el (gnus-article-show-images): New, more general function.
1350
1351         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1352         image url text properties.
1353
1354         * shr.el: Ditto.
1355
1356         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1357         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1358
1359 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1362         work for two or more articles.
1363
1364 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1367         divide an image that's in an html article to two or more when washing
1368         non-ASCII characters in alt text of it.
1369
1370 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1373         smime-decrypt-region using function argument.
1374         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1375
1376         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1377
1378         * smime.el (smime-decrypt-region): Catch it.
1379
1380 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1381
1382         * smime.el (smime-mode-map): Move initialization into declaration.
1383         (gnus-run-mode-hooks): Don't autoload.
1384         (smime-mode): Use define-derived-mode.
1385
1386 2010-11-11  Glenn Morris  <rgm@gnu.org>
1387
1388         * smime.el (from): Restrict declaration to XEmacs.
1389
1390         * nnir.el (gnus-group-topic-name): Autoload.
1391
1392 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * shr.el (shr-insert): Don't break long line if it is because of
1395         kinsoku-bol characters in the line end.
1396
1397 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1398
1399         * nnir.el (nnir-request-move-article): Fix to provide original group
1400         and subject.
1401         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1402         been retrieved.
1403
1404         * gnus-sum.el (gnus-summary-move-article): Use original group and
1405         subject for virtual articles such as those in an nnir summary buffer.
1406
1407 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1410         least 21.5).
1411
1412         * smime.el (from): Declare it again for XEmacs.
1413
1414 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * message.el (message-resend): Don't disable encoding unless it's
1417         already encoded.
1418
1419         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1420         low-numbered articles.
1421
1422 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * rfc2047.el (rfc2047-syntax-table): Simplify.
1425
1426         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1427
1428         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1429         set-char-table-range for XEmacs.
1430
1431 2010-11-10  Glenn Morris  <rgm@gnu.org>
1432
1433         * time-date.el (time-to-seconds): Always an alias on Emacs,
1434         never a real function.
1435         (with-no-warnings): Remove compat stub, now unused.
1436         (time-less-p): Doc fix.
1437         (time-to-number-of-days): Simplify.
1438
1439         * smime.el (from): Remove unused declaration.
1440
1441         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1442         (gnus-float-time): On Emacs, always an alias.
1443
1444         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1445         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1446
1447 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * dgnushack.el: Don't use ignore-errors in the top level form since it
1450         is unavailable in XEmacs even if cl is loaded.
1451
1452         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1453
1454 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * shr.el (browse-url-mailto): Autoload.
1457
1458         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1459
1460         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1461         regexp doesn't need quoting.
1462
1463 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1464
1465         * message.el (message-subject-trailing-was-ask-regexp)
1466         (message-subject-trailing-was-regexp): Match was: in addition to was.
1467
1468 2010-11-09  Glenn Morris  <rgm@gnu.org>
1469
1470         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1471         (nnbabyl-check-mbox): Use point-at-bol.
1472
1473 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1476
1477         * message.el (message-mailto): New function.
1478         (message-mailto): Should accept other parameters.
1479         (message-mailto): Remove since it duplicates browse-url-mailto
1480         functionality.
1481
1482 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1485         methods.
1486         (gnus-read-active-file): Ditto.
1487
1488         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1489         ": " from the prompt.
1490         (gnus-group-make-group): Ditto.
1491
1492 2010-11-07  Glenn Morris  <rgm@gnu.org>
1493
1494         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1495         (gnus-bookmark-kill-line): Use point-at-eol.
1496
1497 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1500         asterisks in From header.
1501
1502 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1505         string to avoid making the From headers syntactically invalid.
1506
1507         * message.el (message-send-mail): Don't insert courtesy messages if the
1508         message already has List-Post and List-ID messages.
1509
1510 2010-11-06  Glenn Morris  <rgm@gnu.org>
1511
1512         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1513         `condition', `type', `length' a prefix.
1514         (gnus-treat-predicate): Update for above name changes.
1515
1516 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1517
1518         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1519         binding.  Handled by `gnus-summary-refer-thread' instead.
1520         (nnir-warp-to-article): New backend function.
1521
1522         * nnimap.el (nnimap-request-thread): Force dependency updating.
1523
1524         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1525         (gnus-summary-refer-thread): Rework to improve thread-referral.
1526
1527         * gnus-int.el (gnus-warp-to-article): New function.
1528
1529         * gnus-sum.el (gnus-summary-article-map): Bind it.
1530
1531 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1532
1533         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1534         gnus-summary-refer-thread.
1535
1536         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1537         headers.
1538         (gnus-summary-limit-include-thread): Prevent articles in thread from
1539         being cut in gnus-cut-threads.
1540         (gnus-summary-refer-thread): Limit retrieved headers to those in
1541         thread.
1542
1543 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * message.el (message-send-mail): Use the value of
1546         message-courtesy-message from the message buffer.
1547
1548         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1549
1550         * shr.el (shr-browse-url): Implement mailto: URLs.
1551
1552         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1553         "raw".
1554
1555         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1556         if it's already selected.
1557
1558         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1559
1560 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1563         to measure the length and truncate alt text.
1564
1565 2010-11-03  Glenn Morris  <rgm@gnu.org>
1566
1567         * nndiary.el (nndiary-generate-nov-databases-1)
1568         (nndiary-generate-active-info): Rename dynamic variable `files' to
1569         something less generic.
1570
1571 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1572
1573         * nnir.el (nnir-request-move-article): Call the underlying backend to
1574         move articles from nnir.
1575
1576 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1579
1580 2010-11-02  Julien Danjou  <julien@danjou.info>
1581
1582         * nnir.el: Remove wais support.
1583
1584 2010-11-02  Glenn Morris  <rgm@gnu.org>
1585
1586         * gnus-html.el: Reorder requirements to quieten compiler.
1587
1588 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1591         properly for XEmacs as well.
1592         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1593         (gnus-article-natural-long-line-p): Use window-width rather than
1594         frame-width.
1595
1596 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1597
1598         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1599         (nnir-read-parms): Don't modify query.
1600         (nnir-run-query): Add ability to search topic on current line.
1601         (nnir-get-active): Clean up.
1602
1603 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1606         degenerate articles.
1607
1608         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1609         (gnus-print-buffer): Just print the buffer as is, without any copying
1610         to a buffer and then re-highlighting.
1611
1612         * nnimap.el (nnimap-request-group): Store the new updated info.
1613         (nnimap-request-group): Select the group when we don't know whether it
1614         exists or not.
1615
1616         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1617         groups.
1618
1619         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1620         groups.
1621
1622         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1623         groups.
1624
1625         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1626         long-lines case by only filling the long lines.
1627
1628         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1629         (bug #7311).
1630
1631 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * shr.el: No need to declare `declare-function' since shr.el is for
1634         only Emacsen that provide `libxml-parse-html-region'.
1635
1636         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1637         effective only in a file it is referred to.
1638
1639 2010-11-01  Glenn Morris  <rgm@gnu.org>
1640
1641         * mm-util.el (gnus-completing-read): Autoload.
1642         (mm-read-coding-system): Simplify Emacs definition.
1643
1644         * nnmail.el (gnus-activate-group):
1645         * nnimap.el (gnutls-negotiate):
1646         * nntp.el (netrc-parse): Fix declarations.
1647
1648 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1651         string-match-p in Emacs >=23.
1652
1653         * gnus-msg.el (gnus-configure-posting-styles)
1654         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1655
1656 2010-11-01  Glenn Morris  <rgm@gnu.org>
1657
1658         * nnir.el (declare-function): Add compat stub.
1659         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1660         (nnir-run-gmane): Require 'mm-url.
1661
1662         * mm-util.el (mm-string-to-multibyte): Simplify.
1663
1664         * shr.el (declare-function): Add compat stub.
1665         (url-cache-create-filename): Declare.
1666         (mm-disable-multibyte, widget-convert-button): Autoload.
1667
1668         * smime.el (ldap-search): Declare.
1669         (smime-cert-by-ldap-1): Require ldap on Emacs.
1670
1671         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1672         (nnimap-keepalive): Use gnus-float-time.
1673
1674         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1675         (mail-source-delete-crash-box): Use gnus-float-time.
1676
1677         * gnus-dired.el (gnus-completing-read): Autoload.
1678
1679         * mm-view.el (gnus-rescale-image): Autoload.
1680
1681         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1682
1683         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1684
1685         * sieve-manage.el: Require 'cl when compiling.
1686
1687         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1688         (gnus-iswitchb-completing-read): Require iswitchb.
1689         (gnus-select-frame-set-input-focus): Silence compiler.
1690
1691 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * message.el (message-subject-trailing-was-query): Change default to t,
1694         since I think that's what most people want.
1695
1696         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1697         appending for easier debugging.
1698         (nnimap-wait-for-connection): Take a regexp.
1699         (nnimap-request-accept-article): Wait for the continuation line before
1700         sending anything unless we're streaming.
1701
1702         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1703         leave the header washing to take place.
1704
1705 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1706
1707         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1708         regular expression match and replace in posting styles.
1709
1710 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1711
1712         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1713         an entire server.
1714         (nnir-get-active): New function.
1715         (nnir-run-imap): Use it.
1716         (nnir-run-gmane): Who knew, gmane search returns an article score!
1717
1718         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1719         server on the current line with nnir.
1720
1721 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1724         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1725         left edge.
1726         (gnus-article-foldable-buffer): Skip past the prefix when determining
1727         raggedness.
1728
1729         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1730         the raw article, and change `C-u g' to show the article without doing
1731         treatments.
1732
1733         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1734         on to `gnus-treat-article'.
1735         (gnus-inhibit-article-treatments): New variable.
1736
1737         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1738
1739         * gnus-art.el (gnus-treatment-function-alist): Have
1740         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1741         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1742         sections.
1743
1744         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1745         parameter.
1746         (gnus-article-fill-cited-long-lines): New function.
1747         (gnus-article-fill-cited-article): Allow filling only long sections.
1748
1749         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1750         and non-punctuation (like after the apostrophe in "'We").
1751
1752         * gnus-sum.el (gnus-summary-select-article): Make sure
1753         gnus-original-article-buffer is alive.
1754
1755         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1756         reflect the order they're in in the digest.
1757
1758         * gnus.el (gnus-group-startup-message): Move point to the start of the
1759         buffer.
1760
1761         * nnimap.el (nnimap-capability): New function.
1762         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1763         is set.
1764
1765 2010-10-31  David Engster  <dengste@eml.cc>
1766
1767         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1768         conform with changes to gnus-completing-read.
1769
1770 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1773
1774 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1775
1776         * nnir.el: Move defvar, defcustom around to keep file organized
1777         and keep byte-compiler quiet.
1778         (nnir-read-parms): Accept search-engine as arg.
1779         (nnir-run-query): Pass search-engine as arg.
1780         (nnir-search-engine): Remove.
1781
1782 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * shr.el (shr-generic): The text nodes should be text, not :text.
1785
1786         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1787         later in the file.
1788
1789 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1790
1791         * nnir.el: General clean up.  Allow searching with multiple engines.
1792         Allow separate extra-parameters for each engine.
1793         Batch queries when possible.
1794         (nnir-imap-default-search-key,nnir-method-default-engines):
1795         Add customize interface.
1796         (nnir-run-gmane): New engine.
1797         (nnir-engines): Use it.  Qualify all prompts with engine name.
1798         (nnir-search-engine): Remove global variable.
1799         (nnir-run-hyrex): Restore for now.
1800         (nnir-extra-parms,nnir-search-history): New variables.
1801         (gnus-group-make-nnir-group): Use them.
1802         (nnir-group-server): Remove in favor of gnus-group-server.
1803         (nnir-request-group): Avoid searching twice.
1804         (nnir-sort-groups-by-server): New function.
1805
1806 2010-10-30  Julien Danjou  <julien@danjou.info>
1807
1808         * gnus-group.el: Remove gnus-group-fetch-control.
1809
1810         * gnus-start.el (gnus-find-new-newsgroups):
1811         Remove gnus-check-first-time-used.
1812
1813         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1814
1815 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1816
1817         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1818         set on groups that don't have \* permanentflags.
1819
1820 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1823         control the background color.
1824         (shr-tag-img): Ignore very small web bug type images.
1825         (shr-put-image): Add help-echo alt texts to the images.
1826         (shr-tag-video): Show the video poster image.
1827
1828 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * shr.el (shr-table-depth): New variable.
1831         (shr-tag-table-1): Only insert the images after the top-level table.
1832
1833         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1834
1835         * gnus-util.el (gnus-list-memq-of-list): New function.
1836
1837         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1838         selected.
1839         (nnimap-unsplittable-articles): New slot.
1840         (nnimap-new-articles): Use it.
1841
1842 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1843
1844         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1845         move to the previous line on `M-g'.
1846
1847 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1850         *-request-group, which seems unnecessary.
1851
1852         * nnimap.el (nnimap-quote-specials): Function copied over from
1853         imap.el.
1854         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1855         they support that.  Suggested by Tom Regner.
1856
1857 2010-10-29  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1860         defalias.
1861         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1862
1863         * gnus.el: Remove `gnus-nntp-service' variable.
1864         (gnus-secondary-servers): Make obsolete.
1865         (gnus-nntp-server): Make obsolete.
1866
1867         * gnus-start.el (gnus-1): Remove x-splash calls.
1868
1869         * gnus-ems.el (gnus-x-splash): Remove.
1870
1871         * gnus.el (gnus-group-startup-message): Simplify/update code.
1872
1873         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1874         definition.
1875
1876         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1877         capability before doing anything.
1878         (gnus-group-insert-group-line): Remove useless
1879         gnus-group-remove-excess-properties.
1880
1881 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1884
1885 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1888         config after reselecting.
1889
1890 2010-10-28  Julien Danjou  <julien@danjou.info>
1891
1892         * shr.el (shr-put-image): Use point even if only inserting text.
1893         (shr-put-image): Save excursion when inserting alt text on non-graphic
1894         display, so the behaviour is the same when we are on a graphic display.
1895
1896         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1897
1898 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1901         (gnus-mime-copy-part): Check coding system, not charset.
1902         (gnus-mime-view-part-externally): Never remove part.
1903         (gnus-mime-view-part-internally): Don't remove part here.
1904         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1905         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1906         multipart/alternative.
1907
1908         * mm-decode.el (mm-display-part): Take optional arg `force'.
1909
1910 2010-10-26  Julien Danjou  <julien@danjou.info>
1911
1912         * gnus-group.el (gnus-group-default-list-level): Add this function to
1913         compute the default list level.
1914         (gnus-group-default-list-level): Add possibility to use a function.
1915
1916 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1919
1920         * gnus-group.el (gnus-group-completing-read)
1921         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1922         gnus-replace-in-string.
1923
1924 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * shr.el (shr-tag-div): Add.
1927
1928         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1929
1930 2010-10-25  Julien Danjou  <julien@danjou.info>
1931
1932         * gnus-util.el: Remove `gnus-with-local-quit'.
1933
1934         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1935
1936 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1939         the original article buffer.
1940
1941 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnimap.el (nnimap-request-head): New function.
1944         (nnimap-request-move-article): Try to be slighly faster by not
1945         requesting the entire message when moving.
1946         (nnimap-transform-headers): Don't bug out on bodiless articles.
1947         (nnimap-send-command): Have no outstanding messages if the IMAP server
1948         doesn't support streaming.
1949         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1950
1951 2010-10-24  Julien Danjou  <julien@danjou.info>
1952
1953         * message.el (message-default-headers): Fix type.
1954
1955 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1958         prefetching images.
1959
1960         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1961         backend for unknown groups.  This is mainly useful for nnimap groups.
1962
1963         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1964         group isn't covered by the agent.
1965
1966 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1967
1968         * nnir.el (nnir-method-default-engines): New variable.
1969         (nnir-run-query): Use it.
1970         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1971         (gnus-summary-nnir-goto-thread): Change group if needed.
1972
1973         * gnus-group.el (gnus-group-group-map): Add key binding for
1974         gnus-group-make-nnir-group.
1975
1976 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * shr.el (shr-tag-object): Add.
1979
1980         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1981         original article buffer live.
1982         (gnus-summary-select-article-buffer):
1983         Mention gnus-widen-article-buffer.
1984
1985 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * shr.el (shr-tag-strong): Add.
1988
1989 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1992         group names.  They mess up the group buffer badly.
1993
1994         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1995
1996         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1997         instead of the summary one.
1998
1999 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * mml.el (mml-preview): Work properly when editing article.
2002
2003         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2004         gnus-have-read-active-file if it's already been in.
2005
2006 2010-10-22  Tom Tromey  <tromey@redhat.com>
2007
2008         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2009         gnus-group-completing-read.
2010
2011 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * message.el (message-mode-map): Don't bind M-; to comment region, to
2014         allow the global comment-dwim to work.
2015
2016 2010-10-21  Julien Danjou  <julien@danjou.info>
2017
2018         * message.el (message-setup-1): Allow message-default-headers to be a
2019         function.
2020
2021 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * shr.el (shr-tag-table): Simplify.
2024
2025 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2028         to avoid trying to snarf invalid stuff.
2029
2030         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2031
2032         * gnus.el (gnus-message-archive-group): Quote value.
2033         (gnus-message-archive-group): Mark as changed.
2034
2035         * shr.el (shr-add-font): Don't put the font properties on the newline
2036         or the indentation.
2037
2038         * message.el (message-fix-before-sending): Change options when sending
2039         non-printable characters.
2040
2041         * gnus.el (gnus-message-archive-method): Change the default to
2042         monthly outgoing groups.
2043
2044         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2045         that have gotten new numbers.
2046
2047         * nnimap.el (nnimap-request-replace-article): New function.
2048
2049 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2052         (nnrss-request-article): Don't use special html washing code.
2053
2054 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * shr.el (shr-tag-table): Remove useless nconc.
2057
2058 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-art.el (article-wash-html): Simplify and remove the charset
2061         stuff.  Use the normal html rendering code instead of the special html
2062         washing code.
2063
2064         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2065         `gnus-w3m' symbols.
2066         (mm-text-html-washer-alist): Remove.
2067
2068         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2069         (mm-inline-media-tests): Remove use.
2070         (mm-text-html-renderer): Change default to the `shr' symbol.
2071
2072         * mm-view.el (mm-inline-text-html): Remove use.
2073
2074         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2075         `gnus-blocked-images' to be a function.
2076         (gnus-article-wash-function): Remove.
2077
2078 2010-10-20  Julien Danjou  <julien@danjou.info>
2079
2080         * spam.el (spam-list-of-processors): Mark as obsolete.
2081
2082         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2083         (nnimap-insert-partial-structure): Fix boundary detection.
2084
2085 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2086
2087         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2088         run file-truename on remote files.  This can be expensive and even
2089         prevent one from editing drafts if some unrelated buffer has a stale
2090         connection.
2091
2092 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2095         kinsoku-eol regardless of shr-kinsoku-shorten.
2096         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2097         (shr-tag-table): Support caption, thead, and tfoot.
2098
2099 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2102         lines.
2103         (shr-save-contents): New command and keystroke.
2104
2105         * nndoc.el (nndoc-type-alist): Add git support.
2106         (nndoc-git-type-p): New function.
2107         (nndoc-transform-git-article): Ditto.
2108         (nndoc-transform-git-headers): Ditto.
2109         (nndoc-transform-git-headers): Generate Subject headers.
2110
2111         * shr.el (shr-parse-style): New function.
2112         (shr-tag-span): Ditto.
2113
2114         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2115         to `G G' to avoid collisions.
2116
2117 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * shr.el: Load kinsoku if necessary.
2120         (shr-kinsoku-shorten): New internal variable.
2121         (shr-find-fill-point): Make kinsoku shorten text line if
2122         shr-kinsoku-shorten is bound to non-nil.
2123         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2124         shr-indentation too when testing if table is wider than frame width.
2125         (shr-insert-table): Use `string-width' instead of `length' to measure
2126         text width.
2127         (shr-insert-table-ruler): Make sure indentation is done at bol.
2128
2129 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2130
2131         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2132         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2133         undecoded network data.
2134
2135 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2138         name in the mode line spec so that the mode line menu works
2139         (bug #2431).
2140
2141         * message.el (message-get-reply-headers): If we're fed `to-address',
2142         then always use that.
2143
2144         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2145         aren't so wide as to need to switch off the edit menu.
2146
2147         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2148         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2149
2150         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2151         `M-g'.
2152         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2153         the permanent marks.
2154
2155 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2156
2157         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2158         Splitting according to references/in-reply-to obeys the ignore-groups
2159         variable, while splitting by sender and subject do not.
2160
2161 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2164         alist, so that we can look for non-Unicode chars.
2165         (article-translate-strings): Allow both character and string maps.
2166
2167 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * shr.el (shr-insert): Don't insert space behind a wide character
2170         categorized as kinsoku-bol, or between characters both categorized as
2171         nospace.
2172
2173 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2174
2175         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2176         headers to gnus-newsgroup-headers.
2177
2178 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * shr.el (shr-tag-img): Don't align images -- since we're not
2181         rescaling, this often leads to ugly displays.
2182
2183 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2184
2185         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2186         duplicates.
2187
2188 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2189
2190         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2191         call.
2192
2193 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus.el: Autoload gnus-html-show-images.
2196
2197         * nnimap.el: Use nnheader-message throughout.
2198
2199         * shr.el (shr-tag-img): Ignore images with no data.
2200
2201 2010-10-15  Julien Danjou  <julien@danjou.info>
2202
2203         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2204         a possibility to disable format=flow encoding when using hard newlines.
2205
2206 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * shr.el (shr-insert): Remove space inserted before or after a
2209         breakable character or at the beginning or the end of a line.
2210         (shr-find-fill-point): Do kinsoku; find the second best point or give
2211         it up if there's no breakable point.
2212
2213 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnimap.el (nnimap-open-connection): Message when opening connection
2216         for debugging purposes.
2217
2218         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2219         on every setup buffer call to allow this to change from article to
2220         article.
2221
2222         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2223         buffers where we have a wide table.
2224
2225 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2226
2227         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2228         uses *-request-thread.
2229
2230 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2233         incantation, which is no longer valid.
2234
2235 2010-10-14  Julien Danjou  <julien@danjou.info>
2236
2237         * shr.el: Fix defcustom type (char -> character).
2238
2239 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2242         programs.
2243
2244 2010-10-14  Julien Danjou  <julien@danjou.info>
2245
2246         * shr.el (shr-tag-a): Use url-link as widget type.
2247
2248         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2249         `gnus-group-get-icon'.
2250
2251 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2254         This should make server editing work better.
2255
2256         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2257
2258         * tls.el (tls-program): Remove spurious %s from openssl.
2259
2260         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2261         (nnimap-parse-flags): Fix regexp.
2262
2263         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2264         probably work for CJVK text, too.
2265
2266         * nnimap.el (nnimap-extend-tls-programs): Remove.
2267         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2268
2269         * tls.el (tls-starttls-switches): Remove starttls hack.
2270         (open-tls-stream): Ditto.
2271         (tls-find-starttls-argument): Ditto.
2272
2273 2010-10-13  Julien Danjou  <julien@danjou.info>
2274
2275         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2276         responses.
2277
2278 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2281
2282         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2283         anything in Emacs.
2284
2285         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2286
2287 2010-10-13  Julien Danjou  <julien@danjou.info>
2288
2289         * shr.el (shr-width): Make shr-width a defcustom with default to
2290         fill-column.
2291         (shr-tag-img): Use shr-width rather than fill-column.
2292
2293 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * dgnushack.el (byte-optimize-apply)
2296         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2297
2298         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2299         position when (X-)Faces exist.
2300         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2301         avatars when called interactively.
2302
2303 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2306         gnus-article-x-face-too-ugly is bound.
2307
2308 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2311
2312         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2313         mailbox that doesn't exist.
2314
2315 2010-10-12  Julien Danjou  <julien@danjou.info>
2316
2317         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2318         (shr-get-image-data): Encode URL properly when fetching from cache.
2319         (shr-tag-img): Use aligned-to spaces to align correctly images.
2320
2321         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2322         before inserting the Gravatar.
2323
2324         * shr.el (shr-tag-img): Add align attribute support for <img>.
2325
2326 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-gravatar.el (gnus-art): Require.
2329
2330         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2331         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2332         Remove long obsoleted functions.
2333
2334 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2337
2338         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2339
2340         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2341         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2342         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2343         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2344         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2345         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2346         * sieve-manage.el, smime.el, spam.el:
2347         Fix comment for declare-function.
2348
2349 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnimap.el (nnimap-request-rename-group): Select group read-only
2352         before renaming it.
2353
2354         * shr.el (shr-insert): Fix up the white space only regexp.
2355
2356         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2357         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2358
2359         * shr.el (shr-current-column): New function.
2360         (shr-find-fill-point): New function.
2361
2362 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2363
2364         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2365         numbers.
2366
2367 2010-10-11  Julien Danjou  <julien@danjou.info>
2368
2369         * shr.el (shr-hr-line): Add.
2370         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2371         display hr lines.
2372         (shr-max-columns): Do not change state to nil if we just inserting
2373         spaces.
2374
2375 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2378         select the last group.
2379
2380 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2383
2384 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2385
2386         * dig.el (dig-mode-map): Declare and define in one step.
2387
2388 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2391         for Gnus.
2392         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2393         (nnimap-update-qresync-info): Mark \Seen articles as read.
2394
2395         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2396         non-variable, too.
2397
2398         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2399         available.
2400         (nnimap-update-info): Rely more on the current active than the param
2401         active to avoid marking articles as read too much.
2402
2403         * auth-source.el (auth-source-create): Use (user-login-name) for the
2404         user name default.
2405
2406         * nnimap.el (nnimap-update-info): If the server doesn't return any
2407         useful info, just use the previous info.
2408         (nnimap-update-info): Prefer old info over start-article.
2409         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2410
2411 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2412
2413         * nnir.el (autoload): Clean up autoloads.
2414         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2415         Use key rather than value.
2416         (nnir-imap-search-other): New variable.
2417         (nnir-read-parm): Use it.
2418         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2419         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2420
2421 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2422
2423         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2424         the process, too.
2425
2426 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * spam.el (gnus-summary-mode-map): Bind to "$".
2429         Suggested by Russ Allbery.
2430
2431         * shr.el: Rework the way things are indented by <li> slightly.
2432
2433         * gnus.el (gnus-group-set-parameter): Fix typo.
2434
2435         * nnimap.el: Start implementing QRESYNC support.
2436
2437 2010-10-09  Julien Danjou  <julien@danjou.info>
2438
2439         * nnir.el (nnir-engines): Fix too many arguments.
2440
2441 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2444         group is the "last", so that the backends like nnfolder actually save
2445         their folders.
2446
2447         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2448         try to use that for the tls stream.
2449         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2450         UIDVALIDITY and find out which groups are read-only and not.
2451         (nnimap-get-flags): Use the same marks parsing code as the rest of
2452         nnimap.
2453
2454 2010-10-09  Julien Danjou  <julien@danjou.info>
2455
2456         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2457
2458         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2459         retrieving gravatars.
2460
2461         * shr.el (shr-table-corner): Add.
2462         (shr-table-line): Add.
2463         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2464
2465 2010-10-08  Julien Danjou  <julien@danjou.info>
2466
2467         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2468
2469 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2470
2471         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2472
2473         * gnus-sum.el (gnus-mark-article-as-unread)
2474         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2475         (gnus-summary-set-bookmark): Use it.
2476
2477         * gnus-msg.el (gnus-setup-message): Use it.
2478
2479         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2480
2481         * gnus.el (gnus-group-remove-parameter): Use it.
2482
2483         * gnus-group.el (gnus-group-make-web-group): Use it.
2484
2485         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2486
2487         * nnregistry.el: Update docs to mention manual.
2488
2489         * gnus-registry.el: Update docs to mention nnregistry.el.
2490         (gnus-registry-initialize): Don't install nnregistry refer method
2491         automatically.
2492         (gnus-registry-install-nnregistry): Remove it.
2493
2494 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * shr.el (shr-insert): Don't insert double spaces.
2497
2498 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-gravatar.el (gnus-treat-from-gravatar)
2501         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2502         called interactively.
2503
2504         * gnus-art.el (gnus-mime-view-part-externally)
2505         (gnus-mime-view-part-internally): Make predicate function passed to
2506         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2507         of a mime type.
2508
2509         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2510
2511 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * shr.el (require): Require cl when compiling.
2514         (shr-tag-hr): New function.
2515
2516         * nnimap.el (nnimap-update-info): Remove double setting of high.
2517         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2518         This makes nnimap work properly on Courier again.
2519
2520         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2521         the variable for backwards compatability.
2522
2523         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2524         the file name before using to avoid setting mm-default-directory to
2525         nil.
2526
2527         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2528         bidning gnus-agent variables.
2529
2530         * shr.el (shr-render-td): Use a cache for the table rendering function
2531         to avoid getting an exponential rendering behaviour in nested tables.
2532         (shr-insert): Rework the line-breaking algorithm.
2533         (shr-insert): Don't leave trailing spaces.
2534         (shr-insert-table): Also insert empty TDs.
2535         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2536
2537 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2538
2539         * gnus-sum.el (gnus-number): Rename from `number'.
2540         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2541         (gnus-summary-limit-children): Update uses correspondingly.
2542
2543 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2546         (gnus-gravatar-transform-address): Don't show avatars of people of
2547         which mail addresses match gnus-gravatar-too-ugly.
2548
2549 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-table-widths): Expand TD elements to fill available
2552         space.
2553
2554 2010-10-07  Julien Danjou  <julien@danjou.info>
2555
2556         * nnimap.el (nnimap-request-rename-group): Add this method.
2557
2558 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2561         name from XEmacs' function-arglist.
2562
2563         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2564         gravatar under XEmacs.
2565
2566 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2567
2568         * auth-source.el: Update docs with TODO items.
2569
2570         * gnus-sync.el: Update docs to explain state and plans.
2571
2572         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2573         Hooks for mark updates.
2574         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2575
2576         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2577         hooks with arguments, which is needed for mark update hooks.
2578
2579 2010-10-06  Julien Danjou  <julien@danjou.info>
2580
2581         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2582         was matched.
2583
2584         * sieve-manage.el: Update example in `Commentary'.
2585
2586         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2587
2588         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2589         not 2000.
2590         (sieve-manage-authenticate): Re-add function.
2591
2592 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * shr.el (shr-insert): Get 'space transition right.
2595         (shr-render-td): Only delete space at the end of the TD.
2596
2597         * nnimap.el (nnimap-open-connection): Prepare to support
2598         open-gnutls-stream.
2599
2600         * shr.el: Rearrange function order to be more logical.
2601
2602 2010-10-06  Julien Danjou  <julien@danjou.info>
2603
2604         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2605         (nnrss-discover-feed): Remove 404 URL in docstring.
2606
2607         * nnir.el: Fix Swish-E URL.
2608         Fix Namazu URL.
2609
2610         * message.el (message-change-subject): Remove 404 URL in a comment.
2611
2612 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2615         called interactively.
2616
2617         * gnus-util.el (gnus-remove-if): Allow hash table.
2618         (gnus-remove-if-not): New function.
2619
2620         * gnus-art.el (gnus-mime-view-part-as-type)
2621         * gnus-score.el (gnus-summary-score-effect)
2622         * gnus-sum.el (gnus-read-move-group-name):
2623         Replace remove-if-not with gnus-remove-if-not.
2624
2625         * gnus-group.el (gnus-group-completing-read):
2626         Regard collection as a hash table if it is not a list.
2627
2628 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2631
2632         * shr.el: Document the table-rendering algorithm.
2633
2634 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2637         for Emacsen having no `libxml-parse-html-region' support.
2638
2639 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2642         invalid URLs.
2643
2644         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2645         line-broken.
2646         (shr-tag-img): Ignore image fetching errors.
2647         (shr-overlays-in-region): Compute overlay positions correctly.
2648
2649         * mm-decode.el (mm-shr): Require shr.
2650
2651         * gnus-art.el (gnus-blocked-images): Move variable here.
2652
2653         * shr.el (shr-insert-table): Bind free variable.
2654
2655         * mm-decode.el (mm-shr): Bind shr-content-function.
2656
2657         * shr.el (shr-content-function): New variable.
2658
2659         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2660         added for symmetry.
2661
2662         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2663
2664         * gnus-group.el (gnus-group-make-group): Doc fix.
2665
2666         * nnimap.el (nnimap-request-newgroups): Return success.
2667
2668         * shr.el (shr-find-elements): New function.
2669         (shr-tag-table): Put all the images after the table.
2670         (shr-tag-table): Really inhibit images inside the table.
2671         (shr-collect-overlays): Copy over overlays from the TD elements to the
2672         main document.
2673
2674         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2675         gnus-blocked-images.
2676
2677 2010-10-05  Julien Danjou  <julien@danjou.info>
2678
2679         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2680
2681         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2682         (gnus-html-maximum-image-size): Add this function.
2683         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2684
2685         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2686         server-value of the capability is nil.
2687
2688 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * shr.el (shr-tag-em): Add <EM> tag.
2691
2692 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2693
2694         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2695         customizable.
2696
2697         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2698         handing broken links to browse-url.
2699
2700 2010-10-05  Julien Danjou  <julien@danjou.info>
2701
2702         * gnus-util.el (gnus-emacs-completing-read)
2703         (gnus-iswitchb-completing-read): Use autoload rather than require.
2704
2705 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2708         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2709         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2710         iswitchb-temp-buflist for XEmacs.
2711
2712         * gnus-util.el (gnus-completing-read-function): Exclude
2713         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2714         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2715         XEmacs.
2716
2717         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2718         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2719
2720         * gnus-html.el: Don't require help-fns under XEmacs.
2721         (gnus-html-schedule-image-fetching): Work for XEmacs.
2722
2723         * mm-decode.el (mm-shr): Decode contents by charset.
2724
2725 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2728         unknown.
2729
2730         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2731         (shr-get-image-data): Ensure against the cache file missing.
2732
2733         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2734         for data.
2735
2736         * spam-report.el (spam-report-url-ping-plain): Don't query about
2737         killing the process.
2738
2739         * shr.el (shr-render-td): Protect against too-wide text.
2740
2741 2010-10-04  Julien Danjou  <julien@danjou.info>
2742
2743         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2744         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2745
2746         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2747         retrieved.
2748
2749 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * shr.el (browse-url): Require.
2752         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2753         lines.
2754         (shr-show-alt-text, shr-browse-image): New commands.
2755         (shr-browse-url, shr-copy-url): New commands.
2756
2757         * gnus-sum.el (gnus-widen-article-window): New variable.
2758         (gnus-summary-select-article-buffer): Use it.
2759
2760         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2761         without @ signs.
2762
2763 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2764
2765         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2766
2767 2010-10-04  Julien Danjou  <julien@danjou.info>
2768
2769         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2770         for XEmacs.
2771
2772 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2775
2776         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2777         (nnimap-close-server): Implement.
2778
2779         * dgnushack.el (iswitchb): Require to shut up the compiler.
2780
2781         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2782         (shr-insert): Tweak line breaking.
2783         (shr-insert): Handle <pre> better.
2784         (shr-tag-li): Get <li> indentation right.
2785         (shr-tag-li): Get <li> indentation even righter.
2786         (shr-tag-blockquote): Ensure paragraph start.
2787         (shr-make-table): Tweak table generation.
2788         (shr-make-table): Fix typo.
2789
2790         * shr.el: Implement table rendering.
2791
2792 2010-10-04  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2795
2796 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * shr.el (shr-insert): Use string anchors instead of line anchors.
2799
2800 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * shr.el: Add headings.
2803         (shr-ensure-paragraph): Actually work.
2804         (shr-tag-li): Make <ul> prettier.
2805         (shr-insert): Get white space at the beginning/end of elements right.
2806         (shr-tag-p): Collapse subsequent <p>s.
2807         (shr-ensure-paragraph): Don't insert double line feeds after blank
2808         lines.
2809         (shr-insert): \t is also space.
2810         (shr-tag-s): Fix "s" tag name function.
2811         (shr-tag-s): Fix face prop name.
2812
2813 2010-10-03  Julien Danjou  <julien@danjou.info>
2814
2815         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2816
2817         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2818         gnus-window-inside-pixel-edges.
2819
2820         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2821         gnus-ems.
2822
2823         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2824
2825         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2826         function.
2827
2828         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2829         resize choice.
2830
2831 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2834         beginning of the buffer.
2835
2836         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2837         article buffer again.
2838
2839         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2840
2841         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2842         when it's at the start of the buffer.
2843
2844         * shr.el (shr-tag-blockquote): Convert name.
2845         (shr-rescale-image): Use the right image-size variant.
2846
2847         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2848         buffer isn't shown, then select the current article first instead of
2849         bugging out.
2850         (gnus-summary-select-article-buffer): Show both the article and summary
2851         buffers again.
2852
2853         * shr.el (shr-fontize-cont): Protect against regions with no text.
2854         Rename tag functions to shr-tag-* for enhanced security.
2855         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2856
2857 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2858
2859         * shr.el (shr-insert):
2860         * pop3.el (pop3-movemail):
2861         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2862         loaded.
2863
2864 2010-10-03  Glenn Morris  <rgm@gnu.org>
2865
2866         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2867
2868         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2869
2870         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2871
2872         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2873
2874         * gnus-util.el (gnus-make-local-hook): Simplify.
2875
2876 2010-10-02  Julien Danjou  <julien@danjou.info>
2877
2878         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2879         (gnus-ido-completing-read): New function.
2880         (gnus-emacs-completing-read): New function.
2881         (gnus-completing-read): Use gnus-completing-read-function.
2882         Add gnus-completing-read-function.
2883
2884 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * shr.el (shr-insert-document): Autoload.
2887         (shr-img): Be silent.
2888         (shr-insert): Add a newline after every picture before text.
2889         (shr-add-font): Use overlays for combining faces.
2890         (shr-insert): Pass upwards the text start point.
2891
2892         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2893         possible.
2894         (mm-shr): New function.
2895
2896 2010-10-02  Julien Danjou  <julien@danjou.info>
2897
2898         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2899         should go backward.
2900
2901 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2902
2903         * shr.el (shr): Fix typo in provide call.
2904
2905 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * shr.el: New file.
2908
2909         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2910
2911         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2912         completing read.
2913
2914 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2917         we're being queried about.  Suggested by Dan Jacobson.
2918
2919         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2920         Suggested by Jason Eisner.
2921
2922         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2923         table, too.  Suggested by Stefan Wiens.
2924         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2925         the table unnecessary.  Suggested by Stefan Wiens.
2926
2927         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2928         longer needed, and probably doesn't work either, as pointed out by
2929         Stefan Wiens.
2930         (gnus-summary-exit): Remove call to the clearing function.
2931         (gnus-summary-exit-no-update): Ditto.
2932
2933         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2934         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2935         Reported by Stefan Monnier.
2936         (gnus-summary-save-in-rmail): Ditto.
2937
2938         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2939         article buffer, instead of both the article buffer and the summary
2940         buffer.  Sort of suggested by Dan Jacobson.
2941
2942         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2943
2944         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2945         Suggested by Dan Jacobson.
2946
2947         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2948         documentation clearer.
2949
2950         * message.el (message-shorten-references): Comment on the number "21".
2951         Suggested by Stefan Monnier.
2952
2953         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2954         Suggested by Dan Jacobson.
2955
2956         * gnus.el (gnus-large-newsgroup):
2957         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2958
2959         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2960         externalize attachments.  Bug reported by Steve Wen.
2961
2962         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2963         really message anything to the user.
2964
2965         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2966         directly.
2967
2968         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2969         messages in empty groups.
2970
2971 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2972
2973         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2974         non-UIDNEXT group.
2975
2976 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2979         not the value from the collection.
2980
2981         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2982         values.  This sometimes happens on some groups that have no info.
2983         (nnimap-request-newgroups): New function.
2984
2985 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2986
2987         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2988         check into `gnus-registry-initialize'.
2989         (gnus-registry-initialize): Ditto.
2990         Fix and extend header docs.
2991
2992 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2995         regexp backtrace overflows.
2996
2997         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2998         for starttls that tls.el implements; i.e. openssl.
2999
3000         * tls.el (tls-starttls-switches): Give up on using starttls with
3001         gnutls-cli.
3002         (tls-program): Add --insecure to be consistent with the defaults from
3003         openssl s_client.  Now all three commands are insecure.
3004
3005 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * lpath.el: Bind completion-styles-alist for XEmacs.
3008
3009         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3010         (gravatar-create-image): New function that's an alias to
3011         gnus-xmas-create-image, gnus-create-image, or create-image.
3012         (gravatar-data->image): Use it.
3013
3014 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3017         install the nnregistry refer method.
3018         (gnus-registry-install-hooks): Use it.
3019         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3020         unfollowed groups.
3021
3022 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3023
3024         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3025         expanding threads.
3026
3027 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * nnir.el: Use the server names without suffixes (bug #7009).
3030
3031         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3032         unencrypted to STARTTLS, if possible.
3033
3034 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3035
3036         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3037         headers before superseding.
3038
3039 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * nnrss.el (nnrss-use-local): Add documentation.
3042
3043         * nnimap.el (nnimap-extend-tls-programs): New function.
3044         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3045         (nnimap-wait-for-connection): Accept the greeting from the stupid
3046         output from openssl s_client -starttls, too.
3047
3048         * tls.el (tls-starttls-switches): New variable.
3049         (tls-find-starttls-argument): Use it.
3050         (open-tls-stream): Ditto.
3051
3052         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3053         (netrc-machine): Ditto.
3054
3055         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3056         article number.
3057         (nnimap-split-fancy): New variable.
3058         (nnimap-split-incoming-mail): Use it.
3059
3060         * nntp.el (nntp-server-list-active-group): Document.
3061
3062         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3063         SELECT to get the message-id.
3064
3065         * mail-source.el (mail-sources): Remove webmail support.
3066         (defvar): Ditto.
3067         (mail-source-fetcher-alist): Ditto.
3068         (mail-source-fetch-webmail): Remove.
3069
3070         * webmail.el: Remove -- doesn't seem relevant any more.
3071
3072         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3073
3074         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3075         the \r.
3076
3077 2010-09-30  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-agent.el (gnus-agent-add-group): Fix call to
3080         gnus-completing-read.
3081
3082 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * nndoc.el (nndoc-retrieve-groups): New function.
3085
3086         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3087         `default', use nnmail-split-methods.
3088         (nnimap-request-article): Downcase the NILs so that they are nil.
3089
3090         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3091         symbol.
3092
3093         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3094         code, since if the user has requested network, that's what they ought
3095         to get.
3096         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3097         (nnimap-split-rule): Mark as obsolete.
3098
3099         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3100         New variable.
3101
3102         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3103         correct slot, too.
3104
3105 2010-09-29  Julien Danjou  <julien@danjou.info>
3106
3107         * gnus.el (gnus-local-domain): Declare variable obsolete.
3108
3109         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3110         Fix history computing.
3111         (gnus-ido-completing-read): Require ido.
3112
3113 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3116         build Gnus.
3117
3118         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3119         when interpreting the structures.
3120         (nnimap-request-accept-article): Add \r\n to the lines to make this
3121         work with Cyrus.
3122
3123         * nndraft.el (nndraft-request-expire-articles): Use the group name
3124         instead if "nndraft".  Fix found by Nils Ackermann.
3125
3126 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3127
3128         * nnregistry.el: Add.
3129
3130 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * nnmail.el (group, group-art-list, group-art):
3133         Remove unneeded directives.
3134
3135 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3138         (mm-mime-charset)
3139         * rfc2047.el (rfc2047-syntax-table)
3140         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3141
3142         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3143         rather than `insert-file-contents' and `eval-region'.
3144
3145         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3146         construction.
3147
3148         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3149
3150         * time-date.el: No need to require cl for Emacs 21.
3151
3152 2010-09-29  Julien Danjou  <julien@danjou.info>
3153
3154         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3155         replacement of `gnus-gravatar-relief' to mimic
3156         `gnus-faces-properties-alist'.
3157         Add :version property.
3158
3159 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * mail-source.el (mail-source-report-new-mail)
3162         * message.el (message-default-mail-headers)
3163         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3164
3165         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3166
3167 2010-09-28  Julien Danjou  <julien@danjou.info>
3168
3169         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3170         mail-address contains the same string as real-name.
3171
3172         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3173         non-blank in header, otherwise it'll get stripped.
3174
3175         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3176         real-name, and then for mail address rather than doing : or , search.
3177
3178 2010-09-27  Julien Danjou  <julien@danjou.info>
3179
3180         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3181         right completing-read function.
3182         (gnus-use-ido): New variable
3183         (gnus-completing-read-with-default): Remove.
3184         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3185         (gnus-agent-add-group):
3186         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3187         * mm-view.el (mm-view-pkcs7-decrypt):
3188         * mm-util.el (mm-codepage-setup):
3189         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3190         * mml-smime.el (mml-smime-openssl-sign-query):
3191         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3192         (mml-insert-multipart):
3193         * gnus-msg.el (gnus-summary-yank-message):
3194         * gnus-int.el (gnus-start-news-server):
3195         * mm-decode.el (mm-interactively-view-part):
3196         * gnus-dired.el (gnus-dired-attach):
3197         * gnus.el (gnus-read-method):
3198         * gnus-bookmark.el (gnus-bookmark-jump):
3199         * gnus-art.el (gnus-mime-view-part-as-type)
3200         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3201         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3202         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3203         * nnmairix.el (nnmairix-create-server-and-default-group)
3204         (nnmairix-update-groups, nnmairix-get-server)
3205         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3206         (nnmairix-get-group-from-file-path):
3207         * nnrss.el (nnrss-find-rss-via-syndic8):
3208         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3209         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3210         (gnus-group-browse-foreign-server):
3211         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3212         (gnus-summary-execute-command, gnus-summary-respool-article)
3213         (gnus-read-move-group-name):
3214         * gnus-score.el (gnus-summary-increase-score)
3215         (gnus-summary-score-effect):
3216         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3217
3218 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3221         x-focus-frame.
3222
3223         * nnimap.el (auth-source-forget-user-or-password)
3224         (auth-source-user-or-password): Autoload.
3225
3226         * message.el (message-from-style, message-interactive)
3227         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3228         (message-yank-prefix, message-indentation-spaces, message-signature)
3229         (message-signature-file): Add comment.
3230
3231 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3234         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3235         new articles.
3236
3237         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3238         parts.
3239         (nnimap-request-article): Work with the t setting, too.
3240
3241         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3242         that you don't get flashes of other buffers.
3243         (gnus-summary-show-complete-article): Intern before setting.
3244
3245 2010-09-27  David Engster  <dengste@eml.cc>
3246
3247         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3248         well as HEADERS.
3249         (nnmairix-retrieve-headers): Provide new argument for the above.
3250
3251 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-sum.el (gnus-summary-move-article): Don't alter
3254         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3255         group.
3256
3257         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3258
3259         * message.el (message-cite-prefix-regexp): Revert my last edit.
3260
3261         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3262         variable instead of the Gnus variable.
3263
3264         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3265
3266         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3267
3268         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3269         since some servers don't like it.
3270         (nnimap-open-connection): Forget credentials if the server says the
3271         password was wrong.
3272         (nnimap-parse-line): Protect against invalid data.
3273
3274         * gnus-sum.el (gnus-summary-move-article): Add comment.
3275         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3276         nothing alters it while scanning for new messages.
3277
3278         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3279         which may or may not help.
3280         (nnimap-open-connection): If we're doing a stream connection, and then
3281         discover we're on a STARTTLS-capable server, then open a STARTTLS
3282         connection instead.
3283
3284 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * nnimap.el (utf7): Require.
3287
3288         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3289         prefix.
3290
3291 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3292
3293         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3294
3295 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * nnimap.el (nnimap-request-accept-article): Message the error on
3298         error.
3299
3300 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3303
3304 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * nndoc.el (nndoc-request-list): Return success always.
3307
3308         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3309         `fetch-old' -- we only want to fetch the articles we've requested.
3310         The rest are in the agent, probably.
3311         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3312         disappeared server" to something low.  It's not important.
3313
3314         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3315         arrived before the FETCH data.
3316
3317         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3318         target here, because we don't know the Gnus name of the group.
3319
3320         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3321         for the correct group.
3322
3323         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3324
3325         * gnus.el (gnus): Give a final warning after startup.
3326
3327         * gnus-util.el (gnus-action-message-log): New variable.
3328         (gnus-message): Use it.
3329         (gnus-final-warning): New function.
3330
3331         * nnimap.el (nnimap-open-connection): Record the greeting.
3332         (nnimap): Add greeting.
3333
3334 2010-09-26  Julien Danjou  <julien@danjou.info>
3335
3336         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3337         arguments.
3338         (gnus-html-wash-images): Fix spec computing to include start/end.
3339
3340         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3341
3342 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3345         deletion.
3346         (nnimap-retrieve-headers): Don't select the group, because that's
3347         already done by nnimap-possibly-change-group.
3348
3349         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3350         (gnus-picon-transform-address): Use it.
3351
3352         * mail-source.el (mail-source-value): Revert previous patch.
3353
3354         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3355         on failure.
3356         (nnimap-open-connection): Look up both virtual and physical server name
3357         credentials.
3358
3359         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3360
3361 2009-02-07  Dave Love  <fx@gnu.org>
3362
3363         * tls.el (open-tls-stream): Don't query killing process.
3364
3365 2009-02-08  Dave Love  <fx@gnu.org>
3366
3367         * gnus-win.el (gnus-window-to-buffer-helper)
3368         (gnus-all-windows-visible-p): Function needn't be a symbol.
3369
3370         * mail-source.el (mail-source-value): Function needn't be a symbol.
3371
3372 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * message.el (message-cite-prefix-regexp): Remove } from the cite
3375         prefix.
3376
3377         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3378         highlight again, so that the highlight is correct.
3379
3380         * gnus-picon.el (gnus-picon): Remove again.
3381         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3382
3383         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3384         doing the header highlightling, so that the background colour of the
3385         picon is correct.
3386
3387         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3388         (gnus-picon): Ditto.
3389         (gnus-picon): Reinstate.  The background colour for picons is white.
3390         (gnus-picon-insert-glyph): Make the background white.
3391
3392         * nnml.el (nnml-open-nov): Don't return dead buffers.
3393
3394         * auth-source.el (auth-source-create): Query the user for whether to
3395         store the credentials.
3396
3397         * netrc.el (netrc-store-data): New function.
3398
3399         * auth-source.el (auth-source-user-or-password): Use the existing auth
3400         sources, if any, for creation.
3401
3402         * gnus.el (gnus-group-fast-parameter): Return the last matching
3403         parameter instead of the first matching parameter.
3404
3405 2010-09-26  Julien Danjou  <julien@danjou.info>
3406
3407         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3408
3409 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * mml2015.el (mml2015-use): Remove gpg support.
3412
3413         * mml1991.el (mml1991-function-alist): Remove gpg function.
3414         (mml1991-gpg-sign): Remove.
3415
3416 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3417
3418         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3419         (gnus-browse-unsubscribe-current-group): Document it.
3420         (gnus-browse-unsubscribe-group): Use it.
3421
3422 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3425         address to the To list for easier response.
3426
3427         * gnus.el (gnus-play-startup-jingle): Remove.
3428         (gnus-splash): Don't play jingle.
3429         (gnus): Silence gnus-load message.
3430
3431         * gnus-art.el (gnus-treat-play-sounds): Remove.
3432
3433         * gnus.el (gnus-play-jingle): Remove audio support.
3434
3435         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3436
3437         * earcon.el: Remove -- no users.
3438
3439         * gnus-audio.el: Remove -- no users of this package.
3440
3441         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3442
3443         * gnus-start.el (gnus-setup-news): Remove nocem support.
3444
3445         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3446
3447         * gnus.el (gnus-use-nocem): Remove.
3448
3449         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3450         Remove.
3451
3452         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3453         uses NoCeM any more.
3454
3455         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3456         (gnus-button-ctan-handler): Ditto.
3457         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3458         (gnus-button-ctan-directory-regexp): Ditto.
3459         (gnus-button-handle-ctan): Ditto.
3460         (gnus-button-tex-level): Ditto.
3461         (gnus-button-alist): Remove CTAN stuff.
3462
3463 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3466         nnimap-streaming test.
3467
3468         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3469         servers twice.
3470
3471         * nnimap.el (nnimap-open-connection): Add more error reporting when
3472         nnimap fails early.
3473
3474         * nnheader.el (nnheader-get-report-string): New function.
3475         (nnheader-get-report): Use it.
3476
3477         * gnus-int.el (gnus-check-server): Say what the error was when opening
3478         failed.
3479
3480         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3481         using streaming.
3482
3483 2010-09-25  Julien Danjou  <julien@danjou.info>
3484
3485         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3486         gnus-window-inside-pixel-edges.
3487
3488 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3491
3492         * mm-decode.el (mm-save-part): Allow saving to other directories the
3493         normal Emacs way.
3494
3495         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3496         Suggested by Jay Berkenbilt.
3497
3498         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3499         there isn't a single byte.
3500
3501         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3502         just do it.  It doesn't really seem to matter what the user responds
3503         here, I think, so it's just a confusing question.
3504
3505         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3506         non-streaming case.
3507
3508         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3509         (gnus-article-encrypt-body): Use it.
3510
3511         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3512         keystroke.
3513
3514         * nnimap.el (nnimap-find-wanted-parts-1):
3515         Use gnus-fetch-partial-articles.
3516
3517         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3518
3519         * nnimap.el (nnimap-insert-partial-structure): New function.
3520         (nnimap-get-partial-article): New function.
3521         (nnimap-request-article): Use it.
3522         (nnimap-wait-for-response): Return whether the wait was successful.
3523         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3524         retrieval wasn't successful.
3525         (nnimap-retrieve-group-data-early): Allow throttling servers.
3526         (nnimap-streaming): New variable.
3527         (nnimap-fetch-partial-articles): Remove.
3528
3529         * mm-decode.el (mm-with-part): Protect against killed buffers.
3530
3531         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3532         for prettier summary display.
3533
3534 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3535
3536         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3537
3538 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3541         apparently third-party libraries depend on it.
3542
3543         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3544         before starting negotiation.
3545
3546         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3547         privacy reasons.
3548         (gnus-treat-mail-gravatar): Ditto.
3549
3550         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3551         buffer when inserting images.  Inserting text into the headers, for
3552         instance, can make them invalid.
3553
3554 2010-09-25  Julien Danjou  <julien@danjou.info>
3555
3556         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3557         variables.
3558
3559         * nnheader.el: Remove useless variables news-reply-yank-from and
3560         news-reply-yank-message-id.
3561
3562         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3563         variables.
3564
3565         * mml1991.el: Remove useless mml1991-verbose.
3566
3567         * gnus.el: Remove useless variable gnus-use-generic-from.
3568         Remove obsolete variable gnus-topic-indentation.
3569
3570         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3571
3572         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3573
3574         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3575
3576         * gnus-group.el: Remove useless gnus-group-icon-cache.
3577         Remove useless gnus-ephemeral-group-server.
3578
3579         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3580
3581         * mml2015.el: Remove useless mml2015-verbose.
3582
3583         * mml-smime.el: Remove useless mml-smime-verbose.
3584
3585         * gnus.el: Remove useless gnus-local-domain.
3586
3587         * gnus-gravatar.el (gnus-gravatar-transform-address):
3588         Use gnus-gravatar-size.
3589
3590         * gnus-art.el: Remove useless gnus-treat-translate.
3591
3592 2010-09-24  Julien Danjou  <julien@danjou.info>
3593
3594         * gnus-sum.el: Add support for Gravatars.
3595
3596         * gnus-art.el: Add support for Gravatars.
3597
3598         * gnus-gravatar.el: Add this file.
3599
3600         * gravatar.el: Add this file.
3601
3602 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3605
3606         * gnus-group.el (gnus-group-fetch-faq): Remove.
3607
3608         * gnus.el (gnus-group-faq-directory): Remove.
3609
3610         * gnus-group.el (gnus-group-fetch-charter): Remove.
3611
3612         * gnus.el (gnus-group-charter-alist): Remove.
3613
3614         * gnus-group.el (gnus-group-archive-directory): Remove.
3615         (gnus-group-recent-archive-directory): Ditto.
3616         (gnus-group-make-archive-group): Remove.
3617
3618         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3619
3620         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3621         use the same article number for all the cached articles.
3622
3623         * nnimap.el (nnimap-command): Register the last command time so
3624         that we can use it for idling NOOPs.
3625         (nnimap-open-connection): Start the keeplive timer.
3626         (nnimap-make-process-buffer): Store all the process buffers.
3627         (nnimap-keepalive): New function.
3628
3629         * starttls.el (starttls-open-stream): Add autoload cookie.
3630
3631 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3632
3633         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3634         handling.
3635
3636 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3639         its data structures.
3640
3641         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3642         instead of the cl.el copy-list.
3643         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3644         equalp.
3645
3646 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3649         and tool-bar-local-item-from-menu.
3650
3651         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3652         mode-line-highlight face for Emacs.
3653
3654         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3655         loading gnus-sum.elc; fix comment for canlock-verify.
3656         (gnus-article-jump-to-part): Use read-number.
3657         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3658         Remove Emacs pre-21 compatible code for help-echo.
3659         (gnus-article-next-page-1): No need to adjust the number of lines.
3660         (gnus-article-describe-bindings): Always use help-buffer.
3661
3662         * gnus-audio.el (gnus-audio-inline-sound)
3663         * gnus-cus.el (gnus-custom-mode)
3664         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3665
3666         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3667
3668         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3669         compatible code.
3670
3671 2010-09-24  Glenn Morris  <rgm@gnu.org>
3672
3673         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3674         visiting the fcc file in rmail-mode.
3675
3676         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3677
3678 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * nnir.el: Silence the byte compiler.
3681
3682         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3683         alias to browse-url-url-encode-chars if any.
3684         (gnus-html-encode-url): Use it.
3685
3686 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-start.el (gnus-use-backend-marks): New variable.
3689         (gnus-get-unread-articles-in-group): Use it.
3690
3691         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3692         makeover.
3693
3694 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3695
3696         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3697
3698 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3701         Remove.
3702         (gnus-setup-news-hook):
3703         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3704
3705         * gnus-int.el (gnus-request-update-info): Protect against backends not
3706         having the function.
3707
3708         * nnimap.el (nnimap-stream): Mention starttls.
3709         (nnimap-open-connection): Add starttls support.
3710
3711 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3712
3713         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3714
3715 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3718         BODYSTRUCTUREs.
3719         (nnimap-transform-headers): Unfold quoted {42} headers.
3720
3721         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3722         the info.
3723         (gnus-get-unread-articles): Only call updatep on backends that support
3724         it.
3725
3726         * nnweb.el (nnweb-request-update-info): NOOP.
3727
3728         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3729
3730         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3731         since it only deals with marks.
3732
3733         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3734         gnus-request-marks, and make a new gnus-request-update-info.
3735
3736         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3737         the active instead of the high number, which is usually too low.
3738
3739 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3740
3741         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3742         * encrypt.el: Remove.
3743
3744 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3747         server in symbolic form.
3748
3749         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3750
3751 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3754         (nnimap-update-info): Fix up code slightly.
3755
3756         * gnus-int.el (gnus-open-server): Add tracing for performance
3757         debugging.
3758
3759         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3760         (gnus-group-insert-group-line): Pass the real group name so that it
3761         gets the right data.
3762
3763         * gnus-start.el (gnus-get-unread-articles): Don't have
3764         `gnus-get-unread-articles-in-group' update info, since that can be
3765         really slow and doesn't seem to be needed?
3766
3767 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3768
3769         * time-date.el (date-to-time): Try using parse-time-string first before
3770         using the slower timezone-make-date-arpa-standard.
3771
3772 2010-09-22  Julien Danjou  <julien@danjou.info>
3773
3774         * gnus-group.el (gnus-group-insert-group-line):
3775         Call gnus-group-highlight-line.
3776         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3777         default hook list.
3778         (gnus-group-update-eval-form): Add new function.
3779         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3780         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3781
3782 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3785         immediate, then expire all articles.
3786         (nnimap-update-info): Fix off-by-one errors.
3787         (nnimap-flags-to-marks): Would return no marks lists for group with no
3788         flags.  Instead return the other data.
3789
3790 2010-09-22  Julien Danjou  <julien@danjou.info>
3791
3792         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3793         Only return an icon.
3794         (gnus-group-insert-group-line): Compute icon to return.
3795
3796         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3797         (gnus-html-image-fetched): Only cache if
3798         gnus-html-image-automatic-caching is set.
3799         (gnus-html-image-fetched): Check for errors.
3800
3801 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3804         once per method on `g'.  This ensures that backends like nnfolder don't
3805         open all their folders.
3806
3807         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3808         (nnimap-request-list): Nix out group in the correct buffer.
3809         (nnimap-parse-flags): Implement by using `read' instead of
3810         hand-parsing.
3811         (nnimap-flags-to-marks): Pass on permanent-flags.
3812         (nnimap-make-process-buffer): Record the server name.
3813         (nnimap-parse-flags): Fix typo.
3814         (nnimap-request-scan): Run split on the server in general, not just a
3815         single group.
3816
3817         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3818         parameter, and propagate this downwards.
3819
3820         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3821         since EXAMINE changes it on the server.
3822
3823         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3824         this command might take a while.
3825
3826 2010-09-22  Julien Danjou  <julien@danjou.info>
3827
3828         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3829         harmful if you have 2 images side-by-side, they can't be properly
3830         update on text deletion.  Using text-property is safer here.
3831         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3832         data.
3833
3834 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * nnimap.el (nnimap-expunge-inbox): Remove.
3837         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3838         (nnimap-expunge): Flip default to t.
3839
3840         * gnus.el (gnus-method-to-server): Don't push things to the cache
3841         unless it's unique.
3842         (gnus-server-to-method): Ditto.
3843
3844 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3845
3846         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3847
3848 2010-09-22  Julien Danjou  <julien@danjou.info>
3849
3850         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3851         get the start of data.
3852         (gnus-html-encode-url): Add this function to encode special chars in
3853         URL.
3854         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3855         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3856
3857         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3858         default.
3859         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3860
3861         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3862         images alt-text.
3863         (gnus-html-put-image): Put alt-text as help-echo.
3864
3865 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3868         * mm-util.el (mm-decompress-buffer)
3869         * nnir.el (nnir-run-find-grep)
3870         * pop3.el (pop3-list): Use 3rd arg of split-string.
3871
3872         * time-date.el (format-seconds): Comment fix.
3873
3874         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3875         and byte-optimize-form-code-walker.
3876         (dgnushack-make-auto-load): Don't advise make-autoload.
3877
3878         * lpath.el: Remove Emacs 21 stuff.
3879
3880 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3883         outside the active range.  Suggested by Dan Christensen.
3884
3885         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3886         slightly later to avoid double-getting it.
3887
3888         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3889         previous patch.
3890
3891         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3892
3893 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3894
3895         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3896
3897 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-int.el (gnus-open-server): Give a better error message in the
3900         "go offline" case.
3901
3902         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3903         marks for nnimap, which is seldom the right thing to do.
3904
3905         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3906         (gnus-same-method-different-name): New function.
3907
3908         * nnimap.el (parse-time): Require.
3909
3910         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3911         method in the presence of many similar methods.
3912
3913         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3914
3915         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3916         nnml-inhibit-expiry.
3917
3918         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3919         find out whether methods are equal.
3920
3921         * nnimap.el (nnimap-find-expired-articles): New function.
3922         (nnimap-process-expiry-targets): New function.
3923         (nnimap-request-move-article): Request the article before looking at
3924         what the Message-ID is.  Fix found by Andrew Cohen.
3925         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3926
3927         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3928         for oldness in addition to being a predicate.
3929
3930         * nnimap.el (nnimap-request-group): When we have zero articles, return
3931         the right data to Gnus.
3932         (nnimap-request-expire-articles): Only delete articles immediately if
3933         the target is 'delete.
3934
3935         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3936         method, this would bug out.
3937
3938         * gnus-group.el (gnus-group-expunge-group): Rename from
3939         gnus-group-nnimap-expunge, and implemented as a normal interface
3940         function.
3941
3942         * gnus-int.el (gnus-request-expunge-group): New function.
3943
3944         * nnimap.el (nnimap-request-create-group): Implement.
3945         (nnimap-request-expunge-group): New function.
3946
3947 2010-09-21  Julien Danjou  <julien@danjou.info>
3948
3949         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3950         (gnus-html-cache-expired): Add new function.
3951         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3952         wethever we should display image for fetch it.
3953         Compute alt-text earlier to pass it to the fetching function too.
3954         (gnus-html-schedule-image-fetching): Change function argument to only
3955         get one image at a time, not a list.
3956         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3957         cache.
3958         (gnus-html-get-image-data): New function to retrieve image data from
3959         cache.
3960         (gnus-html-put-image): Change buffer argument to use image data rather
3961         than file, and place image above region rather than inserting a new
3962         one.  Do not take alt-text as argument, since it's useless now: we place
3963         the image above alt-text.
3964         (gnus-html-prune-cache): Remove.
3965         (gnus-html-show-images): Start to fetch image when we find one, do not
3966         push into a temporary list.
3967         (gnus-html-prefetch-images): Only fetch image if they have expired.
3968         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3969         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3970
3971 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3974
3975 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3978         spec inser "*" if the group isn't active instead of 0.
3979
3980         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3981         opening the server.
3982         (nnimap-request-delete-group): Implement group deletion.
3983         (nnimap-transform-headers): Return the size of the entire message in
3984         the Bytes header, not just the size of the first part.
3985         (nnimap-request-move-article): When moving an article from nnimap,
3986         request the article first so the accepting form has an article to
3987         accept.  Reported by Dan Christensen.
3988         (nnimap-command): Make sure that the error message doesn't error out.
3989
3990 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3991
3992         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3993         we haven't requested anything.
3994
3995 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3998         "".  Fix found by Andrew Cohen.
3999
4000         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4001         instead of -encode-string.
4002
4003 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4006
4007         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4008         by mm-subst-char-in-string.
4009
4010 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4013         waiting for the connection string.
4014
4015         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4016         arriving.
4017
4018         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4019         bogus characters.  This allows selecting certain Gmail groups.
4020
4021         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4022         (nnimap-fetch-partial-articles): New variable.
4023         (nnimap-open-connection): When looking for credentials, also use the
4024         nnimap-server-port.
4025         (nnimap-request-article): Return the group/article number, so that Gnus
4026         `^' works as expected.
4027         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4028
4029         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4030         comments.
4031         (gnus-methods-sloppily-equal): New function.
4032         (gnus): When using the development version of Gnus, load the gnus-load
4033         file.
4034
4035         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4036         `gnus-open-server' on each method before trying to scan them etc.
4037         This ensures that all the backend parameters are set correctly.
4038
4039         * nnimap.el (nnimap-authenticator): New variable.
4040         (nnimap-open-connection): Allow anonymous login.
4041         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4042         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4043
4044         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4045         patch, found by Knut Anders Hatlen.
4046
4047 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4048
4049         * gnus-agent.el (gnus-agent-batch-confirmation)
4050         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4051         to gnus-message.
4052         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4053         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4054         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4055         * gnus-int.el (gnus-open-server): Likewise.
4056         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4057         (gnus-score-check-syntax): Likewise.
4058         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4059         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4060         Likewise.
4061         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4062
4063 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4066         calling conventions so that prefetch doesn't bug out.
4067
4068 2010-09-19  Julien Danjou  <julien@danjou.info>
4069
4070         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4071         rather than `subst-char-in-region' in order to be able to replace ASCII
4072         char by UTF-8 ones.
4073
4074         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4075         than curl.
4076         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4077         the right URL and ALT text on images.
4078         (gnus-html-wash-tags): Fix tag case.
4079         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4080         (gnus-article-html): Add -o display_ins_del=2 option.
4081         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4082
4083 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4086         the extra mail headers, which sometimes seem to happen for unknown
4087         reasons.
4088
4089         * mail-parse.el (mail-header-encode-parameter): Define as
4090         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4091         (or most, perhaps?) mail readers don't understand the latter, but do
4092         understand the former.
4093
4094         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4095         to nil, so that no methods are automatically agentized.  I think this
4096         is probably what most users want.
4097
4098         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4099         from url-retrieve, for instance about invalid URLs.
4100
4101         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4102         groups that have no articles.
4103         (nnimap-request-article): Check that we really got an article when we
4104         requested one.
4105
4106         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4107         doesn't exist.
4108
4109         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4110         nntp buffer so the agent can save it.
4111         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4112         that CRLF doesn't get translated to \n.
4113         (nnimap-open-connection): Don't make 'shell commands only send \n.
4114
4115 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4116
4117         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4118         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4119         Update var name.
4120         (nnml-generate-nov-file): Use dolist.
4121         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4122         Use with-current-buffer.
4123
4124 2010-09-18  Julien Danjou  <julien@danjou.info>
4125
4126         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4127         parallel.
4128
4129 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4132         the range update right.
4133         (nnimap-request-group): Don't make `M-g' bug out on group with no
4134         marks.
4135         (nnoo): Require, so that other packages can require nnimap.
4136         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4137         command we're looking for.  This helps when the server sends more
4138         responses after we've gotten everything we expected.
4139         (nnimap): Add a `newlinep' field to keep track of end-of-line
4140         conventions.
4141         Don't send CRLF to things that don't want it.
4142         (nnimap-request-accept-article): Ditto.
4143
4144 2010-09-18  Julien Danjou  <julien@danjou.info>
4145
4146         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4147         than curl to retrieve images.
4148
4149 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4152         the marks.
4153         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4154         (nnimap-wait-for-connection): New function.
4155         (nnimap-open-connection): If we have PREAUTH, don't query for login
4156         credentials.
4157         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4158         when doing a partial update.
4159
4160 2010-09-18  Julien Danjou  <julien@danjou.info>
4161
4162         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4163         tags.
4164
4165 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * nnimap.el (nnimap-credentials): New function.
4168         (nnimap-open-connection): Use the new function to look for credentials
4169         also on the numeric equivalents of "imap" and "imaps".
4170
4171         * gnus-start.el (gnus-activate-group): Send the info to
4172         gnus-request-group.
4173
4174         * nnimap.el (nnimap-request-group): Have the "check" version of the
4175         function parse flags and update the info, so that a `M-g' get a total
4176         resync of all flags from the group.
4177
4178         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4179         to allow backends to alter the info on group selection.  Also alter all
4180         the backend -request-group functions to take the parameter.
4181
4182         * nnimap.el (nnimap-store-info): New function.
4183         (nnimap-update-info): Store the info for later usage.
4184         (nnimap-request-group): Use the stored info for the dont-check case, so
4185         that we don't retrieve all marks when we enter a group.
4186
4187         * nnimap.el: Use deffoo instead of defun for interface functions.
4188
4189         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4190         update the group info.  This makes the nndraft groups, for instance, go
4191         back to their old behaviour.
4192
4193         * gnus-sum.el (gnus-select-newsgroup): Indent.
4194
4195         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4196         in.
4197         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4198         nothing.
4199
4200         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4201         from methods that are denied.
4202
4203         * gnus-int.el (gnus-method-denied-p): New function.
4204
4205         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4206         store the password instead of netrc.
4207         (nnimap-open-connection): Don't error out when we can't make a
4208         connections.
4209
4210         * auth-source.el (auth-source-create): In the password prompt, say what
4211         we're querying for.  Also prompt for user name if that hasn't been
4212         given.
4213
4214         * nnimap.el (nnimap-with-process-buffer): Remove.
4215
4216 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4219         method when we're reading from the agent.
4220
4221         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4222
4223         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4224         that's probably most useful for users.
4225
4226         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4227         "failed" all the time.
4228
4229         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4230         ...)) with (with-current-buffer ... ).
4231
4232         * nntp.el (nntp-open-server): Return whether the open was successful or
4233         not.
4234
4235         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4236         select an unread unseen article first.
4237
4238         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4239         /etc/services, supply some sensible port defaults.
4240
4241         * dgnushack.el: Define netrc-credentials.
4242
4243 2010-09-17  Julien Danjou  <julien@danjou.info>
4244
4245         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4246
4247 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4248
4249         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4250         doesn't have any parameters.
4251
4252 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4255         only upcased checks.
4256
4257         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4258
4259         * nnimap.el (nnimap-open-shell-stream): New function.
4260         (nnimap-open-connection): Use it.
4261         (nnimap-transform-headers): Get the number of lines in each message.
4262         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4263         number of lines.
4264         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4265         problem.
4266
4267         * utf7.el (utf7-encode): Autoload.
4268
4269         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4270         to allow the mail splitting to not return a default group.  This is
4271         useful for nnimap, which will leave unmatched mail in the inbox.
4272
4273         * nnimap.el: Rewritten.
4274
4275         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4276         nnimap usage.
4277
4278         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4279         if the move is internal, so that nnimap can do fast internal moves.
4280
4281         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4282         data.
4283         (gnus-read-active-for-groups): Support finishing the early retrieval of
4284         data.
4285
4286         * gnus-range.el (gnus-range-nconcat): New function.
4287
4288         * gnus-int.el (gnus-finish-retrieve-group-infos)
4289         (gnus-retrieve-group-data-early): New functions.
4290
4291 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4292
4293         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4294         (nnrss-retrieve-groups):
4295         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4296         (pop3-quit): Use with-current-buffer.
4297
4298 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4301         instead of nnheader-accept-process-output.
4302
4303         * dgnushack.el (dgnushack-compile): Add comment.
4304
4305         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4306
4307         * gnus-html.el (gnus-html-schedule-image-fetching)
4308         (gnus-html-prefetch-images): Replace process-kill-without-query by
4309         gnus-set-process-query-on-exit-flag.
4310
4311 2010-09-16  Romain Francoise  <romain@orebokech.com>
4312
4313         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4314
4315 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4318         parameter to unintern is mandatory-ish in Emacs 24.
4319
4320         * gnus-html.el (gnus-html-schedule-image-fetching)
4321         (gnus-html-prefetch-images): Check for curl before using it.
4322
4323         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4324         depend on curl, which isn't essential.
4325
4326         * imap.el: Revert back to version
4327         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4328         seem problematic.
4329
4330 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4331
4332         * gnus-registry.el (gnus-registry-install-shortcuts):
4333         Explicitly pass `obarray' to `unintern' to avoid a warning.
4334
4335 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4338         change.
4339
4340         * nnrss.el (nnrss-request-list): Remove this function and related
4341         functions, including the moreover stuff.
4342
4343 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * nnrss.el (nnrss-retrieve-groups): New function.
4346
4347 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4348
4349         * .dir-locals.el: Add no-byte-compile cookie.
4350
4351 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * time-date.el (format-seconds): Comment fix.
4354
4355         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4356         for back end that doesn't support request-scan.
4357
4358 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4361         then do request scans from the backends.
4362
4363         * netrc.el (netrc-credentials): New conveniency function.
4364
4365         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4366         avoid running a hook per line, since this takes a lot of time,
4367         profiling shows.
4368         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4369         directly if gnus-visual-p is true.
4370
4371 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4374         groups; replace mapcar with dolist which is a bit faster; pass groups
4375         info to gnus-read-active-file-1.
4376         (gnus-read-active-file-1): Scan only specified groups if the new
4377         optional arg `infos' is given.
4378
4379 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4382
4383         * pop3.el (pop3-movemail): Remove.
4384         (pop3-streaming-movemail): Rename to pop3-movemail.
4385
4386         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4387         don't restrict end-tag searches to the end of the line.
4388
4389 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4392         articles of every unchecked group to t, which means unknown since the
4393         server has never been opened.
4394
4395 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * gnus-html.el (gnus-html-show-alt-text): New command.
4398         (gnus-html-browse-image): Ditto.
4399         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4400         to browse the image directly.
4401         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4402         better.
4403
4404         * gnus-async.el (gnus-async-article-callback):
4405         Call `gnus-html-prefetch-images' unconditionally.
4406
4407         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4408         before feeding URLs to curl.
4409
4410 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4413         internal images as deletable by `W D D'.
4414
4415         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4416         (gnus-async-article-callback): Fix typo.
4417
4418 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4421         current line to work around bugs in the output from w3m.
4422
4423         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4424         for groups that want that.
4425
4426         * nntp.el (nntp-wait-for-string): Supply a timeout for
4427         accept-process-output to ensure progress.
4428
4429         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4430         level to get unread articles from, then use that for foreign groups,
4431         too.
4432
4433         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4434         confuses the rest of the function.
4435
4436         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4437         for the methods that support -retrieve-groups, too.
4438
4439         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4440
4441 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4444         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4445
4446         * pop3.el: Require cl when compiling.
4447         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4448
4449 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4452         that aren't going to be activated.
4453         (gnus-get-unread-articles): Fix up the last commit.
4454
4455         * gnus-html.el (gnus-article-html): Allow calling without specifying
4456         the handle.  In that case, dissect the buffer first.
4457
4458         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4459
4460         * nnimap.el (nnimap-open-connection): Revert the change that would look
4461         into authinfo for imaps instead of imap.
4462
4463         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4464         say that you don't want to call gnus-request-group with don-check, but
4465         do check the reponse.  This is for virtual groups only.
4466         (gnus-get-unread-articles): Count the archive groups as secondary, so
4467         that they're activated the same way as before.
4468
4469         * imap.el (imap-message-map): Removed optional buffer parameter, since
4470         no callers use it.
4471         (imap-message-get): Ditto.
4472         (imap-message-put): Ditto.
4473         (imap-mailbox-map): Ditto.
4474         (imap-mailbox-put): Ditto.
4475         (imap-mailbox-get): Ditto.
4476         (imap-mailbox-get): Revert last change for this function.
4477
4478         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4479         case-insensitively.
4480         (nnimap-debug): Remove.
4481
4482         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4483         to use `imap-fetch' instead.  According to the comments, this should be
4484         safe, since all other IMAP clients use the 1:* syntax.
4485         (imap-enable-exchange-bug-workaround): Removed.
4486         (imap-debug): Removed -- doesn't seem very useful.
4487
4488         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4489         mail from a file, and the file doesn't exist.
4490
4491         * imap.el (imap-log): New convenience function used throughout instead
4492         of repeating the same code all over the place.
4493
4494         * pop3.el (pop3-streaming-movemail): Return t for success.
4495
4496         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4497         .authinfo if we're using ssl connection.
4498
4499         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4500         already have if we're in a main Gnus `g' run.
4501
4502         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4503
4504 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4507
4508         * nnmh.el (nnmh-request-list-1): Bind `file'.
4509
4510         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4511         alias to set-process-query-on-exit-flag or process-kill-without-query.
4512         (pop3-open-server): Use it.
4513
4514 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4517         box to the Incoming file.  Fixes mistake in previous checkin.
4518
4519         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4520         request loop (for debugging purposes) removed.
4521
4522         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4523         culprit is more visible.
4524         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4525         (nnml-add-incremental-nov): New functions to do "incremental" nov
4526         updates, where we just append to the end of the existing nov files
4527         without reading/writing them in full.
4528
4529         * mail-source.el (mail-source-delete-crash-box): Really only check the
4530         incoming files once in a while.
4531
4532         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4533
4534         * mail-source.el (mail-source-delete-crash-box): Only check the
4535         incoming files for deletion once per day to save a lot of file
4536         accesses.
4537
4538         * pop3.el (pop3-logon): Fix up unbound variable typo.
4539
4540         * mail-source.el (pop3-streaming-movemail): Autoload.
4541
4542         * pop3.el (pop3-streaming-movemail):
4543         Respect pop3-leave-mail-on-server.
4544
4545         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4546         retrieval.
4547
4548         * pop3.el (pop3-process-filter): Remove unused function.
4549         (pop3-streaming-movemail, pop3-send-streaming-command)
4550         (pop3-wait-for-messages, pop3-write-to-file)
4551         (pop3-number-of-responses): New functions for streaming pop3
4552         retrieval.
4553
4554         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4555         come from no known methods.
4556         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4557         list.
4558
4559         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4560         message sizes.
4561         (pop3-movemail): Use erase-buffer instead of looping and deleting
4562         regions, which seems rather odd.
4563
4564         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4565         file once per `g' run.
4566
4567         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4568         directories.  This makes the draft queue directory work.
4569
4570         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4571         data from the backends, so that we only request the list of groups from
4572         each method once.  This should speed things up considerably.
4573
4574         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4575         detect that it's not implemented.
4576
4577         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4578         we actually do recurse down into the tree, but don't stat all leaf
4579         nodes.
4580
4581         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4582         then say so instead of bugging out.
4583
4584         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4585         files exist before trying to read them.
4586
4587         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4588         around <pre_int>.
4589
4590         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4591
4592         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4593
4594 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * mm-util.el (mm-image-load-path): Just return the image directories,
4597         not all directories in the path in addition to the image directories.
4598         (mm-image-load-path): Maintain a cache of the image directories so that
4599         the `g' command in Gnus doesn't have to stat dozens of directories each
4600         time.
4601
4602         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4603         (gnus-html-wash-tags): Add a new `i' command to insert images.
4604         (gnus-html-insert-image): New command and keystroke.
4605         (gnus-html-redisplay-with-images): New command and keystroke.
4606         (gnus-html-show-images): Rename command.
4607         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4608         spacers.
4609         (gnus-html-wash-tags): Decode entities at the end, so that entities
4610         inside the tags don't mess up the rest of the "parsing".
4611
4612         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4613         so that nnimap methods aren't agentized by default.  There's apparently
4614         many problems related to agent/imap behaviour.
4615
4616         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4617
4618         * gnus-html.el: Doc fix.
4619
4620 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4623         specifier-spec-list for Emacs 21.
4624
4625         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4626         glyph-width and glyph-height instead of display-graphic-p and
4627         image-size; make avoidance of displaying small images work for XEmacs.
4628
4629         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4630         for XEmacs.
4631
4632         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4633         of symbol that holds plist data.
4634         (gnus-process-plist): Remove plist of process after getting it.
4635
4636 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * message.el (message-generate-hashcash): Change default to
4639         'opportunistic if hashcash is installed.
4640
4641         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4642         (gnus-html-put-image): Only call image-size once, since it's somewhat
4643         time-consuming on remote X servers.
4644
4645 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4648         type on data, not a file name.
4649
4650         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4651         window-pixel-edges for Emacs 21.
4652
4653         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4654         decoded contents.
4655         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4656
4657 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4660         group line format, since it isn't very interesting.
4661
4662         * gnus-agent.el (gnus-agent-short-article),
4663         (gnus-agent-long-article): Increase values for these two variables,
4664         since most people are likely to have more network connection and
4665         storage than before.
4666
4667         * gnus.el (gnus-refer-article-method): Change default to 'current.
4668         When referring an article, the common behaviour is to refer it from the
4669         current select method, not the native select method.  The chances of
4670         the native select method having the message in question is rather slim
4671         these days.
4672
4673         * gnus-sum.el (gnus-auto-select-subject): Change default to
4674         `unseen-or-unread'.  I think it's likely that most people want to
4675         select an unseen article over a previously seen, but unread one.
4676
4677         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4678         means that in the article buffer none of the minor mode elements will
4679         be shown, usually, and this is not desirable in most cases.
4680
4681         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4682         that commands like `d' (and the like) go to the next line in the
4683         buffer, instead of the next unread article.  I think this is the
4684         behaviour that is most natural for most users.
4685         (gnus-single-article-buffer): Change default to nil, so that people can
4686         have as many article buffers open as they have summary buffer.  I think
4687         this is the most natural way for the groups to behave.
4688
4689         * message.el (message-generate-new-buffers): Change default to
4690         `unsent', so that all new message buffers start their names with the
4691         string "*unsent", and it's easier to find the buffers if you move from
4692         them.
4693
4694 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4697         small.  They're probably tracking images.
4698         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4699         (gnus-html-rescale-image): Yet another try at getting the image sizing
4700         right.
4701
4702         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4703         nntp-marks-file-name is nil.
4704
4705 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * gnus-html.el (gnus-html-wash-tags)
4708         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4709         Better logging.
4710
4711 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4714
4715         * gnus-html.el (gnus-html-wash-tags): Check the value of
4716         gnus-blocked-images in the summary buffer.
4717
4718 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4721
4722 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4725         like "a", it seems like.
4726         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4727         since it needs to be picked from the correct buffer.
4728
4729         * nnwfm.el: Remove.
4730
4731         * nnlistserv.el: Remove.
4732
4733 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4734
4735         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4736         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4737
4738 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnkiboze.el: Remove.
4741
4742         * nndb.el: Remove.
4743
4744         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4745         alt text.
4746         (gnus-html-rescale-image): Try to get the rescaling logic right for
4747         images that are just wide and not tall.
4748
4749         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4750         overshadow variable bindings.
4751
4752 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4753
4754         * gnus-html.el (gnus-html-wash-tags)
4755         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4756         Add extra logging.
4757
4758 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4761         (gnus-max-image-proportion): New variable.
4762         (gnus-html-rescale-image): New function.
4763         (gnus-html-put-image): Rescale images.
4764
4765 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4766
4767         Fix up some byte-compiler warnings.
4768         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4769         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4770         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4771         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4772         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4773         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4774         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4775
4776 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-html.el (gnus-article-html): Decode contents by charset.
4779
4780 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4783         (gnus-html-frame-width, gnus-blocked-images)
4784         * message.el (message-prune-recipient-rules): Add custom version.
4785         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4786
4787         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4788         functions.
4789
4790         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4791         gnus-process-get.
4792
4793 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4794
4795         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4796         instead of lsub directly.
4797
4798 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * nnwarchive.el: Remove.
4801
4802         * gnus-soup.el: Remove.
4803
4804         * nnsoup.el: Remove.
4805
4806         * nnultimate.el: Remove.
4807
4808         * gnus-html.el (gnus-blocked-images): New variable.
4809
4810         * message.el (message-prune-recipients): New function.
4811         (message-prune-recipient-rules): New variable.
4812
4813         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4814         guess whether a long line is natural text or not.
4815
4816         * gnus-html.el (gnus-html-schedule-image-fetching):
4817         Use gnus-process-plist and friends for compatibility.
4818
4819 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4820
4821         * gnus-html.el: Require packages that define macros used in this file.
4822         (gnus-article-mouse-face): Declare to silence byte-compiler.
4823         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4824         process-get.
4825         (gnus-html-put-image): Use plist-get to avoid getf.
4826         (gnus-html-prefetch-images): Use with-current-buffer.
4827
4828 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-ems.el: Provide compatibility functions for
4831         gnus-set-process-plist.
4832
4833         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4834         header-line-format for XEmacs 21.4.
4835
4836         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4837         * gnus.el (gnus-valid-select-methods)
4838         * message.el (message-send-mail-partially-limit)
4839         * mm-decode.el (mm-text-html-renderer)
4840         * mml.el (mml-insert-mime-headers-always)
4841         * smiley.el (smiley-regexp-alist): Bump custom version.
4842
4843 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * gnus-html.el: require mm-url.
4846         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4847         with the url to `url'.
4848         (gnus-html-wash-tags): Support cid: URLs/images.
4849
4850 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4853         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4854         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4855
4856         * gnus-move.el: Remove file, since it doesn't really work.
4857
4858         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4859         UTF-8.  This seems to fix problems with some German web feeds.
4860
4861         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4862         at the top so that the proper colours are applied.
4863
4864         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4865         don't have dots in their names.
4866
4867         * gnus-art.el (gnus-article-view-part): Doc fix.
4868
4869         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4870         XEmacs-compatible.
4871         (gnus-html-put-image): Don't do images on non-graphic displays.
4872
4873         * nnslashdot.el: Remove this unused backend.
4874
4875         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4876         actions.
4877         (gnus-undo-register-1): Revert last change.
4878
4879         * gnus-group.el (gnus-group-completing-read): Protect against not
4880         having completion-styles bound.
4881
4882         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4883         make broken recipients happier.
4884
4885         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4886
4887         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4888         point parameter.
4889
4890         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4891
4892         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4893         completion-styles for group selection.
4894
4895 2009-02-04  Andreas Schwab  <schwab@suse.de>
4896
4897         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4898         headers and regexp-quote the match if necessary.
4899
4900 2009-03-24  Miles Bader  <miles@gnu.org>
4901
4902         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4903         the blinking smiley.
4904
4905 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4906
4907         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4908         blink smiley.
4909
4910 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4913         where the dribbel file lives exists.
4914
4915         * message.el (message-send-mail-partially-limit): Change the default to
4916         nil, since most people don't want this.
4917
4918         * mm-url.el (mm-url-decode-entities): Also decode entities like
4919         &#x3212.
4920
4921 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4922
4923         * gnus-sum.el (gnus-summary-idna-message):
4924         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4925         Hyperlink urls in docstrings with URL `...'.
4926
4927 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4928
4929         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4930         functions.
4931
4932 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4935         say what the mouseover text should be.
4936
4937         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4938         version of the mm-w3m-safe-url-regexp variable to only download images
4939         in the groups where we want that to happen.
4940
4941         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4942
4943         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4944         easier debugging.
4945         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4946         big pictures in the article buffer.
4947
4948         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4949         gnus-article-html.
4950         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4951         w3m.
4952
4953         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4954
4955 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4958         which doesn't exist.
4959
4960         * message.el (message-inhibit-ecomplete): New variable to allow some
4961         function to inhibit ecomplete address storage.
4962         (message-resend): Disable ecomplete message storage when resending
4963         messages.
4964
4965         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4966
4967 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4970         Save excursion while copying, moving, and deleting articles in order to
4971         prevent the cursor from jumping to unforeseen place.
4972
4973 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * lpath.el: No need to bind bookmark-current-buffer,
4976         bookmark-yank-point and bookmark-make-record-function.
4977
4978 2010-08-17  Glenn Morris  <rgm@gnu.org>
4979
4980         * gnus-sync.el: Require gnus components whose functions are used.
4981
4982         * gnus-art.el (bookmark-make-record-function):
4983         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4984         Declare for compiler.
4985
4986         * mm-url.el (mml-compute-boundary): Autoload.
4987
4988 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4991
4992 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4993
4994         Typo fix "hoo4a" -> "hook".
4995
4996         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4997
4998 2010-08-14  Glenn Morris  <rgm@gnu.org>
4999
5000         * gnus-sync.el (gnus-sync): Fix defgroup version.
5001
5002 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5005
5006         * gnus-sync.el: Fix docs.
5007         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5008         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5009
5010 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5011
5012         Optimizations for gnus-sync.el.
5013
5014         * gnus-sync.el: Add docs about gnus-sync-backend
5015         possibilities.
5016         (gnus-sync-save): Remove unnecessary message.
5017         (gnus-sync-read): Optimize and show what groups were skipped.
5018
5019 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         Minor bug fixes for gnus-sync.el.
5022
5023         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5024         Don't read the sync on get-new-news.
5025
5026         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5027         quiet.
5028
5029         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5030         (fix typo).
5031
5032 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5033
5034         Make saving and restoring of hidden threads work with overlays.
5035         Patch applied by Ted Zlatanov.
5036
5037         * gnus-sum.el (gnus-hidden-threads-configuration)
5038         (gnus-restore-hidden-threads-configuration): Update to deal with text
5039         properties, rather than searching for a magic character.
5040
5041 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         New gnus-sync.el library for synchronization of marks.
5044
5045         * gnus-sync.el: New library for synchronization of marks.
5046
5047         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5048         renamed from `gnus-registry-grep-in-list'.
5049
5050         * gnus-registry.el (gnus-registry-follow-group-p):
5051         Use `gnus-grep-in-list'.
5052
5053         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5054
5055 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5058         determining charset of text fails.
5059
5060 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * nnmail.el (nnmail-get-new-mail-1): Revert.
5063
5064         * nnml.el (nnml-active-number): Make sure names of newly created groups
5065         in nnml-group-alist are encoded.
5066
5067 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5070         containing non-ASCII characters in active file for nnml back end.
5071
5072 2010-07-24  David Engster  <dengste@eml.cc>
5073
5074         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5075         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5076
5077 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5078
5079         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5080         tag (Bug#6654).
5081
5082 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5085         the article buffer, not the summary buffer.
5086
5087 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5090         Emacs 23 as well.
5091
5092 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5095         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5096
5097 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5098
5099         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5100         Patch applied by Karl Fogel.
5101
5102         * gnus-sum.el (gnus-summary-bookmark-make-record):
5103         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5104
5105 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5106
5107         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5108         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5109         C-w still not working correctly from Article buffers; Thierry's
5110         patch to fix that will be applied after this.
5111
5112         * gnus-art.el (bookmark-make-record-function): New local variable.
5113
5114         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5115         article buffer.
5116         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5117
5118 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5119
5120         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5121         on changes in bookmark.el.
5122
5123 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5126         `no-log' instead of message not to log prompt string.
5127
5128 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5129
5130         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5131         the *other* type of HTML form submission.
5132
5133 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5134
5135         * auth-source.el (auth-source-pick): If choice does not contain a
5136         questioned keyword, set the check to t.
5137
5138 2010-06-12  Romain Francoise  <romain@orebokech.com>
5139
5140         * gnus-util.el (gnus-date-get-time): Move up before first use.
5141
5142 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5145         (gnus-article-edit-part): Bind it to make last part that is substituted
5146         or deleted visible.
5147         (gnus-mime-display-single): Buttonize part of which id equals to
5148         gnus-mime-buttonized-part-id.
5149
5150 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5151
5152         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5153         (gnus-dd-mmm): Use gnus-date-get-time.
5154         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5155         simplify logic.
5156         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5157         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5158
5159 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5160
5161         * auth-source.el (top): Autoload `secrets-list-collections',
5162         `secrets-create-item', `secrets-delete-item'.
5163         (auth-sources): Fix tag string.
5164         (auth-get-source, auth-source-retrieve, auth-source-create)
5165         (auth-source-delete): New defuns.
5166         (auth-source-pick): Rewrite in order to avoid 2 passes.
5167         (auth-source-forget-user-or-password): New parameter USERNAME.
5168         (auth-source-user-or-password): New parameters CREATE-MISSING and
5169         DELETE-EXISTING.  Retrieve password interactively, if needed.
5170
5171 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5172
5173         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5174         deleting unused directories when gnus-expert-user is t.
5175
5176 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5179         for each temp file when gnus-article-browse-delete-temp is ask.
5180
5181 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5182
5183         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5184         Lisp calls to delete-backward-char by calls to delete-char.
5185
5186 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5187
5188         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5189
5190 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5191
5192         * password-cache.el (password-cache-remove): Fix docstring.
5193
5194 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5197         article unless decoding article to be saved.
5198
5199 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5202         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5203         generated within the mm-with-unibyte-current-buffer macro.
5204
5205 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5208         to nil when we're in a mml-preview buffer and no group is selected.
5209
5210 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5211
5212         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5213         when catching the `C-g'.  Reported by "Leo".
5214
5215 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * message.el (message-forward-make-body-plain)
5218         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5219         multibyte-string-p.
5220
5221         * lpath.el: Revert.
5222
5223 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * message.el (message-forward-make-body-mml): Assume original message
5226         is multibyte string; error on unibyte.
5227         (message-forward-make-body-plain): Ditto; don't add excessive newline
5228         in body end.
5229
5230         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5231
5232 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5233
5234         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5235         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5236
5237 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * mm-extern.el (mm-extern-url): Don't use
5240         mm-with-unibyte-current-buffer.
5241         (mm-extern-cache-contents): Use with-current-buffer instead of
5242         save-excursion + set-buffer.
5243
5244 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * mm-util.el (mm-emacs-mule): Remove.
5247
5248 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5249
5250         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5251         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5252         change.
5253
5254 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5257         bind the default value of enable-multibyte-characters to nil.
5258
5259 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * message.el (message-forward-make-body-plain)
5262         (message-forward-make-body-mml):
5263         Don't use mm-with-unibyte-current-buffer.
5264
5265 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5268
5269 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5270
5271         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5272         (Bug#5592).
5273
5274 2010-05-07  Julien Danjou  <julien@danjou.info>
5275
5276         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5277         it to mm-pipe-part.
5278
5279         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5280         it is given.
5281
5282 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * binhex.el (binhex-decode-region-internal)
5285         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5286         (dns-query)
5287         * nnweb.el (nnweb-gmane-search)
5288         * pgg-parse.el (pgg-parse-armor)
5289         * pgg.el (pgg-verify-region)
5290         * sha1.el (sha1-string-external)
5291         * uudecode.el (uudecode-decode-region-internal)
5292         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5293         XEmacs.
5294
5295         * gnus-art.el (gnus-article-browse-html-parts)
5296         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5297         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5298         make-temp-file.
5299
5300         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5301         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5302         compiling.
5303
5304         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5305         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5306         XEmacs when compiling.
5307
5308         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5309         gnus-pick-mode-off-hook for XEmacs when compiling.
5310         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5311         gnus-binary-mode-off-hook for XEmacs when compiling.
5312
5313         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5314         Return nil if char-charset is not available.
5315
5316         * imap.el (imap-disable-multibyte)
5317         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5318         macros.
5319
5320         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5321         instead of encode-coding-string.
5322
5323         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5324         'xemacs) instead of mm-emacs-mule to switch function definitions.
5325         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5326
5327         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5328         bind temporary-file-directory for XEmacs;
5329         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5330         timer-set-function for XEmacs 21.4 and SXEmacs;
5331         bind timer-list for XEmacs 21.4 and SXEmacs;
5332         fbind char-charset and find-charset-region for non-Mule XEmacs;
5333         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5334         encode-coding-region and encode-coding-string for XEmacs having no
5335         file-coding feature.
5336
5337 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5338
5339         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5340
5341 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5344         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5345
5346 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5347
5348         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5349         alias `jka-compr-delete-temp-file' no longer exists.
5350
5351 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5352
5353         Use define-minor-mode in Gnus where applicable.
5354         * mml.el (mml-mode): Use define-minor-mode.
5355         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5356         (gnus-undo-mode): Use define-minor-mode.
5357         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5358         (gnus-dead-summary-mode): Use define-minor-mode.
5359         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5360         Initialize in declaration.
5361         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5362         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5363         (gnus-mailing-list-mode): Use define-minor-mode.
5364         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5365         (gnus-draft-mode): Use define-minor-mode.
5366         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5367         (gnus-dired-mode): Use define-minor-mode.
5368
5369 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5370
5371         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5372         handles on recursive mml-to-mime translation and check them for
5373         boundary delimiter collisions.  Reported by Greg Troxel.
5374
5375 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5378
5379 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5380
5381         * mm-util.el (mm-find-buffer-file-coding-system):
5382         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5383
5384 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5385
5386         * message.el (message-generate-headers): Record insertion of optional
5387         headers as well.  Otherwise the check to prevent repeated insertion of
5388         optional headers is a no-op.
5389
5390 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * smime.el: Don't mention CVS.
5393
5394         * nnrss.el (nnrss-fetch): Don't mention CVS.
5395
5396         * nnir.el: Don't mention CVS.
5397
5398 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5399
5400         * gnus-sum.el (gnus-summary-bookmark-make-record):
5401         Add `location' field.
5402
5403 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * lpath.el: Fbind bookmark-default-handler,
5406         bookmark-get-bookmark-record, bookmark-make-record-default,
5407         bookmark-prop-get for Emacs <23 and XEmacs.
5408
5409 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5410
5411         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5412         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5413         Use with-current-buffer to silence the byte-compiler.
5414         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5415         bother to require `gnus'.
5416         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5417
5418 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5419
5420         * gnus-sum.el (gnus-summary-bookmark-make-record)
5421         (gnus-summary-bookmark-jump): New functions.
5422         (gnus-summary-mode): Setup bookmark support.
5423
5424 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5425
5426         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5427         if set.
5428
5429 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5432         gnus-article-browse-html-save-cid-image; make it work recursively for
5433         forwarded messages as well.
5434         (gnus-article-browse-html-parts): Work when prefix arg is given.
5435         (gnus-article-browse-html-article): Doc fix.
5436
5437 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5438
5439         * message.el (message-default-mail-headers):
5440         (message-default-headers): Carry the value mail-default-headers over
5441         into message-default-mail-headers, rather than message-default-headers.
5442
5443 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5444
5445         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5446         charset.
5447
5448         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5449         charset into the <meta> tag when the article is encoded to utf-8.
5450
5451 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-art.el (gnus-article-browse-delete-temp-files):
5454         Delete directories as well.
5455         (gnus-article-browse-html-parts): Work for images that do not specify
5456         file names; delete temp directory when quitting; insert header at the
5457         right place; use file: scheme for image files.
5458
5459 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5460
5461         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5462         (gnus-article-browse-html-parts): Use it to make temporary cid image
5463         files in addition to html file so that browser may display them.
5464
5465 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5468
5469 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5472
5473 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * auth-source.el (auth-sources): Change default to be simpler.
5476         Explain about Secret Service API sources.  Improve Customize options.
5477         (auth-source-pick): Change to accept any number of search parameters.
5478         Implement fallbacks iteratively, not recursively.  Add scoring on the
5479         second pass and sort by score.  Call Secret Service API when needed.
5480         (auth-source-user-or-password): Use it.  Call Secret Service API
5481         directly when needed to get the user name and the password.
5482
5483 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5484
5485         * message.el (message-interactive): Doc fix.
5486         (message-qmail-inject-args): Reflow.
5487         (message-kill-to-signature): Fix typo in docstring.
5488
5489         * smiley.el (smiley-buffer): Fix typo in docstring.
5490
5491 2010-03-24  Glenn Morris  <rgm@gnu.org>
5492
5493         * mail-source.el (gnus-message): Declare.
5494         (mail-source-delete-old-incoming): Require gnus-util.
5495
5496 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5499
5500         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5501
5502         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5503         password-cache's default if it is not bound.
5504         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5505         password-cache-expiry's default if it is not bound.
5506
5507         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5508         available in Emacs 21.
5509
5510         * lpath.el: Suppress compiler warnings for:
5511         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5512         XEmacs;
5513         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5514         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5515         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5516
5517 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * auth-source.el (auth-sources): Fix up definition so extra parameters
5520         are always inline.
5521
5522 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5523
5524         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5525         wasn't updated after mismatch.  Clear cached mailbox info correctly
5526         when uidvalidity changes.
5527         (nnimap-group-prefixed-name): New function to avoid some code
5528         duplication.
5529         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5530         (nnimap-request-group): Use it.
5531         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5532         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5533         with many imap folders.  This is done by caching the group status from
5534         the imap server persistently in a group parameter `imap-status'.  (This
5535         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5536         but not persistently, so every Gnus startup was still very slow.)
5537
5538 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5541         delete the extra newline.  Otherwise editing of :string and :number
5542         types don't work.
5543
5544 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5547         secrets.el dependency.
5548         (auth-sources): Add optional user name.  Add secrets.el configuration
5549         choice (unused right now).
5550
5551 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * gnus-sum.el (gnus-summary-make-menu-bar):
5554         Let `gnus-registry-install-shortcuts' fill in the functions.
5555
5556         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5557         warnings.
5558         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5559         (gnus-registry-install-shortcuts): Populate and use it in a
5560         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5561
5562 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5563
5564         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5565         In-place substitutions for the group name encoding/decoding.
5566         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5567         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5568         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5569         (nnimap-update-unseen, nnimap-request-list)
5570         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5571         (nnimap-request-set-mark, nnimap-split-to-groups)
5572         (nnimap-split-articles, nnimap-request-newgroups)
5573         (nnimap-request-create-group, nnimap-request-accept-article)
5574         (nnimap-request-delete-group, nnimap-request-rename-group)
5575         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5576         `encoded-mbx' for consistency.
5577         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5578         variable `imap-current-mailbox'.
5579
5580         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5581         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5582
5583 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5584
5585         * pop3.el (pop3-display-message-size-flag): Display message size byte
5586         counts during POP3 download.
5587         (pop3-movemail): Use it.
5588         (pop3-list): Implement listing of available messages.
5589
5590 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5591
5592         * nnir.el (nnir-get-article-nov-override-function): New function to
5593         override the normal NOV retrieval.
5594         (nnir-retrieve-headers): Use it.
5595
5596 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5597
5598         * auth-source.el (netrc-machine-user-or-password): Autoload.
5599
5600 2010-03-19  Glenn Morris  <rgm@gnu.org>
5601
5602         Stop message.el from loading about 40 libraries it doesn't always need.
5603         The general approach is to autoload rather than require, and to
5604         require in the specific functions rather than the file.  (Bug#5642)
5605
5606         * gmm-utils.el: Don't require wid-edit.
5607         (widget-create-child-value, widget-convert, widget-default-get):
5608         Autoload.
5609
5610         * gnus-util.el: Don't require time-date, netrc.
5611         (message-fetch-field, gnus-group-name-decode): Declare rather than
5612         autoloading.
5613         (gnus-fetch-field): Require message.
5614         (gnus-decode-newsgroups): Require gnus-group.
5615
5616         * ietf-drums.el: Don't require time-date.
5617
5618         * message.el: Don't require hashcash, canlock, ecomplete.
5619         Do require mail-utils.  Require nnheader only when compiling.
5620         (smtpmail-default-smtp-server): Remove declaration.
5621         (message-send-mail-function): Check smtpmail-default-smtp-server
5622         is bound rather than requiring smtpmail.
5623         (message-auto-save-directory, message-insert-signature):
5624         Use expand-file-name rather than nnheader-concat.
5625         (nnheader-insert-file-contents): Autoload.
5626         (hashcash-wait-async): Declare.
5627         (message-send-mail): Only call gnus-setup-posting-charset if
5628         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5629         (message-send-mail-with-sendmail): Require sendmail.
5630         (canlock-password, canlock-password-for-verify): Declare.
5631         (message-canlock-password): Require canlock.
5632         (nnheader-get-report): Autoload.
5633         (gnus-setup-posting-charset): Declare.
5634         (message-send-news): Require gnus-msg.
5635         (message-make-references, message-make-in-reply-to): Use mail-header-id
5636         rather than the alias mail-header-message-id.
5637         (ecomplete-add-item, ecomplete-save): Declare.
5638         (message-put-addresses-in-ecomplete): Require ecomplete.
5639         (ecomplete-display-matches): Autoload.
5640
5641         * mm-decode.el: Don't require mailcap, gnus-util.
5642         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5643         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5644         Autoload.
5645         (mailcap-mime-extensions): Declare.
5646
5647         * mm-encode.el: Don't require mailcap.
5648         (mailcap-extension-to-mime): Autoload.
5649
5650         * mml-sec.el: Don't require password-cache.
5651
5652         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5653         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5654         (mml-minibuffer-read-type): Require mailcap.
5655         (mml-preview): Require gnus-msg.
5656
5657         * mml1991.el: Require password-cache.
5658         (password-cache-expiry): Remove declaration.
5659
5660         * mml2015.el: Require password-cache.
5661         (password-cache-expiry): Remove declaration.
5662
5663         * nneething.el (mailcap): Require mailcap.
5664
5665         * nnheader.el (declare-function): Add compatibility stub.
5666         (message-remove-header): Declare rather than autoload.
5667         (nnheader-replace-header): Require message.
5668
5669         * nnimap.el (declare-function): Add compatibility stub.
5670         (netrc-parse, netrc-machine-user-or-password): Declare.
5671         (nnimap-open-connection): Require netrc.
5672
5673         * nntp.el (declare-function): Add compatibility stub.
5674         (netrc-parse, netrc-machine, netrc-get): Declare.
5675         (nntp-send-authinfo): Require netrc.
5676
5677         * rfc2047.el: Don't require qp.
5678         (quoted-printable-encode-region, quoted-printable-decode-string):
5679         Autoload.
5680
5681         * sieve-mode.el: Don't require easymenu.
5682         (easy-menu-add-item): Autoload it.
5683
5684         * spam-stat.el (time-to-number-of-days): Autoload it.
5685
5686 2010-03-19  Glenn Morris  <rgm@gnu.org>
5687
5688         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5689
5690 2010-03-18  Glenn Morris  <rgm@gnu.org>
5691
5692         * hashcash.el (declare-function): Remove duplicate definition.
5693
5694 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5695
5696         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5697         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5698         value if any backslash escapes).
5699
5700 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5703         if it is available.  (bug#5647)
5704
5705         * lpath.el: Suppress compiler warning for coding-system-from-name for
5706         Emacs 21 and XEmacs.
5707
5708 2010-03-14  Juri Linkov  <juri@jurta.org>
5709
5710         * hmac-def.el:
5711         * hmac-md5.el:
5712         * netrc.el: Fix keywords.
5713
5714 2010-02-26  Glenn Morris  <rgm@gnu.org>
5715
5716         * message.el (message-send-mail-function): Change the default, so that
5717         it inherits from a customized send-mail-function.  (Bug#5643)
5718
5719 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5720
5721         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5722         shell-command-to-string signals an error (bug#5299).
5723
5724 2010-02-24  Glenn Morris  <rgm@gnu.org>
5725
5726         * message.el (message-smtpmail-send-it)
5727         (message-send-mail-with-mailclient): Doc fixes.
5728
5729 2010-02-16  Glenn Morris  <rgm@gnu.org>
5730
5731         * message.el (message-default-mail-headers): Change the default value
5732         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5733
5734 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5737         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5738
5739 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5740
5741         * time-date.el (date-to-time): Doc fix (Bug#5408).
5742
5743 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5744
5745         * message.el (message-mail): Just pass yank-action on to message-setup.
5746         (message-setup): Handle (FUN . ARGS) form of yank-action.
5747         (message-with-reply-buffer, message-widen-reply)
5748         (message-yank-original): Handle non-buffer values of
5749         message-reply-buffer (Bug#4080).
5750         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5751
5752 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5753
5754         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5755         Fix typo in docstring.
5756
5757 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5758
5759         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5760         response.
5761
5762 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5765
5766         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5767
5768         * message.el (message-check-news-header-syntax): Protect against a
5769         string that `rfc822-addresses' returns when parsing fails.
5770
5771 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5774         (gnus-previous-char-property-change): New functions.
5775
5776         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5777
5778 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5779
5780         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5781         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5782
5783 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5784
5785         * message.el (message-exchange-point-and-mark): Rework last change to
5786         avoid using optional arg of exchange-point-and-mark, for backward
5787         compatibility.
5788
5789 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5790
5791         * message.el (message-exchange-point-and-mark):
5792         Call exchange-point-and-mark with an argument rather than setting
5793         mark-active by hand (Bug#5175).
5794
5795 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * nntp.el (nntp-service-to-port): Work for service expressed with
5798         numeric string; replace [:digit:] with [0-9] for XEmacs.
5799
5800 2009-12-17  Glenn Morris  <rgm@gnu.org>
5801
5802         * gnus-group.el (gnus-bug-group-download-format-alist):
5803         Change emacs entry to debbugs.gnu.org.  Bump :version.
5804
5805 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5808
5809 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5810
5811         * message.el (message-info): Explain why we use `Info-goto-node'.
5812
5813 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5816
5817 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5818
5819         * message.el (message-completion-in-region): New compatibility function.
5820         (message-expand-group): Use it.
5821
5822 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5825         with no unread article should be listed if the 2nd arg `predicate' is
5826         given.
5827
5828 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5831
5832 2009-11-29  Juri Linkov  <juri@jurta.org>
5833
5834         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5835         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5836         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5837
5838 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5839
5840         * sha1.el (sha1-string-external): default-directory "/" in case
5841         otherwise non-existent.  process-connection-type pipe for touch of
5842         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5843
5844 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5845
5846         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5847         it's comms related and sgml-mode.el has "comm" on that basis too.
5848
5849 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5852         containing tspecial characters if they have been already quoted.
5853
5854 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5855
5856         * dns-mode.el (auto-mode-alist): Purecopy string.
5857
5858 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5861
5862 2009-10-24  Glenn Morris  <rgm@gnu.org>
5863
5864         * gnus-art.el (help-xref-stack-item): Define for compiler.
5865
5866 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5867
5868         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5869
5870 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5873
5874 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5877         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5878
5879 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5882         (gnus-overlays-in): New alias to overlays-in.
5883
5884         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5885         gnus-overlay-get, and gnus-delete-overlay.
5886         (gnus-summary-show-thread): Make it work as well for systems in which
5887         next-single-char-property-change is not available.
5888         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5889
5890         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5891         (gnus-overlay-get): New alias to extent-property.
5892         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5893
5894         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5895         SXEmacs.
5896
5897         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5898         SXEmacs.
5899
5900 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5903
5904 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5905
5906         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5907         and XEmacs that don't have `remove-overlays'.
5908
5909 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5910
5911         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5912         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5913         selective display.  Use overlays instead.
5914
5915 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5916
5917         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5918
5919 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5920
5921         * spam-stat.el (spam-stat-load): Fix typo in message.
5922
5923 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5924
5925         * dig.el (dig-invoke): Fix typo in docstring.
5926         (query-dig): Reflow docstring.
5927
5928 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5929
5930         * gnus-art.el (gnus-article-encrypt-body):
5931         * message.el (message-check-recipients):
5932         * mm-util.el (mm-codepage-setup):
5933         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5934         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5935
5936 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5937
5938         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5939         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5940         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5941         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5942         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5943
5944 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5945
5946         * dig.el: Add "Keywords: comm", as per net-utils.el.
5947
5948 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5949
5950         * dig.el (dig-mode): Use define-derived-mode.
5951
5952 2009-09-19  Glenn Morris  <rgm@gnu.org>
5953
5954         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5955
5956 2009-09-18  Glenn Morris  <rgm@gnu.org>
5957
5958         * gnus-diary.el (gnus-diary-check-message):
5959         * message.el (message-insert-formatted-citation-line):
5960         * nnbabyl.el (top-level):
5961         * nndiary.el (nndiary-schedule):
5962         Fix typos in condition-case handlers.
5963
5964 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5967         configuration that provides the sole article window in a frame;
5968         position point correctly after deleting a part.
5969
5970 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5971
5972         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5973         (spam-resolve-registrations-routine): Use it to unregister articles
5974         that change status.
5975
5976 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5979         with XEmacs.
5980         (parse-time-string-chars): Use it.
5981
5982 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * imap.el (imap-interactive-login): Better messages.
5985         (imap-open): Fix bug with renamed buffer on reconnect.
5986         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5987         for easier debugging and cleaner code.  On successful (guessed based on
5988         server capabilities) secondary authentication, set imap-state
5989         correctly.
5990         (imap-last-authenticator): Define imap-last-authenticator as a variable
5991         to avoid warnings.
5992
5993 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * nnrss.el (nnrss-request-article): Remove binding of
5996         default-enable-multibyte-characters that has gotten needless by
5997         the 2007-07-13 change in rfc2047-encode-message-header.
5998
5999         * mml.el (mml-insert-multipart): Error on the message header.
6000         (mml-insert-part): Error on the message header; position point at
6001         the end of a MIME tag.
6002
6003 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * time-date.el (autoload): Expand define-obsolete-function-alias into
6006         defalias and make-obsolete for old Emacsen that Gnus supports.
6007         (with-no-warnings): Define it for old Emacsen.
6008         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6009         is available.
6010         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6011         float-time is available; suppress compile warning for time-to-seconds.
6012
6013         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6014         (gnus-float-time): Alias to float-time if it exists.
6015
6016         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6017         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6018         float-time is available; suppress compile warning for time-to-seconds.
6019
6020         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6021         XEmacs.
6022
6023 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * imap.el (imap-message-map): Docstring fix.
6026
6027 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6030         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6031         Add the optional argument `encoding' that overrides the default.
6032
6033         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6034         mm-encode-buffer.
6035
6036 2009-09-04  Glenn Morris  <rgm@gnu.org>
6037
6038         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6039         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6040         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6041         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6042         * mm-util.el (mm-with-unibyte-current-buffer)
6043         (mm-find-buffer-file-coding-system):
6044         * yenc.el (yenc-decode-region): Use default-value rather than
6045         default-enable-multibyte-characters.
6046
6047 2009-09-03  Glenn Morris  <rgm@gnu.org>
6048
6049         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6050         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6051         than default-enable-multibyte-characters.
6052
6053 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6054
6055         * gnus-art.el (gnus-article-read-summary-keys):
6056         Fix gnus-buffer-configuration's value temporarily used.
6057
6058 2009-09-02  Glenn Morris  <rgm@gnu.org>
6059
6060         * gnus-util.el (gnus-float-time): New function.
6061         * gnus-delay.el (gnus-delay-article):
6062         * gnus-sum.el (gnus-thread-latest-date):
6063         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6064         * nnspool.el (nnspool-request-newgroups):
6065         Use gnus-float-time rather than time-to-seconds.
6066         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6067
6068         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6069         (gnus-header-subject-face, gnus-header-newsgroups-face)
6070         (gnus-header-name-face, gnus-header-content-face):
6071         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6072         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6073         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6074         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6075         (gnus-cite-face-11):
6076         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6077         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6078         (gnus-server-closed-face, gnus-server-denied-face)
6079         (gnus-server-offline-face):
6080         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6081         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6082         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6083         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6084         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6085         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6086         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6087         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6088         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6089         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6090         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6091         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6092         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6093         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6094         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6095         (gnus-summary-high-undownloaded-face)
6096         (gnus-summary-low-undownloaded-face)
6097         (gnus-summary-normal-undownloaded-face)
6098         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6099         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6100         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6101         (gnus-splash-face):
6102         * message.el (message-header-to-face, message-header-cc-face)
6103         (message-header-subject-face, message-header-newsgroups-face)
6104         (message-header-other-face, message-header-name-face)
6105         (message-header-xheader-face, message-separator-face)
6106         (message-cited-text-face, message-mml-face):
6107         * sieve-mode.el (sieve-control-commands-face)
6108         (sieve-action-commands-face, sieve-test-commands-face)
6109         (sieve-tagged-arguments-face):
6110         * spam.el (spam-face):
6111         Mark face aliases with "-face" in the name as obsolete.
6112
6113 2009-09-01  Glenn Morris  <rgm@gnu.org>
6114
6115         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6116         than goto-line.
6117
6118 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6121         Don't move point if the command is invoked inside the message header.
6122
6123 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6124
6125         * imap.el (imap-send-command): Simplify.
6126         (imap-wait-for-tag): point-max -> buffer-size.
6127
6128 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6131         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6132         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6133         * nnir.el (nnir-swish-e-index-file):
6134         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6135         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6136         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6137         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6138         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6139         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6140
6141 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6144         Don't save excursion.
6145
6146 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6147
6148         * nnheader.el (nnheader-find-file-noselect):
6149         * mm-util.el (mm-insert-file-contents):
6150         Use (default-value 'major-mode) instead of default-major-mode.
6151
6152 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6155
6156 2009-08-26  Glenn Morris  <rgm@gnu.org>
6157
6158         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6159         than placing in files.el.
6160
6161 2009-08-25  Glenn Morris  <rgm@gnu.org>
6162
6163         * nnir.el (top-level): Don't require cl at run-time.
6164         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6165         Replace cl-function substitute with gnus-replace-in-string.
6166         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6167         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6168         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6169         simplified expansions.
6170
6171 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6172
6173         * dig.el (dig): Add autoload cookie.
6174
6175 2009-08-22  Glenn Morris  <rgm@gnu.org>
6176
6177         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6178         goto-line.
6179
6180 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6181
6182         * parse-time.el (parse-time-string-chars): Save match data.
6183
6184 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6185
6186         * parse-time.el (parse-time-string-chars): Compute using character
6187         classes, to handle non-ascii characters (Bug#3190).
6188
6189 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6192
6193         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6194         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6195         (gnus-mm-display-part, gnus-mime-display-single)
6196         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6197         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6198
6199         * gnus-sum.el
6200         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6201         (gnus-summary-move-article): Add expirable mark to articles copied or
6202         moved to group that has auto-expire turned on if the option is non-nil.
6203
6204 2009-07-24  Glenn Morris  <rgm@gnu.org>
6205
6206         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6207         Fix typo.  (Bug#3903)
6208
6209 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6212         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6213         that should not be used for draft articles.
6214         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6215         that has no concern in minor mode keys.
6216         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6217         Abolish.
6218
6219 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6222         article without making inquiry to a user for unknown encoding.
6223
6224         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6225         (nnmaildir--scan): Assume i-node and device number that file-attributes
6226         returns might be cons-cell.
6227
6228         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6229
6230         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6231
6232 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6233
6234         * auth-source.el: Remove docs now in auth.texi.  Don't use
6235         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6236         `auth-source-hide-passwords' and use them.
6237
6238 2009-07-15  Glenn Morris  <rgm@gnu.org>
6239
6240         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6241
6242 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6245         excessive whitespace from the default values of title and description.
6246
6247 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6250         mail-fetch-field to fetch Content-Description header in order to
6251         exclude newlines.
6252
6253 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6254
6255         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6256         format used by GnuPG 2.0.11.
6257
6258 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6261         to deleted part.
6262
6263 2009-05-30  David Engster  <dengste@eml.cc>
6264
6265         * nnmairix.el: Remove old documentation in the commentary block.
6266         (nnmairix-request-group): Do not update active file for nnml back ends.
6267         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6268         end so that overview files are ignored.
6269         (nnmairix-update-groups): Make updating the groups more robust by using
6270         marks.
6271         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6272         with dollar characters in message-id.
6273
6274 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6277         2008-12-25 in dns.el.
6278
6279 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6280
6281         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6282         could happen if the text is only composed of spaces and/or tabs.
6283
6284 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6285
6286         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6287         when sending a queued message to avoid extra mml tags.
6288
6289 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6292
6293 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6296         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6297         rmail-toggle-header for XEmacs;
6298         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6299
6300 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-dired.el: Remove autoload for gnus-setup-message.
6303         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6304         displaying Gnus logo; always use compose-mail.
6305
6306 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6309
6310 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6313         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6314         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6315         available.
6316         (gnus-nocem-epg-verify): New function.
6317
6318 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6321
6322 2009-02-15  Glenn Morris  <rgm@gnu.org>
6323
6324         * gnus-util.el (rmail-insert-rmail-file-header)
6325         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6326         autoloads.
6327         (rmail-default-rmail-file): Remove unnecessary declaration.
6328         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6329
6330 2009-02-14  Glenn Morris  <rgm@gnu.org>
6331
6332         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6333         variable (only used in gnus-util, which declares it anyway).
6334         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6335         which was only needed by gnus-art (changed to not use it any more).
6336         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6337         only used in gnus-util, which autoloads it itself.
6338         (rmail-update-summary): Fix autoload.
6339
6340         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6341         rather than rmail-output-to-rmail-file.
6342
6343 2009-02-07  Glenn Morris  <rgm@gnu.org>
6344
6345         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6346         autoload of function that no longer exists.
6347         (rmail-toggle-header): Declare.
6348         (message-forward-rmail-make-body): Handle mbox Rmail.
6349
6350 2009-01-31  Glenn Morris  <rgm@gnu.org>
6351
6352         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6353         2009-01-09 change.
6354
6355 2009-01-31  Dave Love  <fx@gnu.org>
6356
6357         * imap.el (imap-fetch-safe): Bind debug-on-error.
6358         (imap-debug): Add imap-fetch-safe.
6359
6360 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6361
6362         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6363         (auth-source-forget-all-cached): New convenience function.
6364         (auth-source-user-or-password): Accept list of modes or a single mode.
6365
6366         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6367         auth-source modes.
6368
6369         * netrc.el (netrc-machine-user-or-password): Use list of
6370         auth-source modes.
6371
6372         * nnimap.el (nnimap-open-connection): Use list of
6373         auth-source modes.
6374
6375         * nntp.el (nntp-send-authinfo): Use list of
6376         auth-source modes.
6377
6378 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6381         now.
6382
6383 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6386         coding system in XEmacs; add a workaround for XEmacs.
6387
6388         * lpath.el: Fbind coding-system-aliasee.
6389
6390 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6393         of current-language-environment.
6394
6395 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6398         available at runtime.
6399
6400 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6403
6404 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6405
6406         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6407         the greatest positive fixnum value doesn't work under an XEmacs with
6408         bignum support; use the most-positive-fixnum constant instead,
6409         available since Emacs 21.1 with cl and XEmacs 21.1.
6410
6411 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6414         XEmacs gets not to work.
6415
6416 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mm-util.el (mm-coding-system-priorities): Allow the value like
6419         "Japanese (UTF-8)" of current-language-environment.
6420
6421 2009-01-09  Glenn Morris  <rgm@gnu.org>
6422
6423         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6424         with last-command-event.
6425
6426 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6429         in the doc string.
6430
6431         * message.el (message-fix-before-sending): Amend comment.
6432
6433 2009-01-08  Dave Love  <fx@gnu.org>
6434
6435         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6436
6437 2009-01-07  David Engster  <dengste@eml.cc>
6438
6439         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6440         simplified server definitions by converting it via
6441         gnus-server-to-method.
6442
6443 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6446         parameter's operands.
6447
6448 2009-01-06  David Engster  <dengste@eml.cc>
6449
6450         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6451         primary select method (for gnus-group-mark-article-as-read).
6452
6453 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6454
6455         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6456         `(gnus)Face', not `(gnus)X-Face'.
6457
6458 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * mm-util.el (mm-ucs-to-char): New function.
6461
6462         * mm-url.el (mm-url-decode-entities): Use it.
6463
6464         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6465         unicode-to-char.
6466
6467 2009-01-05  Dave Love  <fx@gnu.org>
6468
6469         * time-date.el: Require cl for `declare'.
6470
6471 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6474         Dave Love.
6475
6476 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * message.el (message-fix-before-sending): Add `eight-bit' to
6479         illegible-text check.
6480
6481 2009-01-03  Michael Olson  <mwolson@gnu.org>
6482
6483         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6484         `headers' is nil.  This can occur if the IMAP server does not have
6485         permissions to read messages from a folder, but can write new messages
6486         to the folder.
6487         (nnimap-request-article-part): Do not insert `data' if it is nil.
6488
6489         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6490         characters which will confuse `read', so skip past them.
6491
6492 2009-01-01  Dave Love  <fx@gnu.org>
6493
6494         * imap.el (imap-string-to-integer): Fix typo.
6495         (imap-fetch-safe): New function.
6496         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6497
6498         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6499
6500         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6501         (imap-parse-greeting): Fix doc strings.
6502         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6503         (imap-parse-flag-list): Make messages unique.
6504         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6505
6506         * nnimap.el: Fix author email.
6507         (nnimap-split-rule): Add FIXME comment.
6508         (nnimap-debug): Fix doc string.
6509
6510 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6513
6514 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6517         nslookup if resolv.conf isn't available.
6518         (dns-query): Rename from query-dns.
6519         (dns-query-cached): Rename from query-dns-cached.
6520
6521 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6524         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6525         to check if those variables exist (first appeared in Emacs 18.50).
6526
6527 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * mm-util.el (mm-line-number-at-pos): New function.
6530
6531         * spam-report.el (spam-report-process-queue): Use it.
6532
6533 2008-12-24  David Engster  <dengste@eml.cc>
6534
6535         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6536         parameters that haven't existed as variables as buffer-local variables.
6537
6538 2008-12-23  Dave Love  <fx@gnu.org>
6539
6540         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6541         cadar.
6542
6543         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6544         imap-starttls-p.
6545         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6546
6547 2008-12-22  Dave Love  <fx@gnu.org>
6548
6549         * imap.el: Fix author email.  Doc fixes.
6550         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6551         reply.
6552
6553 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * spam-report.el (spam-report-gmane-max-requests): New constant.
6556         (spam-report-gmane-wait): New variable.
6557         (spam-report-gmane-ham, spam-report-gmane-spam)
6558         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6559         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6560         the server.
6561
6562         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6563         Add explanations.
6564
6565         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6566         nnheader-accept-process-output and nnheader-read-timeout if available.
6567         (pop3-movemail): Use it.
6568
6569         * message.el (message-check-news-body-syntax): Fix signature check if
6570         there's an attachment.
6571
6572 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * mm-util.el: Add comments to the mm- emulating functions.
6575
6576 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6577
6578         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6579         Reported by Stephen Berman <stephen.berman@gmx.net>.
6580
6581 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * mm-util.el (mm-substring-no-properties): New function.
6584         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6585         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6586         (mm-string-to-multibyte): Doc fix.
6587
6588         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6589
6590 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * mml.el (mml-attach-file): Strip text properties from file name.
6593         (Bug#1574)
6594
6595 2008-12-16  Glenn Morris  <rgm@gnu.org>
6596
6597         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6598
6599 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6602         knows since the charset specified might be a bogus alias that
6603         mm-charset-synonym-alist provides.
6604
6605 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6608         "ISO_8859-1".
6609
6610         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6611
6612 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * mm-util.el (mm-charset-eval-alist):
6615         Define it before mm-charset-to-coding-system.
6616         (mm-charset-to-coding-system): Add optional argument `silent';
6617         define it before mm-charset-override-alist.
6618         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6619         default value if it can be used in Emacs currently running;
6620         silence mm-charset-to-coding-system.
6621
6622 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6625         `allow-override' which says whether to use `mm-charset-override-alist'.
6626         (rfc2047-decode-encoded-words): Use it.
6627
6628         * mm-util.el (mm-charset-override-alist): Fix custom type;
6629         add `(gb2312 . gbk)' to choices.
6630
6631 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6634         fast.
6635
6636         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6637
6638         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6639
6640 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6641
6642         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6643         on links.
6644
6645         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6646
6647 2008-12-03  Lute Kamstra  <lute@gnu.org>
6648
6649         * sha1.el: Remove leading * from docstrings of defcustoms,
6650         deffaces, defconsts and defuns.
6651
6652 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6655         users' addresses that don't have domain parts.
6656         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6657         rather than message-narrow-to-head since there will be the message
6658         header separator.
6659
6660 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6663         since the result is inserted in a unibyte buffer anyway.
6664         (nnimap-demule-use-string-to-multibyte): Remove.
6665         (nnimap-demule): Alias it to mm-string-to-multibyte.
6666
6667 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6670         variable for debugging bug#464 and bug#1174.
6671         (nnimap-demule): Use it.
6672
6673 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6676         score calculation correctly.
6677
6678 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6679
6680         * message.el (message-send-mail): Just set the buffer to unibyte
6681         rather than use mm-with-unibyte-current-buffer which does a lot more.
6682         (message-send-mail-partially): Don't bother with
6683         mm-with-unibyte-current-buffer since it's already been made unibyte by
6684         message-send-mail.
6685
6686 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6687
6688         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6689
6690 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6693
6694 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6697         require itself and to remove `with-no-warnings'.
6698
6699 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * starttls.el (starttls-any-program-available): Get the name of the
6702         available TLS layer program.
6703         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6704         well as the host name in the "opening" message.
6705
6706         * auth-source.el (auth-source-cache, auth-source-do-cache)
6707         (auth-source-user-or-password): Cache passwords and logins by default,
6708         allow override with `auth-source-do-cache'.
6709         (auth-source-forget-user-or-password): Allow users to remove cache
6710         entries if needed.
6711
6712 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6713
6714         * md4.el (md4-buffer): Fix typo in docstring.
6715         (md4, md4-64): Doc fixes.
6716         (md4-pack-int32): Reflow docstring.
6717
6718 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6719
6720         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6721         condition-case to only the forward-sexp call.
6722
6723 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6726         quotes contained.  Make it more robust regardless by an extra
6727         condition-case wrapper.
6728
6729 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6732
6733 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * nnml.el (nnml-request-expire-articles): Check if the function set to
6736         `nnmail-expiry-target' returns the symbol `delete'.
6737
6738         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6739
6740         * nnmail.el (nnmail-expiry-target): Fix custom type.
6741
6742 2008-10-02  Glenn Morris  <rgm@gnu.org>
6743
6744         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6745         Silence compiler warning.
6746
6747 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6748
6749         * tls.el (open-tls-stream): Show the actual command being
6750         executed, instead of the format string.
6751
6752 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * lpath.el: Fbind codepage-setup for Emacs 23.
6755
6756 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6757
6758         * mml.el (mml-menu): Don't assume mml2015 is bound.
6759
6760 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6763         exists.
6764
6765 2008-09-27  Glenn Morris  <rgm@gnu.org>
6766
6767         * gnus-util.el (mail-header-remove-comments): Autoload it.
6768
6769 2008-09-27  Andreas Schwab  <schwab@suse.de>
6770
6771         * gnus-util.el (gnus-split-references): Strip comments.
6772         (gnus-parent-id): Likewise.
6773
6774 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * message.el (message-confirm-send): Fix version.
6777
6778 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * message.el (message-idna-to-ascii-rhs-1): Use
6781         mail-extract-address-components rather than mail-header-parse-addresses
6782         that is an alias by default to ietf-drums-parse-addresses that does not
6783         support non-ASCII names in headers' contents.
6784
6785 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * message.el (message-confirm-send): Fix variable documentation to
6788         avoid the "y/n" wording.
6789
6790 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6791
6792         * message.el (message-set-auto-save-file-name): Save to a different
6793         filename so multiple messages (especially drafts) can be recovered.
6794
6795 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6796
6797         * message.el (message-confirm-send): Add appropriate version.
6798
6799 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6802         defvar.
6803
6804 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6805
6806         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6807         (mm-pkcs7-enveloped-magic): Ditto.
6808
6809 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6810
6811         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6812         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6813
6814 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6817         default, it's better.
6818
6819 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6822         summary line gnus-number property and ignore them (with a warning
6823         message).
6824
6825 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6828         macro caddr in the interactive form since it won't be expanded.
6829
6830 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6833         `charset'; fix name of function called recursively.
6834         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6835
6836 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6839         (gnus-mime-set-charset-parameters): New function.
6840         (gnus-mime-view-part-as-charset): Use it to correctly display part
6841         specifying wrong charset.
6842
6843 2008-09-08  David Engster  <dengste@eml.cc>
6844
6845         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6846         in completing-read for back end server.
6847
6848 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * message.el (message-confirm-send): New variable to confirm sending a
6851         message.
6852         (message-send): Use it.
6853
6854 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6857
6858 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6861
6862 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6865         prevent tracking too many groups.
6866         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6867         Use it.
6868
6869 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6870
6871         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6872         moving point to the bottom of the window in order to avoid recentering.
6873
6874 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6877
6878         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6879         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6880         (gnus-article-beginning-of-window): Fix calculation.
6881
6882 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-msg.el (gnus-summary-supersede-article)
6885         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6886         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6887         message header.
6888
6889 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6890
6891         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6892         pending output coming after the status change.
6893
6894 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6895
6896         * message.el:
6897         * gnus-start.el:
6898         * gnus-registry.el: Remove VMS support.
6899
6900 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6903         macro.
6904         (rfc2104-hash): Use it.
6905
6906 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6909         (gnus-summary-sort-by-most-recent-date): New commands.
6910         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6911         and menu entries.
6912
6913 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6916         don't redisplay article for raw contents; remove plural articles stuff.
6917
6918         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6919         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6920         on gnus-summary-save-article; display results properly.
6921
6922 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * lpath.el: No need to fbind ns-focus-frame.
6925
6926 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6929
6930 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-art.el (gnus-summary-save-in-pipe):
6933         Consider gnus-save-all-headers.
6934
6935 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6936
6937         * gnus-util.el (ns-focus-frame): Remove declaration.
6938         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6939         like x.
6940
6941 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6942
6943         * rfc2104.el (rfc2104-zero): Delete defconst.
6944         (rfc2104-hex-alist): Likewise.
6945         (rfc2104-hex-to-int): Delete func.
6946         (rfc2104-hexstring-to-bitstring): Likewise.
6947         (rfc2104-nybbles): New defconst.
6948         (rfc2104-hash): Rewrite for speed.
6949
6950 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * tls.el (open-tls-stream): Make it work with the 2nd argument
6953         BUFFER that is a string but does not exist as a buffer object, as
6954         mentioned in the doc-string.
6955
6956 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6959         SXEmacs.
6960
6961 2008-07-16  Glenn Morris  <rgm@gnu.org>
6962
6963         * gnus-util.el (ns-focus-frame): Declare for compiler.
6964
6965 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6968         set as a group parameter.
6969         (gnus-summary-save-in-pipe): Work when it is called independently.
6970         (gnus-summary-pipe-to-muttprint): Don't modify
6971         gnus-summary-pipe-output-default-command.
6972
6973 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6974
6975         * message.el (message-send-mail-with-sendmail):
6976         Display the error message.
6977
6978 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-art.el (gnus-default-article-saver):
6981         Add gnus-summary-save-in-pipe to choices.
6982         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6983         gnus-summary-pipe-output-default-command as the default command.
6984         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6985         instead of gnus-last-shell-command.
6986
6987         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6988         New user option.
6989         (gnus-summary-muttprint-program): Mention the value will be changed.
6990         (gnus-summary-save-article): Force showing of all headers.
6991         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6992
6993 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6994
6995         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6996
6997 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6998
6999         * nnimap.el (nnimap-id):
7000         * sieve-manage.el (sieve-manage-open): Doc fixes.
7001
7002 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7003
7004         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7005         if available.
7006
7007 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7010
7011         * nnkiboze.el (nnkiboze-generate-group):
7012         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7013
7014         * nnmairix.el: Require CL.
7015
7016 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * dgnushack.el: Autoload get-display-table and put-display-table for
7019         XEmacs 21.5.
7020
7021         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7022         21.4 and SXEmacs.
7023
7024 2008-06-15  David Engster  <dengste@eml.cc>
7025
7026         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7027
7028 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7029
7030         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7031         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7032         runtime choice under XEmacs.
7033
7034         * gnus-sum.el (gnus-summary-set-display-table):
7035         Use `gnus-put-display-table', `gnus-get-display-table',
7036         `gnus-set-display-table' for the display table, instead of `aset'.
7037
7038         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7039         Use `gnus-put-display-table', `gnus-get-display-table',
7040         `gnus-set-display-table' for the display table.
7041
7042 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * nnmairix.el: Add autoloads.
7045
7046 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * nnmairix.el (nnmairix-delete-recreate-group)
7049         (nnmairix-update-and-clear-marks): Fix error messages.
7050
7051 2008-06-14  David Engster  <dengste@eml.cc>
7052
7053         * nnmairix.el: Upgrade to version 0.6.
7054         (nnmairix-group-toggle-propmarks-this-group)
7055         (nnmairix-group-toggle-readmarks-this-group)
7056         (nnmairix-group-delete-recreate-this-group)
7057         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7058         (nnmairix-remove-tick-mark-original-article): New commands.
7059         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7060         (nnmairix-propagate-marks-to-nnmairix-groups)
7061         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7062         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7063         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7064         functions needed for marks propagation and manipulation of read marks.
7065         (nnmairix-update-groups): New function.
7066         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7067         (nnmairix-determine-original-group-from-registry)
7068         (nnmairix-determine-original-group-from-path)
7069         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7070         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7071         New helper functions.
7072         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7073         keystrokes for new commands.
7074         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7075         (nnmairix-request-group): Check allow-fast group parameter.
7076         (nnmairix-request-create-group): Set allow-fast group parameter if
7077         nnmairix-allowfast-default is set.
7078         (nnmairix-close-group): Propagate marks upon closing if needed.
7079         (nnmairix-group-toggle-threads-this-group): Use new.
7080         nnmairix-group-toggle-parameter helper function.
7081         (nnmairix-search): Better check for empty search result.
7082         (nnmairix-goto-original-article): Use new helper functions for
7083         determining original article.
7084         (nnmairix-show-original-article): Make sure message-id is in brackets.
7085         (nnmairix-call-mairix-binary): Change variable name.
7086         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7087         helper function.
7088         (nnmairix-widget-toggle-activate): Fix doc string.
7089
7090 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * nnir.el: Require edmacro when compiling with XEmacs.
7093         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7094         available in Emacs 21.
7095
7096 2008-06-11  Glenn Morris  <rgm@gnu.org>
7097
7098         * gnus-util.el (x-focus-frame):
7099         * gnus.el (image-size):
7100         * mm-decode.el (image-size): Declare.
7101
7102         * gnus-picon.el (declare-function): Add compat definition.
7103         (image-size): Declare.
7104
7105         * gnus-group.el (tool-bar-map):
7106         * gnus-sum.el (tool-bar-map): Define for compiler.
7107
7108         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7109
7110         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7111
7112         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7113         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7114         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7115         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7116         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7117         * sieve-manage.el, spam-report.el, spam.el:
7118         Remove unnecessary eval-and-compile of autoloads.
7119
7120 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7121
7122         * auth-source.el: Precise Tramp doc.
7123
7124 2008-06-07  Glenn Morris  <rgm@gnu.org>
7125
7126         * nnmairix.el: Remove unnecessary eval-when-compile.
7127
7128 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * lpath.el: Fbind propertize for XEmacs 21.4.
7131
7132 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * nnir.el: Move here from ../contrib.
7135
7136 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7137
7138         * gnus-util.el (gnus-read-shell-command): New function.
7139         * mm-decode.el (mm-pipe-part):
7140         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7141
7142 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7145
7146 2008-06-03  Glenn Morris  <rgm@gnu.org>
7147
7148         * pop3.el (nnheader-accept-process-output): Autoload it.
7149
7150 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7153         are not 2-digit hexadecimal characters that follow `%'s.
7154
7155 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * message.el (message-bogus-recipient-p): Fix type in doc string.
7158         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7159         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7160         Improve custom options.
7161         (message-bogus-recipient-p): Adjust accordingly.
7162
7163 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7164
7165         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7166         long-form month and day names.
7167
7168 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * dgnushack.el: Autoload debug, eudc-expand-inline and
7171         pgg-snarf-keys-region for XEmacs.
7172
7173         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7174
7175         * nnmairix.el: Require edmacro when compiling with XEmacs.
7176
7177 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7180         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7181
7182 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * auth-source.el: Add more docs.
7185
7186         * netrc.el (netrc-machine): Always match if the port is not given.
7187
7188 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7191         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7192         retrieval faster in some cases, but might make CPU usage larger.
7193         If this has any bad side effects, we might revert this change.
7194
7195         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7196         seems to make mail retrieval much, much faster.
7197         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7198         unconditionally.
7199
7200         * gnus-draft.el (gnus-group-send-queue):
7201         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7202
7203 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7206
7207         * message.el (message-bogus-address-regexp): Fix and improve custom
7208         type.
7209         (message-setup-hook): Add message-check-recipients as custom option.
7210
7211 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * message.el (message-cite-function): Remove bogus autoload which crept
7214         in during merge from v5-10.
7215
7216 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7219
7220         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7221
7222         * auth-source.el: Preliminary Tramp docs.
7223         (auth-sources): Change the default auth-sources to use
7224         EPA .gpg files.
7225
7226 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7227
7228         * nntp.el: Autoload `auth-source-user-or-password'.
7229         (nntp-send-authinfo): Use it.
7230
7231         * nnimap.el: Autoload `auth-source-user-or-password'.
7232         (nnimap-open-connection): Use it.
7233
7234         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7235         for the gnus-message function.
7236         (auth-source-user-or-password): Use it.
7237
7238 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7241         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7242         (rfc2104-hash): Use it.
7243
7244 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7245
7246         * gnus-art.el (gnus-article-toggle-truncate-lines):
7247         Don't use `iff' in docstring.
7248
7249 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7250
7251         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7252
7253         * gnus-util.el (gnus-extract-address-component-name)
7254         (gnus-extract-address-component-email): Convenience functions around
7255         `gnus-extract-address-components'.
7256
7257         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7258         Use `gnus-extract-address-component-email' to fix bug of comparing full
7259         sender name to `user-mail-address'.
7260
7261 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7262
7263         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7264         catch/throw to optimize.
7265         (gnus-registry-find-keywords): Just use member to find a keyword.
7266
7267 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7268
7269         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7270         is current before calling gnus-server-prepare.
7271         (gnus-server-setup-buffer, gnus-server-update-server)
7272         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7273
7274 2008-05-04  Juri Linkov  <juri@jurta.org>
7275
7276         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7277         (mailcap-file-default-commands): Use mailcap-replace-in-string
7278         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7279         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7280
7281 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7282
7283         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7284
7285 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7286
7287         * gnus.el: Bump version to 0.11.
7288
7289 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7290
7291         * gnus.el: No Gnus v0.10 is released.
7292
7293 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7296         hooks.
7297         (gnus-update-read-articles): Speed up non-marks-using users.
7298         (gnus-use-marks): Define gnus-use-marks.
7299         (gnus-propagate-marks): Rename variable to something more sensible.
7300
7301 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7302
7303         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7304         (gmm-image-load-path-for-library): Fix typos in docstrings.
7305         (gmm-message): Reflow docstring.
7306
7307 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * mail-source.el (mail-source-set-1, mail-source-bind):
7310         Move auth-source code out of the macro to clean it up and fix bugs.
7311
7312 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7315         by sender if it's equal to user-mail-address, it's likely to be
7316         useless.
7317
7318         * mail-source.el (mail-source-bind): Don't use user or password if they
7319         are not bound.  Unintern them if they are nil.  Don't use server unless
7320         it's bound, and default it to empty string otherwise.
7321
7322 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7323
7324         * mail-source.el: Load auth-source.el.
7325         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7326         get user name or password, if auth-sources is set up.
7327
7328         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7329         strategy of splitting with parent.
7330         (gnus-registry-split-fancy-with-parent)
7331         (gnus-registry-post-process-groups): Use it and fix prior
7332         bug (returning a list as the split result).
7333
7334         * auth-source.el (auth-sources): Remove server parameter.
7335         (auth-source-pick, auth-source-user-or-password)
7336         (auth-source-user-or-password-imap)
7337         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7338         (auth-source-user-or-password-sftp)
7339         (auth-source-user-or-password-smtp): Remove server parameter.
7340
7341 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7342
7343         * smime.el (smime-sign-region, smime-encrypt-region)
7344         (smime-decrypt-region):
7345         Remove redundant calls to `generate-new-buffer-name'.
7346
7347 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7348
7349         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7350         Don't use QP for message/rfc822.
7351         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7352
7353 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7354
7355         * sieve-manage.el (sieve-string-bytes): Remove.
7356         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7357         correct byte-length only if the process's coding-system is the same as
7358         the one used internally by Emacs to represent strings.
7359
7360 2008-04-22  Juri Linkov  <juri@jurta.org>
7361
7362         * mailcap.el (mailcap-file-default-commands): New function.
7363
7364 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * message.el (message-signature-separator, message-cite-function):
7367         Change custom version.
7368
7369 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7370
7371         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7372         commands.
7373         (tls-checktrust): Ditto.
7374
7375 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * mm-decode.el (mm-display-external): Make temp file read-only.
7378
7379 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7382         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7383         `C-c C-f d'.
7384
7385 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7386
7387         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7388
7389 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * gnus.el: Bump version to 0.9.
7392
7393 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * gnus.el: No Gnus v0.8 is released.
7396
7397 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7398
7399         * mail-source.el (mail-source-value):
7400         Prefer fboundp to functionp so it works with macros as well.
7401
7402 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7403
7404         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7405         Fix last change in case the element is not even a symbol.
7406
7407 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7408
7409         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7410         Prefer fboundp to functionp so it works with macros as well.
7411
7412 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * auth-source.el: Add docs.
7415         (auth-sources): Modify format to support server.
7416         (auth-source-pick, auth-source-user-or-password)
7417         (auth-source-user-or-password-imap)
7418         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7419         (auth-source-user-or-password-sftp)
7420         (auth-source-user-or-password-smtp): Add server parameter.
7421
7422 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * gnus-registry.el: Initialize the registry when gnus-registry-install
7425         is t.
7426
7427 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * compface.el (uncompface): Make buffer unibyte.
7430
7431 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7432
7433         * mail-source.el (mail-source-value):
7434         Prefer fboundp to functionp so it works with macros as well.
7435
7436 2008-04-05  Glenn Morris  <rgm@gnu.org>
7437
7438         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7439
7440 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7441
7442         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7443         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7444
7445         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7446         multibyteness after rather than before erasing it.
7447
7448         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7449         mm-with-multibyte.
7450         (gnus-request-article-this-buffer): Make sure the proper decoding is
7451         used if gnus-original-article-buffer happens to be unibyte.
7452
7453         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7454         default-enable-multibyte-characters.
7455
7456         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7457         default-enable-multibyte-characters.
7458
7459         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7460
7461         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7462
7463 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7464
7465         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7466         Fix last change in case the element is not even a symbol.
7467
7468 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7469
7470         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7471         (imap-message-copyuid-1): Use it.
7472         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7473         J. Williams in
7474         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7475
7476         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7477         imap-enable-exchange-bug-workaround.
7478         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7479
7480 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7481
7482         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7483         a 100 byte status-checks into a 2-3MB transfer for each group.
7484         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7485         to enable bug workaround or not.
7486         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7487
7488 2008-03-31  Glenn Morris  <rgm@gnu.org>
7489
7490         * message.el (mml2015-use): Declare for compiler.
7491         (message-info): Require mml2015 when appropriate.
7492
7493 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7496         whitespace.
7497
7498 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7499
7500         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7501         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7502         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7503         (nntp-service-to-port): New function.
7504         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7505         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7506         (nntp-open-netcat-stream): New function.
7507         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7508
7509 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7510
7511         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7512
7513 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7514
7515         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7516
7517 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7518
7519         * dns.el (dns-write): Use set-buffer-multibyte.
7520
7521 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7522
7523         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7524
7525 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * message.el (message-signature-separator): Change default.
7528         Improve custom type.
7529         (message-cite-function): Change default to
7530         message-cite-original-without-signature.
7531
7532         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7533         toggle.
7534
7535         * message.el (message-check-news-body-syntax): Fix signature check.
7536         (message-setup-1): Mark buffer as unmodified _after_ running
7537         message-setup-hook and handling message-alternative-emails.
7538         (message-shorten-references): Be more strict when building list of
7539         valid references to comply with GNKSA.
7540
7541         * gnus-group.el (gnus-read-ephemeral-bug-group)
7542         (gnus-read-ephemeral-debian-bug-group)
7543         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7544
7545         * message.el (message-info): Don't use booleanp which isn't supported
7546         in Emacs 21 and XEmacs.
7547
7548 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7551         gnus-group-gmane-group-download-format.
7552         (gnus-group-read-ephemeral-gmane-group): Rename from
7553         gnus-group-read-ephemeral-gmane-group.
7554         (gnus-read-ephemeral-gmane-group-url): Rename from
7555         gnus-group-read-ephemeral-gmane-group-url.
7556         (gnus-bug-group-download-format-alist): New variable.
7557         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7558         (gnus-read-ephemeral-emacs-bug-group): New commands.
7559
7560 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7563         (gnus-visible-headers): Improve custom type.
7564
7565 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * mml.el (mml-menu): Add workarounds for XEmacs.
7568
7569         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7570         X-Boundary header.
7571
7572         * message.el (message-simplify-recipients): Fix previous commit.
7573
7574 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7575
7576         * mm-util.el (mm-set-buffer-multibyte): New function.
7577         * mm-decode.el (mm-copy-to-buffer): Use it.
7578
7579         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7580         Prefer fboundp to functionp so it works with macros as well.
7581
7582 2008-03-19  Glenn Morris  <rgm@gnu.org>
7583
7584         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7585         Accidentally removed in the sync process with Emacs.
7586
7587 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * message.el (message-alter-recipients-discard-bogus-full-name):
7590         New function.
7591         (message-alter-recipients-function): New variable.
7592         (message-get-reply-headers): Use it.
7593         (message-replace-header): New helper function.
7594         (message-recipients-without-full-name): New variable.
7595         (message-simplify-recipients): New command.
7596
7597         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7598
7599         * message.el (message-info): Handle EasyPG manual.
7600
7601         * mml.el (mml-menu): Add entry for EasyPG.
7602
7603 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7604
7605         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7606         parameter.
7607
7608         * message.el (message-disassociate-draft): Specify drafts group name
7609         fully.
7610
7611 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7612
7613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7614         Eliminate unnecessary duplicates from the match list.
7615
7616 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7619
7620         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7621
7622         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7623         args of `how-many' of which the XEmacs version doesn't take; declare
7624         Info-index-next as function.
7625
7626 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * gnus-score.el (gnus-score-headers): Fix handling of
7629         gnus-inhibit-slow-scoring.
7630
7631         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7632         string.
7633         (gnus-button-url-regexp): Improve handling of parenthesis.
7634         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7635         (gnus-button-handle-info-keystrokes): Handle index entries.
7636
7637 2008-03-15  Glenn Morris  <rgm@gnu.org>
7638
7639         * parse-time.el (parse-time-string): Simplify.
7640
7641 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7644         Incoming* files.
7645
7646 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7647
7648         * auth-source.el (auth-sources): Rename from auth-source-choices.
7649         (auth-source-pick): Use it.
7650
7651 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7652
7653         * binhex.el (binhex-decode-region-internal):
7654         * uudecode.el (uudecode-decode-region-internal):
7655         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7656         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7657         setting default-enable-multibyte-characters.
7658
7659 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * auth-source.el (auth-source-protocols)
7662         (auth-source-protocols-customize, auth-source-choices): Add and
7663         modified variable customizations and defaults.
7664         (auth-source-pick, auth-source-user-or-password)
7665         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7666         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7667         (auth-source-user-or-password-sftp)
7668         (auth-source-user-or-password-smtp): Use new variables and provide an
7669         interface to netrc.el.
7670
7671 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7674         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7675         Make sure the nntp port to specify is a string.
7676
7677 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7678
7679         * nntp.el: Use with-current-buffer.
7680         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7681         dubious mm-with-unibyte-current-buffer.
7682         (nntp-with-open-group-function): New function extracted from
7683         nntp-with-open-group macro.
7684         (nntp-with-open-group): Use the function, so it's easier to debug.
7685         Add indentation and debugging info.
7686         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7687         Recommend the use of the netcat alternatives.
7688
7689         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7690         Avoid mm-string-as-multibyte as well.
7691
7692         * nnweb.el (nnweb-insert-html):
7693         Remove use of nnheader-string-as-multibyte.
7694
7695         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7696         (nnheader-string-as-multibyte): Remove.
7697
7698         * mm-view.el: Use inhibit-read-only.
7699         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7700         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7701         or unibyte-string.
7702
7703         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7704         (mm-uu-yenc-extract): Use with-current-buffer.
7705
7706         * gnus-soup.el (gnus-soup-send-packet): Don't use
7707         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7708
7709         * nnmh.el: Use with-current-buffer.
7710         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7711         mm-string-as-multibyte on the output of mm-encode-coding-string.
7712
7713         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7714         (nnimap-request-move-article): Use with-current-buffer.
7715
7716         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7717         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7718         conversion uses string-make-unibyte rather than string-as-unibyte.
7719
7720         * gnus-msg.el: Use with-current-buffer.
7721
7722         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7723
7724 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7725
7726         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7727         string for caching if it is 'PIN.
7728
7729 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * lpath.el: Consider the case without Emacs/W3.
7732
7733 2008-03-08  Glenn Morris  <rgm@gnu.org>
7734
7735         * time-date.el (date-to-time, time-subtract, time-add)
7736         (safe-date-to-time): Doc fixes.
7737
7738 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * mail-source.el (mail-source-delete-old-incoming-confirm):
7741         Change default to nil.
7742         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7743
7744 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * lpath.el: Rearrange.
7747
7748         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7749         (gnus-article-goto-prev-page): Work for articles having ^L's.
7750
7751         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7752
7753         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7754
7755 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7756
7757         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7758         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7759         (gnus-bookmark-jump): Adjust some variable names.
7760
7761 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7762
7763         * auth-source.el: New package.
7764         (auth-source-choices): Add customization entry point variable.
7765
7766         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7767         bug.
7768
7769 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7770
7771         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7772         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7773         (gnus-registry-install-shortcuts): Rename from
7774         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7775         the `gnus-registry-mark-map' keymap dynamically from
7776         `gnus-registry-marks'.  The generated functions update the summary line
7777         when a registry mark is added or deleted, and will call
7778         `gnus-registry-install-p' (see the comments in the code).
7779         (gnus-registry-user-format-function-M): Use concat intelligently.
7780
7781         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7782         the registry mark functions.
7783
7784 2008-03-05  Glenn Morris  <rgm@gnu.org>
7785
7786         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7787         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7788         gnus-art.
7789         (top-level): No need to load own source when compiling.
7790
7791 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7794         Suggested by <chris.anderton@zetnet.co.uk>.
7795
7796 2008-03-04  Glenn Morris  <rgm@gnu.org>
7797
7798         * gnus-sum.el (top-level): No need to require gnus when compiling,
7799         since unconditionally required near start of file.
7800         (gnus-summary-display-while-building): Move definition before use.
7801
7802 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * gnus-registry.el (gnus-registry-user-format-function-M):
7805         Add formatting function.
7806
7807 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7810         with plists.
7811         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7812         Use new format.
7813
7814 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7817         `where-is-internal' that returns a range of key sequences.
7818
7819 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7820
7821         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7822
7823         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7824         (gnus-summary-jump-to-group): Consider windows on other displayed
7825         frames as well.  Similar changes might be needed elsewhere, but that's
7826         the one I've bumped into during my use.
7827
7828         * nndoc.el (nndoc-oe-dbx-type-p):
7829         * gnus-msg.el (gnus-debug):
7830         * gnus-group.el (gnus-update-group-mark-positions):
7831         Use mm-string-to-multibyte.
7832
7833 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7836         doesn't handle NotDashEscaped.
7837
7838         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7839         (mml-dnd-attach-options): Fix typo in custom choice.
7840
7841         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7842         Change nndoc-article-type to mbox.
7843         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7844
7845         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7846         to nil, instead of html2text.
7847
7848         * imap.el (imap-debug): Add `imap-ping-server'.
7849
7850         * gnus-bookmark.el: Add FIXMEs.
7851
7852         * message.el (message-form-letter-separator)
7853         (message-send-form-letter-delay): New variables.
7854         (message-send-form-letter): Use them.  New command to send form
7855         letters.  Requested by Uwe Siart.
7856         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7857
7858 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * Update copyright years.
7861
7862 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         Sync from EMACS_22_BASE.
7865
7866         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7867
7868 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7869
7870         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7871         empty author.
7872
7873 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         * gnus-registry.el (gnus-registry-marks): Add variable for
7876         customization of marks and their appearance.
7877         (gnus-registry-read-mark): Use it.
7878         (gnus-registry-do-marks): Add utility function to loop through
7879         `gnus-registry-marks'.
7880         (gnus-registry-install-shortcuts-and-menus): Add function to install
7881         shortcuts and menus.
7882         (gnus-registry-initialize): Use it.
7883         (gnus-registry-default-mark): Clarify documentation.
7884
7885 2008-02-29  Glenn Morris  <rgm@gnu.org>
7886
7887         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7888         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7889         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7890         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7891         Change defcustom :version from 23.0 to 23.1.
7892
7893 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7894
7895         * gnus-registry.el (gnus-registry-follow-group-p)
7896         (gnus-registry-post-process-groups): Add functions to aid registry
7897         splitting and improve logging.  Clarify behavior in function
7898         documentation.
7899         (gnus-registry-split-fancy-with-parent): Use them.
7900
7901 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7902
7903         * gnus-art.el: Use with-current-buffer.
7904
7905 2008-02-27  David Engster  <dengste@eml.cc>
7906
7907         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7908         Express real group name in the response.
7909
7910 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7913         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7914         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7915         autoload gnus-registry-fetch-group when compiling.
7916         (nnmairix-request-group-with-article-number-correction):
7917         Remove unreferenced argument passed to nnmairix-call-backend.
7918
7919 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7922         (mm-uu-extract): Improve face for low color ttys.
7923         Reported by Sascha Wilde.
7924
7925 2008-02-27  Glenn Morris  <rgm@gnu.org>
7926
7927         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7928         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7929         variables to defconsts.  Convert comments to doc-strings.
7930         (nnmairix-last-server, nnmairix-current-server): Convert from free
7931         variables to defvars.  Convert comments to doc-strings.
7932         (gnus-registry-fetch-group): Autoload.
7933         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7934         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7935         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7936         caddr.
7937         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7938         nnmairix-request-group-with-article-number-correction call.
7939         (nnmairix-fast, nnmairix-group): New, less general names, for free
7940         variables passed from nnmairix-request-group to
7941         nnmairix-request-group-with-article-number-correction.  Declare.
7942         (nnmairix-request-group-with-article-number-correction):
7943         Use nnmairix-fast, nnmairix-group rather than fast, group.
7944
7945 2008-02-26  David Engster  <dengste@eml.cc>
7946
7947         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7948         version 0.5.
7949
7950 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7951
7952         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7953         instead of making an extra function call.  Don't add the current group
7954         to articles only when they have the group.  Use
7955         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7956         Reported by David <de_bb@arcor.de>.
7957
7958 2008-02-24  Miles Bader  <miles@gnu.org>
7959
7960         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7961         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7962         (mm-find-mime-charset-region):
7963         * mm-bodies.el (mm-encode-body):
7964         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7965
7966 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7969         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7970
7971 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * mail-source.el (mail-source-delete-incoming): Change default.
7974         Supplement doc string.
7975
7976         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7977
7978 2008-02-14  Glenn Morris  <rgm@gnu.org>
7979
7980         * time-date.el (format-seconds): New function.
7981
7982 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * nnmail.el (nnmail-message-id-cache-file): Derive from
7985         `gnus-home-directory'.
7986
7987 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7990         Document negative prefix.
7991
7992         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7993
7994 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * message.el (message-unsent-separator): Add the Exim bounce
7997         separator.
7998
7999 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8000
8001         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8002         list.
8003         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8004         recipient/signer list.
8005
8006 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * Makefile.in (datarootdir): Define.
8009         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8010         name that might contain whitespace.
8011
8012 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8015         fbound (Emacs 23 unicode), signal an error.
8016
8017 2008-02-08  Glenn Morris  <rgm@gnu.org>
8018
8019         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8020
8021 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8022
8023         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8024         ports to the calls to `netrc-machine-user-or-password' in addition to
8025         "imap" and "imaps".
8026
8027 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8028
8029         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8030
8031         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8032
8033 2008-02-01  Kenichi Handa  <handa@m17n.org>
8034
8035         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8036         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8037         (rfc2104-hash): Convert the result of concat to unibyte string.
8038
8039 2008-02-01  Dave Love  <fx@gnu.org>
8040
8041         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8042         coding-system-for-read.
8043         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8044
8045 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8048         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8049         <hanche@math.ntnu.no>.
8050
8051 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8054
8055         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8056
8057 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8058
8059         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8060         * message.el (message-beginning-of-line): Use featurep instead of bound
8061         tests in order to resolve conditionals at compile time.
8062
8063 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8064
8065         * mail-source.el (mail-sources): Add `group' choice.
8066
8067         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8068         parameter `in-group' to control into which group the articles go.
8069         Add treatment of `group' mail-source.
8070
8071 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8074
8075         * mm-decode.el (mm-dissect-buffer): Decode description.
8076
8077         * mml.el (mml-to-mime): Encode message header first.
8078
8079 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8082         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8083
8084         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8085         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8086
8087 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8088
8089         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8090
8091 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8094         prefix keys.
8095         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8096         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8097         gnus-xmas.el.
8098
8099         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8100         (gnus-xmas-article-describe-bindings): New function.
8101         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8102         gnus-xmas-article-describe-bindings.
8103
8104         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8105
8106 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8109         Add new variables for article mark management.
8110         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8111         list of extra data entries which, when present, will indicate that the
8112         article ID should not be trimmed from the registry.
8113         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8114         functions.
8115         (gnus-registry-read-mark): New function to read a mark name from the
8116         user.
8117         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8118         (gnus-registry-set-article-mark-internal): New functions to add and
8119         remove marks.
8120         (gnus-registry-get-article-marks): New function to show the marks for
8121         an article, or retrieve them for further use.
8122
8123 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8126         keys when no argument is given.
8127
8128 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * imap.el (imap-ping-server): New variable.
8131         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8132         (imap-ping-server): Minor doc string fixes.
8133
8134 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8135
8136         * imap.el (imap-ping-server): New function.
8137         (imap-opened): Call imap-ping-server.
8138
8139 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * gnus-sum.el (gnus-article-sort-by-random)
8142         (gnus-thread-sort-by-random): Fix doc strings.
8143         Reported by jidanni@jidanni.org.
8144
8145 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-art.el (gnus-article-describe-bindings): New function.
8148         (gnus-article-read-summary-keys): Use it.
8149         (gnus-article-mode-map): Bind `C-h b' to it.
8150
8151 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8154         XEmacs.
8155         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8156         Protect against non-character events.
8157
8158         * lpath.el: Fbind map-keymap for Emacs 21.
8159
8160 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8163         New command.
8164         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8165         instead of END.  Change name of the temp file.
8166         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8167         customizable.
8168
8169 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8172         bind `S W' to gnus-article-wide-reply-with-original; set default
8173         binding to gnus-article-read-summary-send-keys.
8174         (gnus-article-read-summary-keys): Fix the order of keys; display
8175         continuation keys correctly in the echo area; describe bindings
8176         correctly when keys end with `C-h'.
8177         (gnus-article-read-summary-send-keys): New function.
8178         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8179         Work for gnus-article-read-summary-send-keys; display continuation keys
8180         correctly in the echo area.
8181         (gnus-article-reply-with-original): Ignore prefix argument.
8182         (gnus-article-wide-reply-with-original): New function.
8183
8184         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8185         Emacs 21.
8186
8187 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8190         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8191
8192 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8195         (gnus-group-read-ephemeral-gmane-group): New command.
8196
8197 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8198
8199         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8200
8201 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * message.el (message-send-mail-function): Increase custom version.
8204
8205         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8206         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8207
8208 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8211         for the cases where imap-authenticate is called with a nil buffer
8212         parameter.
8213
8214 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8217         html parts correctly; support forwarded messages.
8218         (gnus-article-browse-html-article): Remove work buffers.
8219
8220         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8221         compiling.
8222         (netrc-bound-and-true-p): New macro.
8223         (netrc-parse): Use it instead of bound-and-true-p that is not available
8224         in XEmacs 21.4.
8225
8226 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8227
8228         * gnus-registry.el (gnus-registry-mark-article)
8229         (gnus-registry-article-marks): Add functionality to mark articles
8230         through the Gnus registry.
8231
8232         * encrypt.el: Clarify documentation for the new pgg method.
8233         (encrypt-file-alist): Add PGG option.
8234         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8235         functionality.  Abstract password key and messaging to external
8236         functions.
8237         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8238         (encrypt-message-method-and-cipher): Add new convenience external
8239         functions.
8240         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8241         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8242
8243         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8244         (netrc-parse): Use encrypt-file-alist to determine if
8245         encrypt-find-model or encrypt-insert-file-contents should be used.
8246
8247         * encrypt.el: Clarify documentation.  Load password-cache or
8248         password, whichever one is found first, instead of autoloading.
8249
8250 2007-12-19  Glenn Morris  <rgm@gnu.org>
8251
8252         * mml.el (message-options-set, message-narrow-to-head)
8253         (message-in-body-p, message-mail-p, message-encode-message-body):
8254         Autoload.
8255         (message-remove-header, message-narrow-to-headers-or-head)
8256         (message-subscribed-p, message-make-mail-followup-to)
8257         (message-position-on-field, message-news-p)
8258         (message-options-set-recipient, message-generate-headers)
8259         (message-sort-headers): Declare as functions.
8260
8261 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8264         convention in doc string.
8265
8266 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8269         title to html parts.
8270         (gnus-article-browse-html-article): Pass message header to it.
8271
8272         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8273
8274 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8277         or password compatible with XEmacs.
8278
8279 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8282         format document.
8283         (gnus-mime-delete-part): Don't write description line if empty.
8284         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8285
8286 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8287
8288         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8289         (gnus-summary-mark-read-and-unread-as-read)
8290         (gnus-summary-mark-current-read-and-unread-as-read)
8291         (gnus-summary-mark-unread-as-ticked): Doc fix.
8292         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8293
8294 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8297         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8298
8299 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8302         yes-or-no-p.
8303
8304 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-decode.el (mm-add-meta-html-tag): New function.
8307         (mm-save-part-to-file, mm-pipe-part): Use it.
8308
8309         * gnus-art.el (gnus-article-browse-delete-temp-files):
8310         Use gnus-y-or-n-p instead of y-or-n-p.
8311         (gnus-article-browse-html-parts): Work with message/external-body; use
8312         mm-add-meta-html-tag.
8313
8314 2007-12-11  Glenn Morris  <rgm@gnu.org>
8315
8316         * gnus-cache.el: Require gnus-sum not just when compiling.
8317
8318         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8319
8320         * gnus-int.el (gnus-server-opened, gnus-status-message):
8321         Move definitions before use.
8322
8323         * mm-decode.el: Require gnus-util.
8324         (mm-remove-part): Only call delete-annotation on XEmacs.
8325
8326         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8327
8328         * nnmail.el: Require gnus-int.
8329
8330         * spam.el: Move `require's before `eval-when-compile's.
8331
8332         * gnus-ems.el (gnus-alive-p):
8333         * gnus-fun.el (message-goto-eoh):
8334         * gnus-util.el (gnus-group-name-decode):
8335         * mail-source.el (gnus-compress-sequence):
8336         * message.el (Info-goto-node, format-spec):
8337         * mm-bodies.el (message-options-get):
8338         * mm-decode.el (mm-view-pkcs7):
8339         * mm-util.el (gmm-write-region):
8340         * mml-smime.el (mml-compute-boundary)
8341         (gnus-completing-read-with-default):
8342         * mml.el (widget-button-press, gnus-make-hashtable):
8343         * mml1991.el (mm-decode-content-transfer-encoding)
8344         (mm-encode-content-transfer-encoding)
8345         (message-options-get, message-options-set):
8346         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8347         * nnfolder.el (gnus-request-group):
8348         * nnheader.el (ietf-drums-unfold-fws):
8349         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8350         * smime.el (gnus-run-mode-hooks):
8351         * spam-stat.el (gnus-message): Autoload.
8352
8353         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8354         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8355         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8356         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8357         Add declare-function compatibility definition.
8358
8359         * gnus-cache.el (nnvirtual-find-group-art):
8360         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8361         (gnus-add-image, gnus-add-wash-type):
8362         * gnus-group.el (nnkiboze-score-file):
8363         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8364         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8365         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8366         (message-tokenize-header, gnus-get-buffer-create)
8367         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8368         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8369         * gnus.el (gnus-group-decoded-name):
8370         * mail-source.el (imap-capability):
8371         * mm-bodies.el (message-options-set):
8372         * mm-decode.el (gnus-configure-windows):
8373         * mm-extern.el (message-goto-body):
8374         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8375         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8376         (epg-sub-key-validity, message-options-set):
8377         * mml.el (widget-event-point, gnus-configure-windows):
8378         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8379         * mml2015.el (epg-check-configuration, epg-configuration)
8380         (message-options-set):
8381         * nndb.el (nndb-request-article):
8382         * nnfolder.el (gnus-request-create-group):
8383         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8384         * nnmaildir.el (gnus-group-mark-article-read):
8385         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8386         * rfc1843.el (message-fetch-field):
8387         * spam.el (gnus-extract-address-components):
8388         Declare as functions.
8389
8390 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8393
8394         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8395
8396         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8397         bind show-trailing-whitespace for XEmacs.
8398
8399 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8402         new no-op macro for backward compatibility.
8403
8404         * imap.el (imap-string-to-integer): New function.
8405
8406 2007-12-09  Glenn Morris  <rgm@gnu.org>
8407
8408         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8409
8410         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8411         * message.el, mm-view.el, sieve-manage.el, smime.el:
8412         Add declare-function compatibility definition.
8413
8414         * gnus-art.el (w3-region, w3m-region, Info-menu):
8415         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8416         * gnus-sum.el (gnus-get-predicate):
8417         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8418         * message.el (mail-abbrev-in-expansion-header-p):
8419         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8420         (w3m-detect-meta-charset, w3m-region):
8421         * sieve-manage.el (password-read, password-cache-add)
8422         (password-cache-remove):
8423         * smime.el (password-read-and-add): Declare as functions.
8424
8425 2007-12-08  David Kastrup  <dak@gnu.org>
8426
8427         * gnus-sum.el (gnus-summary-simplify-subject-query):
8428         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8429         `message'.
8430
8431 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8434         it to bind idna-program, installation-directory, defined-colors, and
8435         face-attribute for XEmacs of the version that compiles defcustom forms.
8436
8437 2007-12-07  Glenn Morris  <rgm@gnu.org>
8438
8439         * gnus-art.el (article-make-date-line): Revert previous change.
8440
8441 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8444
8445 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8446
8447         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8448         Call gnus-add-to-range ranges only once with a prepared article-list.
8449
8450 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8451
8452         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8453         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8454         group names with backslashes.
8455         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8456
8457 2007-12-06  Deepak Goel  <deego3@gmail.com>
8458
8459         * gnus-art.el (article-make-date-line):
8460         * gnus-start.el (gnus-load):
8461         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8462
8463 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-art.el (gnus-use-idna)
8466         * gnus-start.el (gnus-site-init-file)
8467         * message.el (message-use-idna)
8468         * mm-uu.el (mm-uu-hide-markers)
8469         * smiley.el (smiley-style): Revert changes that suppress warnings.
8470
8471 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8474         specify charset to html source.
8475         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8476
8477 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8480         idna-program in order to suppress byte compile warning issued by XEmacs
8481         that came to byte compile the default value section of defcustom forms
8482         recently.
8483
8484         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8485         value of installation-directory.
8486
8487         * message.el (message-use-idna): Don't directly refer to the value of
8488         idna-program.
8489
8490         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8491
8492         * smiley.el (smiley-style): Don't directly call face-attribute.
8493
8494 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8497
8498         * gnus-dired.el: Reduce Gnus dependencies.
8499         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8500         Don't require.  Use autoloads instead.
8501         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8502         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8503         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8504         (gnus-dired-mode): Adjust doc string.
8505         (gnus-dired-mail-mode): New variable.
8506         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8507         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8508         (gnus-dired-mail-buffers): New function.  Return mail or message
8509         composition buffers.
8510         (gnus-dired-attach): Use it.
8511         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8512         NO-DECODE.
8513         (gnus-dired-print): Use `gnus-print-buffer' depending on
8514         `gnus-dired-mail-mode'.
8515
8516 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * rfc2047.el (rfc2047-encoded-word-regexp)
8519         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8520         explaining what regexp patterns are for.
8521
8522 2007-12-04  Glenn Morris  <rgm@gnu.org>
8523
8524         * password.el: Move to password-cache.el.
8525
8526         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8527         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8528         * mml-smime.el (password-read, password-cache-add)
8529         (password-cache-remove):
8530         No need to autoload, since mml-sec requires password.
8531
8532         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8533         * message.el (gnus-extract-address-components):
8534         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8535
8536         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8537         password.
8538
8539 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * mailcap.el: Reduce dependencies.
8542         (mail-header-parse-content-type): Autoload.
8543         (mailcap-delete-duplicates): New alias.
8544         (mailcap-mime-info): Add optional argument NO-DECODE.
8545         (mailcap-mime-types): Use mailcap-delete-duplicates.
8546
8547         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8548
8549 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8550
8551         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8552         (imap-parse-status): Upcase status-att for servers that sends them
8553         lower-case (e.g., MS Exchange 2007).
8554
8555 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8558         function.
8559
8560         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8561         (gnus-uu-yenc-article): New function.
8562
8563         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8564
8565         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8566
8567 2007-12-02  Glenn Morris  <rgm@gnu.org>
8568
8569         * binhex.el (binhex): New custom group.
8570         (binhex-decoder-program, binhex-decoder-switches)
8571         (binhex-use-external): Move to the binhex custom group.
8572
8573         * uudecode.el (uudecode): New custom group.
8574         (uudecode-decoder-program, uudecode-decoder-switches)
8575         (uudecode-use-external): Move to the uudecode custom group.
8576
8577         * netrc.el (top-level): Don't load `encrypt' features.
8578         (netrc-parse): Don't use encrypt.
8579         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8580
8581         * encrypt.el: Remove file.
8582
8583 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8586         matches on patches.
8587
8588         * gnus-art.el (gnus-article-browse-html-article):
8589         Mention `mm-text-html-renderer' in the doc string.
8590
8591         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8592         string.  Add comments.
8593
8594         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8595         if rhs is ASCII.
8596
8597 2007-12-01  Glenn Morris  <rgm@gnu.org>
8598
8599         * mail-source.el (top-level): Require format-spec before
8600         eval-when-compile.
8601
8602 2007-11-30  Glenn Morris  <rgm@gnu.org>
8603
8604         * encrypt.el: Require password, rather than autoloading password-read.
8605
8606 2007-11-29  Glenn Morris  <rgm@gnu.org>
8607
8608         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8609         (sasl-make-client, sasl-next-step, sasl-step-data)
8610         (sasl-step-set-data): Declare as functions.
8611
8612 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8615
8616 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8617
8618         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8619         certs should be verified and what is to be done in the event of a
8620         verification failure.
8621
8622         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8623         caller can indicate whether the cache should be disregarded for this
8624         call.  This way the result of the call is reproducible at all times and
8625         can be considered a canonical server name for the supplied method.
8626         (gnus-agent-method-p): Canonicalize server names by pushing their
8627         method through `gnus-method-to-server' using the no-cache argument.
8628
8629         * gnus-srvr.el (gnus-server-insert-server-line):
8630         Call `gnus-method-to-server' with `no-cache' argument.
8631
8632         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8633         gnus-agent-possibly-synchronize-flags as this should be called when the
8634         server is actually being opened.
8635         (gnus-agent-possibly-synchronize-flags)
8636         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8637         flags file of an agentized server to the latter function.
8638
8639         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8640         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8641         after a connection has been established successfully.
8642
8643 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (article-display-face): Force to display face if called
8646         interactively; check if gnus-article-x-face-too-ugly matches author.
8647         (article-display-x-face): Display face even if From header is missing
8648         as article-display-face does.
8649
8650 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8651
8652         * hashcash.el (message-narrow-to-headers-or-head)
8653         (message-fetch-field, message-goto-eoh)
8654         (message-narrow-to-headers): Declare as functions.
8655
8656 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * mail-source.el (mail-sources): Default to fetch from file for
8659         compatibility with default of nnmail-spool-file.
8660
8661 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8664         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8665         to look for encoded word that should be encoded again.
8666         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8667         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8668         encoding pattern.
8669         (rfc2047-decode-region): Switch strict regexp and loose one according
8670         to rfc2047-allow-irregular-q-encoded-words.
8671
8672 2007-11-25  Romain Francoise  <romain@orebokech.com>
8673
8674         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8675
8676 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * tls.el (tls-program): Provide more custom choices from
8679         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8680         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8681
8682 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8685         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8686
8687         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8688         `nnmail-spool-file'.
8689
8690         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8691         `nnmail-spool-file'.
8692
8693         * gnus-move.el (gnus-change-server): Ditto.
8694
8695         * gnus-kill.el (gnus-batch-score): Ditto.
8696
8697         * gnus-cache.el (gnus-jog-cache): Ditto.
8698
8699         * gnus-msg.el (gnus-summary-reply):
8700         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8701
8702 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8705         version.  Minor improvement to doc strings.
8706         (tls-program): Add comment.
8707
8708 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8709
8710         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8711         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8712         mismatch between the hostname provided in the certificate and the name
8713         of the host connnecting to.
8714         (open-tls-stream): Use them.  Check certificates against trusted root
8715         certificates.
8716
8717 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-cache.el (gnus-cache-generate-nov-databases):
8720         Use nnml-generate-nov-databases-directory instead of
8721         nnml-generate-nov-databases-1.
8722
8723 2007-11-24  Glenn Morris  <rgm@gnu.org>
8724
8725         * message.el (message-tool-bar-retro): Update for rename
8726         mail_send.xpm->mail-send.xpm.
8727
8728 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8731         `smime-ldap-search' for Emacs 22 and up.
8732
8733 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8734
8735         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8736
8737         * message.el (message-send-mail-function): Fix error convention.
8738         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8739         (message-widen-reply, message-send-mail, message-talkative-question)
8740         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8741         (message-clone-locals, message-send-news): Use with-current-buffer.
8742         (message-insert-or-toggle-importance): Remove unused var `valid'.
8743         (message-make-references): Remove unused var `new-references'.
8744         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8745
8746 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8747
8748         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8749         (spam-split-symbolic-return-positive): Reflow docstring.
8750         (spam-backends, spam-summary-exit-behavior)
8751         (spam-mark-ham-unread-before-move-from-spam-group)
8752         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8753         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8754         (spam-clear-cache, spam-backend-check, spam-install-backend)
8755         (spam-install-statistical-backend, spam-list-of-processors)
8756         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8757         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8758         (spam-check-crm114, spam-initialize, spam-unload-hook):
8759         Fix typos in docstrings.
8760
8761 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8764         been checked if they have never been read and those group levels are
8765         higher than the one that a user specified.
8766
8767 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8770         foreign groups unless a group level is specified by a user.
8771         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8772
8773 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * message.el (message-send-mail-function): Require sendmail.
8776
8777 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * message.el (message-send-mail-function): Check for smtpmail too.
8780
8781         * utf7.el (utf7-encode, utf7-decode): Use coding system
8782         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8783
8784         * message.el (message-send-mail-function): New function.
8785         (message-send-mail-function): Set default using
8786         message-send-mail-function.  Adjust doc string.
8787         (message-send-mail-with-mailclient): New function.
8788
8789 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8790
8791         * smime.el (from):
8792         * rfc2047.el (message-posting-charset):
8793         * qp.el (mm-use-ultra-safe-encoding):
8794         * pop3.el (parse-time-months):
8795         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8796         * nnml.el (files):
8797         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8798         (jka-compr-compression-info-list, ange-ftp-path-format)
8799         (efs-path-regexp):
8800         * nndiary.el (files):
8801         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8802         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8803         (epg-digest-algorithm-alist, inhibit-redisplay)
8804         (password-cache-expiry):
8805         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8806         (pgg-output-buffer, password-cache-expiry):
8807         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8808         (efs-path-regexp):
8809         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8810         (inhibit-redisplay):
8811         * mm-uu.el (file-name, start-point, end-point, entry)
8812         (gnus-newsgroup-name, gnus-newsgroup-charset):
8813         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8814         (latin-unity-ucs-list):
8815         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8816         (mm-uu-binhex-decode-function):
8817         * message.el (gnus-message-group-art, gnus-list-identifiers)
8818         (rmail-enable-mime-composing, gnus-local-organization)
8819         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8820         (gnus-read-active-file, facemenu-add-face-function)
8821         (facemenu-remove-face-function, gnus-article-decoded-p)
8822         (tool-bar-mode):
8823         * mail-source.el (display-time-mail-function):
8824         * gnus-util.el (nnmail-pathname-coding-system)
8825         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8826         (gnus-original-article-buffer, gnus-user-agent)
8827         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8828         (xemacs-codename, sxemacs-codename, emacs-program-version):
8829         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8830         * gnus-start.el (gnus-agent-covered-methods)
8831         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8832         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8833         (gnus-newsgroup-headers, gnus-group-list-mode)
8834         (gnus-group-mark-positions, gnus-newsgroup-data)
8835         (gnus-newsgroup-unreads, nnoo-state-alist)
8836         (gnus-current-select-method, mail-sources)
8837         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8838         (nnmail-spool-file, gnus-cache-active-hashtb):
8839         * gnus-mh.el (mh-lib-progs):
8840         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8841         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8842         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8843         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8844         (gnus-group-buffer):
8845         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8846         (font-lock-set-defaults):
8847         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8848         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8849         (gnus-summary-post-menu, total-parts, type, condition, length):
8850         * gnus-agent.el (gnus-agent-read-agentview):
8851         * flow-fill.el (show-trailing-whitespace):
8852         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8853         eval-and-compile wrappers for byte compiler pacifiers.
8854
8855         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8856         (mm-display-inline-fontify): Check for featurep 'xemacs not
8857         extent-list.
8858
8859         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8860         itimer-list.
8861         (mm-create-image-xemacs): Only do something for XEmacs.
8862         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8863
8864         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8865
8866         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8867         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8868
8869 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8870
8871         * nnimap.el (nnimap-split-download-body):
8872         * gnus-demon.el (gnus-demon):
8873         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8874
8875 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8878         New macros.
8879         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8880         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8881         copy data from unibyte buffer to multibyte current buffer.
8882         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8883         to copy data from unibyte current buffer to multibyte buffer.
8884         (nntp-make-process-buffer): Make process buffer unibyte.
8885
8886         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8887
8888 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8889
8890         * pop3.el (pop3-open-server): Accept and process data more robustly at
8891         connexion start to avoid spurious "POP SSL connexion failed" errors.
8892
8893 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8896         read group names.
8897
8898 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8901
8902 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8905         (nnmail-save-active): Use a unibyte buffer when saving active file,
8906         which may contain non-ASCII group names.
8907
8908         * nnml.el (nnml-request-group): Decode group names in messages.
8909
8910 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * message.el (message-citation-line-function)
8913         (message-insert-formatted-citation-line): Fix spelling of
8914         `message-insert-formated-citation-line'.
8915
8916 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8919
8920 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8923         nnmail-pathname-coding-system.
8924
8925         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8926         that a user enters; decode group names in messages.
8927
8928         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8929
8930 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8933
8934         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8935
8936         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8937         risky local variable.
8938
8939         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8940
8941 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * encrypt.el: Improve documentation to fix function name typo.
8944         Reported by Daiki Ueno <ueno@unixuser.org>.
8945
8946 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8949         even if the point is not in the last page of an article.
8950         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8951         back to the previous page.
8952
8953 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8956
8957 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8960
8961 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8962
8963         * message.el (message-check-news-body-syntax):
8964         Avoid mm-string-as-multibyte.
8965         (message-hide-headers): Don't assume (point-min)==1.
8966
8967 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * message.el (message-remove-blank-cited-lines): Fix if remove is
8970         given.
8971         (message-bogus-address-regexp): New variable.
8972         (message-bogus-recipient-p): New function.
8973         (message-check-recipients): New command.
8974         (message-syntax-checks): Add `bogus-recipient'.
8975         (message-fix-before-sending): Add `bogus-recipient'.
8976
8977         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8978         (gnus-treat-body-boundary): Don't test window-system.
8979
8980 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8981
8982         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8983
8984 2007-10-28  Miles Bader  <miles@gnu.org>
8985
8986         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8987         at compile-time too.
8988
8989 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gnus-msg.el (gnus-message-setup-hook):
8992         Add `message-remove-blank-cited-lines' to options.
8993
8994 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * message.el (message-remove-blank-cited-lines): New function.
8997         Suggested by Karl Plästerer.
8998
8999 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9002         mapc.
9003
9004         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9005         (top-level): Use mapc to set functions to be traced for debugging.
9006
9007         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9008         called for effect with while loop.
9009
9010         * message.el (message-talkative-question): Replace mapcar called for
9011         effect with mapc.
9012
9013         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9014         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9015         called for effect with dolist.
9016
9017         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9018
9019         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9020         gnus-extra-headers and nnmail-extra-headers.
9021
9022         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9023         called for effect with dolist.
9024         (top-level): Use mapc to set functions to be traced for debugging.
9025
9026         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9027         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9028         dolist.
9029
9030         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9031         Replace mapcar called for effect with mapc.
9032         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9033         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9034         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9035         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9036
9037         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9038         remove-if that's a cl function.
9039
9040         * webmail.el (webmail-debug): Replace mapcar called for effect with
9041         dolist.
9042
9043         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9044         with mapc.
9045
9046 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9049         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9050         with while loop.
9051
9052         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9053         functions from article-* functions.
9054         (gnus-multi-decode-header): Replace mapcar called for effect with
9055         dolist.
9056
9057         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9058         (gnus-bookmark-show-details): Replace mapcar called for effect with
9059         while loop.
9060
9061         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9062         called for effect with while loop.
9063
9064         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9065         with dolist.
9066
9067         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9068         Replace mapcar called for effect with dolist.
9069
9070         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9071
9072         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9073         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9074         Replace mapcar called for effect with dolist.
9075         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9076         mapc.
9077
9078         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9079         Replace mapcar called for effect with dolist.
9080         (gnus-topic-list): Replace mapcar called for effect with mapc.
9081
9082         * gnus.el: Use mapc instead of mapcar to add autoloads.
9083
9084 2007-10-23  Richard Stallman  <rms@gnu.org>
9085
9086         * gnus-group.el (gnus-group-highlight): Mark as risky.
9087
9088 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus.el (gnus-server-to-method): Return method found first in
9091         gnus-newsrc-alist.
9092
9093         * gnus-art.el (gnus-article-highlight-signature)
9094         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9095         button overlay without the front stickiness.
9096
9097 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9098
9099         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9100         overview buffer needed a catch to receive its throw.
9101         (gnus-agent-flush-cache): Declare as interactive to make this function
9102         easier to use.
9103
9104 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9107         `next-line'.
9108
9109 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9112         exclude address matching message-dont-reply-to-names.
9113
9114 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-util.el (gnus-string<): New function.
9117
9118         * gnus-sum.el (gnus-article-sort-by-author)
9119         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9120
9121 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9124         the frame-focus tag is set in gnus-buffer-configuration.
9125
9126 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9129         the front stickiness.
9130
9131 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9134         url pattern; remove duplicate one.
9135         (gnus-article-extend-url-button): New function.
9136         (gnus-article-add-buttons): Use it.
9137         (gnus-button-push): Use concatenated url that it makes.
9138
9139 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9140
9141         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9142
9143 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9144
9145         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9146         Don't hardcode point-min==1.
9147
9148 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9151         Fix comment about "iso8859-1".
9152
9153 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9154
9155         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9156         ones returned from the verify-function.
9157
9158         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9159         Call mml2015-extract-cleartext-signature if extraction failed.
9160
9161 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9162
9163         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9164         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9165         failed.
9166
9167 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9170
9171 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9174         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9175         recommends to use EasyPG instead of PGG.
9176
9177         * pgg.el: Revert to revision 6.23.2.16.
9178
9179         * pgg-def.el: Revert to revision 6.6.2.14.
9180
9181         * pgg-gpg.el: Revert to revision 6.23.2.34.
9182
9183 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9184
9185         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9186         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9187         thread for both the null and zero (kill/expire thread) universal prefix
9188         cases.
9189         (gnus-summary-expire-thread): Add new function to expire a thread,
9190         using gnus-summary-kill-thread.
9191         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9192         shortcuts for gnus-summary-expire-thread.
9193         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9194         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9195
9196 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9197
9198         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9199         extras value, so an extras entry can be deleted.
9200         (gnus-registry-delete-extra-entry): Use it.
9201         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9202         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9203         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9204         storage through the gnus-registry, and provide an appropriate API for
9205         it.
9206
9207 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9210         Suggested by Leo <sdl.web@gmail.com>.
9211
9212         * gnus.el: Do.
9213
9214 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9217         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9218
9219         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9220
9221         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9222         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9223
9224 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9227         newline.
9228         (nnmbox-request-accept-article): Don't change article in source buffer;
9229         narrow to header to use message-fetch-field rather than
9230         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9231         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9232         as delimiters; make sure article ends with newline.
9233         (nnmbox-delete-mail): Correct last position of article to be deleted;
9234         ignore X-Gnus-Newsgroup header in article body.
9235         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9236         positions; make sure article ends with newline.
9237
9238         * message.el (message-display-abbrev): Don't infloop when a user
9239         inserts SPC in the beginning of header.
9240
9241         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9242         coding-system-for-read and coding-system-for-write for XEmacs having no
9243         file-coding feature.
9244
9245         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9246
9247 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9248
9249         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9250         list of groups not followed by default.  Fix type to be regexp.
9251         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9252
9253 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9254
9255         * hmac-def.el (define-hmac-function): Switch from old-style to
9256         new-style backquotes.
9257
9258         * md4.el (md4-make-step): Likewise.
9259
9260 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9263         raw-text coding system when saving .newsrc file, which may contain
9264         non-ASCII group names.
9265
9266 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-cus.el (gnus-score-extra): New widget.
9269         (gnus-score-extra-convert): New function.
9270         (gnus-score-customize): Use it for Extra.
9271
9272 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9273
9274         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9275         (mml2015-mailcrypt-clear-verify): Use it.
9276         (mml2015-gpg-clear-verify): Use it.
9277         (mml2015-pgg-clear-verify): Use it.
9278         (mml2015-epg-clear-verify): Replace the current part with the output
9279         from GnuPG; don't extract the plaintext by itself.
9280
9281         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9282         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9283         mml2015-clear-verify-function; don't touch the armor headers or
9284         dash-escaped text here.
9285
9286 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9289         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9290         parts, or application/octet-stream as a last resort.
9291         (gnus-mime-view-part-as-type): Don't toggle display.
9292         (gnus-mime-view-part-as-charset): Don't turn off display before
9293         querying charset.
9294
9295         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9296         stuff to undisplayer function in Emacs.
9297         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9298
9299         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9300         text/calendar parts.
9301
9302 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9305         decoding text/calendar parts.
9306
9307         * message.el (message-forward-make-body-mime): Always mark body as
9308         having no illegible text; remove signed-or-encrypted argument.
9309         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9310
9311         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9312         (mml-generate-mime-1): Don't encode body if it is specified to be in
9313         raw form; don't make buffer be unibyte when inserting multibyte string.
9314
9315 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9316
9317         * sha1.el: Fix up comment style.
9318         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9319         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9320
9321         * hex-util.el: Fix up comment style.
9322         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9323
9324         * gnus-salt.el: Use with-current-buffer.
9325         (gnus-pick-setup-message): Fix long-standing typo.
9326
9327 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * imap.el (imap-logout-timeout): New variable.
9330         (imap-logout, imap-logout-wait): New functions.
9331         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9332
9333         * nnimap.el (nnimap-logout-timeout): New server variable.
9334         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9335         nnimap-logout-timeout.
9336
9337         * gnus-art.el (gnus-article-summary-command-nosave)
9338         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9339
9340 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus.el (gnus-maximum-newsgroup): New variable.
9343
9344         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9345         according to gnus-maximum-newsgroup.
9346
9347         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9348         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9349         Limit the range of articles according to gnus-maximum-newsgroup.
9350
9351 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9352
9353         * gnus-art.el (gnus-sticky-article): Fix problems described in
9354         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9355         Don't perform gnus-configure-windows here; reuse existing sticky
9356         article buffer.
9357
9358         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9359         it doesn't exist in gnus-article-mode.
9360
9361 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9364         (gnus-agent-decoded-group-name): New function.
9365         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9366         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9367
9368 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9369
9370         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9371         Add binding for gnus-sticky-article.
9372         (gnus-summary-exit): Don't kill sticky article buffers.
9373
9374         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9375         article buffer.
9376         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9377         (gnus-kill-sticky-article-buffers): New commands.
9378
9379 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * nntp.el (nntp-xref-number-is-evil): New server variable.
9382         (nntp-find-group-and-number): If it is non-nil, don't trust article
9383         numbers in the Xref header.
9384
9385 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-agent.el (gnus-agent-read-group): New function.
9388         (gnus-agent-flush-group, gnus-agent-expire-group)
9389         (gnus-agent-regenerate-group): Use it.
9390         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9391         nnmail-pathname-coding-system.
9392
9393 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9396
9397         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9398         that are unread as unread, and also as selected so that information of
9399         marks having been changed by a user may be updated when exiting group.
9400
9401 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9404
9405 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9408         calculated ignoring signature parts to gnus-treat-article.
9409
9410 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9413         a point here in order to keep the window start.
9414         (gnus-insert-mime-security-button): Make a button overlay without the
9415         front stickiness.
9416         (gnus-mime-display-security): Goto the end of a button.
9417
9418         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9419
9420 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9423         group-name-at-point.
9424         (gnus-group-completing-read): New function that offers decoded
9425         non-ASCII group names for completion.
9426         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9427         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9428         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9429         (gnus-group-fetch-control): Use it.
9430         (gnus-fetch-group): Use group-name-at-point for the initial value
9431         rather than the default value; use gnus-alive-p.
9432
9433         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9434         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9435         (gnus-summary-post-news): Use gnus-group-completing-read.
9436
9437         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9438         (gnus-read-move-group-name): Decode group name for completion.
9439
9440 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9441
9442         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9443         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9444         Yamaoka slightly modified the code).
9445
9446 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9449         (nnmail-split-incoming): Bind it.
9450
9451         * nnml.el (nnml-group-name-charset): New function.
9452         (nnml-decoded-group-name): Use it; don't decode group name if
9453         nnmail-group-names-not-encoded-p is non-nil.
9454         (nnml-encoded-group-name): New function.
9455         (nnml-group-pathname): Inline nnml-decoded-group-name.
9456         (nnml-request-expire-articles): Decode group name in message.
9457         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9458         nnmail-pathname-coding-system.
9459         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9460         not decoded ones according to nnmail-group-names-not-encoded-p.
9461         (nnml-generate-active-info): Use nnml-encoded-group-name.
9462
9463 2007-08-08  Glenn Morris  <rgm@gnu.org>
9464
9465         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9466         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9467         doc-strings and comments.
9468
9469 2007-07-25  Glenn Morris  <rgm@gnu.org>
9470
9471         * Relicense all FSF files to GPLv3 or later.
9472
9473 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-sum.el (gnus-summary-move-article):
9476         Make gnus-summary-respool-article work.
9477
9478 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9481         string.
9482
9483 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9484
9485         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9486         that should be ignored when comparing distant RSS articles with local
9487         ones.
9488         (nnrss-make-hash-index): New function.  Create a hash index according
9489         to the ignored fields.
9490         (nnrss-check-group): Use it.
9491
9492 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9495
9496         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9497
9498         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9499         the new optional argument ENCODED is non-nil.
9500         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9501         coding system for encoding group name.
9502         (gnus-group-make-rss-group): Pass un-encoded group name to
9503         gnus-group-make-group.
9504         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9505         encoded.
9506
9507         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9508         Encode group name to which articles are moved or copied.
9509         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9510         coding system for encoding Newsgroup, Followup-To and Xref headers.
9511
9512         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9513         marks; use nnheader-file-coding-system to write a file.
9514         (nnagent-retrieve-headers): Bind file-name-coding-system to
9515         nnmail-pathname-coding-system.
9516
9517         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9518
9519         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9520         (nnml-request-article, nnml-request-create-group)
9521         (nnml-request-rename-group, nnml-find-id)
9522         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9523         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9524         (nnml-save-marks): Use nnml-group-pathname instead of
9525         nnmail-group-pathname.
9526
9527         (nnml-request-create-group, nnml-request-expire-articles)
9528         (nnml-request-move-article, nnml-request-delete-group)
9529         (nnml-deletable-article-p, nnml-possibly-create-directory)
9530         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9531         (nnml-open-marks): Bind file-name-coding-system to
9532         nnmail-pathname-coding-system.
9533
9534         (nnml-request-article): Pass server argument to nnml-find-group-number.
9535         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9536         Pass server argument to nnml-possibly-create-directory.
9537         (nnml-request-accept-article): Pass server argument to
9538         nnml-active-number and nnml-save-mail.
9539         (nnml-find-group-number): Pass server argument to nnml-find-id.
9540         (nnml-request-update-info): Pass server argument to
9541         nnml-marks-changed-p.
9542
9543         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9544         (nnml-save-mail, nnml-active-number): Add server argument.
9545
9546         (nnml-request-delete-group): Warn if group is missing.
9547         (nnml-get-nov-buffer): Decode group name.
9548         (nnml-generate-active-info): Encode group name.
9549         (nnml-open-marks): Decode group name in messages.
9550
9551 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9554         if it is not specified.
9555         (gnus-article-pipe-part, gnus-article-save-part)
9556         (gnus-article-interactively-view-part, gnus-article-copy-part)
9557         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9558         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9559         (gnus-article-replace-part, gnus-article-delete-part)
9560         (gnus-article-view-part-as-type): Pass raw prefix argument to
9561         gnus-article-part-wrapper.
9562
9563 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-agent.el (gnus-agent-save-active):
9566         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9567
9568         * gnus-cache.el (gnus-cache-save-buffers)
9569         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9570         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9571         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9572         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9573         (gnus-cache-generate-active, gnus-cache-rename-group)
9574         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9575         (gnus-cache-update-overview-total-fetched-for):
9576         Bind file-name-coding-system to nnmail-pathname-coding-system.
9577         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9578         New variables.
9579         (gnus-cache-decoded-group-name): New function.
9580         (gnus-cache-file-name): Use it.
9581         (gnus-cache-generate-active): Use non-decoded group name for active.
9582
9583         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9584         right place.
9585         (gnus-write-active-file): Don't break non-ASCII group names.
9586
9587         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9588         nnmail-pathname-coding-system.
9589
9590         * lpath.el: Bind default-file-name-coding-system,
9591         file-name-coding-system and language-info-alist for XEmacs.
9592
9593         * gnus-uu.el (gnus-uu-decode-save): Typo.
9594
9595 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9598
9599 2007-07-14  David Kastrup  <dak@gnu.org>
9600
9601         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9602         finishing actions if we did not edit the article.
9603
9604 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9607         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9608         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9609         (gnus-agent-flush-group, gnus-agent-flush-cache)
9610         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9611         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9612         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9613         (gnus-agent-regenerate-group)
9614         (gnus-agent-update-files-total-fetched-for)
9615         (gnus-agent-update-view-total-fetched-for):
9616         Bind file-name-coding-system to nnmail-pathname-coding-system.
9617         (gnus-agent-group-pathname): Don't encode file names by
9618         nnmail-pathname-coding-system.
9619         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9620         coding-system-for-write instead of buffer-file-coding-system to
9621         gnus-agent-file-coding-system.
9622
9623         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9624         Decode group name.
9625
9626         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9627
9628         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9629         (gnus-read-newsrc-el-file): Make group names unibyte.
9630
9631         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9632         nnmail-pathname-coding-system.
9633
9634         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9635         (nnrss-request-delete-group): Bind file-name-coding-system to
9636         nnmail-pathname-coding-system.
9637         (nnrss-read-server-data, nnrss-read-group-data):
9638         Bind file-name-coding-system correctly.
9639         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9640
9641         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9642         (nntp-server-to-method-cache): New variable.
9643         (nntp-group-pathname): New function that decodes non-ASCII group names.
9644         (nntp-possibly-create-directory, nntp-marks-changed-p)
9645         (nntp-save-marks, nntp-open-marks): Use it.
9646         (nntp-possibly-create-directory, nntp-open-marks):
9647         Bind file-name-coding-system to nnmail-pathname-coding-system.
9648         (nntp-open-marks): Decode group names when bootstrapping marks.
9649
9650         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9651         Newsgroups and Folowup-To headers.
9652
9653 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9656         (gnus-server-closed-face, gnus-server-denied-face)
9657         (gnus-server-offline-face): Remove variable.
9658         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9659
9660         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9661         of modifying message-stack directly for XEmacs.
9662
9663         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9664         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9665         if the coding-system argument is nil for XEmacs.
9666
9667         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9668         mm-charset-override-alist.
9669
9670         * rfc2047.el: Don't require base64; require rfc2045 for the function
9671         rfc2045-encode-string.
9672         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9673         to quote the parameter value.
9674
9675 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9678         form in gnus-group-name-charset-method-alist.
9679
9680         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9681         overrides the default layout edit-form.
9682
9683         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9684
9685         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9686
9687 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9690         as unfetched articles.
9691
9692 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9695
9696 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9699         original back end that keeps marks in the local system.
9700
9701 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9704         arg of pop-to-buffer for XEmacs.
9705         (gnus-article-read-summary-keys): Ditto; don't restore window
9706         configuration if summary command ends up with neither article buffer
9707         nor summary buffer; describe bindings if summary keys end with C-h.
9708
9709 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * message.el (message-fix-before-sending): Skip raw message part to be
9712         forwarded while checking illegible text.
9713         (message-forward-make-body-mime, message-forward-make-body):
9714         Mark signed or encrypted raw message as having no illegible text.
9715
9716 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9719         (gnus-message-with-timestamp-1): New macro.
9720         (gnus-message-with-timestamp): New function.
9721         (gnus-message): Use them.
9722
9723         * nnheader.el (nnheader-message): Use them.
9724
9725 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9726
9727         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9728         .newsrc.eld file.
9729
9730 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gnus-agent.el (gnus-agent-fetch-headers)
9733         (gnus-agent-retrieve-headers):
9734         Bind gnus-decode-encoded-address-function to identity.
9735
9736         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9737         available also when the server returns simply a dot.
9738
9739         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9740
9741 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9744
9745 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-ems.el (gnus-x-splash): Make it work.
9748
9749         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9750         from being used.
9751
9752         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9753
9754 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9757         4th and the 5th arguments.
9758
9759         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9760         the front stickiness.
9761         (gnus-article-summary-command-nosave): Correct the order of the
9762         arguments passed to pop-to-buffer.
9763         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9764         summary command ends up with the article buffer.
9765
9766         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9767         the same faces.
9768
9769 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9770
9771         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9772
9773 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9774
9775         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9776         * gnus-sum.el (gnus-summary-highlight):
9777         * pgg.el (pgg-sign-region, pgg-sign):
9778         * mail-source.el (mail-source-delete-old-incoming-confirm):
9779         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9780
9781 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-mime-view-part-externally)
9784         (gnus-mime-view-part-internally): Fix predicate function passed to
9785         completing-read.
9786
9787         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9788
9789         * gnus.el (gnus-update-message-archive-method): Add :version.
9790
9791 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus.el (gnus-update-message-archive-method): New variable.
9794
9795         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9796         according to gnus-message-archive-method if
9797         gnus-update-message-archive-method is non-nil.
9798
9799 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9802         Suggested by Loic Dachary <loic@dachary.org>.
9803         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9804
9805 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * message.el (message-pop-to-buffer): Add switch-function argument.
9808         (message-mail): Pass switch-function argument to it.
9809
9810 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9813         Improve doc string.
9814
9815 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9818         (gnus-header-content)
9819         * gnus-cite.el (gnus-cite-10)
9820         * gnus-srvr.el (gnus-server-closed)
9821         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9822         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9823         (gnus-group-mail-3-empty, gnus-group-mail-low)
9824         (gnus-group-mail-low-empty, gnus-splash)
9825         * message.el (message-header-to, message-header-cc)
9826         (message-header-subject, message-header-other, message-header-name)
9827         (message-header-xheader, message-separator, message-cited-text)
9828         (message-mml): Lighten colors of faces used for dark background.
9829
9830 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9831
9832         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9833         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9834
9835 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * message.el (message-narrow-to-headers-or-head):
9838         Ignore mail-header-separator in the body.
9839
9840 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9843         same as window size.
9844
9845 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9846
9847         * message.el (message-font-lock-keywords): Use message-header-xheader
9848         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9849         ahead of the anything pattern, to get it recognised.
9850
9851 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9854         spam.el loads uses it in the compiled defadvice form.
9855
9856 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9857
9858         * gnus-sum.el (gnus-articles-to-read)
9859         (gnus-summary-insert-old-articles): Don't truncate group name for
9860         `read-string'.
9861
9862         * gnus-util.el (gnus-limit-string): Delete this function.
9863
9864         * gnus-sum.el (gnus-simplify-subject-fully):
9865         Use `truncate-string-to-width' instead.
9866
9867 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9868
9869         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9870         Tell if, on summary exit, the next group has to be selected.
9871         (gnus-summary-exit): Use it.
9872
9873 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9876         non-break space.
9877
9878 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9881         Check if group is not a directory.
9882         (nnfolder-request-expire-articles): Don't delete articles if the target
9883         group is not available.
9884
9885         * nnml.el (nnml-request-create-group): Properly check if group is not a
9886         file.
9887         (nnml-request-expire-articles): Don't delete articles if the target
9888         group is not available.
9889
9890         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9891         Don't quote characters that are within parentheses.
9892
9893 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9896         (gnus-handle-ephemeral-exit): Select article according to it.
9897
9898 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * message.el (message-insert-formated-citation-line): Remove newline.
9901         (message-citation-line-format): Add final \n here so that the user can
9902         avoid a blank line.
9903
9904 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9905
9906         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9907         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9908         Update lanl/arXiv support.
9909
9910 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * gnus.el: Bump version number.
9913
9914 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * gnus.el (gnus-version-number): Bump version.
9917
9918 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9919
9920         * gnus.el: No Gnus v0.6 is released.
9921
9922 2007-04-27  Didier Verna  <didier@xemacs.org>
9923
9924         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9925         * gmm-utils.el (gmm-regexp-concat): ... here.
9926         * message.el: Don't require 'gnus-util.
9927         (message-dont-reply-to-names): Handle name change above.
9928         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9929
9930 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9933         since the initial value varies according to the system.
9934
9935 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9938
9939 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9940
9941         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9942
9943 2007-04-24  Didier Verna  <didier@xemacs.org>
9944
9945         Improve the type of gnus-ignored-from-addresses.
9946         * gnus-util.el (gnus-orify-regexp): New function.
9947         * message.el (gnus-util): Require it.
9948         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9949         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9951
9952 2007-04-24  Didier Verna  <didier@xemacs.org>
9953
9954         * gnus-sum.el:
9955         * gnus-utils.el: Fix some trailing whitespaces.
9956
9957 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9960         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9961         article's Message-ID; refer parent article in summary buffer.
9962
9963         * message.el (message-bounce): Call mime-to-mml.
9964
9965         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9966         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9967         optimize and/or forms properly.
9968
9969 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9972         URL.
9973
9974 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9977
9978 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9981         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9982         displayed of multipart/alternative part if it is invoked from summary
9983         buffer.
9984
9985         * mm-view.el (mm-inline-text-html-render-with-w3m)
9986         (mm-inline-text-html-render-with-w3m-standalone)
9987         (mm-inline-render-with-function): Use mail-parse-charset by default.
9988
9989 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9990
9991         * parse-time.el (parse-time-string-chars): Check if CHAR
9992         is less than the length of parse-time-syntax.
9993
9994 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9997         from gnus-newsgroup-processable.
9998
9999 2007-04-16  Didier Verna  <didier@xemacs.org>
10000
10001         * gnus-msg.el (gnus-configure-posting-styles):
10002         Handle message-signature-directory properly with :file syntax.
10003         Reported by "Leo".
10004
10005 2007-04-11  Didier Verna  <didier@xemacs.org>
10006
10007         New user option: message-signature-directory.
10008         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10009         * message.el (message-insert-signature): Ditto.
10010         * message.el (message-signature-file): Doc update.
10011         * message.el (message-signature-directory): New.
10012
10013 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-msg.el (gnus-inews-yank-articles):
10016         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10017
10018 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * message.el (message-yank-original): Make sure cited text ends with
10021         newline; don't exchange point and mark.
10022
10023 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10024
10025         * tls.el (open-tls-stream): Properly handle case where there
10026         is no associated buffer.
10027
10028 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10029
10030         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10031         message-yank-original, make sure (< mark TEXT point).
10032
10033 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * message.el (message-fill-column): New variable.
10036         (message-mode): Use it.  Add comment on a possible new hook.
10037
10038         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10039         (nnmail-get-new-mail): Reformat.
10040
10041         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10042
10043         * gmm-utils.el: Fix Commentary.
10044         (gmm-tool-bar-from-list): Fix typo in doc string.
10045
10046 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10047
10048         * message.el (message-yank-original): Don't switch point and mark
10049         unnecessarily to put point and mark as documented.
10050
10051 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10054         from the message heads.
10055
10056 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10057
10058         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10059         article buffer does not have a window.  This may not be the best
10060         solution but is certainly better than setting the start of the null,
10061         that is the current, window.
10062
10063 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10066         (gnus-draft-setup): Run it.
10067
10068         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10069         gnus-score-fast-scoring.  Allow regexp.
10070         (gnus-score-headers): Use it.
10071
10072         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10073         XEmacs.
10074
10075         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10076         string.
10077         (gnus-button-alist): Also catch `<f1> k ...'.
10078         (gnus-treat-display-x-face): Fix doc string.
10079
10080 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10081
10082         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10083         evaluation of gnus-extended-version to ensure correct generation of the
10084         User-Agent header when message-generate-headers-first is used.
10085
10086 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10087
10088         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10089         hashcash-path is nil.  Don't call callback with incorrect number of
10090         parameters if val is 0.
10091
10092 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10093
10094         * message.el (message-required-news-headers):
10095         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10096
10097 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10098
10099         * tls.el (open-tls-stream): In handshake-waiting loop,
10100         don't wait more if there is output available to process.
10101
10102 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10103
10104         * tls.el (tls-program): Doc fix.
10105
10106 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * message.el (message-generate-new-buffers): Change the meaning of the
10109         nil value; add `standard' to the choices; treat t as `unique'; improve
10110         doc string.
10111         (gnus-select-frame-set-input-focus): Autoload.
10112         (message-buffer-name): Search for the existing message buffer if
10113         message-generate-new-buffers is nil or `standard'; treat the value t of
10114         message-generate-new-buffers as `unique'.
10115         (message-pop-to-buffer): Raise the frame already displaying the message
10116         buffer; clear the echo area after querying.
10117         (message-setup): Pass the `continue' argument to compose-mail.
10118         (message-mail): Prefer `switch-function' if it is given; search for the
10119         existing message buffer if the `continue' argument is non-nil; pass
10120         continue and switch-function arguments to compose-mail by way of
10121         message-setup.
10122         (message-mail-other-window): Adjust argument of message-setup.
10123         (message-mail-other-frame): Ditto.
10124
10125 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10128         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10129         to turn font-lock on when turning gnus-message-citation-mode on.
10130
10131 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10132
10133         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10134         (mml-smime-function-alist): New variable; add epg as the backend.
10135         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10136         mml-smime- functions instead.
10137         * mm-view.el: Require smime.
10138
10139 2007-03-05  Didier Verna  <didier@xemacs.org>
10140
10141         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10142         instead of just inheritance for posting styles.
10143         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10144
10145 2007-02-24  Chris Moore  <dooglus@gmail.com>
10146
10147         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10148         * pgg-pgp.el (pgg-pgp-encrypt-region):
10149         * pgg-gpg.el (pgg-gpg-encrypt-region):
10150         Check pgg-encrypt-for-me if no other recipients.
10151
10152 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10153
10154         * tls.el (tls-certtool-program): Fix custom type.
10155
10156 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10159         and point-at-eol instead of line-(beginning|end)-position.
10160
10161         * assistant.el (assistant-parse-buffer): Ditto.
10162
10163         * netrc.el (netrc-parse-services): Ditto.
10164
10165 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10166
10167         * mml2015.el (mml2015-epg-find-usable-key): New function.
10168         (mml2015-epg-sign): Use it.
10169         (mml2015-epg-encrypt): Use it.
10170
10171 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * message.el (message-make-in-reply-to): Quote name containing
10174         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10175         if there are special characters.  Reported by NAKAJI Hiroyuki
10176         <nakaji@jp.freebsd.org>.
10177
10178 2007-02-27  Didier Verna  <didier@xemacs.org>
10179
10180         Include the group parameters as well as the topic ones in the
10181         inheritance filter process.
10182         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10183         argument GROUP-PARAMS-LIST.
10184         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10185
10186 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * nntp.el (nntp-never-echoes-commands)
10189         (nntp-open-connection-functions-never-echo-commands): New variables.
10190         (nntp-send-command): Use them.
10191
10192 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10193
10194         * mml2015.el (mml2015-epg-verify): Simplify.
10195
10196 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * mml.el (mml-content-disposition-alist): New user option.
10199         (mml-content-disposition): New function.
10200         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10201         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10202
10203 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10204
10205         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10206         verification.
10207
10208 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10209
10210         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10211         articles posted in the last 24 hours.
10212
10213 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10214
10215         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10216
10217 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10218
10219         * nntp.el (nntp-send-command): Don't wait for echoes when
10220         nntp-open-ssl-stream is used.
10221
10222 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10225         (gnus-message-add-citation-keywords)
10226         (gnus-message-remove-citation-keywords): Remove.
10227         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10228         directly, make the variables in font-lock-defaults buffer-local, add
10229         gnus-message-citation-keywords to them and then update the value of
10230         font-lock-keywords.
10231
10232 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * message.el (message-cite-original-1): Don't call
10235         gnus-article-highlight-citation.
10236
10237         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10238         citations; fix line count.
10239
10240 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10243         (gnus-message-add-citation-keywords)
10244         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10245         versions of font-lock-add-keywords and font-lock-remove-keywords to
10246         work with XEmacs correctly.
10247
10248 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-cite.el (gnus-cite-face-list): Set the values of
10251         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10252         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10253         (gnus-message-cite-prefix-regexp): New variable.
10254         (gnus-message-search-citation-line): Use it; protect against long
10255         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10256         the 0th match data for Emacs.
10257         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10258         (gnus-message-add-citation-keywords): Append keywords rather than
10259         prepending; emulate font-lock-add-keywords if it is not available.
10260         (gnus-message-remove-citation-keywords):
10261         Emulate font-lock-remove-keywords if it is not available.
10262
10263         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10264
10265         * message.el (message-cite-prefix-regexp): Set the value of
10266         gnus-message-cite-prefix-regexp.
10267
10268 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10269
10270         * nnweb.el (nnweb-google-parse-1): Update parser.
10271
10272 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10273
10274         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10275
10276 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10277
10278         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10279         regexp.
10280
10281 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10284         string-to-multibyte.
10285         (uudecode-decode-region-internal): Use it.
10286
10287         * lpath.el: Fbind string-as-multibyte for XEmacs.
10288
10289 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10292         Fix custom choice.
10293
10294         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10295
10296 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10297
10298         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10299
10300         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10301         `write-region' to respect `mm-inhibit-file-name-handlers'.
10302
10303 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10306         Use gnus-home-directory instead of "~/" or "$HOME".
10307
10308 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10309
10310         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10311         to mention filename.
10312         Add comments at beginning regarding usage.
10313         (encrypt-write-file-contents): Change interactive so a string is
10314         acceptable.  If the file has no associated model, show an error instead
10315         of a nonsense prompt.
10316
10317 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10318
10319         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10320         Thanks to Yoshihiko Yamada for kind notification of this typo.
10321
10322 2007-01-12  Kenichi Handa  <handa@m17n.org>
10323
10324         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10325         multibyte buffer.
10326
10327 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gnus-score.el (gnus-score-fast-scoring): New variable.
10330         (gnus-score-headers): Use it.
10331
10332         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10333
10334         * message.el (message-cite-original-1):
10335         Call gnus-article-highlight-citation if requested.
10336         (message-make-from): Allow name and address as optional arguments.
10337
10338         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10339
10340         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10341         bugs to doc string.
10342         (gnus-button-alist): Add mid\\|message-id.
10343         (gnus-button-fetch-group): Extend for use in
10344         `browse-url-browser-function'.
10345         (gnus-button-url-regexp): Try to catch paired parentheses like in
10346         Wikipedia URLs.
10347
10348         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10349         Suggested by Simon Krahnke <overlord@gmx.li>.
10350
10351 2007-01-13  Romain Francoise  <romain@orebokech.com>
10352
10353         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10354         Update copyright.
10355
10356 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10357
10358         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10359
10360 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10361
10362         * gnus-registry.el (gnus-registry-unfollowed-groups)
10363         (gnus-registry-split-fancy-with-parent): Fix documentation.
10364
10365 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10368         from nnweb groups.
10369
10370 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10373         Xref urls.  Erase buffer before requesting head.
10374
10375         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10376
10377 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10380         customizable.
10381
10382 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10383
10384         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10385         no signing key is found.
10386         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10387         no encrypting and/or signing key is found.
10388
10389 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10392
10393 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10394
10395         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10396         headers read from disk with the ones newly found in the current search.
10397         This should no longer cause problems, because the article numbers in
10398         Gmane's `nov.php' output are ignored since the previous change.
10399
10400 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10401
10402         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10403
10404 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10407         replace-regexp-in-string; bind url-version; fbind display-images-p and
10408         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10409         find-face and set-itimer-function for Emacs; bind itimer-list for
10410         Emacs.
10411
10412         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10413
10414 2007-01-01  Romain Francoise  <romain@orebokech.com>
10415
10416         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10417
10418 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10419
10420         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10421         `define-minor-mode' macro definition expanded properly.
10422         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10423         exclude it there.
10424
10425         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10426         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10427         `fboundp' test.
10428         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10429         This is OK to autoload in (S)XEmacs now.
10430
10431 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10434         keystroke.
10435         (gnus-summary-limit-to-singletons): Fix typo.
10436
10437         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10438         else fails.
10439
10440 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10441
10442         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10443         docstring.
10444
10445         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10446         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10447         (gnus-summary-insert-dormant-articles): Fix typo in message.
10448
10449 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10452         nil for XEmacs.
10453         (gnus-message-citation-mode): Don't autoload in XEmacs.
10454
10455         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10456
10457 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10458
10459         * nnimap.el (nnimap-expunge-search-string):
10460         Mention nnimap-search-uids-not-since-is-evil in docstring.
10461
10462 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * spam.el: Revert to make-obsolete-variable because
10465         define-obsolete-variable-alias is not supported in Emacs 21.
10466
10467         * spam.el (spam-ifile-path, spam-ifile-database-path)
10468         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10469         make-obsolete-variable.
10470         (spam-bsfilter-path, spam-bsfilter-program)
10471         (spam-spamassassin-path, spam-spamassassin-program)
10472         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10473         Don't use "path" inappropriately.
10474         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10475         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10476         variable names.
10477
10478 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10479
10480         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10481         summary buffer.
10482
10483         * password.el (password-cache-remove): Use clear-string to burn
10484         password, if available.
10485
10486 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10489
10490         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10491
10492         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10493         (gnus-message-highlight-citation): Move defcustom here from
10494         gnus-cite.el.
10495         (gnus-message-citation-mode): Autoload.
10496
10497         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10498         checks to make it compile with XEmacs.
10499         (gnus-message-citation-mode): New minor mode.
10500         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10501         (gnus-message-highlight-citation): New variables.
10502         (gnus-message-search-citation-line)
10503         (gnus-message-add-citation-keywords)
10504         (gnus-message-remove-citation-keywords)
10505         (turn-on-gnus-message-citation-mode)
10506         (turn-off-gnus-message-citation-mode): New functions.
10507
10508 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10509
10510         * gnus-cite.el: Enable highlighting of different citation levels in
10511         message-mode.
10512
10513 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * message.el (message-make-fqdn): Fix comment.
10516         (message-bogus-system-names): Add ".local".
10517
10518         * spam.el (spam-ifile-path, spam-ifile-program)
10519         (spam-ifile-database-path, spam-ifile-database)
10520         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10521         Don't use "path" inappropriately.
10522         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10523         strings.
10524         (spam-check-ifile, spam-ifile-register-with-ifile)
10525         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10526         Use new variable names.
10527
10528         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10529         (gnus-treat-display-smileys): Simplify using
10530         gnus-image-type-available-p.
10531
10532         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10533         available.
10534
10535         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10536         Use `display-images-p' if available.
10537
10538 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10541         one after turning on the buffer's multibyteness instead of decoding
10542         them directly in the unibyte buffer that causes unexpected conversion
10543         in Emacs 23 (unicode).
10544
10545 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10546
10547         * message.el (message-generate-hashcash): Fix custom type.
10548
10549 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10552
10553 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10556         disconnect icons.  Add help text.
10557
10558 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10559
10560         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10561         negated to be consistent with the others we handle.
10562
10563 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10566         version of gnus-summary-buffer to something, so that we can use two
10567         article buffers at the same time.
10568
10569 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10570
10571         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10572         trigger all the extra headers.
10573         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10574         sorting.
10575
10576 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10577
10578         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10579         solid groups.
10580
10581 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10582
10583         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10584
10585 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * legacy-gnus-agent.el: Add Copyright notice.
10588
10589 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10590
10591         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10592
10593 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10596
10597         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10598         to make it work reliably in CVS Emacs.
10599         (gnus-summary-limit-strange-charsets-predicate)
10600         (gnus-summary-limit-to-predicate): New functions.
10601
10602 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10603
10604         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10605         specifying array size.
10606         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10607         array if it is too small.
10608         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10609         (gnus-sort-threads-loop): New function.
10610
10611 2006-12-06  Chris Moore  <dooglus@gmail.com>
10612
10613         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10614         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10615
10616 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10617
10618         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10619         options.
10620
10621 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10624         DOS-ing the recipient.
10625
10626         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10627         the headers when creating the mapping to avoid mismappings.
10628         (nnweb-gmane-create-mapping): Always nix out old mapping.
10629
10630 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10633         and mm-verify-option to never.
10634
10635 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * message.el (message-signed-or-encrypted-p): New function.
10638         (message-forward-make-body): Use it.
10639
10640         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10641         Replace encode-coding-string with mm-encode-coding-string.
10642
10643 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * nneething.el (nneething-decode-file-name):
10646         Replace decode-coding-string with mm-decode-coding-string.
10647
10648         * gnus-int.el (gnus-open-server): Say failed server's name.
10649
10650 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10651
10652         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10653         strings to a single string.  Quote `errors-file-name'.
10654         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10655         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10656         Adjust calls.  Use `shell-quote-argument'.
10657
10658 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10659
10660         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10661         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10662
10663         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10664         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10665         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10666         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10667         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10668         (gnus-subscribe-newsgroup, gnus-1):
10669         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10670         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10671         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10672         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10673
10674 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675
10676         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10677         keystroke.
10678         (gnus-summary-limit-to-bodies): Implement headersp.
10679
10680 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10683
10684 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10687
10688 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * message.el (message-generate-hashcash): Expand range of values to
10691         include `opportunistic'.
10692         (message-send-mail): Use it.
10693
10694 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10695
10696         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10697         and comment it.
10698
10699         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10700
10701 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus-util.el (gnus-extract-address-components): Improve comment.
10704
10705 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gnus-util.el (gnus-extract-address-components): Work with address in
10708         which the name portion contains @.
10709
10710         * lpath.el: Fbind custom-autoload.
10711
10712 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus.el (gnus-start): Move custom group up.
10715         (gnus-select-method): Don't autoload, but make it available for
10716         `customize-variable'.
10717         (gnus-getenv-nntpserver): Don't autoload.
10718
10719 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10720
10721         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10722
10723 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * message.el (message-sendmail-extra-arguments): New variable.
10726         (message-send-mail-with-sendmail): Use it.
10727
10728 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10731         mm-with-unibyte-current-buffer to make string unibyte.
10732
10733         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10734         mm-string-as-multibyte.
10735
10736 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10737
10738         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10739         Reported by Werner Koch <wk@gnupg.org>.
10740
10741 2006-11-14  Daiki Ueno  <ueno@p360>
10742
10743         * mml2015.el: Autoload epa-select-keys when compiling.
10744
10745 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10746
10747         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10748         message-options.
10749         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10750
10751 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10752
10753         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10754         EasyPG (< 0.0.6).
10755         (mml2015-always-trust): New user option.
10756         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10757         prompt.
10758
10759 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * nntp.el (nntp-authinfo-force): New variable.
10762         (nntp-send-authinfo): Use it.
10763
10764 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10767         decode encoded words.  Improve prompt.  Add comment about forwarding.
10768         (message-replacement-char): Move up.
10769
10770 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10771
10772         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10773         instead of gnus-intersection because arguments of gnus-sorted-nunion
10774         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10775
10776 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10779         (message-simplify-subject-functions):
10780         Enable message-strip-subject-encoded-words by default.
10781
10782 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * message.el (message-strip-subject-encoded-words): New function.
10785         (message-simplify-subject-functions): New variable.
10786         (message-simplify-subject): Use it.  Fix typo in doc string.
10787         Support message-strip-subject-encoded-words.
10788
10789 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10790
10791         * gnus-diary.el (gnus-diary-delay-format-function):
10792         * nndiary.el (nndiary-reminders):
10793         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10794
10795 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-art.el (article-hide-boring-headers): Fetch date from
10798         gnus-original-article-buffer to avoid problems with localized date
10799         strings.
10800
10801 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10804
10805 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10808         New variables.
10809         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10810         (mm-charset-synonym-alist): Move some entries to
10811         mm-codepage-iso-8859-list.
10812         (mm-charset-synonym-alist, mm-charset-override-alist):
10813         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10814
10815 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10818
10819 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10822         with Emacs 21 and XEmacs.
10823
10824 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10825
10826         * spam.el (spam-parse-address): New function for better parsing,
10827         catching errors, etc.
10828         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10829
10830 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * mm-view.el: Add interactive arg to html2text autoload.
10833
10834 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10837
10838 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10841         New variables.
10842         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10843         (mm-charset-synonym-alist): Move some entries to
10844         mm-codepage-iso-8859-list.
10845
10846         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10847
10848 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * message.el (message-citation-line-format)
10851         (message-insert-formated-citation-line): Fix implementation of %E, %N
10852         and %n according to the doc string.
10853
10854 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10855
10856         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10857         Use car-safe to avoid bad parses.
10858
10859 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10862         names.
10863
10864         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10865
10866 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10869         header.
10870
10871         * message.el (message-draft-headers): Add Date.
10872         (message-headers-to-generate): Fix typo in docstring.
10873
10874         * nndraft.el (nndraft-required-headers): New variable.
10875         (nndraft-generate-headers): Use it.
10876
10877         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10878
10879 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10880
10881         * gnus-registry.el (gnus-registry-wash-for-keywords)
10882         (gnus-registry-find-keywords): New functions to allow easy searching of
10883         articles that are in the registry.
10884
10885 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10886
10887         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10888         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10889         Reported by Damien Elmes <damien@repose.cx>.
10890
10891 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus.el (gnus-mime): Remove unused custom group.
10894
10895 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10896
10897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10898         "blank line" when searching for end of armor headers.
10899
10900 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gmm-utils.el (gmm-write-region): Fix variable name.
10903
10904 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10905
10906         * gmm-utils.el (gmm-write-region): New function based on compatibility
10907         code from `mm-make-temp-file'.
10908
10909         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10910
10911         * nnmaildir.el (nnmaildir--update-nov)
10912         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10913         Use `gmm-write-region'.
10914
10915 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10918         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10919
10920         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10921
10922         * message.el (message-replacement-char): New variable.
10923         (message-fix-before-sending): Use it.
10924         (message-simplify-subject): New function to remove duplicate code.
10925         (message-reply, message-followup): Use it.
10926
10927         * gnus-sum.el (gnus-summary-make-menu-bar):
10928         Clarify gnus-summary-limit-to-articles.
10929
10930 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-util.el (gnus-with-local-quit): New macro.
10933
10934         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10935
10936 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10937
10938         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10939         ignore non-string data.
10940
10941 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10942
10943         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10944         non-string data (needs to be done in the registry too).
10945
10946 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10947
10948         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10949         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10950         (gnus-registry-split-fancy-with-parent)
10951         (gnus-registry-fetch-simplified-message-subject-fast)
10952         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10953         Remove text properties on ingress into the registry and when it's saved.
10954         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10955         registry from entries with no groups.
10956
10957 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10958
10959         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10960         function to remove string properties.
10961
10962 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * gmm-utils.el (gmm): Adjust custom version.
10965
10966         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10967         Adjust custom version.
10968
10969         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10970
10971 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-art.el (gnus-insert-prev-page-button)
10974         (gnus-insert-next-page-button): Simplify.  Reformat.
10975
10976 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10977
10978         * gnus-art.el (gnus-insert-prev-page-button)
10979         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10980
10981 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10982
10983         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10984
10985 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10986
10987         * gnus-art.el (gnus-insert-mime-button)
10988         (gnus-insert-mime-security-button):
10989         Apply gnus-article-button-face to MIME and security buttons.
10990
10991 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10994         readable.
10995
10996 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10999
11000 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11001
11002         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11003         `browse-url-of-file' instead of `browse-url'.
11004
11005 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11006
11007         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11008         regexp.  Articles containing quotation were cut prematurely.
11009
11010 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * message.el (message-cite-original-1): Use nobody by default for the
11013         value of From header.
11014         (message-reply): Ditto.
11015
11016 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11017
11018         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11019         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11020         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11021
11022 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11025         mails in the doc string.  Add some URLs in comment.
11026         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11027
11028 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11031         backslashes handling and the way to find boundaries of quoted strings.
11032
11033 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11034
11035         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11036         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11037         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11038         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11039
11040 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11043         doc string.
11044         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11045
11046 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * lpath.el: Fbind epg-check-configuration.
11049
11050 2006-09-06  Simon Josefsson  <jas@extundo.com>
11051
11052         * mml2015.el (mml2015-use): Doc fix, mention epg.
11053
11054 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11055
11056         * mml2015.el (mml2015-use): Default to epg, if available.
11057
11058 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11059
11060         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11061         message-sender.
11062         (mml1991-epg-encrypt): Ditto.
11063         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11064         message-sender.
11065         (mml2015-epg-encrypt): Ditto.
11066
11067 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11068
11069         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11070         several common directories.
11071
11072 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11073
11074         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11075         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11076
11077 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-art.el (article-decode-encoded-words): Make it fast.
11080
11081 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11084
11085         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11086         in quoted string into `\'.
11087
11088 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11091         Use standard-syntax-table.
11092
11093 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-art.el (gnus-decode-address-function): New variable.
11096         (article-decode-encoded-words): Use it to decode headers which are
11097         assumed to contain addresses.
11098         (gnus-mime-delete-part): Remove useless `or'.
11099
11100         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11101         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11102         (gnus-nov-parse-line): Use it to decode From header.
11103         (gnus-get-newsgroup-headers): Ditto.
11104         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11105
11106         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11107         (mail-decode-encoded-address-string): New alias.
11108
11109         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11110         New function.
11111         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11112         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11113         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11114         (rfc2047-decode-string): Ditto.
11115         (rfc2047-decode-address-region): New function.
11116         (rfc2047-decode-address-string): New function.
11117
11118 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * message.el (message-caesar-buffer-body): Allow rotating headers.
11121
11122         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11123
11124         * message.el (message-insert-formated-citation-line): Fix %f.
11125         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11126
11127 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11130         (gnus-bookmark-mouse-available-p): New macro.
11131         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11132         (gnus-bookmark-bmenu-show-infos): Use it.
11133         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11134         (gnus-bookmark-bmenu-hide-infos): Ditto.
11135         (gnus-bookmark-remove-properties): New function.
11136         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11137         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11138         (gnus-bookmark-write-file): Bind coding-system-for-write.
11139         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11140         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11141         group before selecting it.
11142         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11143         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11144         quit-window if it is not available; use gnus-mouse-2 and bind it to
11145         gnus-bookmark-bmenu-select-by-mouse.
11146         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11147         (gnus-bookmark-bmenu-select-by-mouse): New function.
11148
11149 2006-08-13  Romain Francoise  <romain@orebokech.com>
11150
11151         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11152         space.
11153
11154 2006-08-10  Romain Francoise  <romain@orebokech.com>
11155
11156         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11157         (dns-mode-soa-auto-increment-serial): New user option.
11158         (dns-mode-soa-maybe-increment-serial): New function.
11159         (dns-mode): Add the latter to `write-contents-functions'.
11160
11161 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * compface.el (uncompface): Use binary rather than raw-text-unix.
11164
11165 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * compface.el (uncompface): Make sure the eol conversion doesn't take
11168         place when communicating with the external programs.
11169         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11170
11171 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11174
11175 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11176
11177         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11178         Make it more robust by parsing author and date independently.
11179
11180 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11183
11184 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11185
11186         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11187         first matching secret key.
11188         (mml2015-epg-encrypt): Ditto.
11189
11190         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11191         first matching secret key.
11192         (mml1991-epg-encrypt): Ditto.
11193
11194         * mml2015.el (mml2015-encrypt-to-self): New user option.
11195         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11196         mml2015-epg-encrypt-to-self is set.
11197
11198         * mml1991.el (mml1991-encrypt-to-self): New variable.
11199         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11200         mml1991-epg-encrypt-to-self is set.
11201
11202         * mml2015.el (mml2015-signers): New user option.
11203         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11204         (mml2015-epg-encrypt): Allow to select signing keys.
11205
11206         * mml1991.el (mml1991-signers): New variable.
11207         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11208         (mml1991-epg-encrypt): Allow to select signing keys.
11209
11210 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * nnheader.el (nnheader-insert-head): Make it work even if the file
11213         uses CRLF for the line-break code.
11214
11215 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11216
11217         * mml2015.el: Require mml-sec instead of password.
11218         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11219         (mml2015-cache-passphrase): Inherit the default value from
11220         mml-secure-cache-passphrase.
11221         (mml2015-passphrase-cache-expiry): Inherit the default value from
11222         mml-secure-passphrase-cache-expiry.
11223
11224         * mml1991.el: Require mml-sec instead of password.
11225         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11226         (mml1991-cache-passphrase): Inherit the default value from
11227         mml-secure-cache-passphrase.
11228         (mml1991-passphrase-cache-expiry): Inherit the default value from
11229         mml-secure-passphrase-cache-expiry.
11230
11231         * mml-sec.el: Require password.
11232         (mml-secure-verbose): New user option.
11233         (mml-secure-cache-passphrase): New user option.
11234         (mml-secure-passphrase-cache-expiry): New user option.
11235
11236 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11237
11238         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11239         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11240         andreas@altroot.de (Andreas Vögele).
11241
11242         FIXME: Use `tiny change'?
11243
11244 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11245
11246         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11247         workaround for the url package included with Emacs.
11248
11249         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11250
11251 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11254         correctly.  This fixes a bug caused by the 2006-05-12 change.
11255
11256 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11257
11258         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11259         some information about the error when saying that the `bogus' mail
11260         group will be used.
11261
11262 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11265         string.
11266
11267 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11268
11269         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11270
11271 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11272
11273         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11274
11275 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11276
11277         * mml1991.el (mml1991-function-alist): Add epg.
11278         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11279         (mml1991-epg-encrypt): New functions.
11280
11281 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11282
11283         * mml2015.el (mml2015-verbose): New variable.
11284         (mml2015-cache-passphrase): Ditto.
11285         (mml2015-passphrase-cache-expiry): Ditto.
11286         (mml2015-function-alist): Add epg.
11287         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11288         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11289         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11290         New functions.
11291
11292 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11293
11294         * message.el (message-cite-original-1): Preserve region when removing
11295         quoted text due to X-No-Archive in order to avoid bogus attribution
11296         when citing multiple messages.
11297
11298 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11299
11300         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11301         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11302
11303 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * gnus-diary.el (gnus-user-format-function-d)
11306         (gnus-user-format-function-D): Autoload.
11307
11308         * imap.el (Commentary): Fix typo.
11309
11310         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11311         2006-04-22 contribution.
11312
11313 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11314
11315         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11316         It didn't really fix the bogosity I'm seeing with solid web groups.
11317
11318 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11319
11320         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11321         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11322         created using server names.  If we use the feature without declaring
11323         it, Gnus does not properly manage server and group state.
11324
11325         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11326         bound.
11327
11328 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11329
11330         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11331         looking up the method using GROUP's prefix before inventing a new one.
11332         It is used on killed/unknown groups in various places where returning
11333         an all-new method isn't expected by the caller.
11334
11335         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11336         and match semantics of gnus-group-real-prefix.
11337
11338 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * nnmail.el (nnmail-broken-references-mailers): New variable.
11341         (nnmail-ignore-broken-references): New function generalizing
11342         nnmail-fix-eudora-headers.
11343         (nnmail-fix-eudora-headers): Now obsolete.
11344
11345         * gnus-art.el (gnus-button-handle-custom):
11346         Support `customize-apropos*'.
11347
11348 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11351
11352         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11353         articles.
11354
11355 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11356
11357         * message.el (message-cite-reply-above): New variable.
11358         (message-yank-original): Use it.
11359
11360 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11363
11364 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11367         as read.
11368
11369         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11370
11371 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11374         (gnus-bookmark-default-file): Use gnus-directory.
11375         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11376         Remove "*" in doc string.
11377         (gnus-bookmark-write-file): Simplify.
11378         (gnus-bookmark-maybe-sort-alist): Use `when'.
11379         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11380         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11381         Add FIXME about Emacs 21 and XEmacs compatibility.
11382         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11383         compatibility.
11384         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11385         compatibility.
11386         (gnus-bookmark-menu-heading): Fix version.
11387
11388 2006-06-19  Bastien Guerry  <bzg@altern.org>
11389
11390         * gnus-bookmark.el: New file.
11391
11392 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * message.el (message-syntax-checks): Doc fix.
11395
11396 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11397
11398         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11399         unsubscribed groups as if they were killed ones.  It causes duplicate
11400         entries in gnus-newsrc-alist.
11401
11402 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * message.el (message-syntax-checks): Doc fix.
11405         (message-send-mail): Add check for continuation headers.
11406         (message-check-news-header-syntax): Fix regexp used to check for
11407         continuation headers.
11408
11409 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11412
11413 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11416
11417 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11420         default-truncate-lines.
11421
11422 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11425         to fill the utf-8 entry.
11426
11427         * lpath.el: Fbind unicode-precedence-list.
11428
11429 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11430
11431         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11432
11433 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11434
11435         * gnus-agent.el (directory-files-and-attributes): Move all the way
11436         forward (the third and final move).
11437         (gnus-agent-read-agentview): Trap reconstruction errors due to
11438         nonexistent directory.  Handle by returning nil.
11439
11440 2006-05-30  Didier Verna  <didier@xemacs.org>
11441
11442         * message.el (message-dont-reply-to-names): Update the custom type.
11443         * message.el (message-dont-reply-to-names): New defsubst: potentially
11444         convert a list of regexps into a single one.
11445         * message.el (message-get-reply-headers): Use it.
11446         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11447
11448 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-agent.el (directory-files-and-attributes): Move forward.
11451
11452 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus-ml.el (gnus-mailing-list-subscribe)
11455         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11456         (gnus-mailing-list-message): Fix doc strings.
11457
11458 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11459
11460         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11461         of doing it manually.
11462
11463 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11466         comment.
11467
11468 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11469
11470         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11471         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11472         (gnus-agent-read-local): All symbols allocated in my-obarray.
11473         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11474         (gnus-agent-regenerate-group): Check numeric names to see if they are
11475         messages or groups.
11476         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11477         better way of do this...)
11478
11479         * gnus-cache.el (gnus-agent-total-fetched-for):
11480         Ignore 'dummy.group' (there should be a better way of do this...)
11481
11482 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11485         (gnus-saved-headers): Ditto.
11486         (gnus-default-article-saver): Mention functions may have properties.
11487         (gnus-article-save): Override gnus-save-all-headers and
11488         gnus-saved-headers by :headers property which saver function may have.
11489         (gnus-summary-save-in-file): Add :headers property.
11490         (gnus-summary-write-to-file): Ditto.
11491
11492         * gnus-sum.el (gnus-summary-save-article): Bind
11493         gnus-prompt-before-saving to t when saving many articles in a file;
11494         always show all headers.
11495
11496         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11497
11498 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11501         marks.
11502
11503         * message.el (message-indent-citation): Add optional arguments to allow
11504         using it outside of message buffers.
11505
11506         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11507         (gnus-article-treat-unfold-headers): Use it.
11508         (gnus-article-truncate-lines): New variable.
11509         (gnus-article-mode): Use it.
11510         (gnus-article-toggle-truncate-lines): New function.
11511
11512         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11513         Add gnus-article-toggle-truncate-lines.
11514
11515         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11516         coding system in XEmacs, use binary.
11517
11518 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11521         after-load-alist.
11522
11523         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11524         this function should save decoded articles.
11525         (gnus-summary-write-to-file): Use property to specify this function
11526         should save decoded articles and specify gnus-summary-save-in-file
11527         should be used to save articles other than the first one when saving
11528         many articles.
11529         (gnus-summary-save-body-in-file): Use property to specify this
11530         function should save decoded articles.
11531         (gnus-summary-write-body-to-file): Use property to specify this
11532         function should save decoded articles and specify
11533         gnus-summary-save-body-in-file should be used to save articles other
11534         than the first one when saving many articles.
11535
11536         * gnus-sum.el (gnus-summary-save-article): Simplify.
11537
11538 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-art.el (gnus-default-article-saver):
11541         Add gnus-summary-write-body-to-file.
11542         (gnus-article-save-coding-system): Don't use coding system object
11543         in XEmacs.
11544         (gnus-read-save-file-name): Add optional `dir-var' argument which
11545         specifies directory in which files are saved; work even if optional
11546         `variable' argument is not specified.
11547         (gnus-summary-write-to-file): Read file name.
11548         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11549         (gnus-summary-write-body-to-file): New function.
11550
11551         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11552         (gnus-summary-local-variables): Add it.
11553         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11554         (gnus-summary-save-article): Remove optional `decode' argument;
11555         determine whether to decode articles by the value of
11556         gnus-default-article-saver; when saving many files using
11557         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11558         it first and use gnus-summary-save-in-file or
11559         gnus-summary-save-body-in-file thereafter unless
11560         gnus-prompt-before-saving is always; move point to article which
11561         will be saved.
11562         (gnus-summary-save-article-file): Revert.
11563         (gnus-summary-write-article-file): Revert.
11564         (gnus-summary-save-article-body-file): Revert.
11565         (gnus-summary-write-article-body-file): New function.
11566
11567 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-art.el (gnus-default-article-saver): Doc fix.
11570         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11571         from gnus-summary-save-article-coding-system, and default to a
11572         certain coding system.
11573         (gnus-output-to-file): Add coding cookie and encode text according
11574         to gnus-article-save-coding-system; don't use mm-append-to-file.
11575
11576         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11577         gnus-art.el and rename to gnus-article-save-coding-system.
11578         (gnus-summary-save-article): Require gnus-art; don't show all
11579         headers if it decodes articles; don't add coding cookie here;
11580         don't bind mm-text-coding-system-for-write.
11581         (gnus-summary-save-article-file): Save decoded articles.
11582         (gnus-summary-write-article-file): When saving many files, use
11583         gnus-summary-write-to-file first and gnus-summary-save-in-file
11584         thereafter unless gnus-prompt-before-saving is always.
11585         (gnus-summary-save-article-body-file): Save decoded articles.
11586
11587         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11588
11589 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * nnrss.el (nnrss-check-group): Bind hash-index.
11592
11593 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11594
11595         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11596         its hash index.  Store this hash in `nnrss-group-data'.
11597         (nnrss-read-group-data): Update accordingly.
11598
11599 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11602         entry.
11603
11604         * gnus-sum.el (gnus-summary-make-menu-bar):
11605         Add gnus-article-browse-html-article.
11606
11607 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11608
11609         * gnus-sum.el (gnus-summary-mime-map):
11610         Add gnus-article-browse-html-article.
11611
11612         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11613
11614 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11617         suitable coding systems in customize.
11618
11619 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * mail-source.el (mail-sources): Fix custom type.
11622
11623 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11626         (gnus-summary-expire-articles-now): Shorten prompt.
11627
11628         * gmm-utils.el (wid-edit): Require.
11629         (defun-gmm): Rename from `gmm-defun-compat'.
11630         (gmm-image-search-load-path): Use it.
11631         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11632
11633 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-sum.el (gnus-summary-save-article-coding-system):
11636         New variable.
11637         (gnus-summary-save-article): Add optional `decode' argument.
11638         If it is set and gnus-summary-save-article-coding-system is non-nil,
11639         save decoded article.
11640         (gnus-summary-write-article-file): Save decoded article if
11641         gnus-summary-save-article-coding-system is non-nil.
11642
11643         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11644         type.
11645
11646 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11649
11650 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11653         first to test gnus-single-article-buffer which may be buffer-local.
11654
11655         * gnus-sum.el (gnus-summary-setup-buffer):
11656         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11657         group; make gnus-article-buffer, gnus-article-current, and
11658         gnus-original-article-buffer always buffer-local.
11659         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11660         group.
11661         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11662
11663 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * nnml.el (nnml-request-compact-group): Compressed files might not
11666         have .gz extension.
11667
11668 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11669
11670         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11671         (mm-copy-to-buffer): Use with-current-buffer.
11672         (mm-display-part): Simplify.
11673         (mm-inlinable-p): Add optional arg `type'.
11674
11675 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11676
11677         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11678         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11679         Try harder to show the attachment internally or externally using
11680         gnus-mime-view-part-as-type.
11681
11682 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * message.el (message-from-style, message-signature-separator)
11685         (message-user-organization-file, message-send-mail-function)
11686         (message-citation-line-function, message-yank-prefix)
11687         (message-indent-citation-function, message-signature)
11688         (message-signature-file, message-signature-insert-empty-line):
11689         Remove autoloads.
11690
11691         * gnus-art.el (gnus-buttonized-mime-types):
11692         Remove "multipart/signed".  Revert 2006-04-26 change.
11693
11694 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11695
11696         * gnus.el (gnus-version-number): Bump version.
11697
11698 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11699
11700         * gnus.el: No Gnus v0.5 is released.
11701
11702 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11703
11704         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11705         fetching articles by message-id.
11706
11707 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * message.el (hashcash): Require hashcash as normal.
11710
11711         * ecomplete.el (ecomplete-highlight-match-line):
11712         Use point-at-eol.
11713         (ecomplete-highlight-match-line): Use `highlight', because that
11714         face exists in both Emacs and XEmacs.
11715
11716         * message.el (message-display-abbrev): Use point-at-bol.
11717
11718         * mail-source.el: Don't require timer/timer-funcs.
11719
11720         * gnus-async.el: Ditto.
11721
11722         * password.el: Ditto.
11723
11724         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11725
11726         * mm-url.el: Ditto.
11727
11728         * gnus-xmas.el: Don't require timer-funcs.
11729
11730         * mm-util.el: Require timer/timer-funcs.
11731
11732 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11733
11734         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11735         Close.
11736
11737 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11740         unibyte after clear-decrypt function runs.
11741
11742         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11743         returns as a unibyte string.
11744
11745 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * lpath.el: Revert.
11748
11749         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11750         (pgg-gpg-process-sentinel): Revert.
11751
11752         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11753         (pgg-pgp-lookup-key): Revert.
11754
11755         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11756         (pgg-pgp5-lookup-key): Revert.
11757
11758         * pgg.el (pgg-fetch-key): Revert.
11759
11760 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * lpath.el: Fbind string-as-multibyte for XEmacs.
11763
11764         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11765         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11766         (mml1991-pgg-encrypt): Ditto.
11767
11768         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11769         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11770         a multibyte buffer.
11771
11772         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11773         (pgg-pgp-lookup-key): Ditto.
11774
11775         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11776         (pgg-pgp5-lookup-key): Ditto.
11777
11778         * pgg.el (pgg-fetch-key): Ditto.
11779
11780 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * message.el (message-user-organization-file): Check several
11783         locations of the organization file.
11784
11785         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11786         Add gnus-article-view-part-as-type.
11787
11788         * gnus-art.el (gnus-article-view-part-as-type): New function.
11789
11790         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11791         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11792
11793         * mml.el: Simplify autoload.
11794         (mml-mode): defvar dnd-protocol-alist instead of using
11795         symbol-value.
11796         (mml-default-directory): New variable.
11797         (mml-minibuffer-read-file): Use it.
11798         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11799
11800         * message.el (message-citation-line-format): New variable.
11801         (message-insert-formated-citation-line): New function.
11802         (message-citation-line-function):
11803         Add `message-insert-formated-citation-line' to custom type.
11804
11805         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11806         to doc string.
11807
11808         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11809         depending on mm-verify-option.
11810
11811 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11814         binding pgg-* variables; reimplement the section which prevents
11815         MIME header from being signed.
11816         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11817         pgg-text-mode; remove a blank line at the top of body.
11818
11819         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11820         lines at the top of body; use gnus-newsgroup-charset if there's no
11821         Charset header.
11822
11823 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * message.el (message-self-insert-commands): Doc fix.
11826
11827         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11828         (mm-uu-pgp-encrypted-test): Ditto.
11829         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11830         between header and body; return application/pgp-encrypted handle
11831         if decryption failed; decode decrypted body by charset.
11832
11833         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11834         element match to application/pgp-*.
11835
11836 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11837
11838         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11839         HTML.
11840
11841 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * mail-source.el (mail-source-call-script): Message the error
11844         string.
11845
11846 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * gnus-util.el (gnus-byte-compile): Use it.
11849
11850 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11851
11852         * gnus-util.el (kill-empty-logs): New function.
11853
11854 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11855
11856         * message.el (message-mail-alias-type): Doc fix.
11857         (message-mail-alias-type-p): New function.
11858         (message-send): Use it.
11859         (message-mode): Ditto.
11860         (message-strip-forbidden-properties): Ditto.
11861
11862         * ecomplete.el (ecomplete-database-file-coding-system):
11863         New variable.
11864         (ecomplete-save): Use it.
11865         (ecomplete-setup): Use it.
11866
11867 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * message.el (message-self-insert-commands): New variable.
11870         (message-strip-forbidden-properties): Use it.
11871
11872 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11873
11874         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11875         that doesn't make XEmacs choke.
11876
11877 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus-util.el (gnus-replace-in-string):
11880         Prefer replace-regexp-in-string over of replace-in-string.
11881
11882 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-util.el (gnus-select-frame-set-input-focus):
11885         Use select-frame-set-input-focus if it is available in XEmacs; use
11886         definition defined in Emacs 22 for old Emacsen.
11887
11888         * dgnushack.el: Autoload unmorse-region for XEmacs.
11889
11890         * lpath.el: Bind cursor-in-non-selected-windows and
11891         select-frame-set-input-focus for XEmacs.
11892
11893 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11896
11897 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11898
11899         * gnus-registry.el (gnus-registry-cache-save): Remove text
11900         properties when saving via the temp buffer.
11901
11902 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * message.el (message-generate-hashcash): Honor custom type.
11905
11906 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11907
11908         * message.el (message-generate-hashcash): Default to non-nil when
11909         hashcash is found.
11910
11911         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11912         (gnus-refer-thread-limit): Increase default to 500.
11913
11914         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11915
11916         * flow-fill.el (fill-flowed): Allow delete-space.
11917
11918 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11921         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11922         Remove autoloads.
11923
11924 2006-04-18  Simon Josefsson  <jas@extundo.com>
11925
11926         * message.el (message-generate-hashcash): Default to.
11927
11928 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11931         concatenating segments rather than before concatenating them.
11932
11933 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11936
11937 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11940
11941         * message.el (message-forward-make-body-plain):
11942         Allow message-forward-ignored-headers to be a list.
11943         (message-remove-ignored-headers): Factor out into function.
11944         (message-forward-make-body-mml): Use it.
11945
11946         * imap.el (imap-quote-specials): New function.
11947         (imap-login-auth): Quote specials.
11948
11949         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11950         (rfc2231-parse-string): Allow concatanation of parameters that
11951         aren't contiguous.  The test case is
11952           (mail-header-parse-content-type "message/external-body;
11953             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11954             access-type=LOCAL-FILE;
11955             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11956
11957 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11958
11959         * nntp.el (nntp-accept-process-output): Return the value of
11960         `nnheader-accept-process-output'.
11961
11962 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11965         (gnus-button-alist): Recognize more diff formats.
11966         (gnus-button-patch): Strip directory.
11967
11968 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11971         Emacs 22 when setting focus.
11972
11973 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus-art.el (gnus-article-treat-types): Do treatment of
11976         text/x-verbatim parts.
11977         (gnus-button-patch): New command.
11978
11979         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11980         addresses that contain invalid characters.
11981
11982 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11983
11984         * message.el (message-put-addresses-in-ecomplete):
11985         Use gnus-replace-in-string.
11986         (message-is-yours-p): Use the more correct
11987         mail-header-parse-address instead of
11988         mail-extract-address-components.
11989         (message-put-addresses-in-ecomplete): Fix typo.
11990
11991         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11992         keystroke.
11993
11994         * gnus-art.el (gnus-treatment-function-alist): Change order of
11995         newsgroups/generic header folding to avoid double-folding.
11996
11997         * message.el (message-hidden-headers): Add X-Draft-From.
11998
11999         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12000         New command.
12001         (gnus-summary-repeat-search-article-backward): New command.
12002
12003         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12004         groups in the parent topic.
12005
12006 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12007
12008         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12009         (spam-extra-header-to-number): Return the CRM114 number as a
12010         number instead of a string.
12011
12012 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12013
12014         * gnus-art.el (gnus-face-properties-alist): Move here from
12015         gnus-fun.
12016
12017         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12018
12019 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12020
12021         * message.el (message-strip-forbidden-properties): Only display on
12022         self-insert-command.
12023
12024         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12025         reindent.
12026         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12027
12028 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12029
12030         * smiley.el (smiley-style): Fix typo.
12031
12032 2006-03-23  Kenichi Handa  <handa@m17n.org>
12033
12034         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12035         instead of set-buffer-multibyte.
12036
12037 2006-03-23  Kenichi Handa  <handa@m17n.org>
12038
12039         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12040         buffer and then decode the buffer text if necessary.
12041         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12042         first, and after mm-encode-body, change the buffer to unibyte.
12043
12044 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * hashcash.el (hashcash-insert-payment-async-2):
12047         Use message-goto-eoh instead of doing it manually.
12048         (mail-add-payment): Use message-narrow-to-header instead of trying
12049         to do the same itself.
12050
12051         * message.el (message-hidden-headers): Add Face.
12052
12053         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12054         reparenting code.
12055         (gnus-summary-reparent-children): Refactored out code.
12056         (gnus-summary-thread-map): New keystroke.
12057         (gnus-summary-reparent-children): Make into command.
12058
12059         * smiley.el (smiley-style): Default to `medium' if using a large
12060         font.
12061
12062         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12063         does it itself.
12064
12065         * message.el (message-point-in-header-p): Simplify definition.
12066
12067 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12068
12069         * nnagent.el (nnagent-request-set-mark): Silence log file
12070         writing.
12071         (nnagent-request-set-mark): Use write-region instead of
12072         append-to-file.
12073
12074         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12075         strange select method.
12076
12077         * ecomplete.el (ecomplete-display-matches): Get highlightling
12078         right.
12079         (ecomplete-display-matches): Use literals.
12080         (ecomplete-display-matches): Disable message logging.
12081
12082         * message.el (message-display-abbrev): Small optimization.
12083
12084         * ecomplete.el (ecomplete-display-matches): Allow automatic
12085         display.
12086
12087         * message.el (message-strip-forbidden-properties):
12088         Display abbrevs.
12089         (message-display-abbrev): Get automatic display right.
12090
12091         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12092         keystrokes.
12093
12094 2006-04-13  Romain Francoise  <romain@orebokech.com>
12095
12096         TODO: Backport to v5-10!
12097
12098         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12099         Move here (and rename) from gnus-registry.el.
12100
12101         * gnus-registry.el: Require gnus-util.
12102         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12103
12104 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12105
12106         * gnus-group.el (gnus-group-catchup-current):
12107         Change if-then-else-if-then-else into cond.
12108         (gnus-group-catchup): Indent.
12109         (group-name-at-point): New function.
12110         (gnus-fetch-group): Provide default from thing at point.
12111
12112 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12113
12114         * message.el (message-display-abbrev): Fix regexp.
12115
12116         * ecomplete.el (ecomplete-highlight-match-line):
12117         Reimplement choosing.
12118         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12119         dead variables.
12120
12121         * message.el (message-newline-and-indent): Remove debugging.
12122         (message-display-abbrev): Use new implementation.
12123
12124 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * gnus-art.el (gnus-article-mode):
12127         Set cursor-in-non-selected-windows to nil.
12128
12129         * smiley.el: Revert previous change.
12130         (smiley-data-directory): defvar it before using it in the
12131         defcustom of `smiley-style'.
12132
12133 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12134
12135         * message.el (message-newline-and-indent): New function.
12136
12137         * ecomplete.el: Implement more bits.
12138
12139         * message.el (message-put-addresses-in-ecomplete): Clean up the
12140         string.
12141
12142         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12143
12144         * gnus-sum.el (gnus-summary-save-parts):
12145         Bind gnus-summary-save-parts-counter and use it to make unique file
12146         names.
12147
12148         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12149
12150         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12151         parameter to say whether to actually parse the individual
12152         addresses.
12153
12154         * message.el (message-put-addresses-in-ecomplete): New function.
12155         (ecomplete): Require.
12156         (message-mail-alias-type): Add ecomplete as an option.
12157
12158 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12159
12160         * flow-fill.el (fill-flowed): Remove trailing space from blank
12161         quoted lines.
12162
12163 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * smiley.el (smiley-style): Move definition later to avoid a
12166         compilation warning.
12167
12168 2006-04-12  Kenichi Handa  <handa@m17n.org>
12169
12170         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12171         buffer and then decode the buffer text if necessary.
12172         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12173         first, and after mm-encode-body, change the buffer to unibyte.
12174         Use mm-disable-multibyte instead of set-buffer-multibyte.
12175
12176 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12179         Content-Type header instead of Content-Disposition header.
12180         (gnus-mime-inline-part): Ditto.
12181         (gnus-mime-view-part-as-charset): Ignore charset that the part
12182         specifies.
12183
12184         * mm-decode.el (mm-display-part): Work with external parts and
12185         usual parts similarly.
12186
12187         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12188         instead of gnus-display-mime.
12189
12190         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12191         instead of with-temp-buffer.
12192
12193         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12194         tag to summarized topics part in order to encode non-ASCII text.
12195
12196 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * smiley.el (smiley-style): New variable.
12199         (smiley-directory): New function.
12200         (smiley-data-directory): Derive from `smiley-style' using
12201         `smiley-directory'.
12202         (smiley-regexp-alist): Add new entries.
12203
12204         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12205         (gnus-article-browse-delete-temp): Add :version.
12206
12207 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12208
12209         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12210         the sieve region.
12211
12212 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * gnus.el (gnus-version-number): Bump version.
12215
12216 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus.el: No Gnus v0.4 is released.
12219
12220 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12223         layout.
12224
12225         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12226         unknown charset.
12227
12228         * message.el (message-header-synonyms): Add Original-To to the
12229         default.
12230
12231         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12232         optional parameter.
12233
12234 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * gnus-fun.el (gnus): Require it for gnus-directory.
12237
12238 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12241
12242 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12243
12244         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12245
12246 2006-04-05  Simon Josefsson  <jas@extundo.com>
12247
12248         * password.el (password-reset): New function.
12249
12250 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12251
12252         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12253         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12254
12255 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12256
12257         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12258         Some whitespace was matched into the url, which broke browsing hits
12259         > 100 when mm-url-use-external was nil.
12260
12261 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12264         Check gnus-extra-headers for 'Newsgroups.
12265
12266         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12267         bound.
12268
12269 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12270
12271         * pgg-gpg.el: Clean up process buffers every time gpg processes
12272         complete.
12273
12274 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12277         doc string.
12278
12279 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12280
12281         * pgg-gpg.el (pgg-gpg-process-filter)
12282         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12283
12284         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12285         lines, temporary fix.
12286
12287 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12290
12291 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12292
12293         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12294         default-enable-multibyte-characters.  This reverts the change from
12295         revision 6.17 which is no longer necessary because the passphrase
12296         is sent separately now.  GnuPG messages are unreadable under
12297         multibyte locales with default-enable-multibyte-characters set to
12298         nil.
12299
12300 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * message.el (message-tool-bar-gnome): Move "spell".
12303
12304 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12305
12306         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12307         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12308         instead.
12309
12310 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12311
12312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12313         Improve newsgroups handling for NNTP overviews which don't include
12314         Newsgroups.
12315
12316 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12317
12318         * message.el (message-resend): Bind message-generate-hashcash to nil.
12319
12320 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12321
12322         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12323         when searching for already-paid recipients.
12324
12325 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12326
12327         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12328         passphrases when it is not needed.
12329         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12330         passphrase stuff from gpg, should only be necessary when you use
12331         gpg with a smartcard.
12332
12333 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * mml.el (mml-insert-mime): Ignore cached contents of
12336         message/external-body part.
12337
12338         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12339         (mm-insert-part): Ditto.
12340
12341 2006-03-23  Simon Josefsson  <jas@extundo.com>
12342
12343         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12344         Reiner.
12345         (pgg-gpg-use-agent-p): Use it again.
12346
12347 2006-03-23  Simon Josefsson  <jas@extundo.com>
12348
12349         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12350         older emacsen.
12351         (pgg-gpg-use-agent-p): Don't use it.
12352
12353 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12356         if we can.
12357
12358 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12359
12360         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12361         (pgg-gpg-update-agent): New function.
12362         (pgg-gpg-use-agent-p): New function.
12363         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12364         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12365         (pgg-gpg-sign-region): Use it.
12366
12367 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12370         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12371
12372 2006-03-21  Simon Josefsson  <jas@extundo.com>
12373
12374         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12375         <wilde@sha-bang.de>.
12376         (pgg-gpg-use-agent): New variable.
12377         (pgg-gpg-process-region): Use it.
12378         (pgg-gpg-encrypt-region): Likewise.
12379         (pgg-gpg-encrypt-symmetric-region): Likewise.
12380         (pgg-gpg-decrypt-region): Likewise.
12381         (pgg-gpg-sign-region): Likewise.
12382         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12383
12384 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12387
12388         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12389         Add comment on version.
12390
12391 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * smiley.el: Add missing test smiley.
12394
12395 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * mm-decode.el (mm-with-part): New macro.
12398         (mm-get-part): Use it; work with message/external-body as well.
12399         (mm-save-part): Treat name and filename equally.
12400
12401         * mm-extern.el (mm-extern-cache-contents): New function.
12402         (mm-inline-external-body): Use it; force the part to be displayed;
12403         move undisplayer added to the cached handle to the parent.
12404
12405         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12406         (gnus-mime-view-part-as-type): Work with message/external-body.
12407
12408         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12409
12410 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12413         images in image-load-path.  [Sync with image.el, revision 1.60, in
12414         Emacs.]
12415
12416 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12419         path rather than symbol.  Always return list of directories.
12420         Guarantee that image directory comes first.  [Sync with image.el,
12421         revision 1.59, in Emacs.]
12422
12423         * message.el (message-make-tool-bar): Adjust to new API of
12424         `gmm-image-load-path-for-library'.
12425
12426         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12427
12428         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12429
12430 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12431
12432         * gnus-art.el (gnus-article-only-boring-p):
12433         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12434         intangible text.
12435         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12436
12437 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12440         Use `defun' instead of `gmm-defun-compat'.
12441
12442 2006-03-14  Simon Josefsson  <jas@extundo.com>
12443
12444         * message.el (message-unique-id): Don't use message-number-base36
12445         if (user-uid) is a float.
12446         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12447
12448 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12451
12452         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12453         empty line between a part and a message part.
12454
12455 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * smiley.el: Add more test smileys.
12458         (smiley-data-directory, smiley-regexp-alist)
12459         (gnus-smiley-file-types): Fix doc strings.
12460         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12461         adding new elements.
12462         (smiley-mouse-map): Unused code.  Make it a comment.
12463
12464 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12467         scan latest NoCeM messages instead of old ones.
12468         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12469         delimiters that are recently used.
12470         (gnus-nocem-load-cache): Add autoload cookie.
12471
12472         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12473
12474         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12475         level which is larger than gnus-use-nocem is specified.
12476
12477         * gnus-group.el (gnus-group-get-new-news): Ditto.
12478
12479 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * gnus-util.el (gnus-tool-bar-update): New function.
12482
12483         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12484         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12485
12486         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12487
12488         * gnus-group.el (gnus-group-redraw-when-idle)
12489         (gnus-group-redraw-check): Remove.
12490         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12491
12492 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12495         if optional last element is specified in splits (FIELD VALUE...).
12496
12497 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12500         to gmm-image-load-path-for-library.  Call with no-error argument.
12501         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12502
12503         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12504
12505         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12506
12507         * gmm-utils.el (gmm-image-load-path): Remove alias.
12508
12509 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gmm-utils.el (gmm-image-load-path): Add alias.
12512
12513         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12514         nnml-generate-nov-databases-1.
12515         (nnml-generate-nov-databases): Use it.
12516         (nnml-generate-nov-databases-directory): Document no-active
12517         argument.
12518
12519         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12520         directory if path is t.  Add no-error.
12521
12522         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12523         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12524
12525         * gnus-art.el (gnus-article-browse-delete-temp-files):
12526         Simplify resetting gnus-article-browse-html-temp-list.
12527
12528         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12529         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12530         Add example to docstring.  Rename local variables.  Move error
12531         checks to default case in cond and simplify.
12532
12533 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12536         handle is multipart when calling it recursively.
12537         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12538
12539 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12540
12541         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12542         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12543
12544 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12547         is loaded.
12548
12549         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12550         loaded.
12551
12552 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12555         to "Emacs 23 (unicode)" in doc string.
12556
12557         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12558         "Emacs 23 (unicode)" in comment.
12559
12560 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12563
12564         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12565         characters 160 through 255 in Emacs 23.
12566
12567 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12570         gnus-article-browse-html-temp.
12571         (gnus-article-browse-delete-temp): Make it customizable.
12572         Add `file'.  Adjust doc string.
12573         (gnus-article-browse-delete-temp-files): Add argument.
12574         Allow query for each file.  Adjust doc string.
12575         (gnus-article-browse-html-parts):
12576         Add `gnus-article-browse-delete-temp-files' to
12577         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12578
12579 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12580
12581         * gnus-art.el (gnus-article-browse-html-temp)
12582         (gnus-article-browse-delete-temp): New variables.
12583         (gnus-article-browse-delete-temp-files): New function.
12584         (gnus-article-browse-html-parts): Use it.
12585
12586 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12589
12590         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12591         string.
12592
12593         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12594         gnus-summary-insert-new-articles when unplugged.
12595         Remove gnus-summary-search-article-forward.
12596
12597         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12598         display-visual-class instead of display-color-cells.
12599
12600 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * dgnushack.el: Autoload customize-group for XEmacs.
12603
12604         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12605         message/* containing non-ASCII text properly.
12606
12607 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * message.el: Require gmm-utils, remove autoloads.
12610         (message-tool-bar): Set default based on
12611         gmm-tool-bar-style.
12612         (message-tool-bar-gnome): Add gmm-customize-mode.
12613
12614         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12615         gmm-tool-bar-style.
12616         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12617
12618         * gnus-group.el (gnus-group-tool-bar): Set default based on
12619         gmm-tool-bar-style.
12620         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12621
12622         * gmm-utils.el (gmm-image-directory): Rename variable from
12623         gmm-image-load-path.
12624         (gmm-image-load-path): Use gmm-image-directory.
12625         (gmm-customize-mode): New function.
12626         (gmm-tool-bar-style): New variable.
12627
12628         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12629         gnus-group-redraw-line-number.
12630         (gnus-group-redraw-check): Simplify.
12631         (gnus-group-tool-bar-update): Remove redraw check.
12632         (gnus-group-make-tool-bar): Add redraw check.
12633
12634 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12635
12636         * gnus-art.el (gnus-button): Add missing parentheses.
12637
12638 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * lpath.el: Fbind line-number-at-pos.
12641
12642 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12645
12646 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * gnus-art.el (gnus-button): New face.
12649         (gnus-article-button-face): Use it.
12650
12651         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12652         Add gnus-summary-next-page.  Re-order.
12653
12654         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12655         next-node are now included.
12656         (gnus-group-redraw-line-number): New internal variable.
12657         (gnus-group-redraw-check): Helper function for updating the tool
12658         bar.
12659         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12660
12661         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12662
12663         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12664         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12665         Use it to match format of Spamassassin 3.0 and later.
12666         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12667         (spam-check-bogofilter)
12668         (spam-bogofilter-register-with-bogofilter): Fix args of
12669         `gnus-error' calls.
12670
12671 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12674         unnecessary interaction when sending queued mails.
12675         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12676
12677 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12680         first or last are nil.
12681
12682 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12683
12684         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12685
12686 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12687
12688         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12689
12690 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691
12692         * dns.el (query-dns): Protect more against buggy tcp output.
12693
12694 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12697         nov.php.
12698
12699 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12700
12701         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12702         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12703         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12704         output on the server side.
12705         (nnweb-google-create-mapping): Update regexps and add some
12706         progress indication.
12707
12708 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus-group.el (gnus-group-tool-bar-gnome):
12711         Fix gnus-agent-toggle-plugged.  Re-order icons.
12712         (gnus-group-tool-bar-gnome):
12713         Add gnus-group-{prev,next}-unread-group.
12714         (gnus-group-tool-bar-gnome): Re-order icons.
12715
12716         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12717         Move gnus-summary-insert-new-articles.
12718
12719         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12720         Fix comments.
12721
12722         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12723         also available in Emacs 21.3.
12724
12725         * message.el (message-fix-before-sending): Change "Emacs 22" to
12726         "Emacs 23 (unicode)" in comment.
12727
12728         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12729         "Emacs 23 (unicode)" in comment.
12730
12731         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12732         comment.
12733         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12734
12735         * mm-view.el (mm-fill-flowed): Add :version.
12736
12737 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12740         and load-path.
12741
12742 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * message.el: Autoload gmm-image-load-path.
12745         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12746         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12747         consitency.
12748
12749         * gmm-utils.el (gmm-image-load-path): Also search in
12750         "../etc/images".  Don't set gmm-image-load-path if we don't find
12751         the image.
12752
12753 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gmm-utils.el (gmm-image-load-path): Don't make
12756         `gmm-image-load-path' include subdirectories which the second arg
12757         `image' might specify.
12758
12759         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12760         subdirectory to icon file names.
12761
12762         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12763
12764 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12767         gmm-image-load-path calls.
12768
12769         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12770
12771         * message.el (message-make-tool-bar): Ditto.
12772
12773         * mml.el (mml-preview): Add comment concerning tool bar icons.
12774
12775         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12776         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12777
12778         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12779         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12780
12781         * message.el (message-tool-bar-gnome): Use new icon names.
12782         (message-make-tool-bar): Use `gmm-image-load-path'.
12783
12784         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12785         New functions from MH-E.
12786         (gmm-image-load-path): New variable from MH-E.
12787         (gmm-image-load-path): New function from MH-E.  Add arguments
12788         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12789         *-image-load-path-called-flag.
12790
12791 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12792
12793         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12794
12795 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12796
12797         * nnimap.el (nnimap-request-move-article): Change folder back to
12798         source group before deleting.
12799
12800 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12803
12804         * gnus-art.el (mm-url-insert-file-contents-external):
12805         Autoload mm-url.
12806
12807         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12808
12809 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12812         coding system which mm-charset-to-coding-system returns for a
12813         given charset is valid.
12814
12815 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12816
12817         * html2text.el (html2text-remove-tag-list):
12818         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12819
12820 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12821
12822         * gnus-cus.el: Revert 2005-10-17 change.
12823
12824 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-art.el (article-strip-banner):
12827         Call article-really-strip-banner only when the regexp match is made.
12828
12829 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-art.el (article-strip-banner):
12832         Use gnus-extract-address-components instead of
12833         mail-header-parse-addresses to make it work with non-ASCII text;
12834         remove mail-encode-encoded-word-string.
12835
12836         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12837         values which are surrounded with \"...\"; make it never cause a
12838         Lisp error; give up parsing of parameters if it failed in
12839         extracting type.
12840
12841 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12842
12843         * smime.el (smime-cert-by-ldap-1): Fix bug where
12844         `smime-ldap-search' returns results without userCertificates.
12845
12846 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12849
12850 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * spam.el (spam-check-spamassassin-headers): Adapt format for
12853         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12854         <ari@mbf.ocn.ne.jp>.
12855         (spam-list-of-processors): Add spam-use-gmane.
12856
12857 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12860         make-temp-file; make it work with XEmacs as well.
12861
12862         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12863         mm-make-temp-file.
12864
12865         * mm-decode.el (mm-display-external): Use the 3rd arg of
12866         mm-make-temp-file.
12867         (mm-create-image-xemacs): Ditto.
12868
12869 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12872         with message-narrow-to-headers.
12873         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12874         (gnus-draft-check-draft-articles): New function.
12875         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12876
12877 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * gnus-art.el (gnus-article-browse-html-parts):
12880         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12881         Don't use suffix argument for mm-make-temp-file for Emacs 21
12882         compatibility.  Remove useless `format'.
12883
12884 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12885
12886         * nnweb.el (nnweb-google-wash-article): Update regexps.
12887         (nnweb-group-alist): Use defvoo instead of defvar.
12888
12889 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12892         re-loading nn* modules.
12893
12894 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12897         for `tool-bar-mode' and don't check it's default-value.
12898
12899         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12900
12901         * message.el (message-make-tool-bar): Ditto.
12902
12903         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12904         `substring'.  Shorten tmp-file name.
12905
12906         * gnus.el: Remove bogus comment.
12907
12908 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12909
12910         * gnus-art.el (gnus-article-browse-html-parts): New function.
12911         (gnus-article-browse-html-article): New function for viewing html
12912         articles with a browser.
12913
12914 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12915
12916         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12917         in elisp.
12918         (pgg-gpg-encrypt-symmetric-region): Ditto.
12919         (pgg-gpg-sign-region): Ditto.
12920
12921         * pgg-def.el (pgg-text-mode): New variable.
12922
12923         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12924         (mml2015-pgg-encrypt): Ditto.
12925
12926         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12927         (mml1991-pgg-encrypt): Ditto.
12928
12929 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * nnfolder.el (nnfolder-insert-newsgroup-line):
12932         Use message-make-date instead of current-time-string.
12933
12934         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12935         to gnus-decoded which mm-uu might set.
12936
12937 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12940         don't decode quoted parameters; remove misimported Emacs code.
12941         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12942         (rfc2231-decode-encoded-string): Don't use split-string which
12943         behaves differently according to Emacs version; use
12944         mm-decode-coding-region to convert charset to coding-system.
12945         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12946         (rfc2231-encode-string): Remove misimported Emacs code.
12947
12948 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12951         when calling mail-header-parse-content-type.
12952         (article-de-quoted-unreadable): Ditto.
12953         (article-de-base64-unreadable): Ditto.
12954         (article-wash-html): Ditto.
12955
12956         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12957         calling mail-header-parse-content-type and
12958         mail-header-parse-content-disposition.
12959         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12960         mail-header-parse-content-type.
12961
12962         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12963         insert charset and format parameters; encode description after
12964         inserting it to buffer.
12965         (mml-insert-parameter): Fold lines properly even if a parameter is
12966         segmented into two or more lines; change the max column to 76.
12967
12968         * rfc1843.el (rfc1843-decode-article-body): Don't use
12969         ignore-errors when calling mail-header-parse-content-type.
12970
12971         * rfc2231.el (rfc2231-parse-string): Return at least type if
12972         possible; don't cause an error even if it fails in parsing of
12973         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12974         (rfc2231-encode-string): Don't break lines at the beginning, leave
12975         it to mml-insert-parameter.
12976
12977         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12978         calling mail-header-parse-content-type.
12979
12980 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * spam-report.el (spam-report-gmane-use-article-number):
12983         Improve doc string.
12984         (spam-report-gmane-internal): Check if a suitable header was found
12985         in the article.
12986
12987 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12990         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12991
12992 2006-02-05  Romain Francoise  <romain@orebokech.com>
12993
12994         Update copyright notices of all files in the gnus directory.
12995
12996 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12997
12998         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12999
13000 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13003         segmented lines of parameter value to cope with Thunderbird 1.5
13004         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13005         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13006         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13007
13008 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13009
13010         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13011         parts.
13012
13013 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13014
13015         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13016         there's only one active file for all servers.
13017         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13018         solid groups.  Gnus might have used a FAST request to select the group.
13019         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13020         and nnweb-search redundantly in the active file.
13021         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13022         (nnweb-request-create-group): Don't use ARGS.
13023         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13024         initialisations.  Let nnoo do the work.
13025
13026 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13029         Say the part has been decoded.
13030
13031         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13032
13033 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13034
13035         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13036         mailcap-viewer-test-cache when there's no 'test clause, since that
13037         will invert the meaning of a "nil" test previously determined by
13038         mailcap-mailcap-entry-passes-test.
13039
13040 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13043         compiling.
13044
13045         * gnus-sum.el: Ditto.
13046
13047         * message.el: Don't bind tool-bar-map when compiling.
13048
13049 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13052
13053 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13054
13055         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13056         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13057         current Google Groups.
13058
13059 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13062         and tool-bar-mode.
13063
13064         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13065         and tool-bar-mode.
13066
13067         * message.el (message-tool-bar-update): Simplify.
13068         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13069
13070         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13071         gnus-summary-buffer.
13072         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13073         gnus-summary-reply.
13074
13075         * gmm-utils.el (gmm): Add :version.
13076
13077 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * Makefile.in (clean): New rule.
13080         (distclean): Use it.
13081
13082 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13083
13084         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13085         Don't autoload.
13086
13087 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gmm-utils.el (gmm-verbose): Add :group.
13090
13091 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * message.el: Change some comments WRT tool-bars.
13094
13095         * gnus-sum.el (gnus-summary-tool-bar)
13096         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13097         (gnus-summary-tool-bar-zap-list): New variables.
13098         (gnus-summary-make-tool-bar): Complete rewrite using
13099         `gmm-tool-bar-from-list'.
13100
13101         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13102         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13103         New variables.
13104         (gnus-group-make-tool-bar): Complete rewrite using
13105         `gmm-tool-bar-from-list'.
13106         (gnus-group-tool-bar-update): New function.
13107
13108         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13109
13110 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13113         is dissected into a single part of which the type is the same as
13114         the given one; decode charset.
13115
13116 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13117
13118         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13119         into alists as symbol not string, since that's what
13120         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13121         look for.
13122
13123 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13126         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13127
13128         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13129
13130 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13133         (gnus-xmas-mime-security-button-menu): New function.
13134
13135         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13136         (gnus-mime-security-button-menu): New definition.
13137         (gnus-mime-security-button-map): Use them.
13138         (gnus-mime-security-button-menu): New function.
13139         (gnus-insert-mime-security-button): Addition to help echo.
13140         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13141         (gnus-mime-security-pipe-part): New functions.
13142
13143         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13144         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13145
13146         * mm-decode.el (mm-handle-set-disposition): Remove.
13147         (mm-handle-set-description): Remove.
13148
13149 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13152         (mm-w3m-standalone-supports-m17n-p): New function.
13153         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13154         w3m usage.
13155
13156         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13157         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13158
13159 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * message.el (message-tool-bar-zap-list):
13162         Use gmm-tool-bar-zap-list as custom type.
13163         (message-tool-bar-update): New function.
13164         (message-tool-bar, message-tool-bar-gnome)
13165         (message-tool-bar-retro): Add message-tool-bar-update.
13166         (message-tool-bar-gnome): Add flyspell-buffer.
13167
13168         * gnus-util.el (gnus-error): Describe `args'.
13169
13170         * gmm-utils.el (gmm-error): Describe `args'.
13171         (gmm-tool-bar-zap-list): New widget.
13172         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13173
13174 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13177         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13178         the number of recursive calls.
13179
13180         * mm-decode.el (mm-handle-set-disposition): New macro.
13181         (mm-handle-set-description): New macro.
13182
13183 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13186         encoding.
13187
13188 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * message.el (message-tool-bar-zap-list, message-tool-bar)
13191         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13192         (message-tool-bar-local-item-from-menu): Remove.
13193         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13194         (message-make-tool-bar): New function.
13195         (message-mode): Use `message-make-tool-bar'.
13196
13197         * gmm-utils.el: New file.
13198         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13199         (gmm-lazy): New widget copied from `nnmail.el'.
13200         (gmm-tool-bar-from-list): New function for creating customizable
13201         tool bars.
13202         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13203         output.
13204         (gmm): Add :prefix to defgroup.
13205
13206 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13207
13208         * gmm-utils.el (gmm-widget-p): New function.
13209
13210 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * mml.el (mml-attach-file): Describe `description' in doc string.
13213         (mml-menu): Add Emacs MIME manual and PGG manual.
13214
13215 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13216
13217         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13218
13219 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13220
13221         * nntp.el (nntp-end-of-line): Doc fix.
13222
13223 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13224
13225         * imap.el (imap-open): Handle case where buffer is a buffer
13226         object.
13227
13228 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13229
13230         * gnus-delay.el (gnus-delay): Don't autoload.
13231         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13232         to be re-loaded when customizing the `gnus-delay' group.
13233
13234 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13235
13236         * message.el (message-insert-citation-line): Use newlines.
13237
13238 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13239
13240         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13241         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13242         these routines, so the passphrase can be managed externally and
13243         passed in to the system.
13244         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13245         pgg-add-passphrase-to-cache function.
13246
13247         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13248         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13249         these routines, so the passphrase can be managed externally and
13250         passed in to the system.
13251         (pgg-pgp5-sign-region): Use new name of
13252         pgg-add-passphrase-to-cache function.
13253
13254 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13255
13256         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13257         part of the decoded armor to find the key-identifier.
13258         (pgg-gpg-lookup-key-owner): New function to return the
13259         human-readable identifier of a key owner.
13260         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13261         itself.
13262         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13263         the key value) if we have a key and can match it against a secret
13264         key.  Also, added a note pointing out fact that the prompt only
13265         indicates the first matching key.
13266
13267         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13268         pgg-decrypt-region.
13269         (pgg-add-passphrase-to-cache): Rename from
13270         `pgg-add-passphrase-cache' to reduce confusion (all callers
13271         changed).
13272         (pgg-remove-passphrase-from-cache): Rename from
13273         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13274         changed).
13275         (pgg-read-passphrase, pgg-add-passphrase-cache)
13276         (pgg-remove-passphrase-cache): Add informative docstrings.
13277         (pgg-decrypt): Convey provided passphrase in subordinate call to
13278         pgg-decrypt-region.
13279
13280 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13281
13282         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13283         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13284         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13285         'passphrase' argument, so the passphrase can be managed externally
13286         and then passed in to the system.
13287
13288         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13289         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13290         so the passphrase cache can be used reliably with identifiers
13291         besides a pgp packet's key id.
13292
13293         * pgg-gpg.el (pgg-gpg-encrypt-region)
13294         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13295         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13296         these routines, so the passphrase can be managed externally and
13297         passed in to the system.
13298
13299         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13300         'notruncate' argument, so the passphrase cache can be used
13301         reliably with identifiers besides a pgp packet's key id.
13302
13303 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13304
13305         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13306         symmetric encryption.
13307         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13308         encrypted session key.
13309         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13310         message ask for the passphrase in a proper way.
13311
13312         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13313         New user commands for symmetric encryption.
13314
13315 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13318
13319         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13320
13321 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13322
13323         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13324
13325 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * mm-decode.el (mm-inlined-types): Add application/pgp.
13328         (mm-automatic-display): Ditto.
13329
13330         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13331         part as text.
13332
13333 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * nnrss.el: Update copyright.
13336         (nnrss-opml-import): Query whether to subscribe to each entry.
13337
13338         * gnus-art.el:
13339         * gnus-sum.el:
13340         * gnus-xmas.el:
13341         * messagexmas.el:
13342         * mm-uu.el:
13343         * mm-view.el: Update copyright.
13344
13345 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * message.el (message-info): New function.
13348         (message-mode-menu): Add it.
13349         Update copyright.
13350
13351         * ChangeLog: Fix and update copyright.
13352
13353 2006-01-13  Romain Francoise  <romain@orebokech.com>
13354
13355         * message.el (message-forward-subject-name-subject): Prefer the
13356         address to 'nowhere' if the sender has no name.
13357         Fix typo.  Update copyright year.
13358
13359 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-art.el (article-wash-html):
13362         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13363         (gnus-article-wash-html-with-w3m-standalone): New function.
13364
13365         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13366         mm-inline-text-html-render-with-w3m-standalone.
13367         (mm-text-html-washer-alist): Map w3m-standalone to
13368         gnus-article-wash-html-with-w3m-standalone.
13369         (mm-inline-text-html-render-with-w3m-standalone): New function.
13370
13371 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13374         Improve LaTeX.
13375
13376 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13379         (nnrss-request-article): Render text/plain parts as HTML.
13380
13381         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13382         the buffer.
13383
13384 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13387         custom definition of `gnus-posting-styles'.
13388
13389         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13390         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13391
13392 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13395         Use nntp for bug archive.
13396
13397 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13400         parts.
13401         (nnrss-normalize-date): New function converts ISO 8601 date into
13402         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13403         (nnrss-check-group): Use it.
13404
13405 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13408
13409         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13410         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13411         (nnrss-insert-w3): Ditto.
13412
13413 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13416         the articles to be forwarded including the case where neither a
13417         number of articles nor a region is specified.
13418
13419 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * nnrss.el (nnrss-request-article): Fix last change; fill
13422         text/plain parts.
13423
13424 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13427         in text/plain part.
13428         (nnrss-check-group): Don't add excessive newline to dc:subject.
13429
13430 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13431
13432         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13433         article.
13434
13435 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13438         (nnml-use-compressed-files, nnml-save-mail): Support other
13439         comression programs such as bzip2.
13440
13441 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442
13443         * dns.el (query-dns): Make sure we check the buffer size before
13444         removing tcp headers.
13445
13446 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13449         remove MIME buttons associated with multipart/alternative parts.
13450         (gnus-mime-display-alternative): Tag buttons using `article-type'
13451         text property.
13452
13453         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13454         associated with multipart/alternative parts.
13455
13456         * gnus-art.el (gnus-signature-separator): Fix custom type.
13457
13458         * mm-decode.el (mm-inlined-types): Fix custom type.
13459         (mm-keep-viewer-alive-types): Ditto.
13460         (mm-automatic-display): Ditto.
13461         (mm-attachment-override-types): Ditto.
13462         (mm-inline-override-types): Ditto.
13463         (mm-automatic-external-display): Ditto.
13464
13465 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * spam-report.el (spam-report-user-mail-address)
13468         (spam-report-user-agent): New variables.
13469         (spam-report-url-ping-plain): Use spam-report-user-agent.
13470
13471 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13472
13473         * gnus-art.el (gnus-button-handle-custom): Do not just use
13474         `customize-apropos' for any "M-x customize-*" button but the
13475         function called for.  Accept both the function name and its
13476         argument in order to achieve this.
13477         (gnus-button-alist): Remove support for "custom:" URL's.
13478         Pass function name to `gnus-button-handle-custom' in case of "M-x
13479         customize-*" buttons.
13480
13481 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13484         multipart/alternative and add xref to mm-discouraged-alternatives
13485         in doc string.
13486
13487         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13488         gnus-buttonized-mime-types in doc string.
13489
13490 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13493         Suggest image/.* in the doc string.
13494
13495 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13498         message-marks (Debian bug #342521).
13499
13500 2005-12-12  Simon Josefsson  <jas@extundo.com>
13501
13502         * password.el (password-read-from-cache): Add.
13503         (password-read): Use it.
13504
13505 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * rfc2047.el (rfc2047-charset-to-coding-system):
13508         Recognize us-ascii as a MIME charset.
13509
13510         * mm-bodies.el (mm-decode-content-transfer-encoding):
13511         Protect against the case where the 2nd arg TYPE is nil.
13512
13513 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * pop3.el (pop3-stream-type): Fix custom version.
13516
13517         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13518
13519 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13520
13521         * mm-decode.el (mm-display-external): Add missing cdr.
13522
13523 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13526         RFC1524) if it is in mailcap or add a suffix according to
13527         mailcap-mime-extensions when generating a temp filename; postpone
13528         deleting a temp file for 2 seconds for some wrappers, shell
13529         scripts, and so on, which might exit right after having started a
13530         viewer command as a background job.
13531
13532 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * nntp.el (nntp-marks-directory): Fix custom group.
13535
13536         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13537         steps when < 10.
13538
13539         * gnus-start.el (gnus-no-server-1):
13540         Mention `gnus-level-default-subscribed' in doc string.
13541
13542 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13543
13544         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13545         parens.
13546
13547 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-xmas.el (gnus-use-toolbar): Revert.
13550         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13551         gnus-use-toolbar is default.
13552
13553         * messagexmas.el (message-use-toolbar): Revert.
13554         (message-setup-toolbar): Use global default-toolbar if
13555         message-use-toolbar is default.
13556
13557 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13560         according to default-toolbar-visible-p.
13561
13562         * messagexmas.el (message-use-toolbar): Ditto.
13563
13564 2005-11-26  Dave Love  <fx@gnu.org>
13565
13566         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13567         (tls-program, tls-success): Provide openssl alternative.
13568
13569         * starttls.el: Doc fixes.
13570         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13571         SERVICE to PORT.
13572
13573         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13574         port null or service name.
13575         (starttls-negotiate): Autoload.
13576
13577 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * message.el (message-kill-to-signature): Fix interactive spec.
13580
13581 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * pop3.el (pop3-open-server): Recognize a string as a service name.
13584
13585 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13586
13587         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13588
13589 2005-11-23  Dave Love  <fx@gnu.org>
13590
13591         Add pop3s, pop3/starttls.
13592
13593         * pop3.el (pop3-authentication-scheme): Clarify doc.
13594         (open-tls-stream, starttls-open-stream): Autoload.
13595         (pop3-stream-type): New.
13596         (pop3-open-server): Use it.
13597
13598         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13599         for POP.
13600         (mail-source-keyword-map): Add :stream for POP.
13601         (mail-source-fetch-pop): Use pop3-stream-type.
13602
13603 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13606         of current-time-string.
13607
13608 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13609
13610         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13611         date header.
13612
13613 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13614
13615         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13616         it can seriously impact performance as it bypasses the agent's
13617         local caches.
13618
13619 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13620
13621         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13622         must be explicitly online rather than "not explicitly offline" for
13623         its flags to be synchronized.
13624
13625         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13626         that gnus-uu-unmark-thread will function correctly.
13627
13628         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13629         1024K is instead displayed as 1M.
13630
13631 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13632
13633         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13634
13635 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13636
13637         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13638
13639 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13640
13641         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13642         error message to display actual error condition.
13643         (gnus-agent-save-local): Avoid saving symbols that are bound to
13644         nil as they simply result in a warning message in
13645         gnus-agent-read-local.
13646
13647 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13650         rather than make-variable-buffer-local for file-precious-flag.
13651
13652 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13653
13654         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13655         for duplicates which are removed.  The invalid sort check then
13656         triggers a rescan after the sort as sorting may have moved
13657         duplicate entries such that they can be cheaply detected.
13658
13659 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13662
13663 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13664
13665         * gnus-agent.el (gnus-agent-article-alist-save-format):
13666         Change internal variable to a custom variable.  Change default value
13667         from compressed(2) to uncompressed(1).
13668         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13669         support for uncompressed agentview files.  Taken together, reading
13670         the agentview file should now be 6-7 times faster.
13671
13672 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13673
13674         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13675         as a buffer-local variable.  This avoids creating truncated
13676         dribble files as a result of a hang up, eg.
13677
13678 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13679
13680         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13681         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13682         XEmacs.
13683
13684 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * gnus-start.el (gnus-start-draft-setup):
13687         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13688
13689         * gnus.el (gnus-splash): Change custom group.
13690         (gnus-group-get-parameter, gnus-group-parameter-value):
13691         Describe allow-list argument.
13692
13693         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13694         string.
13695
13696 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * gnus-art.el (gnus-default-article-saver): Add user-defined
13699         `function' to custom type.
13700
13701 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13702
13703         * imap.el (imap-open): Handle case where buffer is a buffer
13704         object.
13705
13706 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13709         long lines.
13710         (gnus-cache-delete-group): Wrap doc strings.
13711
13712         * gnus-agent.el (gnus-agent-rename-group)
13713         (gnus-agent-delete-group): Wrap doc strings.
13714
13715 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * messagexmas.el (message-use-toolbar): Change the valid values
13718         into default, top, bottom, left, and right.
13719         (message-toolbar-thickness): New variable.
13720         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13721         well.
13722         (message-setup-toolbar): Make it work.
13723
13724         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13725         (gnus-use-toolbar): Change the valid values into default, top,
13726         bottom, left, and right.
13727         (gnus-toolbar-thickness): New variable.
13728         (gnus-xmas-setup-toolbar): New function.
13729         (gnus-xmas-setup-group-toolbar): Use it.
13730         (gnus-xmas-setup-summary-toolbar): Use it.
13731
13732 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13733
13734         * gnus-start.el (gnus-1): Add "native" to
13735         gnus-predefined-server-alist.
13736
13737         * gnus.el (gnus-method-to-server): Don't add "native" to the
13738         lists here, because that leads to problems when
13739         gnus-select-method is bound.
13740
13741 2005-11-09  Simon Josefsson  <jas@extundo.com>
13742
13743         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13744         use (not sort-by-date) instead.
13745
13746 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13747
13748         * gnus-delay.el (gnus-delay-group): Don't autoload.
13749         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13750         to be re-loaded when customizing the `gnus-delay' group.
13751
13752 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13753
13754         * message.el: Revert last changes.
13755         (message-insert-citation-line): Use newlines.
13756
13757 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13758
13759         * message.el (message-courtesy-message)
13760         (message-mark-insert-begin, message-mark-insert-end)
13761         (message-elide-ellipsis, message-cancel-message)
13762         (message-add-header, message-change-subject)
13763         (message-cross-post-followup-to-header)
13764         (message-cross-post-insert-note, message-reduce-to-to-cc)
13765         (message-widen-reply, message-delete-not-region)
13766         (message-kill-to-signature, message-insert-signature)
13767         (message-insert-importance-high, message-insert-importance-low)
13768         (message-insert-or-toggle-importance)
13769         (message-insert-disposition-notification-to)
13770         (message-indent-citation, message-yank-original)
13771         (message-cite-original-without-signature, message-cite-original)
13772         (message-insert-citation-line, message-position-on-field)
13773         (message-fix-before-sending, message-send-mail-partially)
13774         (message-send-mail, message-send-mail-with-sendmail)
13775         (message-send-mail-with-qmail, message-send-news)
13776         (message-check-news-header-syntax, message-generate-headers)
13777         (message-insert-courtesy-copy, message-fill-address)
13778         (message-fill-header, message-shorten-references)
13779         (message-setup-1, message-cancel-news)
13780         (message-forward-make-body-plain, message-forward-make-body-mime)
13781         (message-forward-make-body-mml, message-encode-message-body)
13782         (message-forward-make-body-digest-plain)
13783         (message-forward-make-body-digest-mime)
13784         (message-use-alternative-email-as-from): Insert `hard-newline'
13785         instead of ordinary newlines.
13786
13787 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * message.el (message-generate-headers): Downcase the argument
13790         given to message-check-element.
13791
13792 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13793
13794         * nntp.el (nntp-authinfo-rejected): New error condition.
13795         (nntp-wait-for): Use new error condition to signal authentication
13796         error.
13797         (nntp-retrieve-data): Rethrow new error condition to break out of
13798         recursive call to nntp-send-authinfo.
13799
13800 2005-11-08  Romain Francoise  <romain@orebokech.com>
13801
13802         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13803         (gnus-summary-exit-map): Bind to `Z p'.
13804         (gnus-summary-make-menu-bar): Add menu item.
13805
13806 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13809         (gnus-treat-*): Add `first' in all doc strings.
13810
13811         * gnus-group.el (gnus-group-compact-group): Fix typo.
13812
13813 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus.el (gnus-parameters-case-fold-search): New variable.
13816         (gnus-parameters-get-parameter): Use it.
13817
13818         * gnus-score.el (gnus-home-score-file): Doc fix.
13819
13820 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13821
13822         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13823
13824 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-util.el (mm-special-display-p): New function.
13827
13828         * mml.el (mml-preview): Use it; doc fix.
13829
13830 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13831
13832         * imap.el (imap-open): Handle case where buffer is a buffer object.
13833
13834 2005-10-29  Romain Francoise  <romain@orebokech.com>
13835
13836         * message.el (message-fix-before-sending): Fix comment.
13837
13838 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13839
13840         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13841
13842 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13843
13844         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13845         Used in gnus-score.el.
13846
13847 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13850
13851 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13854         whitespace removed in revision 7.8.  Use concatenated string to
13855         protect trailing whitespace.
13856
13857 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13858
13859         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13860         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13861         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13862         Courier IMAP ("some version from 2004").  Mostly based on similar
13863         code in the same function.
13864
13865 2005-10-26  Didier Verna  <didier@xemacs.org>
13866
13867         * gnus-group.el (gnus-group-compact-group): Invalidate original
13868         article buffer.
13869         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13870         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13871         NOV database and in article itself.
13872         Invalidate article backlog.
13873
13874 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13877
13878 2005-10-26  Simon Josefsson  <jas@extundo.com>
13879
13880         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13881         part of 2004-07-25 change.
13882
13883 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * message.el (message-display-completion-list): New function.
13886         (message-expand-group): Use it; make sure the Completions buffer
13887         is modifiable.
13888 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13889
13890         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13891         user-mail-name is an empty string.
13892
13893 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13896         depending on gnus-score-decay-constant.
13897
13898         * encrypt.el (encrypt-insert-file-contents)
13899         (encrypt-write-file-contents): Don't use `gnus-message'.
13900
13901         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13902         arguments.
13903         (mm-uu-type-alist): Add message-marks and insert-marks.
13904         Pass arguments to mm-uu-verbatim-marks-extract.
13905         (mm-uu-hide-markers): New variable.
13906         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13907
13908         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13909         (gnus-convert-image-to-face-command): Use "convert" by default to
13910         allow other input image formats.
13911         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13912         accordingly.
13913
13914 2005-10-23  Simon Josefsson  <jas@extundo.com>
13915
13916         * imap.el (imap-gssapi-program): Align command line parameters
13917         with latest GNU SASL.
13918         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13919
13920 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13921
13922         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13923         HTML.
13924         (nnslashdot-request-article): Ditto.
13925
13926         * lpath.el (featurep): Add nobreak-char-display.
13927
13928 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13929
13930         * mail-source.el (mail-source-fetch-pop): Require pop3.
13931         (mail-source-check-pop): Ditto.
13932
13933 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13936         errors.
13937
13938 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13941         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13942
13943         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13944
13945         * mm-bodies.el (mm-decode-string):
13946         Call `mm-charset-to-coding-system' with allow-override argument.
13947
13948 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13951         (rfc2047-charset-to-coding-system): New function.
13952         (rfc2047-decode-encoded-words): New function.
13953         (rfc2047-decode-region): Use them.
13954         (rfc2047-decode-cte): Remove.
13955         (rfc2047-parse-and-decode): Remove.
13956         (rfc2047-decode): Remove.
13957
13958 2005-10-15  Kenichi Handa  <handa@m17n.org>
13959
13960         * rfc2047.el (rfc2047-decode-cte): New function.
13961         (rfc2047-decode-region): Change the way to decode successive
13962         encoded-words: decode B- or Q-encoding in each encoded-word,
13963         concatenate them, and decode it as charset.
13964
13965 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * lpath.el: Fbind codepage-setup for XEmacs.
13968
13969 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13970
13971         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13972         widget-move-and-invoke.
13973         (gnus-custom-mode): Use gnus-custom-map.
13974
13975 2005-10-15  Bill Wohler  <wohler@newt.com>
13976
13977         * message.el (message-tool-bar-map): Rename image file from
13978         mail_send to mail/send.
13979
13980 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13981
13982         * message.el (message-expand-group): Pass the common
13983         prefix substring of completion to `display-completion-list'.
13984
13985 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * mml-sec.el (mml-secure-method): New internal variable.
13988         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13989         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13990         New functions using mml-secure-method.
13991
13992         * mml.el (mml-mode-map): Add key bindings for those functions.
13993         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13994         Harder <harder@myrealbox.com>.
13995         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13996         Goto end of message if point is the headers of the message.
13997
13998         * message.el (message-in-body-p): New function.
13999
14000         * assistant.el: Autoload gnus-util and netrc.
14001
14002         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14003         Use `mm-charset-override-alist' only when decoding.
14004
14005         * mm-bodies.el (mm-decode-body):
14006         Call `mm-charset-to-coding-system' with allow-override argument.
14007
14008         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14009         `filename' from Content-Disposition if Content-Type doesn't
14010         provide `name'.
14011         (gnus-mime-view-part-as-type): Set default instead of
14012         initial-input.
14013
14014 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14015
14016         * format-spec.el (format-spec): Propagate text properties of % spec.
14017
14018 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * gnus-art.el (gnus-treat-predicate): Add `first'.
14021
14022 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14025         (mm-charset-override-alist): New variable.
14026         (mm-charset-to-coding-system): Use it.
14027         (mm-codepage-setup): New helper function.
14028         (mm-charset-eval-alist): New variable.
14029         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14030         Warn about unknown charsets.
14031
14032         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14033
14034 2005-10-04  David Hansen  <david.hansen@gmx.net>
14035
14036         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14037         (nnrss-check-group): Ditto.
14038
14039 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14042         Rename x-gnus-verbatim to x-verbatim.
14043         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14044
14045         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14046         x-verbatim.
14047
14048         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14049
14050         * gnus-util.el (gnus-remove-duplicates): Remove.
14051
14052         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14053         instead of gnus-remove-duplicates.
14054
14055         * message.el (message-remove-duplicates): Remove.
14056         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14057         message-remove-duplicates.
14058
14059         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14060         available, else use implementation from `delete-dups'.
14061
14062         * message.el (message-insert-expires): New function.
14063         (message-mode-map): Add key binding.
14064         (message-mode-field-menu): Add menu entry.
14065         (message-mode): Document it.
14066         (message-make-expires-date): Use `message-make-date'.
14067
14068 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14069
14070         * message.el (message-make-expires-date): New function.
14071
14072 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * Makefile.in (list-installed-shadows): New entry.
14075         (install): Use it.
14076         (remove-installed-shadows): New entry.
14077
14078         * dgnushack.el (dgnushack-default-load-path): New variable.
14079         (dgnushack-find-lisp-shadows): New function.
14080         (dgnushack-remove-lisp-shadows): New function.
14081
14082 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * Makefile.in (install-el-elc): New entry.
14085         (install): Use it so that .el files are necessarily installed.
14086
14087 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14090
14091 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14092
14093         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14094         function rather than the diff-mode.el package.
14095         (mm-display-external): Use with-current-buffer.
14096         (mm-viewer-completion-map, mm-viewer-completion-map):
14097         Move initialization inside declaration.
14098
14099 2005-09-29  Simon Josefsson  <jas@extundo.com>
14100
14101         * spam.el: Load hashcash when compiling, to avoid warnings.
14102         Don't autoload mail-check-payment.
14103         (spam-check-hashcash): Define unconditionally, since hashcash.el
14104         is part of Gnus now.  Ignore errors from payment checking.
14105
14106 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * message.el (message-bold-region, message-unbold-region):
14109         Rename from `bold-region' and `unbold-region'.
14110
14111         * message.el: Remove useless autoloads.
14112
14113 2005-09-28  Simon Josefsson  <jas@extundo.com>
14114
14115         * message.el (message-use-idna): Default to t.
14116         (message-use-idna): Test whether encoding works too.  Doc fix.
14117
14118 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * nntp.el (nntp-warn-about-losing-connection): Remove.
14121
14122 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14125         customizable.  Change default value.
14126         (mm-uu-diff-groups-regexp): Change default value.
14127         (mm-uu-type-alist): Add doc string.
14128         (mm-uu-configure): Add doc string.  Make it interactive.
14129         (mm-uu-tex-groups-regexp): New variable.
14130         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14131         (mm-uu-type-alist): Add LaTeX documents.
14132         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14133         of "text/verbatim".
14134         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14135
14136         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14137         instead of "text/verbatim".
14138
14139         * message.el (message-mark-inserted-region)
14140         (message-mark-insert-file): Use slrn style marks when called with
14141         prefix argument.
14142
14143 2005-09-27  Simon Josefsson  <jas@extundo.com>
14144
14145         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14146
14147 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14148
14149         * message.el (message-remove-duplicates): New function.
14150         Implementation borrowed from `gnus-remove-duplicates'.
14151         (message-idna-to-ascii-rhs): Also encode idna addresses in
14152         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14153         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14154         only ask about the same idna domain once per header and also tell
14155         in what header to replace the idna domain.
14156
14157         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14158         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14159         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14160         a header is decoded and not just the last one.
14161
14162 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14165         has been decoded.
14166
14167         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14168         (mm-insert-part): Don't modify text if it has been decoded.
14169
14170         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14171         decoded.
14172
14173         * mm-view.el (mm-inline-text): Don't strip text props unless
14174         decoding enriched or richtext parts.
14175
14176 2005-09-25  Romain Francoise  <romain@orebokech.com>
14177
14178         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14179         * gnus-start.el (gnus-subscribe-interactively):
14180         * gnus-uu.el (gnus-uu-grab-articles):
14181         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14182         space.
14183
14184 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14185
14186         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14187         * mm-view.el (mm-view-pkcs7-decrypt):
14188         * gnus-sum.el (gnus-summary-limit-to-extra)
14189         (gnus-summary-respool-article, gnus-read-move-group-name):
14190         * gnus-score.el (gnus-summary-increase-score):
14191         * gnus-util.el (gnus-completing-read-with-default):
14192         * gnus-art.el (gnus-read-save-file-name)
14193         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14194         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14195         * message.el (message-check-news-header-syntax):
14196         Follow convention for reading with the minibuffer.
14197
14198 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * spam-report.el (spam-report-url-ping-plain):
14201         Use gnus-extended-version as User-Agent.
14202
14203         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14204         default value is nil.
14205
14206         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14207         (mm-uu-verbatim-marks-extract): New function.
14208         (mm-uu-extract): New face.
14209         (mm-uu-copy-to-buffer): Use it.
14210
14211         * spam-report.el (spam-report-gmane-ham): Rename from
14212         `spam-report-gmane-unspam'.
14213         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14214         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14215
14216         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14217         Autoload.
14218         (spam-report-gmane-unregister-routine):
14219         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14220
14221 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14222
14223         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14224         (spam-report-gmane-unregister-routine): Add support for gmane
14225         unregistration.
14226
14227         * spam-report.el (spam-report-gmane-unspam)
14228         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14229         (spam-report-gmane): Change to take a single article and do unspam
14230         registration.
14231
14232 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * mm-url.el (mm-url-decode-entities): Fix regexp.
14235
14236 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14237
14238         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14239         default to nil, to be able to use Gnus at all.  If the default
14240         switches to something else, then the function should be fixed not
14241         be exceedingly slow.
14242
14243 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14244
14245         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14246         fail hard.
14247
14248         * spam-report.el: Add better Keywords line.
14249
14250         * spam.el: Add Maintainer and better Keywords line.
14251
14252 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * gnus-art.el (gnus-article-replace-part)
14255         (gnus-mime-replace-part): New functions.
14256         (gnus-mime-action-alist, gnus-mime-button-commands)
14257         (gnus-mime-save-part-and-strip): Add file argument.
14258         (gnus-article-part-wrapper): Add interactive argument.
14259
14260         * gnus-sum.el (gnus-summary-mime-map):
14261         Add `gnus-article-replace-part'.
14262
14263 2005-09-19  Didier Verna  <didier@xemacs.org>
14264
14265         The nnml compaction feature:
14266         * nnml.el (nnml-request-compact-group): New function.
14267         * nnml.el (nnml-request-compact): New function.
14268         * gnus-int.el (gnus-request-compact-group): New function.
14269         * gnus-int.el (gnus-request-compact): New function.
14270         * gnus-group.el (gnus-group-compact-group): New function.
14271         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14272         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14273         * gnus-srvr.el (gnus-server-compact-server): New function.
14274         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14275         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14276
14277 2005-09-18  Deepak Goel  <deego@gnufans.org>
14278
14279         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14280         format spec.
14281
14282 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14285
14286 2005-09-15  Romain Francoise  <romain@orebokech.com>
14287
14288         * message.el (message-fill-paragraph): Clarify docstring.
14289
14290 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (gnus-mime-display-part): Protect against broken
14293         MIME messages.
14294
14295 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14298         before parsing header.
14299
14300 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14301
14302         * html2text.el (html2text-replace-list): Add new entities.
14303
14304 2005-09-11  Romain Francoise  <romain@orebokech.com>
14305
14306         * message.el (message-alternative-emails): Improve docstring.
14307         (message-setup-1): Call `message-use-alternative-email-as-from'
14308         after `message-setup-hook' to give it precedence over posting
14309         styles, etc.
14310         (message-use-alternative-email-as-from): Add docstring.
14311         Remove the original From header if present.
14312
14313         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14314         (nnml-save-mail): Use it.
14315
14316         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14317         articles.  Add new argument `silent'.
14318         (gnus-uu-mark-all): Report the total number of marked articles.
14319
14320 2005-09-10  Romain Francoise  <romain@orebokech.com>
14321
14322         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14323         (gnus-uu-mark-series): Likewise.
14324
14325 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * spam-report.el (spam-report-gmane): Fix generation of spam
14328         report URL.
14329
14330 2005-09-10  Simon Josefsson  <jas@extundo.com>
14331
14332         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14333         t, based on discussion on the ding list with Robert Epprecht
14334         <epprecht@solnet.ch>.
14335
14336 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * spam-report.el (spam-report-gmane): Make it work without
14339         X-Report-Spam header.  Gmane now only provides Archived-At.
14340         This is only used if `spam-report-gmane-use-article-number' is nil.
14341         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14342
14343         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14344         make `gnus-summary-sort-by-recipient' work with threading.
14345
14346         * nnweb.el (nnweb-google-wash-article): Print a message if article
14347         is not available.
14348
14349 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14350
14351         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14352         change.  Decode text/* parts content before displaying.
14353
14354 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14357
14358 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14361
14362         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14363         url-package-name, url-package-version,
14364         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14365         w3m-display-inline-images, and w3m-minor-mode-map.
14366
14367 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * message.el (message-tab-body-function): Fix mismatched custom type.
14370
14371         * gnus.el (gnus-group-change-level-function): Ditto.
14372
14373         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14374
14375         * gnus-art.el (gnus-signature-limit)
14376         (gnus-article-mime-part-function): Ditto.
14377
14378 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * mml.el (mml-mode): Silence the byte compiler.
14381
14382         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14383         using `(sit-for 0)' before moving the point to the specified part;
14384         skip unbuttonized parts.
14385         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14386         return to the summary window if gnus-auto-select-part is non-nil.
14387
14388 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14391         New variables.
14392         (mml-dnd-attach-file, mml-mode): Use them.
14393
14394         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14395         Make fetching article by MID work again for Google Groups.
14396         Add FIXME concerning gnus-group-make-web-group.
14397
14398         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14399         Don't depend on Gnus by using mail-extract-address-components if
14400         gnus-extract-address-components is not bound.
14401
14402 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14403
14404         * gnus-art.el (gnus-mime-display-security): Don't display the
14405         signature, but only the signed part.
14406
14407 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14410
14411         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14412         list, not listp.
14413
14414 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14415
14416         * mm-encode.el (mm-encode-content-transfer-encoding):
14417         Likewise when encoding.
14418
14419         * mm-bodies.el (mm-decode-content-transfer-encoding):
14420         De-canonicalize CRLF for all text content types, not just
14421         text/plain.
14422
14423 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14426         valid article; point arrow and cursor at the MIME button.
14427
14428 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14431         Suggested by Dan Christensen <jdc@uwo.ca>.
14432
14433         * mm-decode.el (mm-save-part): Enable change of prompt.
14434
14435 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14436
14437         * gnus-msg.el (gnus-inews-add-send-actions):
14438         Make `message-post-method' lambda parameter ARG `&optional'.
14439
14440 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-sum.el (gnus-summary-mime-map):
14443         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14444         gnus-article-jump-to-part.
14445
14446         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14447         (gnus-article-edit-part): Use it.
14448         (gnus-article-part-wrapper): Add no-handle argument.
14449         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14450         New functions.
14451
14452 2005-08-29  Romain Francoise  <romain@orebokech.com>
14453
14454         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14455         docstring.
14456         (gnus-face-from-file): Likewise.
14457
14458 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14461         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14462         non-nil.
14463         (gnus-auto-select-part): New variable.
14464         (gnus-article-jump-to-part): New function.
14465         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14466         (gnus-mime-delete-part): Allow selecting specified part after
14467         deleting or stripping parts.
14468         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14469         part if argument is bogus.
14470
14471 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14472
14473         * gnus-art.el (w3m-minor-mode-map):
14474         * gnus-spec.el (gnus-newsrc-file-version):
14475         * gnus-util.el (nnmail-active-file-coding-system)
14476         (gnus-original-article-buffer, gnus-user-agent):
14477         * gnus.el (gnus-ham-process-destinations)
14478         (gnus-parameter-ham-marks-alist)
14479         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14480         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14481         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14482         * mm-decode.el (gnus-current-window-configuration):
14483         * mm-extern.el (gnus-article-mime-handles):
14484         * mm-url.el (url-current-object, url-package-name)
14485         (url-package-version):
14486         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14487         (smime-keys, w3m-cid-retrieve-function-alist)
14488         (w3m-current-buffer, w3m-display-inline-images)
14489         (w3m-minor-mode-map):
14490         * mml-smime.el (gnus-extract-address-components):
14491         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14492         (gnus-newsrc-hashtb, message-default-charset)
14493         (message-deletable-headers, message-options)
14494         (message-posting-charset, message-required-mail-headers)
14495         (message-required-news-headers):
14496         * mml1991.el (mc-pgp-always-sign):
14497         * mml2015.el (mc-pgp-always-sign):
14498         * nnheader.el (nnmail-extra-headers):
14499         * rfc1843.el (gnus-decode-encoded-word-function)
14500         (gnus-decode-header-function, gnus-newsgroup-name):
14501         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14502
14503 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14504
14505         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14506         the end of the date treatments.
14507
14508 2005-08-15  Simon Josefsson  <jas@extundo.com>
14509
14510         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14511         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14512         Capello and Romain Francoise.
14513         (pgg-fetch-key-function): Remove, not used?
14514         (pgg-insert-url-with-w3): Require url, to get
14515         url-insert-file-contents regardless of where it is defined.
14516
14517 2005-08-13  Romain Francoise  <romain@orebokech.com>
14518
14519         * message.el (message-cite-original-1): New function.
14520         (message-cite-original): Use it.
14521         (message-cite-original-without-signature): Ditto.
14522
14523 2005-08-08  Romain Francoise  <romain@orebokech.com>
14524
14525         * message.el (message-yank-empty-prefix): New variable.
14526         (message-indent-citation): Use it.
14527         (message-cite-original-without-signature): Respect X-No-Archive.
14528
14529 2005-08-08  Simon Josefsson  <jas@extundo.com>
14530
14531         * pgg.el: Autoload url-insert-file-contents instead of loading
14532         w3/url.
14533         (pgg-insert-url-with-w3): Don't load url here.
14534
14535 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14536
14537         * message.el (message-kill-to-signature): Don't insert newline at
14538         bol.
14539         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14540
14541 2005-08-06  Romain Francoise  <romain@orebokech.com>
14542
14543         * message.el (message-user-fqdn): Fix typo in docstring.
14544
14545 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14546
14547         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14548
14549         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14550
14551 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * mm-bodies.el (mm-encode-body): Use coding system rather than
14554         charset to encode text.
14555
14556         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14557         number of charsets if utf-8 is available (XEmacs).
14558
14559 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14562         taken from `gnus-button-mid-or-mail-regexp'.
14563         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14564         (gnus-button-alist): Improve regexp for domain part of the MIDs
14565         for news:localpart@domain buttons.
14566         (gnus-button-ctan-directory-regexp): Update.
14567
14568 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * sieve-manage.el (sieve-manage-interactive-login):
14571         Use make-local-variable rather than make-variable-buffer-local.
14572         (sieve-manage-open): Ditto.
14573         (sieve-manage-authenticate): Ditto.
14574
14575         * mml.el (mml-generate-mime-1): Make the content type default to
14576         text/plain if the filename is not specified.
14577
14578 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14581         instead of insert-buffer.
14582
14583         * message.el (message-yank-original): Ditto; set the mark at the
14584         end of the yanked message.
14585
14586 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14589         lines to scroll rather than to stop it.
14590
14591         * mml.el (mml-generate-default-type): Add doc string.
14592         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14593         default to application/octet-stream when determining the content
14594         type if it is not specified for the part or the mml contents; add
14595         a comment about mml-generate-default-type.
14596
14597 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14600         make it default to application/octet-stream when determining the
14601         content type if it is not specified for the external contents.
14602
14603 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14606         segmented parameter but also other parameters might be there.
14607
14608 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * mm-decode.el (mm-display-external): Delete temp file, directory
14611         and buffer immediately if the external process is exited.
14612
14613 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14616         fewer lines than that of scroll-margin.
14617         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14618
14619 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus-art.el (gnus-article-next-page): Revert.
14622         (gnus-article-beginning-of-window): New macro.
14623         (gnus-article-next-page-1): Use it.
14624         (gnus-article-prev-page): Ditto.
14625         (gnus-article-edit-part): Use insert-buffer-substring instead of
14626         insert-buffer.
14627         (gnus-article-edit-exit): Ditto.
14628
14629         * gnus-util.el (gnus-beginning-of-window): Remove.
14630         (gnus-end-of-window): Remove.
14631
14632         * lpath.el: Don't bind header-line-format and scroll-margin.
14633
14634 2005-07-25  Simon Josefsson  <jas@extundo.com>
14635
14636         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14637         to have the url package without w3.  Reported by Daiki Ueno
14638         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14639
14640 2005-07-20  Didier Verna  <didier@xemacs.org>
14641
14642         * gnus-diary.el: Remove the description comment (nndiary is now
14643         properly documented in the Gnus manual).
14644         Fix the spelling of "Back End".
14645         * nndiary.el: Ditto.
14646         Fix the copyright notice.
14647
14648 2005-07-18  Romain Francoise  <romain@orebokech.com>
14649
14650         * gnus-sum.el (gnus-summary-to-prefix)
14651         (gnus-summary-newsgroup-prefix): New variables.
14652         (gnus-summary-from-or-to-or-newsgroups): Use them.
14653
14654 2005-07-17  Romain Francoise  <romain@orebokech.com>
14655
14656         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14657         space as it's generally not especially interesting to the user.
14658
14659 2005-07-16  Romain Francoise  <romain@orebokech.com>
14660
14661         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14662         nil to avoid prompting and file modification if one of the
14663         messages at the top of the nnfolder file contains a copyright
14664         notice.
14665         Update copyright notice.
14666
14667         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14668         instead of `current-time-string' as the latter creates a time
14669         string that is not RFC 2822 compliant (it lacks the zone).
14670         Update copyright notice.
14671
14672 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14673
14674         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14675         for text/rtf.  Display default in prompt.  Pass default for M-n.
14676
14677         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14678
14679 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14680
14681         * gnus-msg.el (gnus-button-mailto):
14682         Remove save-selected-window-window hackery because it relies on
14683         save-selected-window internals.
14684
14685 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14688         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14689         (gnus-article-prev-page): Ditto.
14690
14691         * gnus-util.el (gnus-beginning-of-window): New function.
14692         (gnus-end-of-window): New function.
14693
14694         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14695
14696 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14697
14698         * gnus-score.el (gnus-score-edit-all-score):
14699         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14700         gnus-message.
14701
14702 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14703
14704         * gnus-msg.el (gnus-button-mailto):
14705         Remove save-selected-window-window hackery because it relies on
14706         save-selected-window internals.
14707
14708 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14711         add-minor-mode.
14712         (gnus-binary-mode): Ditto.
14713
14714         * gnus-topic.el (gnus-topic-mode): Ditto.
14715
14716 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14717
14718         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14719         (gnus-article-prev-page): Take scroll-margin into consideration.
14720
14721 2005-07-04  Lute Kamstra  <lute@gnu.org>
14722
14723         Update FSF's address in GPL notices.
14724
14725 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14726
14727         * gnus.el (gnus-exit):
14728         * gnus-group.el (gnus-group-icons):
14729         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14730
14731         * gnus-nocem.el (gnus-nocem):
14732         * message.el (message-various, message-buffers, message-sending)
14733         (message-interface, message-forwarding, message-insertion)
14734         (message-headers, message-news, message-mail):
14735         * pgg-gpg.el (pgg-gpg):
14736         * pgg-parse.el (pgg-parse):
14737         * pgg-pgp.el (pgg-pgp):
14738         * pgg-pgp5.el (pgg-pgp5):
14739         * pop3.el (pop3): Finish `defgroup' description with period.
14740
14741 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el (article-display-face): Improve the efficiency.
14744         (article-display-x-face): Ditto; remove grey x-face stuff.
14745
14746 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-art.el (article-display-face): Correct the position in
14749         which Faces are inserted.
14750
14751 2005-06-29  Didier Verna  <didier@xemacs.org>
14752
14753         * gnus-art.el (article-display-face): Display faces in correct
14754         order.
14755
14756 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14759         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14760         (gnus-nocem-check-article): Fetch the Type header.
14761         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14762         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14763         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14764         make sure gnus-nocem-hashtb is initialized.
14765         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14766         (gnus-nocem-unwanted-article-p): Ditto.
14767
14768         * pgg.el (pgg-verify): Return the verification result.
14769
14770 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14771
14772         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14773         is ascii.
14774
14775 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14776
14777         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14778         `show-nonbreak-escape'.
14779
14780 2005-06-23  Lute Kamstra  <lute@gnu.org>
14781
14782         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14783
14784         * dig.el (dig-mode):
14785         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14786
14787 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14788
14789         * nnimap.el (nnimap-split-download-body): Fix spellings.
14790
14791 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14792
14793         * gnus-art.el (gnus-article-encrypt-body):
14794         * gnus-cus.el (gnus-score-customize):
14795         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14796         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14797
14798 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14799
14800         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14801         header by looking for magic "MII" at the beginnig.
14802
14803 2005-06-16  Miles Bader  <miles@gnu.org>
14804
14805         * gnus-xmas.el (gnus-xmas-group-startup-message):
14806         Use renamed gnus-splash face.
14807
14808         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14809         (assistant-field-face): New backward-compatibility alias for renamed
14810         face.
14811         (assistant-render-text): Use renamed assistant-field face.
14812
14813         * spam.el (spam): Remove "-face" suffix from face name.
14814         (spam-face): New backward-compatibility alias for renamed face.
14815         (spam-face, spam-initialize): Use renamed spam face.
14816
14817         * message.el (message-header-to, message-header-cc)
14818         (message-header-subject, message-header-newsgroups)
14819         (message-header-other, message-header-name)
14820         (message-header-xheader, message-separator, message-cited-text)
14821         (message-mml): Remove "-face" suffix from face names.
14822         (message-header-to-face, message-header-cc-face)
14823         (message-header-subject-face, message-header-newsgroups-face)
14824         (message-header-other-face, message-header-name-face)
14825         (message-header-xheader-face, message-separator-face)
14826         (message-cited-text-face, message-mml-face):
14827         New backward-compatibility aliases for renamed faces.
14828         (message-font-lock-keywords): Use renamed message faces.
14829
14830         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14831         (sieve-test-commands, sieve-tagged-arguments):
14832         Remove "-face" suffix from face names.
14833         (sieve-control-commands-face, sieve-action-commands-face)
14834         (sieve-test-commands-face, sieve-tagged-arguments-face):
14835         New backward-compatibility aliases for renamed faces.
14836         (sieve-control-commands-face, sieve-action-commands-face)
14837         (sieve-test-commands-face, sieve-tagged-arguments-face):
14838         Use renamed sieve faces.
14839
14840         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14841         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14842         (gnus-group-news-3-empty, gnus-group-news-4)
14843         (gnus-group-news-4-empty, gnus-group-news-5)
14844         (gnus-group-news-5-empty, gnus-group-news-6)
14845         (gnus-group-news-6-empty, gnus-group-news-low)
14846         (gnus-group-news-low-empty, gnus-group-mail-1)
14847         (gnus-group-mail-1-empty, gnus-group-mail-2)
14848         (gnus-group-mail-2-empty, gnus-group-mail-3)
14849         (gnus-group-mail-3-empty, gnus-group-mail-low)
14850         (gnus-group-mail-low-empty, gnus-summary-selected)
14851         (gnus-summary-cancelled, gnus-summary-high-ticked)
14852         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14853         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14854         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14855         (gnus-summary-low-undownloaded)
14856         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14857         (gnus-summary-low-unread, gnus-summary-normal-unread)
14858         (gnus-summary-high-read, gnus-summary-low-read)
14859         (gnus-summary-normal-read, gnus-splash):
14860         Remove "-face" suffix from face names.
14861         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14862         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14863         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14864         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14865         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14866         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14867         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14868         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14869         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14870         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14871         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14872         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14873         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14874         (gnus-summary-normal-ticked-face)
14875         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14876         (gnus-summary-normal-ancient-face)
14877         (gnus-summary-high-undownloaded-face)
14878         (gnus-summary-low-undownloaded-face)
14879         (gnus-summary-normal-undownloaded-face)
14880         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14881         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14882         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14883         (gnus-splash-face):
14884         New backward-compatibility aliases for renamed faces.
14885         (gnus-group-startup-message): Use renamed gnus faces.
14886
14887         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14888         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14889         (gnus-server-agent): Remove "-face" suffix from face names.
14890         (gnus-server-agent-face, gnus-server-opened-face)
14891         (gnus-server-closed-face, gnus-server-denied-face)
14892         (gnus-server-offline-face):
14893         New backward-compatibility aliases for renamed faces.
14894         (gnus-server-agent-face, gnus-server-opened-face)
14895         (gnus-server-closed-face, gnus-server-denied-face)
14896         (gnus-server-offline-face): Use renamed gnus faces.
14897
14898         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14899         Remove "-face" suffix from face names.
14900         (gnus-picon-xbm-face, gnus-picon-face):
14901         New backward-compatibility aliases for renamed faces.
14902
14903         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14904         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14905         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14906         (gnus-cite-11): Remove "-face" suffix from face names.
14907         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14908         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14909         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14910         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14911         New backward-compatibility aliases for renamed faces.
14912         (gnus-cite-attribution-face, gnus-cite-face-list)
14913         (gnus-article-boring-faces): Use renamed gnus faces.
14914
14915         * gnus-art.el (gnus-signature, gnus-header-from)
14916         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14917         (gnus-header-content): Remove "-face" suffix from face names.
14918         (gnus-signature-face, gnus-header-from-face)
14919         (gnus-header-subject-face, gnus-header-newsgroups-face)
14920         (gnus-header-name-face, gnus-header-content-face):
14921         New backward-compatibility aliases for renamed faces.
14922         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14923
14924         * gnus-sum.el (gnus-summary-selected-face)
14925         (gnus-summary-highlight): Use renamed gnus faces.
14926         * gnus-group.el (gnus-group-highlight): Likewise.
14927
14928 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14929
14930         * gnus-sieve.el (gnus-sieve-article-add-rule):
14931         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14932         * spam-stat.el (spam-stat-buffer-change-to-spam)
14933         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14934
14935         * message.el (message-is-yours-p):
14936         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14937
14938 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * mm-view.el (mm-inline-text): Withdraw the last change.
14941
14942 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14945         executing enriched-decode.
14946
14947 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14950         charset of tar files.
14951
14952 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14953
14954         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14955
14956 2005-06-04  Lute Kamstra  <lute@gnu.org>
14957
14958         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14959         information is never recorded.
14960
14961 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14962
14963         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14964
14965 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * pop3.el (pop3-apop): Run md5 in the binary mode.
14968
14969         * starttls.el (starttls-set-process-query-on-exit-flag):
14970         Use eval-and-compile.
14971
14972 2005-05-31  Simon Josefsson  <jas@extundo.com>
14973
14974         * smime.el (smime-replace-in-string): Define.
14975         (smime-cert-by-ldap-1): Use it.
14976
14977 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-art.el (article-display-x-face): Replace
14980         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14981
14982         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14983         set-process-query-on-exit-flag or process-kill-without-query.
14984
14985         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14986         loop instead of replace-regexp.
14987
14988         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14989         instead of process-kill-without-query if it is available.
14990
14991         * lpath.el: Fbind ldap-search-entries.
14992
14993         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14994         instead of find-file-hooks if it is available.
14995
14996         * mml1991.el: Bind pgg-default-user-id when compiling.
14997
14998         * mml2015.el: Bind pgg-default-user-id when compiling.
14999
15000         * nndraft.el (nndraft-request-associate-buffer):
15001         Use write-contents-functions instead of write-contents-hooks if it is
15002         available.
15003
15004         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15005         instead of find-file-hooks if it is available.
15006
15007         * nntp.el (nntp-open-connection): Replace
15008         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15009         (nntp-open-ssl-stream): Ditto.
15010         (nntp-open-tls-stream): Ditto.
15011
15012         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15013         set-process-query-on-exit-flag or process-kill-without-query.
15014         (starttls-open-stream-gnutls): Use it instead of
15015         process-kill-without-query.
15016         (starttls-open-stream): Ditto.
15017
15018 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15019
15020         * smime.el (smime-cert-by-ldap-1): Don't use
15021         replace-regexp-in-string.
15022
15023 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15024
15025         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15026
15027         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15028         in PEM format.  Adjust to the XEmacs compability.
15029
15030 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15033         by `string-to-number'.
15034         * gnus-agent.el (gnus-agent-regenerate-group)
15035         (gnus-agent-fetch-articles): Ditto.
15036         * gnus-art.el (gnus-button-fetch-group): Ditto.
15037         * gnus-cache.el (gnus-cache-generate-active)
15038         (gnus-cache-articles-in-group): Ditto.
15039         * gnus-group.el (gnus-group-set-current-level)
15040         (gnus-group-insert-group-line): Ditto.
15041         * gnus-score.el (gnus-score-set-expunge-below)
15042         (gnus-score-set-mark-below, gnus-summary-score-effect)
15043         (gnus-summary-score-entry): Ditto.
15044         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15045         (gnus-soup-pack): Ditto.
15046         * gnus-spec.el (gnus-xmas-format): Ditto.
15047         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15048         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15049         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15050         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15051         * nndb.el (nndb-get-remote-expire-response): Ditto.
15052         * nndiary.el (nndiary-parse-schedule-value)
15053         (nndiary-string-to-number, nndiary-request-replace-article)
15054         (nndiary-request-article): Ditto.
15055         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15056         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15057         * nneething.el (nneething-make-head): Ditto.
15058         * nnfolder.el (nnfolder-request-article)
15059         (nnfolder-retrieve-headers): Ditto.
15060         * nnheader.el (nnheader-file-to-number): Ditto.
15061         * nnkiboze.el (nnkiboze-request-article): Ditto.
15062         * nnmail.el (nnmail-process-unix-mail-format)
15063         (nnmail-process-babyl-mail-format): Ditto.
15064         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15065         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15066         (nnmh-request-create-group, nnmh-request-list-1)
15067         (nnmh-request-group, nnmh-request-article): Ditto.
15068         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15069         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15070         * nnsoup.el (nnsoup-make-active): Ditto.
15071         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15072         * nntp.el (nntp-find-group-and-number)
15073         (nntp-retrieve-headers-with-xover): Ditto.
15074         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15075         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15076         (pgg-format-key-identifier): Ditto.
15077         * pop3.el (pop3-last, pop3-stat): Ditto.
15078         * qp.el (quoted-printable-decode-region): Ditto.
15079
15080         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15081         of concat.
15082
15083 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15086
15087         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15088
15089         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15090
15091         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15092
15093         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15094
15095         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15096
15097         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15098         (gnus-carpal-mode): Ditto.
15099
15100         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15101         (gnus-browse-mode): Ditto.
15102
15103         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15104
15105         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15106
15107 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15108
15109         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15110
15111 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-util.el (gnus-run-mode-hooks): New function.
15114
15115         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15116
15117         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15118         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15119
15120 2005-05-27  Lute Kamstra  <lute@gnu.org>
15121
15122         * dns-mode.el (dns-mode): Specify customization group.
15123
15124 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15125
15126         * gnus-agent.el (gnus-agent-make-mode-line-string):
15127         Use mode-line-highlight as mouse-face.
15128
15129 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * canlock.el (canlock): Change the parent group to news.
15132
15133         * deuglify.el (gnus-outlook-deuglify): Add :group.
15134
15135         * dig.el (dig): Add :group.
15136
15137         * dns-mode.el (dns-mode): Add :group.
15138
15139         * encrypt.el (encrypt): Add :group.
15140
15141         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15142         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15143         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15144         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15145         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15146
15147         * gnus-diary.el (gnus-diary): Add :group.
15148
15149         * gnus.el (gnus-group-news-1-face): Add :group.
15150         (gnus-group-news-1-empty-face): Ditto.
15151         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15152         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15153         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15154         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15155         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15156         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15157         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15158         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15159         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15160         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15161         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15162         (gnus-summary-high-ticked-face): Ditto.
15163         (gnus-summary-low-ticked-face): Ditto.
15164         (gnus-summary-normal-ticked-face): Ditto.
15165         (gnus-summary-high-ancient-face): Ditto.
15166         (gnus-summary-low-ancient-face): Ditto.
15167         (gnus-summary-normal-ancient-face): Ditto.
15168         (gnus-summary-high-undownloaded-face): Ditto.
15169         (gnus-summary-low-undownloaded-face): Ditto.
15170         (gnus-summary-normal-undownloaded-face): Ditto.
15171         (gnus-summary-high-unread-face): Ditto.
15172         (gnus-summary-low-unread-face): Ditto.
15173         (gnus-summary-normal-unread-face): Ditto.
15174         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15175         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15176
15177         * hashcash.el (hashcash): New custom group.
15178         (hashcash-default-payment): Add :group.
15179         (hashcash-payment-alist): Ditto.
15180         (hashcash-default-accept-payment): Ditto.
15181         (hashcash-accept-resources): Ditto.
15182         (hashcash-path): Ditto.
15183         (hashcash-extra-generate-parameters): Ditto.
15184         (hashcash-double-spend-database): Ditto.
15185         (hashcash-in-news): Ditto.
15186
15187         * message.el (message-minibuffer-local-map): Add :group.
15188
15189         * netrc.el (netrc): Add :group.
15190
15191         * sieve-manage.el (sieve-manage-log): Add :group.
15192         (sieve-manage-default-user): Diito.
15193         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15194         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15195         (sieve-manage-authenticators): Ditto.
15196         (sieve-manage-authenticator-alist): Ditto.
15197         (sieve-manage-default-port): Ditto.
15198
15199         * sieve-mode.el (sieve-control-commands-face): Add :group.
15200         (sieve-action-commands-face): Ditto.
15201         (sieve-test-commands-face): Ditto.
15202         (sieve-tagged-arguments-face): Ditto.
15203
15204         * smime.el (smime): Add :group.
15205
15206         * spam-report.el (spam-report): Add :group.
15207
15208         * spam.el (spam, spam-face): Add :group.
15209
15210 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15211
15212         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15213         return \n.\n.\n at the end of articles.  Protect against that.
15214         (nntp-with-open-group): Allow debugging.
15215
15216         * nnheader.el (mail-header-set-extra): Make into a function
15217         because I just could't understand how to quote the list properly.
15218
15219         * dns.el (query-dns-cached): New function.
15220
15221 2005-05-26  Lute Kamstra  <lute@gnu.org>
15222
15223         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15224
15225 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15228
15229         * gnus-art.el: Don't autoload mail-extract-address-components.
15230
15231         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15232         eval-and-compile to evaluate it.
15233
15234         * hashcash.el: Don't autoload executable-find.
15235
15236         * nndb.el: Don't declare the nndb back end two or more times; don't
15237         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15238
15239         * nntp.el: Autoload format-spec instead of format; use
15240         eval-and-compile to evaluate autoload forms.
15241
15242 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15243
15244         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15245
15246 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15247
15248         * gnus.el (gnus-version-number): Bump version.
15249
15250 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15251
15252         * gnus.el: No Gnus v0.3 is released.
15253
15254 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15255
15256         * lpath.el (featurep): Bind show-nonbreak-escape.
15257
15258 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-art.el (gnus-article-edit-part): Disable undo.
15261
15262 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15265         gnus-article-date-lapsed-new-header is t if date timer is active;
15266         skip headers in which the original date value is empty.
15267         (gnus-article-save-original-date): Redefine it as a macro.
15268         (gnus-display-mime): Use it.
15269
15270 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (article-date-ut): Support converting date in
15273         forwarded parts as well.
15274         (gnus-article-save-original-date): New function.
15275         (gnus-display-mime): Use it.
15276
15277 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15278
15279         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15280         enclosure element of <item>.
15281
15282 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * message.el (message-kill-buffer-query): Rename from
15285         `message-kill-buffer-query-if-modified'.  Add :version.
15286
15287 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15290         window layout.
15291
15292 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * mml.el: Autoload dnd when compiling.
15295
15296 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15299         x-dnd-*.
15300
15301 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * qp.el (quoted-printable-encode-region): Save excursion.
15304
15305 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15306
15307         * message.el (message-kill-buffer-query-if-modified): Add new variable
15308         so the user can kill a modified message buffer quickly.
15309         (message-kill-buffer): Use it.
15310
15311 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * lpath.el: Fbind display-time-event-handler; don't fbind
15314         string-to-multibyte.
15315
15316         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15317
15318 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15321         contained in text because xml.el decodes entities) with LFs.
15322
15323 2005-04-11  Lute Kamstra  <lute@gnu.org>
15324
15325         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15326         differently.
15327
15328 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15329
15330         * mm-util.el (mm-detect-coding-region): Typo.
15331
15332 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15335
15336 2005-04-06  Deepak Goel  <deego@gnufans.org>
15337
15338         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15339         user-function allow user modifications of the scores.
15340         (spam-stat-score-buffer-user): New function, to allow
15341         user-computed modifications to the score.
15342         (spam-stat-score-buffer-user-functions): List of additional
15343         scoring functions.
15344         (spam-stat-error-holder): Global temporary error holder.
15345         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15346         variable.
15347
15348 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15349
15350         * gnus-registry.el (gnus-registry-clean-empty-function)
15351         (gnus-registry-trim, gnus-registry-fetch-groups)
15352         (gnus-registry-delete-group): Groups that match
15353         `gnus-registry-ignored-groups' are removed from the registry
15354         entries, not just ignored for splitting.  This helps clean up the
15355         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15356         to get all the groups a message ID is in.
15357
15358         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15359         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15360         (spam-stat-score-buffer-user-functions): Add :number custom type.
15361
15362 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15365         argument in XEmacs.
15366
15367         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15368         (nnrss-request-group): Decode group name first.
15369         (nnrss-request-article): Make a text/plain article if mml-to-mime
15370         failed.
15371         (nnrss-get-encoding): Return a compatible encoding according to
15372         nnrss-compatible-encoding-alist.
15373         (nnrss-find-el): Use consp instead of listp.
15374         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15375
15376 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15379         which Emacs 20 doesn't support.
15380         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15381
15382 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15385         silence the byte compiler inside the defun.
15386
15387         * gnus-demon.el (parse-time-string): Add autoload.
15388
15389         * gnus-delay.el (parse-time-string): Add autoload.
15390
15391         * gnus-art.el (parse-time-string): Add autoload.
15392
15393         * nnultimate.el (parse-time): Require for `parse-time-string'.
15394
15395 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15398
15399         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15400
15401         * smime.el (smime-ldap-host-list): Add :version.
15402
15403 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15406         pass it to `gnus-browse-read-group'.
15407         (gnus-browse-read-group): Add NUMBER argument and pass it to
15408         `gnus-group-read-ephemeral-group'.
15409
15410         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15411         argument and pass it to `gnus-group-read-group'.
15412
15413 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15414
15415         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15416         mm-xemacs-find-mime-charset-1 if we have the mule feature
15417         available at runtime.
15418
15419 2005-03-25  Werner Lemberg  <wl@gnu.org>
15420
15421         * nnmaildir.el: Replace `illegal' with `invalid'.
15422
15423 2005-03-23  Lute Kamstra  <lute@gnu.org>
15424
15425         * time-date.el: Add comment on time value formats.
15426         Don't require parse-time.
15427         (with-decoded-time-value): New macro.
15428         (encode-time-value): New function.
15429         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15430         (days-to-time): Return a valid time value when arg is huge.
15431         (time-since): Use time-subtract.
15432         (time-to-number-of-days): Use time-to-seconds.
15433
15434 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15435
15436         * gnus-start.el (gnus-display-time-event-handler):
15437         Check display-time-timer at runtime rather than only at load time
15438         in case display-time-mode is turned off in the mean time.
15439
15440 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15443         used.
15444
15445         * nneething.el (nneething-map-file-directory): Derive from
15446         `gnus-directory'.
15447
15448         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15449         the To/Cc button.
15450
15451 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * nnmaildir.el (nnmaildir-request-accept-article):
15454         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15455
15456 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15457
15458         * gnus-async.el: Require timer-funcs at compile time when in
15459         XEmacs for `run-with-idle-timer'.
15460
15461 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15462
15463         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15464         autoloaded function.
15465
15466 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15467
15468         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15469
15470 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15471
15472         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15473
15474 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475
15476         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15477         Add gnus-expert-user to default.
15478
15479 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15480
15481         * nnimap.el (nnimap-open-server): Ditto.
15482
15483         * imap.el (imap-authenticate): Fix typo.
15484
15485 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15486
15487         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15488         buffer (since IMAP server might return FETCH response out of
15489         order, and the nntp buffer must be sorted).
15490
15491 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15492
15493         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15494         comparison on string.
15495
15496         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15497         (gnus-agent-score): Rename category keywords to match gnus-cus.
15498         (gnus-agent-summary-fetch-series): Modify to protect against
15499         gnus-agent-summary-fetch-group clearing processable flags.
15500         (gnus-agent-synchronize-group-flags): Update live group buffer as
15501         synchronization may occur due to the user toggle the plugged
15502         status.
15503         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15504         successfully downloaded.
15505         (gnus-agent-expire-group-1): Avoid using markers when the overview
15506         is in ascending order; greatly improves performance.
15507         (gnus-agent-regenerate-group):
15508         Use gnus-agent-synchronize-group-flags to reset read status in both
15509         gnus and server.
15510         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15511
15512 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * message.el: Don't autoload former message-utils variables.
15515         (message-strip-subject-trailing-was): Change doc string.
15516
15517         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15518         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15519         (nnweb-google-search): Add "hl=en" here.
15520         (nnweb-google-parse-1, nnweb-google-create-mapping):
15521         Don't hardcode URL.
15522
15523 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * message.el (message-get-reply-headers, message-followup):
15526         Mention related variables `message-use-followup-to' and
15527         `message-use-mail-followup-to', in the information buffer.
15528
15529         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15530         of broken groups(-beta).google.com.
15531
15532 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15535         parameter to invoked gnus-request-move-article; remove the
15536         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15537         all at once instead of once per article.
15538         (gnus-summary-remove-process-mark): Accept a list of articles as
15539         well as a single article for processing.
15540
15541         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15542         parameter.
15543
15544         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15545
15546         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15547
15548         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15549         parameter.
15550
15551         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15552         parameter.
15553
15554         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15555         parameter and remove the gnus-sum-hint-move-is-internal variable.
15556
15557         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15558         parameter.
15559
15560         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15561         parameter.
15562
15563         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15564         parameter.
15565
15566         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15567
15568         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15569         parameter.
15570
15571         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15572         parameter.
15573
15574 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15575
15576         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15577         a more conservative way.
15578
15579 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15580
15581         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15582         buffer, so it moves the window's cursor.
15583
15584 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15585
15586         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15587         `mm-dissect-multipart' and receive the from field as an (optional)
15588         argument from `mm-dissect-multipart'.
15589         (mm-dissect-multipart): Receive the from field as an argument and
15590         pass it on when we call `mm-dissect-buffer' on MIME parts.
15591         Fixes verification/decryption of signed/encrypted MIME parts.
15592
15593 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * gnus-sum.el (gnus-summary-move-article):
15596         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15597         whatever it calls (right now, only nnimap-request-move article
15598         respects it).
15599
15600         * nnimap.el (nnimap-request-move-article):
15601         When gnus-sum-hint-move-is-internal is set, don't do the extra
15602         nnimap-request-article.
15603
15604 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15607
15608         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15609         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15610
15611         * gnus-sum.el (gnus-summary-caesar-message):
15612         Apply `gnus-treat-article' after rotation.
15613
15614         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15615         doc string.
15616
15617 2005-02-22  Simon Josefsson  <jas@extundo.com>
15618
15619         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15620         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15621         <arne@arnested.dk>.
15622         (encrypt): Add password-cache and password-cache-expiry as group
15623         members.
15624
15625 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15626
15627         * smime.el (smime-ldap-host-list): Doc fix.
15628         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15629         cache) password.
15630         (smime-sign-region): Use it.
15631         (smime-decrypt-region): Use it.
15632         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15633         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15634         fails.
15635         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15636         certificate from DER to PEM format rather than calling openssl.
15637
15638         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15639
15640         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15641         for signing/encryption.
15642
15643         * mml.el (mml-parse-1): Use them.
15644
15645 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15646
15647         * nnrss.el (nnrss-verbose): Remove.
15648         (nnrss-request-group): Use `nnheader-message' instead.
15649
15650 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15651
15652         * nnrss.el (nnrss-verbose): New variable.
15653         (nnrss-request-group): Make it say nnrss is requesting a group.
15654
15655 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15658         Handle news URL with given port correctly.
15659
15660 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15663         containing special characters.
15664
15665         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15666
15667         * mml.el (mime-to-mml): Ditto.
15668
15669         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15670         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15671         (rfc2047-decode-region): Quote decoded words containing special
15672         characters when rfc2047-quote-decoded-words-containing-tspecials
15673         is non-nil.
15674
15675 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15678
15679         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15680
15681 2005-02-15  Simon Josefsson  <jas@extundo.com>
15682
15683         * nnimap.el (nnimap-debug): Doc fix.
15684
15685         * imap.el (imap-debug): Doc fix.
15686
15687 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15690
15691 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15692
15693         * gnus.el (spam-contents): Improve docs for spam-contents
15694         parameter in its variable incarnation.
15695
15696 2005-02-14  Simon Josefsson  <jas@extundo.com>
15697
15698         * smime-ldap.el: Use require instead of load-library for ldap.
15699         (smime-ldap-search): Indent.
15700         (smime-ldap-search-internal): Shorten line.
15701
15702         * smime.el (smime-cert-by-dns): Add doc-string.
15703         (smime-cert-by-ldap-1): Indent.
15704
15705         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15706         mml-smime-get-dns-ldap.
15707         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15708
15709 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15710
15711         * smime.el: Require smime-ldap.
15712         (smime-ldap-host-list): New variable.
15713         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15714
15715         * mml-smime.el (mml-smime-encrypt-query): New function.
15716         (mml-smime-encrypt-query): Use it.
15717
15718         * smime-ldap.el: New file.
15719
15720 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15723
15724 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15725
15726         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15727         argument in doc string.  Make query for type more clear.
15728
15729 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus.el (gnus-group-startup-message): Search for gnus images in
15732         etc/images/gnus.
15733         * mm-util.el (mm-image-load-path): Likewise.
15734         * smiley.el (smiley-data-directory): Search for smilies in
15735         etc/images/smilies.
15736
15737 2005-02-09  Kim F. Storm  <storm@cua.dk>
15738
15739         Change Emacs release version from 21.4 to 22.1 throughout.
15740         Change Emacs development version from 21.3.50 to 22.0.50.
15741
15742 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15745
15746         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15747         non-Mule XEmacs as well.
15748         (mm-decompress-buffer): Signal an error intentionally if it does
15749         not decompress compressed data because auto-compression-mode is
15750         disabled.
15751
15752 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15753
15754         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15755         an ID in the registry even if it has no groups.
15756
15757 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15760         merge it into mm-decompress-buffer.
15761         (gnus-mime-copy-part): Use the MIME part charset, the value which
15762         a user specified or gnus-newsgroup-charset for decoding, like
15763         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15764         save-buffer what was used.  Suggested by Kevin Ryde
15765         <user42@zip.com.au>.
15766         (gnus-mime-inline-part): Allow the name parameter as well as the
15767         filename parameter; force decompressing of compressed data; always
15768         display contents being not decoded as unibyte.
15769
15770         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15771         as well as the filename parameter.
15772
15773         * mm-util.el (mm-decompress-buffer):
15774         Merge gnus-mime-jka-compr-maybe-uncompress.
15775         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15776         of compressed data.
15777
15778 2005-02-08  Simon Josefsson  <jas@extundo.com>
15779
15780         * imap.el (imap-log): Doc fix.
15781
15782 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15785         the coding cookies; decompress compressed parts.
15786
15787         * mml.el (mml-generate-mime-1): Add the charset parameter according
15788         to the value which a user specified manually or the coding cookie.
15789
15790         * mm-util.el (mm-string-to-multibyte): New function.
15791         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15792         (mm-coding-system-to-mime-charset): New function.
15793         (mm-decompress-buffer): New function.
15794         (mm-find-buffer-file-coding-system): New function.
15795
15796         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15797         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15798         parts.
15799
15800 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15801
15802         * mm-view.el (mm-display-inline-fontify): Decode a part according
15803         to the charset parameter.
15804
15805 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15808         prefix arg is neither nil nor a number, as info specifies.
15809
15810 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15813         timestamps.
15814
15815 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15816
15817         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15818         groups error checking and notify user.
15819
15820 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15821
15822         * message.el (message-send-mail-function): Check existence of
15823         sendmail-program first before using default value
15824         `message-send-mail-with-sendmail'.  Otherwise use more generic
15825         `smtpmail-send-it'.
15826
15827 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * nntp.el (nntp-request-update-info): Always return nil.
15830
15831 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15832
15833         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15834
15835 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15836
15837         * message.el (message-beginning-of-line): Change the behavior when
15838         invoked between BOL and : so that it first moves backward.
15839
15840 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15843         article buffer when editing of the article is discarded.
15844         (gnus-article-prepare): Revert.
15845
15846 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-art.el (gnus-article-prepare):
15849         Remove message-strip-forbidden-properties from the local hook.
15850
15851 2005-01-27  Simon Josefsson  <jas@extundo.com>
15852
15853         * password.el (password-cache-add): Only start one timer per key.
15854         Reported by Derek Atkins <warlord@MIT.EDU>.
15855
15856 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15857
15858         * run-at-time.el: Remove.  It is no longer needed as
15859         timer-funcs.el in the xemacs-base package has a working version of
15860         `run-at-time'.
15861
15862         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15863
15864         * password.el: Require timer-funcs instead of run-at-time in
15865         XEmacs.
15866         Remove `password-run-at-time' macro.
15867         (password-cache-add): Use `run-at-time' instead of
15868         `password-run-at-time'.
15869
15870         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15871         Remove `nnheader-cancel-function-timers' alias,
15872         `cancel-function-timers' exists in XEmacs in timer-funcs.
15873
15874         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15875         for `run-with-idle-timer'.
15876
15877         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15878         for `run-at-time'.
15879
15880         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15881         for `with-timeout'.
15882
15883         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15884         the same as for XEmacs 21.4.
15885         No need to ignore `run-with-idle-timer', this function exists in
15886         XEmacs now in timer-funcs.el in the xemacs-base package.
15887         (dgnushack-compile): No need to delete
15888         run-at-time.el from the list of files to compile because it
15889         doesn't exist anymore.
15890
15891 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15894         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15895
15896 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15897
15898         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15899         sensitively.
15900
15901 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15902
15903         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15904
15905 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15908         which will be inserted according to the multibyteness of a buffer
15909         rather than the type of contents.  Suggested by ARISAWA Akihiro
15910         <ari@mbf.ocn.ne.jp>.
15911
15912         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15913         of string which old xml.el may return rather than a string.
15914
15915 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15918
15919 2005-01-16  Simon Josefsson  <jas@extundo.com>
15920
15921         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15922         idn/idna.el isn't available.
15923         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15924         <michael@waxrat.com>.
15925
15926         * hashcash.el: Remove non-FSF copyright header.
15927
15928         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15929         (hashcash-generate-payment): Use it.
15930         (hashcash-generate-payment-async): Use it.
15931
15932 2005-01-15  Simon Josefsson  <jas@extundo.com>
15933
15934         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15935         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15936
15937         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15938         gnus-summary-idna-message.
15939         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15940         (gnus-summary-idna-message): New function.
15941
15942 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15943
15944         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15945         gnus-novice-user.
15946
15947 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * nnrss.el (nnrss-request-delete-group): Delete entries in
15950         nnrss-group-alist as well.
15951         (nnrss-save-server-data): Insert newline.
15952
15953 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * gnus.el (gnus-user-agent): Use list of symbols instead of
15956         symbols.  Display full version number for (S)XEmacs.
15957         Optionally display (S)XEmacs codename.
15958
15959         * gnus-util.el (gnus-emacs-version): Update for new
15960         `gnus-user-agent'.
15961
15962         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15963         Gnus version.
15964
15965 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15968         which is unreadable in some setups.
15969
15970 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * gnus-spec.el (gnus-update-format-specifications): Flush the
15973         group format spec cache if it doesn't support decoded group names.
15974
15975 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15978         Allow to apply decay on score files matching a regexp.
15979
15980 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15983         compatibility in %g and %c.
15984
15985 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15988         name for only %g and %c.
15989         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15990         of gnus-tmp-group to decoded group name.
15991         (gnus-group-make-rss-group): Exclude `/'s from group names.
15992
15993 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * nnrss.el (nnrss-get-encoding): Fix regexp.
15996
15997 2004-12-27  Simon Josefsson  <jas@extundo.com>
15998
15999         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16000         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16001         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16002
16003 2004-12-17  Kim F. Storm  <storm@cua.dk>
16004
16005         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16006
16007         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16008
16009 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16010
16011         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16012
16013 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * nnrss.el: Require rfc2047 and mml.
16016         (nnrss-file-coding-system): New variable.
16017         (nnrss-format-string): Redefine it as an inline function.
16018         (nnrss-decode-group-name): New function.
16019         (nnrss-string-as-multibyte): Remove.
16020         (nnrss-retrieve-headers): Decode group name; don't use
16021         nnrss-format-string.
16022         (nnrss-request-group): Decode group name.
16023         (nnrss-request-article): Decode group name; allow a Message-ID as
16024         well as an article number; don't use nnrss-format-string; encode a
16025         Message-ID string which may contain non-ASCII characters; use
16026         mml-to-mime to compose a MIME article.
16027         (nnrss-request-expire-articles): Decode group name.
16028         (nnrss-request-delete-group): Decode group name.
16029         (nnrss-fetch): Clarify error message.
16030         (nnrss-read-server-data): Use insert-file-contents instead of load;
16031         bind file-name-coding-system; use multibyte buffer.
16032         (nnrss-save-server-data): Bind coding-system-for-write to the
16033         value of nnrss-file-coding-system; bind file-name-coding-system;
16034         add coding cookie.
16035         (nnrss-read-group-data): Use insert-file-contents instead of load;
16036         bind file-name-coding-system; use multibyte buffer.
16037         (nnrss-save-group-data): Bind coding-system-for-write to the
16038         value of nnrss-file-coding-system; bind file-name-coding-system.
16039         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16040         make it work with non-ASCII text.
16041         (nnrss-find-el): Make it work with old xml.el as well.
16042
16043 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16044
16045         * nnrss.el (nnrss-get-encoding): New function.
16046         (nnrss-fetch): Use unibyte buffer initially; bind
16047         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16048         decode contents according to the encoding attribute.
16049         (nnrss-save-group-data): Add coding cookie.
16050         (nnrss-mime-encode-string): New function.
16051         (nnrss-check-group): Use it to encode subject and author.
16052
16053 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16054
16055         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16056         imaginary variable.
16057
16058 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16061         correctly even if there are wide characters.
16062
16063 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16064
16065         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16066         downcased symbol names; make a new cache instead of reusing
16067         bbdb-hashtable.
16068
16069 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16072         concatenating segments rather than before concatenating them.
16073         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16074
16075         * message.el (message-get-reply-headers): Bind `extra'.
16076
16077 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16078
16079         * message.el (message-extra-wide-headers): New variable.
16080         (message-get-reply-headers): Use it.
16081
16082 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16085         (gnus-agent-group-pathname): Ditto.
16086
16087         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16088
16089         * gnus-group.el (gnus-group-make-group): Decode group name.
16090         (gnus-group-make-rss-group): Register the group data after opening
16091         the nnrss group.
16092
16093 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16094
16095         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16096         by expiry now get marked as read.
16097
16098 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16101
16102 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16103
16104         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16105         unify Latin characters in XEmacs.
16106         (mm-find-mime-charset-region): Use it.
16107
16108 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * gnus-util.el (gnus-delete-directory): New function.
16111
16112         * gnus-agent.el (gnus-agent-delete-group): Use it.
16113
16114         * gnus-cache.el (gnus-cache-delete-group): Use it.
16115
16116 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16119         names.
16120
16121 2004-12-16  Simon Josefsson  <jas@extundo.com>
16122
16123         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16124
16125 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16128
16129         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16130         (gnus-group-set-current-level): Decode group name.
16131
16132 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16133
16134         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16135         failed.
16136
16137 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-group.el (gnus-group-delete-group): Decode group name.
16140         (gnus-group-make-rss-group): Encode group name.
16141         (gnus-group-catchup-current): Decode group name.
16142         (gnus-group-kill-group): Decode group name.
16143
16144 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16145
16146         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16147
16148 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-group.el (gnus-group-make-rss-group):
16151         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16152
16153         * gnus-start.el (gnus-setup-news): Honor user's setting to
16154         gnus-message-archive-method.  Suggested by Lute Kamstra
16155         <lute@gnu.org>.
16156
16157 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16158
16159         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16160         global counterparts of the buffer-local variables.
16161
16162 2004-11-16  Romain Francoise  <romain@orebokech.com>
16163
16164         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16165         counterparts of the buffer-local variables.
16166
16167 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * message.el (message-forbidden-properties): Fix typo in doc
16170         string.
16171
16172 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-util.el (gnus-replace-in-string): Add doc string.
16175
16176         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16177         to avoid problems when splitting mails with many recipients.
16178
16179 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16180
16181         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16182         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16183
16184 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16185
16186         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16187         if there is no hashtable in memory or file modification time is
16188         newer than cached timestamp.
16189
16190 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-sum.el (gnus-summary-limit-to-recipient):
16193         Implement not-matching option.
16194
16195 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16198         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16199         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16200         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16201         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16202         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16203
16204 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * message.el (message-forward-make-body-mml): Remove headers
16207         according to message-forward-ignored-headers if a message is decoded.
16208
16209 2004-12-02  Romain Francoise  <romain@orebokech.com>
16210
16211         * message.el (message-forward-make-body-plain): Always remove
16212         headers according to message-forward-ignored-headers.
16213
16214 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16215
16216         * spam.el (spam-summary-prepare-exit): Remove the
16217         gnus-summary-limit pop for now, it has problems with ham marks for
16218         me.
16219
16220 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16221
16222         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16223         correctly.
16224
16225 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16226
16227         * format-spec.el (format-spec): Message the char.
16228
16229 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16230
16231         * gnus-art.el (gnus-split-methods): Reformat comments.
16232
16233         * spam.el (spam-summary-prepare-exit): Remove article limits
16234         before exiting the summary buffer.
16235
16236 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16239         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16240
16241         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16242         order to silence the byte compiler.
16243
16244         * spam.el: Fix the way to silence the byte compiler, which
16245         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16246         bbdb-search-simple, spam-BBDB-register-routine,
16247         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16248         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16249         spam-stat-buffer-is-spam, spam-stat-load,
16250         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16251         spam-stat-save and spam-stat-split-fancy.
16252
16253 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16256         which may confuse users.
16257         (canlock-password-for-verify): Ditto.
16258
16259         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16260
16261         * gnus-art.el (gnus-emphasis-alist): Ditto.
16262
16263         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16264
16265         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16266
16267         * gnus-start.el (gnus-save-killed-list): Ditto.
16268
16269         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16270         (gnus-sum-thread-tree-root): Ditto.
16271         (gnus-sum-thread-tree-false-root): Ditto.
16272         (gnus-sum-thread-tree-single-indent): Ditto.
16273
16274         * message.el (message-courtesy-message): Ditto.
16275         (message-archive-note): Ditto.
16276         (message-subscribed-address-file): Ditto.
16277         (message-user-fqdn): Ditto.
16278
16279         * spam-report.el (spam-report-gmane-regex): Ditto.
16280
16281         * spam.el (spam-blackhole-good-server-regex): Ditto.
16282
16283 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * mml.el (mml-preview): Widen the message buffer before copying
16286         the contents to the preview buffer; sort headers before previewing.
16287
16288         * message.el (message-hidden-headers): Fix the way to avoid a bug
16289         in the `repeat' widget in Emacs 21.3 or earlier.
16290
16291 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * message.el (message-hidden-headers): Default to "^References:".
16294         Improve customization type.  Suggested by Reiner Steib
16295         <Reiner.Steib@gmx.de>.
16296
16297 2004-11-25  Romain Francoise  <romain@orebokech.com>
16298
16299         * message.el (message-strip-forbidden-properties): Remove check for
16300         obsolete `message-hidden' text property, hidden headers are not
16301         accessible in the buffer anymore.
16302
16303 2004-11-22  Romain Francoise  <romain@orebokech.com>
16304
16305         * message.el (message-header-format-alist): Add `From' in list
16306         so that it can be sorted.
16307         (message-fix-before-sending): Widen and sort headers before
16308         sending.
16309         (message-hide-headers): Use narrowing to hide headers by moving
16310         them to the top of the buffer and narrowing to the region
16311         underneath.
16312
16313 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16314
16315         * message.el (message-strip-forbidden-properties):
16316         Bind buffer-read-only (etc) to nil.
16317
16318 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16321         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16322
16323 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16324
16325         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16326
16327 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * dns.el (query-dns): Use sit-for to time instead of
16330         accept-process-output, since that doesn't seem to work on udp
16331         sockets.
16332
16333 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16336
16337 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16338
16339         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16340         doc string.  Improve doc string.
16341
16342 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * nntp.el (nntp-request-update-info): Return nil if
16345         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16346         may not call gnus-activate-group which uselessly issues the GROUP
16347         commands for all nntp groups and wastes time.  Reported by Romain
16348         Francoise <romain@orebokech.com>.
16349
16350         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16351
16352 2004-11-15  Simon Josefsson  <jas@extundo.com>
16353
16354         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16355         headers separately.
16356         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16357         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16358
16359 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * gnus-start.el (gnus-convert-old-newsrc):
16362         Assign legacy-gnus-agent to 5.10.7.
16363
16364 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16365
16366         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16367         start of the lines.
16368
16369 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16370
16371         * hashcash.el (hashcash-default-payment): Change default to 20.
16372         (hashcash-default-accept-payment): Change default to 20.
16373         (hashcash-process-alist): New variable.
16374         (hashcash-generate-payment-async): Add.
16375         (hashcash-already-paid-p): Add.
16376         (hashcash-insert-payment): Don't generate payments twice.
16377         (hashcash-insert-payment-async): Add.
16378         (hashcash-insert-payment-async-2): Add.
16379         (hashcash-cancel-async): Add.
16380         (hashcash-wait-async): Add.
16381         (hashcash-processes-running-p): Add.
16382         (hashcash-wait-or-cancel): Add.
16383         (mail-add-payment): New optional argument.  Conditionally start
16384         asynchronous calculation.
16385         (mail-add-payment-async): Add.
16386
16387         * message.el (message-send-mail): Wait for asynchronous hashcash
16388         results.  Don't clobber existing X-Hashcash headers.
16389         (message-setup-1): Call mail-add-payment-async when
16390         message-generate-hashcash is non-nil.
16391
16392 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16393
16394         * message.el (message-use-alternative-email-as-from): Examine the
16395         From header as well; use message-make-from in order to include a
16396         user's full name.
16397
16398 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16401         default; improve customization type.
16402         (gnus-emphasis-custom-with-format): New macro.
16403         (gnus-emphasis-custom-value-to-external): New function.
16404         (gnus-emphasis-custom-value-to-internal): New function.
16405
16406 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16407
16408         * dns.el (query-dns): Resolve reverse addresses.
16409
16410 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16411
16412         * gnus-group.el (gnus-group-get-new-news): Use it.
16413
16414         * gnus-start.el (gnus-check-reasonable-setup): New function.
16415
16416 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16419         "Args out of range" error.  Reported by Arnaud Giersch
16420         <arnaud.giersch@free.fr>.
16421
16422 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16423
16424         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16425
16426 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16427
16428         * spam.el (spam group): Add :version.
16429
16430         * pgg-def.el (pgg group): Add :version.
16431
16432 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * gnus-art.el (gnus-article-edit-article): Don't associate the
16435         article buffer with a draft file.  This is a temporary measure
16436         against the 2004-08-22 change to gnus-article-edit-mode.
16437
16438 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16441         (html2text-format-tags): Remove unused variable `attr'.
16442
16443 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16444
16445         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16446
16447         * tls.el (tls-process-connection-type, tls-success)
16448         (tls-certtool-program): Add :version.
16449
16450         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16451         (starttls-extra-arguments, starttls-process-connection-type)
16452         (starttls-connect, starttls-failure, starttls-success): Add :version.
16453
16454         * spam-stat.el (spam-stat): Add :version.
16455
16456         * sieve.el (sieve): Add :version.
16457
16458         * sha1.el (sha1): Add :version.
16459         (sha1-use-external): Remove redundant version.
16460
16461         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16462         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16463         (nnmail-split-fancy-match-partial-words)
16464         (nnmail-split-lowercase-expanded): Add :version.
16465
16466         * nndiary.el (nndiary): Add :version.
16467
16468         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16469
16470         * mml-sec.el (mml-default-sign-method)
16471         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16472         Add :version.
16473
16474         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16475
16476         * mm-url.el (mm-url-use-external, mm-url-program)
16477         (mm-url-arguments): Add :version.
16478
16479         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16480         (mm-attachment-file-modes, mm-decrypt-option)
16481         (mm-w3m-safe-url-regexp): Add :version.
16482
16483         * message.el (message-cite-prefix-regexp)
16484         (message-sendmail-envelope-from, message-minibuffer-local-map)
16485         (message-user-fqdn, message-completion-alist): Add :version.
16486
16487         * gnus-win.el (gnus-configure-windows-hook)
16488         (gnus-use-frames-on-any-display): Add :version.
16489
16490         * gnus-art.el (gnus-article-address-banner-alist)
16491         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16492         (gnus-treat-from-picon, gnus-treat-mail-picon)
16493         (gnus-treat-x-pgp-sig): Add :version.
16494
16495         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16496         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16497         (gnus-summary-article-delete-hook)
16498         (gnus-summary-display-while-building): Add :version.
16499
16500         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16501         (gnus-get-top-new-news-hook): Add :version.
16502
16503         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16504         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16505
16506         * gnus-registry.el (gnus-registry): Add :version.
16507
16508         * gnus-spec.el (gnus-use-correct-string-widths)
16509         (gnus-make-format-preserve-properties): Add :version.
16510
16511         * gnus.el (gnus-group-charter-alist)
16512         (gnus-group-fetch-control-use-browse-url)
16513         (gnus-install-group-spam-parameters): Add :version.
16514
16515         * gnus-diary.el (gnus-diary): Add :version.
16516
16517         * gnus-delay.el (gnus-delay): Add :version.
16518
16519         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16520         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16521         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16522         Add :version.
16523
16524         * gnus-agent.el (gnus-agent-max-fetch-size)
16525         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16526         (gnus-agent-prompt-send-queue): Add :version.
16527
16528         * deuglify.el (gnus-outlook-deuglify): Add :version.
16529
16530         * html2text.el: Beautify code.  Improve doc strings.
16531         Some checkdoc cleanup.
16532         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16533
16534 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16535
16536         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16537
16538 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16539
16540         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16541         when package is loaded.
16542
16543         * spam.el (spam-summary-score-preferred-header): Add global preference
16544         for people who want to override the default SpamAssassin over
16545         Bogofilter preference (when both are set).
16546         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16547         (spam-user-format-function-S):
16548         Check spam-summary-score-preferred-header.
16549         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16550         (spam-user-format-function-S): Format the score correctly.
16551
16552 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16555         signature file.  Suggested by Manoj Srivastava
16556         <srivasta@golden-gryphon.com>.
16557
16558         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16559         iso-2022-jp even in the Japanese language environment.
16560         Suggested by Jason Rumney <jasonr@gnu.org>.
16561
16562 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16565         use the same characters as the dummy marks; make it free from
16566         getting affected by the language environment.
16567         (gnus-summary-read-group-1): Update mark positions only when the
16568         format spec is updated.
16569
16570         * gnus-spec.el (gnus-update-format-specifications): Return a list
16571         of updated types.
16572
16573 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16576         of boundp to check if display-warning is available.
16577
16578 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16579
16580         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16581
16582 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * nnspool.el (nnspool-spool-directory): Use news-path if the
16585         news-directory variable is not bound.
16586
16587         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16588         function instead of display-warning if it is not available.
16589
16590 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16591
16592         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16593         v5-10: Use `point-at-bol'.
16594
16595 2004-10-26  Simon Josefsson  <jas@extundo.com>
16596
16597         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16598         <chenggao@gmail.com>.
16599
16600 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16603         instead.
16604
16605 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16608         to remove a server from the nnimap-server-buffer-alist.
16609         (nnimap-open-connection, nnimap-close-server): Use it.
16610
16611         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16612
16613 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16616         running the major-mode function.
16617
16618 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16621         dummy marks in the right way.
16622
16623 2004-10-18  David Edmondson  <dme@dme.org>
16624
16625         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16626         excessively.
16627
16628 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * gnus-util.el (gnus-split-references): Accept a nil references
16631         string and go on blissfully.
16632
16633         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16634         cases where the references string is non-nil but has no references.
16635
16636         * encrypt.el: Add autoload tags.
16637
16638         * spam.el (spam-resolve-registrations-routine): Remove article
16639         from unregistration list too.  Reported by David Hanak
16640         <dhanak@isis.vanderbilt.edu>
16641
16642 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16645         nil.  Change custom type.
16646
16647 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16648
16649         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16650
16651         * gnus-sum.el (gnus-summary-move-article): Use it.
16652
16653 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16654
16655         * encrypt.el: Add autoload cookies.
16656
16657         * spam.el (spam-backend-article-list-property)
16658         (spam-backend-get-article-todo-list)
16659         (spam-backend-put-article-todo-list)
16660         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16661         Resolve registrations separately.
16662         (spam-register-routine): Format comments.
16663         (spam-unregister-routine, spam-register-routine): Always call with
16664         specific-articles, no default list.
16665         (spam-summary-prepare-exit): Use the spam-classifications function.
16666
16667         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16668         gnus-encrypt.el.
16669
16670         * encrypt.el: Copied from gnus-encrypt.el.
16671
16672         * gnus-encrypt.el: Commented that it's obsolete.
16673
16674 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16677         (gnus-score-save): Use it.
16678
16679         * message.el (message-bury): Use `window-dedicated-p'.
16680
16681 2004-10-15  Simon Josefsson  <jas@extundo.com>
16682
16683         * pop3.el (top-level): Don't require nnheader.
16684         (pop3-read-timeout): Add.
16685         (pop3-accept-process-output): Add.
16686         (pop3-read-response, pop3-retr): Use it.
16687
16688 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16689
16690         * spam.el (spam-register-routine): Move comment.
16691         (spam-verify-bogofilter): Use 'unknown for the initial
16692         spam-bogofilter-valid state, not 'never.
16693
16694         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16695         for netrc-machine.
16696
16697         * nnimap.el (nnimap-open-connection):
16698         Use netrc-machine-user-or-password.
16699
16700 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16701
16702         * gnus-registry.el (gnus-registry-unload-hook):
16703         Set as a variable with add-hook.
16704
16705         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16706         of news-path.
16707
16708         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16709
16710         * spam.el: Delete duplicate `provide'.
16711         (spam-unload-hook): Set as a variable with add-hook.
16712
16713 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16716         in the doc string.
16717
16718         * message.el (message-ignored-news-headers)
16719         (message-ignored-supersedes-headers)
16720         (message-ignored-resent-headers)
16721         (message-forward-ignored-headers): Improve custom type.
16722
16723 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * message.el (message-tokenize-header): Fix 2004-09-06 change
16726         which used point-min in the wrong place.
16727
16728 2004-10-12  Simon Josefsson  <jas@extundo.com>
16729
16730         * tls.el (tls-certtool-program): New variable.
16731         (tls-certificate-information): New function, based on
16732         ssl-certificate-information.
16733
16734 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * compface.el: Move the version of ELisp-based uncompface program
16737         to the contrib directory because of the copyright problem.
16738
16739 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * message.el (message-kill-buffer): Raise the current frame.
16742
16743 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16746
16747         * gnus.el (message-y-or-n-p): Autoload.
16748
16749         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16750         (pop3-password-required, pop3-authentication-scheme)
16751         (pop3-leave-mail-on-server): Make customizable.
16752         (pop3): New custom group.
16753         (pop3-retr): Remove `sleep-for' statements.
16754         Suggested by Dave Love <fx@gnu.org>.
16755
16756         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16757         Windows/DOS.
16758
16759         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16760         (imap-parse-body): Fix incorrect use of `assert'.
16761         Suggested by Dave Love <fx@gnu.org>.
16762
16763         * mml.el (mml-minibuffer-read-disposition): Require match.
16764         Suggested by Dave Love <fx@gnu.org>.
16765
16766 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16769         doc string.
16770
16771 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16774
16775 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16776
16777         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16778         instead of calling `mm-insert-inline', to decode text/* parts
16779         before displaying them.
16780
16781 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * mm-uu.el (mm-uu-text-plain-type): New variable.
16784         (mm-uu-pgp-signed-extract-1): Use it.
16785         (mm-uu-pgp-encrypted-extract-1): Use it.
16786         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16787         bind mm-uu-text-plain-type with that value.
16788         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16789         mm-uu-dissect.
16790
16791 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-group.el (gnus-update-group-mark-positions):
16794         * gnus-sum.el (gnus-update-summary-mark-positions):
16795         * message.el (message-check-news-body-syntax):
16796         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16797         of string-as-multibyte.
16798
16799 2004-10-05  Juri Linkov  <juri@jurta.org>
16800
16801         * gnus-group.el (gnus-update-group-mark-positions):
16802         * gnus-sum.el (gnus-update-summary-mark-positions):
16803         * message.el (message-check-news-body-syntax):
16804         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16805         8-bit unibyte values to a multibyte string for search functions.
16806
16807 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16810         (mm-uu-dissect-text-parts): New function.
16811
16812         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16813         dissect text parts.
16814
16815         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16816         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16817
16818         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16819
16820         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16821         Use gnus-current-topics instead of gnus-current-topic.
16822
16823 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16824
16825         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16826
16827 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16828
16829         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16830         where approriate.
16831
16832         * nnml.el (nnml-generate-active-info): do.
16833
16834         * nndiary.el (nndiary-generate-active-info): do.
16835
16836         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16837         (gnus-topic-move): do.
16838
16839         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16840         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16841
16842         * gnus-srvr.el (gnus-server-prepare)
16843         (gnus-server-open-all-servers): do.
16844
16845         * gnus-msg.el (gnus-summary-cancel-article)
16846         (gnus-summary-resend-message)
16847         (gnus-summary-mail-crosspost-complaint): do.
16848
16849         * gnus-move.el (gnus-change-server): do.
16850
16851         * gnus-group.el (gnus-group-unmark-all-groups)
16852         (gnus-group-set-current-level): do.
16853
16854 2004-10-04  Simon Josefsson  <jas@extundo.com>
16855
16856         * message.el (message-generate-hashcash): Doc fix.
16857
16858 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16859
16860         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16861         avoid infinite recursion via gnus-get-function.
16862
16863 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16864
16865         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16866
16867         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16868
16869         * nnmail.el (nnmail-split-history): do.
16870
16871         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16872         (nnml-request-delete-group): do.
16873
16874         * nnslashdot.el (nnslashdot-read-groups): do.
16875
16876         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16877         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16878
16879         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16880         (nnspool-sift-nov-with-sed): Use last.
16881         (nnspool-retrieve-headers-with-nov): Use mapc.
16882         (nnspool-request-newgroups): Use dolist.
16883         (nnspool-request-group): Use last.
16884
16885         * nntp.el (nntp-read-server-type): Use dolist.
16886
16887         * nnvirtual.el (nnvirtual-create-mapping)
16888         (nnvirtual-update-read-and-marked): Use dolist.
16889         (nnvirtual-convert-headers): Simplify.
16890
16891 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16892
16893         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16894         Add support for sync'ing tick marks.
16895
16896 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16899         there's no visible header.
16900
16901 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16902
16903         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16904         When necessary, pass full group name to gnus-request-set-marks.
16905
16906 2004-10-01  Simon Josefsson  <jas@extundo.com>
16907
16908         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16909         acroread.
16910
16911 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16912
16913         * spam-report.el (spam-report-gmane): Fix interactive.
16914
16915         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16916
16917         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16918         when writing file.
16919         (gnus-agent-synchronize-flags): Don't default to being
16920         interactive.
16921
16922 2004-09-30  Simon Josefsson  <jas@extundo.com>
16923
16924         * message.el (message-generate-hashcash): Add.
16925         (message-send-mail): Use it, call mail-add-payment.
16926
16927 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16928
16929         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16930
16931 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16932
16933         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16934         gnus-requst-update-info with explicit code to sync the in-memory
16935         info read flags with the marks being sync'd to the backend.
16936
16937         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16938
16939 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * spam.el (spam-verify-bogofilter): Add new function.
16942         (spam-check-bogofilter)
16943         (spam-bogofilter-register-with-bogofilter): Use it.
16944         (spam-verify-bogofilter): Add small fixes.
16945
16946 2004-09-28  Simon Josefsson  <jas@extundo.com>
16947
16948         * hashcash.el (hashcash-generate-payment): Revert.
16949
16950 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16951
16952         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16953         Use gnus-extract-references instead of gnus-split-references.
16954
16955         * gnus-util.el (gnus-extract-references): Add new function, analogous
16956         to gnus-split-references but extracts only the message-ID without
16957         anything extra.
16958
16959         * hashcash.el (hashcash-generate-payment)
16960         (hashcash-check-payment): Do the right thing if hashcash-path is
16961         nil (because the hashcash program could not be found).
16962
16963         * spam.el (spam-use-hashcash): Remove comment.
16964
16965 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16966
16967         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16968         (gnus-cache-enter-article, gnus-cache-remove-article)
16969         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16970
16971         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16972
16973         * gnus-art.el (article-hide-boring-headers)
16974         (article-translate-strings, article-display-face)
16975         (gnus-article-mime-match-handle-first)
16976         (gnus-article-highlight-headers)
16977         (gnus-article-add-buttons-to-head): do.
16978
16979 2004-09-27  Simon Josefsson  <jas@extundo.com>
16980
16981         * hashcash.el: New version, from
16982         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16983         ../contrib/.
16984
16985 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16988
16989 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * gnus-dup.el (gnus-dup-open): Use mapc.
16992         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16993
16994         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16995         Reported by Stefan Wiens <s.wi@gmx.net>.
16996
16997         * gnus.el (gnus-shutdown): Use dolist.
16998
16999         * gnus-undo.el (gnus-undo): Use mapc.
17000
17001         * nnrss.el (nnrss-generate-active): do.
17002
17003         * message.el (message-cite-original-without-signature)
17004         (message-cite-original): Use mapc.
17005         (message-do-actions, message-make-forward-subject): Use dolist.
17006
17007 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17008
17009         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17010         deletion to remove entire duplicate line.  Fixes merged article
17011         number bug.
17012
17013 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17014
17015         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17016         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17017         first ask if you want to open a server and then, even when you
17018         responded with no, asking if you want to synchronize the server's
17019         flags.
17020         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17021         multi-line expressions.
17022         (gnus-agent-synchronize-group-flags): New internal function.
17023         Updates marks in memory (in the info structure) AND in the
17024         backend.
17025
17026         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17027
17028         * nnagent.el (nnagent-request-set-mark):
17029         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17030         method, to ensure that synchronization updates marks in the
17031         backend and in the info (in memory) structure.
17032
17033 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17036         convention fully; don't miss the root article of a thread; make
17037         the X-Draft-From header with correct article numbers.
17038
17039 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17040
17041         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17042         unless plugged.  Disable the agent so that an open failure causes
17043         an error.
17044
17045         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17046         Revert 2004-09-21 change.  The backend must be opened while
17047         synchronizing flags even when the backend stores the flags
17048         locally.
17049
17050 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17051
17052         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17053         in `header' match.  Reported by Svend Tollak Munkejord.
17054
17055         * message.el (message-cite-original): Fix use of
17056         `message-cite-articles-with-x-no-archive'.
17057
17058 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17061         (gnus-window-to-buffer): Ditto.
17062
17063         * mml.el (mml-preview-buffer): New variable.
17064         (mml-preview): Manage window layout with gnus-buffer-configuration.
17065
17066         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17067         X-Draft-From header even if those articles aren't quoted.
17068
17069 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17070
17071         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17072         (gnus-request-set-mark, gnus-request-update-mark): Use new
17073         g-s-t-u-l-m to decide to use backend even when unplugged.
17074
17075 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17078         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17079
17080 2004-09-20  Simon Josefsson  <jas@extundo.com>
17081
17082         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17083         "utf-16-le".
17084
17085 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17086
17087         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17088
17089 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * uudecode.el (uudecode-use-external): Add :version.
17092
17093         * smime.el (smime-CA-file, smime-encrypt-cipher)
17094         (smime-dns-server): Add :version.
17095
17096         * smiley.el (gnus-smiley-file-types): Add :version.
17097
17098         * sha1.el (sha1-use-external): Add :version.
17099
17100         * pgg-def.el (pgg-query-keyserver): Add :version.
17101
17102         * nnmail.el (nnmail-fancy-expiry-targets)
17103         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17104         Add :version.
17105
17106         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17107         (nnimap-retrieve-groups-asynchronous): Add :version.
17108         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17109
17110         * mml.el (mml-content-disposition-parameters)
17111         (mml-insert-mime-headers-always): Add :version.
17112
17113         * mm-util.el (mm-coding-system-priorities): Add :version.
17114
17115         * mm-decode.el (mm-inline-text-html-with-images)
17116         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17117         (mm-verify-option): Add :version.
17118         (mm-text-html-renderer): Change :version.
17119
17120         * message.el (message-fcc-externalize-attachments)
17121         (message-required-headers, message-draft-headers)
17122         (message-subject-trailing-was-query)
17123         (message-subject-trailing-was-ask-regexp)
17124         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17125         (message-mark-insert-end, message-archive-header)
17126         (message-archive-note, message-cross-post-default)
17127         (message-cross-post-note, message-followup-to-note)
17128         (message-cross-post-note-function, message-use-mail-followup-to)
17129         (message-subscribed-address-functions)
17130         (message-subscribed-address-file, message-subscribed-addresses)
17131         (message-subscribed-regexps, message-allow-no-recipients)
17132         (message-yank-cited-prefix, message-signature-insert-empty-line)
17133         (message-hidden-headers, message-hierarchical-addresses)
17134         (message-mail-user-agent, message-use-idna)
17135         (message-valid-fqdn-regexp)
17136         (message-strip-special-text-properties, message-header-synonyms)
17137         (message-beginning-of-line, message-tab-body-function): Add :version.
17138         (message-insert-canlock, message-wide-reply-confirm-recipients):
17139         Change :version.
17140
17141         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17142         and :version.
17143         (mail-source-delete-old-incoming-confirm)
17144         (mail-source-movemail-program): Add :version.
17145
17146         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17147         (gnus-agent-cache, gnus-agent): Change :version.
17148
17149         * gnus-util.el (gnus-use-byte-compile): Change :version.
17150
17151         * gnus-sum.el (gnus-summary-make-false-root-always)
17152         (gnus-summary-default-high-score)
17153         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17154         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17155         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17156         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17157         (gnus-sum-thread-tree-single-indent)
17158         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17159         (gnus-sum-thread-tree-leaf-with-other)
17160         (gnus-sum-thread-tree-single-leaf): Add :version.
17161         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17162         (gnus-article-loose-mime): Change :version.
17163
17164         * gnus-start.el (gnus-backup-startup-file)
17165         (gnus-save-startup-file-via-temp-buffer): Add :version.
17166
17167         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17168         (gnus-server-offline-face): Add :version.
17169
17170         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17171
17172         * gnus-msg.el (gnus-gcc-externalize-attachments)
17173         (gnus-debug-files, gnus-debug-exclude-variables)
17174         (gnus-discouraged-post-methods): Change :version.
17175         (gnus-confirm-mail-reply-to-news)
17176         (gnus-confirm-treat-mail-like-news): Add :version.
17177
17178         * gnus-int.el (gnus-server-unopen-status): Add :version.
17179
17180         * gnus-group.el (gnus-group-jump-to-group-prompt)
17181         (gnus-large-ephemeral-newsgroup)
17182         (gnus-fetch-old-ephemeral-headers): Add :version.
17183
17184         * gnus-fun.el (gnus-x-face-directory)
17185         (gnus-convert-pbm-to-x-face-command)
17186         (gnus-convert-image-to-x-face-command)
17187         (gnus-convert-image-to-face-command): Add :version.
17188
17189         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17190
17191         * gnus-cite.el (gnus-cite-blank-line-after-header)
17192         (gnus-article-boring-faces): Add :version.
17193
17194         * gnus-art.el (gnus-buttonized-mime-types)
17195         (gnus-inhibit-mime-unbuttonizing)
17196         (gnus-treat-display-face)
17197         (gnus-treat-body-boundary): Change :version.
17198         (gnus-body-boundary-delimiter, gnus-picon-databases)
17199         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17200         (gnus-treat-date-english, gnus-treat-fold-headers)
17201         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17202         (gnus-treat-mail-picon, gnus-treat-wash-html)
17203         (gnus-article-encrypt-protocol)
17204         (gnus-use-idna, gnus-article-over-scroll)
17205         (gnus-mime-display-multipart-alternative-as-mixed)
17206         (gnus-mime-display-multipart-related-as-mixed)
17207         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17208         (gnus-ctan-url, gnus-button-ctan-handler)
17209         (gnus-button-handle-ctan-bogus-regexp)
17210         (gnus-button-ctan-directory-regexp)
17211         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17212         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17213         (gnus-button-man-level, gnus-button-emacs-level)
17214         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17215
17216         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17217         (gnus-agent-go-online): Change :version.
17218         (gnus-agent-expire-unagentized-dirs)
17219         (gnus-agent-auto-agentize-methods): Add :version.
17220
17221         * flow-fill.el (fill-flowed-display-column)
17222         (fill-flowed-encode-column): Add :version.
17223
17224         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17225         (gnus-outlook-deuglify-unwrap-max)
17226         (gnus-outlook-deuglify-cite-marks)
17227         (gnus-outlook-deuglify-unwrap-stop-chars)
17228         (gnus-outlook-deuglify-no-wrap-chars)
17229         (gnus-outlook-deuglify-attrib-cut-regexp)
17230         (gnus-outlook-deuglify-attrib-verb-regexp)
17231         (gnus-outlook-deuglify-attrib-end-regexp)
17232         (gnus-outlook-display-hook): Add :version.
17233
17234         * binhex.el (binhex-use-external): Add :version.
17235
17236 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17237
17238         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17239         and `invisible'.
17240
17241 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17242
17243         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17244         in gnus-registry-trim.
17245
17246 2004-09-13  Simon Josefsson  <jas@extundo.com>
17247
17248         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17249
17250         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17251
17252         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17253         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17254         <yamaoka@jpl.org>.
17255         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17256         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17257         <yamaoka@jpl.org>.
17258
17259         * sieve.el (sieve-manage-mode): Ditto.
17260
17261 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17264
17265 2004-09-11  Simon Josefsson  <jas@extundo.com>
17266
17267         * dns-mode.el: Add.
17268
17269         * mm-view.el (mm-display-dns-inline): Add.
17270
17271         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17272         (mm-automatic-display): Ditto.
17273
17274         * mailcap.el (mailcap-mime-data): Add text/dns.
17275         (mailcap-mime-extensions): Map .soa to text/dns.
17276
17277 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17278
17279         * gnus-art.el (article-decode-mime-words, article-babel)
17280         (gnus-article-highlight-signature, gnus-article-add-buttons)
17281         (gnus-signature-toggle): Remove unnecessary bindings of
17282         `inhibit-read-only' inherited from v5.10 merge.
17283
17284 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * nntp.el (nntp): New customization group.
17287         (nntp-authinfo-file): Add customization group.
17288
17289         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17290
17291         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17292
17293         * gnus.el (to-address, to-list, subscribed)
17294         (large-newsgroup-initial): Ditto.
17295
17296         * flow-fill.el (fill-flowed-display-column)
17297         (fill-flowed-encode-column): Ditto.
17298
17299 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17300
17301         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17302         Use point-min rather than 1.
17303         (message-send-mail): Use buffer-size rather than point-max.
17304
17305         * gnus-sum.el (gnus-summary-search-article-forward):
17306         Signal a specific `search-failed' rather than a generic `error'.
17307
17308         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17309         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17310         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17311
17312 2004-09-10  Simon Josefsson  <jas@extundo.com>
17313
17314         * nndb.el (require): Remove tcp and duplicate cl.
17315
17316 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-agent.el (directory-files-and-attributes): Move forward.
17319
17320 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17321
17322         * gnus-agent.el (directory-files-and-attributes):
17323         Optionally defined to support XEmacs.
17324
17325 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17326
17327         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17328         to avoid run-time CL dependencies.
17329         (gnus-agent-unfetch-articles): New function.
17330         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17331         article numbers even when local .overview file is missing.
17332         (gnus-agent-read-article-number): New function.  Only accepts
17333         27-bit article numbers.
17334         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17335         Use gnus-agent-read-article-number.
17336         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17337         from backend while recognizing that article numbers in .overview
17338         must be valid.
17339         (gnus-agent-update-files-total-fetched-for):
17340         Use directory-files-and-attributes to improve performance.
17341         * gnus-int.el (gnus-request-move-article):
17342         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17343         improve performance.
17344
17345         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17346         some users confused by references to .newsrc when they only have a
17347         .newsrc.eld file.
17348         (gnus-convert-mark-converter-prompt)
17349         (gnus-convert-converter-needs-prompt): Fix use of property list.
17350         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17351         New function.  Used internally to only display 'gnus converting
17352         files' message when actually necessary.
17353
17354         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17355         methods now autoloaded.
17356
17357 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17360         identifiers.
17361
17362 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * gnus-picon.el: Fix indentation and closing parenthesis.
17365
17366 2004-09-01  Simon Josefsson  <jas@extundo.com>
17367
17368         * message.el (message-canlock-generate): Require sha1, not
17369         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17370         to require within a function.  Sadly, if sha1.el isn't loaded, the
17371         let binding in m-c-g will hide the defcustom definition, which is
17372         bad.)
17373
17374         * canlock.el: Require sha1, not sha1-el.
17375
17376         * message.el: Don't autoload sha1 (there is a autoload cookie in
17377         sha1.el).
17378
17379         * sha1-el.el: Rename to sha1.el.
17380
17381 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17382
17383         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17384
17385 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17386
17387         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17388
17389 2004-08-30  Kim F. Storm  <storm@cua.dk>
17390
17391         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17392
17393         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17394         Add :group 'nnimap.
17395
17396 2004-08-30  Andreas Schwab  <schwab@suse.de>
17397
17398         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17399         ?* and ?\;.
17400
17401         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17402         and ?\' to symbol instead of whitespace.
17403
17404 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17407
17408         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17409         instead of re-search-forward.
17410
17411         * gnus-uu.el (gnus-uu-save-article): Ditto.
17412         (gnus-uu-post-encode-uuencode): Ditto.
17413
17414         * html2text.el (html2text-clean-list-items): Ditto.
17415         (html2text-clean-dtdd): Ditto.
17416         (html2text-format-tags): Ditto.
17417
17418         * message.el (message-send-mail-with-sendmail): Fix regexp.
17419         (message-fill-field-general): Use search-forward instead of
17420         re-search-forward.
17421         (unbold-region): Ditto.
17422
17423         * nnrss.el (nnrss-request-article): Ditto.
17424
17425         * nnslashdot.el (nnslashdot-request-article): Ditto.
17426
17427         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17428
17429         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17430         "Unrecognized menu descriptor" error in XEmacs.
17431
17432 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17433
17434         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17435         parent article of a sparse article in the thread hashtb.
17436
17437 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17438
17439         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17440         (nnmail-expand-newtext): Lowercase expanded entries if
17441         nnmail-split-lowercase-expanded is non-nil.
17442
17443 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17446
17447         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17448         of gnus-tmp-news-method into string under XEmacs.  It will be
17449         passed to gnus-correct-length which takes only a string argument.
17450
17451 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * gnus-util.el (gnus-bind-print-variables): New macro.
17454         (gnus-prin1): Use it.
17455         (gnus-prin1-to-string): Use it.
17456         (gnus-pp): New function.
17457         (gnus-pp-to-string): New function.
17458
17459         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17460         Replace pp-to-string with gnus-pp-to-string.
17461         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17462         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17463         * gnus-msg.el (gnus-debug): Ditto.
17464         * gnus-score.el (gnus-score-save): Ditto.
17465         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17466         gnus-pp-to-string.
17467         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17468         with gnus-pp.
17469         * score-mode.el (gnus-score-pretty-print): Ditto.
17470         * webmail.el (webmail-debug): Ditto.
17471
17472 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * gnus-art.el (article-display-face, article-display-x-face):
17475         Use buffer-read-only.
17476
17477 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * gnus-art.el (article-hide-list-identifiers):
17480         Bind inhibit-read-only as t.
17481
17482 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17485
17486 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17487
17488         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17489         (gnus-narrow-to-page): Don't assume point-min == 1.
17490         (gnus-article-edit-mode): Derive from message-mode.
17491
17492         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17493         point-min == 1.
17494
17495         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17496         Disable incorrect use of `assert'.
17497
17498         * message.el (message-mode): Set comment-start-skip.
17499
17500
17501 2004-08-22  Sam Steingold  <sds@gnu.org>
17502
17503         * pop3.el (pop3-leave-mail-on-server): New user variable.
17504         (pop3-movemail): Delete mail only when it is nil.
17505
17506 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17509
17510         * mml.el (mml-preview): Use `pop-to-buffer'.
17511
17512         * message.el (message-goto-mail-followup-to): Insert after "To".
17513         (message-carefully-insert-headers): Add comment.
17514
17515         * gnus.el: Remove unused variable `gnus-article-check-size'.
17516
17517         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17518
17519         * gnus-art.el (gnus-button-alist):
17520         Improve `gnus-button-handle-library' entry.
17521
17522 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17523
17524         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17525         Use downcase, since XEmacs capitalizes error messages differently.
17526
17527 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17528
17529         * nntp.el: Add (require 'gnus) due to reference to
17530         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17531
17532 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17533
17534         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17535         Bind `mm-fill-flowed'.
17536
17537         * mm-decode.el (mm-dissect-singlepart): Check it.
17538
17539 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17542         'imap' for netrc parsing.
17543
17544 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * mailcap.el (mailcap-mime-data): Mark as risky.
17547
17548 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17551         may be included in the encoded word.
17552         (rfc2047-encode): Don't append a space if the encoded word
17553         includes close parenthesis.
17554
17555 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17558         of text within parentheses.
17559
17560 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17561
17562         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17563         (gnus-encrypt-write-file-contents): Make the password key the file
17564         name PLUS the cipher, not just the cipher.  Also remove failed
17565         passwords from the cache.
17566
17567 2004-08-06  Simon Josefsson  <jas@extundo.com>
17568
17569         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17570         Doc fix.
17571
17572 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17575         LWSP.
17576
17577 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17578
17579         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17580         Try to append in-reply-to: data to the references: header.
17581
17582         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17583         (netrc-parse): Use gnus-encrypt.el functions.
17584
17585         * gnus-encrypt.el: Add new file for encryption support; currently
17586         does only a few GPG ciphers and an internal XOR cipher.
17587
17588         * password.el: Add comments on using password-read-and-add.
17589         (password-read-and-add): Add function to read and add the
17590         password to the cache at once.
17591
17592 2004-07-28  Simon Josefsson  <jas@extundo.com>
17593
17594         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17595         parameter (but don't use it, for now).
17596
17597         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17598         instead of hard coding to nil.
17599
17600 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17603         as mm-inline-image-xemacs does.
17604
17605 2004-07-26  Simon Josefsson  <jas@extundo.com>
17606
17607         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17608         Revert part of 2004-07-17 change below.
17609
17610 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17613         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17614
17615 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616
17617         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17618         quotes that actually start with ">" at the beginning of the
17619         lines.
17620
17621 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * rfc2047.el (rfc2047-encode-region): Fix last change.
17624         (rfc2047-encode-parameter): Remove useless concat.
17625
17626 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17629         encode special characters; fix some kind of misconfigured headers;
17630         signal a real error if debug-on-quit or debug-on-error is non-nil.
17631         (rfc2047-encode-max-chars): New variable.
17632         (rfc2047-encode-1): Use it.
17633         (rfc2047-encode-parameter): New function.
17634
17635         * mml.el (mml-insert-parameter): Remove an excessive space.
17636
17637 2004-07-17  Simon Josefsson  <jas@extundo.com>
17638
17639         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17640         Kai Grossjohann <kai@emptydomain.de>.
17641         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17642         (gnus-group-make-menu-bar): Ditto.
17643
17644         * gnus-util.el (gnus-group-server): Add.
17645
17646 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * message.el (message-clone-locals): Clone sendmail and smtp
17649         variables.
17650
17651 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * rfc2047.el (rfc2047-encode-region): Fix last change.
17654
17655 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17658         characters as non-special.
17659
17660 2004-07-09  Simon Josefsson  <jas@extundo.com>
17661
17662         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17663         Users will lose all flag changes made while unplugged with
17664         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17665         good default.  See numerous reports on ding mailing list.
17666
17667 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17670         add generate-head-function and generate-article-function to the
17671         rfc822-forward entry.
17672         (nndoc-rfc822-forward-generate-article): New function.
17673         (nndoc-rfc822-forward-generate-head): New function.
17674
17675         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17676
17677 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17678
17679         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17680         respect display group parameter and gnus-summary-expunge-below.
17681         (gnus-articles-to-read): Remove unused reference to display group
17682         parameter.
17683
17684 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17685
17686         * nnheader.el (nnheader-uniquify-message-id): New experimental
17687         variable.
17688         (nnheader-nov-read-message-id): Use it.
17689
17690         * spam-report.el (spam-report-gmane): Add interactive.
17691
17692 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * mm-encode.el (mm-content-transfer-encoding-defaults):
17695         Use qp-or-base64 for the application/* types.
17696
17697 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17698
17699         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17700
17701 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17704         trim value.
17705
17706 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17707
17708         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17709         New macro and function.
17710         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17711
17712 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17715         after-load-alist.
17716
17717 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17718
17719         * gnus-group.el (gnus-group-get-new-news-this-group):
17720         Don't update info that isn't there.
17721
17722 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17723
17724         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17725         entry.
17726
17727 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * mm-view.el (mm-inline-render-with-function): Use multibyte
17730         buffer; decode html source by charset.
17731
17732         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17733
17734         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17735         Mule-UCS is loaded under XEmacs.
17736         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17737
17738 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17739
17740         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17741
17742 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * mm-util.el (mm-coding-system-p): Return a coding-system.
17745         (mm-mime-mule-charset-alist): Use shift_jis instead of
17746         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17747         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17748         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17749         instead of japanese-shift-jis and iso-latin-1 respectively in
17750         order to share the default value with both Emacs and XEmacs-mule.
17751         (mm-mule-charset-to-mime-charset):
17752         Make mm-coding-system-priorities effective.
17753         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17754         while predicating of candidates upon the priorities.
17755
17756 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17757
17758         * gnus-sum.el (gnus-summary-make-menu-bar):
17759         Add gnus-uu-invert-processable.
17760
17761         * gnus.el: Autoload gnus-uu-invert-processable.
17762
17763 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-util.el (mm-with-multibyte-buffer): New macro.
17766
17767         * rfc2047.el (rfc2047-encode-string): Use it.
17768         (rfc2047-encode-region): Move point to the end of the region after
17769         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17770
17771 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17774         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17775
17776 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17779         (gnus-cite-parse): Ignore quoted envelope From_.
17780         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17781
17782 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17783
17784         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17785         invalid addresses.
17786
17787 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17788
17789         * spam.el: Change section markers, revise TODO list.
17790         (spam-backends): Make new master list of all installed backends.
17791         (spam-summary-exit-behavior): Add new variable to determine how
17792         messages moves are done at summary exit.
17793         (spam-move-spam-nonspam-groups-only)
17794         (spam-process-ham-in-nonham-groups)
17795         (spam-process-ham-in-spam-groups): Remove variables, the
17796         spam-summary-exit-behavior variable should be used to manage this
17797         behavior.
17798         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17799         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17800         and spam-old-spam-articles.
17801         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17802         Add empty variables, placeholders for the backends they represent.
17803         (spam-set-difference): Move, unchanged.
17804         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17805         unless the user has a processor variable.
17806         (spam-classifications, spam-classification-valid-p)
17807         (spam-backend-properties, spam-backend-property-valid-p)
17808         (spam-backend-function-type-valid-p)
17809         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17810         (spam-report-articles-gmane, spam-report-articles-resend):
17811         Remove functions, they are not needed.
17812         (spam-install-backend-super, spam-backend-list)
17813         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17814         (spam-backend-function, spam-backend-ham-registration-function)
17815         (spam-backend-spam-registration-function)
17816         (spam-backend-ham-unregistration-function)
17817         (spam-backend-spam-unregistration-function)
17818         (spam-backend-statistical-p, spam-backend-mover-p)
17819         (spam-install-backend-alias, spam-install-checkonly-backend)
17820         (spam-install-mover-backend, spam-install-nocheck-backend)
17821         (spam-install-backend, spam-install-statistical-backend)
17822         (spam-install-statistical-checkonly-backend): Add backend installation
17823         support.
17824         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17825         (spam-group-processor-p): Use the new backend code and respect the
17826         summary exit behavior.
17827         (spam-mark-spam-as-expired-and-move-routine): Remove.
17828         (spam-summary-prepare): Change to use the new spam-old-articles
17829         variable.
17830         (spam-copy-or-move-routine, spam-copy-spam-routine)
17831         (spam-move-spam-routine, spam-copy-ham-routine)
17832         (spam-move-ham-routine): Add code to copy/move ham or spam.
17833         (spam-fetch-field-fast): Improve doc and code, plus allow the
17834         'number request.
17835         (spam-list-of-checks, spam-list-of-statistical-checks):
17836         Remove variables.
17837         (spam-split, spam-find-spam): Use the new backend code.
17838         (spam-registration-functions): Remove variable.
17839         (spam-unregister-routine): Add convenience wrapper.
17840         (spam-log-undo-registration, spam-register-routine)
17841         (spam-log-processing-to-registry)
17842         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17843         where possible.
17844         (spam-check-gmane-xref, spam-check-regex-headers)
17845         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17846         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17847         (spam-check-bogofilter-headers, spam-check-spamoracle)
17848         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17849         (spam-check-crm114-headers): Use the spam-split-group that
17850         spam-split prepares, no need to determine it every time.
17851
17852         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17853         to the nnheader-parse-naked-head call.
17854
17855         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17856
17857         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17858         the nnheader-nov-read-message-id call.
17859
17860 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17863         gnus-activate-group twice.  Suggested by Markus Peter
17864         <warp@spin.de>.
17865
17866 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-art.el (gnus-article-time-format): Exchange the order of
17869         day and month in the default value; fix customization type.
17870         (article-date-ut): Use add-text-properties.
17871         (article-make-date-line): Use message-make-date instead of
17872         current-time-string.
17873
17874         * message.el (message-fetch-field): Don't use set-text-properties.
17875         (message-make-date): Simplify.
17876
17877         * messagexmas.el (message-xmas-make-date): New function.
17878         (message-xmas-redefine): Defalias message-make-date to it.
17879
17880 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17883         (rfc2047-encode-region): Treat text within parentheses as special;
17884         show the original text when error has occurred.
17885
17886         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17887         already-computed method to gnus-activate-group.
17888
17889         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17890         same select-methods identical Lisp objects.
17891
17892         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17893         object when modifying the info.
17894
17895 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17898         gnus-opened-servers since it has never been opened with the new
17899         configuration yet.
17900
17901 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17904         arg to nnheader-generate-fake-message-id.
17905
17906 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17907
17908         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17909         number and build a fake message ID localized to a group and
17910         article number (so it's repeatable from that point on).
17911         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17912         ID format.
17913
17914         * gnus-sum.el (gnus-get-newsgroup-headers):
17915         Call nnheader-generate-fake-message-id with the article number.
17916
17917 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17918
17919         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17920         end-of-buffer.
17921
17922 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923
17924         * message.el (message-ignored-supersedes-headers): Add Approved.
17925
17926 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17929         goto-char.
17930         (rfc2047-encode): Fold the line before encoding.
17931
17932 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17933
17934         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17935         folding -- not all headers can be folded, and this should be done
17936         by the message composition mode.  Probably.  I think.
17937
17938 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17941         fast.
17942
17943         * gnus-ems.el (gnus-remove-image): Don't use
17944         message-text-with-property; remove only the image found first.
17945
17946         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17947         found first.
17948
17949 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17950
17951         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17952
17953 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * message.el (message-text-with-property): Make it fast and accept
17956         optional arguments.
17957         (message-strip-forbidden-properties): Use it.
17958         (message-fix-before-sending): Follow the m-t-w-p change.
17959
17960         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17961
17962 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * gnus-art.el (article-hide-headers): Don't change the buffer
17965         mistakenly when performing mml-preview even if
17966         gnus-single-article-buffer is nil.
17967
17968 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17969
17970         * message.el (message-expand-name-databases): New user option.
17971         (message-expand-name): Use it.
17972
17973 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17974
17975         * spam.el (spam-report-articles-resend)
17976         (spam-report-resend-register-routine): Allow ham reporting.
17977         (spam-report-resend-register-ham-routine): Add wrapper.
17978         (spam-registration-functions): Add ham resending functions.
17979         (spam-list-of-processors): Add ham resend processor.
17980
17981         * gnus.el (ham-resend-to): Add new group parameter.
17982         (spam-process): Add ham resend option.
17983
17984         * spam-report.el (spam-report-resend): Allow reporting ham.
17985         (spam-report-resend-ham): Add wrapper.
17986
17987 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17988
17989         * message.el (message-cite-articles-with-x-no-archive):
17990         New variable.
17991         (message-cite-original): Use it.
17992
17993 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17994
17995         * message.el (message-cite-original): Respect X-No-Archive.
17996
17997 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * gnus-art.el (article-hide-headers): Refer to the values for
18000         gnus-ignored-headers and gnus-visible-headers in the summary
18001         buffer since a user may have set them as group parameters.
18002
18003 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18004
18005         * assistant.el (assistant-node-name): Add convenience function.
18006         (assistant-render-text, assistant-render-node): Add error handling,
18007         plus handle multiple next nodes.
18008         (assistant-find-next-node): Comment out for now.
18009         (assistant-find-next-nodes): Add function, returns list of next
18010         nodes.
18011
18012 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * mail-source.el (mail-source-directory): Fix doc-string.
18015
18016 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18017
18018         * assistant.el (assistant-render-text, assistant-eval): Add :set
18019         widget type, which is different because it takes and returns a
18020         list.  Much hilarity ensues.
18021
18022 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18025
18026         * gnus-group.el (gnus-group-get-new-news-this-group):
18027         Add doc-string.
18028
18029         * gnus-start.el (gnus-activate-group): Add doc-string.
18030
18031 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18034
18035 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18036
18037         * assistant.el (assistant-render-text): Try to add a :set
18038         widget, more to come.
18039
18040         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18041         strings.
18042         (spam-report-articles-resend)
18043         (spam-register-routine): Do registration iff any articles warrant
18044         it.
18045         (spam-summary-prepare-exit): Change log message for nil group
18046         destinations.
18047
18048 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18049
18050         * spam.el (spam-report-resend-register-routine):
18051         Allow spam-report-resend-to to be a group parameter or a global value.
18052
18053 2004-05-26  Simon Josefsson  <jas@extundo.com>
18054
18055         * starttls.el: Merge with my GNUTLS based starttls.el.
18056         (starttls-gnutls-program, starttls-use-gnutls)
18057         (starttls-extra-arguments, starttls-process-connection-type)
18058         (starttls-connect, starttls-failure, starttls-success):
18059         New variables.
18060         (starttls-program, starttls-extra-args): Doc fix.
18061         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18062         New functions.
18063         (starttls-negotiate, starttls-open-stream):
18064         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18065         function if it is set.
18066
18067 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18070         structured fields.
18071
18072 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18075
18076 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18079         Add variable.
18080         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18081         assigning the spam-mark to new messages.
18082
18083 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18084
18085         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18086
18087 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18090
18091         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18092         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18093         default.
18094
18095 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18096
18097         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18098         correct data.
18099
18100 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18101
18102         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18103         (spam-group-processor-p): Fix function.
18104         (spam-group-processor-multiple-p)
18105         (spam-group-spam-processor-report-gmane-p)
18106         (spam-group-spam-processor-report-resend-p)
18107         (spam-group-spam-processor-bogofilter-p)
18108         (spam-group-spam-processor-blacklist-p)
18109         (spam-group-spam-processor-ifile-p)
18110         (spam-group-ham-processor-ifile-p)
18111         (spam-group-spam-processor-spamoracle-p)
18112         (spam-group-spam-processor-crm114-p)
18113         (spam-group-ham-processor-bogofilter-p)
18114         (spam-group-spam-processor-stat-p)
18115         (spam-group-ham-processor-stat-p)
18116         (spam-group-ham-processor-whitelist-p)
18117         (spam-group-ham-processor-BBDB-p)
18118         (spam-group-ham-processor-spamoracle-p)
18119         (spam-group-ham-processor-copy-p): Remove functions with some
18120         prejudice against unneeded code.
18121         (spam-report-articles-resend)
18122         (spam-report-resend-register-routine): Allow the group/topic
18123         spam-resend-to value to override spam-report-resend-to.
18124         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18125         properly now.
18126
18127         * gnus.el (spam-resend-to): Add group/topic parameter.
18128         (spam-process): Move the OBSOLETE processors to the end of the
18129         choices.
18130
18131 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18132
18133         * spam-report.el (spam-report-resend-to, spam-report-resend):
18134         Start with resend-to set to nil, and then ask the user if necessary.
18135         (spam-report-resend): spam-report-resend takes a list of articles, not
18136         separate article numbers.
18137
18138 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18141         addition to emacs-w3m.
18142
18143 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18144
18145         * assistant.el (assistant-authinfo-data): New function.
18146         (assistant-eval): Eval for entire assistant.
18147
18148         * netrc.el (netrc-services-file): New variable.
18149         (netrc-parse-services): New function.
18150         (netrc-find-service-name): New function.
18151         (netrc-find-service-number): New function.
18152         (netrc-port-equal): New function.
18153         (netrc-machine): Use it.
18154
18155         * nnimap.el (nnimap-open-connection): Use netrc.
18156
18157         * gnus-util.el (gnus-netrc-get): Remove aliases.
18158
18159         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18160
18161         * assistant.el (wid-edit): Fix compilation.
18162
18163         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18164
18165 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18166
18167         * gnus-util.el (gnus-set-file-modes): New function.  (small
18168         patch).
18169
18170 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18171
18172         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18173
18174         * assistant.el (assistant-render-node): Fix up rendering and
18175         read-only text.
18176         (assistant-render-node): Reset.
18177         (assistant-make-read-only): Not sticky.
18178
18179 2004-05-20  Danny Siu  <dsiu@adobe.com>
18180
18181         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18182         centered even when gnus-auto-center-summary is t.
18183
18184 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * dns.el (dns-get-txt-answer): New function.
18187         (dns-read-txt): Ditto.
18188         (query-dns): Use it.
18189
18190 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18193         active for foreign groups even if the group level is higher than
18194         the specified value.
18195
18196 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18197
18198         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18199         non-active groups.
18200
18201         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18202
18203 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18204
18205         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18206
18207 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18208
18209         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18210         (spam-crm114-header, spam-crm114-spam-switch)
18211         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18212         (spam-crm114-positive-spam-header)
18213         (spam-crm114-database-directory, spam-list-of-processors)
18214         (spam-group-spam-processor-crm114-p)
18215         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18216         (spam-generic-score, spam-list-of-checks)
18217         (spam-list-of-statistical-checks, spam-registration-functions)
18218         (spam-check-crm114-headers, spam-crm114-score)
18219         (spam-check-crm114, spam-crm114-register-with-crm114)
18220         (spam-crm114-register-spam-routine)
18221         (spam-crm114-unregister-spam-routine)
18222         (spam-crm114-register-ham-routine)
18223         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18224         From asjo@koldfront.dk (Adam Sjøgren).
18225
18226         * gnus.el: Add spam-use-crm114.
18227
18228         * spam.el (spam-list-of-processors, spam-registration-functions):
18229         Add spam-use-resend.
18230         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18231         (spam-report-articles-gmane): Add doc fix.
18232         (spam-report-articles-resend, spam-report-resend-register-routine):
18233         Add wrappers around spam-report-resend-to.
18234
18235         * spam-report.el (spam-report-resend-to, spam-report-resend):
18236         Add support for resending spam.
18237         (spam-report-gmane): Fix line length >80.
18238
18239         * gnus.el (spam-process): Add spam-use-resend.
18240
18241 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18242
18243         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18244         number of processed spam messages.
18245         (spam-ham-copy-or-move-routine): Return the number of processed
18246         ham messages.
18247         (spam-summary-prepare-exit): Use the above values to decide
18248         whether status messages shouled be displayed.
18249
18250 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18251
18252         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18253         `rfc2047-encoding-function-alist' in order to avoid conflicting
18254         with the old version.
18255         (rfc2047-encode-region): Concatenate words containing non-ASCII
18256         characters in structured fields; don't encode space-delimited
18257         ASCII words even in unstructured fields; don't break words at
18258         char-category boundaries.
18259         (rfc2047-encode-1): New function.
18260         (rfc2047-encode): Use it; encode text so that it occupies the
18261         maximum width within 76-column; work correctly on Q encoding for
18262         iso-2022-* charsets.
18263         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18264         sure not to break a line just after the header name.
18265         (rfc2047-b-encode-region): Remove.
18266         (rfc2047-b-encode-string): New function.
18267         (rfc2047-q-encode-region): Remove.
18268         (rfc2047-q-encode-string): New function.
18269
18270         * mm-util.el (mm-replace-in-string): New function.
18271
18272 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18273
18274         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18275         Really get it right.
18276         (gnus-inews-make-draft): Really.
18277
18278 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18279
18280         * nnmh.el (nnmh-request-list-1): Don't check the link count
18281         before descending.  (small patch)
18282
18283 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18284
18285         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18286         stuff.
18287
18288         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18289         Match on real group name.
18290
18291         * gnus-art.el (gnus-signature-limit): Doc fix.
18292
18293         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18294
18295         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18296
18297 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18298
18299         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18300         isn't a string.
18301
18302 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18303
18304         * gnus-draft.el (gnus-draft-send):
18305         Bind rfc2047-encode-encoded-words.
18306
18307         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18308         (rfc2047-encodable-p): Say that =? needs encoding.
18309         (rfc2047-encode-encoded-words): New variable.
18310
18311         * gnus-group.el (gnus-group-select-group): Doc fix.
18312
18313         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18314
18315         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18316         to nil.
18317
18318         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18319
18320         * nnheader.el (nnheader-get-lines-and-char): New function.
18321
18322 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18323
18324         * gnus-msg.el (gnus-summary-followup-with-original):
18325         Document yanking of region when active.
18326
18327 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18330         groups if the group level is higher than the specified value.
18331
18332 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18333
18334         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18335         (gnus-group-jump-to-group): Add prefix argument using
18336         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18337         non-active group.
18338
18339         * compface.el (uncompface): Be verbose when changing
18340         `uncompface-use-external'.
18341
18342         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18343         handle manual section.
18344
18345 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346
18347         * gnus-art.el (gnus-button-alist): Revert previous change.
18348
18349 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18350
18351         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18352
18353 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18356         whether backend can accept message.
18357
18358         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18359
18360 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18361
18362         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18363         Avoid creating directory when nntp-marks-is-evil is true.
18364         Reported by Reiner Steib.
18365
18366 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * gnus-picon.el (gnus-picon-style): New variable.
18369         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18370         (gnus-picon-transform-address): Support `gnus-picon-style'.
18371         From Jesper Harder <harder@ifa.au.dk>.
18372
18373 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18374
18375         * message.el (message-fill-field): Return point.
18376         (message-generate-headers): Go to end of field.
18377
18378         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18379         stuff for non-living groups.
18380
18381 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * gnus-art.el (gnus-article-followup-with-original)
18384         (gnus-article-reply-with-original): gnus-mark-active-p ->
18385         gnus-region-active-p.
18386
18387 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18388
18389         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18390         only when there is spam or ham to be processed.
18391
18392 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18393
18394         * mail-source.el (mail-source-delete-crash-box): Refactor.
18395         (mail-source-fetch): Use it.
18396         (mail-source-fetch-file): Ditto.
18397         (mail-source-fetch-directory): Run postscript in loop.
18398         (mail-source-fetch-pop): Delete.
18399         (mail-source-fetch-maildir): Ditto.
18400         (mail-source-fetch-imap): Ditto.
18401
18402         * imap.el (imap-authenticators): Comment out sasl.
18403
18404         * message.el (message-skip-to-next-address): New function.
18405         (message-fill-header-address): Refactor.
18406         (message-fill-address): Use it.
18407         (message-delete-address): Use it.
18408         (message-fill-header-general): Refactor.
18409         (message-fill-field-address): Rename.
18410         (message-narrow-to-field): Find the start of the header.
18411         (message-header-format-alist): Don't pre-fill.
18412         (message-fill-header): Remove.
18413         (message-insert-header): New function.
18414         (message-shorten-references): Use it.
18415
18416         * rfc2047.el (rfc2047-field-value): Strip props.
18417
18418         * mail-parse.el (mail-header-make-address): New alias.
18419
18420         * ietf-drums.el (ietf-drums-make-address): New function.
18421
18422         * imap.el: Add compiler directives.
18423
18424         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18425
18426         * gnus-art.el (article-decode-idna-rhs): Don't use
18427         message-idna-inside-rhs-p.
18428
18429 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18430
18431         * message.el (message-idna-inside-rhs-p): Remove.
18432         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18433
18434         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18435         false positives.
18436
18437 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18438
18439         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18440
18441 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18442
18443         * nneething.el (nneething-file-name): Don't create spurious
18444         files.
18445
18446         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18447         (gnus-inews-do-gcc): Remove sleep.
18448
18449         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18450         part under point.
18451
18452         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18453         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18454
18455 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18456
18457         * spam.el (spam-summary-prepare-exit): Fix (length).
18458
18459 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18460
18461         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18462         as expired without moving it" message when there are spam
18463         messages left.
18464
18465 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18466
18467         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18468         header is not nil.
18469
18470 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18471
18472         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18473         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18474         (nntp-marks-changed-p): New arg SERVER.
18475         (nntp-request-update-info): Adjust caller.
18476
18477 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18478
18479         * nntp.el (nntp-save-marks): Pass missing arg.
18480
18481 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18482
18483         * nntp.el: Support marks.
18484         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18485         (nntp-marks-modtime, nntp-marks-directory): New variables.
18486         (nntp-request-set-mark, nntp-request-update-info)
18487         (nntp-possibly-create-directory, nntp-marks-changed-p)
18488         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18489         New functions.
18490
18491 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18492
18493         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18494         (gnus-xmas-redefine): Rename.
18495
18496         * gnus-score.el (gnus-score-insert-help):
18497         Use gnus-select-lowest-window.
18498
18499         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18500         appt-select-lowest-window and rename to gnus-select-lowest-window.
18501
18502         * gnus.el: do.
18503
18504 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18505
18506         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18507         encodings of MIME-encoded words, in order to improve
18508         interoperability with several broken MUAs.
18509
18510 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18511
18512         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18513         tags, only when charsets are not specified in headers.
18514         (mm-inline-text-html-render-with-w3m): Ditto.
18515
18516         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18517         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18518
18519 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18520
18521         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18522         instead of MIME-decoded from fields when checking
18523         `gnus-article-address-banner-alist'.
18524
18525 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18528         description rather than subject.
18529
18530 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18531
18532         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18533
18534 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18535
18536         * gnus.el (gnus-version-number): Bump.
18537
18538 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18539
18540         * gnus.el: No Gnus v0.2 is released.
18541
18542 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18543
18544         * gnus-agent.el (gnus-agent-read-agentview):
18545         Inline gnus-uncompress-range.
18546
18547 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18548
18549         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18550         `exec-installed-p'.
18551
18552 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18553
18554         * gnus.el (spam-process, spam-autodetect-methods):
18555         Add bsfilter and bsfilter-headers.
18556
18557         * spam.el (spam-bsfilter): New customize group.
18558         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18559         (spam-bsfilter-header, spam-bsfilter-probability-header)
18560         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18561         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18562         (spam-bsfilter-database-directory): New options.
18563         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18564         (spam-list-of-statistical-checks, spam-registration-functions):
18565         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18566         (spam-bsfilter-score): New command.
18567         (spam-check-bsfilter-headers, spam-check-bsfilter)
18568         (spam-bsfilter-register-with-bsfilter)
18569         (spam-bsfilter-register-spam-routine)
18570         (spam-bsfilter-unregister-spam-routine)
18571         (spam-bsfilter-register-ham-routine)
18572         (spam-bsfilter-unregister-ham-routine): New functions.
18573         (spam-generic-score): Support bsfilter; Accept an optional argument
18574         to recalcurate spam score even if scoring header has already been
18575         added.
18576         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18577         optional argument to recalcurate spam score even if scoring header
18578         has already been added.
18579
18580 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18581
18582         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18583         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18584         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18585         link is missing.
18586
18587 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18588
18589         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18590         (html2text-get-attr): Rewrite.
18591
18592         * message.el (message-setup-1): Remove redundant put-text-property
18593         on mail-header-separator.
18594
18595 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18596
18597         * gnus-registry.el (gnus-registry-cache-whitespace)
18598         (gnus-registry-action, gnus-registry-spool-action)
18599         (gnus-registry-split-fancy-with-parent): Change message levels
18600         from 5 to 3 or 7, as needed.
18601
18602         * spam.el (spam-summary-prepare-exit)
18603         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18604         (spam-split, spam-find-spam, spam-log-undo-registration)
18605         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18606         level from 5 to 6.
18607
18608 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18611         2004-03-04 change).
18612
18613 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18614
18615         * sieve-manage.el (sieve-manage-open):
18616         * nnweb.el (nnweb-insert-html):
18617         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18618         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18619         * nnspool.el (nnspool-request-group):
18620         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18621         * nnml.el (nnml-request-update-info):
18622         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18623         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18624         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18625         (nnimap-request-set-mark):
18626         * nnfolder.el (nnfolder-request-update-info):
18627         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18628         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18629         * gnus-uu.el (gnus-uu-find-articles-matching):
18630         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18631         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18632         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18633         * gnus-nocem.el (gnus-nocem-scan-groups):
18634         * gnus-int.el (gnus-start-news-server):
18635         * gnus-group.el (gnus-group-make-kiboze-group)
18636         (gnus-group-browse-foreign-server):
18637         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18638         Use mapc when appropriate.
18639
18640 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18641
18642         FIXME: Make separate entries for each person.
18643
18644         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18645         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18646         <shields@msrl.com>:
18647
18648         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18649         may need for spam sorting and scoring.
18650         (spam-user-format-function-S): Add user format function suitable for
18651         general use.
18652         (spam-article-sort-by-spam-status): Add sorting function for summary
18653         sorting.
18654         (spam-extra-header-to-number): Add function to get a score from a
18655         header.
18656         (spam-summary-score): Add function to get a numeric score from the
18657         headers.
18658         (spam-generic-score): Fix function doc, was in wrong place.
18659         (spam-initialize): Take symbols when it's run, and install the
18660         extra headers that spam-necessary-extra-headers thinks we need.
18661
18662 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18663
18664         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18665         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18666
18667 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18668
18669         * gnus-sum.el (gnus-set-global-variables)
18670         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18671         (gnus-article-get-xrefs, gnus-summary-best-group)
18672         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18673         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18674         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18675         Use with-current-buffer.
18676
18677 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18678
18679         * spam.el (spam-summary-prepare-exit): Simplify logic.
18680         (spam-fetch-article-header): Read the article header if it's not
18681         available.
18682         (spam-list-articles): Simplify logic.
18683         (spam-filelist-register-routine): Fix bug with unregister-list.
18684
18685         * gnus-registry.el: Fix comments at beginning.
18686
18687 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18688
18689         * message.el (message-cater-to-broken-inn): Remove.
18690         (message-shorten-references): Make sure the total folded length of
18691         References is shorter than 998 characters to cater to a bug in INN
18692         2.3.  Also, don't pretend that references aren't folded -- this
18693         hasn't worked for a while.
18694
18695 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18696
18697         * gnus-agent.el (gnus-agentize):
18698         gnus-agent-send-mail-real-function no longer set to current value
18699         of message-send-mail-function but rather a lambda that calls
18700         message-send-mail-function.  The change makes the agent real-time
18701         responsive to user changes to message-send-mail-function.
18702
18703 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18704
18705         * legacy-gnus-agent.el
18706         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18707         help from Florian Weimer <fw@deneb.enyo.de>
18708
18709 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * nnmail.el (nnmail-cache-insert): Revert last change.
18712
18713 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * nnmail.el (nnmail-cache-insert): Always check whether
18716         nnmail-cache-ignore-groups matches a group name.
18717
18718 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18719
18720         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18721         (spam-find-spam, spam-log-processing-to-registry)
18722         (spam-log-registered-p, spam-log-unregistration-needed-p)
18723         (spam-log-undo-registration): Use gnus-message instead of
18724         gnus-error, none of these errors are fatal.
18725
18726         * gnus-registry.el (gnus-registry-clean-empty-function)
18727         (gnus-registry-clean-empty): Remove only empty entries without
18728         extra data.
18729
18730 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18731
18732         * spam-stat.el (spam-stat-buffer-change-to-spam)
18733         (spam-stat-buffer-change-to-non-spam): Change (error) to
18734         (gnus-message 8) invocation.
18735
18736 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * nntp.el (nntp-via-netcat-command): New variable.
18739         (nntp-via-netcat-switches): New variable.
18740         (nntp-open-via-rlogin-and-netcat): New function.
18741         (nntp-open-connection-function): Doc fix.
18742         (nntp-telnet-command): Doc fix.
18743         (nntp-end-of-line): Doc fix.
18744         (nntp-via-rlogin-command): Doc fix.
18745         (nntp-via-user-name): Doc fix.
18746         (nntp-via-address): Doc fix.
18747
18748 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18751         error in Emacs 21.1.
18752
18753 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18754
18755         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18756
18757 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18758
18759         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18760         (gnus-agent-with-refreshed-group): New macro.
18761         (gnus-agent-rename-group): New function.
18762         (gnus-agent-delete-group): New function.
18763         (gnus-agent-save-group-info): Use gnus-command-method when
18764         `method' parameter is nil.  Don't write nil entries into the
18765         active file.
18766         (gnus-agent-get-group-info): New function.
18767         (gnus-agent-fetch-articles):
18768         Use gnus-agent-update-files-total-fetched-for to increment disk space
18769         used.
18770         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18771         Use gnus-agent-update-view-total-fetched-for to increment disk space
18772         used.
18773         (gnus-agent-get-local): Add optional parameters to avoid calling
18774         gnus-group-real-name and gnus-find-method-for-group.
18775         (gnus-agent-set-local): Delete stored entry if either min, or max,
18776         are nil.
18777         (gnus-agent-fetch-session): Reworded error/quit messages.
18778         On quit, use gnus-agent-regenerate-group to record existance of any
18779         articles fetched to disk before the quit occurred.
18780         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18781         gnus-agent-update-view-total-fetched-for, and
18782         gnus-agent-update-files-total-fetched-for to decrement disk space
18783         used.
18784         (gnus-agent-retrieve-headers):
18785         Use gnus-agent-update-view-total-fetched-for to increment disk space
18786         used.
18787         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18788         with gnus-agent-update-files-total-fetched-for to decrement disk
18789         space and fresh group buffer.
18790         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18791         (gnus-agent-need-update-total-fetched-for): New variable.
18792         (gnus-agent-update-files-total-fetched-for): New function.
18793         (gnus-agent-update-view-total-fetched-for): New function.
18794         (gnus-agent-total-fetched-for): New function.
18795
18796         * gnus-cache.el (gnus-cache-save-buffers):
18797         Use gnus-cache-update-overview-total-fetched-for to change disk space
18798         used by this group.
18799         (gnus-cache-possibly-enter-article):
18800         Use gnus-cache-update-file-total-fetched-for to increment disk space
18801         used by this group.
18802         (gnus-cache-possibly-remove-article):
18803         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18804         used by this group.
18805         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18806         (gnus-cache-rename-group): New function.
18807         (gnus-cache-delete-group): New function.
18808         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18809         (gnus-cache-need-update-total-fetched-for): New variable.
18810         (gnus-cache-with-refreshed-group): New macro.
18811         (gnus-cache-update-file-total-fetched-for): New function.
18812         (gnus-cache-update-overview-total-fetched-for): New function.
18813         (gnus-cache-rename-group-total-fetched-for): New function.
18814         (gnus-cache-delete-group-total-fetched-for): New function.
18815         (gnus-cache-total-fetched-for): New function.
18816
18817         * gnus-group.el: Require gnus-sum and autoload functions to
18818         resolve warnings when gnus-group.el compiled alone.
18819         (gnus-group-line-format): Documented new %F.
18820         (size of Fetched data) group line format; identifies disk space
18821         used by agent and cache.
18822         (gnus-group-line-format-alist): Defined new F format.
18823         (gnus-total-fetched-for): New function.
18824         (gnus-group-delete-group): No longer update
18825         gnus-cache-active-altered as gnus-request-delete-group now keeps
18826         the cache in sync.
18827         (gnus-group-list-active): Let the agent store a server's active
18828         list if currently plugged.
18829
18830         * gnus-int.el (gnus-request-delete-group):
18831         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18832         local disk in sync with the server.
18833         (gnus-request-rename-group):
18834         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18835         local disk in sync with the server.
18836
18837         * gnus-start.el (gnus-get-unread-articles):
18838         Cosmetic simplification to logic.
18839
18840         * gnus-util.el (gnus-rename-file): New function.
18841
18842 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18843
18844         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18845
18846 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18847
18848         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18849         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18850
18851 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18852
18853         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18854         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18855
18856 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18857
18858         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18859
18860 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18861
18862         * spam.el (spam-set-difference): Add function to replace
18863         gnus-set-difference in spam.el.
18864         (spam-summary-prepare-exit): Use spam-set-difference.
18865
18866 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18867
18868         * gnus-registry.el (gnus-registry-cache-file): Update to use
18869         gnus-dribble-directory OR gnus-home-directory OR ~.
18870         (gnus-registry-split-fancy-with-parent): Fix doc.
18871
18872 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * message.el (message-exchange-point-and-mark):
18875         Use message-mark-active-p.  Suggested by Jesper Harder
18876         <harder@ifa.au.dk>.
18877
18878 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * message.el (message-exchange-point-and-mark): Don't activate
18881         region if it was inactive.  Suggested by Hiroshi Fujishima
18882         <pooh@nature.tsukuba.ac.jp>.
18883
18884 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (article-display-face): Display Faces in the same
18887         order as X-Faces.
18888
18889 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18892
18893 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18896         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18897         (gnus-article-mime-hierarchy): Remove.
18898         (gnus-article-mime-hierarchy-next): Remove.
18899         (gnus-article-mode): Revert 2004-03-19 change.
18900         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18901         (gnus-insert-mime-button): Revert 2004-03-19 change.
18902         (gnus-mime-accumulate-hierarchy): Remove.
18903         (gnus-mime-enter-multipart): Remove.
18904         (gnus-mime-leave-multipart): Remove.
18905         (gnus-mime-display-part): Revert 2004-03-19 change.
18906         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18907
18908         * mml.el (mml-preview): Revert 2004-03-19 change.
18909
18910 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18911
18912         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18913
18914 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18917         t while entering a file name using the mm-with-multibyte macro.
18918         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18919
18920         * mm-util.el (mm-with-multibyte): New macro.
18921
18922 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18925         New user option.
18926         (gnus-mime-multipart-functions): Doc and customization fix.
18927         (gnus-article-mime-hierarchy): New variable.
18928         (gnus-article-mime-hierarchy-next): New variable.
18929         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18930         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18931         gnus-article-mime-hierarchy-next to nil.
18932         (gnus-insert-mime-button): Show hierarchy numbers.
18933         (gnus-mime-accumulate-hierarchy): New function.
18934         (gnus-mime-enter-multipart): New function.
18935         (gnus-mime-leave-multipart): New function.
18936         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18937         (gnus-mime-display-alternative): Show hierarchy numbers.
18938
18939         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18940         gnus-article-mime-hierarchy-next to nil.
18941
18942 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18943
18944         * dns.el: Don't require gnus-xmas.
18945
18946 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18947
18948         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18949         inline PGP.
18950         (mml-menu): Disable mml-quote-region if mark is inactive.
18951
18952 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18955         when the group's active is not available.
18956
18957 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18960         error.
18961
18962 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * imap.el (imap-store-password): New variable.
18965         (imap-interactive-login): Use it.
18966         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18967
18968 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18971         window-start and hscroll to summary window.
18972
18973 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18974
18975         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18976         conversion message to newsrc-dribble when an actual conversion is
18977         performed.
18978
18979 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18980
18981         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18982
18983 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * mm-decode.el (mm-complicated-handles): New function reviving
18986         former definition of mm-multiple-handles.
18987
18988         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18989         (gnus-mime-delete-part): Use it.
18990
18991 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18992
18993         * gnus-agent.el (gnus-agent-read-local):
18994         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18995         avoid the implicit assumption that they will always be equal.
18996         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18997         coding-system-for-write, as the with-temp-file macro first prints
18998         to a buffer then saves the buffer.
18999
19000 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-art.el (gnus-article-edit-part): New function.
19003         (gnus-mime-save-part-and-strip): Use it; do query instead of
19004         signaling an error; don't use mm-multiple-handles.
19005         (gnus-mime-delete-part): Ditto.
19006
19007 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19008
19009         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19010         old file versions.
19011         (gnus-group-prepare-hook): Remove function that converted list
19012         form of gnus-agent-expire-days to group properties.
19013
19014         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19015         (gnus-request-accept-article): Re-indented.
19016
19017         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19018         converters to handle old agent file formats.  Add logic for a
19019         "backup before upgrading warning".
19020         (gnus-convert-mark-converter-prompt): Developers can mark
19021         functions as needing (default), or not needing,
19022         gnus-convert-old-newsrc's "backup before upgrading warning".
19023         (gnus-convert-converter-needs-prompt): Tests whether the user
19024         should be protected from potentially irreversable changes by the
19025         function.
19026
19027         * legacy-gnus-agent.el: New.  Provides converters that are only
19028         loaded when gnus-convert-old-newsrc needs to call them.
19029
19030 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * mail-source.el (mail-source-touch-pop): Doc fix.
19033
19034         * message.el (message-smtpmail-send-it): Doc fix.
19035
19036 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19039
19040         * nnmail.el (nnmail-split-fancy): do.
19041
19042         * gnus-kill.el (gnus-kill, gnus-execute): do.
19043
19044 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19045
19046         * gnus-sum.el (gnus-widget-reversible-match)
19047         (gnus-widget-reversible-to-internal)
19048         (gnus-widget-reversible-to-external): New functions.
19049         (gnus-widget-reversible): New widget.
19050         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19051
19052 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19053
19054         * gnus-sum.el (gnus-thread-sort-functions)
19055         (gnus-article-sort-functions): Document `(not F)' items.
19056
19057 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19058
19059         * spam.el (spam-use-gmane-xref): Add new backend.
19060         (spam-gmane-xref-spam-group): Add variable to control the name of the
19061         Gmane spam group.
19062         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19063         (spam-regex-headers-spam, spam-regex-headers-ham)
19064         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19065         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19066         backends and checks.
19067         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19068
19069         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19070         an autodetect method.
19071
19072 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19073
19074         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19075         articles are being added to a group.
19076         (gnus-request-replace-article): Inform the agent that articles
19077         need to be uncached as the cached contents are no longer valid.
19078
19079 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * binhex.el: Don't autoload executable-find.
19082
19083         * canlock.el: Don't autoload mail-fetch-field.
19084
19085         * dgnushack.el: Autoload c-mode for XEmacs.
19086
19087         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19088
19089         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19090         rmail-dont-reply-to and rmail-output.
19091
19092         * gnus-score.el: Don't autoload ffap-string-at-point.
19093
19094         * gnus-setup.el: Don't autoload sc-cite-original.
19095
19096         * imap.el: Don't autoload base64-decode-string,
19097         base64-encode-string and md5.
19098
19099         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19100         and rmail-msg-restore-non-pruned-header.
19101
19102         * mm-decode.el: Don't autoload executable-find.
19103
19104         * mm-url.el: Don't autoload executable-find.
19105
19106         * mm-view.el: Don't autoload diff-mode.
19107
19108         * nndb.el: Don't autoload news-reply-mode, news-setup,
19109         cancel-timer and telnet.
19110
19111         * password.el: Don't autoload run-at-time for Emacs.
19112
19113         * sha1-el.el: Don't autoload executable-find.
19114
19115         * sieve-mode.el: Don't autoload c-mode.
19116
19117         * uudecode.el: Don't autoload executable-find.
19118
19119 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19120
19121         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19122         (gnus-agent-possibly-alter-active): Avoid null in numeric
19123         comparison.
19124         (gnus-agent-set-local): Refuse to save null in local object table.
19125         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19126         list of articles that will be marked as unread.
19127
19128 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19131
19132 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19135         language tags.
19136
19137 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19138
19139         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19140         Don't bind "obarray".
19141
19142         * gnus-sum.el (gnus-thread-sort-functions):
19143         Add `gnus-thread-sort-by-most-recent-number' and
19144         `gnus-thread-sort-by-most-recent-date'.
19145         Reported by Kai Grossjohann <kai@emptydomain.de>.
19146
19147 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19150
19151 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19152
19153         * gnus-cus.el (gnus-agent-customize-category):
19154         Remove ignore-errors macro reference that required cl to be loaded at
19155         run-time.
19156
19157         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19158         single-interval range of the form (min . max).  Previously the
19159         range had to look like ((min . max)).  Likewise, return
19160         (min . max) rather than ((min . max)).
19161         (gnus-range-map): Use gnus-range-normalize to accept
19162         single-interval range.
19163
19164         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19165         the cache, but not the agent, now appear with their usual face.
19166
19167         * dgnushack.el (loaddir): New variable that is bound to the
19168         directory containing the dgnushack.el file. Use loaddir, rather
19169         than srcdir, to update load-path. Change lets dgnushack compile
19170         code in directories other than GNUS/lisp.
19171
19172 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * lpath.el: Don't bind w3m-safe-url-regexp.
19175
19176         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19177         w3m-safe-url-regexp variable buffer-local.
19178
19179         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19180
19181 2004-02-27  Simon Josefsson  <jas@extundo.com>
19182
19183         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19184         gnus-group-real-prefix.
19185         (gnus-summary-move-article): Use it, instead of
19186         gnus-group-real-prefix.
19187
19188 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * lpath.el: Bind w3m-safe-url-regexp.
19191
19192         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19193         w3m-safe-url-regexp variable buffer-local and set it as the value
19194         of mm-w3m-safe-url-regexp.
19195
19196         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19197
19198         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19199         parsing gnus-posting-styles when the message is not for replying.
19200
19201         * dgnushack.el: Autoload sgml-mode for XEmacs.
19202
19203         * nnrss.el (nnrss-opml-export):
19204         Use mm-set-buffer-file-coding-system instead of
19205         set-buffer-file-coding-system.
19206
19207 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19208
19209         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19210         of checkdoc.el).
19211         * nnrss.el: do.
19212         * gnus-mlspl.el: do.
19213         * gnus-ml.el: do.
19214         * gnus-srvr.el: do.
19215
19216         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19217
19218 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19219
19220         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19221         Corrections to custom-manual links.
19222
19223         * gnus-art.el (gnus-article): Ditto.
19224
19225         * mm-decode.el (mime-display, mime-security): Ditto.
19226
19227 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * flow-fill.el: Typo.
19230
19231 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19232
19233         * spam-wash.el: New file.
19234
19235 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19236
19237         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19238
19239 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19240
19241         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19242         to be run with new-articles as LIST1, not LIST2.
19243         (spam-registration-functions): Add spam-use-ham-copy as a nil
19244         registration backend.
19245
19246 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19247
19248         * spam-stat.el (spam-stat-washing-hook): New option.
19249         (spam-stat-buffer-words): Use it.
19250         (spam-stat-process-directory, spam-stat-test-directory):
19251         Use insert-file-contents-literally.
19252         (spam-stat-coding-system): New variable.
19253         (spam-stat-load, spam-stat-save): Use it.
19254
19255 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * spam-report.el (spam-report-plug-agent):
19258         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19259
19260 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19261
19262         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19263         Allow / in mailto URLs.
19264
19265 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19266
19267         * spam-report.el (spam-report-process-queue): Fix interactive use.
19268         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19269         (spam-report-unplug-agent): Doc fixes.
19270         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19271         (spam-report-agentize, spam-report-deagentize): Autoload.
19272
19273 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19276
19277         * message.el (message-setup-fill-variables): Add mml tags to
19278         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19279         <ajk@iu.edu>.
19280         (message-mode): Don't modify paragraph-separate there.
19281
19282 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * compface.el (uncompface-use-external): Default to undecided.
19285         (uncompface-use-external-threshold): New variable.
19286         (uncompface-float-time): New macro.
19287         (uncompface): Determine whether to use the external decoder if
19288         uncompface-use-external is undecided.
19289
19290 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19291
19292         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19293         after images.
19294
19295         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19296
19297 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19298
19299         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19300
19301         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19302
19303         * gnus-sum.el (gnus-summary-limit-to-age)
19304         (gnus-summary-limit-children): do.
19305
19306         * gnus-int.el (gnus-request-scan): do.
19307
19308         * gnus-group.el (gnus-group-suspend): do.
19309
19310         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19311
19312         * gnus-cite.el (gnus-cite-parse-attributions): do.
19313
19314         * gnus-agent.el (gnus-summary-set-agent-mark)
19315         (gnus-agent-regenerate-group): do.
19316
19317         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19318
19319         * binhex.el (binhex-decode-region-internal): do.
19320
19321 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * gnus-fun.el (gnus-face-properties-alist): New user option.
19324         (gnus-display-x-face-in-from): Use it.
19325
19326         * gnus-art.el (article-display-face): Ditto.
19327
19328         * compface.el (uncompface-use-external): Default to nil.
19329
19330 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19331
19332         * nntp.el (nntp-erase-buffer): New function.
19333         (nntp-retrieve-data, nntp-send-command)
19334         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19335         (nntp-possibly-change-group): Use it.
19336
19337         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19338         Use with-current-buffer.
19339
19340 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19341
19342         * compface.el: Merge the ELisp-based uncompface program.
19343         (compface): New customization group.
19344         (uncompface-use-external): New user option.
19345         (uncompface): Call uncompface-internal if uncompface-use-external
19346         is nil.
19347         (uncompface-internal): New function.  Note that there are also
19348         some other functions and variables added for this function.
19349
19350 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19351
19352         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19353         if necessary.
19354
19355 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19356
19357         * spam-report.el (spam-report-unplug-agent)
19358         (spam-report-plug-agent, spam-report-deagentize)
19359         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19360         Add support for the Agent in spam-report: when unplugged, report to a
19361         file; when plugged, submit all the requests.
19362
19363         * spam.el (spam-register-routine): Fix message about
19364         registration.
19365
19366 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19367
19368         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19369         dependencies.
19370         (rfc2047-encode): Use it.
19371
19372         * gnus-art.el (gnus-button-marker-list): Move before first
19373         reference.
19374
19375         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19376         (imap-parse-body): Fix format string mismatch.
19377
19378         * gnus-score.el (gnus-summary-increase-score): do.
19379
19380         * nnrss.el (nnrss-close): New function.
19381
19382 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19383
19384         * nnrss.el (nnrss-make-filename): New function.
19385         (nnrss-request-delete-group, nnrss-read-server-data)
19386         (nnrss-save-server-data, nnrss-read-group-data)
19387         (nnrss-save-group-data): Use it.
19388         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19389         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19390         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19391
19392 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19393
19394         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19395
19396 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19397
19398         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19399         files.
19400
19401         * message.el (message-generate-headers-first): Don't quote nil
19402         and t in docstrings.
19403
19404         * imap.el (imap-id): do.
19405
19406         * gnus-agent.el (gnus-agent-consider-all-articles)
19407         (gnus-agent-queue-mail): do.
19408
19409 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * spam-report.el (spam-report-process-queue): New function.
19412         Process requests from `spam-report-requests-file'.
19413         (spam-report-process-queue): Doc fix.
19414
19415 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19416
19417         * spam.el (spam-register-routine)
19418         (spam-log-processing-to-registry, spam-log-registered-p)
19419         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19420         Change "check" to "spam-check" for semi-clarity.
19421
19422 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19423
19424         * pop3.el: Require nnheader.
19425
19426         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19427
19428         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19429
19430         * gnus-picon.el: Require cl.
19431
19432         * gnus-fun.el: Require gnus-ems and gnus-util.
19433
19434         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19435
19436         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19437
19438         * gnus-art.el (gnus-article-edit-mode): Define before first
19439         reference.
19440
19441 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19442
19443         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19444         (gnus-uu-post-encoded): Use point-at-bol.
19445
19446         * gnus-topic.el (gnus-group-active-topic-p): do.
19447
19448         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19449
19450         * gnus-group.el (gnus-group-kill-region): do.
19451
19452         * gnus-art.el (article-date-ut): do.
19453
19454         * message.el (message-fetch-field): Remove redundant
19455         case-fold-search binding.
19456         (message-narrow-to-field): Simplify.
19457
19458 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * spam.el (spam-directory): Derive from `gnus-directory'.
19461
19462         * spam-report.el (spam-report-url-to-file)
19463         (spam-report-requests-file): New function and variable for offline
19464         reporting.
19465         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19466         and user defined function.
19467         (spam-report-url-ping-mm-url): Remove doubled slash.
19468
19469 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19470
19471         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19472
19473 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19474
19475         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19476         Fix format string mismatch.
19477
19478         * sieve.el (sieve-deactivate-all): do.
19479
19480         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19481
19482         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19483
19484         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19485
19486         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19487
19488 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19489
19490         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19491         the list of checks.
19492
19493 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19496         padding.
19497
19498 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19499
19500         * mm-view.el (mm-fill-flowed): New variable.
19501         (mm-inline-text): Use it.
19502
19503 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19504
19505         * spam.el (spam-spamassassin-register-ham-routine)
19506         (spam-spamassassin-register-spam-routine): Fix function names.
19507
19508 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19509
19510         * gnus.el (gnus-tmp-grouplens): Remove.
19511         (gnus-summary-line-format): Remove grouplens.
19512
19513         * gnus-group.el (gnus-group-line-format): Ditto.
19514
19515         * gnus-spec.el (gnus-format-specs): Ditto.
19516         (gnus-update-format-specifications): Flush the group format spec
19517         cache if there's the grouplens stuff.
19518         (gnus-parse-simple-format): Replace %l with the empty string.
19519
19520 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19521
19522         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19523         omission.
19524
19525 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19528         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19529
19530 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19531
19532         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19533         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19534         New macros and functions.
19535         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19536         Handle > NLINK_MAX messages.
19537         * nnmaildir.el (nnmaildir-request-set-mark):
19538         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19539
19540 2004-01-25  Alex Schroeder  <alex@gnu.org>
19541
19542         * spam-stat.el (spam-stat-process-directory-age): New option.
19543         (spam-stat-process-directory): Use it.
19544
19545 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19546
19547         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19548         (spam-stat-save): Accept prefix argument.
19549
19550 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19551
19552         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19553         links" error.
19554
19555 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19558         the rest of the and/or forms.
19559
19560 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19563         compatibility with old .newsrc.eld files.
19564
19565         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19566
19567         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19568
19569         * gnus-start.el (gnus-1): do.
19570
19571         * gnus-group.el (gnus-group-line-format-alist): do.
19572
19573         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19574
19575         * gnus-gl.el: Remove.
19576
19577 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19578
19579         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19580         marks consisting of a single range {for example, (3 . 5)} rather
19581         than a list of a single range { ((3 . 5)) }.
19582
19583 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19586         Use with-current-buffer.
19587         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19588         avoid consing a string.
19589
19590         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19591         Remove obsolete entries for big5 and gb2312.
19592
19593 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19594
19595         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19596         uncompressed list.
19597
19598 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19599
19600         * spam-stat.el (spam-stat-strip-xref): New function.
19601         (spam-stat-process-directory): Use it.
19602
19603         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19604         here -- it's done in message-fetch-field.
19605
19606 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19607
19608         * gnus-agent.el (gnus-agent-queue-mail)
19609         (gnus-agent-prompt-send-queue): New variables.
19610         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19611         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19612         "nndraft:queue" along to gnus-draft-send.
19613         Use gnus-agent-prompt-send-queue.
19614         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19615         is "nndraft:queue".  Suggested by Gaute Strokkenes
19616         <gs234@srcf.ucam.org>
19617
19618         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19619         (agent-enable-undownloaded-faces): Add.
19620         (gnus-agent-cat-groups): Use eval-and-compile, not
19621         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19622         method of gnus-agent-cat-groups even when the buffer has been
19623         evaled.
19624         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19625         delete gnus-agent-save-active-1.
19626         (gnus-agent-save-groups): Delete.  Identical to
19627         gnus-agent-save-active.
19628         (gnus-agent-write-active): No longer adjust agent's copy of active
19629         file as agent's adjustments are now stored in their own
19630         file.  Remove optional parameter.
19631         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19632         servers.  Add use of min/max range limits from server's local
19633         file.
19634         (gnus-agent-save-alist): Remove unused optional argument.
19635         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19636         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19637         (gnus-agent-set-local): A per-server file that keeps min/max range
19638         limits for articles known to the agent.  Provides a fast mechanism
19639         for altering many active ranges.
19640         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19641         active file (local makes it unnecessary).
19642         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19643
19644         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19645         (agent-enable-undownloaded-faces): Add.
19646
19647         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19648         disable it when sending to "nndraft:queue".
19649         (gnus-group-send-queue): Add safety check to avoid sending queue
19650         when unplugged.
19651
19652         * gnus-group.el (gnus-group-catchup): Use new
19653         gnus-sequence-of-unread-articles, not
19654         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19655         numbers of articles.  Use gnus-range-map to avoid having to
19656         uncompress the unread list.
19657         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19658         Fix invalid ange-ftp reference.
19659
19660         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19661         (gnus-sorted-range-intersection): Intersection of two ranges
19662         without requiring that they first be uncompressed.
19663
19664         * gnus-start.el (gnus-activate-group): Unless blocked by the
19665         caller, possibly expand the active range to include both cached
19666         and agentized articles.
19667         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19668         multiple version-dependent converters.
19669         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19670         gnus-agent-save-active.
19671         (gnus-save-newsrc-file): Save dirty agent range limits.
19672
19673         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19674         gnus-agent-possibly-alter-active.
19675         (gnus-adjust-marked-articles): Faster handling of simple lists.
19676
19677 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19678
19679         * spam-stat.el (spam-stat-test-directory): New optional argument
19680         displays a list of files detected.  Suggested by Andrew Cohen
19681         <cohen@andy.bu.edu>.
19682         (spam-stat-buffer-words-with-scores): Don't narrow and change
19683         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19684
19685 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19686
19687         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19688         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19689         (spam-spamassassin-arguments)
19690         (spam-spamassassin-spam-flag-header)
19691         (spam-spamassassin-positive-spam-flag-header)
19692         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19693         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19694         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19695         (spam-list-of-processors, spam-list-of-checks)
19696         (spam-list-of-statistical-checks, spam-registration-functions)
19697         (spam-check-spamassassin-headers, spam-check-spamassassin)
19698         (spam-spamassassin-score)
19699         (spam-spamassassin-register-with-sa-learn)
19700         (spam-spamassassin-register-spam-routine)
19701         (spam-spamassassin-register-ham-routine)
19702         (spam-assassin-register-spam-routine)
19703         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19704         (spam-bogofilter-score): Fix to show article before scoring.
19705
19706 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19707
19708         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19709         default scoring function.
19710         (spam-generic-score): Call spam-spamassassin-score if
19711         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19712         spam-bogofilter-score otherwise.
19713
19714         * gnus.el (spam-process, spam-autodetect-methods):
19715         Add spamassassin and spamassassin-headers.
19716
19717 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19718
19719         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19720         Suppress unnecessary messages.
19721
19722 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19723
19724         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19725         make-hash-table.
19726
19727 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * canlock.el (base64-encode-string): Don't autoload it.
19730
19731 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * run-at-time.el: Remove useless (require 'itimer),
19734         eval-and-compile and (featurep 'xemacs).
19735
19736 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19737
19738         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19739         GROUP is a virtual group.
19740
19741 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19742
19743         * gnus.el: Autoload `message-y-or-n-p'.
19744
19745 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19746
19747         * pgg-parse.el: Remove unnecessary (require 'custom).
19748
19749         * pgg-def.el: do.
19750
19751         * nnmail.el: do.
19752
19753         * gnus-undo.el: do.
19754
19755         * gnus-picon.el: do.
19756
19757         * gnus-util.el: do.
19758
19759 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19760
19761         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19762
19763 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19766         handle, as well as a list.
19767
19768         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19769         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19770         (mm-w3m-cid-retrieve): Simplify.
19771
19772 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19773
19774         * message.el (message-kill-to-signature): Allow prefix arg to
19775         specify number of lines to keep before signature.
19776
19777 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19778
19779         * message.el (message-kill-to-signature): Change docstring.
19780
19781 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * canlock.el: Always require sha1-el.
19784         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19785
19786         * message.el: Autoload sha1 only when compiling.
19787
19788         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19789         eudc-expand-inline for XEmacs.
19790
19791 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * message.el (message-canlock-generate): Require sha1-el.
19794
19795 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19796
19797         * message.el (message-expand-name): Silence the byte compiler.
19798
19799         * lpath.el: Add detect-coding-system.
19800
19801         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19802         cus-edit.
19803
19804 2004-01-13  Simon Josefsson  <jas@extundo.com>
19805
19806         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19807         Invoke gnus-score-mode.
19808         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19809
19810         * gnus-range.el (gnus-compress-sequence): Doc fix.
19811         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19812
19813 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19814
19815         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19816
19817 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19818
19819         * spam.el (spam-get-article-as-string): Update to use
19820         gnus-request-article-this-buffer, much simpler.
19821         (spam-get-article-as-buffer): Remove.
19822
19823 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19824
19825         * message.el (message-expand-name): Use EUDC if the user uses that.
19826
19827 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19828
19829         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19830         character for the encoding to avoid consing a string.
19831
19832         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19833         unnecessarily.
19834
19835         * mm-util.el (mm-replace-chars-in-string): Remove.
19836
19837         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19838         of mm-replace-chars-in-string.
19839
19840 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19841
19842         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19843
19844         * mm-util.el (mm-subst-char-in-string): Support inplace.
19845
19846         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19847         a new string in every iteration.  Use shy groups.
19848
19849 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19850
19851         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19852         * gnus-soup.el (gnus-soup-group-brew):
19853         * gnus-msg.el (gnus-put-message):
19854         * gnus-move.el (gnus-group-move-group-to-server):
19855         * gnus-kill.el (gnus-batch-score):
19856         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19857         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19858         (gnus-group-update-group, gnus-group-read-group)
19859         (gnus-group-make-group, gnus-group-make-help-group)
19860         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19861         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19862         (gnus-group-sort-by-unread, gnus-group-catchup)
19863         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19864         (gnus-group-yank-group, gnus-group-set-info)
19865         (gnus-group-list-groups):
19866         * gnus.el (gnus-generate-new-group-name):
19867         * gnus-delay.el (gnus-delay-send-queue):
19868         * nnvirtual.el (nnvirtual-catchup-group):
19869         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19870         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19871         (gnus-group-prepare-topics, gnus-topic-check-topology):
19872         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19873         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19874         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19875         (gnus-group-make-articles-read):
19876         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19877         (gnus-group-change-level, gnus-kill-newsgroup)
19878         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19879         (gnus-get-unread-articles, gnus-make-articles-unread)
19880         (gnus-make-ascending-articles-unread): Use accessor
19881         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19882         to get group information for improved readability.
19883
19884
19885 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19886
19887         * gnus-art.el (article-decode-mime-words, article-babel)
19888         (gnus-article-highlight-signature, gnus-article-add-buttons)
19889         (gnus-signature-toggle): Use gnus-with-article-buffer.
19890
19891         * gnus-art.el (gnus-article-highlight-headers)
19892         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19893
19894         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19895         (gnus-article-set-globals, gnus-request-article-this-buffer)
19896         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19897         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19898         (gnus-mime-display-alternative): Use with-current-buffer.
19899
19900 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19901
19902         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19903         also under 80 char limit, and call gnus-error if needed.
19904         (spam-fetch-article-header): Fix - it was a
19905         buffer-local variable (gnus-newsgroup-data).
19906         (spam-find-spam): Use spam-generate-fake-headers, forget about
19907         spam-insert-fake-headers.
19908         (spam-insert-fake-headers): Remove.
19909
19910 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19911
19912         * deuglify.el (gnus-article-outlook-unwrap-lines)
19913         (gnus-outlook-rearrange-article)
19914         (gnus-outlook-repair-attribution-outlook)
19915         (gnus-outlook-repair-attribution-block)
19916         (gnus-outlook-repair-attribution-other): Remove redundant
19917         save-excursion.
19918
19919 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19920
19921         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19922         (spam-fetch-field-subject-fast)
19923         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19924         (spam-fetch-article-header): Add functions to deal with Gnus
19925         internals for fast retrieval of article header data.
19926         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19927
19928 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19929
19930         * pop3.el (pop3-md5): Remove.
19931         (pop3-apop): Replace pop3-md5 with md5.
19932
19933         * mm-bodies.el: base64 is always built-in.
19934
19935         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19936         Use with-current-buffer.
19937
19938 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19939
19940         * canlock.el (canlock-insert-header): Remove excessive grouping in
19941         regexp.
19942
19943         * gnus-sum.el (gnus-summary-read-document): Ditto.
19944
19945         * gnus-uu.el (gnus-uu-part-number): Ditto.
19946
19947         * html2text.el (html2text-remove-tags): Ditto.
19948         (html2text-format-tags): Ditto.
19949         (html2text-format-single-elements): Ditto.
19950
19951         * mml.el (mml-parse-1): Ditto.
19952
19953 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19954
19955         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19956
19957         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19958
19959         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19960
19961         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19962
19963 2003-11-15  Simon Josefsson  <jas@extundo.com>
19964
19965         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19966         (pgg-gpg-lookup-key): Use regexp match instead of
19967         split-string (split-string is different between emacs 21.2 and
19968         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19969
19970 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19971
19972         * gnus-art.el (gnus-mime-view-all-parts)
19973         (gnus-article-part-wrapper, gnus-article-view-part):
19974         Use with-current-buffer.
19975
19976 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19977
19978         * spam.el (spam-disable-spam-split-during-ham-respool)
19979         (spam-spamoracle-database, spam-cache-lookups)
19980         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19981         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19982         (spam-group-ham-marks, spam-group-spam-marks)
19983         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19984         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19985         also add spam-use-blackholes to the statistical checks.
19986         (spam-fetch-field-fast): Add interface to fetching fields, may
19987         become a macro.
19988         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19989         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19990         (spam-insert-fake-headers): Fake an article when needed.
19991         (spam-find-spam): Fake article when possible.
19992         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19993         (spam-check-bogofilter-headers): Use message-fetch-field instead
19994         of nnmail-fetch-field.
19995
19996 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19997
19998         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19999
20000 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20001
20002         * spam.el (spam-split): Do not require spam-use-CHECK to be
20003         enabled if that check is passed to spam-split explicitly; also
20004         fix so 'spam doesn't get converted to spam-split-group when
20005         spam-split-symbolic-return is t.
20006         (spam-find-spam): Find registrations of the article and use those
20007         instead of re-running spam-split to find the spam/ham
20008         classification of the article.
20009         (spam-log-processing-to-registry, spam-log-registered-p)
20010         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20011         Use gnus-error instead of gnus-message.
20012         (spam-log-registration-type): Add function to determine the
20013         classification of a message based on registry entries; will
20014         return nil if both 'spam and 'ham are found.
20015         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20016         a reasonably fast local cache without the loading errors.
20017         (spam-cache-lookups): Set to t by default.
20018         (spam-find-spam): Don't try to guess spam-cache-lookups.
20019         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20020         spam-caches entry.
20021         (spam-filelist-build-cache, spam-filelist-check-cache):
20022         Fix caching of whitelist/blacklist entries.
20023         (spam-check-whitelist, spam-check-blacklist):
20024         Invoke spam-from-listed-p with a type, not a cache variable.
20025         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20026
20027 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20028
20029         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20030
20031         * nnmail.el (nnmail-split-fancy): do.
20032
20033         * mml.el (mml-parse): do.
20034
20035         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20036         (gnus-score-adaptive): do.
20037
20038 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20041         (gnus-mime-button-map): Don't set keymap parent.
20042         (gnus-button-ctan-directory-regexp): Use shy grouping.
20043         (gnus-prev-page-map): Don't set keymap parent.
20044         (gnus-prev-page-map): Remove duplicated one.
20045         (gnus-next-page-map): Don't set keymap parent.
20046         (gnus-mime-security-button-map): Ditto.
20047
20048         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20049         version number.
20050
20051         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20052
20053 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20054
20055         * canlock.el (canlock-sha1-function): Remove.
20056         (canlock-sha1-function-for-verify): Remove.
20057         (canlock-openssl-program): Remove.
20058         (canlock-openssl-args): Remove.
20059         (canlock-ignore-errors): Remove.
20060         (canlock-sha1-with-openssl): Remove.
20061         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20062         (canlock-verify): Don't use canlock-ignore-errors.
20063
20064         * sha1-el.el (sha1-string-external): Make it can return a string
20065         in binary form.
20066         (sha1-region-external): Ditto.
20067         (sha1-string-internal): Ditto.
20068         (sha1-region-internal): Ditto.
20069         (sha1-region): Ditto.
20070         (sha1-string): Ditto.
20071         (sha1): Ditto.
20072
20073 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20074
20075         * spam.el (spam-report-articles-gmane): New command.
20076
20077 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20080
20081         * run-at-time.el (run-at-time-saved): Remove.
20082         (run-at-time): Doc fix.
20083
20084 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20085
20086         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20087         (gnus-summary-limit-map): Add it.
20088         (gnus-summary-make-menu-bar): do.
20089
20090 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20091
20092         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20093         Make attempt at some caching support (done for BBDB only now).
20094         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20095         addresses to be checked.
20096         (spam-clear-cache-BBDB): Add function, to be invoked by
20097         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20098         (spam-check-BBDB): Check and use the caches, if
20099         spam-cache-lookups is on, remove superfluous (provide).
20100
20101 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20102
20103         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20104
20105 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20106
20107         * run-at-time.el (run-at-time-saved): Move to after the definition
20108         of `run-at-time'.
20109
20110         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20111
20112 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20115         mm-w3m-local-map-property.
20116
20117         * mm-view.el (mm-w3m-mode-map): Remove.
20118         (mm-w3m-local-map-property): Remove.
20119         (mm-inline-text-html-render-with-w3m): Don't use
20120         mm-w3m-local-map-property.
20121
20122 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20123
20124         * run-at-time.el: New file.
20125
20126         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20127         under Emacs.
20128
20129         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20130         of gnus-set-text-properties.
20131
20132         * gnus-uu.el (gnus-uu-save-article): Ditto.
20133
20134         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20135
20136         * gnus-cite.el (gnus-cite-parse): Ditto.
20137
20138         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20139         of gnus-.
20140
20141         * gnus-xmas.el (run-at-time): Require run-at-time.
20142
20143         * gnus.el: Change calls to nnheader-run-at-time and
20144         password-run-at-time throughout to use run-at-time directly.
20145
20146         * password.el: Remove definition of run-at-time.
20147
20148         * nnheaderxm.el: Remove definition of run-at-time.
20149
20150 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20151
20152         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20153         in prompt.
20154
20155 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20156
20157         * messagexmas.el (message-xmas-redefine): Alias
20158         `message-make-caesar-translation-table' to
20159         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20160         version.
20161
20162         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20163         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20164         `gnus-xmas-set-text-properties'.
20165         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20166         `gnus-xmas-completing-read'.
20167         (gnus-xmas-completing-read): Removed.
20168         (gnus-xmas-open-network-stream): Removed.
20169
20170         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20171         XEmacs version.
20172
20173         * dns.el (dns-make-network-process): Use `open-network-stream'
20174         instead of `gnus-xmas-open-network-stream'.
20175
20176         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20177
20178         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20179
20180 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20181
20182         * gnus-art.el (gnus-mime-display-alternative)
20183         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20184         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20185         Don't use gnus-local-map-property.
20186
20187         * gnus-util.el (gnus-local-map-property): Remove.
20188
20189         * mm-view.el (mm-view-pkcs7-decrypt):
20190         Replace gnus-completing-read-maybe-default with completing-read.
20191
20192         * gnus-util.el (gnus-completing-read): do.
20193         (gnus-completing-read-maybe-default): Remove.
20194
20195 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20196
20197         * password.el: Only autoload `run-at-time' if not XEmacs.
20198         Only autoload the itimer functions if XEmacs.
20199
20200 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20203         XEmacsen.
20204
20205         * dgnushack.el: Autoload executable-find for XEmacs.
20206
20207 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20208
20209         * gnus-art.el (gnus-read-string): Remove.
20210         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20211         read-string.
20212
20213 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20214
20215         * netrc.el: Autoload password-read.
20216         (netrc): Add configuration group.
20217         (netrc-encoding-method, netrc-openssl-path):
20218         Add variables for encoding and decoding of files with symmetric
20219         ciphers.
20220         (netrc-encode): Add assistant function to encode a file with
20221         netrc-encoding-method.
20222         (netrc-parse): Add interactive parameter, added optional
20223         decoding if netrc-encoding-method is non-nil but otherwise
20224         behavior is standard.
20225         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20226         Do s/encode/encrypt/ everywhere.
20227
20228         * spam.el: Remove executable-find autoload.
20229
20230 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20231
20232         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20233
20234         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20235
20236 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20237
20238         * gnus-art.el (gnus-treat-ansi-sequences)
20239         (article-treat-ansi-sequences): New variable and function.
20240         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20241
20242         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20243         Use it.
20244
20245 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20246
20247         * mm-util.el (mm-quote-arg): Remove.
20248
20249         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20250         shell-quote-argument.
20251
20252         * gnus-uu.el (gnus-uu-command): do.
20253
20254         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20255
20256         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20257         with make-char.
20258
20259         * mm-util.el (mm-make-char): Remove.
20260
20261         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20262         add-minor-mode.
20263
20264         * gnus-undo.el (gnus-undo-mode): do.
20265
20266         * gnus-topic.el (gnus-topic-mode): do.
20267
20268         * gnus-sum.el (gnus-dead-summary-mode): do.
20269
20270         * gnus-start.el (gnus-slave-mode): do.
20271
20272         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20273
20274         * gnus-ml.el (gnus-mailing-list-mode): do.
20275
20276         * gnus-gl.el (gnus-grouplens-mode): do.
20277
20278         * gnus-draft.el (gnus-draft-mode): do.
20279
20280         * gnus-dired.el (gnus-dired-mode): do.
20281
20282         * gnus-ems.el (gnus-add-minor-mode): Remove.
20283
20284         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20285         Replace gnus-char-width with char-width.
20286
20287         * gnus-ems.el (gnus-char-width): Remove.
20288
20289         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20290         Replace gnus-char-width with char-width.
20291
20292         * gnus-ems.el (gnus-char-width): Remove.
20293
20294         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20295         definition.
20296         Remove Emacs 20 hash table compatibility code.
20297
20298         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20299         20 compatibility code.
20300
20301         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20302
20303         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20304
20305         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20306         Replace with point-at-{eol,bol}.
20307
20308         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20309
20310         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20311
20312         * flow-fill.el (fill-flowed-point-at-bol)
20313         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20314
20315         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20316         Replace with point-at-{eol,bol} throughout all files.
20317
20318 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * ntlm.el (ntlm-string-as-unibyte): New macro.
20321         (ntlm-build-auth-response): Use it.
20322
20323         Remove Emacs 20 stuff:
20324         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20325         (butlast, mapc, remove): Remove the compiler macros.
20326         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20327         of delq and copy-sequence.
20328         * gnus-art.el (popup-menu): Remove the compiler macro.
20329         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20330         Emacs 20.
20331
20332 2004-01-05  Simon Josefsson  <jas@extundo.com>
20333
20334         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20335         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20336         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20337         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20338         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20339         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20340         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20341         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20342         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20343         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20344         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20345         string-xor into ntlm-string-xor.
20346         Suggested by Jesper Harder <harder@myrealbox.com>.
20347
20348         * ntlm.el: Don't include poem.
20349
20350         * md4.el (print-int32, print-string-hexa): Remove.
20351         Suggested by Jesper Harder <harder@myrealbox.com>.
20352
20353         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20354
20355         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20356         probably breaks emacs with DL patch, but do we care? Is anyone
20357         still using the DL stuff?)
20358
20359         * sieve-manage.el: Use the password package.
20360         (sieve-manage-read-passwd): Remove.
20361         (sieve-manage-interactive-login): Use password.  Re-add
20362         condition-case around loop.
20363
20364         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20365         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20366         Use the password package.
20367
20368 2003-02-19  Simon Josefsson  <jas@extundo.com>
20369
20370         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20371         token.
20372
20373 2002-08-07  Simon Josefsson  <jas@extundo.com>
20374
20375         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20376         (sieve-manage-authenticators):
20377         (sieve-manage-authenticator-alist): Add some SASL mechs.
20378         (sieve-sasl-auth): New function.
20379         (sieve-manage-cram-md5-auth):
20380         (sieve-manage-plain-auth): Rewrite using SASL library.
20381         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20382         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20383         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20384         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20385
20386 2004-01-05  Simon Josefsson  <jas@extundo.com>
20387
20388         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20389         New files.
20390
20391 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20392
20393         * gnus-group.el (gnus-no-groups-message): Update.
20394
20395         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20396
20397 2003-11-09  Simon Josefsson  <jas@extundo.com>
20398
20399         * imap.el: Support for ID IMAP extension (RFC 2971).
20400         (imap-local-variables): Add imap-id.
20401         (imap-id): New variable.
20402         (imap-id): New function.
20403         (imap-parse-response): Parse untagged ID response.
20404         * nnimap.el (nnimap-id): New variable.
20405         (nnimap-open-connection): Use it.
20406
20407 2003-12-28  Simon Josefsson  <jas@extundo.com>
20408
20409         * gnus-score.el (gnus-score-edit-all-score): New.
20410         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20411
20412 2004-01-04  Simon Josefsson  <jas@extundo.com>
20413
20414         * password.el: Add.
20415
20416 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20417
20418         * dns.el (dns-query-types): Fix typo.
20419         (dns-query-types): New function.
20420         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20421         PTR and SOA replies, see RFC 1035.
20422
20423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20424
20425         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20426
20427         * Move to Changelog.2.
20428
20429 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20430
20431         * gnus.el (gnus-version-number): Bump version.
20432
20433 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20434
20435         * gnus.el: No Gnus v0.1 is released.
20436
20437 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20438
20439         * gnus.el: No Gnus v0.0 is released.
20440
20441 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20442
20443         * gnus.el (gnus-version-number): Bump.
20444         (gnus-version): No.
20445
20446 See ChangeLog.2 for earlier changes.
20447
20448   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20449
20450   This file is part of GNU Emacs.
20451
20452   GNU Emacs is free software: you can redistribute it and/or modify
20453   it under the terms of the GNU General Public License as published by
20454   the Free Software Foundation, either version 3 of the License, or
20455   (at your option) any later version.
20456
20457   GNU Emacs is distributed in the hope that it will be useful,
20458   but WITHOUT ANY WARRANTY; without even the implied warranty of
20459   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20460   GNU General Public License for more details.
20461
20462   You should have received a copy of the GNU General Public License
20463   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20464
20465 ;; Local Variables:
20466 ;; coding: utf-8
20467 ;; fill-column: 79
20468 ;; add-log-time-zone-rule: t
20469 ;; End: