mm-uu: add support for git format-patch
[gnus] / lisp / ChangeLog
1 2011-02-01  Julien Danjou  <julien@danjou.info>
2
3         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4         format.
5
6         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7         standard in Emacs nowadays.
8
9         * color.el (color-gradient): Add a color-gradient function.
10
11 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * shr.el (shr-render-td): Only do colours at the final rendering.
14         Should be slightly faster.
15         (shr-insert-table): Fix up TD background colours when doing the
16         vertical padding.
17
18         * gnus-art.el (article-date-ut): Protect against articles with no Date
19         header.
20         (article-update-date-lapsed): Don't use current-column to find the
21         horizontal position.  It's fragile in the presence of \003 characters.
22
23         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
24
25 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-art.el (article-transform-date): Rewrite to still work when
28         there are several rfc2822 parts.
29         (article-transform-date): Fix infinite recursion.
30         (article-date-ut): Replace infinitely many Date headers with a single
31         one when called interactively.
32
33         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
34         secure manner.
35
36         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
37         move around by not using save-window-excursion.  It seems to work...
38
39 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-art.el (article-make-date-line): Work for user-defined format.
42
43 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
44
45         * nntp.el (nntp-retrieve-group-data-early)
46         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
47         fetching functions.
48
49         * gnus-start.el (gnus-read-active-for-groups): Read the active files
50         thoroughly for all backends that have no known groups.  This should
51         allow new nnml methods to retrieve mail.
52
53         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
54         that Gnus doesn't know exists again.
55
56         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
57         (gnus-treat-date-ut): Ditto.
58         (gnus-article-update-date-header): Renamed.
59         (gnus-treat-date-local): Removed.
60         (gnus-treat-date-english): Removed.
61         (gnus-treat-date-lapsed): Removed.
62         (gnus-treat-date-combined-lapsed): Removed.
63         (gnus-treat-date-original): Removed.
64         (gnus-treat-date-iso8601): Removed.
65         (gnus-treat-date-user-defined): Removed.
66         (gnus-article-date-headers): New variable to control all the date
67         header options.
68         (article-date-ut): Rewrite to allow using the new way to format date
69         headers(s).
70
71 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * nnmail.el (nnmail-article-group): Check for a direct fancy split
74         method.
75         (nnmail-article-group): A better test for fanciness.
76
77         * nnimap.el (nnimap-request-head): Protect against not finding the
78         article by Message-ID.
79
80 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-art.el (article-update-date-lapsed): Try a better way to really
83         keep point at the "same place".
84
85 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
88         data if the group is unactivated.
89
90 2011-01-28  Julien Danjou  <julien@danjou.info>
91
92         * gnus-win.el: Remove dead function gnus-window-configuration-element.
93         (gnus-all-windows-visible-p): Remove old compatibility code.
94         (gnus-window-top-edge): Add docstring.
95
96         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
97
98 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
99
100         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
101         older request-update-info.
102
103         * gnus-art.el (article-make-date-line): Limit the length a bit more.
104
105 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
106
107         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
108         mml2015-signers higher precedence over mml2015-sign-with-sender.
109
110 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
111
112         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
113         groups.  This makes the nndraft:queue group pop up if it's not already
114         there.
115
116         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
117         messages" logic, which was reversed.
118
119         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
120         the "same place" even if point is on the line being replaced.
121         (article-update-date-lapsed): Allow updating both the combined lapsed
122         and the lapsed headers.
123         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
124         (article-make-date-line): Limit the number of segments dynamically to
125         avoid too-long lines.
126
127 2011-01-27  Julien Danjou  <julien@danjou.info>
128
129         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
130         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
131
132 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
135         Use plist-get instead of the cl function getf.
136
137 2011-01-27  Glenn Morris  <rgm@gnu.org>
138
139         * gnus-util.el (float-time): Get rid of compiler warning, again.
140
141 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
142
143         * shr.el (shr-put-color): Special-case background colours: Do put them
144         at the blank parts at the front of the lines.
145
146         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
147         exit hook to nix out all data on readedness on group exit.
148
149         * gnus-util.el (float-time): If float-time is bound, always use it on
150         all Emacsen.  It's unclear why the subrp check was there.
151         (time-date): Require to make some autoload issues on XEmacs go away.
152
153         * shr.el (shr-put-color): Don't do the box padding in tables, since
154         they're already padded.
155
156 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus-art.el (gnus-article-next-page): When the last line of the
159         article is displayed, scroll down once more instead of going to the
160         next article at once.
161         (article-lapsed-string): Refactor out and allow specifying how many
162         segments you want.
163         (gnus-article-setup-buffer): Start updating the lapsed header directly.
164         (gnus-article-update-lapsed-header): New variable.
165
166         * shr.el: Revert change that made headings use different-sized faces.
167         The Emacs display engine isn't advanced enough that, for instance,
168         tables can comfortably use differntly-sized faces.
169
170 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
173         used.
174         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
175         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
176         we're using an encrypted connection.
177
178         * proto-stream.el: Alter the interface functions to also return the
179         actual stream type used: network or tls.
180
181 2011-01-25  Julien Danjou  <julien@danjou.info>
182
183         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
184         (mm-display-javascript-inline): New function.
185
186         * mm-decode.el (mm-inline-media-tests): Add application/javascript
187         viewing function.
188
189 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191         * shr.el (shr-expand-newlines): Fix variable name.
192
193 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (shr-expand-newlines): Make nested boxes work.
196
197 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
200         backgrounds.
201         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
202         in a more sensible manner.
203
204 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
207         if EPG is loaded.
208
209 2011-01-24  Julien Danjou  <julien@danjou.info>
210
211         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
212         tags.
213
214 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
217         commands.
218
219         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
220         in the article buffer.
221         (gnus-gravatar-insert): Use blank space from the current buffer to
222         avoid breaking text properties.  This makes X-Sent updating work again.
223
224         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
225
226 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
229         fix the bug in url-http.el instead.
230
231         * shr.el (shr-image-fetched): Ditto.
232
233         * shr.el (shr-image-fetched): Avoid having point move in the article
234         buffer.
235
236         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
237         buffer after being called.  It's apparently being killed by url.el, and
238         killing it made point move to end-of-buffer in a random buffer.
239
240         * shr.el (shr-image-fetched): Ditto.
241
242 2011-01-23  Julien Danjou  <julien@danjou.info>
243
244         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
245
246         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
247         text/x-org.
248
249 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-sum.el (gnus-summary-move-article): Protect against backends
252         (i.e., nnimap) returning nil as the article number.
253
254 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
255
256         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
257         "DelSp" parameter in RFC3676.
258
259 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
260
261         * message.el (message-check-recipients): Display the encoded version of
262         the bogus address if they differ.
263
264         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
265         after sending.
266
267         * gnus-agent.el (gnus-agent-send-mail): Ditto.
268
269         * gnus-group.el (gnus-group-refresh-group): New convenience function.
270
271         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
272         group buffer after sending the queue.
273
274         * gnus-agent.el (gnus-agent-send-mail): Ditto.
275
276 2011-01-22  Julien Danjou  <julien@danjou.info>
277
278         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
279
280 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
283         nested related parts.
284
285         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
286         unexpired articles.  This fixes the regression that led expiry marks to
287         disappear from nnfolder groups.
288
289 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
290
291         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
292         Don't confuse the "ret" of "retrograde" with RET.
293
294 2011-01-21  Julien Danjou  <julien@danjou.info>
295
296         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
297         than mm-insert-inline.
298
299 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
302         Widen article buffer.
303
304 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
305
306         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
307         the temp buffer.
308         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
309
310 2011-01-20  Julien Danjou  <julien@danjou.info>
311
312         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
313
314         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
315         than mm-insert-inline to insert inline part: this respect
316         mm-inline-media-tests displayers.
317
318         * mm-view.el (mm-display-shell-script-inline): New function.
319
320         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
321
322         * mm-uu.el (mm-uu-type-alist): Add org block.
323         (mm-uu-org-src-code-block-extract): New function.
324
325         * mm-view.el (mm-display-org-inline): New function.
326
327         * mm-decode.el (mm-automatic-display): Add text/org.
328
329         * mailcap.el (mailcap-mime-extensions): Add .org.
330
331 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (gnus-article-highlight): Remove argument passed to
334         gnus-article-add-buttons.
335
336 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
337
338         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
339         From header with a date and "nobody" as the sender.
340
341 2011-01-19  Julien Danjou  <julien@danjou.info>
342
343         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
344         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
345         if you have the same regexp several times.
346         (gnus-button-push): Fix matching when regexp is symbol.
347
348 2011-01-15  Glenn Morris  <rgm@gnu.org>
349
350         * message.el (message-mail): A compose-mail function should
351         accept headers as strings.
352
353 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
354
355         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
356         Add :vert-only tags.
357         (message-mail): New arg RETURN-ACTION.
358         (message-return-action): New var.
359         (message-bury): Use it.
360         (message-mode): Make it buffer-local.
361         (message-send-and-exit): Always call message-bury.
362
363         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
364         message-mail.
365
366 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * nnimap.el (nnimap-convert-partial-article): Protect against
369         zero-length body parts.
370
371         * mm-decode.el (mm-preferred-alternative-precedence):
372         Discourage showing empty parts.
373
374         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
375         and stuff if the backend didn't return the article number.  This fixes
376         an Exchange-related nnimap bug.
377
378         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
379         group window, because it does the wrong thing when a separate frame
380         displays the group buffer.
381
382         * proto-stream.el (open-protocol-stream): Protect against the low-level
383         transport functions returning nil.
384
385 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
386
387         * mml2015.el (epg-sub-key-fingerprint): Autoload.
388         (mml2015-epg-find-usable-secret-key): New function.
389         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
390         mml2015-epg-find-usable-key (Bug#7797).
391         (mml2015-epg-encrypt): Ditto.
392
393 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * dgnushack.el (rot13-string): Fix the way to get the argument.
396
397 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
400
401 2011-01-03  Glenn Morris  <rgm@gnu.org>
402
403         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
404
405         * sieve.el (sieve-open-server): Give a more explicit error if
406         sieve-manage-open returns nil.  (Bug#7720)
407
408 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
409
410         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
411
412 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
415         This avoids sending passwords in plain text over non-encrypted
416         channels.
417
418         * shr.el (shr-rescale-image): Display all GIF images as animated images.
419
420         * nnimap.el (nnimap-login): Refactored out into own function, and
421         implement CRAM-MD5.
422         (nnimap-wait-for-line): Refactored out.
423
424         * mm-view.el (mml-smime): Require.
425
426 2010-12-20  David Engster  <deng@eml.cc>
427
428         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
429         use EPG to decrypt S/MIME messages instead of openssl.
430
431 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
434
435         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
436         status is the group clearly is unreachable.
437
438         * auth-source.el (auth-source-create): Add the optional second
439         parameter to `local-variable-p' to be compatible with XEmacs.
440
441 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
442
443         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
444         work when using a compressed nnml folder.
445
446 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
449         backends after sanitising on entry, because this never makes sense:
450         If the articles have gone missing, then the data no longer exists on
451         the backend, and if they haven't, then Gnus is wrong, and shouldn't
452         overwrite anything anyway.
453
454         * shr.el (shr-insert-document): Bind shr-width dynamically to
455         window-width if it's nil.
456
457 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
458
459         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
460         with the meaning of using the full emacs window width for rendering.
461
462 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
463
464         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
465         case when sender is not given.
466
467 2010-12-23  Julien Danjou  <julien@danjou.info>
468
469         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
470         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
471         the addresses, otherwise we might misplaced the gravatar.
472
473 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
474
475         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
476         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
477         obsolete in Emacs.
478
479 2010-12-20  Julien Danjou  <julien@danjou.info>
480
481         * gnus-util.el (gnus-rescale-image): Revert last change.
482
483 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
484
485         * binhex.el: Improve commentary (Bug#7482).
486
487 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-group.el (gnus-group-delete-articles): New command.
490
491 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
492
493         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
494
495 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
498         here, since it's up to the backends to do CRLF removal if their
499         protocol has it.
500
501         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
502
503 2010-12-17  Julien Danjou  <julien@danjou.info>
504
505         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
506         they are from file. Can also scale up.
507
508 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
509
510         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
511         gnus-use-agent.
512         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
513
514         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
515
516 2010-12-17  Julien Danjou  <julien@danjou.info>
517
518         * gravatar.el (gravatar-retrieve-synchronously): New function.
519         (gravatar-get-data): Make more robust.
520
521 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
524
525 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
528         to really consider the last line.
529
530 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
531
532         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
533         list of recipient keys, or use symmetric encryption if not a list.
534         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
535         EPA override, replacing the call to `netrc-store-data'.
536
537 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
538
539         * gnus-srvr.el: Avoid passing nil regexp argument to
540         delete-matching-lines.
541
542 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
545         fetching stops when Gnus exits.
546
547         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
548         function.
549         (nnfolder-request-expire-articles): Save all the buffers after doing
550         expiry.
551
552         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
553         the last article", since that led to serious performance regressions
554         when expiring nnml groups.
555
556 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
557
558         * nnir.el: Improve customizations.
559
560 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
563
564         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
565         group has been killed.
566         (gnus-group-yank-group): Ditto.
567
568         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
569
570         * nnimap.el (nnimap-request-update-group-status): New function.
571
572         * gnus-int.el (gnus-request-update-group-status): New interface
573         function.
574
575         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
576         copying read-ness to the backends.
577
578         * nnimap.el (nnimap-quirk): New function.
579         (nnimap-retrieve-group-data-early): Use it.
580         (nnimap-quirks): New alist.
581
582 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * shr.el (shr-insert): Set shr-start after deleting trailing space;
585         don't delete it within indentation.
586
587 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
590         previous line.
591
592 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
595         QRESYNC command by deleting a superfluous space which broke Cyrus
596         servers.  This change will break other servers that are buggy the other
597         way around.
598
599 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
600
601         * spam.el: Reindent and fix long lines.
602         (spam-copy-or-move-routine): Exclude invalid move destinations.
603
604 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
605
606         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
607         installed the registry.
608
609 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
612
613 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
614
615         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
616         groupname doesn't contain "gmane".
617
618 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
621         and netrc-bound-and-true-p bindings.
622         (netrc-parse): Cache the netrc contents.
623
624         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
625         (gnus-1): Don't create the nndrafts group twice.
626         (gnus-setup-news): There's no need to read the active file here, since
627         that's done again later on a per-backend basis.
628         (gnus-start-draft-setup): Make sure that the new group is started out
629         empty.
630
631         * gnus-agent.el (gnus-agentize): Don't create the queue group
632         automatically on startup.  It'll be created later, if needed.
633
634         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
635         of automatically subscribed groups.
636         (gnus-auto-subscribed-categories): New variable.
637         (gnus-matches-options-n): Use it.
638         (gnus-default-subscribed-newsgroups): Remove unused variable.
639         (gnus-start-draft-setup): Message a bit less.
640
641 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
642
643         * nnir.el (nnir-run-imap): Return article list in order of increasing
644         UID.
645
646 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-sum.el (gnus-summary-enter-digest-group):
649         Mention gnus-auto-select-on-ephemeral-exit.
650
651         * proto-stream.el (proto-stream-open-network-only): Fix the calling
652         convention of the network-only option.
653
654 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * proto-stream.el (proto-stream-open-network-only): New function to
657         have a way to specify non-STARTTLS upgrade connections.
658
659 2010-12-10  Julien Danjou  <julien@danjou.info>
660
661         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
662         email address is nil.
663
664         * message.el (message-bogus-recipient-p): Set address to "" if nil.
665
666 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
667
668         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
669         deletion.
670         (nnir-run-imap): Only need to parse list once.
671
672 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * shr.el (shr-tag-script): Ignore <script>.
675         (shr-tag-label): Add <label> support.
676
677 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
680
681         * shr.el (shr-image-displayer): Work for images lined side by side.
682
683 2010-12-08  Robert Pluim  <rpluim@gmail.com>
684
685         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
686         parameter, since XEmacs doesn't accept t as a parameter.
687
688 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
689
690         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
691         ids.
692         (nnir-run-gmane): Simplify groupspec formatting.
693         (nnir-request-expire-articles): New function.
694
695 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
698         overflow, possibly.
699
700         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
701         (shr-render-td): Handle td style="" better.
702         (shr-tag-table): Use the color from the style sheet.
703         (shr-render-td): Make sure we copy over all the overlays, too.
704
705 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
706
707         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
708         (nnir-request-article): Improve article retrieval.
709
710 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * mm-util.el (mm-extra-numeric-entities): New variable.
713
714         * mm-url.el (mm-url-decode-entities):
715         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
716
717         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
718
719 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
720
721         * message.el: Use completion-at-point.
722         (message-completion-function): New fun, extracted from message-tab.
723         (message-mode): Use it for completion-at-point-functions.
724         (message-tab): Use it and completion-at-point.
725
726 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
729         character if a non-breakable character follows.
730
731 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
734         any stream.
735
736         * shr.el (shr-tag-font): Colorize the region.
737         (shr-tag-body): Ditto.
738         (shr-tag-font): Actually let the styles be inherited instead of
739         overwriting them.
740         (shr-tag-font): Get the background color right.
741         (shr-tag-style): Ignore all <style> tags for the moment.
742
743         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
744         a Message-ID to avoid having nnimap depend on gnus-sum.
745
746         * shr.el (shr-descend): Only colorize something if we have a node that
747         sets colors.
748
749 2010-12-06  Julien Danjou  <julien@danjou.info>
750
751         * shr.el (shr-render-td): Render td content with shr-descend, so style
752         will be applied to <td> too.
753         (shr-colorize-region): Colorize region even if we only have a background.
754         (shr-tag-body): Fix color and background color inheritance.
755         Do not recolorize after shr-generic.
756         (shr-tag-font): Let shr-generic colorize via inheritance.
757
758 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
761
762 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
763
764         * nnir.el (nnir-request-move-article): Remove obsolete code.
765
766 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
769
770 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-sum.el (gnus-summary-respool-article): The completion function
773         expects a list instead of an alist.
774
775         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
776         string as the parameter.
777
778         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
779
780         * shr.el (shr-stylesheet): New dynamic variable for cascading the
781         styles.
782         (shr-colorize-region): New function.
783         (shr-insert-background-overlay): Remove.
784         (shr-render-td): Background setting should be taken care of on a higher
785         level.
786         (shr-tag-body): Use post-hoc colorizations.
787         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
788         (shr-put-color-1): Don't overwrite old colors.
789         (shr-colorize-region): When the background color isn't explicit, use
790         a fixed background.
791
792         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
793         nnmail variables.
794
795 2010-12-05  Bjørn Mork  <bjorn@mork.no>
796
797         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
798         unless necessary.
799
800 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
801
802         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
803         server.
804
805 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
808         so that TAB works.
809
810         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
811         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
812
813         * shr.el (shr-urlify): Show the URL before the title to avoid
814         misleading URLs.
815
816 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
817
818         * shr.el (shr-urlify): Display the title in <a> tags.
819
820 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
821
822         * nnir.el (nnir-categorize): Replace mapcar with mapc.
823
824 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
825
826         * nnir.el: Rearrange code to allow macros to be autoloaded by
827         gnus-sum.el.
828         (nnir-retrieve-headers-override-function): Make this variable
829         customizable.
830         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
831
832         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
833         from nnir.el.
834
835 2010-12-03  Julien Danjou  <julien@danjou.info>
836
837         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
838
839 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
842         allow optional argument `environment'.
843
844 2010-12-03  Glenn Morris  <rgm@gnu.org>
845
846         * mm-extern.el (message-goto-body): Update declaration.
847
848 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-util.el (gnus-macroexpand-all): New function.
851
852         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
853         instead of macroexpand-all that is unavailable in XEmacs.
854
855 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
856
857         * nnir.el (nnir-summary-line-format): New variable.
858         (nnir-mode): Use it.
859         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
860         (nnir-article-ids): Reimplement as defsubst.
861         (nnir-retrieve-headers): Don't mangle the subject header.
862         (nnir-run-imap): Use 100 as RSV score.
863         (nnir-run-find-grep): Fix for full server searching.
864         (nnir-run-gmane): Better restriction to gmane groups.
865
866         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
867         summary buffers.
868
869 2010-12-02  Julien Danjou  <julien@danjou.info>
870
871         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
872
873         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
874
875         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
876         support.
877
878 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
879
880         * nnir.el: Update to handle the registry better.
881         (autoload): Silence byte-compiler.
882         (nnir-open-server): Add a hook for nnir groups.
883         (nnir-request-move-article): Don't mangle the header. Better to use
884         formating variables (which will be added in the future).
885         (nnir-registry-action): Update the registry using the original article
886         group name.
887         (nnir-mode): Install nnir-specific hooks for updating the registry.
888
889         * gnus-sum.el
890         (gnus-article-original-subject,gnus-newsgroup-original-name):
891         Remove obsolete variables.
892         (gnus-summary-move-article): Remove use of obsolete variables.
893         (gnus-summary-local-variables): Make move and delete hooks local to
894         summary buffers.
895
896 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * rtree.el: New file.
899
900 2010-12-01  Julien Danjou  <julien@danjou.info>
901
902         * message.el (message-user-organization): Do not use
903         gnus-local-organization.
904
905         * gnus.el: Remove gnus-local-organization.
906
907         * gnus-msg.el: Remove nastygram thing.
908
909 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
912         funcall.
913
914 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
917         names.
918
919         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
920         characters.
921
922         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
923         to t of inhibit-read-only since it is inside gnus-with-article-headers.
924         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
925         (gnus-gravatar-transform-address): Use mail-extract-address-components
926         that supports non-ASCII names rather than mail-header-parse-addresses.
927
928 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * proto-stream.el (open-protocol-stream): All starttls connections are
931         handled by the network handler.
932
933 2010-11-30  Julien Danjou  <julien@danjou.info>
934
935         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
936         (nnimap-open-connection-1): Fix PREAUTH.
937
938         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
939
940 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
943         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
944         (shr-insert): Use them.
945         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
946
947 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
948
949         * nnir.el (nnir-request-move-article): Bail out if original group
950         doesn't support article moves.
951         (nnir-get-active): Improve active list retrieval.
952
953 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * shr.el (shr-find-fill-point): Don't break before apostrophes.
956
957 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
958
959         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
960         seem to accept strings-with-numbers as port numbers,
961
962 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
963
964         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
965         change the registry.
966
967 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
970         delete-dups that is not available in XEmacs 21.4.
971
972         * mm-util.el (mm-delete-duplicates): Add comment.
973
974 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
975
976         * nnir.el (nnir-ignored-newsgroups): New variable.
977         (nnir-get-active): Use it.
978
979 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * proto-stream.el (proto-stream-open-network): Add some comments.
982
983         * nntp.el (nntp-open-connection): Provide a :success condition.
984
985         * nnimap.el (nnimap-open-connection-1): Ditto.
986
987         * proto-stream.el (proto-stream-open-network): See what the response to
988         the STARTTLS command is.
989
990         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
991         backwards compatibility).
992         (nnimap-open-connection-1): Really respect nnimap-server-port.
993
994         * proto-stream.el (proto-stream-open-network): When doing opportunistic
995         TLS upgrades we don't really care about the identity of the peer.
996         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
997         that what we've checked for.
998         (proto-stream-always-use-starttls): Only default to t if
999         open-gnutls-stream exists.
1000         (proto-stream-open-network): If STARTTLS failed, then just open a
1001         normal connection.
1002         (proto-stream-open-network): Wait until the greeting before doing
1003         STARTTLS.
1004
1005         * nntp.el (nntp-open-connection): Report what the connection error is.
1006
1007         * proto-stream.el (open-protocol-stream): Rename from
1008         open-proto-stream.
1009
1010 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * nnimap.el (nnimap-stream): Change default to `undecided'.
1013         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1014         first, and then network.
1015         (nnimap-open-connection-1): Respect nnimap-server-port.
1016         (nnimap-open-connection): Be more backwards-compatible.
1017
1018         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1019         (proto-stream-open-starttls): De-duplicate the starttls code.
1020         (proto-stream-open-starttls): Folded back into the main function.
1021         (proto-stream-open-network): Fix typo in the gnutls path.
1022         (proto-stream-command): Refactor out.
1023
1024         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1025
1026         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1027         starttls.el STARTTLS.
1028
1029         * color.el (color-lab->srgb): Fix function call name.
1030
1031         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1032         if we're using tls.el.
1033         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1034         built in, then don't try to establish a STARTTLS connection.
1035
1036         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1037         servers.
1038
1039         * proto-stream.el (open-proto-stream): Use network, not stream.
1040         (open-proto-stream): Add a way to specify what the end of a command is.
1041
1042         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1043         connections types.
1044         (nntp-open-network-stream): Remove.
1045         (nntp-open-ssl-stream): Remove.
1046         (nntp-open-tls-stream): Remove.
1047         (nntp-ssl-program): Remove.
1048
1049         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1050
1051 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1052
1053         * nnir.el: Fix typos.
1054         (nnir-retrieve-headers-override-function): Rename variable to reflect
1055         new semantics.
1056         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1057         macros.
1058         (nnir-request-article, nnir-request-move-article): Use them.
1059         (nnir-categorize): New function.
1060         (nnir-run-query): Use it.
1061         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1062         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1063         sorted.
1064         (nnir-group-full-name): Use gnus-group-full-name instead.
1065         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1066         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1067
1068 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1071
1072         * proto-stream.el: New library to provide protocol-specific
1073         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1074         protocols.
1075         (open-proto-stream): Complete the documentation.
1076         (proto-stream-open-network): Fix some typos.
1077
1078         * nnimap.el (nnimap-open-connection): Use it.
1079
1080 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1081
1082         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1083         negotiation.
1084
1085 2010-11-26  Julien Danjou  <julien@danjou.info>
1086
1087         * color.el: Rename various rgb functions to srgb.
1088
1089 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1092         names.
1093
1094 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * shr.el (shr-insert): Revert last change.
1097         (shr-find-fill-point): Never leave point being at bol;
1098         relax the kinsoku limitation when rendering tables.
1099
1100 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1103         results from -accept-article.
1104
1105         * shr-color.el: Require cl when compiling.
1106
1107         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1108         checkin.
1109
1110         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1111
1112         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1113
1114         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1115         'add and 'delete to set backend marks.
1116
1117         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1118
1119         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1120
1121         * nntp.el (nntp-request-set-mark): Use it.
1122
1123         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1124
1125         * nnml.el (nnml-request-set-mark): Ditto.
1126
1127         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1128         introduces regressions in article selection.
1129         (nnimap-find-uid-response): New function.
1130         (nnimap-request-accept-article): Use the UID returned, if any.
1131         (nnimap-request-move-article): Use the UID returned, if any.
1132         (nnimap-get-groups): Reimplement to work with folded lines.
1133         (nnimap-find-uid-response): The UID is the last element in the list.
1134         (nnimap-request-set-mark): Extend syntax with 'set.
1135
1136         * nnml.el (nnml-request-set-mark): Ditto.
1137
1138         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1139
1140         * nntp.el (nntp-request-set-mark): Ditto.
1141
1142 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * message.el (message-called-interactively-p): A temporary macro.
1145         (message-goto-body): Use it temporarily.
1146
1147 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1150         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1151         (nnimap-last-response-string): Fix last unfolding fix.
1152
1153 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * shr.el (shr-insert): Fix the way to fold lines.
1156
1157 2010-11-25  Julien Danjou  <julien@danjou.info>
1158
1159         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1160
1161         * color.el: Rename from color-lab.el
1162         (color-rgb->hex): Add.
1163         (color-complement): Add.
1164         (color-complement-hex): Add.
1165
1166         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1167
1168 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1171         don't exist.
1172
1173 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1176         assuming that article displaying or another mml-preview may be
1177         interrupted for an error or for the like.
1178
1179         * shr.el (shr-get-background): Fix argument name.
1180
1181 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1184
1185         * gnus-sum.el (gnus-summary-include-articles): New function.
1186
1187         * message.el (message-goto-body): called-interactively-p needs a
1188         parameter, so use `any'.
1189
1190         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1191         clear marks before moving, since they're synced from the Gnus side
1192         first.
1193
1194         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1195         (gnus-summary-move-article): Copy over all marks before moving, so that
1196         IMAP doesn't think a new article has arrived.
1197
1198 2010-11-24  Julien Danjou  <julien@danjou.info>
1199
1200         * shr.el (shr-insert-background-overlay): Fix typo.
1201         (shr-render-td): Copy the background before rendering.
1202
1203         * shr-color.el (shr-color-visible): Fix docstring.
1204
1205         * shr.el (shr-tag-table): Add bgcolor support.
1206         (shr-render-td): Add bgcolor support.
1207         (shr-get-background): Add.
1208         (shr-insert-foreground-overlay): Use shr-get-background.
1209
1210         * message.el (message-goto-body): Use called-interactively-p.
1211         (message-in-body-p): message-goto-body returns point.
1212
1213 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1216         Fixes something or other in Emacs 23, and is backwards compatible.
1217
1218         * message.el (message-goto-body): Remove the <#secure special-casing,
1219         which is too special.
1220
1221         * shr.el (shr-parse-style): Drop !important from styles.
1222
1223 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1224
1225         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1226         this function to return incorrect results when calling it with an
1227         explicit article argument different from
1228         (gnus-summary-article-number).
1229
1230 2010-11-24  Julien Danjou  <julien@danjou.info>
1231
1232         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1233         (shr-tag-body): Add background support.
1234         (shr-descend): Add background support.
1235         (shr-tag-title): Add.
1236
1237         * shr-color.el (shr-color-visible): Really return original background
1238         if fixed.
1239
1240 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * shr.el (shr-color-check): Protect against non-existant colour names.
1243
1244 2010-11-24  Julien Danjou  <julien@danjou.info>
1245
1246         * color-lab.el: Require 'cl when compiling.
1247
1248         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1249
1250         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1251         matched part.
1252
1253         * color-lab.el: Fix all expt calls to use float type.
1254
1255 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1258         expression to shr-color-check as is.
1259
1260         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1261
1262         * color-lab.el: Add coding cookie.
1263         (float-pi): Use eval-and-compile.
1264
1265         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1266         compiled for Emacsen having no `libxml-parse-html-region' support.
1267
1268 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * shr.el (shr-insert-color-overlay): Split stuff like
1271         "#444444 !important" to find the real colour.
1272         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1273         parse <font color="red"> entries.
1274
1275 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1276
1277         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1278         point when parsing headers.
1279
1280         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1281         is positioned properly when parsing headers.
1282
1283 2010-11-23  Julien Danjou  <julien@danjou.info>
1284
1285         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1286
1287         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1288
1289         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1290
1291         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1292         Use shr-color-hue-to-rgb.
1293         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1294
1295 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * shr.el (shr-color->hexadecimal): Autoload.
1298         (shr-descend): Add color to all tags.
1299
1300 2010-11-22  Julien Danjou  <julien@danjou.info>
1301
1302         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1303         shr-color->hexadecimal.
1304
1305         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1306         RGB() or HSL() color representation.
1307
1308         * shr.el (shr-tag-font): Add.
1309         (shr-tag-color-check): New function to get better colors.
1310         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1311         tag-span.
1312
1313         * shr-color.el: New file.
1314
1315         * color-lab.el: New file.
1316
1317         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1318
1319 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1320
1321         * nnir.el: Fix typo in comments.
1322         (nnir-run-imap): Simplify code. No need to reverse artlist.
1323         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1324
1325 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1328
1329         * nnimap.el (nnimap-get-capabilities): Refactor out.
1330         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1331
1332 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1333
1334         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1335         appearing when `mm-uu-hide-markers' is nil.
1336
1337 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * nnimap.el (nnimap-unselect-group): Make into its own function.
1340         (nnimap-request-rename-group): Unselect group before renaming.
1341         This had gotten lost somewhere.
1342         (nnimap-request-accept-article): Keep track of examined groups, and
1343         unselect the group before APPENDing to read-only groups.
1344         (nnimap-request-move-article): Clear flags before moving so that they
1345         can be re-set later.
1346
1347 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1350         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1351
1352 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-art.el (gnus-mime-display-single)
1355         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1356         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1357         parameter.
1358
1359 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1362         (shr-table-vertical-line): New variable.
1363         (shr-insert-table): Use it.
1364
1365 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-html.el (gnus-html-wash-images): Don't display images if
1368         gnus-inhibit-images is non-nil; register displayer for cid images.
1369         (gnus-html-display-image): Work for cid image.
1370         (gnus-html-insert-image): Allow arguments.
1371         (gnus-html-put-image): Inhibit read-only.
1372         (gnus-html-prefetch-images): Don't prefetch images if
1373         gnus-inhibit-images is non-nil.
1374
1375 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * shr.el (shr-put-image): Break lines when inserting big pictures.
1378
1379 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1380
1381         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1382         sender, thanks Katsumi Yamaoka.
1383
1384 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1385
1386         * nnir.el (nnir-run-imap): Reverse the article list for each group
1387         rather than the whole list.
1388
1389 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * shr.el (shr-image-displayer): Protect function against non-existent
1392         image source.
1393
1394         * gnus-art.el (gnus-inhibit-images): New user option.
1395         (gnus-mime-display-single): Don't display image if it is non-nil.
1396
1397         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1398         gnus-inhibit-images.
1399
1400         * shr.el (shr-image-displayer): New function.
1401         (shr-tag-img): Use it.
1402
1403 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1404
1405         * mml2015.el (mml2015-epg-sign): Use From header.
1406
1407 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1410
1411         * gnus-util.el (gnus-find-text-property-region): Return markers.
1412
1413         * shr.el (shr-tag-img): Put a displayer in the text property.
1414
1415         * gnus-util.el (gnus-find-text-property-region): New utility function.
1416
1417         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1418         (gnus-html-show-images): Remove.
1419
1420         * gnus-art.el (gnus-article-show-images): New, more general function.
1421
1422         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1423         image url text properties.
1424
1425         * shr.el: Ditto.
1426
1427         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1428         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1429
1430 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1433         work for two or more articles.
1434
1435 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1438         divide an image that's in an html article to two or more when washing
1439         non-ASCII characters in alt text of it.
1440
1441 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1444         smime-decrypt-region using function argument.
1445         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1446
1447         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1448
1449         * smime.el (smime-decrypt-region): Catch it.
1450
1451 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1452
1453         * smime.el (smime-mode-map): Move initialization into declaration.
1454         (gnus-run-mode-hooks): Don't autoload.
1455         (smime-mode): Use define-derived-mode.
1456
1457 2010-11-11  Glenn Morris  <rgm@gnu.org>
1458
1459         * smime.el (from): Restrict declaration to XEmacs.
1460
1461         * nnir.el (gnus-group-topic-name): Autoload.
1462
1463 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * shr.el (shr-insert): Don't break long line if it is because of
1466         kinsoku-bol characters in the line end.
1467
1468 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1469
1470         * nnir.el (nnir-request-move-article): Fix to provide original group
1471         and subject.
1472         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1473         been retrieved.
1474
1475         * gnus-sum.el (gnus-summary-move-article): Use original group and
1476         subject for virtual articles such as those in an nnir summary buffer.
1477
1478 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1481         least 21.5).
1482
1483         * smime.el (from): Declare it again for XEmacs.
1484
1485 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * message.el (message-resend): Don't disable encoding unless it's
1488         already encoded.
1489
1490         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1491         low-numbered articles.
1492
1493 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * rfc2047.el (rfc2047-syntax-table): Simplify.
1496
1497         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1498
1499         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1500         set-char-table-range for XEmacs.
1501
1502 2010-11-10  Glenn Morris  <rgm@gnu.org>
1503
1504         * time-date.el (time-to-seconds): Always an alias on Emacs,
1505         never a real function.
1506         (with-no-warnings): Remove compat stub, now unused.
1507         (time-less-p): Doc fix.
1508         (time-to-number-of-days): Simplify.
1509
1510         * smime.el (from): Remove unused declaration.
1511
1512         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1513         (gnus-float-time): On Emacs, always an alias.
1514
1515         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1516         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1517
1518 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * dgnushack.el: Don't use ignore-errors in the top level form since it
1521         is unavailable in XEmacs even if cl is loaded.
1522
1523         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1524
1525 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * shr.el (browse-url-mailto): Autoload.
1528
1529         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1530
1531         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1532         regexp doesn't need quoting.
1533
1534 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1535
1536         * message.el (message-subject-trailing-was-ask-regexp)
1537         (message-subject-trailing-was-regexp): Match was: in addition to was.
1538
1539 2010-11-09  Glenn Morris  <rgm@gnu.org>
1540
1541         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1542         (nnbabyl-check-mbox): Use point-at-bol.
1543
1544 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1547
1548         * message.el (message-mailto): New function.
1549         (message-mailto): Should accept other parameters.
1550         (message-mailto): Remove since it duplicates browse-url-mailto
1551         functionality.
1552
1553 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1556         methods.
1557         (gnus-read-active-file): Ditto.
1558
1559         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1560         ": " from the prompt.
1561         (gnus-group-make-group): Ditto.
1562
1563 2010-11-07  Glenn Morris  <rgm@gnu.org>
1564
1565         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1566         (gnus-bookmark-kill-line): Use point-at-eol.
1567
1568 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1571         asterisks in From header.
1572
1573 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1576         string to avoid making the From headers syntactically invalid.
1577
1578         * message.el (message-send-mail): Don't insert courtesy messages if the
1579         message already has List-Post and List-ID messages.
1580
1581 2010-11-06  Glenn Morris  <rgm@gnu.org>
1582
1583         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1584         `condition', `type', `length' a prefix.
1585         (gnus-treat-predicate): Update for above name changes.
1586
1587 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1588
1589         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1590         binding.  Handled by `gnus-summary-refer-thread' instead.
1591         (nnir-warp-to-article): New backend function.
1592
1593         * nnimap.el (nnimap-request-thread): Force dependency updating.
1594
1595         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1596         (gnus-summary-refer-thread): Rework to improve thread-referral.
1597
1598         * gnus-int.el (gnus-warp-to-article): New function.
1599
1600         * gnus-sum.el (gnus-summary-article-map): Bind it.
1601
1602 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1603
1604         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1605         gnus-summary-refer-thread.
1606
1607         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1608         headers.
1609         (gnus-summary-limit-include-thread): Prevent articles in thread from
1610         being cut in gnus-cut-threads.
1611         (gnus-summary-refer-thread): Limit retrieved headers to those in
1612         thread.
1613
1614 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * message.el (message-send-mail): Use the value of
1617         message-courtesy-message from the message buffer.
1618
1619         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1620
1621         * shr.el (shr-browse-url): Implement mailto: URLs.
1622
1623         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1624         "raw".
1625
1626         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1627         if it's already selected.
1628
1629         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1630
1631 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1634         to measure the length and truncate alt text.
1635
1636 2010-11-03  Glenn Morris  <rgm@gnu.org>
1637
1638         * nndiary.el (nndiary-generate-nov-databases-1)
1639         (nndiary-generate-active-info): Rename dynamic variable `files' to
1640         something less generic.
1641
1642 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1643
1644         * nnir.el (nnir-request-move-article): Call the underlying backend to
1645         move articles from nnir.
1646
1647 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1650
1651 2010-11-02  Julien Danjou  <julien@danjou.info>
1652
1653         * nnir.el: Remove wais support.
1654
1655 2010-11-02  Glenn Morris  <rgm@gnu.org>
1656
1657         * gnus-html.el: Reorder requirements to quieten compiler.
1658
1659 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1662         properly for XEmacs as well.
1663         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1664         (gnus-article-natural-long-line-p): Use window-width rather than
1665         frame-width.
1666
1667 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1668
1669         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1670         (nnir-read-parms): Don't modify query.
1671         (nnir-run-query): Add ability to search topic on current line.
1672         (nnir-get-active): Clean up.
1673
1674 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1677         degenerate articles.
1678
1679         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1680         (gnus-print-buffer): Just print the buffer as is, without any copying
1681         to a buffer and then re-highlighting.
1682
1683         * nnimap.el (nnimap-request-group): Store the new updated info.
1684         (nnimap-request-group): Select the group when we don't know whether it
1685         exists or not.
1686
1687         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1688         groups.
1689
1690         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1691         groups.
1692
1693         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1694         groups.
1695
1696         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1697         long-lines case by only filling the long lines.
1698
1699         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1700         (bug #7311).
1701
1702 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * shr.el: No need to declare `declare-function' since shr.el is for
1705         only Emacsen that provide `libxml-parse-html-region'.
1706
1707         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1708         effective only in a file it is referred to.
1709
1710 2010-11-01  Glenn Morris  <rgm@gnu.org>
1711
1712         * mm-util.el (gnus-completing-read): Autoload.
1713         (mm-read-coding-system): Simplify Emacs definition.
1714
1715         * nnmail.el (gnus-activate-group):
1716         * nnimap.el (gnutls-negotiate):
1717         * nntp.el (netrc-parse): Fix declarations.
1718
1719 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1722         string-match-p in Emacs >=23.
1723
1724         * gnus-msg.el (gnus-configure-posting-styles)
1725         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1726
1727 2010-11-01  Glenn Morris  <rgm@gnu.org>
1728
1729         * nnir.el (declare-function): Add compat stub.
1730         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1731         (nnir-run-gmane): Require 'mm-url.
1732
1733         * mm-util.el (mm-string-to-multibyte): Simplify.
1734
1735         * shr.el (declare-function): Add compat stub.
1736         (url-cache-create-filename): Declare.
1737         (mm-disable-multibyte, widget-convert-button): Autoload.
1738
1739         * smime.el (ldap-search): Declare.
1740         (smime-cert-by-ldap-1): Require ldap on Emacs.
1741
1742         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1743         (nnimap-keepalive): Use gnus-float-time.
1744
1745         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1746         (mail-source-delete-crash-box): Use gnus-float-time.
1747
1748         * gnus-dired.el (gnus-completing-read): Autoload.
1749
1750         * mm-view.el (gnus-rescale-image): Autoload.
1751
1752         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1753
1754         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1755
1756         * sieve-manage.el: Require 'cl when compiling.
1757
1758         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1759         (gnus-iswitchb-completing-read): Require iswitchb.
1760         (gnus-select-frame-set-input-focus): Silence compiler.
1761
1762 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * message.el (message-subject-trailing-was-query): Change default to t,
1765         since I think that's what most people want.
1766
1767         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1768         appending for easier debugging.
1769         (nnimap-wait-for-connection): Take a regexp.
1770         (nnimap-request-accept-article): Wait for the continuation line before
1771         sending anything unless we're streaming.
1772
1773         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1774         leave the header washing to take place.
1775
1776 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1777
1778         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1779         regular expression match and replace in posting styles.
1780
1781 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1782
1783         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1784         an entire server.
1785         (nnir-get-active): New function.
1786         (nnir-run-imap): Use it.
1787         (nnir-run-gmane): Who knew, gmane search returns an article score!
1788
1789         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1790         server on the current line with nnir.
1791
1792 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1795         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1796         left edge.
1797         (gnus-article-foldable-buffer): Skip past the prefix when determining
1798         raggedness.
1799
1800         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1801         the raw article, and change `C-u g' to show the article without doing
1802         treatments.
1803
1804         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1805         on to `gnus-treat-article'.
1806         (gnus-inhibit-article-treatments): New variable.
1807
1808         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1809
1810         * gnus-art.el (gnus-treatment-function-alist): Have
1811         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1812         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1813         sections.
1814
1815         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1816         parameter.
1817         (gnus-article-fill-cited-long-lines): New function.
1818         (gnus-article-fill-cited-article): Allow filling only long sections.
1819
1820         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1821         and non-punctuation (like after the apostrophe in "'We").
1822
1823         * gnus-sum.el (gnus-summary-select-article): Make sure
1824         gnus-original-article-buffer is alive.
1825
1826         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1827         reflect the order they're in in the digest.
1828
1829         * gnus.el (gnus-group-startup-message): Move point to the start of the
1830         buffer.
1831
1832         * nnimap.el (nnimap-capability): New function.
1833         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1834         is set.
1835
1836 2010-10-31  David Engster  <dengste@eml.cc>
1837
1838         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1839         conform with changes to gnus-completing-read.
1840
1841 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1844
1845 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1846
1847         * nnir.el: Move defvar, defcustom around to keep file organized
1848         and keep byte-compiler quiet.
1849         (nnir-read-parms): Accept search-engine as arg.
1850         (nnir-run-query): Pass search-engine as arg.
1851         (nnir-search-engine): Remove.
1852
1853 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * shr.el (shr-generic): The text nodes should be text, not :text.
1856
1857         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1858         later in the file.
1859
1860 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1861
1862         * nnir.el: General clean up.  Allow searching with multiple engines.
1863         Allow separate extra-parameters for each engine.
1864         Batch queries when possible.
1865         (nnir-imap-default-search-key,nnir-method-default-engines):
1866         Add customize interface.
1867         (nnir-run-gmane): New engine.
1868         (nnir-engines): Use it.  Qualify all prompts with engine name.
1869         (nnir-search-engine): Remove global variable.
1870         (nnir-run-hyrex): Restore for now.
1871         (nnir-extra-parms,nnir-search-history): New variables.
1872         (gnus-group-make-nnir-group): Use them.
1873         (nnir-group-server): Remove in favor of gnus-group-server.
1874         (nnir-request-group): Avoid searching twice.
1875         (nnir-sort-groups-by-server): New function.
1876
1877 2010-10-30  Julien Danjou  <julien@danjou.info>
1878
1879         * gnus-group.el: Remove gnus-group-fetch-control.
1880
1881         * gnus-start.el (gnus-find-new-newsgroups):
1882         Remove gnus-check-first-time-used.
1883
1884         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1885
1886 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1887
1888         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1889         set on groups that don't have \* permanentflags.
1890
1891 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1894         control the background color.
1895         (shr-tag-img): Ignore very small web bug type images.
1896         (shr-put-image): Add help-echo alt texts to the images.
1897         (shr-tag-video): Show the video poster image.
1898
1899 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * shr.el (shr-table-depth): New variable.
1902         (shr-tag-table-1): Only insert the images after the top-level table.
1903
1904         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1905
1906         * gnus-util.el (gnus-list-memq-of-list): New function.
1907
1908         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1909         selected.
1910         (nnimap-unsplittable-articles): New slot.
1911         (nnimap-new-articles): Use it.
1912
1913 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1914
1915         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1916         move to the previous line on `M-g'.
1917
1918 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1921         *-request-group, which seems unnecessary.
1922
1923         * nnimap.el (nnimap-quote-specials): Function copied over from
1924         imap.el.
1925         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1926         they support that.  Suggested by Tom Regner.
1927
1928 2010-10-29  Julien Danjou  <julien@danjou.info>
1929
1930         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1931         defalias.
1932         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1933
1934         * gnus.el: Remove `gnus-nntp-service' variable.
1935         (gnus-secondary-servers): Make obsolete.
1936         (gnus-nntp-server): Make obsolete.
1937
1938         * gnus-start.el (gnus-1): Remove x-splash calls.
1939
1940         * gnus-ems.el (gnus-x-splash): Remove.
1941
1942         * gnus.el (gnus-group-startup-message): Simplify/update code.
1943
1944         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1945         definition.
1946
1947         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1948         capability before doing anything.
1949         (gnus-group-insert-group-line): Remove useless
1950         gnus-group-remove-excess-properties.
1951
1952 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1955
1956 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1959         config after reselecting.
1960
1961 2010-10-28  Julien Danjou  <julien@danjou.info>
1962
1963         * shr.el (shr-put-image): Use point even if only inserting text.
1964         (shr-put-image): Save excursion when inserting alt text on non-graphic
1965         display, so the behaviour is the same when we are on a graphic display.
1966
1967         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1968
1969 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1972         (gnus-mime-copy-part): Check coding system, not charset.
1973         (gnus-mime-view-part-externally): Never remove part.
1974         (gnus-mime-view-part-internally): Don't remove part here.
1975         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1976         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1977         multipart/alternative.
1978
1979         * mm-decode.el (mm-display-part): Take optional arg `force'.
1980
1981 2010-10-26  Julien Danjou  <julien@danjou.info>
1982
1983         * gnus-group.el (gnus-group-default-list-level): Add this function to
1984         compute the default list level.
1985         (gnus-group-default-list-level): Add possibility to use a function.
1986
1987 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1990
1991         * gnus-group.el (gnus-group-completing-read)
1992         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1993         gnus-replace-in-string.
1994
1995 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * shr.el (shr-tag-div): Add.
1998
1999         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2000
2001 2010-10-25  Julien Danjou  <julien@danjou.info>
2002
2003         * gnus-util.el: Remove `gnus-with-local-quit'.
2004
2005         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2006
2007 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2010         the original article buffer.
2011
2012 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-request-head): New function.
2015         (nnimap-request-move-article): Try to be slighly faster by not
2016         requesting the entire message when moving.
2017         (nnimap-transform-headers): Don't bug out on bodiless articles.
2018         (nnimap-send-command): Have no outstanding messages if the IMAP server
2019         doesn't support streaming.
2020         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2021
2022 2010-10-24  Julien Danjou  <julien@danjou.info>
2023
2024         * message.el (message-default-headers): Fix type.
2025
2026 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2029         prefetching images.
2030
2031         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2032         backend for unknown groups.  This is mainly useful for nnimap groups.
2033
2034         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2035         group isn't covered by the agent.
2036
2037 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2038
2039         * nnir.el (nnir-method-default-engines): New variable.
2040         (nnir-run-query): Use it.
2041         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2042         (gnus-summary-nnir-goto-thread): Change group if needed.
2043
2044         * gnus-group.el (gnus-group-group-map): Add key binding for
2045         gnus-group-make-nnir-group.
2046
2047 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * shr.el (shr-tag-object): Add.
2050
2051         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2052         original article buffer live.
2053         (gnus-summary-select-article-buffer):
2054         Mention gnus-widen-article-buffer.
2055
2056 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * shr.el (shr-tag-strong): Add.
2059
2060 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2063         group names.  They mess up the group buffer badly.
2064
2065         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2066
2067         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2068         instead of the summary one.
2069
2070 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * mml.el (mml-preview): Work properly when editing article.
2073
2074         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2075         gnus-have-read-active-file if it's already been in.
2076
2077 2010-10-22  Tom Tromey  <tromey@redhat.com>
2078
2079         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2080         gnus-group-completing-read.
2081
2082 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * message.el (message-mode-map): Don't bind M-; to comment region, to
2085         allow the global comment-dwim to work.
2086
2087 2010-10-21  Julien Danjou  <julien@danjou.info>
2088
2089         * message.el (message-setup-1): Allow message-default-headers to be a
2090         function.
2091
2092 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-tag-table): Simplify.
2095
2096 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2099         to avoid trying to snarf invalid stuff.
2100
2101         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2102
2103         * gnus.el (gnus-message-archive-group): Quote value.
2104         (gnus-message-archive-group): Mark as changed.
2105
2106         * shr.el (shr-add-font): Don't put the font properties on the newline
2107         or the indentation.
2108
2109         * message.el (message-fix-before-sending): Change options when sending
2110         non-printable characters.
2111
2112         * gnus.el (gnus-message-archive-method): Change the default to
2113         monthly outgoing groups.
2114
2115         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2116         that have gotten new numbers.
2117
2118         * nnimap.el (nnimap-request-replace-article): New function.
2119
2120 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2123         (nnrss-request-article): Don't use special html washing code.
2124
2125 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * shr.el (shr-tag-table): Remove useless nconc.
2128
2129 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-art.el (article-wash-html): Simplify and remove the charset
2132         stuff.  Use the normal html rendering code instead of the special html
2133         washing code.
2134
2135         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2136         `gnus-w3m' symbols.
2137         (mm-text-html-washer-alist): Remove.
2138
2139         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2140         (mm-inline-media-tests): Remove use.
2141         (mm-text-html-renderer): Change default to the `shr' symbol.
2142
2143         * mm-view.el (mm-inline-text-html): Remove use.
2144
2145         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2146         `gnus-blocked-images' to be a function.
2147         (gnus-article-wash-function): Remove.
2148
2149 2010-10-20  Julien Danjou  <julien@danjou.info>
2150
2151         * spam.el (spam-list-of-processors): Mark as obsolete.
2152
2153         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2154         (nnimap-insert-partial-structure): Fix boundary detection.
2155
2156 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2157
2158         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2159         run file-truename on remote files.  This can be expensive and even
2160         prevent one from editing drafts if some unrelated buffer has a stale
2161         connection.
2162
2163 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2166         kinsoku-eol regardless of shr-kinsoku-shorten.
2167         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2168         (shr-tag-table): Support caption, thead, and tfoot.
2169
2170 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2173         lines.
2174         (shr-save-contents): New command and keystroke.
2175
2176         * nndoc.el (nndoc-type-alist): Add git support.
2177         (nndoc-git-type-p): New function.
2178         (nndoc-transform-git-article): Ditto.
2179         (nndoc-transform-git-headers): Ditto.
2180         (nndoc-transform-git-headers): Generate Subject headers.
2181
2182         * shr.el (shr-parse-style): New function.
2183         (shr-tag-span): Ditto.
2184
2185         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2186         to `G G' to avoid collisions.
2187
2188 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * shr.el: Load kinsoku if necessary.
2191         (shr-kinsoku-shorten): New internal variable.
2192         (shr-find-fill-point): Make kinsoku shorten text line if
2193         shr-kinsoku-shorten is bound to non-nil.
2194         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2195         shr-indentation too when testing if table is wider than frame width.
2196         (shr-insert-table): Use `string-width' instead of `length' to measure
2197         text width.
2198         (shr-insert-table-ruler): Make sure indentation is done at bol.
2199
2200 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2201
2202         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2203         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2204         undecoded network data.
2205
2206 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2209         name in the mode line spec so that the mode line menu works
2210         (bug #2431).
2211
2212         * message.el (message-get-reply-headers): If we're fed `to-address',
2213         then always use that.
2214
2215         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2216         aren't so wide as to need to switch off the edit menu.
2217
2218         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2219         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2220
2221         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2222         `M-g'.
2223         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2224         the permanent marks.
2225
2226 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2227
2228         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2229         Splitting according to references/in-reply-to obeys the ignore-groups
2230         variable, while splitting by sender and subject do not.
2231
2232 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2235         alist, so that we can look for non-Unicode chars.
2236         (article-translate-strings): Allow both character and string maps.
2237
2238 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * shr.el (shr-insert): Don't insert space behind a wide character
2241         categorized as kinsoku-bol, or between characters both categorized as
2242         nospace.
2243
2244 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2245
2246         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2247         headers to gnus-newsgroup-headers.
2248
2249 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * shr.el (shr-tag-img): Don't align images -- since we're not
2252         rescaling, this often leads to ugly displays.
2253
2254 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2255
2256         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2257         duplicates.
2258
2259 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2260
2261         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2262         call.
2263
2264 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus.el: Autoload gnus-html-show-images.
2267
2268         * nnimap.el: Use nnheader-message throughout.
2269
2270         * shr.el (shr-tag-img): Ignore images with no data.
2271
2272 2010-10-15  Julien Danjou  <julien@danjou.info>
2273
2274         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2275         a possibility to disable format=flow encoding when using hard newlines.
2276
2277 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * shr.el (shr-insert): Remove space inserted before or after a
2280         breakable character or at the beginning or the end of a line.
2281         (shr-find-fill-point): Do kinsoku; find the second best point or give
2282         it up if there's no breakable point.
2283
2284 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * nnimap.el (nnimap-open-connection): Message when opening connection
2287         for debugging purposes.
2288
2289         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2290         on every setup buffer call to allow this to change from article to
2291         article.
2292
2293         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2294         buffers where we have a wide table.
2295
2296 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2297
2298         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2299         uses *-request-thread.
2300
2301 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2304         incantation, which is no longer valid.
2305
2306 2010-10-14  Julien Danjou  <julien@danjou.info>
2307
2308         * shr.el: Fix defcustom type (char -> character).
2309
2310 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2313         programs.
2314
2315 2010-10-14  Julien Danjou  <julien@danjou.info>
2316
2317         * shr.el (shr-tag-a): Use url-link as widget type.
2318
2319         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2320         `gnus-group-get-icon'.
2321
2322 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2325         This should make server editing work better.
2326
2327         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2328
2329         * tls.el (tls-program): Remove spurious %s from openssl.
2330
2331         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2332         (nnimap-parse-flags): Fix regexp.
2333
2334         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2335         probably work for CJVK text, too.
2336
2337         * nnimap.el (nnimap-extend-tls-programs): Remove.
2338         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2339
2340         * tls.el (tls-starttls-switches): Remove starttls hack.
2341         (open-tls-stream): Ditto.
2342         (tls-find-starttls-argument): Ditto.
2343
2344 2010-10-13  Julien Danjou  <julien@danjou.info>
2345
2346         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2347         responses.
2348
2349 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2352
2353         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2354         anything in Emacs.
2355
2356         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2357
2358 2010-10-13  Julien Danjou  <julien@danjou.info>
2359
2360         * shr.el (shr-width): Make shr-width a defcustom with default to
2361         fill-column.
2362         (shr-tag-img): Use shr-width rather than fill-column.
2363
2364 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * dgnushack.el (byte-optimize-apply)
2367         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2368
2369         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2370         position when (X-)Faces exist.
2371         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2372         avatars when called interactively.
2373
2374 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2377         gnus-article-x-face-too-ugly is bound.
2378
2379 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2382
2383         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2384         mailbox that doesn't exist.
2385
2386 2010-10-12  Julien Danjou  <julien@danjou.info>
2387
2388         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2389         (shr-get-image-data): Encode URL properly when fetching from cache.
2390         (shr-tag-img): Use aligned-to spaces to align correctly images.
2391
2392         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2393         before inserting the Gravatar.
2394
2395         * shr.el (shr-tag-img): Add align attribute support for <img>.
2396
2397 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus-gravatar.el (gnus-art): Require.
2400
2401         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2402         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2403         Remove long obsoleted functions.
2404
2405 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2408
2409         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2410
2411         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2412         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2413         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2414         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2415         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2416         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2417         * sieve-manage.el, smime.el, spam.el:
2418         Fix comment for declare-function.
2419
2420 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * nnimap.el (nnimap-request-rename-group): Select group read-only
2423         before renaming it.
2424
2425         * shr.el (shr-insert): Fix up the white space only regexp.
2426
2427         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2428         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2429
2430         * shr.el (shr-current-column): New function.
2431         (shr-find-fill-point): New function.
2432
2433 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2434
2435         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2436         numbers.
2437
2438 2010-10-11  Julien Danjou  <julien@danjou.info>
2439
2440         * shr.el (shr-hr-line): Add.
2441         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2442         display hr lines.
2443         (shr-max-columns): Do not change state to nil if we just inserting
2444         spaces.
2445
2446 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2449         select the last group.
2450
2451 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2452
2453         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2454
2455 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2456
2457         * dig.el (dig-mode-map): Declare and define in one step.
2458
2459 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2462         for Gnus.
2463         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2464         (nnimap-update-qresync-info): Mark \Seen articles as read.
2465
2466         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2467         non-variable, too.
2468
2469         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2470         available.
2471         (nnimap-update-info): Rely more on the current active than the param
2472         active to avoid marking articles as read too much.
2473
2474         * auth-source.el (auth-source-create): Use (user-login-name) for the
2475         user name default.
2476
2477         * nnimap.el (nnimap-update-info): If the server doesn't return any
2478         useful info, just use the previous info.
2479         (nnimap-update-info): Prefer old info over start-article.
2480         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2481
2482 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2483
2484         * nnir.el (autoload): Clean up autoloads.
2485         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2486         Use key rather than value.
2487         (nnir-imap-search-other): New variable.
2488         (nnir-read-parm): Use it.
2489         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2490         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2491
2492 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2493
2494         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2495         the process, too.
2496
2497 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * spam.el (gnus-summary-mode-map): Bind to "$".
2500         Suggested by Russ Allbery.
2501
2502         * shr.el: Rework the way things are indented by <li> slightly.
2503
2504         * gnus.el (gnus-group-set-parameter): Fix typo.
2505
2506         * nnimap.el: Start implementing QRESYNC support.
2507
2508 2010-10-09  Julien Danjou  <julien@danjou.info>
2509
2510         * nnir.el (nnir-engines): Fix too many arguments.
2511
2512 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2515         group is the "last", so that the backends like nnfolder actually save
2516         their folders.
2517
2518         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2519         try to use that for the tls stream.
2520         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2521         UIDVALIDITY and find out which groups are read-only and not.
2522         (nnimap-get-flags): Use the same marks parsing code as the rest of
2523         nnimap.
2524
2525 2010-10-09  Julien Danjou  <julien@danjou.info>
2526
2527         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2528
2529         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2530         retrieving gravatars.
2531
2532         * shr.el (shr-table-corner): Add.
2533         (shr-table-line): Add.
2534         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2535
2536 2010-10-08  Julien Danjou  <julien@danjou.info>
2537
2538         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2539
2540 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2543
2544         * gnus-sum.el (gnus-mark-article-as-unread)
2545         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2546         (gnus-summary-set-bookmark): Use it.
2547
2548         * gnus-msg.el (gnus-setup-message): Use it.
2549
2550         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2551
2552         * gnus.el (gnus-group-remove-parameter): Use it.
2553
2554         * gnus-group.el (gnus-group-make-web-group): Use it.
2555
2556         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2557
2558         * nnregistry.el: Update docs to mention manual.
2559
2560         * gnus-registry.el: Update docs to mention nnregistry.el.
2561         (gnus-registry-initialize): Don't install nnregistry refer method
2562         automatically.
2563         (gnus-registry-install-nnregistry): Remove it.
2564
2565 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * shr.el (shr-insert): Don't insert double spaces.
2568
2569 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-gravatar.el (gnus-treat-from-gravatar)
2572         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2573         called interactively.
2574
2575         * gnus-art.el (gnus-mime-view-part-externally)
2576         (gnus-mime-view-part-internally): Make predicate function passed to
2577         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2578         of a mime type.
2579
2580         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2581
2582 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * shr.el (require): Require cl when compiling.
2585         (shr-tag-hr): New function.
2586
2587         * nnimap.el (nnimap-update-info): Remove double setting of high.
2588         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2589         This makes nnimap work properly on Courier again.
2590
2591         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2592         the variable for backwards compatability.
2593
2594         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2595         the file name before using to avoid setting mm-default-directory to
2596         nil.
2597
2598         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2599         bidning gnus-agent variables.
2600
2601         * shr.el (shr-render-td): Use a cache for the table rendering function
2602         to avoid getting an exponential rendering behaviour in nested tables.
2603         (shr-insert): Rework the line-breaking algorithm.
2604         (shr-insert): Don't leave trailing spaces.
2605         (shr-insert-table): Also insert empty TDs.
2606         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2607
2608 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * gnus-sum.el (gnus-number): Rename from `number'.
2611         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2612         (gnus-summary-limit-children): Update uses correspondingly.
2613
2614 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2617         (gnus-gravatar-transform-address): Don't show avatars of people of
2618         which mail addresses match gnus-gravatar-too-ugly.
2619
2620 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * shr.el (shr-table-widths): Expand TD elements to fill available
2623         space.
2624
2625 2010-10-07  Julien Danjou  <julien@danjou.info>
2626
2627         * nnimap.el (nnimap-request-rename-group): Add this method.
2628
2629 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2632         name from XEmacs' function-arglist.
2633
2634         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2635         gravatar under XEmacs.
2636
2637 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2638
2639         * auth-source.el: Update docs with TODO items.
2640
2641         * gnus-sync.el: Update docs to explain state and plans.
2642
2643         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2644         Hooks for mark updates.
2645         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2646
2647         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2648         hooks with arguments, which is needed for mark update hooks.
2649
2650 2010-10-06  Julien Danjou  <julien@danjou.info>
2651
2652         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2653         was matched.
2654
2655         * sieve-manage.el: Update example in `Commentary'.
2656
2657         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2658
2659         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2660         not 2000.
2661         (sieve-manage-authenticate): Re-add function.
2662
2663 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * shr.el (shr-insert): Get 'space transition right.
2666         (shr-render-td): Only delete space at the end of the TD.
2667
2668         * nnimap.el (nnimap-open-connection): Prepare to support
2669         open-gnutls-stream.
2670
2671         * shr.el: Rearrange function order to be more logical.
2672
2673 2010-10-06  Julien Danjou  <julien@danjou.info>
2674
2675         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2676         (nnrss-discover-feed): Remove 404 URL in docstring.
2677
2678         * nnir.el: Fix Swish-E URL.
2679         Fix Namazu URL.
2680
2681         * message.el (message-change-subject): Remove 404 URL in a comment.
2682
2683 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2686         called interactively.
2687
2688         * gnus-util.el (gnus-remove-if): Allow hash table.
2689         (gnus-remove-if-not): New function.
2690
2691         * gnus-art.el (gnus-mime-view-part-as-type)
2692         * gnus-score.el (gnus-summary-score-effect)
2693         * gnus-sum.el (gnus-read-move-group-name):
2694         Replace remove-if-not with gnus-remove-if-not.
2695
2696         * gnus-group.el (gnus-group-completing-read):
2697         Regard collection as a hash table if it is not a list.
2698
2699 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2702
2703         * shr.el: Document the table-rendering algorithm.
2704
2705 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2708         for Emacsen having no `libxml-parse-html-region' support.
2709
2710 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2713         invalid URLs.
2714
2715         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2716         line-broken.
2717         (shr-tag-img): Ignore image fetching errors.
2718         (shr-overlays-in-region): Compute overlay positions correctly.
2719
2720         * mm-decode.el (mm-shr): Require shr.
2721
2722         * gnus-art.el (gnus-blocked-images): Move variable here.
2723
2724         * shr.el (shr-insert-table): Bind free variable.
2725
2726         * mm-decode.el (mm-shr): Bind shr-content-function.
2727
2728         * shr.el (shr-content-function): New variable.
2729
2730         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2731         added for symmetry.
2732
2733         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2734
2735         * gnus-group.el (gnus-group-make-group): Doc fix.
2736
2737         * nnimap.el (nnimap-request-newgroups): Return success.
2738
2739         * shr.el (shr-find-elements): New function.
2740         (shr-tag-table): Put all the images after the table.
2741         (shr-tag-table): Really inhibit images inside the table.
2742         (shr-collect-overlays): Copy over overlays from the TD elements to the
2743         main document.
2744
2745         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2746         gnus-blocked-images.
2747
2748 2010-10-05  Julien Danjou  <julien@danjou.info>
2749
2750         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2751
2752         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2753         (gnus-html-maximum-image-size): Add this function.
2754         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2755
2756         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2757         server-value of the capability is nil.
2758
2759 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * shr.el (shr-tag-em): Add <EM> tag.
2762
2763 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2764
2765         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2766         customizable.
2767
2768         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2769         handing broken links to browse-url.
2770
2771 2010-10-05  Julien Danjou  <julien@danjou.info>
2772
2773         * gnus-util.el (gnus-emacs-completing-read)
2774         (gnus-iswitchb-completing-read): Use autoload rather than require.
2775
2776 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2779         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2780         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2781         iswitchb-temp-buflist for XEmacs.
2782
2783         * gnus-util.el (gnus-completing-read-function): Exclude
2784         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2785         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2786         XEmacs.
2787
2788         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2789         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2790
2791         * gnus-html.el: Don't require help-fns under XEmacs.
2792         (gnus-html-schedule-image-fetching): Work for XEmacs.
2793
2794         * mm-decode.el (mm-shr): Decode contents by charset.
2795
2796 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2799         unknown.
2800
2801         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2802         (shr-get-image-data): Ensure against the cache file missing.
2803
2804         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2805         for data.
2806
2807         * spam-report.el (spam-report-url-ping-plain): Don't query about
2808         killing the process.
2809
2810         * shr.el (shr-render-td): Protect against too-wide text.
2811
2812 2010-10-04  Julien Danjou  <julien@danjou.info>
2813
2814         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2815         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2816
2817         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2818         retrieved.
2819
2820 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * shr.el (browse-url): Require.
2823         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2824         lines.
2825         (shr-show-alt-text, shr-browse-image): New commands.
2826         (shr-browse-url, shr-copy-url): New commands.
2827
2828         * gnus-sum.el (gnus-widen-article-window): New variable.
2829         (gnus-summary-select-article-buffer): Use it.
2830
2831         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2832         without @ signs.
2833
2834 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2835
2836         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2837
2838 2010-10-04  Julien Danjou  <julien@danjou.info>
2839
2840         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2841         for XEmacs.
2842
2843 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2846
2847         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2848         (nnimap-close-server): Implement.
2849
2850         * dgnushack.el (iswitchb): Require to shut up the compiler.
2851
2852         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2853         (shr-insert): Tweak line breaking.
2854         (shr-insert): Handle <pre> better.
2855         (shr-tag-li): Get <li> indentation right.
2856         (shr-tag-li): Get <li> indentation even righter.
2857         (shr-tag-blockquote): Ensure paragraph start.
2858         (shr-make-table): Tweak table generation.
2859         (shr-make-table): Fix typo.
2860
2861         * shr.el: Implement table rendering.
2862
2863 2010-10-04  Julien Danjou  <julien@danjou.info>
2864
2865         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2866
2867 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * shr.el (shr-insert): Use string anchors instead of line anchors.
2870
2871 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * shr.el: Add headings.
2874         (shr-ensure-paragraph): Actually work.
2875         (shr-tag-li): Make <ul> prettier.
2876         (shr-insert): Get white space at the beginning/end of elements right.
2877         (shr-tag-p): Collapse subsequent <p>s.
2878         (shr-ensure-paragraph): Don't insert double line feeds after blank
2879         lines.
2880         (shr-insert): \t is also space.
2881         (shr-tag-s): Fix "s" tag name function.
2882         (shr-tag-s): Fix face prop name.
2883
2884 2010-10-03  Julien Danjou  <julien@danjou.info>
2885
2886         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2887
2888         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2889         gnus-window-inside-pixel-edges.
2890
2891         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2892         gnus-ems.
2893
2894         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2895
2896         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2897         function.
2898
2899         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2900         resize choice.
2901
2902 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2905         beginning of the buffer.
2906
2907         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2908         article buffer again.
2909
2910         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2911
2912         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2913         when it's at the start of the buffer.
2914
2915         * shr.el (shr-tag-blockquote): Convert name.
2916         (shr-rescale-image): Use the right image-size variant.
2917
2918         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2919         buffer isn't shown, then select the current article first instead of
2920         bugging out.
2921         (gnus-summary-select-article-buffer): Show both the article and summary
2922         buffers again.
2923
2924         * shr.el (shr-fontize-cont): Protect against regions with no text.
2925         Rename tag functions to shr-tag-* for enhanced security.
2926         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2927
2928 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2929
2930         * shr.el (shr-insert):
2931         * pop3.el (pop3-movemail):
2932         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2933         loaded.
2934
2935 2010-10-03  Glenn Morris  <rgm@gnu.org>
2936
2937         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2938
2939         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2940
2941         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2942
2943         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2944
2945         * gnus-util.el (gnus-make-local-hook): Simplify.
2946
2947 2010-10-02  Julien Danjou  <julien@danjou.info>
2948
2949         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2950         (gnus-ido-completing-read): New function.
2951         (gnus-emacs-completing-read): New function.
2952         (gnus-completing-read): Use gnus-completing-read-function.
2953         Add gnus-completing-read-function.
2954
2955 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * shr.el (shr-insert-document): Autoload.
2958         (shr-img): Be silent.
2959         (shr-insert): Add a newline after every picture before text.
2960         (shr-add-font): Use overlays for combining faces.
2961         (shr-insert): Pass upwards the text start point.
2962
2963         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2964         possible.
2965         (mm-shr): New function.
2966
2967 2010-10-02  Julien Danjou  <julien@danjou.info>
2968
2969         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2970         should go backward.
2971
2972 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2973
2974         * shr.el (shr): Fix typo in provide call.
2975
2976 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * shr.el: New file.
2979
2980         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2981
2982         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2983         completing read.
2984
2985 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2988         we're being queried about.  Suggested by Dan Jacobson.
2989
2990         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2991         Suggested by Jason Eisner.
2992
2993         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2994         table, too.  Suggested by Stefan Wiens.
2995         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2996         the table unnecessary.  Suggested by Stefan Wiens.
2997
2998         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2999         longer needed, and probably doesn't work either, as pointed out by
3000         Stefan Wiens.
3001         (gnus-summary-exit): Remove call to the clearing function.
3002         (gnus-summary-exit-no-update): Ditto.
3003
3004         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3005         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3006         Reported by Stefan Monnier.
3007         (gnus-summary-save-in-rmail): Ditto.
3008
3009         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3010         article buffer, instead of both the article buffer and the summary
3011         buffer.  Sort of suggested by Dan Jacobson.
3012
3013         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3014
3015         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3016         Suggested by Dan Jacobson.
3017
3018         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3019         documentation clearer.
3020
3021         * message.el (message-shorten-references): Comment on the number "21".
3022         Suggested by Stefan Monnier.
3023
3024         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3025         Suggested by Dan Jacobson.
3026
3027         * gnus.el (gnus-large-newsgroup):
3028         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3029
3030         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3031         externalize attachments.  Bug reported by Steve Wen.
3032
3033         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3034         really message anything to the user.
3035
3036         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3037         directly.
3038
3039         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3040         messages in empty groups.
3041
3042 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3043
3044         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3045         non-UIDNEXT group.
3046
3047 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3050         not the value from the collection.
3051
3052         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3053         values.  This sometimes happens on some groups that have no info.
3054         (nnimap-request-newgroups): New function.
3055
3056 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3059         check into `gnus-registry-initialize'.
3060         (gnus-registry-initialize): Ditto.
3061         Fix and extend header docs.
3062
3063 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3066         regexp backtrace overflows.
3067
3068         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3069         for starttls that tls.el implements; i.e. openssl.
3070
3071         * tls.el (tls-starttls-switches): Give up on using starttls with
3072         gnutls-cli.
3073         (tls-program): Add --insecure to be consistent with the defaults from
3074         openssl s_client.  Now all three commands are insecure.
3075
3076 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * lpath.el: Bind completion-styles-alist for XEmacs.
3079
3080         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3081         (gravatar-create-image): New function that's an alias to
3082         gnus-xmas-create-image, gnus-create-image, or create-image.
3083         (gravatar-data->image): Use it.
3084
3085 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3088         install the nnregistry refer method.
3089         (gnus-registry-install-hooks): Use it.
3090         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3091         unfollowed groups.
3092
3093 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3094
3095         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3096         expanding threads.
3097
3098 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * nnir.el: Use the server names without suffixes (bug #7009).
3101
3102         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3103         unencrypted to STARTTLS, if possible.
3104
3105 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3106
3107         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3108         headers before superseding.
3109
3110 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * nnrss.el (nnrss-use-local): Add documentation.
3113
3114         * nnimap.el (nnimap-extend-tls-programs): New function.
3115         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3116         (nnimap-wait-for-connection): Accept the greeting from the stupid
3117         output from openssl s_client -starttls, too.
3118
3119         * tls.el (tls-starttls-switches): New variable.
3120         (tls-find-starttls-argument): Use it.
3121         (open-tls-stream): Ditto.
3122
3123         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3124         (netrc-machine): Ditto.
3125
3126         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3127         article number.
3128         (nnimap-split-fancy): New variable.
3129         (nnimap-split-incoming-mail): Use it.
3130
3131         * nntp.el (nntp-server-list-active-group): Document.
3132
3133         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3134         SELECT to get the message-id.
3135
3136         * mail-source.el (mail-sources): Remove webmail support.
3137         (defvar): Ditto.
3138         (mail-source-fetcher-alist): Ditto.
3139         (mail-source-fetch-webmail): Remove.
3140
3141         * webmail.el: Remove -- doesn't seem relevant any more.
3142
3143         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3144
3145         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3146         the \r.
3147
3148 2010-09-30  Julien Danjou  <julien@danjou.info>
3149
3150         * gnus-agent.el (gnus-agent-add-group): Fix call to
3151         gnus-completing-read.
3152
3153 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nndoc.el (nndoc-retrieve-groups): New function.
3156
3157         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3158         `default', use nnmail-split-methods.
3159         (nnimap-request-article): Downcase the NILs so that they are nil.
3160
3161         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3162         symbol.
3163
3164         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3165         code, since if the user has requested network, that's what they ought
3166         to get.
3167         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3168         (nnimap-split-rule): Mark as obsolete.
3169
3170         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3171         New variable.
3172
3173         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3174         correct slot, too.
3175
3176 2010-09-29  Julien Danjou  <julien@danjou.info>
3177
3178         * gnus.el (gnus-local-domain): Declare variable obsolete.
3179
3180         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3181         Fix history computing.
3182         (gnus-ido-completing-read): Require ido.
3183
3184 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3187         build Gnus.
3188
3189         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3190         when interpreting the structures.
3191         (nnimap-request-accept-article): Add \r\n to the lines to make this
3192         work with Cyrus.
3193
3194         * nndraft.el (nndraft-request-expire-articles): Use the group name
3195         instead if "nndraft".  Fix found by Nils Ackermann.
3196
3197 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3198
3199         * nnregistry.el: Add.
3200
3201 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3202
3203         * nnmail.el (group, group-art-list, group-art):
3204         Remove unneeded directives.
3205
3206 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3209         (mm-mime-charset)
3210         * rfc2047.el (rfc2047-syntax-table)
3211         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3212
3213         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3214         rather than `insert-file-contents' and `eval-region'.
3215
3216         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3217         construction.
3218
3219         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3220
3221         * time-date.el: No need to require cl for Emacs 21.
3222
3223 2010-09-29  Julien Danjou  <julien@danjou.info>
3224
3225         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3226         replacement of `gnus-gravatar-relief' to mimic
3227         `gnus-faces-properties-alist'.
3228         Add :version property.
3229
3230 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * mail-source.el (mail-source-report-new-mail)
3233         * message.el (message-default-mail-headers)
3234         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3235
3236         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3237
3238 2010-09-28  Julien Danjou  <julien@danjou.info>
3239
3240         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3241         mail-address contains the same string as real-name.
3242
3243         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3244         non-blank in header, otherwise it'll get stripped.
3245
3246         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3247         real-name, and then for mail address rather than doing : or , search.
3248
3249 2010-09-27  Julien Danjou  <julien@danjou.info>
3250
3251         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3252         right completing-read function.
3253         (gnus-use-ido): New variable
3254         (gnus-completing-read-with-default): Remove.
3255         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3256         (gnus-agent-add-group):
3257         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3258         * mm-view.el (mm-view-pkcs7-decrypt):
3259         * mm-util.el (mm-codepage-setup):
3260         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3261         * mml-smime.el (mml-smime-openssl-sign-query):
3262         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3263         (mml-insert-multipart):
3264         * gnus-msg.el (gnus-summary-yank-message):
3265         * gnus-int.el (gnus-start-news-server):
3266         * mm-decode.el (mm-interactively-view-part):
3267         * gnus-dired.el (gnus-dired-attach):
3268         * gnus.el (gnus-read-method):
3269         * gnus-bookmark.el (gnus-bookmark-jump):
3270         * gnus-art.el (gnus-mime-view-part-as-type)
3271         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3272         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3273         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3274         * nnmairix.el (nnmairix-create-server-and-default-group)
3275         (nnmairix-update-groups, nnmairix-get-server)
3276         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3277         (nnmairix-get-group-from-file-path):
3278         * nnrss.el (nnrss-find-rss-via-syndic8):
3279         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3280         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3281         (gnus-group-browse-foreign-server):
3282         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3283         (gnus-summary-execute-command, gnus-summary-respool-article)
3284         (gnus-read-move-group-name):
3285         * gnus-score.el (gnus-summary-increase-score)
3286         (gnus-summary-score-effect):
3287         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3288
3289 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3292         x-focus-frame.
3293
3294         * nnimap.el (auth-source-forget-user-or-password)
3295         (auth-source-user-or-password): Autoload.
3296
3297         * message.el (message-from-style, message-interactive)
3298         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3299         (message-yank-prefix, message-indentation-spaces, message-signature)
3300         (message-signature-file): Add comment.
3301
3302 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3305         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3306         new articles.
3307
3308         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3309         parts.
3310         (nnimap-request-article): Work with the t setting, too.
3311
3312         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3313         that you don't get flashes of other buffers.
3314         (gnus-summary-show-complete-article): Intern before setting.
3315
3316 2010-09-27  David Engster  <dengste@eml.cc>
3317
3318         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3319         well as HEADERS.
3320         (nnmairix-retrieve-headers): Provide new argument for the above.
3321
3322 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-sum.el (gnus-summary-move-article): Don't alter
3325         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3326         group.
3327
3328         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3329
3330         * message.el (message-cite-prefix-regexp): Revert my last edit.
3331
3332         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3333         variable instead of the Gnus variable.
3334
3335         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3336
3337         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3338
3339         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3340         since some servers don't like it.
3341         (nnimap-open-connection): Forget credentials if the server says the
3342         password was wrong.
3343         (nnimap-parse-line): Protect against invalid data.
3344
3345         * gnus-sum.el (gnus-summary-move-article): Add comment.
3346         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3347         nothing alters it while scanning for new messages.
3348
3349         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3350         which may or may not help.
3351         (nnimap-open-connection): If we're doing a stream connection, and then
3352         discover we're on a STARTTLS-capable server, then open a STARTTLS
3353         connection instead.
3354
3355 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * nnimap.el (utf7): Require.
3358
3359         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3360         prefix.
3361
3362 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3363
3364         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3365
3366 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * nnimap.el (nnimap-request-accept-article): Message the error on
3369         error.
3370
3371 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3374
3375 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nndoc.el (nndoc-request-list): Return success always.
3378
3379         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3380         `fetch-old' -- we only want to fetch the articles we've requested.
3381         The rest are in the agent, probably.
3382         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3383         disappeared server" to something low.  It's not important.
3384
3385         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3386         arrived before the FETCH data.
3387
3388         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3389         target here, because we don't know the Gnus name of the group.
3390
3391         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3392         for the correct group.
3393
3394         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3395
3396         * gnus.el (gnus): Give a final warning after startup.
3397
3398         * gnus-util.el (gnus-action-message-log): New variable.
3399         (gnus-message): Use it.
3400         (gnus-final-warning): New function.
3401
3402         * nnimap.el (nnimap-open-connection): Record the greeting.
3403         (nnimap): Add greeting.
3404
3405 2010-09-26  Julien Danjou  <julien@danjou.info>
3406
3407         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3408         arguments.
3409         (gnus-html-wash-images): Fix spec computing to include start/end.
3410
3411         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3412
3413 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3416         deletion.
3417         (nnimap-retrieve-headers): Don't select the group, because that's
3418         already done by nnimap-possibly-change-group.
3419
3420         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3421         (gnus-picon-transform-address): Use it.
3422
3423         * mail-source.el (mail-source-value): Revert previous patch.
3424
3425         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3426         on failure.
3427         (nnimap-open-connection): Look up both virtual and physical server name
3428         credentials.
3429
3430         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3431
3432 2009-02-07  Dave Love  <fx@gnu.org>
3433
3434         * tls.el (open-tls-stream): Don't query killing process.
3435
3436 2009-02-08  Dave Love  <fx@gnu.org>
3437
3438         * gnus-win.el (gnus-window-to-buffer-helper)
3439         (gnus-all-windows-visible-p): Function needn't be a symbol.
3440
3441         * mail-source.el (mail-source-value): Function needn't be a symbol.
3442
3443 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * message.el (message-cite-prefix-regexp): Remove } from the cite
3446         prefix.
3447
3448         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3449         highlight again, so that the highlight is correct.
3450
3451         * gnus-picon.el (gnus-picon): Remove again.
3452         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3453
3454         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3455         doing the header highlightling, so that the background colour of the
3456         picon is correct.
3457
3458         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3459         (gnus-picon): Ditto.
3460         (gnus-picon): Reinstate.  The background colour for picons is white.
3461         (gnus-picon-insert-glyph): Make the background white.
3462
3463         * nnml.el (nnml-open-nov): Don't return dead buffers.
3464
3465         * auth-source.el (auth-source-create): Query the user for whether to
3466         store the credentials.
3467
3468         * netrc.el (netrc-store-data): New function.
3469
3470         * auth-source.el (auth-source-user-or-password): Use the existing auth
3471         sources, if any, for creation.
3472
3473         * gnus.el (gnus-group-fast-parameter): Return the last matching
3474         parameter instead of the first matching parameter.
3475
3476 2010-09-26  Julien Danjou  <julien@danjou.info>
3477
3478         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3479
3480 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * mml2015.el (mml2015-use): Remove gpg support.
3483
3484         * mml1991.el (mml1991-function-alist): Remove gpg function.
3485         (mml1991-gpg-sign): Remove.
3486
3487 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3488
3489         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3490         (gnus-browse-unsubscribe-current-group): Document it.
3491         (gnus-browse-unsubscribe-group): Use it.
3492
3493 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3496         address to the To list for easier response.
3497
3498         * gnus.el (gnus-play-startup-jingle): Remove.
3499         (gnus-splash): Don't play jingle.
3500         (gnus): Silence gnus-load message.
3501
3502         * gnus-art.el (gnus-treat-play-sounds): Remove.
3503
3504         * gnus.el (gnus-play-jingle): Remove audio support.
3505
3506         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3507
3508         * earcon.el: Remove -- no users.
3509
3510         * gnus-audio.el: Remove -- no users of this package.
3511
3512         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3513
3514         * gnus-start.el (gnus-setup-news): Remove nocem support.
3515
3516         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3517
3518         * gnus.el (gnus-use-nocem): Remove.
3519
3520         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3521         Remove.
3522
3523         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3524         uses NoCeM any more.
3525
3526         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3527         (gnus-button-ctan-handler): Ditto.
3528         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3529         (gnus-button-ctan-directory-regexp): Ditto.
3530         (gnus-button-handle-ctan): Ditto.
3531         (gnus-button-tex-level): Ditto.
3532         (gnus-button-alist): Remove CTAN stuff.
3533
3534 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3537         nnimap-streaming test.
3538
3539         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3540         servers twice.
3541
3542         * nnimap.el (nnimap-open-connection): Add more error reporting when
3543         nnimap fails early.
3544
3545         * nnheader.el (nnheader-get-report-string): New function.
3546         (nnheader-get-report): Use it.
3547
3548         * gnus-int.el (gnus-check-server): Say what the error was when opening
3549         failed.
3550
3551         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3552         using streaming.
3553
3554 2010-09-25  Julien Danjou  <julien@danjou.info>
3555
3556         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3557         gnus-window-inside-pixel-edges.
3558
3559 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3562
3563         * mm-decode.el (mm-save-part): Allow saving to other directories the
3564         normal Emacs way.
3565
3566         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3567         Suggested by Jay Berkenbilt.
3568
3569         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3570         there isn't a single byte.
3571
3572         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3573         just do it.  It doesn't really seem to matter what the user responds
3574         here, I think, so it's just a confusing question.
3575
3576         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3577         non-streaming case.
3578
3579         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3580         (gnus-article-encrypt-body): Use it.
3581
3582         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3583         keystroke.
3584
3585         * nnimap.el (nnimap-find-wanted-parts-1):
3586         Use gnus-fetch-partial-articles.
3587
3588         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3589
3590         * nnimap.el (nnimap-insert-partial-structure): New function.
3591         (nnimap-get-partial-article): New function.
3592         (nnimap-request-article): Use it.
3593         (nnimap-wait-for-response): Return whether the wait was successful.
3594         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3595         retrieval wasn't successful.
3596         (nnimap-retrieve-group-data-early): Allow throttling servers.
3597         (nnimap-streaming): New variable.
3598         (nnimap-fetch-partial-articles): Remove.
3599
3600         * mm-decode.el (mm-with-part): Protect against killed buffers.
3601
3602         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3603         for prettier summary display.
3604
3605 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3606
3607         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3608
3609 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3612         apparently third-party libraries depend on it.
3613
3614         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3615         before starting negotiation.
3616
3617         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3618         privacy reasons.
3619         (gnus-treat-mail-gravatar): Ditto.
3620
3621         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3622         buffer when inserting images.  Inserting text into the headers, for
3623         instance, can make them invalid.
3624
3625 2010-09-25  Julien Danjou  <julien@danjou.info>
3626
3627         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3628         variables.
3629
3630         * nnheader.el: Remove useless variables news-reply-yank-from and
3631         news-reply-yank-message-id.
3632
3633         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3634         variables.
3635
3636         * mml1991.el: Remove useless mml1991-verbose.
3637
3638         * gnus.el: Remove useless variable gnus-use-generic-from.
3639         Remove obsolete variable gnus-topic-indentation.
3640
3641         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3642
3643         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3644
3645         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3646
3647         * gnus-group.el: Remove useless gnus-group-icon-cache.
3648         Remove useless gnus-ephemeral-group-server.
3649
3650         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3651
3652         * mml2015.el: Remove useless mml2015-verbose.
3653
3654         * mml-smime.el: Remove useless mml-smime-verbose.
3655
3656         * gnus.el: Remove useless gnus-local-domain.
3657
3658         * gnus-gravatar.el (gnus-gravatar-transform-address):
3659         Use gnus-gravatar-size.
3660
3661         * gnus-art.el: Remove useless gnus-treat-translate.
3662
3663 2010-09-24  Julien Danjou  <julien@danjou.info>
3664
3665         * gnus-sum.el: Add support for Gravatars.
3666
3667         * gnus-art.el: Add support for Gravatars.
3668
3669         * gnus-gravatar.el: Add this file.
3670
3671         * gravatar.el: Add this file.
3672
3673 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3676
3677         * gnus-group.el (gnus-group-fetch-faq): Remove.
3678
3679         * gnus.el (gnus-group-faq-directory): Remove.
3680
3681         * gnus-group.el (gnus-group-fetch-charter): Remove.
3682
3683         * gnus.el (gnus-group-charter-alist): Remove.
3684
3685         * gnus-group.el (gnus-group-archive-directory): Remove.
3686         (gnus-group-recent-archive-directory): Ditto.
3687         (gnus-group-make-archive-group): Remove.
3688
3689         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3690
3691         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3692         use the same article number for all the cached articles.
3693
3694         * nnimap.el (nnimap-command): Register the last command time so
3695         that we can use it for idling NOOPs.
3696         (nnimap-open-connection): Start the keeplive timer.
3697         (nnimap-make-process-buffer): Store all the process buffers.
3698         (nnimap-keepalive): New function.
3699
3700         * starttls.el (starttls-open-stream): Add autoload cookie.
3701
3702 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3703
3704         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3705         handling.
3706
3707 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3710         its data structures.
3711
3712         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3713         instead of the cl.el copy-list.
3714         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3715         equalp.
3716
3717 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3720         and tool-bar-local-item-from-menu.
3721
3722         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3723         mode-line-highlight face for Emacs.
3724
3725         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3726         loading gnus-sum.elc; fix comment for canlock-verify.
3727         (gnus-article-jump-to-part): Use read-number.
3728         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3729         Remove Emacs pre-21 compatible code for help-echo.
3730         (gnus-article-next-page-1): No need to adjust the number of lines.
3731         (gnus-article-describe-bindings): Always use help-buffer.
3732
3733         * gnus-audio.el (gnus-audio-inline-sound)
3734         * gnus-cus.el (gnus-custom-mode)
3735         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3736
3737         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3738
3739         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3740         compatible code.
3741
3742 2010-09-24  Glenn Morris  <rgm@gnu.org>
3743
3744         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3745         visiting the fcc file in rmail-mode.
3746
3747         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3748
3749 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * nnir.el: Silence the byte compiler.
3752
3753         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3754         alias to browse-url-url-encode-chars if any.
3755         (gnus-html-encode-url): Use it.
3756
3757 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-start.el (gnus-use-backend-marks): New variable.
3760         (gnus-get-unread-articles-in-group): Use it.
3761
3762         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3763         makeover.
3764
3765 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3766
3767         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3768
3769 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3772         Remove.
3773         (gnus-setup-news-hook):
3774         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3775
3776         * gnus-int.el (gnus-request-update-info): Protect against backends not
3777         having the function.
3778
3779         * nnimap.el (nnimap-stream): Mention starttls.
3780         (nnimap-open-connection): Add starttls support.
3781
3782 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3783
3784         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3785
3786 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3789         BODYSTRUCTUREs.
3790         (nnimap-transform-headers): Unfold quoted {42} headers.
3791
3792         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3793         the info.
3794         (gnus-get-unread-articles): Only call updatep on backends that support
3795         it.
3796
3797         * nnweb.el (nnweb-request-update-info): NOOP.
3798
3799         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3800
3801         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3802         since it only deals with marks.
3803
3804         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3805         gnus-request-marks, and make a new gnus-request-update-info.
3806
3807         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3808         the active instead of the high number, which is usually too low.
3809
3810 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3813         * encrypt.el: Remove.
3814
3815 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3818         server in symbolic form.
3819
3820         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3821
3822 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3825         (nnimap-update-info): Fix up code slightly.
3826
3827         * gnus-int.el (gnus-open-server): Add tracing for performance
3828         debugging.
3829
3830         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3831         (gnus-group-insert-group-line): Pass the real group name so that it
3832         gets the right data.
3833
3834         * gnus-start.el (gnus-get-unread-articles): Don't have
3835         `gnus-get-unread-articles-in-group' update info, since that can be
3836         really slow and doesn't seem to be needed?
3837
3838 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3839
3840         * time-date.el (date-to-time): Try using parse-time-string first before
3841         using the slower timezone-make-date-arpa-standard.
3842
3843 2010-09-22  Julien Danjou  <julien@danjou.info>
3844
3845         * gnus-group.el (gnus-group-insert-group-line):
3846         Call gnus-group-highlight-line.
3847         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3848         default hook list.
3849         (gnus-group-update-eval-form): Add new function.
3850         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3851         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3852
3853 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854
3855         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3856         immediate, then expire all articles.
3857         (nnimap-update-info): Fix off-by-one errors.
3858         (nnimap-flags-to-marks): Would return no marks lists for group with no
3859         flags.  Instead return the other data.
3860
3861 2010-09-22  Julien Danjou  <julien@danjou.info>
3862
3863         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3864         Only return an icon.
3865         (gnus-group-insert-group-line): Compute icon to return.
3866
3867         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3868         (gnus-html-image-fetched): Only cache if
3869         gnus-html-image-automatic-caching is set.
3870         (gnus-html-image-fetched): Check for errors.
3871
3872 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3875         once per method on `g'.  This ensures that backends like nnfolder don't
3876         open all their folders.
3877
3878         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3879         (nnimap-request-list): Nix out group in the correct buffer.
3880         (nnimap-parse-flags): Implement by using `read' instead of
3881         hand-parsing.
3882         (nnimap-flags-to-marks): Pass on permanent-flags.
3883         (nnimap-make-process-buffer): Record the server name.
3884         (nnimap-parse-flags): Fix typo.
3885         (nnimap-request-scan): Run split on the server in general, not just a
3886         single group.
3887
3888         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3889         parameter, and propagate this downwards.
3890
3891         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3892         since EXAMINE changes it on the server.
3893
3894         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3895         this command might take a while.
3896
3897 2010-09-22  Julien Danjou  <julien@danjou.info>
3898
3899         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3900         harmful if you have 2 images side-by-side, they can't be properly
3901         update on text deletion.  Using text-property is safer here.
3902         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3903         data.
3904
3905 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * nnimap.el (nnimap-expunge-inbox): Remove.
3908         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3909         (nnimap-expunge): Flip default to t.
3910
3911         * gnus.el (gnus-method-to-server): Don't push things to the cache
3912         unless it's unique.
3913         (gnus-server-to-method): Ditto.
3914
3915 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3918
3919 2010-09-22  Julien Danjou  <julien@danjou.info>
3920
3921         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3922         get the start of data.
3923         (gnus-html-encode-url): Add this function to encode special chars in
3924         URL.
3925         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3926         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3927
3928         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3929         default.
3930         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3931
3932         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3933         images alt-text.
3934         (gnus-html-put-image): Put alt-text as help-echo.
3935
3936 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3939         * mm-util.el (mm-decompress-buffer)
3940         * nnir.el (nnir-run-find-grep)
3941         * pop3.el (pop3-list): Use 3rd arg of split-string.
3942
3943         * time-date.el (format-seconds): Comment fix.
3944
3945         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3946         and byte-optimize-form-code-walker.
3947         (dgnushack-make-auto-load): Don't advise make-autoload.
3948
3949         * lpath.el: Remove Emacs 21 stuff.
3950
3951 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3954         outside the active range.  Suggested by Dan Christensen.
3955
3956         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3957         slightly later to avoid double-getting it.
3958
3959         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3960         previous patch.
3961
3962         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3963
3964 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3965
3966         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3967
3968 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-int.el (gnus-open-server): Give a better error message in the
3971         "go offline" case.
3972
3973         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3974         marks for nnimap, which is seldom the right thing to do.
3975
3976         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3977         (gnus-same-method-different-name): New function.
3978
3979         * nnimap.el (parse-time): Require.
3980
3981         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3982         method in the presence of many similar methods.
3983
3984         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3985
3986         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3987         nnml-inhibit-expiry.
3988
3989         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3990         find out whether methods are equal.
3991
3992         * nnimap.el (nnimap-find-expired-articles): New function.
3993         (nnimap-process-expiry-targets): New function.
3994         (nnimap-request-move-article): Request the article before looking at
3995         what the Message-ID is.  Fix found by Andrew Cohen.
3996         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3997
3998         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3999         for oldness in addition to being a predicate.
4000
4001         * nnimap.el (nnimap-request-group): When we have zero articles, return
4002         the right data to Gnus.
4003         (nnimap-request-expire-articles): Only delete articles immediately if
4004         the target is 'delete.
4005
4006         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4007         method, this would bug out.
4008
4009         * gnus-group.el (gnus-group-expunge-group): Rename from
4010         gnus-group-nnimap-expunge, and implemented as a normal interface
4011         function.
4012
4013         * gnus-int.el (gnus-request-expunge-group): New function.
4014
4015         * nnimap.el (nnimap-request-create-group): Implement.
4016         (nnimap-request-expunge-group): New function.
4017
4018 2010-09-21  Julien Danjou  <julien@danjou.info>
4019
4020         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4021         (gnus-html-cache-expired): Add new function.
4022         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4023         wethever we should display image for fetch it.
4024         Compute alt-text earlier to pass it to the fetching function too.
4025         (gnus-html-schedule-image-fetching): Change function argument to only
4026         get one image at a time, not a list.
4027         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4028         cache.
4029         (gnus-html-get-image-data): New function to retrieve image data from
4030         cache.
4031         (gnus-html-put-image): Change buffer argument to use image data rather
4032         than file, and place image above region rather than inserting a new
4033         one.  Do not take alt-text as argument, since it's useless now: we place
4034         the image above alt-text.
4035         (gnus-html-prune-cache): Remove.
4036         (gnus-html-show-images): Start to fetch image when we find one, do not
4037         push into a temporary list.
4038         (gnus-html-prefetch-images): Only fetch image if they have expired.
4039         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4040         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4041
4042 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4045
4046 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4049         spec inser "*" if the group isn't active instead of 0.
4050
4051         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4052         opening the server.
4053         (nnimap-request-delete-group): Implement group deletion.
4054         (nnimap-transform-headers): Return the size of the entire message in
4055         the Bytes header, not just the size of the first part.
4056         (nnimap-request-move-article): When moving an article from nnimap,
4057         request the article first so the accepting form has an article to
4058         accept.  Reported by Dan Christensen.
4059         (nnimap-command): Make sure that the error message doesn't error out.
4060
4061 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4062
4063         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4064         we haven't requested anything.
4065
4066 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4069         "".  Fix found by Andrew Cohen.
4070
4071         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4072         instead of -encode-string.
4073
4074 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4077
4078         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4079         by mm-subst-char-in-string.
4080
4081 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4084         waiting for the connection string.
4085
4086         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4087         arriving.
4088
4089         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4090         bogus characters.  This allows selecting certain Gmail groups.
4091
4092         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4093         (nnimap-fetch-partial-articles): New variable.
4094         (nnimap-open-connection): When looking for credentials, also use the
4095         nnimap-server-port.
4096         (nnimap-request-article): Return the group/article number, so that Gnus
4097         `^' works as expected.
4098         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4099
4100         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4101         comments.
4102         (gnus-methods-sloppily-equal): New function.
4103         (gnus): When using the development version of Gnus, load the gnus-load
4104         file.
4105
4106         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4107         `gnus-open-server' on each method before trying to scan them etc.
4108         This ensures that all the backend parameters are set correctly.
4109
4110         * nnimap.el (nnimap-authenticator): New variable.
4111         (nnimap-open-connection): Allow anonymous login.
4112         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4113         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4114
4115         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4116         patch, found by Knut Anders Hatlen.
4117
4118 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4119
4120         * gnus-agent.el (gnus-agent-batch-confirmation)
4121         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4122         to gnus-message.
4123         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4124         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4125         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4126         * gnus-int.el (gnus-open-server): Likewise.
4127         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4128         (gnus-score-check-syntax): Likewise.
4129         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4130         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4131         Likewise.
4132         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4133
4134 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4137         calling conventions so that prefetch doesn't bug out.
4138
4139 2010-09-19  Julien Danjou  <julien@danjou.info>
4140
4141         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4142         rather than `subst-char-in-region' in order to be able to replace ASCII
4143         char by UTF-8 ones.
4144
4145         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4146         than curl.
4147         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4148         the right URL and ALT text on images.
4149         (gnus-html-wash-tags): Fix tag case.
4150         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4151         (gnus-article-html): Add -o display_ins_del=2 option.
4152         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4153
4154 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4157         the extra mail headers, which sometimes seem to happen for unknown
4158         reasons.
4159
4160         * mail-parse.el (mail-header-encode-parameter): Define as
4161         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4162         (or most, perhaps?) mail readers don't understand the latter, but do
4163         understand the former.
4164
4165         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4166         to nil, so that no methods are automatically agentized.  I think this
4167         is probably what most users want.
4168
4169         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4170         from url-retrieve, for instance about invalid URLs.
4171
4172         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4173         groups that have no articles.
4174         (nnimap-request-article): Check that we really got an article when we
4175         requested one.
4176
4177         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4178         doesn't exist.
4179
4180         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4181         nntp buffer so the agent can save it.
4182         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4183         that CRLF doesn't get translated to \n.
4184         (nnimap-open-connection): Don't make 'shell commands only send \n.
4185
4186 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4187
4188         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4189         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4190         Update var name.
4191         (nnml-generate-nov-file): Use dolist.
4192         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4193         Use with-current-buffer.
4194
4195 2010-09-18  Julien Danjou  <julien@danjou.info>
4196
4197         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4198         parallel.
4199
4200 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4203         the range update right.
4204         (nnimap-request-group): Don't make `M-g' bug out on group with no
4205         marks.
4206         (nnoo): Require, so that other packages can require nnimap.
4207         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4208         command we're looking for.  This helps when the server sends more
4209         responses after we've gotten everything we expected.
4210         (nnimap): Add a `newlinep' field to keep track of end-of-line
4211         conventions.
4212         Don't send CRLF to things that don't want it.
4213         (nnimap-request-accept-article): Ditto.
4214
4215 2010-09-18  Julien Danjou  <julien@danjou.info>
4216
4217         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4218         than curl to retrieve images.
4219
4220 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4223         the marks.
4224         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4225         (nnimap-wait-for-connection): New function.
4226         (nnimap-open-connection): If we have PREAUTH, don't query for login
4227         credentials.
4228         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4229         when doing a partial update.
4230
4231 2010-09-18  Julien Danjou  <julien@danjou.info>
4232
4233         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4234         tags.
4235
4236 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * nnimap.el (nnimap-credentials): New function.
4239         (nnimap-open-connection): Use the new function to look for credentials
4240         also on the numeric equivalents of "imap" and "imaps".
4241
4242         * gnus-start.el (gnus-activate-group): Send the info to
4243         gnus-request-group.
4244
4245         * nnimap.el (nnimap-request-group): Have the "check" version of the
4246         function parse flags and update the info, so that a `M-g' get a total
4247         resync of all flags from the group.
4248
4249         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4250         to allow backends to alter the info on group selection.  Also alter all
4251         the backend -request-group functions to take the parameter.
4252
4253         * nnimap.el (nnimap-store-info): New function.
4254         (nnimap-update-info): Store the info for later usage.
4255         (nnimap-request-group): Use the stored info for the dont-check case, so
4256         that we don't retrieve all marks when we enter a group.
4257
4258         * nnimap.el: Use deffoo instead of defun for interface functions.
4259
4260         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4261         update the group info.  This makes the nndraft groups, for instance, go
4262         back to their old behaviour.
4263
4264         * gnus-sum.el (gnus-select-newsgroup): Indent.
4265
4266         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4267         in.
4268         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4269         nothing.
4270
4271         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4272         from methods that are denied.
4273
4274         * gnus-int.el (gnus-method-denied-p): New function.
4275
4276         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4277         store the password instead of netrc.
4278         (nnimap-open-connection): Don't error out when we can't make a
4279         connections.
4280
4281         * auth-source.el (auth-source-create): In the password prompt, say what
4282         we're querying for.  Also prompt for user name if that hasn't been
4283         given.
4284
4285         * nnimap.el (nnimap-with-process-buffer): Remove.
4286
4287 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4290         method when we're reading from the agent.
4291
4292         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4293
4294         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4295         that's probably most useful for users.
4296
4297         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4298         "failed" all the time.
4299
4300         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4301         ...)) with (with-current-buffer ... ).
4302
4303         * nntp.el (nntp-open-server): Return whether the open was successful or
4304         not.
4305
4306         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4307         select an unread unseen article first.
4308
4309         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4310         /etc/services, supply some sensible port defaults.
4311
4312         * dgnushack.el: Define netrc-credentials.
4313
4314 2010-09-17  Julien Danjou  <julien@danjou.info>
4315
4316         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4317
4318 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4319
4320         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4321         doesn't have any parameters.
4322
4323 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4326         only upcased checks.
4327
4328         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4329
4330         * nnimap.el (nnimap-open-shell-stream): New function.
4331         (nnimap-open-connection): Use it.
4332         (nnimap-transform-headers): Get the number of lines in each message.
4333         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4334         number of lines.
4335         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4336         problem.
4337
4338         * utf7.el (utf7-encode): Autoload.
4339
4340         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4341         to allow the mail splitting to not return a default group.  This is
4342         useful for nnimap, which will leave unmatched mail in the inbox.
4343
4344         * nnimap.el: Rewritten.
4345
4346         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4347         nnimap usage.
4348
4349         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4350         if the move is internal, so that nnimap can do fast internal moves.
4351
4352         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4353         data.
4354         (gnus-read-active-for-groups): Support finishing the early retrieval of
4355         data.
4356
4357         * gnus-range.el (gnus-range-nconcat): New function.
4358
4359         * gnus-int.el (gnus-finish-retrieve-group-infos)
4360         (gnus-retrieve-group-data-early): New functions.
4361
4362 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4363
4364         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4365         (nnrss-retrieve-groups):
4366         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4367         (pop3-quit): Use with-current-buffer.
4368
4369 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4372         instead of nnheader-accept-process-output.
4373
4374         * dgnushack.el (dgnushack-compile): Add comment.
4375
4376         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4377
4378         * gnus-html.el (gnus-html-schedule-image-fetching)
4379         (gnus-html-prefetch-images): Replace process-kill-without-query by
4380         gnus-set-process-query-on-exit-flag.
4381
4382 2010-09-16  Romain Francoise  <romain@orebokech.com>
4383
4384         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4385
4386 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4389         parameter to unintern is mandatory-ish in Emacs 24.
4390
4391         * gnus-html.el (gnus-html-schedule-image-fetching)
4392         (gnus-html-prefetch-images): Check for curl before using it.
4393
4394         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4395         depend on curl, which isn't essential.
4396
4397         * imap.el: Revert back to version
4398         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4399         seem problematic.
4400
4401 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4402
4403         * gnus-registry.el (gnus-registry-install-shortcuts):
4404         Explicitly pass `obarray' to `unintern' to avoid a warning.
4405
4406 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4409         change.
4410
4411         * nnrss.el (nnrss-request-list): Remove this function and related
4412         functions, including the moreover stuff.
4413
4414 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * nnrss.el (nnrss-retrieve-groups): New function.
4417
4418 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4419
4420         * .dir-locals.el: Add no-byte-compile cookie.
4421
4422 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * time-date.el (format-seconds): Comment fix.
4425
4426         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4427         for back end that doesn't support request-scan.
4428
4429 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4432         then do request scans from the backends.
4433
4434         * netrc.el (netrc-credentials): New conveniency function.
4435
4436         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4437         avoid running a hook per line, since this takes a lot of time,
4438         profiling shows.
4439         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4440         directly if gnus-visual-p is true.
4441
4442 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4445         groups; replace mapcar with dolist which is a bit faster; pass groups
4446         info to gnus-read-active-file-1.
4447         (gnus-read-active-file-1): Scan only specified groups if the new
4448         optional arg `infos' is given.
4449
4450 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4453
4454         * pop3.el (pop3-movemail): Remove.
4455         (pop3-streaming-movemail): Rename to pop3-movemail.
4456
4457         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4458         don't restrict end-tag searches to the end of the line.
4459
4460 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4463         articles of every unchecked group to t, which means unknown since the
4464         server has never been opened.
4465
4466 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * gnus-html.el (gnus-html-show-alt-text): New command.
4469         (gnus-html-browse-image): Ditto.
4470         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4471         to browse the image directly.
4472         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4473         better.
4474
4475         * gnus-async.el (gnus-async-article-callback):
4476         Call `gnus-html-prefetch-images' unconditionally.
4477
4478         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4479         before feeding URLs to curl.
4480
4481 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4484         internal images as deletable by `W D D'.
4485
4486         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4487         (gnus-async-article-callback): Fix typo.
4488
4489 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4492         current line to work around bugs in the output from w3m.
4493
4494         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4495         for groups that want that.
4496
4497         * nntp.el (nntp-wait-for-string): Supply a timeout for
4498         accept-process-output to ensure progress.
4499
4500         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4501         level to get unread articles from, then use that for foreign groups,
4502         too.
4503
4504         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4505         confuses the rest of the function.
4506
4507         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4508         for the methods that support -retrieve-groups, too.
4509
4510         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4511
4512 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4515         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4516
4517         * pop3.el: Require cl when compiling.
4518         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4519
4520 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4523         that aren't going to be activated.
4524         (gnus-get-unread-articles): Fix up the last commit.
4525
4526         * gnus-html.el (gnus-article-html): Allow calling without specifying
4527         the handle.  In that case, dissect the buffer first.
4528
4529         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4530
4531         * nnimap.el (nnimap-open-connection): Revert the change that would look
4532         into authinfo for imaps instead of imap.
4533
4534         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4535         say that you don't want to call gnus-request-group with don-check, but
4536         do check the reponse.  This is for virtual groups only.
4537         (gnus-get-unread-articles): Count the archive groups as secondary, so
4538         that they're activated the same way as before.
4539
4540         * imap.el (imap-message-map): Removed optional buffer parameter, since
4541         no callers use it.
4542         (imap-message-get): Ditto.
4543         (imap-message-put): Ditto.
4544         (imap-mailbox-map): Ditto.
4545         (imap-mailbox-put): Ditto.
4546         (imap-mailbox-get): Ditto.
4547         (imap-mailbox-get): Revert last change for this function.
4548
4549         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4550         case-insensitively.
4551         (nnimap-debug): Remove.
4552
4553         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4554         to use `imap-fetch' instead.  According to the comments, this should be
4555         safe, since all other IMAP clients use the 1:* syntax.
4556         (imap-enable-exchange-bug-workaround): Removed.
4557         (imap-debug): Removed -- doesn't seem very useful.
4558
4559         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4560         mail from a file, and the file doesn't exist.
4561
4562         * imap.el (imap-log): New convenience function used throughout instead
4563         of repeating the same code all over the place.
4564
4565         * pop3.el (pop3-streaming-movemail): Return t for success.
4566
4567         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4568         .authinfo if we're using ssl connection.
4569
4570         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4571         already have if we're in a main Gnus `g' run.
4572
4573         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4574
4575 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4578
4579         * nnmh.el (nnmh-request-list-1): Bind `file'.
4580
4581         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4582         alias to set-process-query-on-exit-flag or process-kill-without-query.
4583         (pop3-open-server): Use it.
4584
4585 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4588         box to the Incoming file.  Fixes mistake in previous checkin.
4589
4590         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4591         request loop (for debugging purposes) removed.
4592
4593         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4594         culprit is more visible.
4595         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4596         (nnml-add-incremental-nov): New functions to do "incremental" nov
4597         updates, where we just append to the end of the existing nov files
4598         without reading/writing them in full.
4599
4600         * mail-source.el (mail-source-delete-crash-box): Really only check the
4601         incoming files once in a while.
4602
4603         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4604
4605         * mail-source.el (mail-source-delete-crash-box): Only check the
4606         incoming files for deletion once per day to save a lot of file
4607         accesses.
4608
4609         * pop3.el (pop3-logon): Fix up unbound variable typo.
4610
4611         * mail-source.el (pop3-streaming-movemail): Autoload.
4612
4613         * pop3.el (pop3-streaming-movemail):
4614         Respect pop3-leave-mail-on-server.
4615
4616         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4617         retrieval.
4618
4619         * pop3.el (pop3-process-filter): Remove unused function.
4620         (pop3-streaming-movemail, pop3-send-streaming-command)
4621         (pop3-wait-for-messages, pop3-write-to-file)
4622         (pop3-number-of-responses): New functions for streaming pop3
4623         retrieval.
4624
4625         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4626         come from no known methods.
4627         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4628         list.
4629
4630         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4631         message sizes.
4632         (pop3-movemail): Use erase-buffer instead of looping and deleting
4633         regions, which seems rather odd.
4634
4635         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4636         file once per `g' run.
4637
4638         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4639         directories.  This makes the draft queue directory work.
4640
4641         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4642         data from the backends, so that we only request the list of groups from
4643         each method once.  This should speed things up considerably.
4644
4645         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4646         detect that it's not implemented.
4647
4648         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4649         we actually do recurse down into the tree, but don't stat all leaf
4650         nodes.
4651
4652         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4653         then say so instead of bugging out.
4654
4655         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4656         files exist before trying to read them.
4657
4658         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4659         around <pre_int>.
4660
4661         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4662
4663         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4664
4665 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * mm-util.el (mm-image-load-path): Just return the image directories,
4668         not all directories in the path in addition to the image directories.
4669         (mm-image-load-path): Maintain a cache of the image directories so that
4670         the `g' command in Gnus doesn't have to stat dozens of directories each
4671         time.
4672
4673         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4674         (gnus-html-wash-tags): Add a new `i' command to insert images.
4675         (gnus-html-insert-image): New command and keystroke.
4676         (gnus-html-redisplay-with-images): New command and keystroke.
4677         (gnus-html-show-images): Rename command.
4678         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4679         spacers.
4680         (gnus-html-wash-tags): Decode entities at the end, so that entities
4681         inside the tags don't mess up the rest of the "parsing".
4682
4683         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4684         so that nnimap methods aren't agentized by default.  There's apparently
4685         many problems related to agent/imap behaviour.
4686
4687         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4688
4689         * gnus-html.el: Doc fix.
4690
4691 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4694         specifier-spec-list for Emacs 21.
4695
4696         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4697         glyph-width and glyph-height instead of display-graphic-p and
4698         image-size; make avoidance of displaying small images work for XEmacs.
4699
4700         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4701         for XEmacs.
4702
4703         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4704         of symbol that holds plist data.
4705         (gnus-process-plist): Remove plist of process after getting it.
4706
4707 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * message.el (message-generate-hashcash): Change default to
4710         'opportunistic if hashcash is installed.
4711
4712         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4713         (gnus-html-put-image): Only call image-size once, since it's somewhat
4714         time-consuming on remote X servers.
4715
4716 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4719         type on data, not a file name.
4720
4721         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4722         window-pixel-edges for Emacs 21.
4723
4724         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4725         decoded contents.
4726         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4727
4728 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4731         group line format, since it isn't very interesting.
4732
4733         * gnus-agent.el (gnus-agent-short-article),
4734         (gnus-agent-long-article): Increase values for these two variables,
4735         since most people are likely to have more network connection and
4736         storage than before.
4737
4738         * gnus.el (gnus-refer-article-method): Change default to 'current.
4739         When referring an article, the common behaviour is to refer it from the
4740         current select method, not the native select method.  The chances of
4741         the native select method having the message in question is rather slim
4742         these days.
4743
4744         * gnus-sum.el (gnus-auto-select-subject): Change default to
4745         `unseen-or-unread'.  I think it's likely that most people want to
4746         select an unseen article over a previously seen, but unread one.
4747
4748         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4749         means that in the article buffer none of the minor mode elements will
4750         be shown, usually, and this is not desirable in most cases.
4751
4752         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4753         that commands like `d' (and the like) go to the next line in the
4754         buffer, instead of the next unread article.  I think this is the
4755         behaviour that is most natural for most users.
4756         (gnus-single-article-buffer): Change default to nil, so that people can
4757         have as many article buffers open as they have summary buffer.  I think
4758         this is the most natural way for the groups to behave.
4759
4760         * message.el (message-generate-new-buffers): Change default to
4761         `unsent', so that all new message buffers start their names with the
4762         string "*unsent", and it's easier to find the buffers if you move from
4763         them.
4764
4765 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4768         small.  They're probably tracking images.
4769         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4770         (gnus-html-rescale-image): Yet another try at getting the image sizing
4771         right.
4772
4773         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4774         nntp-marks-file-name is nil.
4775
4776 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * gnus-html.el (gnus-html-wash-tags)
4779         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4780         Better logging.
4781
4782 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4785
4786         * gnus-html.el (gnus-html-wash-tags): Check the value of
4787         gnus-blocked-images in the summary buffer.
4788
4789 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4792
4793 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4796         like "a", it seems like.
4797         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4798         since it needs to be picked from the correct buffer.
4799
4800         * nnwfm.el: Remove.
4801
4802         * nnlistserv.el: Remove.
4803
4804 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4807         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4808
4809 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * nnkiboze.el: Remove.
4812
4813         * nndb.el: Remove.
4814
4815         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4816         alt text.
4817         (gnus-html-rescale-image): Try to get the rescaling logic right for
4818         images that are just wide and not tall.
4819
4820         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4821         overshadow variable bindings.
4822
4823 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-html.el (gnus-html-wash-tags)
4826         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4827         Add extra logging.
4828
4829 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4832         (gnus-max-image-proportion): New variable.
4833         (gnus-html-rescale-image): New function.
4834         (gnus-html-put-image): Rescale images.
4835
4836 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4837
4838         Fix up some byte-compiler warnings.
4839         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4840         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4841         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4842         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4843         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4844         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4845         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4846
4847 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-html.el (gnus-article-html): Decode contents by charset.
4850
4851 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4854         (gnus-html-frame-width, gnus-blocked-images)
4855         * message.el (message-prune-recipient-rules): Add custom version.
4856         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4857
4858         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4859         functions.
4860
4861         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4862         gnus-process-get.
4863
4864 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4865
4866         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4867         instead of lsub directly.
4868
4869 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * nnwarchive.el: Remove.
4872
4873         * gnus-soup.el: Remove.
4874
4875         * nnsoup.el: Remove.
4876
4877         * nnultimate.el: Remove.
4878
4879         * gnus-html.el (gnus-blocked-images): New variable.
4880
4881         * message.el (message-prune-recipients): New function.
4882         (message-prune-recipient-rules): New variable.
4883
4884         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4885         guess whether a long line is natural text or not.
4886
4887         * gnus-html.el (gnus-html-schedule-image-fetching):
4888         Use gnus-process-plist and friends for compatibility.
4889
4890 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4891
4892         * gnus-html.el: Require packages that define macros used in this file.
4893         (gnus-article-mouse-face): Declare to silence byte-compiler.
4894         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4895         process-get.
4896         (gnus-html-put-image): Use plist-get to avoid getf.
4897         (gnus-html-prefetch-images): Use with-current-buffer.
4898
4899 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-ems.el: Provide compatibility functions for
4902         gnus-set-process-plist.
4903
4904         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4905         header-line-format for XEmacs 21.4.
4906
4907         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4908         * gnus.el (gnus-valid-select-methods)
4909         * message.el (message-send-mail-partially-limit)
4910         * mm-decode.el (mm-text-html-renderer)
4911         * mml.el (mml-insert-mime-headers-always)
4912         * smiley.el (smiley-regexp-alist): Bump custom version.
4913
4914 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-html.el: require mm-url.
4917         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4918         with the url to `url'.
4919         (gnus-html-wash-tags): Support cid: URLs/images.
4920
4921 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4924         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4925         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4926
4927         * gnus-move.el: Remove file, since it doesn't really work.
4928
4929         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4930         UTF-8.  This seems to fix problems with some German web feeds.
4931
4932         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4933         at the top so that the proper colours are applied.
4934
4935         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4936         don't have dots in their names.
4937
4938         * gnus-art.el (gnus-article-view-part): Doc fix.
4939
4940         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4941         XEmacs-compatible.
4942         (gnus-html-put-image): Don't do images on non-graphic displays.
4943
4944         * nnslashdot.el: Remove this unused backend.
4945
4946         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4947         actions.
4948         (gnus-undo-register-1): Revert last change.
4949
4950         * gnus-group.el (gnus-group-completing-read): Protect against not
4951         having completion-styles bound.
4952
4953         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4954         make broken recipients happier.
4955
4956         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4957
4958         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4959         point parameter.
4960
4961         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4962
4963         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4964         completion-styles for group selection.
4965
4966 2009-02-04  Andreas Schwab  <schwab@suse.de>
4967
4968         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4969         headers and regexp-quote the match if necessary.
4970
4971 2009-03-24  Miles Bader  <miles@gnu.org>
4972
4973         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4974         the blinking smiley.
4975
4976 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4977
4978         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4979         blink smiley.
4980
4981 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4984         where the dribbel file lives exists.
4985
4986         * message.el (message-send-mail-partially-limit): Change the default to
4987         nil, since most people don't want this.
4988
4989         * mm-url.el (mm-url-decode-entities): Also decode entities like
4990         &#x3212.
4991
4992 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4993
4994         * gnus-sum.el (gnus-summary-idna-message):
4995         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4996         Hyperlink urls in docstrings with URL `...'.
4997
4998 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4999
5000         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5001         functions.
5002
5003 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5006         say what the mouseover text should be.
5007
5008         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5009         version of the mm-w3m-safe-url-regexp variable to only download images
5010         in the groups where we want that to happen.
5011
5012         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5013
5014         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5015         easier debugging.
5016         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5017         big pictures in the article buffer.
5018
5019         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5020         gnus-article-html.
5021         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5022         w3m.
5023
5024         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5025
5026 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5029         which doesn't exist.
5030
5031         * message.el (message-inhibit-ecomplete): New variable to allow some
5032         function to inhibit ecomplete address storage.
5033         (message-resend): Disable ecomplete message storage when resending
5034         messages.
5035
5036         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5037
5038 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5041         Save excursion while copying, moving, and deleting articles in order to
5042         prevent the cursor from jumping to unforeseen place.
5043
5044 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * lpath.el: No need to bind bookmark-current-buffer,
5047         bookmark-yank-point and bookmark-make-record-function.
5048
5049 2010-08-17  Glenn Morris  <rgm@gnu.org>
5050
5051         * gnus-sync.el: Require gnus components whose functions are used.
5052
5053         * gnus-art.el (bookmark-make-record-function):
5054         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5055         Declare for compiler.
5056
5057         * mm-url.el (mml-compute-boundary): Autoload.
5058
5059 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5062
5063 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5064
5065         Typo fix "hoo4a" -> "hook".
5066
5067         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5068
5069 2010-08-14  Glenn Morris  <rgm@gnu.org>
5070
5071         * gnus-sync.el (gnus-sync): Fix defgroup version.
5072
5073 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5076
5077         * gnus-sync.el: Fix docs.
5078         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5079         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5080
5081 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         Optimizations for gnus-sync.el.
5084
5085         * gnus-sync.el: Add docs about gnus-sync-backend
5086         possibilities.
5087         (gnus-sync-save): Remove unnecessary message.
5088         (gnus-sync-read): Optimize and show what groups were skipped.
5089
5090 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5091
5092         Minor bug fixes for gnus-sync.el.
5093
5094         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5095         Don't read the sync on get-new-news.
5096
5097         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5098         quiet.
5099
5100         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5101         (fix typo).
5102
5103 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5104
5105         Make saving and restoring of hidden threads work with overlays.
5106         Patch applied by Ted Zlatanov.
5107
5108         * gnus-sum.el (gnus-hidden-threads-configuration)
5109         (gnus-restore-hidden-threads-configuration): Update to deal with text
5110         properties, rather than searching for a magic character.
5111
5112 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         New gnus-sync.el library for synchronization of marks.
5115
5116         * gnus-sync.el: New library for synchronization of marks.
5117
5118         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5119         renamed from `gnus-registry-grep-in-list'.
5120
5121         * gnus-registry.el (gnus-registry-follow-group-p):
5122         Use `gnus-grep-in-list'.
5123
5124         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5125
5126 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5129         determining charset of text fails.
5130
5131 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * nnmail.el (nnmail-get-new-mail-1): Revert.
5134
5135         * nnml.el (nnml-active-number): Make sure names of newly created groups
5136         in nnml-group-alist are encoded.
5137
5138 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5141         containing non-ASCII characters in active file for nnml back end.
5142
5143 2010-07-24  David Engster  <dengste@eml.cc>
5144
5145         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5146         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5147
5148 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5149
5150         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5151         tag (Bug#6654).
5152
5153 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5156         the article buffer, not the summary buffer.
5157
5158 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5161         Emacs 23 as well.
5162
5163 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5166         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5167
5168 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5169
5170         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5171         Patch applied by Karl Fogel.
5172
5173         * gnus-sum.el (gnus-summary-bookmark-make-record):
5174         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5175
5176 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5177
5178         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5179         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5180         C-w still not working correctly from Article buffers; Thierry's
5181         patch to fix that will be applied after this.
5182
5183         * gnus-art.el (bookmark-make-record-function): New local variable.
5184
5185         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5186         article buffer.
5187         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5188
5189 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5190
5191         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5192         on changes in bookmark.el.
5193
5194 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5197         `no-log' instead of message not to log prompt string.
5198
5199 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5200
5201         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5202         the *other* type of HTML form submission.
5203
5204 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5205
5206         * auth-source.el (auth-source-pick): If choice does not contain a
5207         questioned keyword, set the check to t.
5208
5209 2010-06-12  Romain Francoise  <romain@orebokech.com>
5210
5211         * gnus-util.el (gnus-date-get-time): Move up before first use.
5212
5213 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5216         (gnus-article-edit-part): Bind it to make last part that is substituted
5217         or deleted visible.
5218         (gnus-mime-display-single): Buttonize part of which id equals to
5219         gnus-mime-buttonized-part-id.
5220
5221 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5222
5223         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5224         (gnus-dd-mmm): Use gnus-date-get-time.
5225         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5226         simplify logic.
5227         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5228         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5229
5230 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5231
5232         * auth-source.el (top): Autoload `secrets-list-collections',
5233         `secrets-create-item', `secrets-delete-item'.
5234         (auth-sources): Fix tag string.
5235         (auth-get-source, auth-source-retrieve, auth-source-create)
5236         (auth-source-delete): New defuns.
5237         (auth-source-pick): Rewrite in order to avoid 2 passes.
5238         (auth-source-forget-user-or-password): New parameter USERNAME.
5239         (auth-source-user-or-password): New parameters CREATE-MISSING and
5240         DELETE-EXISTING.  Retrieve password interactively, if needed.
5241
5242 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5243
5244         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5245         deleting unused directories when gnus-expert-user is t.
5246
5247 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5250         for each temp file when gnus-article-browse-delete-temp is ask.
5251
5252 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5253
5254         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5255         Lisp calls to delete-backward-char by calls to delete-char.
5256
5257 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5258
5259         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5260
5261 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5262
5263         * password-cache.el (password-cache-remove): Fix docstring.
5264
5265 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5268         article unless decoding article to be saved.
5269
5270 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5273         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5274         generated within the mm-with-unibyte-current-buffer macro.
5275
5276 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5279         to nil when we're in a mml-preview buffer and no group is selected.
5280
5281 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5282
5283         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5284         when catching the `C-g'.  Reported by "Leo".
5285
5286 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * message.el (message-forward-make-body-plain)
5289         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5290         multibyte-string-p.
5291
5292         * lpath.el: Revert.
5293
5294 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * message.el (message-forward-make-body-mml): Assume original message
5297         is multibyte string; error on unibyte.
5298         (message-forward-make-body-plain): Ditto; don't add excessive newline
5299         in body end.
5300
5301         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5302
5303 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5304
5305         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5306         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5307
5308 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * mm-extern.el (mm-extern-url): Don't use
5311         mm-with-unibyte-current-buffer.
5312         (mm-extern-cache-contents): Use with-current-buffer instead of
5313         save-excursion + set-buffer.
5314
5315 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * mm-util.el (mm-emacs-mule): Remove.
5318
5319 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5320
5321         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5322         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5323         change.
5324
5325 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5328         bind the default value of enable-multibyte-characters to nil.
5329
5330 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * message.el (message-forward-make-body-plain)
5333         (message-forward-make-body-mml):
5334         Don't use mm-with-unibyte-current-buffer.
5335
5336 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5339
5340 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5341
5342         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5343         (Bug#5592).
5344
5345 2010-05-07  Julien Danjou  <julien@danjou.info>
5346
5347         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5348         it to mm-pipe-part.
5349
5350         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5351         it is given.
5352
5353 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * binhex.el (binhex-decode-region-internal)
5356         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5357         (dns-query)
5358         * nnweb.el (nnweb-gmane-search)
5359         * pgg-parse.el (pgg-parse-armor)
5360         * pgg.el (pgg-verify-region)
5361         * sha1.el (sha1-string-external)
5362         * uudecode.el (uudecode-decode-region-internal)
5363         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5364         XEmacs.
5365
5366         * gnus-art.el (gnus-article-browse-html-parts)
5367         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5368         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5369         make-temp-file.
5370
5371         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5372         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5373         compiling.
5374
5375         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5376         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5377         XEmacs when compiling.
5378
5379         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5380         gnus-pick-mode-off-hook for XEmacs when compiling.
5381         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5382         gnus-binary-mode-off-hook for XEmacs when compiling.
5383
5384         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5385         Return nil if char-charset is not available.
5386
5387         * imap.el (imap-disable-multibyte)
5388         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5389         macros.
5390
5391         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5392         instead of encode-coding-string.
5393
5394         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5395         'xemacs) instead of mm-emacs-mule to switch function definitions.
5396         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5397
5398         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5399         bind temporary-file-directory for XEmacs;
5400         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5401         timer-set-function for XEmacs 21.4 and SXEmacs;
5402         bind timer-list for XEmacs 21.4 and SXEmacs;
5403         fbind char-charset and find-charset-region for non-Mule XEmacs;
5404         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5405         encode-coding-region and encode-coding-string for XEmacs having no
5406         file-coding feature.
5407
5408 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5409
5410         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5411
5412 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5415         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5416
5417 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5418
5419         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5420         alias `jka-compr-delete-temp-file' no longer exists.
5421
5422 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5423
5424         Use define-minor-mode in Gnus where applicable.
5425         * mml.el (mml-mode): Use define-minor-mode.
5426         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5427         (gnus-undo-mode): Use define-minor-mode.
5428         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5429         (gnus-dead-summary-mode): Use define-minor-mode.
5430         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5431         Initialize in declaration.
5432         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5433         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5434         (gnus-mailing-list-mode): Use define-minor-mode.
5435         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5436         (gnus-draft-mode): Use define-minor-mode.
5437         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5438         (gnus-dired-mode): Use define-minor-mode.
5439
5440 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5441
5442         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5443         handles on recursive mml-to-mime translation and check them for
5444         boundary delimiter collisions.  Reported by Greg Troxel.
5445
5446 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5449
5450 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * mm-util.el (mm-find-buffer-file-coding-system):
5453         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5454
5455 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5456
5457         * message.el (message-generate-headers): Record insertion of optional
5458         headers as well.  Otherwise the check to prevent repeated insertion of
5459         optional headers is a no-op.
5460
5461 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * smime.el: Don't mention CVS.
5464
5465         * nnrss.el (nnrss-fetch): Don't mention CVS.
5466
5467         * nnir.el: Don't mention CVS.
5468
5469 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5470
5471         * gnus-sum.el (gnus-summary-bookmark-make-record):
5472         Add `location' field.
5473
5474 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * lpath.el: Fbind bookmark-default-handler,
5477         bookmark-get-bookmark-record, bookmark-make-record-default,
5478         bookmark-prop-get for Emacs <23 and XEmacs.
5479
5480 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5481
5482         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5483         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5484         Use with-current-buffer to silence the byte-compiler.
5485         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5486         bother to require `gnus'.
5487         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5488
5489 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5490
5491         * gnus-sum.el (gnus-summary-bookmark-make-record)
5492         (gnus-summary-bookmark-jump): New functions.
5493         (gnus-summary-mode): Setup bookmark support.
5494
5495 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5496
5497         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5498         if set.
5499
5500 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5503         gnus-article-browse-html-save-cid-image; make it work recursively for
5504         forwarded messages as well.
5505         (gnus-article-browse-html-parts): Work when prefix arg is given.
5506         (gnus-article-browse-html-article): Doc fix.
5507
5508 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5509
5510         * message.el (message-default-mail-headers):
5511         (message-default-headers): Carry the value mail-default-headers over
5512         into message-default-mail-headers, rather than message-default-headers.
5513
5514 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5515
5516         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5517         charset.
5518
5519         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5520         charset into the <meta> tag when the article is encoded to utf-8.
5521
5522 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-art.el (gnus-article-browse-delete-temp-files):
5525         Delete directories as well.
5526         (gnus-article-browse-html-parts): Work for images that do not specify
5527         file names; delete temp directory when quitting; insert header at the
5528         right place; use file: scheme for image files.
5529
5530 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5531
5532         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5533         (gnus-article-browse-html-parts): Use it to make temporary cid image
5534         files in addition to html file so that browser may display them.
5535
5536 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5539
5540 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5543
5544 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * auth-source.el (auth-sources): Change default to be simpler.
5547         Explain about Secret Service API sources.  Improve Customize options.
5548         (auth-source-pick): Change to accept any number of search parameters.
5549         Implement fallbacks iteratively, not recursively.  Add scoring on the
5550         second pass and sort by score.  Call Secret Service API when needed.
5551         (auth-source-user-or-password): Use it.  Call Secret Service API
5552         directly when needed to get the user name and the password.
5553
5554 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5555
5556         * message.el (message-interactive): Doc fix.
5557         (message-qmail-inject-args): Reflow.
5558         (message-kill-to-signature): Fix typo in docstring.
5559
5560         * smiley.el (smiley-buffer): Fix typo in docstring.
5561
5562 2010-03-24  Glenn Morris  <rgm@gnu.org>
5563
5564         * mail-source.el (gnus-message): Declare.
5565         (mail-source-delete-old-incoming): Require gnus-util.
5566
5567 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5570
5571         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5572
5573         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5574         password-cache's default if it is not bound.
5575         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5576         password-cache-expiry's default if it is not bound.
5577
5578         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5579         available in Emacs 21.
5580
5581         * lpath.el: Suppress compiler warnings for:
5582         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5583         XEmacs;
5584         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5585         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5586         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5587
5588 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * auth-source.el (auth-sources): Fix up definition so extra parameters
5591         are always inline.
5592
5593 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5594
5595         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5596         wasn't updated after mismatch.  Clear cached mailbox info correctly
5597         when uidvalidity changes.
5598         (nnimap-group-prefixed-name): New function to avoid some code
5599         duplication.
5600         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5601         (nnimap-request-group): Use it.
5602         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5603         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5604         with many imap folders.  This is done by caching the group status from
5605         the imap server persistently in a group parameter `imap-status'.  (This
5606         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5607         but not persistently, so every Gnus startup was still very slow.)
5608
5609 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5612         delete the extra newline.  Otherwise editing of :string and :number
5613         types don't work.
5614
5615 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5618         secrets.el dependency.
5619         (auth-sources): Add optional user name.  Add secrets.el configuration
5620         choice (unused right now).
5621
5622 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-sum.el (gnus-summary-make-menu-bar):
5625         Let `gnus-registry-install-shortcuts' fill in the functions.
5626
5627         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5628         warnings.
5629         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5630         (gnus-registry-install-shortcuts): Populate and use it in a
5631         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5632
5633 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5634
5635         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5636         In-place substitutions for the group name encoding/decoding.
5637         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5638         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5639         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5640         (nnimap-update-unseen, nnimap-request-list)
5641         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5642         (nnimap-request-set-mark, nnimap-split-to-groups)
5643         (nnimap-split-articles, nnimap-request-newgroups)
5644         (nnimap-request-create-group, nnimap-request-accept-article)
5645         (nnimap-request-delete-group, nnimap-request-rename-group)
5646         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5647         `encoded-mbx' for consistency.
5648         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5649         variable `imap-current-mailbox'.
5650
5651         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5652         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5653
5654 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5655
5656         * pop3.el (pop3-display-message-size-flag): Display message size byte
5657         counts during POP3 download.
5658         (pop3-movemail): Use it.
5659         (pop3-list): Implement listing of available messages.
5660
5661 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5662
5663         * nnir.el (nnir-get-article-nov-override-function): New function to
5664         override the normal NOV retrieval.
5665         (nnir-retrieve-headers): Use it.
5666
5667 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5668
5669         * auth-source.el (netrc-machine-user-or-password): Autoload.
5670
5671 2010-03-19  Glenn Morris  <rgm@gnu.org>
5672
5673         Stop message.el from loading about 40 libraries it doesn't always need.
5674         The general approach is to autoload rather than require, and to
5675         require in the specific functions rather than the file.  (Bug#5642)
5676
5677         * gmm-utils.el: Don't require wid-edit.
5678         (widget-create-child-value, widget-convert, widget-default-get):
5679         Autoload.
5680
5681         * gnus-util.el: Don't require time-date, netrc.
5682         (message-fetch-field, gnus-group-name-decode): Declare rather than
5683         autoloading.
5684         (gnus-fetch-field): Require message.
5685         (gnus-decode-newsgroups): Require gnus-group.
5686
5687         * ietf-drums.el: Don't require time-date.
5688
5689         * message.el: Don't require hashcash, canlock, ecomplete.
5690         Do require mail-utils.  Require nnheader only when compiling.
5691         (smtpmail-default-smtp-server): Remove declaration.
5692         (message-send-mail-function): Check smtpmail-default-smtp-server
5693         is bound rather than requiring smtpmail.
5694         (message-auto-save-directory, message-insert-signature):
5695         Use expand-file-name rather than nnheader-concat.
5696         (nnheader-insert-file-contents): Autoload.
5697         (hashcash-wait-async): Declare.
5698         (message-send-mail): Only call gnus-setup-posting-charset if
5699         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5700         (message-send-mail-with-sendmail): Require sendmail.
5701         (canlock-password, canlock-password-for-verify): Declare.
5702         (message-canlock-password): Require canlock.
5703         (nnheader-get-report): Autoload.
5704         (gnus-setup-posting-charset): Declare.
5705         (message-send-news): Require gnus-msg.
5706         (message-make-references, message-make-in-reply-to): Use mail-header-id
5707         rather than the alias mail-header-message-id.
5708         (ecomplete-add-item, ecomplete-save): Declare.
5709         (message-put-addresses-in-ecomplete): Require ecomplete.
5710         (ecomplete-display-matches): Autoload.
5711
5712         * mm-decode.el: Don't require mailcap, gnus-util.
5713         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5714         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5715         Autoload.
5716         (mailcap-mime-extensions): Declare.
5717
5718         * mm-encode.el: Don't require mailcap.
5719         (mailcap-extension-to-mime): Autoload.
5720
5721         * mml-sec.el: Don't require password-cache.
5722
5723         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5724         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5725         (mml-minibuffer-read-type): Require mailcap.
5726         (mml-preview): Require gnus-msg.
5727
5728         * mml1991.el: Require password-cache.
5729         (password-cache-expiry): Remove declaration.
5730
5731         * mml2015.el: Require password-cache.
5732         (password-cache-expiry): Remove declaration.
5733
5734         * nneething.el (mailcap): Require mailcap.
5735
5736         * nnheader.el (declare-function): Add compatibility stub.
5737         (message-remove-header): Declare rather than autoload.
5738         (nnheader-replace-header): Require message.
5739
5740         * nnimap.el (declare-function): Add compatibility stub.
5741         (netrc-parse, netrc-machine-user-or-password): Declare.
5742         (nnimap-open-connection): Require netrc.
5743
5744         * nntp.el (declare-function): Add compatibility stub.
5745         (netrc-parse, netrc-machine, netrc-get): Declare.
5746         (nntp-send-authinfo): Require netrc.
5747
5748         * rfc2047.el: Don't require qp.
5749         (quoted-printable-encode-region, quoted-printable-decode-string):
5750         Autoload.
5751
5752         * sieve-mode.el: Don't require easymenu.
5753         (easy-menu-add-item): Autoload it.
5754
5755         * spam-stat.el (time-to-number-of-days): Autoload it.
5756
5757 2010-03-19  Glenn Morris  <rgm@gnu.org>
5758
5759         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5760
5761 2010-03-18  Glenn Morris  <rgm@gnu.org>
5762
5763         * hashcash.el (declare-function): Remove duplicate definition.
5764
5765 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5766
5767         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5768         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5769         value if any backslash escapes).
5770
5771 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5774         if it is available.  (bug#5647)
5775
5776         * lpath.el: Suppress compiler warning for coding-system-from-name for
5777         Emacs 21 and XEmacs.
5778
5779 2010-03-14  Juri Linkov  <juri@jurta.org>
5780
5781         * hmac-def.el:
5782         * hmac-md5.el:
5783         * netrc.el: Fix keywords.
5784
5785 2010-02-26  Glenn Morris  <rgm@gnu.org>
5786
5787         * message.el (message-send-mail-function): Change the default, so that
5788         it inherits from a customized send-mail-function.  (Bug#5643)
5789
5790 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5791
5792         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5793         shell-command-to-string signals an error (bug#5299).
5794
5795 2010-02-24  Glenn Morris  <rgm@gnu.org>
5796
5797         * message.el (message-smtpmail-send-it)
5798         (message-send-mail-with-mailclient): Doc fixes.
5799
5800 2010-02-16  Glenn Morris  <rgm@gnu.org>
5801
5802         * message.el (message-default-mail-headers): Change the default value
5803         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5804
5805 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5808         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5809
5810 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5811
5812         * time-date.el (date-to-time): Doc fix (Bug#5408).
5813
5814 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5815
5816         * message.el (message-mail): Just pass yank-action on to message-setup.
5817         (message-setup): Handle (FUN . ARGS) form of yank-action.
5818         (message-with-reply-buffer, message-widen-reply)
5819         (message-yank-original): Handle non-buffer values of
5820         message-reply-buffer (Bug#4080).
5821         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5822
5823 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5824
5825         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5826         Fix typo in docstring.
5827
5828 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5829
5830         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5831         response.
5832
5833 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5836
5837         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5838
5839         * message.el (message-check-news-header-syntax): Protect against a
5840         string that `rfc822-addresses' returns when parsing fails.
5841
5842 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5845         (gnus-previous-char-property-change): New functions.
5846
5847         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5848
5849 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5850
5851         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5852         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5853
5854 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5855
5856         * message.el (message-exchange-point-and-mark): Rework last change to
5857         avoid using optional arg of exchange-point-and-mark, for backward
5858         compatibility.
5859
5860 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5861
5862         * message.el (message-exchange-point-and-mark):
5863         Call exchange-point-and-mark with an argument rather than setting
5864         mark-active by hand (Bug#5175).
5865
5866 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * nntp.el (nntp-service-to-port): Work for service expressed with
5869         numeric string; replace [:digit:] with [0-9] for XEmacs.
5870
5871 2009-12-17  Glenn Morris  <rgm@gnu.org>
5872
5873         * gnus-group.el (gnus-bug-group-download-format-alist):
5874         Change emacs entry to debbugs.gnu.org.  Bump :version.
5875
5876 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5879
5880 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * message.el (message-info): Explain why we use `Info-goto-node'.
5883
5884 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5887
5888 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5889
5890         * message.el (message-completion-in-region): New compatibility function.
5891         (message-expand-group): Use it.
5892
5893 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5896         with no unread article should be listed if the 2nd arg `predicate' is
5897         given.
5898
5899 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5902
5903 2009-11-29  Juri Linkov  <juri@jurta.org>
5904
5905         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5906         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5907         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5908
5909 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5910
5911         * sha1.el (sha1-string-external): default-directory "/" in case
5912         otherwise non-existent.  process-connection-type pipe for touch of
5913         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5914
5915 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5916
5917         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5918         it's comms related and sgml-mode.el has "comm" on that basis too.
5919
5920 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5923         containing tspecial characters if they have been already quoted.
5924
5925 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5926
5927         * dns-mode.el (auto-mode-alist): Purecopy string.
5928
5929 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5930
5931         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5932
5933 2009-10-24  Glenn Morris  <rgm@gnu.org>
5934
5935         * gnus-art.el (help-xref-stack-item): Define for compiler.
5936
5937 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5938
5939         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5940
5941 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5944
5945 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5948         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5949
5950 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5953         (gnus-overlays-in): New alias to overlays-in.
5954
5955         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5956         gnus-overlay-get, and gnus-delete-overlay.
5957         (gnus-summary-show-thread): Make it work as well for systems in which
5958         next-single-char-property-change is not available.
5959         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5960
5961         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5962         (gnus-overlay-get): New alias to extent-property.
5963         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5964
5965         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5966         SXEmacs.
5967
5968         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5969         SXEmacs.
5970
5971 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5974
5975 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5976
5977         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5978         and XEmacs that don't have `remove-overlays'.
5979
5980 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5981
5982         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5983         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5984         selective display.  Use overlays instead.
5985
5986 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5987
5988         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5989
5990 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5991
5992         * spam-stat.el (spam-stat-load): Fix typo in message.
5993
5994 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5995
5996         * dig.el (dig-invoke): Fix typo in docstring.
5997         (query-dig): Reflow docstring.
5998
5999 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6000
6001         * gnus-art.el (gnus-article-encrypt-body):
6002         * message.el (message-check-recipients):
6003         * mm-util.el (mm-codepage-setup):
6004         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6005         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6006
6007 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6008
6009         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6010         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6011         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6012         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6013         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6014
6015 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6016
6017         * dig.el: Add "Keywords: comm", as per net-utils.el.
6018
6019 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * dig.el (dig-mode): Use define-derived-mode.
6022
6023 2009-09-19  Glenn Morris  <rgm@gnu.org>
6024
6025         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6026
6027 2009-09-18  Glenn Morris  <rgm@gnu.org>
6028
6029         * gnus-diary.el (gnus-diary-check-message):
6030         * message.el (message-insert-formatted-citation-line):
6031         * nnbabyl.el (top-level):
6032         * nndiary.el (nndiary-schedule):
6033         Fix typos in condition-case handlers.
6034
6035 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6038         configuration that provides the sole article window in a frame;
6039         position point correctly after deleting a part.
6040
6041 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6042
6043         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6044         (spam-resolve-registrations-routine): Use it to unregister articles
6045         that change status.
6046
6047 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6050         with XEmacs.
6051         (parse-time-string-chars): Use it.
6052
6053 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6054
6055         * imap.el (imap-interactive-login): Better messages.
6056         (imap-open): Fix bug with renamed buffer on reconnect.
6057         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6058         for easier debugging and cleaner code.  On successful (guessed based on
6059         server capabilities) secondary authentication, set imap-state
6060         correctly.
6061         (imap-last-authenticator): Define imap-last-authenticator as a variable
6062         to avoid warnings.
6063
6064 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * nnrss.el (nnrss-request-article): Remove binding of
6067         default-enable-multibyte-characters that has gotten needless by
6068         the 2007-07-13 change in rfc2047-encode-message-header.
6069
6070         * mml.el (mml-insert-multipart): Error on the message header.
6071         (mml-insert-part): Error on the message header; position point at
6072         the end of a MIME tag.
6073
6074 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * time-date.el (autoload): Expand define-obsolete-function-alias into
6077         defalias and make-obsolete for old Emacsen that Gnus supports.
6078         (with-no-warnings): Define it for old Emacsen.
6079         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6080         is available.
6081         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6082         float-time is available; suppress compile warning for time-to-seconds.
6083
6084         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6085         (gnus-float-time): Alias to float-time if it exists.
6086
6087         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6088         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6089         float-time is available; suppress compile warning for time-to-seconds.
6090
6091         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6092         XEmacs.
6093
6094 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * imap.el (imap-message-map): Docstring fix.
6097
6098 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6101         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6102         Add the optional argument `encoding' that overrides the default.
6103
6104         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6105         mm-encode-buffer.
6106
6107 2009-09-04  Glenn Morris  <rgm@gnu.org>
6108
6109         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6110         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6111         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6112         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6113         * mm-util.el (mm-with-unibyte-current-buffer)
6114         (mm-find-buffer-file-coding-system):
6115         * yenc.el (yenc-decode-region): Use default-value rather than
6116         default-enable-multibyte-characters.
6117
6118 2009-09-03  Glenn Morris  <rgm@gnu.org>
6119
6120         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6121         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6122         than default-enable-multibyte-characters.
6123
6124 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6125
6126         * gnus-art.el (gnus-article-read-summary-keys):
6127         Fix gnus-buffer-configuration's value temporarily used.
6128
6129 2009-09-02  Glenn Morris  <rgm@gnu.org>
6130
6131         * gnus-util.el (gnus-float-time): New function.
6132         * gnus-delay.el (gnus-delay-article):
6133         * gnus-sum.el (gnus-thread-latest-date):
6134         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6135         * nnspool.el (nnspool-request-newgroups):
6136         Use gnus-float-time rather than time-to-seconds.
6137         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6138
6139         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6140         (gnus-header-subject-face, gnus-header-newsgroups-face)
6141         (gnus-header-name-face, gnus-header-content-face):
6142         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6143         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6144         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6145         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6146         (gnus-cite-face-11):
6147         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6148         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6149         (gnus-server-closed-face, gnus-server-denied-face)
6150         (gnus-server-offline-face):
6151         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6152         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6153         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6154         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6155         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6156         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6157         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6158         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6159         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6160         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6161         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6162         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6163         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6164         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6165         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6166         (gnus-summary-high-undownloaded-face)
6167         (gnus-summary-low-undownloaded-face)
6168         (gnus-summary-normal-undownloaded-face)
6169         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6170         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6171         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6172         (gnus-splash-face):
6173         * message.el (message-header-to-face, message-header-cc-face)
6174         (message-header-subject-face, message-header-newsgroups-face)
6175         (message-header-other-face, message-header-name-face)
6176         (message-header-xheader-face, message-separator-face)
6177         (message-cited-text-face, message-mml-face):
6178         * sieve-mode.el (sieve-control-commands-face)
6179         (sieve-action-commands-face, sieve-test-commands-face)
6180         (sieve-tagged-arguments-face):
6181         * spam.el (spam-face):
6182         Mark face aliases with "-face" in the name as obsolete.
6183
6184 2009-09-01  Glenn Morris  <rgm@gnu.org>
6185
6186         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6187         than goto-line.
6188
6189 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6192         Don't move point if the command is invoked inside the message header.
6193
6194 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6195
6196         * imap.el (imap-send-command): Simplify.
6197         (imap-wait-for-tag): point-max -> buffer-size.
6198
6199 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6200
6201         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6202         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6203         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6204         * nnir.el (nnir-swish-e-index-file):
6205         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6206         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6207         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6208         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6209         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6210         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6211
6212 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6215         Don't save excursion.
6216
6217 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6218
6219         * nnheader.el (nnheader-find-file-noselect):
6220         * mm-util.el (mm-insert-file-contents):
6221         Use (default-value 'major-mode) instead of default-major-mode.
6222
6223 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6224
6225         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6226
6227 2009-08-26  Glenn Morris  <rgm@gnu.org>
6228
6229         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6230         than placing in files.el.
6231
6232 2009-08-25  Glenn Morris  <rgm@gnu.org>
6233
6234         * nnir.el (top-level): Don't require cl at run-time.
6235         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6236         Replace cl-function substitute with gnus-replace-in-string.
6237         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6238         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6239         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6240         simplified expansions.
6241
6242 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6243
6244         * dig.el (dig): Add autoload cookie.
6245
6246 2009-08-22  Glenn Morris  <rgm@gnu.org>
6247
6248         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6249         goto-line.
6250
6251 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6252
6253         * parse-time.el (parse-time-string-chars): Save match data.
6254
6255 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6256
6257         * parse-time.el (parse-time-string-chars): Compute using character
6258         classes, to handle non-ascii characters (Bug#3190).
6259
6260 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6263
6264         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6265         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6266         (gnus-mm-display-part, gnus-mime-display-single)
6267         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6268         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6269
6270         * gnus-sum.el
6271         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6272         (gnus-summary-move-article): Add expirable mark to articles copied or
6273         moved to group that has auto-expire turned on if the option is non-nil.
6274
6275 2009-07-24  Glenn Morris  <rgm@gnu.org>
6276
6277         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6278         Fix typo.  (Bug#3903)
6279
6280 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6283         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6284         that should not be used for draft articles.
6285         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6286         that has no concern in minor mode keys.
6287         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6288         Abolish.
6289
6290 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6293         article without making inquiry to a user for unknown encoding.
6294
6295         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6296         (nnmaildir--scan): Assume i-node and device number that file-attributes
6297         returns might be cons-cell.
6298
6299         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6300
6301         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6302
6303 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * auth-source.el: Remove docs now in auth.texi.  Don't use
6306         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6307         `auth-source-hide-passwords' and use them.
6308
6309 2009-07-15  Glenn Morris  <rgm@gnu.org>
6310
6311         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6312
6313 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6316         excessive whitespace from the default values of title and description.
6317
6318 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6321         mail-fetch-field to fetch Content-Description header in order to
6322         exclude newlines.
6323
6324 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6325
6326         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6327         format used by GnuPG 2.0.11.
6328
6329 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6332         to deleted part.
6333
6334 2009-05-30  David Engster  <dengste@eml.cc>
6335
6336         * nnmairix.el: Remove old documentation in the commentary block.
6337         (nnmairix-request-group): Do not update active file for nnml back ends.
6338         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6339         end so that overview files are ignored.
6340         (nnmairix-update-groups): Make updating the groups more robust by using
6341         marks.
6342         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6343         with dollar characters in message-id.
6344
6345 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6348         2008-12-25 in dns.el.
6349
6350 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6351
6352         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6353         could happen if the text is only composed of spaces and/or tabs.
6354
6355 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6356
6357         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6358         when sending a queued message to avoid extra mml tags.
6359
6360 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6363
6364 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6367         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6368         rmail-toggle-header for XEmacs;
6369         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6370
6371 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-dired.el: Remove autoload for gnus-setup-message.
6374         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6375         displaying Gnus logo; always use compose-mail.
6376
6377 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6380
6381 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6384         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6385         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6386         available.
6387         (gnus-nocem-epg-verify): New function.
6388
6389 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6392
6393 2009-02-15  Glenn Morris  <rgm@gnu.org>
6394
6395         * gnus-util.el (rmail-insert-rmail-file-header)
6396         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6397         autoloads.
6398         (rmail-default-rmail-file): Remove unnecessary declaration.
6399         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6400
6401 2009-02-14  Glenn Morris  <rgm@gnu.org>
6402
6403         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6404         variable (only used in gnus-util, which declares it anyway).
6405         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6406         which was only needed by gnus-art (changed to not use it any more).
6407         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6408         only used in gnus-util, which autoloads it itself.
6409         (rmail-update-summary): Fix autoload.
6410
6411         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6412         rather than rmail-output-to-rmail-file.
6413
6414 2009-02-07  Glenn Morris  <rgm@gnu.org>
6415
6416         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6417         autoload of function that no longer exists.
6418         (rmail-toggle-header): Declare.
6419         (message-forward-rmail-make-body): Handle mbox Rmail.
6420
6421 2009-01-31  Glenn Morris  <rgm@gnu.org>
6422
6423         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6424         2009-01-09 change.
6425
6426 2009-01-31  Dave Love  <fx@gnu.org>
6427
6428         * imap.el (imap-fetch-safe): Bind debug-on-error.
6429         (imap-debug): Add imap-fetch-safe.
6430
6431 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6432
6433         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6434         (auth-source-forget-all-cached): New convenience function.
6435         (auth-source-user-or-password): Accept list of modes or a single mode.
6436
6437         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6438         auth-source modes.
6439
6440         * netrc.el (netrc-machine-user-or-password): Use list of
6441         auth-source modes.
6442
6443         * nnimap.el (nnimap-open-connection): Use list of
6444         auth-source modes.
6445
6446         * nntp.el (nntp-send-authinfo): Use list of
6447         auth-source modes.
6448
6449 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6452         now.
6453
6454 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6457         coding system in XEmacs; add a workaround for XEmacs.
6458
6459         * lpath.el: Fbind coding-system-aliasee.
6460
6461 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6464         of current-language-environment.
6465
6466 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6469         available at runtime.
6470
6471 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6474
6475 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6476
6477         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6478         the greatest positive fixnum value doesn't work under an XEmacs with
6479         bignum support; use the most-positive-fixnum constant instead,
6480         available since Emacs 21.1 with cl and XEmacs 21.1.
6481
6482 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6485         XEmacs gets not to work.
6486
6487 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * mm-util.el (mm-coding-system-priorities): Allow the value like
6490         "Japanese (UTF-8)" of current-language-environment.
6491
6492 2009-01-09  Glenn Morris  <rgm@gnu.org>
6493
6494         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6495         with last-command-event.
6496
6497 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6500         in the doc string.
6501
6502         * message.el (message-fix-before-sending): Amend comment.
6503
6504 2009-01-08  Dave Love  <fx@gnu.org>
6505
6506         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6507
6508 2009-01-07  David Engster  <dengste@eml.cc>
6509
6510         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6511         simplified server definitions by converting it via
6512         gnus-server-to-method.
6513
6514 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6517         parameter's operands.
6518
6519 2009-01-06  David Engster  <dengste@eml.cc>
6520
6521         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6522         primary select method (for gnus-group-mark-article-as-read).
6523
6524 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6525
6526         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6527         `(gnus)Face', not `(gnus)X-Face'.
6528
6529 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * mm-util.el (mm-ucs-to-char): New function.
6532
6533         * mm-url.el (mm-url-decode-entities): Use it.
6534
6535         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6536         unicode-to-char.
6537
6538 2009-01-05  Dave Love  <fx@gnu.org>
6539
6540         * time-date.el: Require cl for `declare'.
6541
6542 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6543
6544         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6545         Dave Love.
6546
6547 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * message.el (message-fix-before-sending): Add `eight-bit' to
6550         illegible-text check.
6551
6552 2009-01-03  Michael Olson  <mwolson@gnu.org>
6553
6554         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6555         `headers' is nil.  This can occur if the IMAP server does not have
6556         permissions to read messages from a folder, but can write new messages
6557         to the folder.
6558         (nnimap-request-article-part): Do not insert `data' if it is nil.
6559
6560         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6561         characters which will confuse `read', so skip past them.
6562
6563 2009-01-01  Dave Love  <fx@gnu.org>
6564
6565         * imap.el (imap-string-to-integer): Fix typo.
6566         (imap-fetch-safe): New function.
6567         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6568
6569         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6570
6571         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6572         (imap-parse-greeting): Fix doc strings.
6573         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6574         (imap-parse-flag-list): Make messages unique.
6575         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6576
6577         * nnimap.el: Fix author email.
6578         (nnimap-split-rule): Add FIXME comment.
6579         (nnimap-debug): Fix doc string.
6580
6581 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6584
6585 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6588         nslookup if resolv.conf isn't available.
6589         (dns-query): Rename from query-dns.
6590         (dns-query-cached): Rename from query-dns-cached.
6591
6592 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6595         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6596         to check if those variables exist (first appeared in Emacs 18.50).
6597
6598 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * mm-util.el (mm-line-number-at-pos): New function.
6601
6602         * spam-report.el (spam-report-process-queue): Use it.
6603
6604 2008-12-24  David Engster  <dengste@eml.cc>
6605
6606         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6607         parameters that haven't existed as variables as buffer-local variables.
6608
6609 2008-12-23  Dave Love  <fx@gnu.org>
6610
6611         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6612         cadar.
6613
6614         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6615         imap-starttls-p.
6616         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6617
6618 2008-12-22  Dave Love  <fx@gnu.org>
6619
6620         * imap.el: Fix author email.  Doc fixes.
6621         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6622         reply.
6623
6624 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * spam-report.el (spam-report-gmane-max-requests): New constant.
6627         (spam-report-gmane-wait): New variable.
6628         (spam-report-gmane-ham, spam-report-gmane-spam)
6629         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6630         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6631         the server.
6632
6633         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6634         Add explanations.
6635
6636         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6637         nnheader-accept-process-output and nnheader-read-timeout if available.
6638         (pop3-movemail): Use it.
6639
6640         * message.el (message-check-news-body-syntax): Fix signature check if
6641         there's an attachment.
6642
6643 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * mm-util.el: Add comments to the mm- emulating functions.
6646
6647 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6650         Reported by Stephen Berman <stephen.berman@gmx.net>.
6651
6652 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * mm-util.el (mm-substring-no-properties): New function.
6655         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6656         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6657         (mm-string-to-multibyte): Doc fix.
6658
6659         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6660
6661 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * mml.el (mml-attach-file): Strip text properties from file name.
6664         (Bug#1574)
6665
6666 2008-12-16  Glenn Morris  <rgm@gnu.org>
6667
6668         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6669
6670 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6673         knows since the charset specified might be a bogus alias that
6674         mm-charset-synonym-alist provides.
6675
6676 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6679         "ISO_8859-1".
6680
6681         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6682
6683 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * mm-util.el (mm-charset-eval-alist):
6686         Define it before mm-charset-to-coding-system.
6687         (mm-charset-to-coding-system): Add optional argument `silent';
6688         define it before mm-charset-override-alist.
6689         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6690         default value if it can be used in Emacs currently running;
6691         silence mm-charset-to-coding-system.
6692
6693 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6696         `allow-override' which says whether to use `mm-charset-override-alist'.
6697         (rfc2047-decode-encoded-words): Use it.
6698
6699         * mm-util.el (mm-charset-override-alist): Fix custom type;
6700         add `(gb2312 . gbk)' to choices.
6701
6702 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6705         fast.
6706
6707         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6708
6709         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6710
6711 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6712
6713         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6714         on links.
6715
6716         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6717
6718 2008-12-03  Lute Kamstra  <lute@gnu.org>
6719
6720         * sha1.el: Remove leading * from docstrings of defcustoms,
6721         deffaces, defconsts and defuns.
6722
6723 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6726         users' addresses that don't have domain parts.
6727         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6728         rather than message-narrow-to-head since there will be the message
6729         header separator.
6730
6731 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6732
6733         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6734         since the result is inserted in a unibyte buffer anyway.
6735         (nnimap-demule-use-string-to-multibyte): Remove.
6736         (nnimap-demule): Alias it to mm-string-to-multibyte.
6737
6738 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6741         variable for debugging bug#464 and bug#1174.
6742         (nnimap-demule): Use it.
6743
6744 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6747         score calculation correctly.
6748
6749 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6750
6751         * message.el (message-send-mail): Just set the buffer to unibyte
6752         rather than use mm-with-unibyte-current-buffer which does a lot more.
6753         (message-send-mail-partially): Don't bother with
6754         mm-with-unibyte-current-buffer since it's already been made unibyte by
6755         message-send-mail.
6756
6757 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6760
6761 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6764
6765 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6768         require itself and to remove `with-no-warnings'.
6769
6770 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * starttls.el (starttls-any-program-available): Get the name of the
6773         available TLS layer program.
6774         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6775         well as the host name in the "opening" message.
6776
6777         * auth-source.el (auth-source-cache, auth-source-do-cache)
6778         (auth-source-user-or-password): Cache passwords and logins by default,
6779         allow override with `auth-source-do-cache'.
6780         (auth-source-forget-user-or-password): Allow users to remove cache
6781         entries if needed.
6782
6783 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6784
6785         * md4.el (md4-buffer): Fix typo in docstring.
6786         (md4, md4-64): Doc fixes.
6787         (md4-pack-int32): Reflow docstring.
6788
6789 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6792         condition-case to only the forward-sexp call.
6793
6794 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6797         quotes contained.  Make it more robust regardless by an extra
6798         condition-case wrapper.
6799
6800 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6803
6804 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * nnml.el (nnml-request-expire-articles): Check if the function set to
6807         `nnmail-expiry-target' returns the symbol `delete'.
6808
6809         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6810
6811         * nnmail.el (nnmail-expiry-target): Fix custom type.
6812
6813 2008-10-02  Glenn Morris  <rgm@gnu.org>
6814
6815         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6816         Silence compiler warning.
6817
6818 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6819
6820         * tls.el (open-tls-stream): Show the actual command being
6821         executed, instead of the format string.
6822
6823 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * lpath.el: Fbind codepage-setup for Emacs 23.
6826
6827 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6828
6829         * mml.el (mml-menu): Don't assume mml2015 is bound.
6830
6831 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6834         exists.
6835
6836 2008-09-27  Glenn Morris  <rgm@gnu.org>
6837
6838         * gnus-util.el (mail-header-remove-comments): Autoload it.
6839
6840 2008-09-27  Andreas Schwab  <schwab@suse.de>
6841
6842         * gnus-util.el (gnus-split-references): Strip comments.
6843         (gnus-parent-id): Likewise.
6844
6845 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * message.el (message-confirm-send): Fix version.
6848
6849 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * message.el (message-idna-to-ascii-rhs-1): Use
6852         mail-extract-address-components rather than mail-header-parse-addresses
6853         that is an alias by default to ietf-drums-parse-addresses that does not
6854         support non-ASCII names in headers' contents.
6855
6856 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6857
6858         * message.el (message-confirm-send): Fix variable documentation to
6859         avoid the "y/n" wording.
6860
6861 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6862
6863         * message.el (message-set-auto-save-file-name): Save to a different
6864         filename so multiple messages (especially drafts) can be recovered.
6865
6866 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * message.el (message-confirm-send): Add appropriate version.
6869
6870 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6873         defvar.
6874
6875 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6876
6877         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6878         (mm-pkcs7-enveloped-magic): Ditto.
6879
6880 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6881
6882         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6883         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6884
6885 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6888         default, it's better.
6889
6890 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6893         summary line gnus-number property and ignore them (with a warning
6894         message).
6895
6896 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6899         macro caddr in the interactive form since it won't be expanded.
6900
6901 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6904         `charset'; fix name of function called recursively.
6905         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6906
6907 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6910         (gnus-mime-set-charset-parameters): New function.
6911         (gnus-mime-view-part-as-charset): Use it to correctly display part
6912         specifying wrong charset.
6913
6914 2008-09-08  David Engster  <dengste@eml.cc>
6915
6916         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6917         in completing-read for back end server.
6918
6919 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * message.el (message-confirm-send): New variable to confirm sending a
6922         message.
6923         (message-send): Use it.
6924
6925 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6928
6929 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6932
6933 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6936         prevent tracking too many groups.
6937         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6938         Use it.
6939
6940 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6941
6942         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6943         moving point to the bottom of the window in order to avoid recentering.
6944
6945 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6948
6949         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6950         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6951         (gnus-article-beginning-of-window): Fix calculation.
6952
6953 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-msg.el (gnus-summary-supersede-article)
6956         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6957         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6958         message header.
6959
6960 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6961
6962         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6963         pending output coming after the status change.
6964
6965 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6966
6967         * message.el:
6968         * gnus-start.el:
6969         * gnus-registry.el: Remove VMS support.
6970
6971 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6974         macro.
6975         (rfc2104-hash): Use it.
6976
6977 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6980         (gnus-summary-sort-by-most-recent-date): New commands.
6981         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6982         and menu entries.
6983
6984 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6987         don't redisplay article for raw contents; remove plural articles stuff.
6988
6989         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6990         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6991         on gnus-summary-save-article; display results properly.
6992
6993 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * lpath.el: No need to fbind ns-focus-frame.
6996
6997 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7000
7001 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-art.el (gnus-summary-save-in-pipe):
7004         Consider gnus-save-all-headers.
7005
7006 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7007
7008         * gnus-util.el (ns-focus-frame): Remove declaration.
7009         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7010         like x.
7011
7012 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7013
7014         * rfc2104.el (rfc2104-zero): Delete defconst.
7015         (rfc2104-hex-alist): Likewise.
7016         (rfc2104-hex-to-int): Delete func.
7017         (rfc2104-hexstring-to-bitstring): Likewise.
7018         (rfc2104-nybbles): New defconst.
7019         (rfc2104-hash): Rewrite for speed.
7020
7021 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * tls.el (open-tls-stream): Make it work with the 2nd argument
7024         BUFFER that is a string but does not exist as a buffer object, as
7025         mentioned in the doc-string.
7026
7027 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7030         SXEmacs.
7031
7032 2008-07-16  Glenn Morris  <rgm@gnu.org>
7033
7034         * gnus-util.el (ns-focus-frame): Declare for compiler.
7035
7036 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7039         set as a group parameter.
7040         (gnus-summary-save-in-pipe): Work when it is called independently.
7041         (gnus-summary-pipe-to-muttprint): Don't modify
7042         gnus-summary-pipe-output-default-command.
7043
7044 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7045
7046         * message.el (message-send-mail-with-sendmail):
7047         Display the error message.
7048
7049 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-default-article-saver):
7052         Add gnus-summary-save-in-pipe to choices.
7053         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7054         gnus-summary-pipe-output-default-command as the default command.
7055         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7056         instead of gnus-last-shell-command.
7057
7058         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7059         New user option.
7060         (gnus-summary-muttprint-program): Mention the value will be changed.
7061         (gnus-summary-save-article): Force showing of all headers.
7062         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7063
7064 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7065
7066         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7067
7068 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7069
7070         * nnimap.el (nnimap-id):
7071         * sieve-manage.el (sieve-manage-open): Doc fixes.
7072
7073 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7074
7075         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7076         if available.
7077
7078 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7081
7082         * nnkiboze.el (nnkiboze-generate-group):
7083         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7084
7085         * nnmairix.el: Require CL.
7086
7087 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * dgnushack.el: Autoload get-display-table and put-display-table for
7090         XEmacs 21.5.
7091
7092         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7093         21.4 and SXEmacs.
7094
7095 2008-06-15  David Engster  <dengste@eml.cc>
7096
7097         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7098
7099 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7100
7101         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7102         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7103         runtime choice under XEmacs.
7104
7105         * gnus-sum.el (gnus-summary-set-display-table):
7106         Use `gnus-put-display-table', `gnus-get-display-table',
7107         `gnus-set-display-table' for the display table, instead of `aset'.
7108
7109         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7110         Use `gnus-put-display-table', `gnus-get-display-table',
7111         `gnus-set-display-table' for the display table.
7112
7113 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * nnmairix.el: Add autoloads.
7116
7117 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * nnmairix.el (nnmairix-delete-recreate-group)
7120         (nnmairix-update-and-clear-marks): Fix error messages.
7121
7122 2008-06-14  David Engster  <dengste@eml.cc>
7123
7124         * nnmairix.el: Upgrade to version 0.6.
7125         (nnmairix-group-toggle-propmarks-this-group)
7126         (nnmairix-group-toggle-readmarks-this-group)
7127         (nnmairix-group-delete-recreate-this-group)
7128         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7129         (nnmairix-remove-tick-mark-original-article): New commands.
7130         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7131         (nnmairix-propagate-marks-to-nnmairix-groups)
7132         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7133         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7134         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7135         functions needed for marks propagation and manipulation of read marks.
7136         (nnmairix-update-groups): New function.
7137         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7138         (nnmairix-determine-original-group-from-registry)
7139         (nnmairix-determine-original-group-from-path)
7140         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7141         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7142         New helper functions.
7143         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7144         keystrokes for new commands.
7145         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7146         (nnmairix-request-group): Check allow-fast group parameter.
7147         (nnmairix-request-create-group): Set allow-fast group parameter if
7148         nnmairix-allowfast-default is set.
7149         (nnmairix-close-group): Propagate marks upon closing if needed.
7150         (nnmairix-group-toggle-threads-this-group): Use new.
7151         nnmairix-group-toggle-parameter helper function.
7152         (nnmairix-search): Better check for empty search result.
7153         (nnmairix-goto-original-article): Use new helper functions for
7154         determining original article.
7155         (nnmairix-show-original-article): Make sure message-id is in brackets.
7156         (nnmairix-call-mairix-binary): Change variable name.
7157         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7158         helper function.
7159         (nnmairix-widget-toggle-activate): Fix doc string.
7160
7161 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * nnir.el: Require edmacro when compiling with XEmacs.
7164         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7165         available in Emacs 21.
7166
7167 2008-06-11  Glenn Morris  <rgm@gnu.org>
7168
7169         * gnus-util.el (x-focus-frame):
7170         * gnus.el (image-size):
7171         * mm-decode.el (image-size): Declare.
7172
7173         * gnus-picon.el (declare-function): Add compat definition.
7174         (image-size): Declare.
7175
7176         * gnus-group.el (tool-bar-map):
7177         * gnus-sum.el (tool-bar-map): Define for compiler.
7178
7179         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7180
7181         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7182
7183         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7184         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7185         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7186         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7187         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7188         * sieve-manage.el, spam-report.el, spam.el:
7189         Remove unnecessary eval-and-compile of autoloads.
7190
7191 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7192
7193         * auth-source.el: Precise Tramp doc.
7194
7195 2008-06-07  Glenn Morris  <rgm@gnu.org>
7196
7197         * nnmairix.el: Remove unnecessary eval-when-compile.
7198
7199 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * lpath.el: Fbind propertize for XEmacs 21.4.
7202
7203 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * nnir.el: Move here from ../contrib.
7206
7207 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7208
7209         * gnus-util.el (gnus-read-shell-command): New function.
7210         * mm-decode.el (mm-pipe-part):
7211         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7212
7213 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7216
7217 2008-06-03  Glenn Morris  <rgm@gnu.org>
7218
7219         * pop3.el (nnheader-accept-process-output): Autoload it.
7220
7221 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7224         are not 2-digit hexadecimal characters that follow `%'s.
7225
7226 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * message.el (message-bogus-recipient-p): Fix type in doc string.
7229         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7230         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7231         Improve custom options.
7232         (message-bogus-recipient-p): Adjust accordingly.
7233
7234 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7235
7236         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7237         long-form month and day names.
7238
7239 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * dgnushack.el: Autoload debug, eudc-expand-inline and
7242         pgg-snarf-keys-region for XEmacs.
7243
7244         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7245
7246         * nnmairix.el: Require edmacro when compiling with XEmacs.
7247
7248 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7251         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7252
7253 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7254
7255         * auth-source.el: Add more docs.
7256
7257         * netrc.el (netrc-machine): Always match if the port is not given.
7258
7259 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260
7261         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7262         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7263         retrieval faster in some cases, but might make CPU usage larger.
7264         If this has any bad side effects, we might revert this change.
7265
7266         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7267         seems to make mail retrieval much, much faster.
7268         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7269         unconditionally.
7270
7271         * gnus-draft.el (gnus-group-send-queue):
7272         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7273
7274 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7277
7278         * message.el (message-bogus-address-regexp): Fix and improve custom
7279         type.
7280         (message-setup-hook): Add message-check-recipients as custom option.
7281
7282 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * message.el (message-cite-function): Remove bogus autoload which crept
7285         in during merge from v5-10.
7286
7287 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7290
7291         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7292
7293         * auth-source.el: Preliminary Tramp docs.
7294         (auth-sources): Change the default auth-sources to use
7295         EPA .gpg files.
7296
7297 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * nntp.el: Autoload `auth-source-user-or-password'.
7300         (nntp-send-authinfo): Use it.
7301
7302         * nnimap.el: Autoload `auth-source-user-or-password'.
7303         (nnimap-open-connection): Use it.
7304
7305         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7306         for the gnus-message function.
7307         (auth-source-user-or-password): Use it.
7308
7309 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7310
7311         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7312         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7313         (rfc2104-hash): Use it.
7314
7315 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7316
7317         * gnus-art.el (gnus-article-toggle-truncate-lines):
7318         Don't use `iff' in docstring.
7319
7320 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7321
7322         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7323
7324         * gnus-util.el (gnus-extract-address-component-name)
7325         (gnus-extract-address-component-email): Convenience functions around
7326         `gnus-extract-address-components'.
7327
7328         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7329         Use `gnus-extract-address-component-email' to fix bug of comparing full
7330         sender name to `user-mail-address'.
7331
7332 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7335         catch/throw to optimize.
7336         (gnus-registry-find-keywords): Just use member to find a keyword.
7337
7338 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7339
7340         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7341         is current before calling gnus-server-prepare.
7342         (gnus-server-setup-buffer, gnus-server-update-server)
7343         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7344
7345 2008-05-04  Juri Linkov  <juri@jurta.org>
7346
7347         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7348         (mailcap-file-default-commands): Use mailcap-replace-in-string
7349         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7350         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7351
7352 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7353
7354         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7355
7356 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7357
7358         * gnus.el: Bump version to 0.11.
7359
7360 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7361
7362         * gnus.el: No Gnus v0.10 is released.
7363
7364 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7367         hooks.
7368         (gnus-update-read-articles): Speed up non-marks-using users.
7369         (gnus-use-marks): Define gnus-use-marks.
7370         (gnus-propagate-marks): Rename variable to something more sensible.
7371
7372 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7373
7374         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7375         (gmm-image-load-path-for-library): Fix typos in docstrings.
7376         (gmm-message): Reflow docstring.
7377
7378 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * mail-source.el (mail-source-set-1, mail-source-bind):
7381         Move auth-source code out of the macro to clean it up and fix bugs.
7382
7383 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7386         by sender if it's equal to user-mail-address, it's likely to be
7387         useless.
7388
7389         * mail-source.el (mail-source-bind): Don't use user or password if they
7390         are not bound.  Unintern them if they are nil.  Don't use server unless
7391         it's bound, and default it to empty string otherwise.
7392
7393 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7394
7395         * mail-source.el: Load auth-source.el.
7396         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7397         get user name or password, if auth-sources is set up.
7398
7399         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7400         strategy of splitting with parent.
7401         (gnus-registry-split-fancy-with-parent)
7402         (gnus-registry-post-process-groups): Use it and fix prior
7403         bug (returning a list as the split result).
7404
7405         * auth-source.el (auth-sources): Remove server parameter.
7406         (auth-source-pick, auth-source-user-or-password)
7407         (auth-source-user-or-password-imap)
7408         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7409         (auth-source-user-or-password-sftp)
7410         (auth-source-user-or-password-smtp): Remove server parameter.
7411
7412 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7413
7414         * smime.el (smime-sign-region, smime-encrypt-region)
7415         (smime-decrypt-region):
7416         Remove redundant calls to `generate-new-buffer-name'.
7417
7418 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7419
7420         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7421         Don't use QP for message/rfc822.
7422         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7423
7424 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7425
7426         * sieve-manage.el (sieve-string-bytes): Remove.
7427         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7428         correct byte-length only if the process's coding-system is the same as
7429         the one used internally by Emacs to represent strings.
7430
7431 2008-04-22  Juri Linkov  <juri@jurta.org>
7432
7433         * mailcap.el (mailcap-file-default-commands): New function.
7434
7435 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * message.el (message-signature-separator, message-cite-function):
7438         Change custom version.
7439
7440 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7441
7442         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7443         commands.
7444         (tls-checktrust): Ditto.
7445
7446 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * mm-decode.el (mm-display-external): Make temp file read-only.
7449
7450 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7453         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7454         `C-c C-f d'.
7455
7456 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7457
7458         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7459
7460 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gnus.el: Bump version to 0.9.
7463
7464 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus.el: No Gnus v0.8 is released.
7467
7468 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7469
7470         * mail-source.el (mail-source-value):
7471         Prefer fboundp to functionp so it works with macros as well.
7472
7473 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7474
7475         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7476         Fix last change in case the element is not even a symbol.
7477
7478 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7479
7480         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7481         Prefer fboundp to functionp so it works with macros as well.
7482
7483 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7484
7485         * auth-source.el: Add docs.
7486         (auth-sources): Modify format to support server.
7487         (auth-source-pick, auth-source-user-or-password)
7488         (auth-source-user-or-password-imap)
7489         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7490         (auth-source-user-or-password-sftp)
7491         (auth-source-user-or-password-smtp): Add server parameter.
7492
7493 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7494
7495         * gnus-registry.el: Initialize the registry when gnus-registry-install
7496         is t.
7497
7498 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * compface.el (uncompface): Make buffer unibyte.
7501
7502 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7503
7504         * mail-source.el (mail-source-value):
7505         Prefer fboundp to functionp so it works with macros as well.
7506
7507 2008-04-05  Glenn Morris  <rgm@gnu.org>
7508
7509         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7510
7511 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7512
7513         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7514         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7515
7516         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7517         multibyteness after rather than before erasing it.
7518
7519         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7520         mm-with-multibyte.
7521         (gnus-request-article-this-buffer): Make sure the proper decoding is
7522         used if gnus-original-article-buffer happens to be unibyte.
7523
7524         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7525         default-enable-multibyte-characters.
7526
7527         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7528         default-enable-multibyte-characters.
7529
7530         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7531
7532         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7533
7534 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7535
7536         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7537         Fix last change in case the element is not even a symbol.
7538
7539 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7540
7541         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7542         (imap-message-copyuid-1): Use it.
7543         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7544         J. Williams in
7545         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7546
7547         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7548         imap-enable-exchange-bug-workaround.
7549         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7550
7551 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7552
7553         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7554         a 100 byte status-checks into a 2-3MB transfer for each group.
7555         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7556         to enable bug workaround or not.
7557         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7558
7559 2008-03-31  Glenn Morris  <rgm@gnu.org>
7560
7561         * message.el (mml2015-use): Declare for compiler.
7562         (message-info): Require mml2015 when appropriate.
7563
7564 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7567         whitespace.
7568
7569 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7570
7571         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7572         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7573         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7574         (nntp-service-to-port): New function.
7575         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7576         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7577         (nntp-open-netcat-stream): New function.
7578         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7579
7580 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7581
7582         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7583
7584 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7585
7586         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7587
7588 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7589
7590         * dns.el (dns-write): Use set-buffer-multibyte.
7591
7592 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7593
7594         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7595
7596 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * message.el (message-signature-separator): Change default.
7599         Improve custom type.
7600         (message-cite-function): Change default to
7601         message-cite-original-without-signature.
7602
7603         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7604         toggle.
7605
7606         * message.el (message-check-news-body-syntax): Fix signature check.
7607         (message-setup-1): Mark buffer as unmodified _after_ running
7608         message-setup-hook and handling message-alternative-emails.
7609         (message-shorten-references): Be more strict when building list of
7610         valid references to comply with GNKSA.
7611
7612         * gnus-group.el (gnus-read-ephemeral-bug-group)
7613         (gnus-read-ephemeral-debian-bug-group)
7614         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7615
7616         * message.el (message-info): Don't use booleanp which isn't supported
7617         in Emacs 21 and XEmacs.
7618
7619 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7622         gnus-group-gmane-group-download-format.
7623         (gnus-group-read-ephemeral-gmane-group): Rename from
7624         gnus-group-read-ephemeral-gmane-group.
7625         (gnus-read-ephemeral-gmane-group-url): Rename from
7626         gnus-group-read-ephemeral-gmane-group-url.
7627         (gnus-bug-group-download-format-alist): New variable.
7628         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7629         (gnus-read-ephemeral-emacs-bug-group): New commands.
7630
7631 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7634         (gnus-visible-headers): Improve custom type.
7635
7636 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7637
7638         * mml.el (mml-menu): Add workarounds for XEmacs.
7639
7640         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7641         X-Boundary header.
7642
7643         * message.el (message-simplify-recipients): Fix previous commit.
7644
7645 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7646
7647         * mm-util.el (mm-set-buffer-multibyte): New function.
7648         * mm-decode.el (mm-copy-to-buffer): Use it.
7649
7650         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7651         Prefer fboundp to functionp so it works with macros as well.
7652
7653 2008-03-19  Glenn Morris  <rgm@gnu.org>
7654
7655         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7656         Accidentally removed in the sync process with Emacs.
7657
7658 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * message.el (message-alter-recipients-discard-bogus-full-name):
7661         New function.
7662         (message-alter-recipients-function): New variable.
7663         (message-get-reply-headers): Use it.
7664         (message-replace-header): New helper function.
7665         (message-recipients-without-full-name): New variable.
7666         (message-simplify-recipients): New command.
7667
7668         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7669
7670         * message.el (message-info): Handle EasyPG manual.
7671
7672         * mml.el (mml-menu): Add entry for EasyPG.
7673
7674 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7675
7676         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7677         parameter.
7678
7679         * message.el (message-disassociate-draft): Specify drafts group name
7680         fully.
7681
7682 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7683
7684         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7685         Eliminate unnecessary duplicates from the match list.
7686
7687 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7690
7691         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7692
7693         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7694         args of `how-many' of which the XEmacs version doesn't take; declare
7695         Info-index-next as function.
7696
7697 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * gnus-score.el (gnus-score-headers): Fix handling of
7700         gnus-inhibit-slow-scoring.
7701
7702         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7703         string.
7704         (gnus-button-url-regexp): Improve handling of parenthesis.
7705         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7706         (gnus-button-handle-info-keystrokes): Handle index entries.
7707
7708 2008-03-15  Glenn Morris  <rgm@gnu.org>
7709
7710         * parse-time.el (parse-time-string): Simplify.
7711
7712 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7715         Incoming* files.
7716
7717 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * auth-source.el (auth-sources): Rename from auth-source-choices.
7720         (auth-source-pick): Use it.
7721
7722 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * binhex.el (binhex-decode-region-internal):
7725         * uudecode.el (uudecode-decode-region-internal):
7726         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7727         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7728         setting default-enable-multibyte-characters.
7729
7730 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7731
7732         * auth-source.el (auth-source-protocols)
7733         (auth-source-protocols-customize, auth-source-choices): Add and
7734         modified variable customizations and defaults.
7735         (auth-source-pick, auth-source-user-or-password)
7736         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7737         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7738         (auth-source-user-or-password-sftp)
7739         (auth-source-user-or-password-smtp): Use new variables and provide an
7740         interface to netrc.el.
7741
7742 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7745         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7746         Make sure the nntp port to specify is a string.
7747
7748 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7749
7750         * nntp.el: Use with-current-buffer.
7751         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7752         dubious mm-with-unibyte-current-buffer.
7753         (nntp-with-open-group-function): New function extracted from
7754         nntp-with-open-group macro.
7755         (nntp-with-open-group): Use the function, so it's easier to debug.
7756         Add indentation and debugging info.
7757         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7758         Recommend the use of the netcat alternatives.
7759
7760         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7761         Avoid mm-string-as-multibyte as well.
7762
7763         * nnweb.el (nnweb-insert-html):
7764         Remove use of nnheader-string-as-multibyte.
7765
7766         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7767         (nnheader-string-as-multibyte): Remove.
7768
7769         * mm-view.el: Use inhibit-read-only.
7770         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7771         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7772         or unibyte-string.
7773
7774         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7775         (mm-uu-yenc-extract): Use with-current-buffer.
7776
7777         * gnus-soup.el (gnus-soup-send-packet): Don't use
7778         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7779
7780         * nnmh.el: Use with-current-buffer.
7781         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7782         mm-string-as-multibyte on the output of mm-encode-coding-string.
7783
7784         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7785         (nnimap-request-move-article): Use with-current-buffer.
7786
7787         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7788         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7789         conversion uses string-make-unibyte rather than string-as-unibyte.
7790
7791         * gnus-msg.el: Use with-current-buffer.
7792
7793         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7794
7795 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7796
7797         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7798         string for caching if it is 'PIN.
7799
7800 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * lpath.el: Consider the case without Emacs/W3.
7803
7804 2008-03-08  Glenn Morris  <rgm@gnu.org>
7805
7806         * time-date.el (date-to-time, time-subtract, time-add)
7807         (safe-date-to-time): Doc fixes.
7808
7809 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * mail-source.el (mail-source-delete-old-incoming-confirm):
7812         Change default to nil.
7813         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7814
7815 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * lpath.el: Rearrange.
7818
7819         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7820         (gnus-article-goto-prev-page): Work for articles having ^L's.
7821
7822         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7823
7824         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7825
7826 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7827
7828         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7829         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7830         (gnus-bookmark-jump): Adjust some variable names.
7831
7832 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7833
7834         * auth-source.el: New package.
7835         (auth-source-choices): Add customization entry point variable.
7836
7837         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7838         bug.
7839
7840 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7843         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7844         (gnus-registry-install-shortcuts): Rename from
7845         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7846         the `gnus-registry-mark-map' keymap dynamically from
7847         `gnus-registry-marks'.  The generated functions update the summary line
7848         when a registry mark is added or deleted, and will call
7849         `gnus-registry-install-p' (see the comments in the code).
7850         (gnus-registry-user-format-function-M): Use concat intelligently.
7851
7852         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7853         the registry mark functions.
7854
7855 2008-03-05  Glenn Morris  <rgm@gnu.org>
7856
7857         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7858         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7859         gnus-art.
7860         (top-level): No need to load own source when compiling.
7861
7862 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7865         Suggested by <chris.anderton@zetnet.co.uk>.
7866
7867 2008-03-04  Glenn Morris  <rgm@gnu.org>
7868
7869         * gnus-sum.el (top-level): No need to require gnus when compiling,
7870         since unconditionally required near start of file.
7871         (gnus-summary-display-while-building): Move definition before use.
7872
7873 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         * gnus-registry.el (gnus-registry-user-format-function-M):
7876         Add formatting function.
7877
7878 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7881         with plists.
7882         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7883         Use new format.
7884
7885 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7888         `where-is-internal' that returns a range of key sequences.
7889
7890 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7891
7892         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7893
7894         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7895         (gnus-summary-jump-to-group): Consider windows on other displayed
7896         frames as well.  Similar changes might be needed elsewhere, but that's
7897         the one I've bumped into during my use.
7898
7899         * nndoc.el (nndoc-oe-dbx-type-p):
7900         * gnus-msg.el (gnus-debug):
7901         * gnus-group.el (gnus-update-group-mark-positions):
7902         Use mm-string-to-multibyte.
7903
7904 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7907         doesn't handle NotDashEscaped.
7908
7909         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7910         (mml-dnd-attach-options): Fix typo in custom choice.
7911
7912         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7913         Change nndoc-article-type to mbox.
7914         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7915
7916         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7917         to nil, instead of html2text.
7918
7919         * imap.el (imap-debug): Add `imap-ping-server'.
7920
7921         * gnus-bookmark.el: Add FIXMEs.
7922
7923         * message.el (message-form-letter-separator)
7924         (message-send-form-letter-delay): New variables.
7925         (message-send-form-letter): Use them.  New command to send form
7926         letters.  Requested by Uwe Siart.
7927         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7928
7929 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * Update copyright years.
7932
7933 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         Sync from EMACS_22_BASE.
7936
7937         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7938
7939 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7940
7941         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7942         empty author.
7943
7944 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7945
7946         * gnus-registry.el (gnus-registry-marks): Add variable for
7947         customization of marks and their appearance.
7948         (gnus-registry-read-mark): Use it.
7949         (gnus-registry-do-marks): Add utility function to loop through
7950         `gnus-registry-marks'.
7951         (gnus-registry-install-shortcuts-and-menus): Add function to install
7952         shortcuts and menus.
7953         (gnus-registry-initialize): Use it.
7954         (gnus-registry-default-mark): Clarify documentation.
7955
7956 2008-02-29  Glenn Morris  <rgm@gnu.org>
7957
7958         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7959         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7960         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7961         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7962         Change defcustom :version from 23.0 to 23.1.
7963
7964 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         * gnus-registry.el (gnus-registry-follow-group-p)
7967         (gnus-registry-post-process-groups): Add functions to aid registry
7968         splitting and improve logging.  Clarify behavior in function
7969         documentation.
7970         (gnus-registry-split-fancy-with-parent): Use them.
7971
7972 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7973
7974         * gnus-art.el: Use with-current-buffer.
7975
7976 2008-02-27  David Engster  <dengste@eml.cc>
7977
7978         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7979         Express real group name in the response.
7980
7981 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7984         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7985         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7986         autoload gnus-registry-fetch-group when compiling.
7987         (nnmairix-request-group-with-article-number-correction):
7988         Remove unreferenced argument passed to nnmairix-call-backend.
7989
7990 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7993         (mm-uu-extract): Improve face for low color ttys.
7994         Reported by Sascha Wilde.
7995
7996 2008-02-27  Glenn Morris  <rgm@gnu.org>
7997
7998         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7999         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8000         variables to defconsts.  Convert comments to doc-strings.
8001         (nnmairix-last-server, nnmairix-current-server): Convert from free
8002         variables to defvars.  Convert comments to doc-strings.
8003         (gnus-registry-fetch-group): Autoload.
8004         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8005         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8006         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8007         caddr.
8008         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8009         nnmairix-request-group-with-article-number-correction call.
8010         (nnmairix-fast, nnmairix-group): New, less general names, for free
8011         variables passed from nnmairix-request-group to
8012         nnmairix-request-group-with-article-number-correction.  Declare.
8013         (nnmairix-request-group-with-article-number-correction):
8014         Use nnmairix-fast, nnmairix-group rather than fast, group.
8015
8016 2008-02-26  David Engster  <dengste@eml.cc>
8017
8018         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8019         version 0.5.
8020
8021 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8024         instead of making an extra function call.  Don't add the current group
8025         to articles only when they have the group.  Use
8026         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8027         Reported by David <de_bb@arcor.de>.
8028
8029 2008-02-24  Miles Bader  <miles@gnu.org>
8030
8031         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8032         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8033         (mm-find-mime-charset-region):
8034         * mm-bodies.el (mm-encode-body):
8035         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8036
8037 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8040         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8041
8042 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * mail-source.el (mail-source-delete-incoming): Change default.
8045         Supplement doc string.
8046
8047         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8048
8049 2008-02-14  Glenn Morris  <rgm@gnu.org>
8050
8051         * time-date.el (format-seconds): New function.
8052
8053 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * nnmail.el (nnmail-message-id-cache-file): Derive from
8056         `gnus-home-directory'.
8057
8058 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8061         Document negative prefix.
8062
8063         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8064
8065 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * message.el (message-unsent-separator): Add the Exim bounce
8068         separator.
8069
8070 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8071
8072         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8073         list.
8074         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8075         recipient/signer list.
8076
8077 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * Makefile.in (datarootdir): Define.
8080         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8081         name that might contain whitespace.
8082
8083 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8086         fbound (Emacs 23 unicode), signal an error.
8087
8088 2008-02-08  Glenn Morris  <rgm@gnu.org>
8089
8090         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8091
8092 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8093
8094         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8095         ports to the calls to `netrc-machine-user-or-password' in addition to
8096         "imap" and "imaps".
8097
8098 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8099
8100         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8101
8102         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8103
8104 2008-02-01  Kenichi Handa  <handa@m17n.org>
8105
8106         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8107         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8108         (rfc2104-hash): Convert the result of concat to unibyte string.
8109
8110 2008-02-01  Dave Love  <fx@gnu.org>
8111
8112         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8113         coding-system-for-read.
8114         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8115
8116 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8119         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8120         <hanche@math.ntnu.no>.
8121
8122 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8125
8126         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8127
8128 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8129
8130         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8131         * message.el (message-beginning-of-line): Use featurep instead of bound
8132         tests in order to resolve conditionals at compile time.
8133
8134 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8135
8136         * mail-source.el (mail-sources): Add `group' choice.
8137
8138         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8139         parameter `in-group' to control into which group the articles go.
8140         Add treatment of `group' mail-source.
8141
8142 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8145
8146         * mm-decode.el (mm-dissect-buffer): Decode description.
8147
8148         * mml.el (mml-to-mime): Encode message header first.
8149
8150 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8153         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8154
8155         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8156         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8157
8158 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8159
8160         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8161
8162 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8165         prefix keys.
8166         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8167         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8168         gnus-xmas.el.
8169
8170         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8171         (gnus-xmas-article-describe-bindings): New function.
8172         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8173         gnus-xmas-article-describe-bindings.
8174
8175         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8176
8177 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8180         Add new variables for article mark management.
8181         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8182         list of extra data entries which, when present, will indicate that the
8183         article ID should not be trimmed from the registry.
8184         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8185         functions.
8186         (gnus-registry-read-mark): New function to read a mark name from the
8187         user.
8188         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8189         (gnus-registry-set-article-mark-internal): New functions to add and
8190         remove marks.
8191         (gnus-registry-get-article-marks): New function to show the marks for
8192         an article, or retrieve them for further use.
8193
8194 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8197         keys when no argument is given.
8198
8199 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * imap.el (imap-ping-server): New variable.
8202         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8203         (imap-ping-server): Minor doc string fixes.
8204
8205 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8206
8207         * imap.el (imap-ping-server): New function.
8208         (imap-opened): Call imap-ping-server.
8209
8210 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * gnus-sum.el (gnus-article-sort-by-random)
8213         (gnus-thread-sort-by-random): Fix doc strings.
8214         Reported by jidanni@jidanni.org.
8215
8216 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-art.el (gnus-article-describe-bindings): New function.
8219         (gnus-article-read-summary-keys): Use it.
8220         (gnus-article-mode-map): Bind `C-h b' to it.
8221
8222 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8225         XEmacs.
8226         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8227         Protect against non-character events.
8228
8229         * lpath.el: Fbind map-keymap for Emacs 21.
8230
8231 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8234         New command.
8235         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8236         instead of END.  Change name of the temp file.
8237         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8238         customizable.
8239
8240 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8243         bind `S W' to gnus-article-wide-reply-with-original; set default
8244         binding to gnus-article-read-summary-send-keys.
8245         (gnus-article-read-summary-keys): Fix the order of keys; display
8246         continuation keys correctly in the echo area; describe bindings
8247         correctly when keys end with `C-h'.
8248         (gnus-article-read-summary-send-keys): New function.
8249         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8250         Work for gnus-article-read-summary-send-keys; display continuation keys
8251         correctly in the echo area.
8252         (gnus-article-reply-with-original): Ignore prefix argument.
8253         (gnus-article-wide-reply-with-original): New function.
8254
8255         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8256         Emacs 21.
8257
8258 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8261         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8262
8263 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8266         (gnus-group-read-ephemeral-gmane-group): New command.
8267
8268 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8269
8270         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8271
8272 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * message.el (message-send-mail-function): Increase custom version.
8275
8276         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8277         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8278
8279 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8282         for the cases where imap-authenticate is called with a nil buffer
8283         parameter.
8284
8285 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8288         html parts correctly; support forwarded messages.
8289         (gnus-article-browse-html-article): Remove work buffers.
8290
8291         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8292         compiling.
8293         (netrc-bound-and-true-p): New macro.
8294         (netrc-parse): Use it instead of bound-and-true-p that is not available
8295         in XEmacs 21.4.
8296
8297 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8298
8299         * gnus-registry.el (gnus-registry-mark-article)
8300         (gnus-registry-article-marks): Add functionality to mark articles
8301         through the Gnus registry.
8302
8303         * encrypt.el: Clarify documentation for the new pgg method.
8304         (encrypt-file-alist): Add PGG option.
8305         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8306         functionality.  Abstract password key and messaging to external
8307         functions.
8308         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8309         (encrypt-message-method-and-cipher): Add new convenience external
8310         functions.
8311         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8312         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8313
8314         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8315         (netrc-parse): Use encrypt-file-alist to determine if
8316         encrypt-find-model or encrypt-insert-file-contents should be used.
8317
8318         * encrypt.el: Clarify documentation.  Load password-cache or
8319         password, whichever one is found first, instead of autoloading.
8320
8321 2007-12-19  Glenn Morris  <rgm@gnu.org>
8322
8323         * mml.el (message-options-set, message-narrow-to-head)
8324         (message-in-body-p, message-mail-p, message-encode-message-body):
8325         Autoload.
8326         (message-remove-header, message-narrow-to-headers-or-head)
8327         (message-subscribed-p, message-make-mail-followup-to)
8328         (message-position-on-field, message-news-p)
8329         (message-options-set-recipient, message-generate-headers)
8330         (message-sort-headers): Declare as functions.
8331
8332 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8335         convention in doc string.
8336
8337 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8340         title to html parts.
8341         (gnus-article-browse-html-article): Pass message header to it.
8342
8343         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8344
8345 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8348         or password compatible with XEmacs.
8349
8350 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8353         format document.
8354         (gnus-mime-delete-part): Don't write description line if empty.
8355         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8356
8357 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8358
8359         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8360         (gnus-summary-mark-read-and-unread-as-read)
8361         (gnus-summary-mark-current-read-and-unread-as-read)
8362         (gnus-summary-mark-unread-as-ticked): Doc fix.
8363         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8364
8365 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8368         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8369
8370 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8373         yes-or-no-p.
8374
8375 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * mm-decode.el (mm-add-meta-html-tag): New function.
8378         (mm-save-part-to-file, mm-pipe-part): Use it.
8379
8380         * gnus-art.el (gnus-article-browse-delete-temp-files):
8381         Use gnus-y-or-n-p instead of y-or-n-p.
8382         (gnus-article-browse-html-parts): Work with message/external-body; use
8383         mm-add-meta-html-tag.
8384
8385 2007-12-11  Glenn Morris  <rgm@gnu.org>
8386
8387         * gnus-cache.el: Require gnus-sum not just when compiling.
8388
8389         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8390
8391         * gnus-int.el (gnus-server-opened, gnus-status-message):
8392         Move definitions before use.
8393
8394         * mm-decode.el: Require gnus-util.
8395         (mm-remove-part): Only call delete-annotation on XEmacs.
8396
8397         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8398
8399         * nnmail.el: Require gnus-int.
8400
8401         * spam.el: Move `require's before `eval-when-compile's.
8402
8403         * gnus-ems.el (gnus-alive-p):
8404         * gnus-fun.el (message-goto-eoh):
8405         * gnus-util.el (gnus-group-name-decode):
8406         * mail-source.el (gnus-compress-sequence):
8407         * message.el (Info-goto-node, format-spec):
8408         * mm-bodies.el (message-options-get):
8409         * mm-decode.el (mm-view-pkcs7):
8410         * mm-util.el (gmm-write-region):
8411         * mml-smime.el (mml-compute-boundary)
8412         (gnus-completing-read-with-default):
8413         * mml.el (widget-button-press, gnus-make-hashtable):
8414         * mml1991.el (mm-decode-content-transfer-encoding)
8415         (mm-encode-content-transfer-encoding)
8416         (message-options-get, message-options-set):
8417         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8418         * nnfolder.el (gnus-request-group):
8419         * nnheader.el (ietf-drums-unfold-fws):
8420         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8421         * smime.el (gnus-run-mode-hooks):
8422         * spam-stat.el (gnus-message): Autoload.
8423
8424         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8425         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8426         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8427         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8428         Add declare-function compatibility definition.
8429
8430         * gnus-cache.el (nnvirtual-find-group-art):
8431         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8432         (gnus-add-image, gnus-add-wash-type):
8433         * gnus-group.el (nnkiboze-score-file):
8434         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8435         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8436         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8437         (message-tokenize-header, gnus-get-buffer-create)
8438         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8439         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8440         * gnus.el (gnus-group-decoded-name):
8441         * mail-source.el (imap-capability):
8442         * mm-bodies.el (message-options-set):
8443         * mm-decode.el (gnus-configure-windows):
8444         * mm-extern.el (message-goto-body):
8445         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8446         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8447         (epg-sub-key-validity, message-options-set):
8448         * mml.el (widget-event-point, gnus-configure-windows):
8449         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8450         * mml2015.el (epg-check-configuration, epg-configuration)
8451         (message-options-set):
8452         * nndb.el (nndb-request-article):
8453         * nnfolder.el (gnus-request-create-group):
8454         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8455         * nnmaildir.el (gnus-group-mark-article-read):
8456         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8457         * rfc1843.el (message-fetch-field):
8458         * spam.el (gnus-extract-address-components):
8459         Declare as functions.
8460
8461 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8464
8465         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8466
8467         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8468         bind show-trailing-whitespace for XEmacs.
8469
8470 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8473         new no-op macro for backward compatibility.
8474
8475         * imap.el (imap-string-to-integer): New function.
8476
8477 2007-12-09  Glenn Morris  <rgm@gnu.org>
8478
8479         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8480
8481         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8482         * message.el, mm-view.el, sieve-manage.el, smime.el:
8483         Add declare-function compatibility definition.
8484
8485         * gnus-art.el (w3-region, w3m-region, Info-menu):
8486         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8487         * gnus-sum.el (gnus-get-predicate):
8488         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8489         * message.el (mail-abbrev-in-expansion-header-p):
8490         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8491         (w3m-detect-meta-charset, w3m-region):
8492         * sieve-manage.el (password-read, password-cache-add)
8493         (password-cache-remove):
8494         * smime.el (password-read-and-add): Declare as functions.
8495
8496 2007-12-08  David Kastrup  <dak@gnu.org>
8497
8498         * gnus-sum.el (gnus-summary-simplify-subject-query):
8499         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8500         `message'.
8501
8502 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8505         it to bind idna-program, installation-directory, defined-colors, and
8506         face-attribute for XEmacs of the version that compiles defcustom forms.
8507
8508 2007-12-07  Glenn Morris  <rgm@gnu.org>
8509
8510         * gnus-art.el (article-make-date-line): Revert previous change.
8511
8512 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8515
8516 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8517
8518         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8519         Call gnus-add-to-range ranges only once with a prepared article-list.
8520
8521 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8522
8523         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8524         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8525         group names with backslashes.
8526         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8527
8528 2007-12-06  Deepak Goel  <deego3@gmail.com>
8529
8530         * gnus-art.el (article-make-date-line):
8531         * gnus-start.el (gnus-load):
8532         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8533
8534 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-art.el (gnus-use-idna)
8537         * gnus-start.el (gnus-site-init-file)
8538         * message.el (message-use-idna)
8539         * mm-uu.el (mm-uu-hide-markers)
8540         * smiley.el (smiley-style): Revert changes that suppress warnings.
8541
8542 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8545         specify charset to html source.
8546         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8547
8548 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8551         idna-program in order to suppress byte compile warning issued by XEmacs
8552         that came to byte compile the default value section of defcustom forms
8553         recently.
8554
8555         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8556         value of installation-directory.
8557
8558         * message.el (message-use-idna): Don't directly refer to the value of
8559         idna-program.
8560
8561         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8562
8563         * smiley.el (smiley-style): Don't directly call face-attribute.
8564
8565 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8568
8569         * gnus-dired.el: Reduce Gnus dependencies.
8570         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8571         Don't require.  Use autoloads instead.
8572         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8573         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8574         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8575         (gnus-dired-mode): Adjust doc string.
8576         (gnus-dired-mail-mode): New variable.
8577         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8578         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8579         (gnus-dired-mail-buffers): New function.  Return mail or message
8580         composition buffers.
8581         (gnus-dired-attach): Use it.
8582         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8583         NO-DECODE.
8584         (gnus-dired-print): Use `gnus-print-buffer' depending on
8585         `gnus-dired-mail-mode'.
8586
8587 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * rfc2047.el (rfc2047-encoded-word-regexp)
8590         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8591         explaining what regexp patterns are for.
8592
8593 2007-12-04  Glenn Morris  <rgm@gnu.org>
8594
8595         * password.el: Move to password-cache.el.
8596
8597         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8598         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8599         * mml-smime.el (password-read, password-cache-add)
8600         (password-cache-remove):
8601         No need to autoload, since mml-sec requires password.
8602
8603         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8604         * message.el (gnus-extract-address-components):
8605         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8606
8607         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8608         password.
8609
8610 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * mailcap.el: Reduce dependencies.
8613         (mail-header-parse-content-type): Autoload.
8614         (mailcap-delete-duplicates): New alias.
8615         (mailcap-mime-info): Add optional argument NO-DECODE.
8616         (mailcap-mime-types): Use mailcap-delete-duplicates.
8617
8618         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8619
8620 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8621
8622         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8623         (imap-parse-status): Upcase status-att for servers that sends them
8624         lower-case (e.g., MS Exchange 2007).
8625
8626 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8629         function.
8630
8631         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8632         (gnus-uu-yenc-article): New function.
8633
8634         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8635
8636         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8637
8638 2007-12-02  Glenn Morris  <rgm@gnu.org>
8639
8640         * binhex.el (binhex): New custom group.
8641         (binhex-decoder-program, binhex-decoder-switches)
8642         (binhex-use-external): Move to the binhex custom group.
8643
8644         * uudecode.el (uudecode): New custom group.
8645         (uudecode-decoder-program, uudecode-decoder-switches)
8646         (uudecode-use-external): Move to the uudecode custom group.
8647
8648         * netrc.el (top-level): Don't load `encrypt' features.
8649         (netrc-parse): Don't use encrypt.
8650         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8651
8652         * encrypt.el: Remove file.
8653
8654 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8657         matches on patches.
8658
8659         * gnus-art.el (gnus-article-browse-html-article):
8660         Mention `mm-text-html-renderer' in the doc string.
8661
8662         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8663         string.  Add comments.
8664
8665         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8666         if rhs is ASCII.
8667
8668 2007-12-01  Glenn Morris  <rgm@gnu.org>
8669
8670         * mail-source.el (top-level): Require format-spec before
8671         eval-when-compile.
8672
8673 2007-11-30  Glenn Morris  <rgm@gnu.org>
8674
8675         * encrypt.el: Require password, rather than autoloading password-read.
8676
8677 2007-11-29  Glenn Morris  <rgm@gnu.org>
8678
8679         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8680         (sasl-make-client, sasl-next-step, sasl-step-data)
8681         (sasl-step-set-data): Declare as functions.
8682
8683 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8686
8687 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8688
8689         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8690         certs should be verified and what is to be done in the event of a
8691         verification failure.
8692
8693         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8694         caller can indicate whether the cache should be disregarded for this
8695         call.  This way the result of the call is reproducible at all times and
8696         can be considered a canonical server name for the supplied method.
8697         (gnus-agent-method-p): Canonicalize server names by pushing their
8698         method through `gnus-method-to-server' using the no-cache argument.
8699
8700         * gnus-srvr.el (gnus-server-insert-server-line):
8701         Call `gnus-method-to-server' with `no-cache' argument.
8702
8703         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8704         gnus-agent-possibly-synchronize-flags as this should be called when the
8705         server is actually being opened.
8706         (gnus-agent-possibly-synchronize-flags)
8707         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8708         flags file of an agentized server to the latter function.
8709
8710         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8711         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8712         after a connection has been established successfully.
8713
8714 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-art.el (article-display-face): Force to display face if called
8717         interactively; check if gnus-article-x-face-too-ugly matches author.
8718         (article-display-x-face): Display face even if From header is missing
8719         as article-display-face does.
8720
8721 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8722
8723         * hashcash.el (message-narrow-to-headers-or-head)
8724         (message-fetch-field, message-goto-eoh)
8725         (message-narrow-to-headers): Declare as functions.
8726
8727 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * mail-source.el (mail-sources): Default to fetch from file for
8730         compatibility with default of nnmail-spool-file.
8731
8732 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8735         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8736         to look for encoded word that should be encoded again.
8737         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8738         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8739         encoding pattern.
8740         (rfc2047-decode-region): Switch strict regexp and loose one according
8741         to rfc2047-allow-irregular-q-encoded-words.
8742
8743 2007-11-25  Romain Francoise  <romain@orebokech.com>
8744
8745         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8746
8747 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8748
8749         * tls.el (tls-program): Provide more custom choices from
8750         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8751         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8752
8753 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8756         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8757
8758         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8759         `nnmail-spool-file'.
8760
8761         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8762         `nnmail-spool-file'.
8763
8764         * gnus-move.el (gnus-change-server): Ditto.
8765
8766         * gnus-kill.el (gnus-batch-score): Ditto.
8767
8768         * gnus-cache.el (gnus-jog-cache): Ditto.
8769
8770         * gnus-msg.el (gnus-summary-reply):
8771         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8772
8773 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8776         version.  Minor improvement to doc strings.
8777         (tls-program): Add comment.
8778
8779 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8780
8781         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8782         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8783         mismatch between the hostname provided in the certificate and the name
8784         of the host connnecting to.
8785         (open-tls-stream): Use them.  Check certificates against trusted root
8786         certificates.
8787
8788 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * gnus-cache.el (gnus-cache-generate-nov-databases):
8791         Use nnml-generate-nov-databases-directory instead of
8792         nnml-generate-nov-databases-1.
8793
8794 2007-11-24  Glenn Morris  <rgm@gnu.org>
8795
8796         * message.el (message-tool-bar-retro): Update for rename
8797         mail_send.xpm->mail-send.xpm.
8798
8799 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8802         `smime-ldap-search' for Emacs 22 and up.
8803
8804 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8805
8806         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8807
8808         * message.el (message-send-mail-function): Fix error convention.
8809         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8810         (message-widen-reply, message-send-mail, message-talkative-question)
8811         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8812         (message-clone-locals, message-send-news): Use with-current-buffer.
8813         (message-insert-or-toggle-importance): Remove unused var `valid'.
8814         (message-make-references): Remove unused var `new-references'.
8815         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8816
8817 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8818
8819         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8820         (spam-split-symbolic-return-positive): Reflow docstring.
8821         (spam-backends, spam-summary-exit-behavior)
8822         (spam-mark-ham-unread-before-move-from-spam-group)
8823         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8824         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8825         (spam-clear-cache, spam-backend-check, spam-install-backend)
8826         (spam-install-statistical-backend, spam-list-of-processors)
8827         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8828         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8829         (spam-check-crm114, spam-initialize, spam-unload-hook):
8830         Fix typos in docstrings.
8831
8832 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8835         been checked if they have never been read and those group levels are
8836         higher than the one that a user specified.
8837
8838 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8841         foreign groups unless a group level is specified by a user.
8842         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8843
8844 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * message.el (message-send-mail-function): Require sendmail.
8847
8848 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * message.el (message-send-mail-function): Check for smtpmail too.
8851
8852         * utf7.el (utf7-encode, utf7-decode): Use coding system
8853         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8854
8855         * message.el (message-send-mail-function): New function.
8856         (message-send-mail-function): Set default using
8857         message-send-mail-function.  Adjust doc string.
8858         (message-send-mail-with-mailclient): New function.
8859
8860 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8861
8862         * smime.el (from):
8863         * rfc2047.el (message-posting-charset):
8864         * qp.el (mm-use-ultra-safe-encoding):
8865         * pop3.el (parse-time-months):
8866         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8867         * nnml.el (files):
8868         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8869         (jka-compr-compression-info-list, ange-ftp-path-format)
8870         (efs-path-regexp):
8871         * nndiary.el (files):
8872         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8873         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8874         (epg-digest-algorithm-alist, inhibit-redisplay)
8875         (password-cache-expiry):
8876         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8877         (pgg-output-buffer, password-cache-expiry):
8878         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8879         (efs-path-regexp):
8880         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8881         (inhibit-redisplay):
8882         * mm-uu.el (file-name, start-point, end-point, entry)
8883         (gnus-newsgroup-name, gnus-newsgroup-charset):
8884         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8885         (latin-unity-ucs-list):
8886         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8887         (mm-uu-binhex-decode-function):
8888         * message.el (gnus-message-group-art, gnus-list-identifiers)
8889         (rmail-enable-mime-composing, gnus-local-organization)
8890         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8891         (gnus-read-active-file, facemenu-add-face-function)
8892         (facemenu-remove-face-function, gnus-article-decoded-p)
8893         (tool-bar-mode):
8894         * mail-source.el (display-time-mail-function):
8895         * gnus-util.el (nnmail-pathname-coding-system)
8896         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8897         (gnus-original-article-buffer, gnus-user-agent)
8898         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8899         (xemacs-codename, sxemacs-codename, emacs-program-version):
8900         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8901         * gnus-start.el (gnus-agent-covered-methods)
8902         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8903         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8904         (gnus-newsgroup-headers, gnus-group-list-mode)
8905         (gnus-group-mark-positions, gnus-newsgroup-data)
8906         (gnus-newsgroup-unreads, nnoo-state-alist)
8907         (gnus-current-select-method, mail-sources)
8908         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8909         (nnmail-spool-file, gnus-cache-active-hashtb):
8910         * gnus-mh.el (mh-lib-progs):
8911         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8912         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8913         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8914         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8915         (gnus-group-buffer):
8916         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8917         (font-lock-set-defaults):
8918         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8919         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8920         (gnus-summary-post-menu, total-parts, type, condition, length):
8921         * gnus-agent.el (gnus-agent-read-agentview):
8922         * flow-fill.el (show-trailing-whitespace):
8923         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8924         eval-and-compile wrappers for byte compiler pacifiers.
8925
8926         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8927         (mm-display-inline-fontify): Check for featurep 'xemacs not
8928         extent-list.
8929
8930         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8931         itimer-list.
8932         (mm-create-image-xemacs): Only do something for XEmacs.
8933         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8934
8935         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8936
8937         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8938         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8939
8940 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8941
8942         * nnimap.el (nnimap-split-download-body):
8943         * gnus-demon.el (gnus-demon):
8944         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8945
8946 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8949         New macros.
8950         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8951         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8952         copy data from unibyte buffer to multibyte current buffer.
8953         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8954         to copy data from unibyte current buffer to multibyte buffer.
8955         (nntp-make-process-buffer): Make process buffer unibyte.
8956
8957         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8958
8959 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8960
8961         * pop3.el (pop3-open-server): Accept and process data more robustly at
8962         connexion start to avoid spurious "POP SSL connexion failed" errors.
8963
8964 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8967         read group names.
8968
8969 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8972
8973 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8976         (nnmail-save-active): Use a unibyte buffer when saving active file,
8977         which may contain non-ASCII group names.
8978
8979         * nnml.el (nnml-request-group): Decode group names in messages.
8980
8981 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * message.el (message-citation-line-function)
8984         (message-insert-formatted-citation-line): Fix spelling of
8985         `message-insert-formated-citation-line'.
8986
8987 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8990
8991 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8994         nnmail-pathname-coding-system.
8995
8996         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8997         that a user enters; decode group names in messages.
8998
8999         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9000
9001 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9004
9005         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9006
9007         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9008         risky local variable.
9009
9010         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9011
9012 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * encrypt.el: Improve documentation to fix function name typo.
9015         Reported by Daiki Ueno <ueno@unixuser.org>.
9016
9017 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9020         even if the point is not in the last page of an article.
9021         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9022         back to the previous page.
9023
9024 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9027
9028 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9031
9032 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9033
9034         * message.el (message-check-news-body-syntax):
9035         Avoid mm-string-as-multibyte.
9036         (message-hide-headers): Don't assume (point-min)==1.
9037
9038 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * message.el (message-remove-blank-cited-lines): Fix if remove is
9041         given.
9042         (message-bogus-address-regexp): New variable.
9043         (message-bogus-recipient-p): New function.
9044         (message-check-recipients): New command.
9045         (message-syntax-checks): Add `bogus-recipient'.
9046         (message-fix-before-sending): Add `bogus-recipient'.
9047
9048         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9049         (gnus-treat-body-boundary): Don't test window-system.
9050
9051 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9052
9053         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9054
9055 2007-10-28  Miles Bader  <miles@gnu.org>
9056
9057         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9058         at compile-time too.
9059
9060 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-msg.el (gnus-message-setup-hook):
9063         Add `message-remove-blank-cited-lines' to options.
9064
9065 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * message.el (message-remove-blank-cited-lines): New function.
9068         Suggested by Karl Plästerer.
9069
9070 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9073         mapc.
9074
9075         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9076         (top-level): Use mapc to set functions to be traced for debugging.
9077
9078         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9079         called for effect with while loop.
9080
9081         * message.el (message-talkative-question): Replace mapcar called for
9082         effect with mapc.
9083
9084         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9085         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9086         called for effect with dolist.
9087
9088         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9089
9090         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9091         gnus-extra-headers and nnmail-extra-headers.
9092
9093         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9094         called for effect with dolist.
9095         (top-level): Use mapc to set functions to be traced for debugging.
9096
9097         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9098         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9099         dolist.
9100
9101         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9102         Replace mapcar called for effect with mapc.
9103         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9104         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9105         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9106         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9107
9108         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9109         remove-if that's a cl function.
9110
9111         * webmail.el (webmail-debug): Replace mapcar called for effect with
9112         dolist.
9113
9114         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9115         with mapc.
9116
9117 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9120         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9121         with while loop.
9122
9123         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9124         functions from article-* functions.
9125         (gnus-multi-decode-header): Replace mapcar called for effect with
9126         dolist.
9127
9128         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9129         (gnus-bookmark-show-details): Replace mapcar called for effect with
9130         while loop.
9131
9132         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9133         called for effect with while loop.
9134
9135         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9136         with dolist.
9137
9138         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9139         Replace mapcar called for effect with dolist.
9140
9141         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9142
9143         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9144         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9145         Replace mapcar called for effect with dolist.
9146         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9147         mapc.
9148
9149         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9150         Replace mapcar called for effect with dolist.
9151         (gnus-topic-list): Replace mapcar called for effect with mapc.
9152
9153         * gnus.el: Use mapc instead of mapcar to add autoloads.
9154
9155 2007-10-23  Richard Stallman  <rms@gnu.org>
9156
9157         * gnus-group.el (gnus-group-highlight): Mark as risky.
9158
9159 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus.el (gnus-server-to-method): Return method found first in
9162         gnus-newsrc-alist.
9163
9164         * gnus-art.el (gnus-article-highlight-signature)
9165         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9166         button overlay without the front stickiness.
9167
9168 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9169
9170         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9171         overview buffer needed a catch to receive its throw.
9172         (gnus-agent-flush-cache): Declare as interactive to make this function
9173         easier to use.
9174
9175 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9178         `next-line'.
9179
9180 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9183         exclude address matching message-dont-reply-to-names.
9184
9185 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-util.el (gnus-string<): New function.
9188
9189         * gnus-sum.el (gnus-article-sort-by-author)
9190         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9191
9192 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9195         the frame-focus tag is set in gnus-buffer-configuration.
9196
9197 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9200         the front stickiness.
9201
9202 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9205         url pattern; remove duplicate one.
9206         (gnus-article-extend-url-button): New function.
9207         (gnus-article-add-buttons): Use it.
9208         (gnus-button-push): Use concatenated url that it makes.
9209
9210 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9211
9212         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9213
9214 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9215
9216         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9217         Don't hardcode point-min==1.
9218
9219 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9222         Fix comment about "iso8859-1".
9223
9224 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9225
9226         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9227         ones returned from the verify-function.
9228
9229         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9230         Call mml2015-extract-cleartext-signature if extraction failed.
9231
9232 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9233
9234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9235         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9236         failed.
9237
9238 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9241
9242 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9245         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9246         recommends to use EasyPG instead of PGG.
9247
9248         * pgg.el: Revert to revision 6.23.2.16.
9249
9250         * pgg-def.el: Revert to revision 6.6.2.14.
9251
9252         * pgg-gpg.el: Revert to revision 6.23.2.34.
9253
9254 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9255
9256         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9257         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9258         thread for both the null and zero (kill/expire thread) universal prefix
9259         cases.
9260         (gnus-summary-expire-thread): Add new function to expire a thread,
9261         using gnus-summary-kill-thread.
9262         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9263         shortcuts for gnus-summary-expire-thread.
9264         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9265         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9266
9267 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9268
9269         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9270         extras value, so an extras entry can be deleted.
9271         (gnus-registry-delete-extra-entry): Use it.
9272         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9273         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9274         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9275         storage through the gnus-registry, and provide an appropriate API for
9276         it.
9277
9278 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9281         Suggested by Leo <sdl.web@gmail.com>.
9282
9283         * gnus.el: Do.
9284
9285 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9288         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9289
9290         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9291
9292         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9293         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9294
9295 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9298         newline.
9299         (nnmbox-request-accept-article): Don't change article in source buffer;
9300         narrow to header to use message-fetch-field rather than
9301         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9302         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9303         as delimiters; make sure article ends with newline.
9304         (nnmbox-delete-mail): Correct last position of article to be deleted;
9305         ignore X-Gnus-Newsgroup header in article body.
9306         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9307         positions; make sure article ends with newline.
9308
9309         * message.el (message-display-abbrev): Don't infloop when a user
9310         inserts SPC in the beginning of header.
9311
9312         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9313         coding-system-for-read and coding-system-for-write for XEmacs having no
9314         file-coding feature.
9315
9316         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9317
9318 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9319
9320         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9321         list of groups not followed by default.  Fix type to be regexp.
9322         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9323
9324 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9325
9326         * hmac-def.el (define-hmac-function): Switch from old-style to
9327         new-style backquotes.
9328
9329         * md4.el (md4-make-step): Likewise.
9330
9331 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9334         raw-text coding system when saving .newsrc file, which may contain
9335         non-ASCII group names.
9336
9337 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-cus.el (gnus-score-extra): New widget.
9340         (gnus-score-extra-convert): New function.
9341         (gnus-score-customize): Use it for Extra.
9342
9343 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9344
9345         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9346         (mml2015-mailcrypt-clear-verify): Use it.
9347         (mml2015-gpg-clear-verify): Use it.
9348         (mml2015-pgg-clear-verify): Use it.
9349         (mml2015-epg-clear-verify): Replace the current part with the output
9350         from GnuPG; don't extract the plaintext by itself.
9351
9352         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9353         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9354         mml2015-clear-verify-function; don't touch the armor headers or
9355         dash-escaped text here.
9356
9357 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9360         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9361         parts, or application/octet-stream as a last resort.
9362         (gnus-mime-view-part-as-type): Don't toggle display.
9363         (gnus-mime-view-part-as-charset): Don't turn off display before
9364         querying charset.
9365
9366         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9367         stuff to undisplayer function in Emacs.
9368         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9369
9370         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9371         text/calendar parts.
9372
9373 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9376         decoding text/calendar parts.
9377
9378         * message.el (message-forward-make-body-mime): Always mark body as
9379         having no illegible text; remove signed-or-encrypted argument.
9380         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9381
9382         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9383         (mml-generate-mime-1): Don't encode body if it is specified to be in
9384         raw form; don't make buffer be unibyte when inserting multibyte string.
9385
9386 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         * sha1.el: Fix up comment style.
9389         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9390         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9391
9392         * hex-util.el: Fix up comment style.
9393         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9394
9395         * gnus-salt.el: Use with-current-buffer.
9396         (gnus-pick-setup-message): Fix long-standing typo.
9397
9398 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * imap.el (imap-logout-timeout): New variable.
9401         (imap-logout, imap-logout-wait): New functions.
9402         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9403
9404         * nnimap.el (nnimap-logout-timeout): New server variable.
9405         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9406         nnimap-logout-timeout.
9407
9408         * gnus-art.el (gnus-article-summary-command-nosave)
9409         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9410
9411 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus.el (gnus-maximum-newsgroup): New variable.
9414
9415         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9416         according to gnus-maximum-newsgroup.
9417
9418         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9419         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9420         Limit the range of articles according to gnus-maximum-newsgroup.
9421
9422 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9423
9424         * gnus-art.el (gnus-sticky-article): Fix problems described in
9425         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9426         Don't perform gnus-configure-windows here; reuse existing sticky
9427         article buffer.
9428
9429         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9430         it doesn't exist in gnus-article-mode.
9431
9432 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9435         (gnus-agent-decoded-group-name): New function.
9436         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9437         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9438
9439 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9440
9441         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9442         Add binding for gnus-sticky-article.
9443         (gnus-summary-exit): Don't kill sticky article buffers.
9444
9445         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9446         article buffer.
9447         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9448         (gnus-kill-sticky-article-buffers): New commands.
9449
9450 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * nntp.el (nntp-xref-number-is-evil): New server variable.
9453         (nntp-find-group-and-number): If it is non-nil, don't trust article
9454         numbers in the Xref header.
9455
9456 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-agent.el (gnus-agent-read-group): New function.
9459         (gnus-agent-flush-group, gnus-agent-expire-group)
9460         (gnus-agent-regenerate-group): Use it.
9461         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9462         nnmail-pathname-coding-system.
9463
9464 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9467
9468         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9469         that are unread as unread, and also as selected so that information of
9470         marks having been changed by a user may be updated when exiting group.
9471
9472 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9475
9476 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9479         calculated ignoring signature parts to gnus-treat-article.
9480
9481 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9484         a point here in order to keep the window start.
9485         (gnus-insert-mime-security-button): Make a button overlay without the
9486         front stickiness.
9487         (gnus-mime-display-security): Goto the end of a button.
9488
9489         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9490
9491 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9494         group-name-at-point.
9495         (gnus-group-completing-read): New function that offers decoded
9496         non-ASCII group names for completion.
9497         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9498         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9499         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9500         (gnus-group-fetch-control): Use it.
9501         (gnus-fetch-group): Use group-name-at-point for the initial value
9502         rather than the default value; use gnus-alive-p.
9503
9504         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9505         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9506         (gnus-summary-post-news): Use gnus-group-completing-read.
9507
9508         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9509         (gnus-read-move-group-name): Decode group name for completion.
9510
9511 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9514         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9515         Yamaoka slightly modified the code).
9516
9517 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9520         (nnmail-split-incoming): Bind it.
9521
9522         * nnml.el (nnml-group-name-charset): New function.
9523         (nnml-decoded-group-name): Use it; don't decode group name if
9524         nnmail-group-names-not-encoded-p is non-nil.
9525         (nnml-encoded-group-name): New function.
9526         (nnml-group-pathname): Inline nnml-decoded-group-name.
9527         (nnml-request-expire-articles): Decode group name in message.
9528         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9529         nnmail-pathname-coding-system.
9530         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9531         not decoded ones according to nnmail-group-names-not-encoded-p.
9532         (nnml-generate-active-info): Use nnml-encoded-group-name.
9533
9534 2007-08-08  Glenn Morris  <rgm@gnu.org>
9535
9536         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9537         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9538         doc-strings and comments.
9539
9540 2007-07-25  Glenn Morris  <rgm@gnu.org>
9541
9542         * Relicense all FSF files to GPLv3 or later.
9543
9544 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-sum.el (gnus-summary-move-article):
9547         Make gnus-summary-respool-article work.
9548
9549 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9552         string.
9553
9554 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9555
9556         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9557         that should be ignored when comparing distant RSS articles with local
9558         ones.
9559         (nnrss-make-hash-index): New function.  Create a hash index according
9560         to the ignored fields.
9561         (nnrss-check-group): Use it.
9562
9563 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9566
9567         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9568
9569         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9570         the new optional argument ENCODED is non-nil.
9571         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9572         coding system for encoding group name.
9573         (gnus-group-make-rss-group): Pass un-encoded group name to
9574         gnus-group-make-group.
9575         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9576         encoded.
9577
9578         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9579         Encode group name to which articles are moved or copied.
9580         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9581         coding system for encoding Newsgroup, Followup-To and Xref headers.
9582
9583         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9584         marks; use nnheader-file-coding-system to write a file.
9585         (nnagent-retrieve-headers): Bind file-name-coding-system to
9586         nnmail-pathname-coding-system.
9587
9588         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9589
9590         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9591         (nnml-request-article, nnml-request-create-group)
9592         (nnml-request-rename-group, nnml-find-id)
9593         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9594         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9595         (nnml-save-marks): Use nnml-group-pathname instead of
9596         nnmail-group-pathname.
9597
9598         (nnml-request-create-group, nnml-request-expire-articles)
9599         (nnml-request-move-article, nnml-request-delete-group)
9600         (nnml-deletable-article-p, nnml-possibly-create-directory)
9601         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9602         (nnml-open-marks): Bind file-name-coding-system to
9603         nnmail-pathname-coding-system.
9604
9605         (nnml-request-article): Pass server argument to nnml-find-group-number.
9606         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9607         Pass server argument to nnml-possibly-create-directory.
9608         (nnml-request-accept-article): Pass server argument to
9609         nnml-active-number and nnml-save-mail.
9610         (nnml-find-group-number): Pass server argument to nnml-find-id.
9611         (nnml-request-update-info): Pass server argument to
9612         nnml-marks-changed-p.
9613
9614         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9615         (nnml-save-mail, nnml-active-number): Add server argument.
9616
9617         (nnml-request-delete-group): Warn if group is missing.
9618         (nnml-get-nov-buffer): Decode group name.
9619         (nnml-generate-active-info): Encode group name.
9620         (nnml-open-marks): Decode group name in messages.
9621
9622 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9625         if it is not specified.
9626         (gnus-article-pipe-part, gnus-article-save-part)
9627         (gnus-article-interactively-view-part, gnus-article-copy-part)
9628         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9629         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9630         (gnus-article-replace-part, gnus-article-delete-part)
9631         (gnus-article-view-part-as-type): Pass raw prefix argument to
9632         gnus-article-part-wrapper.
9633
9634 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-agent.el (gnus-agent-save-active):
9637         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9638
9639         * gnus-cache.el (gnus-cache-save-buffers)
9640         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9641         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9642         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9643         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9644         (gnus-cache-generate-active, gnus-cache-rename-group)
9645         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9646         (gnus-cache-update-overview-total-fetched-for):
9647         Bind file-name-coding-system to nnmail-pathname-coding-system.
9648         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9649         New variables.
9650         (gnus-cache-decoded-group-name): New function.
9651         (gnus-cache-file-name): Use it.
9652         (gnus-cache-generate-active): Use non-decoded group name for active.
9653
9654         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9655         right place.
9656         (gnus-write-active-file): Don't break non-ASCII group names.
9657
9658         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9659         nnmail-pathname-coding-system.
9660
9661         * lpath.el: Bind default-file-name-coding-system,
9662         file-name-coding-system and language-info-alist for XEmacs.
9663
9664         * gnus-uu.el (gnus-uu-decode-save): Typo.
9665
9666 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9669
9670 2007-07-14  David Kastrup  <dak@gnu.org>
9671
9672         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9673         finishing actions if we did not edit the article.
9674
9675 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9678         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9679         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9680         (gnus-agent-flush-group, gnus-agent-flush-cache)
9681         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9682         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9683         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9684         (gnus-agent-regenerate-group)
9685         (gnus-agent-update-files-total-fetched-for)
9686         (gnus-agent-update-view-total-fetched-for):
9687         Bind file-name-coding-system to nnmail-pathname-coding-system.
9688         (gnus-agent-group-pathname): Don't encode file names by
9689         nnmail-pathname-coding-system.
9690         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9691         coding-system-for-write instead of buffer-file-coding-system to
9692         gnus-agent-file-coding-system.
9693
9694         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9695         Decode group name.
9696
9697         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9698
9699         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9700         (gnus-read-newsrc-el-file): Make group names unibyte.
9701
9702         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9703         nnmail-pathname-coding-system.
9704
9705         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9706         (nnrss-request-delete-group): Bind file-name-coding-system to
9707         nnmail-pathname-coding-system.
9708         (nnrss-read-server-data, nnrss-read-group-data):
9709         Bind file-name-coding-system correctly.
9710         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9711
9712         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9713         (nntp-server-to-method-cache): New variable.
9714         (nntp-group-pathname): New function that decodes non-ASCII group names.
9715         (nntp-possibly-create-directory, nntp-marks-changed-p)
9716         (nntp-save-marks, nntp-open-marks): Use it.
9717         (nntp-possibly-create-directory, nntp-open-marks):
9718         Bind file-name-coding-system to nnmail-pathname-coding-system.
9719         (nntp-open-marks): Decode group names when bootstrapping marks.
9720
9721         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9722         Newsgroups and Folowup-To headers.
9723
9724 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9727         (gnus-server-closed-face, gnus-server-denied-face)
9728         (gnus-server-offline-face): Remove variable.
9729         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9730
9731         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9732         of modifying message-stack directly for XEmacs.
9733
9734         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9735         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9736         if the coding-system argument is nil for XEmacs.
9737
9738         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9739         mm-charset-override-alist.
9740
9741         * rfc2047.el: Don't require base64; require rfc2045 for the function
9742         rfc2045-encode-string.
9743         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9744         to quote the parameter value.
9745
9746 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9749         form in gnus-group-name-charset-method-alist.
9750
9751         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9752         overrides the default layout edit-form.
9753
9754         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9755
9756         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9757
9758 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9761         as unfetched articles.
9762
9763 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9766
9767 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9770         original back end that keeps marks in the local system.
9771
9772 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9775         arg of pop-to-buffer for XEmacs.
9776         (gnus-article-read-summary-keys): Ditto; don't restore window
9777         configuration if summary command ends up with neither article buffer
9778         nor summary buffer; describe bindings if summary keys end with C-h.
9779
9780 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * message.el (message-fix-before-sending): Skip raw message part to be
9783         forwarded while checking illegible text.
9784         (message-forward-make-body-mime, message-forward-make-body):
9785         Mark signed or encrypted raw message as having no illegible text.
9786
9787 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9790         (gnus-message-with-timestamp-1): New macro.
9791         (gnus-message-with-timestamp): New function.
9792         (gnus-message): Use them.
9793
9794         * nnheader.el (nnheader-message): Use them.
9795
9796 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9799         .newsrc.eld file.
9800
9801 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-agent.el (gnus-agent-fetch-headers)
9804         (gnus-agent-retrieve-headers):
9805         Bind gnus-decode-encoded-address-function to identity.
9806
9807         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9808         available also when the server returns simply a dot.
9809
9810         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9811
9812 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9815
9816 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-ems.el (gnus-x-splash): Make it work.
9819
9820         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9821         from being used.
9822
9823         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9824
9825 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9828         4th and the 5th arguments.
9829
9830         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9831         the front stickiness.
9832         (gnus-article-summary-command-nosave): Correct the order of the
9833         arguments passed to pop-to-buffer.
9834         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9835         summary command ends up with the article buffer.
9836
9837         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9838         the same faces.
9839
9840 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9841
9842         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9843
9844 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9845
9846         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9847         * gnus-sum.el (gnus-summary-highlight):
9848         * pgg.el (pgg-sign-region, pgg-sign):
9849         * mail-source.el (mail-source-delete-old-incoming-confirm):
9850         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9851
9852 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (gnus-mime-view-part-externally)
9855         (gnus-mime-view-part-internally): Fix predicate function passed to
9856         completing-read.
9857
9858         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9859
9860         * gnus.el (gnus-update-message-archive-method): Add :version.
9861
9862 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus.el (gnus-update-message-archive-method): New variable.
9865
9866         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9867         according to gnus-message-archive-method if
9868         gnus-update-message-archive-method is non-nil.
9869
9870 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9873         Suggested by Loic Dachary <loic@dachary.org>.
9874         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9875
9876 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * message.el (message-pop-to-buffer): Add switch-function argument.
9879         (message-mail): Pass switch-function argument to it.
9880
9881 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9884         Improve doc string.
9885
9886 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9889         (gnus-header-content)
9890         * gnus-cite.el (gnus-cite-10)
9891         * gnus-srvr.el (gnus-server-closed)
9892         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9893         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9894         (gnus-group-mail-3-empty, gnus-group-mail-low)
9895         (gnus-group-mail-low-empty, gnus-splash)
9896         * message.el (message-header-to, message-header-cc)
9897         (message-header-subject, message-header-other, message-header-name)
9898         (message-header-xheader, message-separator, message-cited-text)
9899         (message-mml): Lighten colors of faces used for dark background.
9900
9901 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9902
9903         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9904         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9905
9906 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * message.el (message-narrow-to-headers-or-head):
9909         Ignore mail-header-separator in the body.
9910
9911 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9914         same as window size.
9915
9916 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9917
9918         * message.el (message-font-lock-keywords): Use message-header-xheader
9919         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9920         ahead of the anything pattern, to get it recognised.
9921
9922 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9925         spam.el loads uses it in the compiled defadvice form.
9926
9927 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9928
9929         * gnus-sum.el (gnus-articles-to-read)
9930         (gnus-summary-insert-old-articles): Don't truncate group name for
9931         `read-string'.
9932
9933         * gnus-util.el (gnus-limit-string): Delete this function.
9934
9935         * gnus-sum.el (gnus-simplify-subject-fully):
9936         Use `truncate-string-to-width' instead.
9937
9938 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9939
9940         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9941         Tell if, on summary exit, the next group has to be selected.
9942         (gnus-summary-exit): Use it.
9943
9944 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9947         non-break space.
9948
9949 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9952         Check if group is not a directory.
9953         (nnfolder-request-expire-articles): Don't delete articles if the target
9954         group is not available.
9955
9956         * nnml.el (nnml-request-create-group): Properly check if group is not a
9957         file.
9958         (nnml-request-expire-articles): Don't delete articles if the target
9959         group is not available.
9960
9961         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9962         Don't quote characters that are within parentheses.
9963
9964 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9967         (gnus-handle-ephemeral-exit): Select article according to it.
9968
9969 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * message.el (message-insert-formated-citation-line): Remove newline.
9972         (message-citation-line-format): Add final \n here so that the user can
9973         avoid a blank line.
9974
9975 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9976
9977         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9978         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9979         Update lanl/arXiv support.
9980
9981 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * gnus.el: Bump version number.
9984
9985 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * gnus.el (gnus-version-number): Bump version.
9988
9989 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9990
9991         * gnus.el: No Gnus v0.6 is released.
9992
9993 2007-04-27  Didier Verna  <didier@xemacs.org>
9994
9995         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9996         * gmm-utils.el (gmm-regexp-concat): ... here.
9997         * message.el: Don't require 'gnus-util.
9998         (message-dont-reply-to-names): Handle name change above.
9999         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10000
10001 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10004         since the initial value varies according to the system.
10005
10006 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10009
10010 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10011
10012         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10013
10014 2007-04-24  Didier Verna  <didier@xemacs.org>
10015
10016         Improve the type of gnus-ignored-from-addresses.
10017         * gnus-util.el (gnus-orify-regexp): New function.
10018         * message.el (gnus-util): Require it.
10019         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10020         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10021         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10022
10023 2007-04-24  Didier Verna  <didier@xemacs.org>
10024
10025         * gnus-sum.el:
10026         * gnus-utils.el: Fix some trailing whitespaces.
10027
10028 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10031         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10032         article's Message-ID; refer parent article in summary buffer.
10033
10034         * message.el (message-bounce): Call mime-to-mml.
10035
10036         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10037         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10038         optimize and/or forms properly.
10039
10040 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10043         URL.
10044
10045 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10048
10049 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10052         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10053         displayed of multipart/alternative part if it is invoked from summary
10054         buffer.
10055
10056         * mm-view.el (mm-inline-text-html-render-with-w3m)
10057         (mm-inline-text-html-render-with-w3m-standalone)
10058         (mm-inline-render-with-function): Use mail-parse-charset by default.
10059
10060 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10061
10062         * parse-time.el (parse-time-string-chars): Check if CHAR
10063         is less than the length of parse-time-syntax.
10064
10065 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10068         from gnus-newsgroup-processable.
10069
10070 2007-04-16  Didier Verna  <didier@xemacs.org>
10071
10072         * gnus-msg.el (gnus-configure-posting-styles):
10073         Handle message-signature-directory properly with :file syntax.
10074         Reported by "Leo".
10075
10076 2007-04-11  Didier Verna  <didier@xemacs.org>
10077
10078         New user option: message-signature-directory.
10079         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10080         * message.el (message-insert-signature): Ditto.
10081         * message.el (message-signature-file): Doc update.
10082         * message.el (message-signature-directory): New.
10083
10084 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-msg.el (gnus-inews-yank-articles):
10087         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10088
10089 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * message.el (message-yank-original): Make sure cited text ends with
10092         newline; don't exchange point and mark.
10093
10094 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10095
10096         * tls.el (open-tls-stream): Properly handle case where there
10097         is no associated buffer.
10098
10099 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10100
10101         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10102         message-yank-original, make sure (< mark TEXT point).
10103
10104 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * message.el (message-fill-column): New variable.
10107         (message-mode): Use it.  Add comment on a possible new hook.
10108
10109         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10110         (nnmail-get-new-mail): Reformat.
10111
10112         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10113
10114         * gmm-utils.el: Fix Commentary.
10115         (gmm-tool-bar-from-list): Fix typo in doc string.
10116
10117 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10118
10119         * message.el (message-yank-original): Don't switch point and mark
10120         unnecessarily to put point and mark as documented.
10121
10122 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10125         from the message heads.
10126
10127 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10128
10129         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10130         article buffer does not have a window.  This may not be the best
10131         solution but is certainly better than setting the start of the null,
10132         that is the current, window.
10133
10134 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10137         (gnus-draft-setup): Run it.
10138
10139         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10140         gnus-score-fast-scoring.  Allow regexp.
10141         (gnus-score-headers): Use it.
10142
10143         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10144         XEmacs.
10145
10146         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10147         string.
10148         (gnus-button-alist): Also catch `<f1> k ...'.
10149         (gnus-treat-display-x-face): Fix doc string.
10150
10151 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10152
10153         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10154         evaluation of gnus-extended-version to ensure correct generation of the
10155         User-Agent header when message-generate-headers-first is used.
10156
10157 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10158
10159         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10160         hashcash-path is nil.  Don't call callback with incorrect number of
10161         parameters if val is 0.
10162
10163 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10164
10165         * message.el (message-required-news-headers):
10166         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10167
10168 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10169
10170         * tls.el (open-tls-stream): In handshake-waiting loop,
10171         don't wait more if there is output available to process.
10172
10173 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10174
10175         * tls.el (tls-program): Doc fix.
10176
10177 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * message.el (message-generate-new-buffers): Change the meaning of the
10180         nil value; add `standard' to the choices; treat t as `unique'; improve
10181         doc string.
10182         (gnus-select-frame-set-input-focus): Autoload.
10183         (message-buffer-name): Search for the existing message buffer if
10184         message-generate-new-buffers is nil or `standard'; treat the value t of
10185         message-generate-new-buffers as `unique'.
10186         (message-pop-to-buffer): Raise the frame already displaying the message
10187         buffer; clear the echo area after querying.
10188         (message-setup): Pass the `continue' argument to compose-mail.
10189         (message-mail): Prefer `switch-function' if it is given; search for the
10190         existing message buffer if the `continue' argument is non-nil; pass
10191         continue and switch-function arguments to compose-mail by way of
10192         message-setup.
10193         (message-mail-other-window): Adjust argument of message-setup.
10194         (message-mail-other-frame): Ditto.
10195
10196 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10199         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10200         to turn font-lock on when turning gnus-message-citation-mode on.
10201
10202 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10203
10204         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10205         (mml-smime-function-alist): New variable; add epg as the backend.
10206         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10207         mml-smime- functions instead.
10208         * mm-view.el: Require smime.
10209
10210 2007-03-05  Didier Verna  <didier@xemacs.org>
10211
10212         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10213         instead of just inheritance for posting styles.
10214         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10215
10216 2007-02-24  Chris Moore  <dooglus@gmail.com>
10217
10218         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10219         * pgg-pgp.el (pgg-pgp-encrypt-region):
10220         * pgg-gpg.el (pgg-gpg-encrypt-region):
10221         Check pgg-encrypt-for-me if no other recipients.
10222
10223 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10224
10225         * tls.el (tls-certtool-program): Fix custom type.
10226
10227 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10230         and point-at-eol instead of line-(beginning|end)-position.
10231
10232         * assistant.el (assistant-parse-buffer): Ditto.
10233
10234         * netrc.el (netrc-parse-services): Ditto.
10235
10236 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10237
10238         * mml2015.el (mml2015-epg-find-usable-key): New function.
10239         (mml2015-epg-sign): Use it.
10240         (mml2015-epg-encrypt): Use it.
10241
10242 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * message.el (message-make-in-reply-to): Quote name containing
10245         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10246         if there are special characters.  Reported by NAKAJI Hiroyuki
10247         <nakaji@jp.freebsd.org>.
10248
10249 2007-02-27  Didier Verna  <didier@xemacs.org>
10250
10251         Include the group parameters as well as the topic ones in the
10252         inheritance filter process.
10253         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10254         argument GROUP-PARAMS-LIST.
10255         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10256
10257 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * nntp.el (nntp-never-echoes-commands)
10260         (nntp-open-connection-functions-never-echo-commands): New variables.
10261         (nntp-send-command): Use them.
10262
10263 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10264
10265         * mml2015.el (mml2015-epg-verify): Simplify.
10266
10267 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * mml.el (mml-content-disposition-alist): New user option.
10270         (mml-content-disposition): New function.
10271         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10272         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10273
10274 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10275
10276         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10277         verification.
10278
10279 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10280
10281         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10282         articles posted in the last 24 hours.
10283
10284 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10285
10286         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10287
10288 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10289
10290         * nntp.el (nntp-send-command): Don't wait for echoes when
10291         nntp-open-ssl-stream is used.
10292
10293 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10296         (gnus-message-add-citation-keywords)
10297         (gnus-message-remove-citation-keywords): Remove.
10298         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10299         directly, make the variables in font-lock-defaults buffer-local, add
10300         gnus-message-citation-keywords to them and then update the value of
10301         font-lock-keywords.
10302
10303 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * message.el (message-cite-original-1): Don't call
10306         gnus-article-highlight-citation.
10307
10308         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10309         citations; fix line count.
10310
10311 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10314         (gnus-message-add-citation-keywords)
10315         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10316         versions of font-lock-add-keywords and font-lock-remove-keywords to
10317         work with XEmacs correctly.
10318
10319 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-cite.el (gnus-cite-face-list): Set the values of
10322         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10323         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10324         (gnus-message-cite-prefix-regexp): New variable.
10325         (gnus-message-search-citation-line): Use it; protect against long
10326         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10327         the 0th match data for Emacs.
10328         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10329         (gnus-message-add-citation-keywords): Append keywords rather than
10330         prepending; emulate font-lock-add-keywords if it is not available.
10331         (gnus-message-remove-citation-keywords):
10332         Emulate font-lock-remove-keywords if it is not available.
10333
10334         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10335
10336         * message.el (message-cite-prefix-regexp): Set the value of
10337         gnus-message-cite-prefix-regexp.
10338
10339 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10340
10341         * nnweb.el (nnweb-google-parse-1): Update parser.
10342
10343 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10344
10345         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10346
10347 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10348
10349         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10350         regexp.
10351
10352 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10355         string-to-multibyte.
10356         (uudecode-decode-region-internal): Use it.
10357
10358         * lpath.el: Fbind string-as-multibyte for XEmacs.
10359
10360 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10363         Fix custom choice.
10364
10365         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10366
10367 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10368
10369         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10370
10371         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10372         `write-region' to respect `mm-inhibit-file-name-handlers'.
10373
10374 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10377         Use gnus-home-directory instead of "~/" or "$HOME".
10378
10379 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10380
10381         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10382         to mention filename.
10383         Add comments at beginning regarding usage.
10384         (encrypt-write-file-contents): Change interactive so a string is
10385         acceptable.  If the file has no associated model, show an error instead
10386         of a nonsense prompt.
10387
10388 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10389
10390         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10391         Thanks to Yoshihiko Yamada for kind notification of this typo.
10392
10393 2007-01-12  Kenichi Handa  <handa@m17n.org>
10394
10395         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10396         multibyte buffer.
10397
10398 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-score.el (gnus-score-fast-scoring): New variable.
10401         (gnus-score-headers): Use it.
10402
10403         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10404
10405         * message.el (message-cite-original-1):
10406         Call gnus-article-highlight-citation if requested.
10407         (message-make-from): Allow name and address as optional arguments.
10408
10409         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10410
10411         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10412         bugs to doc string.
10413         (gnus-button-alist): Add mid\\|message-id.
10414         (gnus-button-fetch-group): Extend for use in
10415         `browse-url-browser-function'.
10416         (gnus-button-url-regexp): Try to catch paired parentheses like in
10417         Wikipedia URLs.
10418
10419         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10420         Suggested by Simon Krahnke <overlord@gmx.li>.
10421
10422 2007-01-13  Romain Francoise  <romain@orebokech.com>
10423
10424         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10425         Update copyright.
10426
10427 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10428
10429         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10430
10431 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10432
10433         * gnus-registry.el (gnus-registry-unfollowed-groups)
10434         (gnus-registry-split-fancy-with-parent): Fix documentation.
10435
10436 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10437
10438         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10439         from nnweb groups.
10440
10441 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10442
10443         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10444         Xref urls.  Erase buffer before requesting head.
10445
10446         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10447
10448 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10451         customizable.
10452
10453 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10454
10455         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10456         no signing key is found.
10457         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10458         no encrypting and/or signing key is found.
10459
10460 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10463
10464 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10465
10466         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10467         headers read from disk with the ones newly found in the current search.
10468         This should no longer cause problems, because the article numbers in
10469         Gmane's `nov.php' output are ignored since the previous change.
10470
10471 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10472
10473         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10474
10475 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10478         replace-regexp-in-string; bind url-version; fbind display-images-p and
10479         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10480         find-face and set-itimer-function for Emacs; bind itimer-list for
10481         Emacs.
10482
10483         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10484
10485 2007-01-01  Romain Francoise  <romain@orebokech.com>
10486
10487         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10488
10489 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10490
10491         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10492         `define-minor-mode' macro definition expanded properly.
10493         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10494         exclude it there.
10495
10496         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10497         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10498         `fboundp' test.
10499         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10500         This is OK to autoload in (S)XEmacs now.
10501
10502 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10505         keystroke.
10506         (gnus-summary-limit-to-singletons): Fix typo.
10507
10508         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10509         else fails.
10510
10511 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10512
10513         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10514         docstring.
10515
10516         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10517         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10518         (gnus-summary-insert-dormant-articles): Fix typo in message.
10519
10520 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10523         nil for XEmacs.
10524         (gnus-message-citation-mode): Don't autoload in XEmacs.
10525
10526         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10527
10528 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10529
10530         * nnimap.el (nnimap-expunge-search-string):
10531         Mention nnimap-search-uids-not-since-is-evil in docstring.
10532
10533 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * spam.el: Revert to make-obsolete-variable because
10536         define-obsolete-variable-alias is not supported in Emacs 21.
10537
10538         * spam.el (spam-ifile-path, spam-ifile-database-path)
10539         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10540         make-obsolete-variable.
10541         (spam-bsfilter-path, spam-bsfilter-program)
10542         (spam-spamassassin-path, spam-spamassassin-program)
10543         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10544         Don't use "path" inappropriately.
10545         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10546         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10547         variable names.
10548
10549 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10550
10551         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10552         summary buffer.
10553
10554         * password.el (password-cache-remove): Use clear-string to burn
10555         password, if available.
10556
10557 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10560
10561         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10562
10563         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10564         (gnus-message-highlight-citation): Move defcustom here from
10565         gnus-cite.el.
10566         (gnus-message-citation-mode): Autoload.
10567
10568         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10569         checks to make it compile with XEmacs.
10570         (gnus-message-citation-mode): New minor mode.
10571         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10572         (gnus-message-highlight-citation): New variables.
10573         (gnus-message-search-citation-line)
10574         (gnus-message-add-citation-keywords)
10575         (gnus-message-remove-citation-keywords)
10576         (turn-on-gnus-message-citation-mode)
10577         (turn-off-gnus-message-citation-mode): New functions.
10578
10579 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10580
10581         * gnus-cite.el: Enable highlighting of different citation levels in
10582         message-mode.
10583
10584 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * message.el (message-make-fqdn): Fix comment.
10587         (message-bogus-system-names): Add ".local".
10588
10589         * spam.el (spam-ifile-path, spam-ifile-program)
10590         (spam-ifile-database-path, spam-ifile-database)
10591         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10592         Don't use "path" inappropriately.
10593         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10594         strings.
10595         (spam-check-ifile, spam-ifile-register-with-ifile)
10596         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10597         Use new variable names.
10598
10599         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10600         (gnus-treat-display-smileys): Simplify using
10601         gnus-image-type-available-p.
10602
10603         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10604         available.
10605
10606         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10607         Use `display-images-p' if available.
10608
10609 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10612         one after turning on the buffer's multibyteness instead of decoding
10613         them directly in the unibyte buffer that causes unexpected conversion
10614         in Emacs 23 (unicode).
10615
10616 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10617
10618         * message.el (message-generate-hashcash): Fix custom type.
10619
10620 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10623
10624 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10627         disconnect icons.  Add help text.
10628
10629 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10630
10631         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10632         negated to be consistent with the others we handle.
10633
10634 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10637         version of gnus-summary-buffer to something, so that we can use two
10638         article buffers at the same time.
10639
10640 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10641
10642         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10643         trigger all the extra headers.
10644         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10645         sorting.
10646
10647 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10648
10649         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10650         solid groups.
10651
10652 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10653
10654         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10655
10656 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * legacy-gnus-agent.el: Add Copyright notice.
10659
10660 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10661
10662         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10663
10664 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10667
10668         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10669         to make it work reliably in CVS Emacs.
10670         (gnus-summary-limit-strange-charsets-predicate)
10671         (gnus-summary-limit-to-predicate): New functions.
10672
10673 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10674
10675         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10676         specifying array size.
10677         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10678         array if it is too small.
10679         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10680         (gnus-sort-threads-loop): New function.
10681
10682 2006-12-06  Chris Moore  <dooglus@gmail.com>
10683
10684         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10685         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10686
10687 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10688
10689         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10690         options.
10691
10692 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10695         DOS-ing the recipient.
10696
10697         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10698         the headers when creating the mapping to avoid mismappings.
10699         (nnweb-gmane-create-mapping): Always nix out old mapping.
10700
10701 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10704         and mm-verify-option to never.
10705
10706 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * message.el (message-signed-or-encrypted-p): New function.
10709         (message-forward-make-body): Use it.
10710
10711         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10712         Replace encode-coding-string with mm-encode-coding-string.
10713
10714 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * nneething.el (nneething-decode-file-name):
10717         Replace decode-coding-string with mm-decode-coding-string.
10718
10719         * gnus-int.el (gnus-open-server): Say failed server's name.
10720
10721 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10722
10723         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10724         strings to a single string.  Quote `errors-file-name'.
10725         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10726         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10727         Adjust calls.  Use `shell-quote-argument'.
10728
10729 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10730
10731         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10732         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10733
10734         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10735         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10736         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10737         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10738         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10739         (gnus-subscribe-newsgroup, gnus-1):
10740         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10741         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10742         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10743         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10744
10745 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10748         keystroke.
10749         (gnus-summary-limit-to-bodies): Implement headersp.
10750
10751 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10754
10755 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10758
10759 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * message.el (message-generate-hashcash): Expand range of values to
10762         include `opportunistic'.
10763         (message-send-mail): Use it.
10764
10765 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10766
10767         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10768         and comment it.
10769
10770         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10771
10772 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * gnus-util.el (gnus-extract-address-components): Improve comment.
10775
10776 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * gnus-util.el (gnus-extract-address-components): Work with address in
10779         which the name portion contains @.
10780
10781         * lpath.el: Fbind custom-autoload.
10782
10783 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus.el (gnus-start): Move custom group up.
10786         (gnus-select-method): Don't autoload, but make it available for
10787         `customize-variable'.
10788         (gnus-getenv-nntpserver): Don't autoload.
10789
10790 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10791
10792         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10793
10794 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * message.el (message-sendmail-extra-arguments): New variable.
10797         (message-send-mail-with-sendmail): Use it.
10798
10799 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10802         mm-with-unibyte-current-buffer to make string unibyte.
10803
10804         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10805         mm-string-as-multibyte.
10806
10807 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10808
10809         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10810         Reported by Werner Koch <wk@gnupg.org>.
10811
10812 2006-11-14  Daiki Ueno  <ueno@p360>
10813
10814         * mml2015.el: Autoload epa-select-keys when compiling.
10815
10816 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10817
10818         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10819         message-options.
10820         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10821
10822 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10823
10824         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10825         EasyPG (< 0.0.6).
10826         (mml2015-always-trust): New user option.
10827         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10828         prompt.
10829
10830 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * nntp.el (nntp-authinfo-force): New variable.
10833         (nntp-send-authinfo): Use it.
10834
10835 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10838         decode encoded words.  Improve prompt.  Add comment about forwarding.
10839         (message-replacement-char): Move up.
10840
10841 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10842
10843         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10844         instead of gnus-intersection because arguments of gnus-sorted-nunion
10845         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10846
10847 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10850         (message-simplify-subject-functions):
10851         Enable message-strip-subject-encoded-words by default.
10852
10853 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * message.el (message-strip-subject-encoded-words): New function.
10856         (message-simplify-subject-functions): New variable.
10857         (message-simplify-subject): Use it.  Fix typo in doc string.
10858         Support message-strip-subject-encoded-words.
10859
10860 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10861
10862         * gnus-diary.el (gnus-diary-delay-format-function):
10863         * nndiary.el (nndiary-reminders):
10864         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10865
10866 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * gnus-art.el (article-hide-boring-headers): Fetch date from
10869         gnus-original-article-buffer to avoid problems with localized date
10870         strings.
10871
10872 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10875
10876 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10877
10878         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10879         New variables.
10880         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10881         (mm-charset-synonym-alist): Move some entries to
10882         mm-codepage-iso-8859-list.
10883         (mm-charset-synonym-alist, mm-charset-override-alist):
10884         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10885
10886 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10889
10890 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10893         with Emacs 21 and XEmacs.
10894
10895 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10896
10897         * spam.el (spam-parse-address): New function for better parsing,
10898         catching errors, etc.
10899         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10900
10901 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * mm-view.el: Add interactive arg to html2text autoload.
10904
10905 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10908
10909 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10912         New variables.
10913         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10914         (mm-charset-synonym-alist): Move some entries to
10915         mm-codepage-iso-8859-list.
10916
10917         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10918
10919 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * message.el (message-citation-line-format)
10922         (message-insert-formated-citation-line): Fix implementation of %E, %N
10923         and %n according to the doc string.
10924
10925 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10926
10927         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10928         Use car-safe to avoid bad parses.
10929
10930 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10933         names.
10934
10935         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10936
10937 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10940         header.
10941
10942         * message.el (message-draft-headers): Add Date.
10943         (message-headers-to-generate): Fix typo in docstring.
10944
10945         * nndraft.el (nndraft-required-headers): New variable.
10946         (nndraft-generate-headers): Use it.
10947
10948         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10949
10950 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10951
10952         * gnus-registry.el (gnus-registry-wash-for-keywords)
10953         (gnus-registry-find-keywords): New functions to allow easy searching of
10954         articles that are in the registry.
10955
10956 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10957
10958         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10959         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10960         Reported by Damien Elmes <damien@repose.cx>.
10961
10962 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * gnus.el (gnus-mime): Remove unused custom group.
10965
10966 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10967
10968         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10969         "blank line" when searching for end of armor headers.
10970
10971 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gmm-utils.el (gmm-write-region): Fix variable name.
10974
10975 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * gmm-utils.el (gmm-write-region): New function based on compatibility
10978         code from `mm-make-temp-file'.
10979
10980         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10981
10982         * nnmaildir.el (nnmaildir--update-nov)
10983         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10984         Use `gmm-write-region'.
10985
10986 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10989         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10990
10991         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10992
10993         * message.el (message-replacement-char): New variable.
10994         (message-fix-before-sending): Use it.
10995         (message-simplify-subject): New function to remove duplicate code.
10996         (message-reply, message-followup): Use it.
10997
10998         * gnus-sum.el (gnus-summary-make-menu-bar):
10999         Clarify gnus-summary-limit-to-articles.
11000
11001 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-util.el (gnus-with-local-quit): New macro.
11004
11005         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11006
11007 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11008
11009         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11010         ignore non-string data.
11011
11012 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11015         non-string data (needs to be done in the registry too).
11016
11017 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11018
11019         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11020         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11021         (gnus-registry-split-fancy-with-parent)
11022         (gnus-registry-fetch-simplified-message-subject-fast)
11023         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11024         Remove text properties on ingress into the registry and when it's saved.
11025         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11026         registry from entries with no groups.
11027
11028 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11029
11030         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11031         function to remove string properties.
11032
11033 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * gmm-utils.el (gmm): Adjust custom version.
11036
11037         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11038         Adjust custom version.
11039
11040         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11041
11042 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-art.el (gnus-insert-prev-page-button)
11045         (gnus-insert-next-page-button): Simplify.  Reformat.
11046
11047 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11048
11049         * gnus-art.el (gnus-insert-prev-page-button)
11050         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11051
11052 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11053
11054         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11055
11056 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11057
11058         * gnus-art.el (gnus-insert-mime-button)
11059         (gnus-insert-mime-security-button):
11060         Apply gnus-article-button-face to MIME and security buttons.
11061
11062 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11065         readable.
11066
11067 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11070
11071 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11072
11073         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11074         `browse-url-of-file' instead of `browse-url'.
11075
11076 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11077
11078         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11079         regexp.  Articles containing quotation were cut prematurely.
11080
11081 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * message.el (message-cite-original-1): Use nobody by default for the
11084         value of From header.
11085         (message-reply): Ditto.
11086
11087 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11088
11089         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11090         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11091         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11092
11093 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11096         mails in the doc string.  Add some URLs in comment.
11097         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11098
11099 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11102         backslashes handling and the way to find boundaries of quoted strings.
11103
11104 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11105
11106         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11107         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11108         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11109         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11110
11111 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11114         doc string.
11115         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11116
11117 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * lpath.el: Fbind epg-check-configuration.
11120
11121 2006-09-06  Simon Josefsson  <jas@extundo.com>
11122
11123         * mml2015.el (mml2015-use): Doc fix, mention epg.
11124
11125 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11126
11127         * mml2015.el (mml2015-use): Default to epg, if available.
11128
11129 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11130
11131         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11132         message-sender.
11133         (mml1991-epg-encrypt): Ditto.
11134         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11135         message-sender.
11136         (mml2015-epg-encrypt): Ditto.
11137
11138 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11139
11140         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11141         several common directories.
11142
11143 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11144
11145         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11146         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11147
11148 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-art.el (article-decode-encoded-words): Make it fast.
11151
11152 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11155
11156         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11157         in quoted string into `\'.
11158
11159 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11162         Use standard-syntax-table.
11163
11164 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * gnus-art.el (gnus-decode-address-function): New variable.
11167         (article-decode-encoded-words): Use it to decode headers which are
11168         assumed to contain addresses.
11169         (gnus-mime-delete-part): Remove useless `or'.
11170
11171         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11172         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11173         (gnus-nov-parse-line): Use it to decode From header.
11174         (gnus-get-newsgroup-headers): Ditto.
11175         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11176
11177         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11178         (mail-decode-encoded-address-string): New alias.
11179
11180         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11181         New function.
11182         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11183         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11184         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11185         (rfc2047-decode-string): Ditto.
11186         (rfc2047-decode-address-region): New function.
11187         (rfc2047-decode-address-string): New function.
11188
11189 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * message.el (message-caesar-buffer-body): Allow rotating headers.
11192
11193         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11194
11195         * message.el (message-insert-formated-citation-line): Fix %f.
11196         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11197
11198 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11201         (gnus-bookmark-mouse-available-p): New macro.
11202         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11203         (gnus-bookmark-bmenu-show-infos): Use it.
11204         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11205         (gnus-bookmark-bmenu-hide-infos): Ditto.
11206         (gnus-bookmark-remove-properties): New function.
11207         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11208         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11209         (gnus-bookmark-write-file): Bind coding-system-for-write.
11210         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11211         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11212         group before selecting it.
11213         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11214         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11215         quit-window if it is not available; use gnus-mouse-2 and bind it to
11216         gnus-bookmark-bmenu-select-by-mouse.
11217         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11218         (gnus-bookmark-bmenu-select-by-mouse): New function.
11219
11220 2006-08-13  Romain Francoise  <romain@orebokech.com>
11221
11222         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11223         space.
11224
11225 2006-08-10  Romain Francoise  <romain@orebokech.com>
11226
11227         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11228         (dns-mode-soa-auto-increment-serial): New user option.
11229         (dns-mode-soa-maybe-increment-serial): New function.
11230         (dns-mode): Add the latter to `write-contents-functions'.
11231
11232 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * compface.el (uncompface): Use binary rather than raw-text-unix.
11235
11236 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * compface.el (uncompface): Make sure the eol conversion doesn't take
11239         place when communicating with the external programs.
11240         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11241
11242 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11245
11246 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11247
11248         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11249         Make it more robust by parsing author and date independently.
11250
11251 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11254
11255 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11256
11257         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11258         first matching secret key.
11259         (mml2015-epg-encrypt): Ditto.
11260
11261         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11262         first matching secret key.
11263         (mml1991-epg-encrypt): Ditto.
11264
11265         * mml2015.el (mml2015-encrypt-to-self): New user option.
11266         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11267         mml2015-epg-encrypt-to-self is set.
11268
11269         * mml1991.el (mml1991-encrypt-to-self): New variable.
11270         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11271         mml1991-epg-encrypt-to-self is set.
11272
11273         * mml2015.el (mml2015-signers): New user option.
11274         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11275         (mml2015-epg-encrypt): Allow to select signing keys.
11276
11277         * mml1991.el (mml1991-signers): New variable.
11278         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11279         (mml1991-epg-encrypt): Allow to select signing keys.
11280
11281 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * nnheader.el (nnheader-insert-head): Make it work even if the file
11284         uses CRLF for the line-break code.
11285
11286 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11287
11288         * mml2015.el: Require mml-sec instead of password.
11289         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11290         (mml2015-cache-passphrase): Inherit the default value from
11291         mml-secure-cache-passphrase.
11292         (mml2015-passphrase-cache-expiry): Inherit the default value from
11293         mml-secure-passphrase-cache-expiry.
11294
11295         * mml1991.el: Require mml-sec instead of password.
11296         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11297         (mml1991-cache-passphrase): Inherit the default value from
11298         mml-secure-cache-passphrase.
11299         (mml1991-passphrase-cache-expiry): Inherit the default value from
11300         mml-secure-passphrase-cache-expiry.
11301
11302         * mml-sec.el: Require password.
11303         (mml-secure-verbose): New user option.
11304         (mml-secure-cache-passphrase): New user option.
11305         (mml-secure-passphrase-cache-expiry): New user option.
11306
11307 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11308
11309         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11310         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11311         andreas@altroot.de (Andreas Vögele).
11312
11313         FIXME: Use `tiny change'?
11314
11315 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11316
11317         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11318         workaround for the url package included with Emacs.
11319
11320         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11321
11322 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11325         correctly.  This fixes a bug caused by the 2006-05-12 change.
11326
11327 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11328
11329         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11330         some information about the error when saying that the `bogus' mail
11331         group will be used.
11332
11333 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11336         string.
11337
11338 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11339
11340         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11341
11342 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11343
11344         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11345
11346 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11347
11348         * mml1991.el (mml1991-function-alist): Add epg.
11349         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11350         (mml1991-epg-encrypt): New functions.
11351
11352 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11353
11354         * mml2015.el (mml2015-verbose): New variable.
11355         (mml2015-cache-passphrase): Ditto.
11356         (mml2015-passphrase-cache-expiry): Ditto.
11357         (mml2015-function-alist): Add epg.
11358         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11359         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11360         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11361         New functions.
11362
11363 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11364
11365         * message.el (message-cite-original-1): Preserve region when removing
11366         quoted text due to X-No-Archive in order to avoid bogus attribution
11367         when citing multiple messages.
11368
11369 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11370
11371         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11372         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11373
11374 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * gnus-diary.el (gnus-user-format-function-d)
11377         (gnus-user-format-function-D): Autoload.
11378
11379         * imap.el (Commentary): Fix typo.
11380
11381         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11382         2006-04-22 contribution.
11383
11384 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11385
11386         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11387         It didn't really fix the bogosity I'm seeing with solid web groups.
11388
11389 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11390
11391         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11392         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11393         created using server names.  If we use the feature without declaring
11394         it, Gnus does not properly manage server and group state.
11395
11396         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11397         bound.
11398
11399 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11400
11401         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11402         looking up the method using GROUP's prefix before inventing a new one.
11403         It is used on killed/unknown groups in various places where returning
11404         an all-new method isn't expected by the caller.
11405
11406         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11407         and match semantics of gnus-group-real-prefix.
11408
11409 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * nnmail.el (nnmail-broken-references-mailers): New variable.
11412         (nnmail-ignore-broken-references): New function generalizing
11413         nnmail-fix-eudora-headers.
11414         (nnmail-fix-eudora-headers): Now obsolete.
11415
11416         * gnus-art.el (gnus-button-handle-custom):
11417         Support `customize-apropos*'.
11418
11419 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11422
11423         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11424         articles.
11425
11426 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * message.el (message-cite-reply-above): New variable.
11429         (message-yank-original): Use it.
11430
11431 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11434
11435 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11438         as read.
11439
11440         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11441
11442 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11445         (gnus-bookmark-default-file): Use gnus-directory.
11446         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11447         Remove "*" in doc string.
11448         (gnus-bookmark-write-file): Simplify.
11449         (gnus-bookmark-maybe-sort-alist): Use `when'.
11450         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11451         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11452         Add FIXME about Emacs 21 and XEmacs compatibility.
11453         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11454         compatibility.
11455         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11456         compatibility.
11457         (gnus-bookmark-menu-heading): Fix version.
11458
11459 2006-06-19  Bastien Guerry  <bzg@altern.org>
11460
11461         * gnus-bookmark.el: New file.
11462
11463 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * message.el (message-syntax-checks): Doc fix.
11466
11467 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11468
11469         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11470         unsubscribed groups as if they were killed ones.  It causes duplicate
11471         entries in gnus-newsrc-alist.
11472
11473 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * message.el (message-syntax-checks): Doc fix.
11476         (message-send-mail): Add check for continuation headers.
11477         (message-check-news-header-syntax): Fix regexp used to check for
11478         continuation headers.
11479
11480 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11483
11484 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11485
11486         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11487
11488 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11491         default-truncate-lines.
11492
11493 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11496         to fill the utf-8 entry.
11497
11498         * lpath.el: Fbind unicode-precedence-list.
11499
11500 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11501
11502         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11503
11504 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11505
11506         * gnus-agent.el (directory-files-and-attributes): Move all the way
11507         forward (the third and final move).
11508         (gnus-agent-read-agentview): Trap reconstruction errors due to
11509         nonexistent directory.  Handle by returning nil.
11510
11511 2006-05-30  Didier Verna  <didier@xemacs.org>
11512
11513         * message.el (message-dont-reply-to-names): Update the custom type.
11514         * message.el (message-dont-reply-to-names): New defsubst: potentially
11515         convert a list of regexps into a single one.
11516         * message.el (message-get-reply-headers): Use it.
11517         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11518
11519 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-agent.el (directory-files-and-attributes): Move forward.
11522
11523 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-ml.el (gnus-mailing-list-subscribe)
11526         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11527         (gnus-mailing-list-message): Fix doc strings.
11528
11529 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11530
11531         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11532         of doing it manually.
11533
11534 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11537         comment.
11538
11539 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11540
11541         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11542         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11543         (gnus-agent-read-local): All symbols allocated in my-obarray.
11544         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11545         (gnus-agent-regenerate-group): Check numeric names to see if they are
11546         messages or groups.
11547         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11548         better way of do this...)
11549
11550         * gnus-cache.el (gnus-agent-total-fetched-for):
11551         Ignore 'dummy.group' (there should be a better way of do this...)
11552
11553 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11556         (gnus-saved-headers): Ditto.
11557         (gnus-default-article-saver): Mention functions may have properties.
11558         (gnus-article-save): Override gnus-save-all-headers and
11559         gnus-saved-headers by :headers property which saver function may have.
11560         (gnus-summary-save-in-file): Add :headers property.
11561         (gnus-summary-write-to-file): Ditto.
11562
11563         * gnus-sum.el (gnus-summary-save-article): Bind
11564         gnus-prompt-before-saving to t when saving many articles in a file;
11565         always show all headers.
11566
11567         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11568
11569 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11572         marks.
11573
11574         * message.el (message-indent-citation): Add optional arguments to allow
11575         using it outside of message buffers.
11576
11577         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11578         (gnus-article-treat-unfold-headers): Use it.
11579         (gnus-article-truncate-lines): New variable.
11580         (gnus-article-mode): Use it.
11581         (gnus-article-toggle-truncate-lines): New function.
11582
11583         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11584         Add gnus-article-toggle-truncate-lines.
11585
11586         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11587         coding system in XEmacs, use binary.
11588
11589 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11592         after-load-alist.
11593
11594         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11595         this function should save decoded articles.
11596         (gnus-summary-write-to-file): Use property to specify this function
11597         should save decoded articles and specify gnus-summary-save-in-file
11598         should be used to save articles other than the first one when saving
11599         many articles.
11600         (gnus-summary-save-body-in-file): Use property to specify this
11601         function should save decoded articles.
11602         (gnus-summary-write-body-to-file): Use property to specify this
11603         function should save decoded articles and specify
11604         gnus-summary-save-body-in-file should be used to save articles other
11605         than the first one when saving many articles.
11606
11607         * gnus-sum.el (gnus-summary-save-article): Simplify.
11608
11609 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * gnus-art.el (gnus-default-article-saver):
11612         Add gnus-summary-write-body-to-file.
11613         (gnus-article-save-coding-system): Don't use coding system object
11614         in XEmacs.
11615         (gnus-read-save-file-name): Add optional `dir-var' argument which
11616         specifies directory in which files are saved; work even if optional
11617         `variable' argument is not specified.
11618         (gnus-summary-write-to-file): Read file name.
11619         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11620         (gnus-summary-write-body-to-file): New function.
11621
11622         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11623         (gnus-summary-local-variables): Add it.
11624         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11625         (gnus-summary-save-article): Remove optional `decode' argument;
11626         determine whether to decode articles by the value of
11627         gnus-default-article-saver; when saving many files using
11628         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11629         it first and use gnus-summary-save-in-file or
11630         gnus-summary-save-body-in-file thereafter unless
11631         gnus-prompt-before-saving is always; move point to article which
11632         will be saved.
11633         (gnus-summary-save-article-file): Revert.
11634         (gnus-summary-write-article-file): Revert.
11635         (gnus-summary-save-article-body-file): Revert.
11636         (gnus-summary-write-article-body-file): New function.
11637
11638 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-art.el (gnus-default-article-saver): Doc fix.
11641         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11642         from gnus-summary-save-article-coding-system, and default to a
11643         certain coding system.
11644         (gnus-output-to-file): Add coding cookie and encode text according
11645         to gnus-article-save-coding-system; don't use mm-append-to-file.
11646
11647         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11648         gnus-art.el and rename to gnus-article-save-coding-system.
11649         (gnus-summary-save-article): Require gnus-art; don't show all
11650         headers if it decodes articles; don't add coding cookie here;
11651         don't bind mm-text-coding-system-for-write.
11652         (gnus-summary-save-article-file): Save decoded articles.
11653         (gnus-summary-write-article-file): When saving many files, use
11654         gnus-summary-write-to-file first and gnus-summary-save-in-file
11655         thereafter unless gnus-prompt-before-saving is always.
11656         (gnus-summary-save-article-body-file): Save decoded articles.
11657
11658         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11659
11660 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * nnrss.el (nnrss-check-group): Bind hash-index.
11663
11664 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11665
11666         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11667         its hash index.  Store this hash in `nnrss-group-data'.
11668         (nnrss-read-group-data): Update accordingly.
11669
11670 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11673         entry.
11674
11675         * gnus-sum.el (gnus-summary-make-menu-bar):
11676         Add gnus-article-browse-html-article.
11677
11678 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11679
11680         * gnus-sum.el (gnus-summary-mime-map):
11681         Add gnus-article-browse-html-article.
11682
11683         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11684
11685 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11688         suitable coding systems in customize.
11689
11690 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * mail-source.el (mail-sources): Fix custom type.
11693
11694 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11697         (gnus-summary-expire-articles-now): Shorten prompt.
11698
11699         * gmm-utils.el (wid-edit): Require.
11700         (defun-gmm): Rename from `gmm-defun-compat'.
11701         (gmm-image-search-load-path): Use it.
11702         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11703
11704 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-sum.el (gnus-summary-save-article-coding-system):
11707         New variable.
11708         (gnus-summary-save-article): Add optional `decode' argument.
11709         If it is set and gnus-summary-save-article-coding-system is non-nil,
11710         save decoded article.
11711         (gnus-summary-write-article-file): Save decoded article if
11712         gnus-summary-save-article-coding-system is non-nil.
11713
11714         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11715         type.
11716
11717 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11720
11721 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11724         first to test gnus-single-article-buffer which may be buffer-local.
11725
11726         * gnus-sum.el (gnus-summary-setup-buffer):
11727         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11728         group; make gnus-article-buffer, gnus-article-current, and
11729         gnus-original-article-buffer always buffer-local.
11730         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11731         group.
11732         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11733
11734 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * nnml.el (nnml-request-compact-group): Compressed files might not
11737         have .gz extension.
11738
11739 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11740
11741         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11742         (mm-copy-to-buffer): Use with-current-buffer.
11743         (mm-display-part): Simplify.
11744         (mm-inlinable-p): Add optional arg `type'.
11745
11746 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11747
11748         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11749         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11750         Try harder to show the attachment internally or externally using
11751         gnus-mime-view-part-as-type.
11752
11753 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * message.el (message-from-style, message-signature-separator)
11756         (message-user-organization-file, message-send-mail-function)
11757         (message-citation-line-function, message-yank-prefix)
11758         (message-indent-citation-function, message-signature)
11759         (message-signature-file, message-signature-insert-empty-line):
11760         Remove autoloads.
11761
11762         * gnus-art.el (gnus-buttonized-mime-types):
11763         Remove "multipart/signed".  Revert 2006-04-26 change.
11764
11765 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11766
11767         * gnus.el (gnus-version-number): Bump version.
11768
11769 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11770
11771         * gnus.el: No Gnus v0.5 is released.
11772
11773 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11774
11775         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11776         fetching articles by message-id.
11777
11778 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * message.el (hashcash): Require hashcash as normal.
11781
11782         * ecomplete.el (ecomplete-highlight-match-line):
11783         Use point-at-eol.
11784         (ecomplete-highlight-match-line): Use `highlight', because that
11785         face exists in both Emacs and XEmacs.
11786
11787         * message.el (message-display-abbrev): Use point-at-bol.
11788
11789         * mail-source.el: Don't require timer/timer-funcs.
11790
11791         * gnus-async.el: Ditto.
11792
11793         * password.el: Ditto.
11794
11795         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11796
11797         * mm-url.el: Ditto.
11798
11799         * gnus-xmas.el: Don't require timer-funcs.
11800
11801         * mm-util.el: Require timer/timer-funcs.
11802
11803 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11804
11805         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11806         Close.
11807
11808 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11811         unibyte after clear-decrypt function runs.
11812
11813         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11814         returns as a unibyte string.
11815
11816 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * lpath.el: Revert.
11819
11820         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11821         (pgg-gpg-process-sentinel): Revert.
11822
11823         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11824         (pgg-pgp-lookup-key): Revert.
11825
11826         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11827         (pgg-pgp5-lookup-key): Revert.
11828
11829         * pgg.el (pgg-fetch-key): Revert.
11830
11831 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * lpath.el: Fbind string-as-multibyte for XEmacs.
11834
11835         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11836         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11837         (mml1991-pgg-encrypt): Ditto.
11838
11839         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11840         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11841         a multibyte buffer.
11842
11843         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11844         (pgg-pgp-lookup-key): Ditto.
11845
11846         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11847         (pgg-pgp5-lookup-key): Ditto.
11848
11849         * pgg.el (pgg-fetch-key): Ditto.
11850
11851 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * message.el (message-user-organization-file): Check several
11854         locations of the organization file.
11855
11856         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11857         Add gnus-article-view-part-as-type.
11858
11859         * gnus-art.el (gnus-article-view-part-as-type): New function.
11860
11861         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11862         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11863
11864         * mml.el: Simplify autoload.
11865         (mml-mode): defvar dnd-protocol-alist instead of using
11866         symbol-value.
11867         (mml-default-directory): New variable.
11868         (mml-minibuffer-read-file): Use it.
11869         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11870
11871         * message.el (message-citation-line-format): New variable.
11872         (message-insert-formated-citation-line): New function.
11873         (message-citation-line-function):
11874         Add `message-insert-formated-citation-line' to custom type.
11875
11876         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11877         to doc string.
11878
11879         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11880         depending on mm-verify-option.
11881
11882 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11885         binding pgg-* variables; reimplement the section which prevents
11886         MIME header from being signed.
11887         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11888         pgg-text-mode; remove a blank line at the top of body.
11889
11890         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11891         lines at the top of body; use gnus-newsgroup-charset if there's no
11892         Charset header.
11893
11894 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * message.el (message-self-insert-commands): Doc fix.
11897
11898         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11899         (mm-uu-pgp-encrypted-test): Ditto.
11900         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11901         between header and body; return application/pgp-encrypted handle
11902         if decryption failed; decode decrypted body by charset.
11903
11904         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11905         element match to application/pgp-*.
11906
11907 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11908
11909         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11910         HTML.
11911
11912 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11913
11914         * mail-source.el (mail-source-call-script): Message the error
11915         string.
11916
11917 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * gnus-util.el (gnus-byte-compile): Use it.
11920
11921 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11922
11923         * gnus-util.el (kill-empty-logs): New function.
11924
11925 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * message.el (message-mail-alias-type): Doc fix.
11928         (message-mail-alias-type-p): New function.
11929         (message-send): Use it.
11930         (message-mode): Ditto.
11931         (message-strip-forbidden-properties): Ditto.
11932
11933         * ecomplete.el (ecomplete-database-file-coding-system):
11934         New variable.
11935         (ecomplete-save): Use it.
11936         (ecomplete-setup): Use it.
11937
11938 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * message.el (message-self-insert-commands): New variable.
11941         (message-strip-forbidden-properties): Use it.
11942
11943 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11946         that doesn't make XEmacs choke.
11947
11948 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-util.el (gnus-replace-in-string):
11951         Prefer replace-regexp-in-string over of replace-in-string.
11952
11953 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-util.el (gnus-select-frame-set-input-focus):
11956         Use select-frame-set-input-focus if it is available in XEmacs; use
11957         definition defined in Emacs 22 for old Emacsen.
11958
11959         * dgnushack.el: Autoload unmorse-region for XEmacs.
11960
11961         * lpath.el: Bind cursor-in-non-selected-windows and
11962         select-frame-set-input-focus for XEmacs.
11963
11964 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11967
11968 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * gnus-registry.el (gnus-registry-cache-save): Remove text
11971         properties when saving via the temp buffer.
11972
11973 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11974
11975         * message.el (message-generate-hashcash): Honor custom type.
11976
11977 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * message.el (message-generate-hashcash): Default to non-nil when
11980         hashcash is found.
11981
11982         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11983         (gnus-refer-thread-limit): Increase default to 500.
11984
11985         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11986
11987         * flow-fill.el (fill-flowed): Allow delete-space.
11988
11989 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11992         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11993         Remove autoloads.
11994
11995 2006-04-18  Simon Josefsson  <jas@extundo.com>
11996
11997         * message.el (message-generate-hashcash): Default to.
11998
11999 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12002         concatenating segments rather than before concatenating them.
12003
12004 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12007
12008 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12011
12012         * message.el (message-forward-make-body-plain):
12013         Allow message-forward-ignored-headers to be a list.
12014         (message-remove-ignored-headers): Factor out into function.
12015         (message-forward-make-body-mml): Use it.
12016
12017         * imap.el (imap-quote-specials): New function.
12018         (imap-login-auth): Quote specials.
12019
12020         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12021         (rfc2231-parse-string): Allow concatanation of parameters that
12022         aren't contiguous.  The test case is
12023           (mail-header-parse-content-type "message/external-body;
12024             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12025             access-type=LOCAL-FILE;
12026             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12027
12028 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12029
12030         * nntp.el (nntp-accept-process-output): Return the value of
12031         `nnheader-accept-process-output'.
12032
12033 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12036         (gnus-button-alist): Recognize more diff formats.
12037         (gnus-button-patch): Strip directory.
12038
12039 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12042         Emacs 22 when setting focus.
12043
12044 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * gnus-art.el (gnus-article-treat-types): Do treatment of
12047         text/x-verbatim parts.
12048         (gnus-button-patch): New command.
12049
12050         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12051         addresses that contain invalid characters.
12052
12053 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * message.el (message-put-addresses-in-ecomplete):
12056         Use gnus-replace-in-string.
12057         (message-is-yours-p): Use the more correct
12058         mail-header-parse-address instead of
12059         mail-extract-address-components.
12060         (message-put-addresses-in-ecomplete): Fix typo.
12061
12062         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12063         keystroke.
12064
12065         * gnus-art.el (gnus-treatment-function-alist): Change order of
12066         newsgroups/generic header folding to avoid double-folding.
12067
12068         * message.el (message-hidden-headers): Add X-Draft-From.
12069
12070         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12071         New command.
12072         (gnus-summary-repeat-search-article-backward): New command.
12073
12074         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12075         groups in the parent topic.
12076
12077 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12078
12079         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12080         (spam-extra-header-to-number): Return the CRM114 number as a
12081         number instead of a string.
12082
12083 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12084
12085         * gnus-art.el (gnus-face-properties-alist): Move here from
12086         gnus-fun.
12087
12088         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12089
12090 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * message.el (message-strip-forbidden-properties): Only display on
12093         self-insert-command.
12094
12095         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12096         reindent.
12097         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12098
12099 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12100
12101         * smiley.el (smiley-style): Fix typo.
12102
12103 2006-03-23  Kenichi Handa  <handa@m17n.org>
12104
12105         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12106         instead of set-buffer-multibyte.
12107
12108 2006-03-23  Kenichi Handa  <handa@m17n.org>
12109
12110         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12111         buffer and then decode the buffer text if necessary.
12112         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12113         first, and after mm-encode-body, change the buffer to unibyte.
12114
12115 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * hashcash.el (hashcash-insert-payment-async-2):
12118         Use message-goto-eoh instead of doing it manually.
12119         (mail-add-payment): Use message-narrow-to-header instead of trying
12120         to do the same itself.
12121
12122         * message.el (message-hidden-headers): Add Face.
12123
12124         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12125         reparenting code.
12126         (gnus-summary-reparent-children): Refactored out code.
12127         (gnus-summary-thread-map): New keystroke.
12128         (gnus-summary-reparent-children): Make into command.
12129
12130         * smiley.el (smiley-style): Default to `medium' if using a large
12131         font.
12132
12133         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12134         does it itself.
12135
12136         * message.el (message-point-in-header-p): Simplify definition.
12137
12138 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12139
12140         * nnagent.el (nnagent-request-set-mark): Silence log file
12141         writing.
12142         (nnagent-request-set-mark): Use write-region instead of
12143         append-to-file.
12144
12145         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12146         strange select method.
12147
12148         * ecomplete.el (ecomplete-display-matches): Get highlightling
12149         right.
12150         (ecomplete-display-matches): Use literals.
12151         (ecomplete-display-matches): Disable message logging.
12152
12153         * message.el (message-display-abbrev): Small optimization.
12154
12155         * ecomplete.el (ecomplete-display-matches): Allow automatic
12156         display.
12157
12158         * message.el (message-strip-forbidden-properties):
12159         Display abbrevs.
12160         (message-display-abbrev): Get automatic display right.
12161
12162         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12163         keystrokes.
12164
12165 2006-04-13  Romain Francoise  <romain@orebokech.com>
12166
12167         TODO: Backport to v5-10!
12168
12169         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12170         Move here (and rename) from gnus-registry.el.
12171
12172         * gnus-registry.el: Require gnus-util.
12173         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12174
12175 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * gnus-group.el (gnus-group-catchup-current):
12178         Change if-then-else-if-then-else into cond.
12179         (gnus-group-catchup): Indent.
12180         (group-name-at-point): New function.
12181         (gnus-fetch-group): Provide default from thing at point.
12182
12183 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12184
12185         * message.el (message-display-abbrev): Fix regexp.
12186
12187         * ecomplete.el (ecomplete-highlight-match-line):
12188         Reimplement choosing.
12189         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12190         dead variables.
12191
12192         * message.el (message-newline-and-indent): Remove debugging.
12193         (message-display-abbrev): Use new implementation.
12194
12195 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-art.el (gnus-article-mode):
12198         Set cursor-in-non-selected-windows to nil.
12199
12200         * smiley.el: Revert previous change.
12201         (smiley-data-directory): defvar it before using it in the
12202         defcustom of `smiley-style'.
12203
12204 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * message.el (message-newline-and-indent): New function.
12207
12208         * ecomplete.el: Implement more bits.
12209
12210         * message.el (message-put-addresses-in-ecomplete): Clean up the
12211         string.
12212
12213         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12214
12215         * gnus-sum.el (gnus-summary-save-parts):
12216         Bind gnus-summary-save-parts-counter and use it to make unique file
12217         names.
12218
12219         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12220
12221         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12222         parameter to say whether to actually parse the individual
12223         addresses.
12224
12225         * message.el (message-put-addresses-in-ecomplete): New function.
12226         (ecomplete): Require.
12227         (message-mail-alias-type): Add ecomplete as an option.
12228
12229 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12230
12231         * flow-fill.el (fill-flowed): Remove trailing space from blank
12232         quoted lines.
12233
12234 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12235
12236         * smiley.el (smiley-style): Move definition later to avoid a
12237         compilation warning.
12238
12239 2006-04-12  Kenichi Handa  <handa@m17n.org>
12240
12241         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12242         buffer and then decode the buffer text if necessary.
12243         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12244         first, and after mm-encode-body, change the buffer to unibyte.
12245         Use mm-disable-multibyte instead of set-buffer-multibyte.
12246
12247 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12250         Content-Type header instead of Content-Disposition header.
12251         (gnus-mime-inline-part): Ditto.
12252         (gnus-mime-view-part-as-charset): Ignore charset that the part
12253         specifies.
12254
12255         * mm-decode.el (mm-display-part): Work with external parts and
12256         usual parts similarly.
12257
12258         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12259         instead of gnus-display-mime.
12260
12261         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12262         instead of with-temp-buffer.
12263
12264         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12265         tag to summarized topics part in order to encode non-ASCII text.
12266
12267 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * smiley.el (smiley-style): New variable.
12270         (smiley-directory): New function.
12271         (smiley-data-directory): Derive from `smiley-style' using
12272         `smiley-directory'.
12273         (smiley-regexp-alist): Add new entries.
12274
12275         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12276         (gnus-article-browse-delete-temp): Add :version.
12277
12278 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12279
12280         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12281         the sieve region.
12282
12283 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284
12285         * gnus.el (gnus-version-number): Bump version.
12286
12287 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus.el: No Gnus v0.4 is released.
12290
12291 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12294         layout.
12295
12296         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12297         unknown charset.
12298
12299         * message.el (message-header-synonyms): Add Original-To to the
12300         default.
12301
12302         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12303         optional parameter.
12304
12305 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * gnus-fun.el (gnus): Require it for gnus-directory.
12308
12309 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12312
12313 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12314
12315         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12316
12317 2006-04-05  Simon Josefsson  <jas@extundo.com>
12318
12319         * password.el (password-reset): New function.
12320
12321 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12322
12323         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12324         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12325
12326 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12327
12328         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12329         Some whitespace was matched into the url, which broke browsing hits
12330         > 100 when mm-url-use-external was nil.
12331
12332 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12335         Check gnus-extra-headers for 'Newsgroups.
12336
12337         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12338         bound.
12339
12340 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12341
12342         * pgg-gpg.el: Clean up process buffers every time gpg processes
12343         complete.
12344
12345 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12348         doc string.
12349
12350 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12351
12352         * pgg-gpg.el (pgg-gpg-process-filter)
12353         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12354
12355         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12356         lines, temporary fix.
12357
12358 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12361
12362 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12363
12364         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12365         default-enable-multibyte-characters.  This reverts the change from
12366         revision 6.17 which is no longer necessary because the passphrase
12367         is sent separately now.  GnuPG messages are unreadable under
12368         multibyte locales with default-enable-multibyte-characters set to
12369         nil.
12370
12371 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * message.el (message-tool-bar-gnome): Move "spell".
12374
12375 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12378         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12379         instead.
12380
12381 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12382
12383         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12384         Improve newsgroups handling for NNTP overviews which don't include
12385         Newsgroups.
12386
12387 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12388
12389         * message.el (message-resend): Bind message-generate-hashcash to nil.
12390
12391 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12392
12393         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12394         when searching for already-paid recipients.
12395
12396 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12397
12398         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12399         passphrases when it is not needed.
12400         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12401         passphrase stuff from gpg, should only be necessary when you use
12402         gpg with a smartcard.
12403
12404 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * mml.el (mml-insert-mime): Ignore cached contents of
12407         message/external-body part.
12408
12409         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12410         (mm-insert-part): Ditto.
12411
12412 2006-03-23  Simon Josefsson  <jas@extundo.com>
12413
12414         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12415         Reiner.
12416         (pgg-gpg-use-agent-p): Use it again.
12417
12418 2006-03-23  Simon Josefsson  <jas@extundo.com>
12419
12420         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12421         older emacsen.
12422         (pgg-gpg-use-agent-p): Don't use it.
12423
12424 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12427         if we can.
12428
12429 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12430
12431         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12432         (pgg-gpg-update-agent): New function.
12433         (pgg-gpg-use-agent-p): New function.
12434         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12435         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12436         (pgg-gpg-sign-region): Use it.
12437
12438 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12441         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12442
12443 2006-03-21  Simon Josefsson  <jas@extundo.com>
12444
12445         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12446         <wilde@sha-bang.de>.
12447         (pgg-gpg-use-agent): New variable.
12448         (pgg-gpg-process-region): Use it.
12449         (pgg-gpg-encrypt-region): Likewise.
12450         (pgg-gpg-encrypt-symmetric-region): Likewise.
12451         (pgg-gpg-decrypt-region): Likewise.
12452         (pgg-gpg-sign-region): Likewise.
12453         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12454
12455 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12458
12459         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12460         Add comment on version.
12461
12462 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * smiley.el: Add missing test smiley.
12465
12466 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * mm-decode.el (mm-with-part): New macro.
12469         (mm-get-part): Use it; work with message/external-body as well.
12470         (mm-save-part): Treat name and filename equally.
12471
12472         * mm-extern.el (mm-extern-cache-contents): New function.
12473         (mm-inline-external-body): Use it; force the part to be displayed;
12474         move undisplayer added to the cached handle to the parent.
12475
12476         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12477         (gnus-mime-view-part-as-type): Work with message/external-body.
12478
12479         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12480
12481 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12484         images in image-load-path.  [Sync with image.el, revision 1.60, in
12485         Emacs.]
12486
12487 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12490         path rather than symbol.  Always return list of directories.
12491         Guarantee that image directory comes first.  [Sync with image.el,
12492         revision 1.59, in Emacs.]
12493
12494         * message.el (message-make-tool-bar): Adjust to new API of
12495         `gmm-image-load-path-for-library'.
12496
12497         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12498
12499         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12500
12501 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12502
12503         * gnus-art.el (gnus-article-only-boring-p):
12504         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12505         intangible text.
12506         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12507
12508 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12511         Use `defun' instead of `gmm-defun-compat'.
12512
12513 2006-03-14  Simon Josefsson  <jas@extundo.com>
12514
12515         * message.el (message-unique-id): Don't use message-number-base36
12516         if (user-uid) is a float.
12517         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12518
12519 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12522
12523         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12524         empty line between a part and a message part.
12525
12526 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * smiley.el: Add more test smileys.
12529         (smiley-data-directory, smiley-regexp-alist)
12530         (gnus-smiley-file-types): Fix doc strings.
12531         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12532         adding new elements.
12533         (smiley-mouse-map): Unused code.  Make it a comment.
12534
12535 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12538         scan latest NoCeM messages instead of old ones.
12539         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12540         delimiters that are recently used.
12541         (gnus-nocem-load-cache): Add autoload cookie.
12542
12543         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12544
12545         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12546         level which is larger than gnus-use-nocem is specified.
12547
12548         * gnus-group.el (gnus-group-get-new-news): Ditto.
12549
12550 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gnus-util.el (gnus-tool-bar-update): New function.
12553
12554         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12555         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12556
12557         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12558
12559         * gnus-group.el (gnus-group-redraw-when-idle)
12560         (gnus-group-redraw-check): Remove.
12561         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12562
12563 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12566         if optional last element is specified in splits (FIELD VALUE...).
12567
12568 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12571         to gmm-image-load-path-for-library.  Call with no-error argument.
12572         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12573
12574         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12575
12576         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12577
12578         * gmm-utils.el (gmm-image-load-path): Remove alias.
12579
12580 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * gmm-utils.el (gmm-image-load-path): Add alias.
12583
12584         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12585         nnml-generate-nov-databases-1.
12586         (nnml-generate-nov-databases): Use it.
12587         (nnml-generate-nov-databases-directory): Document no-active
12588         argument.
12589
12590         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12591         directory if path is t.  Add no-error.
12592
12593         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12594         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12595
12596         * gnus-art.el (gnus-article-browse-delete-temp-files):
12597         Simplify resetting gnus-article-browse-html-temp-list.
12598
12599         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12600         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12601         Add example to docstring.  Rename local variables.  Move error
12602         checks to default case in cond and simplify.
12603
12604 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12607         handle is multipart when calling it recursively.
12608         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12609
12610 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12611
12612         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12613         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12614
12615 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12618         is loaded.
12619
12620         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12621         loaded.
12622
12623 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12624
12625         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12626         to "Emacs 23 (unicode)" in doc string.
12627
12628         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12629         "Emacs 23 (unicode)" in comment.
12630
12631 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12634
12635         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12636         characters 160 through 255 in Emacs 23.
12637
12638 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12641         gnus-article-browse-html-temp.
12642         (gnus-article-browse-delete-temp): Make it customizable.
12643         Add `file'.  Adjust doc string.
12644         (gnus-article-browse-delete-temp-files): Add argument.
12645         Allow query for each file.  Adjust doc string.
12646         (gnus-article-browse-html-parts):
12647         Add `gnus-article-browse-delete-temp-files' to
12648         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12649
12650 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12651
12652         * gnus-art.el (gnus-article-browse-html-temp)
12653         (gnus-article-browse-delete-temp): New variables.
12654         (gnus-article-browse-delete-temp-files): New function.
12655         (gnus-article-browse-html-parts): Use it.
12656
12657 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12660
12661         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12662         string.
12663
12664         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12665         gnus-summary-insert-new-articles when unplugged.
12666         Remove gnus-summary-search-article-forward.
12667
12668         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12669         display-visual-class instead of display-color-cells.
12670
12671 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * dgnushack.el: Autoload customize-group for XEmacs.
12674
12675         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12676         message/* containing non-ASCII text properly.
12677
12678 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * message.el: Require gmm-utils, remove autoloads.
12681         (message-tool-bar): Set default based on
12682         gmm-tool-bar-style.
12683         (message-tool-bar-gnome): Add gmm-customize-mode.
12684
12685         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12686         gmm-tool-bar-style.
12687         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12688
12689         * gnus-group.el (gnus-group-tool-bar): Set default based on
12690         gmm-tool-bar-style.
12691         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12692
12693         * gmm-utils.el (gmm-image-directory): Rename variable from
12694         gmm-image-load-path.
12695         (gmm-image-load-path): Use gmm-image-directory.
12696         (gmm-customize-mode): New function.
12697         (gmm-tool-bar-style): New variable.
12698
12699         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12700         gnus-group-redraw-line-number.
12701         (gnus-group-redraw-check): Simplify.
12702         (gnus-group-tool-bar-update): Remove redraw check.
12703         (gnus-group-make-tool-bar): Add redraw check.
12704
12705 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12706
12707         * gnus-art.el (gnus-button): Add missing parentheses.
12708
12709 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * lpath.el: Fbind line-number-at-pos.
12712
12713 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12716
12717 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * gnus-art.el (gnus-button): New face.
12720         (gnus-article-button-face): Use it.
12721
12722         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12723         Add gnus-summary-next-page.  Re-order.
12724
12725         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12726         next-node are now included.
12727         (gnus-group-redraw-line-number): New internal variable.
12728         (gnus-group-redraw-check): Helper function for updating the tool
12729         bar.
12730         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12731
12732         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12733
12734         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12735         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12736         Use it to match format of Spamassassin 3.0 and later.
12737         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12738         (spam-check-bogofilter)
12739         (spam-bogofilter-register-with-bogofilter): Fix args of
12740         `gnus-error' calls.
12741
12742 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12745         unnecessary interaction when sending queued mails.
12746         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12747
12748 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12751         first or last are nil.
12752
12753 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12754
12755         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12756
12757 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12760
12761 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12762
12763         * dns.el (query-dns): Protect more against buggy tcp output.
12764
12765 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12768         nov.php.
12769
12770 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12771
12772         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12773         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12774         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12775         output on the server side.
12776         (nnweb-google-create-mapping): Update regexps and add some
12777         progress indication.
12778
12779 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gnus-group.el (gnus-group-tool-bar-gnome):
12782         Fix gnus-agent-toggle-plugged.  Re-order icons.
12783         (gnus-group-tool-bar-gnome):
12784         Add gnus-group-{prev,next}-unread-group.
12785         (gnus-group-tool-bar-gnome): Re-order icons.
12786
12787         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12788         Move gnus-summary-insert-new-articles.
12789
12790         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12791         Fix comments.
12792
12793         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12794         also available in Emacs 21.3.
12795
12796         * message.el (message-fix-before-sending): Change "Emacs 22" to
12797         "Emacs 23 (unicode)" in comment.
12798
12799         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12800         "Emacs 23 (unicode)" in comment.
12801
12802         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12803         comment.
12804         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12805
12806         * mm-view.el (mm-fill-flowed): Add :version.
12807
12808 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12811         and load-path.
12812
12813 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * message.el: Autoload gmm-image-load-path.
12816         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12817         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12818         consitency.
12819
12820         * gmm-utils.el (gmm-image-load-path): Also search in
12821         "../etc/images".  Don't set gmm-image-load-path if we don't find
12822         the image.
12823
12824 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gmm-utils.el (gmm-image-load-path): Don't make
12827         `gmm-image-load-path' include subdirectories which the second arg
12828         `image' might specify.
12829
12830         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12831         subdirectory to icon file names.
12832
12833         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12834
12835 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12838         gmm-image-load-path calls.
12839
12840         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12841
12842         * message.el (message-make-tool-bar): Ditto.
12843
12844         * mml.el (mml-preview): Add comment concerning tool bar icons.
12845
12846         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12847         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12848
12849         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12850         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12851
12852         * message.el (message-tool-bar-gnome): Use new icon names.
12853         (message-make-tool-bar): Use `gmm-image-load-path'.
12854
12855         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12856         New functions from MH-E.
12857         (gmm-image-load-path): New variable from MH-E.
12858         (gmm-image-load-path): New function from MH-E.  Add arguments
12859         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12860         *-image-load-path-called-flag.
12861
12862 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12863
12864         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12865
12866 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12867
12868         * nnimap.el (nnimap-request-move-article): Change folder back to
12869         source group before deleting.
12870
12871 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12874
12875         * gnus-art.el (mm-url-insert-file-contents-external):
12876         Autoload mm-url.
12877
12878         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12879
12880 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12883         coding system which mm-charset-to-coding-system returns for a
12884         given charset is valid.
12885
12886 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12887
12888         * html2text.el (html2text-remove-tag-list):
12889         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12890
12891 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12892
12893         * gnus-cus.el: Revert 2005-10-17 change.
12894
12895 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-art.el (article-strip-banner):
12898         Call article-really-strip-banner only when the regexp match is made.
12899
12900 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-art.el (article-strip-banner):
12903         Use gnus-extract-address-components instead of
12904         mail-header-parse-addresses to make it work with non-ASCII text;
12905         remove mail-encode-encoded-word-string.
12906
12907         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12908         values which are surrounded with \"...\"; make it never cause a
12909         Lisp error; give up parsing of parameters if it failed in
12910         extracting type.
12911
12912 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12913
12914         * smime.el (smime-cert-by-ldap-1): Fix bug where
12915         `smime-ldap-search' returns results without userCertificates.
12916
12917 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12920
12921 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * spam.el (spam-check-spamassassin-headers): Adapt format for
12924         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12925         <ari@mbf.ocn.ne.jp>.
12926         (spam-list-of-processors): Add spam-use-gmane.
12927
12928 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12931         make-temp-file; make it work with XEmacs as well.
12932
12933         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12934         mm-make-temp-file.
12935
12936         * mm-decode.el (mm-display-external): Use the 3rd arg of
12937         mm-make-temp-file.
12938         (mm-create-image-xemacs): Ditto.
12939
12940 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12943         with message-narrow-to-headers.
12944         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12945         (gnus-draft-check-draft-articles): New function.
12946         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12947
12948 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-art.el (gnus-article-browse-html-parts):
12951         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12952         Don't use suffix argument for mm-make-temp-file for Emacs 21
12953         compatibility.  Remove useless `format'.
12954
12955 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12956
12957         * nnweb.el (nnweb-google-wash-article): Update regexps.
12958         (nnweb-group-alist): Use defvoo instead of defvar.
12959
12960 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12963         re-loading nn* modules.
12964
12965 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12968         for `tool-bar-mode' and don't check it's default-value.
12969
12970         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12971
12972         * message.el (message-make-tool-bar): Ditto.
12973
12974         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12975         `substring'.  Shorten tmp-file name.
12976
12977         * gnus.el: Remove bogus comment.
12978
12979 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12980
12981         * gnus-art.el (gnus-article-browse-html-parts): New function.
12982         (gnus-article-browse-html-article): New function for viewing html
12983         articles with a browser.
12984
12985 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12986
12987         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12988         in elisp.
12989         (pgg-gpg-encrypt-symmetric-region): Ditto.
12990         (pgg-gpg-sign-region): Ditto.
12991
12992         * pgg-def.el (pgg-text-mode): New variable.
12993
12994         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12995         (mml2015-pgg-encrypt): Ditto.
12996
12997         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12998         (mml1991-pgg-encrypt): Ditto.
12999
13000 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * nnfolder.el (nnfolder-insert-newsgroup-line):
13003         Use message-make-date instead of current-time-string.
13004
13005         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13006         to gnus-decoded which mm-uu might set.
13007
13008 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13011         don't decode quoted parameters; remove misimported Emacs code.
13012         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13013         (rfc2231-decode-encoded-string): Don't use split-string which
13014         behaves differently according to Emacs version; use
13015         mm-decode-coding-region to convert charset to coding-system.
13016         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13017         (rfc2231-encode-string): Remove misimported Emacs code.
13018
13019 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13022         when calling mail-header-parse-content-type.
13023         (article-de-quoted-unreadable): Ditto.
13024         (article-de-base64-unreadable): Ditto.
13025         (article-wash-html): Ditto.
13026
13027         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13028         calling mail-header-parse-content-type and
13029         mail-header-parse-content-disposition.
13030         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13031         mail-header-parse-content-type.
13032
13033         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13034         insert charset and format parameters; encode description after
13035         inserting it to buffer.
13036         (mml-insert-parameter): Fold lines properly even if a parameter is
13037         segmented into two or more lines; change the max column to 76.
13038
13039         * rfc1843.el (rfc1843-decode-article-body): Don't use
13040         ignore-errors when calling mail-header-parse-content-type.
13041
13042         * rfc2231.el (rfc2231-parse-string): Return at least type if
13043         possible; don't cause an error even if it fails in parsing of
13044         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13045         (rfc2231-encode-string): Don't break lines at the beginning, leave
13046         it to mml-insert-parameter.
13047
13048         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13049         calling mail-header-parse-content-type.
13050
13051 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * spam-report.el (spam-report-gmane-use-article-number):
13054         Improve doc string.
13055         (spam-report-gmane-internal): Check if a suitable header was found
13056         in the article.
13057
13058 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13061         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13062
13063 2006-02-05  Romain Francoise  <romain@orebokech.com>
13064
13065         Update copyright notices of all files in the gnus directory.
13066
13067 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13068
13069         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13070
13071 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13074         segmented lines of parameter value to cope with Thunderbird 1.5
13075         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13076         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13077         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13078
13079 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13080
13081         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13082         parts.
13083
13084 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13085
13086         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13087         there's only one active file for all servers.
13088         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13089         solid groups.  Gnus might have used a FAST request to select the group.
13090         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13091         and nnweb-search redundantly in the active file.
13092         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13093         (nnweb-request-create-group): Don't use ARGS.
13094         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13095         initialisations.  Let nnoo do the work.
13096
13097 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13100         Say the part has been decoded.
13101
13102         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13103
13104 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13105
13106         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13107         mailcap-viewer-test-cache when there's no 'test clause, since that
13108         will invert the meaning of a "nil" test previously determined by
13109         mailcap-mailcap-entry-passes-test.
13110
13111 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13114         compiling.
13115
13116         * gnus-sum.el: Ditto.
13117
13118         * message.el: Don't bind tool-bar-map when compiling.
13119
13120 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13123
13124 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13125
13126         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13127         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13128         current Google Groups.
13129
13130 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13133         and tool-bar-mode.
13134
13135         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13136         and tool-bar-mode.
13137
13138         * message.el (message-tool-bar-update): Simplify.
13139         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13140
13141         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13142         gnus-summary-buffer.
13143         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13144         gnus-summary-reply.
13145
13146         * gmm-utils.el (gmm): Add :version.
13147
13148 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * Makefile.in (clean): New rule.
13151         (distclean): Use it.
13152
13153 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13154
13155         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13156         Don't autoload.
13157
13158 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gmm-utils.el (gmm-verbose): Add :group.
13161
13162 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * message.el: Change some comments WRT tool-bars.
13165
13166         * gnus-sum.el (gnus-summary-tool-bar)
13167         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13168         (gnus-summary-tool-bar-zap-list): New variables.
13169         (gnus-summary-make-tool-bar): Complete rewrite using
13170         `gmm-tool-bar-from-list'.
13171
13172         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13173         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13174         New variables.
13175         (gnus-group-make-tool-bar): Complete rewrite using
13176         `gmm-tool-bar-from-list'.
13177         (gnus-group-tool-bar-update): New function.
13178
13179         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13180
13181 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13184         is dissected into a single part of which the type is the same as
13185         the given one; decode charset.
13186
13187 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13188
13189         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13190         into alists as symbol not string, since that's what
13191         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13192         look for.
13193
13194 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13197         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13198
13199         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13200
13201 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13204         (gnus-xmas-mime-security-button-menu): New function.
13205
13206         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13207         (gnus-mime-security-button-menu): New definition.
13208         (gnus-mime-security-button-map): Use them.
13209         (gnus-mime-security-button-menu): New function.
13210         (gnus-insert-mime-security-button): Addition to help echo.
13211         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13212         (gnus-mime-security-pipe-part): New functions.
13213
13214         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13215         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13216
13217         * mm-decode.el (mm-handle-set-disposition): Remove.
13218         (mm-handle-set-description): Remove.
13219
13220 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13223         (mm-w3m-standalone-supports-m17n-p): New function.
13224         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13225         w3m usage.
13226
13227         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13228         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13229
13230 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * message.el (message-tool-bar-zap-list):
13233         Use gmm-tool-bar-zap-list as custom type.
13234         (message-tool-bar-update): New function.
13235         (message-tool-bar, message-tool-bar-gnome)
13236         (message-tool-bar-retro): Add message-tool-bar-update.
13237         (message-tool-bar-gnome): Add flyspell-buffer.
13238
13239         * gnus-util.el (gnus-error): Describe `args'.
13240
13241         * gmm-utils.el (gmm-error): Describe `args'.
13242         (gmm-tool-bar-zap-list): New widget.
13243         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13244
13245 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13248         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13249         the number of recursive calls.
13250
13251         * mm-decode.el (mm-handle-set-disposition): New macro.
13252         (mm-handle-set-description): New macro.
13253
13254 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13257         encoding.
13258
13259 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * message.el (message-tool-bar-zap-list, message-tool-bar)
13262         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13263         (message-tool-bar-local-item-from-menu): Remove.
13264         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13265         (message-make-tool-bar): New function.
13266         (message-mode): Use `message-make-tool-bar'.
13267
13268         * gmm-utils.el: New file.
13269         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13270         (gmm-lazy): New widget copied from `nnmail.el'.
13271         (gmm-tool-bar-from-list): New function for creating customizable
13272         tool bars.
13273         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13274         output.
13275         (gmm): Add :prefix to defgroup.
13276
13277 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13278
13279         * gmm-utils.el (gmm-widget-p): New function.
13280
13281 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * mml.el (mml-attach-file): Describe `description' in doc string.
13284         (mml-menu): Add Emacs MIME manual and PGG manual.
13285
13286 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13287
13288         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13289
13290 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13291
13292         * nntp.el (nntp-end-of-line): Doc fix.
13293
13294 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13295
13296         * imap.el (imap-open): Handle case where buffer is a buffer
13297         object.
13298
13299 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13300
13301         * gnus-delay.el (gnus-delay): Don't autoload.
13302         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13303         to be re-loaded when customizing the `gnus-delay' group.
13304
13305 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13306
13307         * message.el (message-insert-citation-line): Use newlines.
13308
13309 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13310
13311         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13312         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13313         these routines, so the passphrase can be managed externally and
13314         passed in to the system.
13315         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13316         pgg-add-passphrase-to-cache function.
13317
13318         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13319         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13320         these routines, so the passphrase can be managed externally and
13321         passed in to the system.
13322         (pgg-pgp5-sign-region): Use new name of
13323         pgg-add-passphrase-to-cache function.
13324
13325 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13326
13327         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13328         part of the decoded armor to find the key-identifier.
13329         (pgg-gpg-lookup-key-owner): New function to return the
13330         human-readable identifier of a key owner.
13331         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13332         itself.
13333         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13334         the key value) if we have a key and can match it against a secret
13335         key.  Also, added a note pointing out fact that the prompt only
13336         indicates the first matching key.
13337
13338         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13339         pgg-decrypt-region.
13340         (pgg-add-passphrase-to-cache): Rename from
13341         `pgg-add-passphrase-cache' to reduce confusion (all callers
13342         changed).
13343         (pgg-remove-passphrase-from-cache): Rename from
13344         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13345         changed).
13346         (pgg-read-passphrase, pgg-add-passphrase-cache)
13347         (pgg-remove-passphrase-cache): Add informative docstrings.
13348         (pgg-decrypt): Convey provided passphrase in subordinate call to
13349         pgg-decrypt-region.
13350
13351 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13352
13353         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13354         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13355         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13356         'passphrase' argument, so the passphrase can be managed externally
13357         and then passed in to the system.
13358
13359         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13360         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13361         so the passphrase cache can be used reliably with identifiers
13362         besides a pgp packet's key id.
13363
13364         * pgg-gpg.el (pgg-gpg-encrypt-region)
13365         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13366         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13367         these routines, so the passphrase can be managed externally and
13368         passed in to the system.
13369
13370         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13371         'notruncate' argument, so the passphrase cache can be used
13372         reliably with identifiers besides a pgp packet's key id.
13373
13374 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13375
13376         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13377         symmetric encryption.
13378         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13379         encrypted session key.
13380         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13381         message ask for the passphrase in a proper way.
13382
13383         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13384         New user commands for symmetric encryption.
13385
13386 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13389
13390         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13391
13392 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13393
13394         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13395
13396 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * mm-decode.el (mm-inlined-types): Add application/pgp.
13399         (mm-automatic-display): Ditto.
13400
13401         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13402         part as text.
13403
13404 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * nnrss.el: Update copyright.
13407         (nnrss-opml-import): Query whether to subscribe to each entry.
13408
13409         * gnus-art.el:
13410         * gnus-sum.el:
13411         * gnus-xmas.el:
13412         * messagexmas.el:
13413         * mm-uu.el:
13414         * mm-view.el: Update copyright.
13415
13416 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * message.el (message-info): New function.
13419         (message-mode-menu): Add it.
13420         Update copyright.
13421
13422         * ChangeLog: Fix and update copyright.
13423
13424 2006-01-13  Romain Francoise  <romain@orebokech.com>
13425
13426         * message.el (message-forward-subject-name-subject): Prefer the
13427         address to 'nowhere' if the sender has no name.
13428         Fix typo.  Update copyright year.
13429
13430 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-art.el (article-wash-html):
13433         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13434         (gnus-article-wash-html-with-w3m-standalone): New function.
13435
13436         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13437         mm-inline-text-html-render-with-w3m-standalone.
13438         (mm-text-html-washer-alist): Map w3m-standalone to
13439         gnus-article-wash-html-with-w3m-standalone.
13440         (mm-inline-text-html-render-with-w3m-standalone): New function.
13441
13442 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13445         Improve LaTeX.
13446
13447 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13450         (nnrss-request-article): Render text/plain parts as HTML.
13451
13452         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13453         the buffer.
13454
13455 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13458         custom definition of `gnus-posting-styles'.
13459
13460         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13461         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13462
13463 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13466         Use nntp for bug archive.
13467
13468 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13471         parts.
13472         (nnrss-normalize-date): New function converts ISO 8601 date into
13473         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13474         (nnrss-check-group): Use it.
13475
13476 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13479
13480         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13481         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13482         (nnrss-insert-w3): Ditto.
13483
13484 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13487         the articles to be forwarded including the case where neither a
13488         number of articles nor a region is specified.
13489
13490 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * nnrss.el (nnrss-request-article): Fix last change; fill
13493         text/plain parts.
13494
13495 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13498         in text/plain part.
13499         (nnrss-check-group): Don't add excessive newline to dc:subject.
13500
13501 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13502
13503         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13504         article.
13505
13506 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13509         (nnml-use-compressed-files, nnml-save-mail): Support other
13510         comression programs such as bzip2.
13511
13512 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13513
13514         * dns.el (query-dns): Make sure we check the buffer size before
13515         removing tcp headers.
13516
13517 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13520         remove MIME buttons associated with multipart/alternative parts.
13521         (gnus-mime-display-alternative): Tag buttons using `article-type'
13522         text property.
13523
13524         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13525         associated with multipart/alternative parts.
13526
13527         * gnus-art.el (gnus-signature-separator): Fix custom type.
13528
13529         * mm-decode.el (mm-inlined-types): Fix custom type.
13530         (mm-keep-viewer-alive-types): Ditto.
13531         (mm-automatic-display): Ditto.
13532         (mm-attachment-override-types): Ditto.
13533         (mm-inline-override-types): Ditto.
13534         (mm-automatic-external-display): Ditto.
13535
13536 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * spam-report.el (spam-report-user-mail-address)
13539         (spam-report-user-agent): New variables.
13540         (spam-report-url-ping-plain): Use spam-report-user-agent.
13541
13542 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13543
13544         * gnus-art.el (gnus-button-handle-custom): Do not just use
13545         `customize-apropos' for any "M-x customize-*" button but the
13546         function called for.  Accept both the function name and its
13547         argument in order to achieve this.
13548         (gnus-button-alist): Remove support for "custom:" URL's.
13549         Pass function name to `gnus-button-handle-custom' in case of "M-x
13550         customize-*" buttons.
13551
13552 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13555         multipart/alternative and add xref to mm-discouraged-alternatives
13556         in doc string.
13557
13558         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13559         gnus-buttonized-mime-types in doc string.
13560
13561 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13564         Suggest image/.* in the doc string.
13565
13566 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13569         message-marks (Debian bug #342521).
13570
13571 2005-12-12  Simon Josefsson  <jas@extundo.com>
13572
13573         * password.el (password-read-from-cache): Add.
13574         (password-read): Use it.
13575
13576 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * rfc2047.el (rfc2047-charset-to-coding-system):
13579         Recognize us-ascii as a MIME charset.
13580
13581         * mm-bodies.el (mm-decode-content-transfer-encoding):
13582         Protect against the case where the 2nd arg TYPE is nil.
13583
13584 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13585
13586         * pop3.el (pop3-stream-type): Fix custom version.
13587
13588         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13589
13590 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13591
13592         * mm-decode.el (mm-display-external): Add missing cdr.
13593
13594 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13597         RFC1524) if it is in mailcap or add a suffix according to
13598         mailcap-mime-extensions when generating a temp filename; postpone
13599         deleting a temp file for 2 seconds for some wrappers, shell
13600         scripts, and so on, which might exit right after having started a
13601         viewer command as a background job.
13602
13603 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * nntp.el (nntp-marks-directory): Fix custom group.
13606
13607         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13608         steps when < 10.
13609
13610         * gnus-start.el (gnus-no-server-1):
13611         Mention `gnus-level-default-subscribed' in doc string.
13612
13613 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13614
13615         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13616         parens.
13617
13618 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * gnus-xmas.el (gnus-use-toolbar): Revert.
13621         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13622         gnus-use-toolbar is default.
13623
13624         * messagexmas.el (message-use-toolbar): Revert.
13625         (message-setup-toolbar): Use global default-toolbar if
13626         message-use-toolbar is default.
13627
13628 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13631         according to default-toolbar-visible-p.
13632
13633         * messagexmas.el (message-use-toolbar): Ditto.
13634
13635 2005-11-26  Dave Love  <fx@gnu.org>
13636
13637         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13638         (tls-program, tls-success): Provide openssl alternative.
13639
13640         * starttls.el: Doc fixes.
13641         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13642         SERVICE to PORT.
13643
13644         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13645         port null or service name.
13646         (starttls-negotiate): Autoload.
13647
13648 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * message.el (message-kill-to-signature): Fix interactive spec.
13651
13652 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * pop3.el (pop3-open-server): Recognize a string as a service name.
13655
13656 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13657
13658         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13659
13660 2005-11-23  Dave Love  <fx@gnu.org>
13661
13662         Add pop3s, pop3/starttls.
13663
13664         * pop3.el (pop3-authentication-scheme): Clarify doc.
13665         (open-tls-stream, starttls-open-stream): Autoload.
13666         (pop3-stream-type): New.
13667         (pop3-open-server): Use it.
13668
13669         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13670         for POP.
13671         (mail-source-keyword-map): Add :stream for POP.
13672         (mail-source-fetch-pop): Use pop3-stream-type.
13673
13674 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13677         of current-time-string.
13678
13679 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13680
13681         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13682         date header.
13683
13684 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13685
13686         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13687         it can seriously impact performance as it bypasses the agent's
13688         local caches.
13689
13690 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13691
13692         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13693         must be explicitly online rather than "not explicitly offline" for
13694         its flags to be synchronized.
13695
13696         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13697         that gnus-uu-unmark-thread will function correctly.
13698
13699         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13700         1024K is instead displayed as 1M.
13701
13702 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13705
13706 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13707
13708         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13709
13710 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13711
13712         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13713         error message to display actual error condition.
13714         (gnus-agent-save-local): Avoid saving symbols that are bound to
13715         nil as they simply result in a warning message in
13716         gnus-agent-read-local.
13717
13718 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13721         rather than make-variable-buffer-local for file-precious-flag.
13722
13723 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13724
13725         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13726         for duplicates which are removed.  The invalid sort check then
13727         triggers a rescan after the sort as sorting may have moved
13728         duplicate entries such that they can be cheaply detected.
13729
13730 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13733
13734 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13735
13736         * gnus-agent.el (gnus-agent-article-alist-save-format):
13737         Change internal variable to a custom variable.  Change default value
13738         from compressed(2) to uncompressed(1).
13739         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13740         support for uncompressed agentview files.  Taken together, reading
13741         the agentview file should now be 6-7 times faster.
13742
13743 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13744
13745         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13746         as a buffer-local variable.  This avoids creating truncated
13747         dribble files as a result of a hang up, eg.
13748
13749 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13750
13751         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13752         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13753         XEmacs.
13754
13755 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-start.el (gnus-start-draft-setup):
13758         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13759
13760         * gnus.el (gnus-splash): Change custom group.
13761         (gnus-group-get-parameter, gnus-group-parameter-value):
13762         Describe allow-list argument.
13763
13764         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13765         string.
13766
13767 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * gnus-art.el (gnus-default-article-saver): Add user-defined
13770         `function' to custom type.
13771
13772 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13773
13774         * imap.el (imap-open): Handle case where buffer is a buffer
13775         object.
13776
13777 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13780         long lines.
13781         (gnus-cache-delete-group): Wrap doc strings.
13782
13783         * gnus-agent.el (gnus-agent-rename-group)
13784         (gnus-agent-delete-group): Wrap doc strings.
13785
13786 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * messagexmas.el (message-use-toolbar): Change the valid values
13789         into default, top, bottom, left, and right.
13790         (message-toolbar-thickness): New variable.
13791         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13792         well.
13793         (message-setup-toolbar): Make it work.
13794
13795         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13796         (gnus-use-toolbar): Change the valid values into default, top,
13797         bottom, left, and right.
13798         (gnus-toolbar-thickness): New variable.
13799         (gnus-xmas-setup-toolbar): New function.
13800         (gnus-xmas-setup-group-toolbar): Use it.
13801         (gnus-xmas-setup-summary-toolbar): Use it.
13802
13803 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13804
13805         * gnus-start.el (gnus-1): Add "native" to
13806         gnus-predefined-server-alist.
13807
13808         * gnus.el (gnus-method-to-server): Don't add "native" to the
13809         lists here, because that leads to problems when
13810         gnus-select-method is bound.
13811
13812 2005-11-09  Simon Josefsson  <jas@extundo.com>
13813
13814         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13815         use (not sort-by-date) instead.
13816
13817 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13818
13819         * gnus-delay.el (gnus-delay-group): Don't autoload.
13820         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13821         to be re-loaded when customizing the `gnus-delay' group.
13822
13823 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13824
13825         * message.el: Revert last changes.
13826         (message-insert-citation-line): Use newlines.
13827
13828 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13829
13830         * message.el (message-courtesy-message)
13831         (message-mark-insert-begin, message-mark-insert-end)
13832         (message-elide-ellipsis, message-cancel-message)
13833         (message-add-header, message-change-subject)
13834         (message-cross-post-followup-to-header)
13835         (message-cross-post-insert-note, message-reduce-to-to-cc)
13836         (message-widen-reply, message-delete-not-region)
13837         (message-kill-to-signature, message-insert-signature)
13838         (message-insert-importance-high, message-insert-importance-low)
13839         (message-insert-or-toggle-importance)
13840         (message-insert-disposition-notification-to)
13841         (message-indent-citation, message-yank-original)
13842         (message-cite-original-without-signature, message-cite-original)
13843         (message-insert-citation-line, message-position-on-field)
13844         (message-fix-before-sending, message-send-mail-partially)
13845         (message-send-mail, message-send-mail-with-sendmail)
13846         (message-send-mail-with-qmail, message-send-news)
13847         (message-check-news-header-syntax, message-generate-headers)
13848         (message-insert-courtesy-copy, message-fill-address)
13849         (message-fill-header, message-shorten-references)
13850         (message-setup-1, message-cancel-news)
13851         (message-forward-make-body-plain, message-forward-make-body-mime)
13852         (message-forward-make-body-mml, message-encode-message-body)
13853         (message-forward-make-body-digest-plain)
13854         (message-forward-make-body-digest-mime)
13855         (message-use-alternative-email-as-from): Insert `hard-newline'
13856         instead of ordinary newlines.
13857
13858 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * message.el (message-generate-headers): Downcase the argument
13861         given to message-check-element.
13862
13863 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13864
13865         * nntp.el (nntp-authinfo-rejected): New error condition.
13866         (nntp-wait-for): Use new error condition to signal authentication
13867         error.
13868         (nntp-retrieve-data): Rethrow new error condition to break out of
13869         recursive call to nntp-send-authinfo.
13870
13871 2005-11-08  Romain Francoise  <romain@orebokech.com>
13872
13873         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13874         (gnus-summary-exit-map): Bind to `Z p'.
13875         (gnus-summary-make-menu-bar): Add menu item.
13876
13877 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13880         (gnus-treat-*): Add `first' in all doc strings.
13881
13882         * gnus-group.el (gnus-group-compact-group): Fix typo.
13883
13884 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus.el (gnus-parameters-case-fold-search): New variable.
13887         (gnus-parameters-get-parameter): Use it.
13888
13889         * gnus-score.el (gnus-home-score-file): Doc fix.
13890
13891 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13892
13893         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13894
13895 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * mm-util.el (mm-special-display-p): New function.
13898
13899         * mml.el (mml-preview): Use it; doc fix.
13900
13901 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13902
13903         * imap.el (imap-open): Handle case where buffer is a buffer object.
13904
13905 2005-10-29  Romain Francoise  <romain@orebokech.com>
13906
13907         * message.el (message-fix-before-sending): Fix comment.
13908
13909 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13910
13911         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13912
13913 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13914
13915         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13916         Used in gnus-score.el.
13917
13918 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13919
13920         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13921
13922 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13925         whitespace removed in revision 7.8.  Use concatenated string to
13926         protect trailing whitespace.
13927
13928 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13929
13930         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13931         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13932         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13933         Courier IMAP ("some version from 2004").  Mostly based on similar
13934         code in the same function.
13935
13936 2005-10-26  Didier Verna  <didier@xemacs.org>
13937
13938         * gnus-group.el (gnus-group-compact-group): Invalidate original
13939         article buffer.
13940         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13941         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13942         NOV database and in article itself.
13943         Invalidate article backlog.
13944
13945 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13948
13949 2005-10-26  Simon Josefsson  <jas@extundo.com>
13950
13951         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13952         part of 2004-07-25 change.
13953
13954 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * message.el (message-display-completion-list): New function.
13957         (message-expand-group): Use it; make sure the Completions buffer
13958         is modifiable.
13959 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13960
13961         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13962         user-mail-name is an empty string.
13963
13964 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13967         depending on gnus-score-decay-constant.
13968
13969         * encrypt.el (encrypt-insert-file-contents)
13970         (encrypt-write-file-contents): Don't use `gnus-message'.
13971
13972         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13973         arguments.
13974         (mm-uu-type-alist): Add message-marks and insert-marks.
13975         Pass arguments to mm-uu-verbatim-marks-extract.
13976         (mm-uu-hide-markers): New variable.
13977         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13978
13979         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13980         (gnus-convert-image-to-face-command): Use "convert" by default to
13981         allow other input image formats.
13982         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13983         accordingly.
13984
13985 2005-10-23  Simon Josefsson  <jas@extundo.com>
13986
13987         * imap.el (imap-gssapi-program): Align command line parameters
13988         with latest GNU SASL.
13989         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13990
13991 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13992
13993         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13994         HTML.
13995         (nnslashdot-request-article): Ditto.
13996
13997         * lpath.el (featurep): Add nobreak-char-display.
13998
13999 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14000
14001         * mail-source.el (mail-source-fetch-pop): Require pop3.
14002         (mail-source-check-pop): Ditto.
14003
14004 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14007         errors.
14008
14009 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14012         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14013
14014         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14015
14016         * mm-bodies.el (mm-decode-string):
14017         Call `mm-charset-to-coding-system' with allow-override argument.
14018
14019 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14022         (rfc2047-charset-to-coding-system): New function.
14023         (rfc2047-decode-encoded-words): New function.
14024         (rfc2047-decode-region): Use them.
14025         (rfc2047-decode-cte): Remove.
14026         (rfc2047-parse-and-decode): Remove.
14027         (rfc2047-decode): Remove.
14028
14029 2005-10-15  Kenichi Handa  <handa@m17n.org>
14030
14031         * rfc2047.el (rfc2047-decode-cte): New function.
14032         (rfc2047-decode-region): Change the way to decode successive
14033         encoded-words: decode B- or Q-encoding in each encoded-word,
14034         concatenate them, and decode it as charset.
14035
14036 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * lpath.el: Fbind codepage-setup for XEmacs.
14039
14040 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14041
14042         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14043         widget-move-and-invoke.
14044         (gnus-custom-mode): Use gnus-custom-map.
14045
14046 2005-10-15  Bill Wohler  <wohler@newt.com>
14047
14048         * message.el (message-tool-bar-map): Rename image file from
14049         mail_send to mail/send.
14050
14051 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14052
14053         * message.el (message-expand-group): Pass the common
14054         prefix substring of completion to `display-completion-list'.
14055
14056 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * mml-sec.el (mml-secure-method): New internal variable.
14059         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14060         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14061         New functions using mml-secure-method.
14062
14063         * mml.el (mml-mode-map): Add key bindings for those functions.
14064         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14065         Harder <harder@myrealbox.com>.
14066         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14067         Goto end of message if point is the headers of the message.
14068
14069         * message.el (message-in-body-p): New function.
14070
14071         * assistant.el: Autoload gnus-util and netrc.
14072
14073         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14074         Use `mm-charset-override-alist' only when decoding.
14075
14076         * mm-bodies.el (mm-decode-body):
14077         Call `mm-charset-to-coding-system' with allow-override argument.
14078
14079         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14080         `filename' from Content-Disposition if Content-Type doesn't
14081         provide `name'.
14082         (gnus-mime-view-part-as-type): Set default instead of
14083         initial-input.
14084
14085 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14086
14087         * format-spec.el (format-spec): Propagate text properties of % spec.
14088
14089 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-art.el (gnus-treat-predicate): Add `first'.
14092
14093 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14096         (mm-charset-override-alist): New variable.
14097         (mm-charset-to-coding-system): Use it.
14098         (mm-codepage-setup): New helper function.
14099         (mm-charset-eval-alist): New variable.
14100         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14101         Warn about unknown charsets.
14102
14103         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14104
14105 2005-10-04  David Hansen  <david.hansen@gmx.net>
14106
14107         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14108         (nnrss-check-group): Ditto.
14109
14110 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14113         Rename x-gnus-verbatim to x-verbatim.
14114         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14115
14116         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14117         x-verbatim.
14118
14119         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14120
14121         * gnus-util.el (gnus-remove-duplicates): Remove.
14122
14123         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14124         instead of gnus-remove-duplicates.
14125
14126         * message.el (message-remove-duplicates): Remove.
14127         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14128         message-remove-duplicates.
14129
14130         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14131         available, else use implementation from `delete-dups'.
14132
14133         * message.el (message-insert-expires): New function.
14134         (message-mode-map): Add key binding.
14135         (message-mode-field-menu): Add menu entry.
14136         (message-mode): Document it.
14137         (message-make-expires-date): Use `message-make-date'.
14138
14139 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14140
14141         * message.el (message-make-expires-date): New function.
14142
14143 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * Makefile.in (list-installed-shadows): New entry.
14146         (install): Use it.
14147         (remove-installed-shadows): New entry.
14148
14149         * dgnushack.el (dgnushack-default-load-path): New variable.
14150         (dgnushack-find-lisp-shadows): New function.
14151         (dgnushack-remove-lisp-shadows): New function.
14152
14153 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * Makefile.in (install-el-elc): New entry.
14156         (install): Use it so that .el files are necessarily installed.
14157
14158 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14161
14162 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14163
14164         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14165         function rather than the diff-mode.el package.
14166         (mm-display-external): Use with-current-buffer.
14167         (mm-viewer-completion-map, mm-viewer-completion-map):
14168         Move initialization inside declaration.
14169
14170 2005-09-29  Simon Josefsson  <jas@extundo.com>
14171
14172         * spam.el: Load hashcash when compiling, to avoid warnings.
14173         Don't autoload mail-check-payment.
14174         (spam-check-hashcash): Define unconditionally, since hashcash.el
14175         is part of Gnus now.  Ignore errors from payment checking.
14176
14177 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * message.el (message-bold-region, message-unbold-region):
14180         Rename from `bold-region' and `unbold-region'.
14181
14182         * message.el: Remove useless autoloads.
14183
14184 2005-09-28  Simon Josefsson  <jas@extundo.com>
14185
14186         * message.el (message-use-idna): Default to t.
14187         (message-use-idna): Test whether encoding works too.  Doc fix.
14188
14189 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * nntp.el (nntp-warn-about-losing-connection): Remove.
14192
14193 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14196         customizable.  Change default value.
14197         (mm-uu-diff-groups-regexp): Change default value.
14198         (mm-uu-type-alist): Add doc string.
14199         (mm-uu-configure): Add doc string.  Make it interactive.
14200         (mm-uu-tex-groups-regexp): New variable.
14201         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14202         (mm-uu-type-alist): Add LaTeX documents.
14203         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14204         of "text/verbatim".
14205         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14206
14207         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14208         instead of "text/verbatim".
14209
14210         * message.el (message-mark-inserted-region)
14211         (message-mark-insert-file): Use slrn style marks when called with
14212         prefix argument.
14213
14214 2005-09-27  Simon Josefsson  <jas@extundo.com>
14215
14216         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14217
14218 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14219
14220         * message.el (message-remove-duplicates): New function.
14221         Implementation borrowed from `gnus-remove-duplicates'.
14222         (message-idna-to-ascii-rhs): Also encode idna addresses in
14223         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14224         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14225         only ask about the same idna domain once per header and also tell
14226         in what header to replace the idna domain.
14227
14228         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14229         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14230         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14231         a header is decoded and not just the last one.
14232
14233 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14236         has been decoded.
14237
14238         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14239         (mm-insert-part): Don't modify text if it has been decoded.
14240
14241         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14242         decoded.
14243
14244         * mm-view.el (mm-inline-text): Don't strip text props unless
14245         decoding enriched or richtext parts.
14246
14247 2005-09-25  Romain Francoise  <romain@orebokech.com>
14248
14249         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14250         * gnus-start.el (gnus-subscribe-interactively):
14251         * gnus-uu.el (gnus-uu-grab-articles):
14252         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14253         space.
14254
14255 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14256
14257         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14258         * mm-view.el (mm-view-pkcs7-decrypt):
14259         * gnus-sum.el (gnus-summary-limit-to-extra)
14260         (gnus-summary-respool-article, gnus-read-move-group-name):
14261         * gnus-score.el (gnus-summary-increase-score):
14262         * gnus-util.el (gnus-completing-read-with-default):
14263         * gnus-art.el (gnus-read-save-file-name)
14264         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14265         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14266         * message.el (message-check-news-header-syntax):
14267         Follow convention for reading with the minibuffer.
14268
14269 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * spam-report.el (spam-report-url-ping-plain):
14272         Use gnus-extended-version as User-Agent.
14273
14274         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14275         default value is nil.
14276
14277         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14278         (mm-uu-verbatim-marks-extract): New function.
14279         (mm-uu-extract): New face.
14280         (mm-uu-copy-to-buffer): Use it.
14281
14282         * spam-report.el (spam-report-gmane-ham): Rename from
14283         `spam-report-gmane-unspam'.
14284         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14285         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14286
14287         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14288         Autoload.
14289         (spam-report-gmane-unregister-routine):
14290         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14291
14292 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14293
14294         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14295         (spam-report-gmane-unregister-routine): Add support for gmane
14296         unregistration.
14297
14298         * spam-report.el (spam-report-gmane-unspam)
14299         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14300         (spam-report-gmane): Change to take a single article and do unspam
14301         registration.
14302
14303 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * mm-url.el (mm-url-decode-entities): Fix regexp.
14306
14307 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14308
14309         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14310         default to nil, to be able to use Gnus at all.  If the default
14311         switches to something else, then the function should be fixed not
14312         be exceedingly slow.
14313
14314 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14315
14316         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14317         fail hard.
14318
14319         * spam-report.el: Add better Keywords line.
14320
14321         * spam.el: Add Maintainer and better Keywords line.
14322
14323 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * gnus-art.el (gnus-article-replace-part)
14326         (gnus-mime-replace-part): New functions.
14327         (gnus-mime-action-alist, gnus-mime-button-commands)
14328         (gnus-mime-save-part-and-strip): Add file argument.
14329         (gnus-article-part-wrapper): Add interactive argument.
14330
14331         * gnus-sum.el (gnus-summary-mime-map):
14332         Add `gnus-article-replace-part'.
14333
14334 2005-09-19  Didier Verna  <didier@xemacs.org>
14335
14336         The nnml compaction feature:
14337         * nnml.el (nnml-request-compact-group): New function.
14338         * nnml.el (nnml-request-compact): New function.
14339         * gnus-int.el (gnus-request-compact-group): New function.
14340         * gnus-int.el (gnus-request-compact): New function.
14341         * gnus-group.el (gnus-group-compact-group): New function.
14342         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14343         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14344         * gnus-srvr.el (gnus-server-compact-server): New function.
14345         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14346         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14347
14348 2005-09-18  Deepak Goel  <deego@gnufans.org>
14349
14350         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14351         format spec.
14352
14353 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14356
14357 2005-09-15  Romain Francoise  <romain@orebokech.com>
14358
14359         * message.el (message-fill-paragraph): Clarify docstring.
14360
14361 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-art.el (gnus-mime-display-part): Protect against broken
14364         MIME messages.
14365
14366 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14369         before parsing header.
14370
14371 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14372
14373         * html2text.el (html2text-replace-list): Add new entities.
14374
14375 2005-09-11  Romain Francoise  <romain@orebokech.com>
14376
14377         * message.el (message-alternative-emails): Improve docstring.
14378         (message-setup-1): Call `message-use-alternative-email-as-from'
14379         after `message-setup-hook' to give it precedence over posting
14380         styles, etc.
14381         (message-use-alternative-email-as-from): Add docstring.
14382         Remove the original From header if present.
14383
14384         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14385         (nnml-save-mail): Use it.
14386
14387         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14388         articles.  Add new argument `silent'.
14389         (gnus-uu-mark-all): Report the total number of marked articles.
14390
14391 2005-09-10  Romain Francoise  <romain@orebokech.com>
14392
14393         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14394         (gnus-uu-mark-series): Likewise.
14395
14396 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * spam-report.el (spam-report-gmane): Fix generation of spam
14399         report URL.
14400
14401 2005-09-10  Simon Josefsson  <jas@extundo.com>
14402
14403         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14404         t, based on discussion on the ding list with Robert Epprecht
14405         <epprecht@solnet.ch>.
14406
14407 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * spam-report.el (spam-report-gmane): Make it work without
14410         X-Report-Spam header.  Gmane now only provides Archived-At.
14411         This is only used if `spam-report-gmane-use-article-number' is nil.
14412         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14413
14414         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14415         make `gnus-summary-sort-by-recipient' work with threading.
14416
14417         * nnweb.el (nnweb-google-wash-article): Print a message if article
14418         is not available.
14419
14420 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14421
14422         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14423         change.  Decode text/* parts content before displaying.
14424
14425 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14426
14427         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14428
14429 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14432
14433         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14434         url-package-name, url-package-version,
14435         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14436         w3m-display-inline-images, and w3m-minor-mode-map.
14437
14438 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * message.el (message-tab-body-function): Fix mismatched custom type.
14441
14442         * gnus.el (gnus-group-change-level-function): Ditto.
14443
14444         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14445
14446         * gnus-art.el (gnus-signature-limit)
14447         (gnus-article-mime-part-function): Ditto.
14448
14449 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mml.el (mml-mode): Silence the byte compiler.
14452
14453         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14454         using `(sit-for 0)' before moving the point to the specified part;
14455         skip unbuttonized parts.
14456         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14457         return to the summary window if gnus-auto-select-part is non-nil.
14458
14459 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14462         New variables.
14463         (mml-dnd-attach-file, mml-mode): Use them.
14464
14465         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14466         Make fetching article by MID work again for Google Groups.
14467         Add FIXME concerning gnus-group-make-web-group.
14468
14469         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14470         Don't depend on Gnus by using mail-extract-address-components if
14471         gnus-extract-address-components is not bound.
14472
14473 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14474
14475         * gnus-art.el (gnus-mime-display-security): Don't display the
14476         signature, but only the signed part.
14477
14478 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14481
14482         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14483         list, not listp.
14484
14485 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14486
14487         * mm-encode.el (mm-encode-content-transfer-encoding):
14488         Likewise when encoding.
14489
14490         * mm-bodies.el (mm-decode-content-transfer-encoding):
14491         De-canonicalize CRLF for all text content types, not just
14492         text/plain.
14493
14494 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14497         valid article; point arrow and cursor at the MIME button.
14498
14499 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14502         Suggested by Dan Christensen <jdc@uwo.ca>.
14503
14504         * mm-decode.el (mm-save-part): Enable change of prompt.
14505
14506 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14507
14508         * gnus-msg.el (gnus-inews-add-send-actions):
14509         Make `message-post-method' lambda parameter ARG `&optional'.
14510
14511 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * gnus-sum.el (gnus-summary-mime-map):
14514         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14515         gnus-article-jump-to-part.
14516
14517         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14518         (gnus-article-edit-part): Use it.
14519         (gnus-article-part-wrapper): Add no-handle argument.
14520         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14521         New functions.
14522
14523 2005-08-29  Romain Francoise  <romain@orebokech.com>
14524
14525         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14526         docstring.
14527         (gnus-face-from-file): Likewise.
14528
14529 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14532         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14533         non-nil.
14534         (gnus-auto-select-part): New variable.
14535         (gnus-article-jump-to-part): New function.
14536         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14537         (gnus-mime-delete-part): Allow selecting specified part after
14538         deleting or stripping parts.
14539         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14540         part if argument is bogus.
14541
14542 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14543
14544         * gnus-art.el (w3m-minor-mode-map):
14545         * gnus-spec.el (gnus-newsrc-file-version):
14546         * gnus-util.el (nnmail-active-file-coding-system)
14547         (gnus-original-article-buffer, gnus-user-agent):
14548         * gnus.el (gnus-ham-process-destinations)
14549         (gnus-parameter-ham-marks-alist)
14550         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14551         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14552         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14553         * mm-decode.el (gnus-current-window-configuration):
14554         * mm-extern.el (gnus-article-mime-handles):
14555         * mm-url.el (url-current-object, url-package-name)
14556         (url-package-version):
14557         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14558         (smime-keys, w3m-cid-retrieve-function-alist)
14559         (w3m-current-buffer, w3m-display-inline-images)
14560         (w3m-minor-mode-map):
14561         * mml-smime.el (gnus-extract-address-components):
14562         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14563         (gnus-newsrc-hashtb, message-default-charset)
14564         (message-deletable-headers, message-options)
14565         (message-posting-charset, message-required-mail-headers)
14566         (message-required-news-headers):
14567         * mml1991.el (mc-pgp-always-sign):
14568         * mml2015.el (mc-pgp-always-sign):
14569         * nnheader.el (nnmail-extra-headers):
14570         * rfc1843.el (gnus-decode-encoded-word-function)
14571         (gnus-decode-header-function, gnus-newsgroup-name):
14572         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14573
14574 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14575
14576         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14577         the end of the date treatments.
14578
14579 2005-08-15  Simon Josefsson  <jas@extundo.com>
14580
14581         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14582         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14583         Capello and Romain Francoise.
14584         (pgg-fetch-key-function): Remove, not used?
14585         (pgg-insert-url-with-w3): Require url, to get
14586         url-insert-file-contents regardless of where it is defined.
14587
14588 2005-08-13  Romain Francoise  <romain@orebokech.com>
14589
14590         * message.el (message-cite-original-1): New function.
14591         (message-cite-original): Use it.
14592         (message-cite-original-without-signature): Ditto.
14593
14594 2005-08-08  Romain Francoise  <romain@orebokech.com>
14595
14596         * message.el (message-yank-empty-prefix): New variable.
14597         (message-indent-citation): Use it.
14598         (message-cite-original-without-signature): Respect X-No-Archive.
14599
14600 2005-08-08  Simon Josefsson  <jas@extundo.com>
14601
14602         * pgg.el: Autoload url-insert-file-contents instead of loading
14603         w3/url.
14604         (pgg-insert-url-with-w3): Don't load url here.
14605
14606 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14607
14608         * message.el (message-kill-to-signature): Don't insert newline at
14609         bol.
14610         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14611
14612 2005-08-06  Romain Francoise  <romain@orebokech.com>
14613
14614         * message.el (message-user-fqdn): Fix typo in docstring.
14615
14616 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14617
14618         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14619
14620         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14621
14622 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * mm-bodies.el (mm-encode-body): Use coding system rather than
14625         charset to encode text.
14626
14627         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14628         number of charsets if utf-8 is available (XEmacs).
14629
14630 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14633         taken from `gnus-button-mid-or-mail-regexp'.
14634         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14635         (gnus-button-alist): Improve regexp for domain part of the MIDs
14636         for news:localpart@domain buttons.
14637         (gnus-button-ctan-directory-regexp): Update.
14638
14639 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * sieve-manage.el (sieve-manage-interactive-login):
14642         Use make-local-variable rather than make-variable-buffer-local.
14643         (sieve-manage-open): Ditto.
14644         (sieve-manage-authenticate): Ditto.
14645
14646         * mml.el (mml-generate-mime-1): Make the content type default to
14647         text/plain if the filename is not specified.
14648
14649 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14652         instead of insert-buffer.
14653
14654         * message.el (message-yank-original): Ditto; set the mark at the
14655         end of the yanked message.
14656
14657 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14660         lines to scroll rather than to stop it.
14661
14662         * mml.el (mml-generate-default-type): Add doc string.
14663         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14664         default to application/octet-stream when determining the content
14665         type if it is not specified for the part or the mml contents; add
14666         a comment about mml-generate-default-type.
14667
14668 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14671         make it default to application/octet-stream when determining the
14672         content type if it is not specified for the external contents.
14673
14674 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14677         segmented parameter but also other parameters might be there.
14678
14679 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * mm-decode.el (mm-display-external): Delete temp file, directory
14682         and buffer immediately if the external process is exited.
14683
14684 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14687         fewer lines than that of scroll-margin.
14688         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14689
14690 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-art.el (gnus-article-next-page): Revert.
14693         (gnus-article-beginning-of-window): New macro.
14694         (gnus-article-next-page-1): Use it.
14695         (gnus-article-prev-page): Ditto.
14696         (gnus-article-edit-part): Use insert-buffer-substring instead of
14697         insert-buffer.
14698         (gnus-article-edit-exit): Ditto.
14699
14700         * gnus-util.el (gnus-beginning-of-window): Remove.
14701         (gnus-end-of-window): Remove.
14702
14703         * lpath.el: Don't bind header-line-format and scroll-margin.
14704
14705 2005-07-25  Simon Josefsson  <jas@extundo.com>
14706
14707         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14708         to have the url package without w3.  Reported by Daiki Ueno
14709         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14710
14711 2005-07-20  Didier Verna  <didier@xemacs.org>
14712
14713         * gnus-diary.el: Remove the description comment (nndiary is now
14714         properly documented in the Gnus manual).
14715         Fix the spelling of "Back End".
14716         * nndiary.el: Ditto.
14717         Fix the copyright notice.
14718
14719 2005-07-18  Romain Francoise  <romain@orebokech.com>
14720
14721         * gnus-sum.el (gnus-summary-to-prefix)
14722         (gnus-summary-newsgroup-prefix): New variables.
14723         (gnus-summary-from-or-to-or-newsgroups): Use them.
14724
14725 2005-07-17  Romain Francoise  <romain@orebokech.com>
14726
14727         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14728         space as it's generally not especially interesting to the user.
14729
14730 2005-07-16  Romain Francoise  <romain@orebokech.com>
14731
14732         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14733         nil to avoid prompting and file modification if one of the
14734         messages at the top of the nnfolder file contains a copyright
14735         notice.
14736         Update copyright notice.
14737
14738         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14739         instead of `current-time-string' as the latter creates a time
14740         string that is not RFC 2822 compliant (it lacks the zone).
14741         Update copyright notice.
14742
14743 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14744
14745         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14746         for text/rtf.  Display default in prompt.  Pass default for M-n.
14747
14748         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14749
14750 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14751
14752         * gnus-msg.el (gnus-button-mailto):
14753         Remove save-selected-window-window hackery because it relies on
14754         save-selected-window internals.
14755
14756 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14759         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14760         (gnus-article-prev-page): Ditto.
14761
14762         * gnus-util.el (gnus-beginning-of-window): New function.
14763         (gnus-end-of-window): New function.
14764
14765         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14766
14767 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14768
14769         * gnus-score.el (gnus-score-edit-all-score):
14770         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14771         gnus-message.
14772
14773 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14774
14775         * gnus-msg.el (gnus-button-mailto):
14776         Remove save-selected-window-window hackery because it relies on
14777         save-selected-window internals.
14778
14779 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14782         add-minor-mode.
14783         (gnus-binary-mode): Ditto.
14784
14785         * gnus-topic.el (gnus-topic-mode): Ditto.
14786
14787 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14788
14789         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14790         (gnus-article-prev-page): Take scroll-margin into consideration.
14791
14792 2005-07-04  Lute Kamstra  <lute@gnu.org>
14793
14794         Update FSF's address in GPL notices.
14795
14796 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14797
14798         * gnus.el (gnus-exit):
14799         * gnus-group.el (gnus-group-icons):
14800         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14801
14802         * gnus-nocem.el (gnus-nocem):
14803         * message.el (message-various, message-buffers, message-sending)
14804         (message-interface, message-forwarding, message-insertion)
14805         (message-headers, message-news, message-mail):
14806         * pgg-gpg.el (pgg-gpg):
14807         * pgg-parse.el (pgg-parse):
14808         * pgg-pgp.el (pgg-pgp):
14809         * pgg-pgp5.el (pgg-pgp5):
14810         * pop3.el (pop3): Finish `defgroup' description with period.
14811
14812 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (article-display-face): Improve the efficiency.
14815         (article-display-x-face): Ditto; remove grey x-face stuff.
14816
14817 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * gnus-art.el (article-display-face): Correct the position in
14820         which Faces are inserted.
14821
14822 2005-06-29  Didier Verna  <didier@xemacs.org>
14823
14824         * gnus-art.el (article-display-face): Display faces in correct
14825         order.
14826
14827 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14830         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14831         (gnus-nocem-check-article): Fetch the Type header.
14832         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14833         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14834         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14835         make sure gnus-nocem-hashtb is initialized.
14836         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14837         (gnus-nocem-unwanted-article-p): Ditto.
14838
14839         * pgg.el (pgg-verify): Return the verification result.
14840
14841 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14842
14843         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14844         is ascii.
14845
14846 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14847
14848         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14849         `show-nonbreak-escape'.
14850
14851 2005-06-23  Lute Kamstra  <lute@gnu.org>
14852
14853         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14854
14855         * dig.el (dig-mode):
14856         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14857
14858 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14859
14860         * nnimap.el (nnimap-split-download-body): Fix spellings.
14861
14862 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14863
14864         * gnus-art.el (gnus-article-encrypt-body):
14865         * gnus-cus.el (gnus-score-customize):
14866         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14867         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14868
14869 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14870
14871         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14872         header by looking for magic "MII" at the beginnig.
14873
14874 2005-06-16  Miles Bader  <miles@gnu.org>
14875
14876         * gnus-xmas.el (gnus-xmas-group-startup-message):
14877         Use renamed gnus-splash face.
14878
14879         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14880         (assistant-field-face): New backward-compatibility alias for renamed
14881         face.
14882         (assistant-render-text): Use renamed assistant-field face.
14883
14884         * spam.el (spam): Remove "-face" suffix from face name.
14885         (spam-face): New backward-compatibility alias for renamed face.
14886         (spam-face, spam-initialize): Use renamed spam face.
14887
14888         * message.el (message-header-to, message-header-cc)
14889         (message-header-subject, message-header-newsgroups)
14890         (message-header-other, message-header-name)
14891         (message-header-xheader, message-separator, message-cited-text)
14892         (message-mml): Remove "-face" suffix from face names.
14893         (message-header-to-face, message-header-cc-face)
14894         (message-header-subject-face, message-header-newsgroups-face)
14895         (message-header-other-face, message-header-name-face)
14896         (message-header-xheader-face, message-separator-face)
14897         (message-cited-text-face, message-mml-face):
14898         New backward-compatibility aliases for renamed faces.
14899         (message-font-lock-keywords): Use renamed message faces.
14900
14901         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14902         (sieve-test-commands, sieve-tagged-arguments):
14903         Remove "-face" suffix from face names.
14904         (sieve-control-commands-face, sieve-action-commands-face)
14905         (sieve-test-commands-face, sieve-tagged-arguments-face):
14906         New backward-compatibility aliases for renamed faces.
14907         (sieve-control-commands-face, sieve-action-commands-face)
14908         (sieve-test-commands-face, sieve-tagged-arguments-face):
14909         Use renamed sieve faces.
14910
14911         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14912         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14913         (gnus-group-news-3-empty, gnus-group-news-4)
14914         (gnus-group-news-4-empty, gnus-group-news-5)
14915         (gnus-group-news-5-empty, gnus-group-news-6)
14916         (gnus-group-news-6-empty, gnus-group-news-low)
14917         (gnus-group-news-low-empty, gnus-group-mail-1)
14918         (gnus-group-mail-1-empty, gnus-group-mail-2)
14919         (gnus-group-mail-2-empty, gnus-group-mail-3)
14920         (gnus-group-mail-3-empty, gnus-group-mail-low)
14921         (gnus-group-mail-low-empty, gnus-summary-selected)
14922         (gnus-summary-cancelled, gnus-summary-high-ticked)
14923         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14924         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14925         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14926         (gnus-summary-low-undownloaded)
14927         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14928         (gnus-summary-low-unread, gnus-summary-normal-unread)
14929         (gnus-summary-high-read, gnus-summary-low-read)
14930         (gnus-summary-normal-read, gnus-splash):
14931         Remove "-face" suffix from face names.
14932         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14933         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14934         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14935         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14936         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14937         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14938         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14939         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14940         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14941         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14942         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14943         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14944         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14945         (gnus-summary-normal-ticked-face)
14946         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14947         (gnus-summary-normal-ancient-face)
14948         (gnus-summary-high-undownloaded-face)
14949         (gnus-summary-low-undownloaded-face)
14950         (gnus-summary-normal-undownloaded-face)
14951         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14952         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14953         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14954         (gnus-splash-face):
14955         New backward-compatibility aliases for renamed faces.
14956         (gnus-group-startup-message): Use renamed gnus faces.
14957
14958         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14959         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14960         (gnus-server-agent): Remove "-face" suffix from face names.
14961         (gnus-server-agent-face, gnus-server-opened-face)
14962         (gnus-server-closed-face, gnus-server-denied-face)
14963         (gnus-server-offline-face):
14964         New backward-compatibility aliases for renamed faces.
14965         (gnus-server-agent-face, gnus-server-opened-face)
14966         (gnus-server-closed-face, gnus-server-denied-face)
14967         (gnus-server-offline-face): Use renamed gnus faces.
14968
14969         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14970         Remove "-face" suffix from face names.
14971         (gnus-picon-xbm-face, gnus-picon-face):
14972         New backward-compatibility aliases for renamed faces.
14973
14974         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14975         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14976         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14977         (gnus-cite-11): Remove "-face" suffix from face names.
14978         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14979         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14980         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14981         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14982         New backward-compatibility aliases for renamed faces.
14983         (gnus-cite-attribution-face, gnus-cite-face-list)
14984         (gnus-article-boring-faces): Use renamed gnus faces.
14985
14986         * gnus-art.el (gnus-signature, gnus-header-from)
14987         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14988         (gnus-header-content): Remove "-face" suffix from face names.
14989         (gnus-signature-face, gnus-header-from-face)
14990         (gnus-header-subject-face, gnus-header-newsgroups-face)
14991         (gnus-header-name-face, gnus-header-content-face):
14992         New backward-compatibility aliases for renamed faces.
14993         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14994
14995         * gnus-sum.el (gnus-summary-selected-face)
14996         (gnus-summary-highlight): Use renamed gnus faces.
14997         * gnus-group.el (gnus-group-highlight): Likewise.
14998
14999 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15000
15001         * gnus-sieve.el (gnus-sieve-article-add-rule):
15002         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15003         * spam-stat.el (spam-stat-buffer-change-to-spam)
15004         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15005
15006         * message.el (message-is-yours-p):
15007         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15008
15009 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * mm-view.el (mm-inline-text): Withdraw the last change.
15012
15013 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15016         executing enriched-decode.
15017
15018 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15021         charset of tar files.
15022
15023 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15024
15025         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15026
15027 2005-06-04  Lute Kamstra  <lute@gnu.org>
15028
15029         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15030         information is never recorded.
15031
15032 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15033
15034         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15035
15036 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * pop3.el (pop3-apop): Run md5 in the binary mode.
15039
15040         * starttls.el (starttls-set-process-query-on-exit-flag):
15041         Use eval-and-compile.
15042
15043 2005-05-31  Simon Josefsson  <jas@extundo.com>
15044
15045         * smime.el (smime-replace-in-string): Define.
15046         (smime-cert-by-ldap-1): Use it.
15047
15048 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (article-display-x-face): Replace
15051         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15052
15053         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15054         set-process-query-on-exit-flag or process-kill-without-query.
15055
15056         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15057         loop instead of replace-regexp.
15058
15059         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15060         instead of process-kill-without-query if it is available.
15061
15062         * lpath.el: Fbind ldap-search-entries.
15063
15064         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15065         instead of find-file-hooks if it is available.
15066
15067         * mml1991.el: Bind pgg-default-user-id when compiling.
15068
15069         * mml2015.el: Bind pgg-default-user-id when compiling.
15070
15071         * nndraft.el (nndraft-request-associate-buffer):
15072         Use write-contents-functions instead of write-contents-hooks if it is
15073         available.
15074
15075         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15076         instead of find-file-hooks if it is available.
15077
15078         * nntp.el (nntp-open-connection): Replace
15079         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15080         (nntp-open-ssl-stream): Ditto.
15081         (nntp-open-tls-stream): Ditto.
15082
15083         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15084         set-process-query-on-exit-flag or process-kill-without-query.
15085         (starttls-open-stream-gnutls): Use it instead of
15086         process-kill-without-query.
15087         (starttls-open-stream): Ditto.
15088
15089 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15090
15091         * smime.el (smime-cert-by-ldap-1): Don't use
15092         replace-regexp-in-string.
15093
15094 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15095
15096         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15097
15098         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15099         in PEM format.  Adjust to the XEmacs compability.
15100
15101 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15104         by `string-to-number'.
15105         * gnus-agent.el (gnus-agent-regenerate-group)
15106         (gnus-agent-fetch-articles): Ditto.
15107         * gnus-art.el (gnus-button-fetch-group): Ditto.
15108         * gnus-cache.el (gnus-cache-generate-active)
15109         (gnus-cache-articles-in-group): Ditto.
15110         * gnus-group.el (gnus-group-set-current-level)
15111         (gnus-group-insert-group-line): Ditto.
15112         * gnus-score.el (gnus-score-set-expunge-below)
15113         (gnus-score-set-mark-below, gnus-summary-score-effect)
15114         (gnus-summary-score-entry): Ditto.
15115         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15116         (gnus-soup-pack): Ditto.
15117         * gnus-spec.el (gnus-xmas-format): Ditto.
15118         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15119         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15120         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15121         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15122         * nndb.el (nndb-get-remote-expire-response): Ditto.
15123         * nndiary.el (nndiary-parse-schedule-value)
15124         (nndiary-string-to-number, nndiary-request-replace-article)
15125         (nndiary-request-article): Ditto.
15126         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15127         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15128         * nneething.el (nneething-make-head): Ditto.
15129         * nnfolder.el (nnfolder-request-article)
15130         (nnfolder-retrieve-headers): Ditto.
15131         * nnheader.el (nnheader-file-to-number): Ditto.
15132         * nnkiboze.el (nnkiboze-request-article): Ditto.
15133         * nnmail.el (nnmail-process-unix-mail-format)
15134         (nnmail-process-babyl-mail-format): Ditto.
15135         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15136         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15137         (nnmh-request-create-group, nnmh-request-list-1)
15138         (nnmh-request-group, nnmh-request-article): Ditto.
15139         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15140         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15141         * nnsoup.el (nnsoup-make-active): Ditto.
15142         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15143         * nntp.el (nntp-find-group-and-number)
15144         (nntp-retrieve-headers-with-xover): Ditto.
15145         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15146         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15147         (pgg-format-key-identifier): Ditto.
15148         * pop3.el (pop3-last, pop3-stat): Ditto.
15149         * qp.el (quoted-printable-decode-region): Ditto.
15150
15151         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15152         of concat.
15153
15154 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15157
15158         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15159
15160         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15161
15162         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15163
15164         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15165
15166         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15167
15168         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15169         (gnus-carpal-mode): Ditto.
15170
15171         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15172         (gnus-browse-mode): Ditto.
15173
15174         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15175
15176         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15177
15178 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15179
15180         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15181
15182 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-util.el (gnus-run-mode-hooks): New function.
15185
15186         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15187
15188         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15189         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15190
15191 2005-05-27  Lute Kamstra  <lute@gnu.org>
15192
15193         * dns-mode.el (dns-mode): Specify customization group.
15194
15195 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15196
15197         * gnus-agent.el (gnus-agent-make-mode-line-string):
15198         Use mode-line-highlight as mouse-face.
15199
15200 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * canlock.el (canlock): Change the parent group to news.
15203
15204         * deuglify.el (gnus-outlook-deuglify): Add :group.
15205
15206         * dig.el (dig): Add :group.
15207
15208         * dns-mode.el (dns-mode): Add :group.
15209
15210         * encrypt.el (encrypt): Add :group.
15211
15212         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15213         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15214         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15215         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15216         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15217
15218         * gnus-diary.el (gnus-diary): Add :group.
15219
15220         * gnus.el (gnus-group-news-1-face): Add :group.
15221         (gnus-group-news-1-empty-face): Ditto.
15222         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15223         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15224         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15225         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15226         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15227         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15228         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15229         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15230         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15231         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15232         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15233         (gnus-summary-high-ticked-face): Ditto.
15234         (gnus-summary-low-ticked-face): Ditto.
15235         (gnus-summary-normal-ticked-face): Ditto.
15236         (gnus-summary-high-ancient-face): Ditto.
15237         (gnus-summary-low-ancient-face): Ditto.
15238         (gnus-summary-normal-ancient-face): Ditto.
15239         (gnus-summary-high-undownloaded-face): Ditto.
15240         (gnus-summary-low-undownloaded-face): Ditto.
15241         (gnus-summary-normal-undownloaded-face): Ditto.
15242         (gnus-summary-high-unread-face): Ditto.
15243         (gnus-summary-low-unread-face): Ditto.
15244         (gnus-summary-normal-unread-face): Ditto.
15245         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15246         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15247
15248         * hashcash.el (hashcash): New custom group.
15249         (hashcash-default-payment): Add :group.
15250         (hashcash-payment-alist): Ditto.
15251         (hashcash-default-accept-payment): Ditto.
15252         (hashcash-accept-resources): Ditto.
15253         (hashcash-path): Ditto.
15254         (hashcash-extra-generate-parameters): Ditto.
15255         (hashcash-double-spend-database): Ditto.
15256         (hashcash-in-news): Ditto.
15257
15258         * message.el (message-minibuffer-local-map): Add :group.
15259
15260         * netrc.el (netrc): Add :group.
15261
15262         * sieve-manage.el (sieve-manage-log): Add :group.
15263         (sieve-manage-default-user): Diito.
15264         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15265         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15266         (sieve-manage-authenticators): Ditto.
15267         (sieve-manage-authenticator-alist): Ditto.
15268         (sieve-manage-default-port): Ditto.
15269
15270         * sieve-mode.el (sieve-control-commands-face): Add :group.
15271         (sieve-action-commands-face): Ditto.
15272         (sieve-test-commands-face): Ditto.
15273         (sieve-tagged-arguments-face): Ditto.
15274
15275         * smime.el (smime): Add :group.
15276
15277         * spam-report.el (spam-report): Add :group.
15278
15279         * spam.el (spam, spam-face): Add :group.
15280
15281 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15282
15283         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15284         return \n.\n.\n at the end of articles.  Protect against that.
15285         (nntp-with-open-group): Allow debugging.
15286
15287         * nnheader.el (mail-header-set-extra): Make into a function
15288         because I just could't understand how to quote the list properly.
15289
15290         * dns.el (query-dns-cached): New function.
15291
15292 2005-05-26  Lute Kamstra  <lute@gnu.org>
15293
15294         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15295
15296 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15299
15300         * gnus-art.el: Don't autoload mail-extract-address-components.
15301
15302         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15303         eval-and-compile to evaluate it.
15304
15305         * hashcash.el: Don't autoload executable-find.
15306
15307         * nndb.el: Don't declare the nndb back end two or more times; don't
15308         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15309
15310         * nntp.el: Autoload format-spec instead of format; use
15311         eval-and-compile to evaluate autoload forms.
15312
15313 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15314
15315         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15316
15317 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15318
15319         * gnus.el (gnus-version-number): Bump version.
15320
15321 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15322
15323         * gnus.el: No Gnus v0.3 is released.
15324
15325 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15326
15327         * lpath.el (featurep): Bind show-nonbreak-escape.
15328
15329 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-art.el (gnus-article-edit-part): Disable undo.
15332
15333 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15336         gnus-article-date-lapsed-new-header is t if date timer is active;
15337         skip headers in which the original date value is empty.
15338         (gnus-article-save-original-date): Redefine it as a macro.
15339         (gnus-display-mime): Use it.
15340
15341 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-art.el (article-date-ut): Support converting date in
15344         forwarded parts as well.
15345         (gnus-article-save-original-date): New function.
15346         (gnus-display-mime): Use it.
15347
15348 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15349
15350         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15351         enclosure element of <item>.
15352
15353 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * message.el (message-kill-buffer-query): Rename from
15356         `message-kill-buffer-query-if-modified'.  Add :version.
15357
15358 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15361         window layout.
15362
15363 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * mml.el: Autoload dnd when compiling.
15366
15367 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15370         x-dnd-*.
15371
15372 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * qp.el (quoted-printable-encode-region): Save excursion.
15375
15376 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * message.el (message-kill-buffer-query-if-modified): Add new variable
15379         so the user can kill a modified message buffer quickly.
15380         (message-kill-buffer): Use it.
15381
15382 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * lpath.el: Fbind display-time-event-handler; don't fbind
15385         string-to-multibyte.
15386
15387         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15388
15389 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15392         contained in text because xml.el decodes entities) with LFs.
15393
15394 2005-04-11  Lute Kamstra  <lute@gnu.org>
15395
15396         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15397         differently.
15398
15399 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15400
15401         * mm-util.el (mm-detect-coding-region): Typo.
15402
15403 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15406
15407 2005-04-06  Deepak Goel  <deego@gnufans.org>
15408
15409         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15410         user-function allow user modifications of the scores.
15411         (spam-stat-score-buffer-user): New function, to allow
15412         user-computed modifications to the score.
15413         (spam-stat-score-buffer-user-functions): List of additional
15414         scoring functions.
15415         (spam-stat-error-holder): Global temporary error holder.
15416         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15417         variable.
15418
15419 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * gnus-registry.el (gnus-registry-clean-empty-function)
15422         (gnus-registry-trim, gnus-registry-fetch-groups)
15423         (gnus-registry-delete-group): Groups that match
15424         `gnus-registry-ignored-groups' are removed from the registry
15425         entries, not just ignored for splitting.  This helps clean up the
15426         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15427         to get all the groups a message ID is in.
15428
15429         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15430         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15431         (spam-stat-score-buffer-user-functions): Add :number custom type.
15432
15433 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15436         argument in XEmacs.
15437
15438         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15439         (nnrss-request-group): Decode group name first.
15440         (nnrss-request-article): Make a text/plain article if mml-to-mime
15441         failed.
15442         (nnrss-get-encoding): Return a compatible encoding according to
15443         nnrss-compatible-encoding-alist.
15444         (nnrss-find-el): Use consp instead of listp.
15445         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15446
15447 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15450         which Emacs 20 doesn't support.
15451         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15452
15453 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15456         silence the byte compiler inside the defun.
15457
15458         * gnus-demon.el (parse-time-string): Add autoload.
15459
15460         * gnus-delay.el (parse-time-string): Add autoload.
15461
15462         * gnus-art.el (parse-time-string): Add autoload.
15463
15464         * nnultimate.el (parse-time): Require for `parse-time-string'.
15465
15466 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15469
15470         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15471
15472         * smime.el (smime-ldap-host-list): Add :version.
15473
15474 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15477         pass it to `gnus-browse-read-group'.
15478         (gnus-browse-read-group): Add NUMBER argument and pass it to
15479         `gnus-group-read-ephemeral-group'.
15480
15481         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15482         argument and pass it to `gnus-group-read-group'.
15483
15484 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15485
15486         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15487         mm-xemacs-find-mime-charset-1 if we have the mule feature
15488         available at runtime.
15489
15490 2005-03-25  Werner Lemberg  <wl@gnu.org>
15491
15492         * nnmaildir.el: Replace `illegal' with `invalid'.
15493
15494 2005-03-23  Lute Kamstra  <lute@gnu.org>
15495
15496         * time-date.el: Add comment on time value formats.
15497         Don't require parse-time.
15498         (with-decoded-time-value): New macro.
15499         (encode-time-value): New function.
15500         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15501         (days-to-time): Return a valid time value when arg is huge.
15502         (time-since): Use time-subtract.
15503         (time-to-number-of-days): Use time-to-seconds.
15504
15505 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15506
15507         * gnus-start.el (gnus-display-time-event-handler):
15508         Check display-time-timer at runtime rather than only at load time
15509         in case display-time-mode is turned off in the mean time.
15510
15511 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15514         used.
15515
15516         * nneething.el (nneething-map-file-directory): Derive from
15517         `gnus-directory'.
15518
15519         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15520         the To/Cc button.
15521
15522 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * nnmaildir.el (nnmaildir-request-accept-article):
15525         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15526
15527 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15528
15529         * gnus-async.el: Require timer-funcs at compile time when in
15530         XEmacs for `run-with-idle-timer'.
15531
15532 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15533
15534         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15535         autoloaded function.
15536
15537 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15538
15539         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15540
15541 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15542
15543         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15544
15545 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546
15547         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15548         Add gnus-expert-user to default.
15549
15550 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15551
15552         * nnimap.el (nnimap-open-server): Ditto.
15553
15554         * imap.el (imap-authenticate): Fix typo.
15555
15556 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15557
15558         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15559         buffer (since IMAP server might return FETCH response out of
15560         order, and the nntp buffer must be sorted).
15561
15562 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15563
15564         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15565         comparison on string.
15566
15567         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15568         (gnus-agent-score): Rename category keywords to match gnus-cus.
15569         (gnus-agent-summary-fetch-series): Modify to protect against
15570         gnus-agent-summary-fetch-group clearing processable flags.
15571         (gnus-agent-synchronize-group-flags): Update live group buffer as
15572         synchronization may occur due to the user toggle the plugged
15573         status.
15574         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15575         successfully downloaded.
15576         (gnus-agent-expire-group-1): Avoid using markers when the overview
15577         is in ascending order; greatly improves performance.
15578         (gnus-agent-regenerate-group):
15579         Use gnus-agent-synchronize-group-flags to reset read status in both
15580         gnus and server.
15581         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15582
15583 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * message.el: Don't autoload former message-utils variables.
15586         (message-strip-subject-trailing-was): Change doc string.
15587
15588         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15589         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15590         (nnweb-google-search): Add "hl=en" here.
15591         (nnweb-google-parse-1, nnweb-google-create-mapping):
15592         Don't hardcode URL.
15593
15594 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * message.el (message-get-reply-headers, message-followup):
15597         Mention related variables `message-use-followup-to' and
15598         `message-use-mail-followup-to', in the information buffer.
15599
15600         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15601         of broken groups(-beta).google.com.
15602
15603 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15604
15605         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15606         parameter to invoked gnus-request-move-article; remove the
15607         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15608         all at once instead of once per article.
15609         (gnus-summary-remove-process-mark): Accept a list of articles as
15610         well as a single article for processing.
15611
15612         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15613         parameter.
15614
15615         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15616
15617         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15618
15619         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15620         parameter.
15621
15622         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15623         parameter.
15624
15625         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15626         parameter and remove the gnus-sum-hint-move-is-internal variable.
15627
15628         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15629         parameter.
15630
15631         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15632         parameter.
15633
15634         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15635         parameter.
15636
15637         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15638
15639         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15640         parameter.
15641
15642         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15643         parameter.
15644
15645 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15646
15647         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15648         a more conservative way.
15649
15650 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15651
15652         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15653         buffer, so it moves the window's cursor.
15654
15655 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15656
15657         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15658         `mm-dissect-multipart' and receive the from field as an (optional)
15659         argument from `mm-dissect-multipart'.
15660         (mm-dissect-multipart): Receive the from field as an argument and
15661         pass it on when we call `mm-dissect-buffer' on MIME parts.
15662         Fixes verification/decryption of signed/encrypted MIME parts.
15663
15664 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15665
15666         * gnus-sum.el (gnus-summary-move-article):
15667         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15668         whatever it calls (right now, only nnimap-request-move article
15669         respects it).
15670
15671         * nnimap.el (nnimap-request-move-article):
15672         When gnus-sum-hint-move-is-internal is set, don't do the extra
15673         nnimap-request-article.
15674
15675 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15678
15679         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15680         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15681
15682         * gnus-sum.el (gnus-summary-caesar-message):
15683         Apply `gnus-treat-article' after rotation.
15684
15685         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15686         doc string.
15687
15688 2005-02-22  Simon Josefsson  <jas@extundo.com>
15689
15690         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15691         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15692         <arne@arnested.dk>.
15693         (encrypt): Add password-cache and password-cache-expiry as group
15694         members.
15695
15696 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15697
15698         * smime.el (smime-ldap-host-list): Doc fix.
15699         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15700         cache) password.
15701         (smime-sign-region): Use it.
15702         (smime-decrypt-region): Use it.
15703         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15704         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15705         fails.
15706         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15707         certificate from DER to PEM format rather than calling openssl.
15708
15709         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15710
15711         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15712         for signing/encryption.
15713
15714         * mml.el (mml-parse-1): Use them.
15715
15716 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15717
15718         * nnrss.el (nnrss-verbose): Remove.
15719         (nnrss-request-group): Use `nnheader-message' instead.
15720
15721 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15722
15723         * nnrss.el (nnrss-verbose): New variable.
15724         (nnrss-request-group): Make it say nnrss is requesting a group.
15725
15726 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15729         Handle news URL with given port correctly.
15730
15731 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15734         containing special characters.
15735
15736         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15737
15738         * mml.el (mime-to-mml): Ditto.
15739
15740         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15741         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15742         (rfc2047-decode-region): Quote decoded words containing special
15743         characters when rfc2047-quote-decoded-words-containing-tspecials
15744         is non-nil.
15745
15746 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15747
15748         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15749
15750         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15751
15752 2005-02-15  Simon Josefsson  <jas@extundo.com>
15753
15754         * nnimap.el (nnimap-debug): Doc fix.
15755
15756         * imap.el (imap-debug): Doc fix.
15757
15758 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15761
15762 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15763
15764         * gnus.el (spam-contents): Improve docs for spam-contents
15765         parameter in its variable incarnation.
15766
15767 2005-02-14  Simon Josefsson  <jas@extundo.com>
15768
15769         * smime-ldap.el: Use require instead of load-library for ldap.
15770         (smime-ldap-search): Indent.
15771         (smime-ldap-search-internal): Shorten line.
15772
15773         * smime.el (smime-cert-by-dns): Add doc-string.
15774         (smime-cert-by-ldap-1): Indent.
15775
15776         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15777         mml-smime-get-dns-ldap.
15778         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15779
15780 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15781
15782         * smime.el: Require smime-ldap.
15783         (smime-ldap-host-list): New variable.
15784         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15785
15786         * mml-smime.el (mml-smime-encrypt-query): New function.
15787         (mml-smime-encrypt-query): Use it.
15788
15789         * smime-ldap.el: New file.
15790
15791 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15794
15795 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15798         argument in doc string.  Make query for type more clear.
15799
15800 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * gnus.el (gnus-group-startup-message): Search for gnus images in
15803         etc/images/gnus.
15804         * mm-util.el (mm-image-load-path): Likewise.
15805         * smiley.el (smiley-data-directory): Search for smilies in
15806         etc/images/smilies.
15807
15808 2005-02-09  Kim F. Storm  <storm@cua.dk>
15809
15810         Change Emacs release version from 21.4 to 22.1 throughout.
15811         Change Emacs development version from 21.3.50 to 22.0.50.
15812
15813 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15816
15817         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15818         non-Mule XEmacs as well.
15819         (mm-decompress-buffer): Signal an error intentionally if it does
15820         not decompress compressed data because auto-compression-mode is
15821         disabled.
15822
15823 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15826         an ID in the registry even if it has no groups.
15827
15828 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15831         merge it into mm-decompress-buffer.
15832         (gnus-mime-copy-part): Use the MIME part charset, the value which
15833         a user specified or gnus-newsgroup-charset for decoding, like
15834         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15835         save-buffer what was used.  Suggested by Kevin Ryde
15836         <user42@zip.com.au>.
15837         (gnus-mime-inline-part): Allow the name parameter as well as the
15838         filename parameter; force decompressing of compressed data; always
15839         display contents being not decoded as unibyte.
15840
15841         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15842         as well as the filename parameter.
15843
15844         * mm-util.el (mm-decompress-buffer):
15845         Merge gnus-mime-jka-compr-maybe-uncompress.
15846         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15847         of compressed data.
15848
15849 2005-02-08  Simon Josefsson  <jas@extundo.com>
15850
15851         * imap.el (imap-log): Doc fix.
15852
15853 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15856         the coding cookies; decompress compressed parts.
15857
15858         * mml.el (mml-generate-mime-1): Add the charset parameter according
15859         to the value which a user specified manually or the coding cookie.
15860
15861         * mm-util.el (mm-string-to-multibyte): New function.
15862         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15863         (mm-coding-system-to-mime-charset): New function.
15864         (mm-decompress-buffer): New function.
15865         (mm-find-buffer-file-coding-system): New function.
15866
15867         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15868         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15869         parts.
15870
15871 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15872
15873         * mm-view.el (mm-display-inline-fontify): Decode a part according
15874         to the charset parameter.
15875
15876 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15879         prefix arg is neither nil nor a number, as info specifies.
15880
15881 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15884         timestamps.
15885
15886 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15887
15888         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15889         groups error checking and notify user.
15890
15891 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15892
15893         * message.el (message-send-mail-function): Check existence of
15894         sendmail-program first before using default value
15895         `message-send-mail-with-sendmail'.  Otherwise use more generic
15896         `smtpmail-send-it'.
15897
15898 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * nntp.el (nntp-request-update-info): Always return nil.
15901
15902 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15903
15904         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15905
15906 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15907
15908         * message.el (message-beginning-of-line): Change the behavior when
15909         invoked between BOL and : so that it first moves backward.
15910
15911 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15914         article buffer when editing of the article is discarded.
15915         (gnus-article-prepare): Revert.
15916
15917 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-art.el (gnus-article-prepare):
15920         Remove message-strip-forbidden-properties from the local hook.
15921
15922 2005-01-27  Simon Josefsson  <jas@extundo.com>
15923
15924         * password.el (password-cache-add): Only start one timer per key.
15925         Reported by Derek Atkins <warlord@MIT.EDU>.
15926
15927 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15928
15929         * run-at-time.el: Remove.  It is no longer needed as
15930         timer-funcs.el in the xemacs-base package has a working version of
15931         `run-at-time'.
15932
15933         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15934
15935         * password.el: Require timer-funcs instead of run-at-time in
15936         XEmacs.
15937         Remove `password-run-at-time' macro.
15938         (password-cache-add): Use `run-at-time' instead of
15939         `password-run-at-time'.
15940
15941         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15942         Remove `nnheader-cancel-function-timers' alias,
15943         `cancel-function-timers' exists in XEmacs in timer-funcs.
15944
15945         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15946         for `run-with-idle-timer'.
15947
15948         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15949         for `run-at-time'.
15950
15951         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15952         for `with-timeout'.
15953
15954         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15955         the same as for XEmacs 21.4.
15956         No need to ignore `run-with-idle-timer', this function exists in
15957         XEmacs now in timer-funcs.el in the xemacs-base package.
15958         (dgnushack-compile): No need to delete
15959         run-at-time.el from the list of files to compile because it
15960         doesn't exist anymore.
15961
15962 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15965         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15966
15967 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15968
15969         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15970         sensitively.
15971
15972 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15973
15974         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15975
15976 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15979         which will be inserted according to the multibyteness of a buffer
15980         rather than the type of contents.  Suggested by ARISAWA Akihiro
15981         <ari@mbf.ocn.ne.jp>.
15982
15983         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15984         of string which old xml.el may return rather than a string.
15985
15986 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15989
15990 2005-01-16  Simon Josefsson  <jas@extundo.com>
15991
15992         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15993         idn/idna.el isn't available.
15994         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15995         <michael@waxrat.com>.
15996
15997         * hashcash.el: Remove non-FSF copyright header.
15998
15999         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16000         (hashcash-generate-payment): Use it.
16001         (hashcash-generate-payment-async): Use it.
16002
16003 2005-01-15  Simon Josefsson  <jas@extundo.com>
16004
16005         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16006         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16007
16008         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16009         gnus-summary-idna-message.
16010         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16011         (gnus-summary-idna-message): New function.
16012
16013 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16016         gnus-novice-user.
16017
16018 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * nnrss.el (nnrss-request-delete-group): Delete entries in
16021         nnrss-group-alist as well.
16022         (nnrss-save-server-data): Insert newline.
16023
16024 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16025
16026         * gnus.el (gnus-user-agent): Use list of symbols instead of
16027         symbols.  Display full version number for (S)XEmacs.
16028         Optionally display (S)XEmacs codename.
16029
16030         * gnus-util.el (gnus-emacs-version): Update for new
16031         `gnus-user-agent'.
16032
16033         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16034         Gnus version.
16035
16036 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16039         which is unreadable in some setups.
16040
16041 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-spec.el (gnus-update-format-specifications): Flush the
16044         group format spec cache if it doesn't support decoded group names.
16045
16046 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16049         Allow to apply decay on score files matching a regexp.
16050
16051 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16054         compatibility in %g and %c.
16055
16056 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16059         name for only %g and %c.
16060         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16061         of gnus-tmp-group to decoded group name.
16062         (gnus-group-make-rss-group): Exclude `/'s from group names.
16063
16064 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * nnrss.el (nnrss-get-encoding): Fix regexp.
16067
16068 2004-12-27  Simon Josefsson  <jas@extundo.com>
16069
16070         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16071         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16072         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16073
16074 2004-12-17  Kim F. Storm  <storm@cua.dk>
16075
16076         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16077
16078         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16079
16080 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16081
16082         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16083
16084 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * nnrss.el: Require rfc2047 and mml.
16087         (nnrss-file-coding-system): New variable.
16088         (nnrss-format-string): Redefine it as an inline function.
16089         (nnrss-decode-group-name): New function.
16090         (nnrss-string-as-multibyte): Remove.
16091         (nnrss-retrieve-headers): Decode group name; don't use
16092         nnrss-format-string.
16093         (nnrss-request-group): Decode group name.
16094         (nnrss-request-article): Decode group name; allow a Message-ID as
16095         well as an article number; don't use nnrss-format-string; encode a
16096         Message-ID string which may contain non-ASCII characters; use
16097         mml-to-mime to compose a MIME article.
16098         (nnrss-request-expire-articles): Decode group name.
16099         (nnrss-request-delete-group): Decode group name.
16100         (nnrss-fetch): Clarify error message.
16101         (nnrss-read-server-data): Use insert-file-contents instead of load;
16102         bind file-name-coding-system; use multibyte buffer.
16103         (nnrss-save-server-data): Bind coding-system-for-write to the
16104         value of nnrss-file-coding-system; bind file-name-coding-system;
16105         add coding cookie.
16106         (nnrss-read-group-data): Use insert-file-contents instead of load;
16107         bind file-name-coding-system; use multibyte buffer.
16108         (nnrss-save-group-data): Bind coding-system-for-write to the
16109         value of nnrss-file-coding-system; bind file-name-coding-system.
16110         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16111         make it work with non-ASCII text.
16112         (nnrss-find-el): Make it work with old xml.el as well.
16113
16114 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16115
16116         * nnrss.el (nnrss-get-encoding): New function.
16117         (nnrss-fetch): Use unibyte buffer initially; bind
16118         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16119         decode contents according to the encoding attribute.
16120         (nnrss-save-group-data): Add coding cookie.
16121         (nnrss-mime-encode-string): New function.
16122         (nnrss-check-group): Use it to encode subject and author.
16123
16124 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16127         imaginary variable.
16128
16129 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16132         correctly even if there are wide characters.
16133
16134 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16135
16136         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16137         downcased symbol names; make a new cache instead of reusing
16138         bbdb-hashtable.
16139
16140 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16143         concatenating segments rather than before concatenating them.
16144         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16145
16146         * message.el (message-get-reply-headers): Bind `extra'.
16147
16148 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16149
16150         * message.el (message-extra-wide-headers): New variable.
16151         (message-get-reply-headers): Use it.
16152
16153 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16156         (gnus-agent-group-pathname): Ditto.
16157
16158         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16159
16160         * gnus-group.el (gnus-group-make-group): Decode group name.
16161         (gnus-group-make-rss-group): Register the group data after opening
16162         the nnrss group.
16163
16164 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16165
16166         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16167         by expiry now get marked as read.
16168
16169 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16172
16173 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16174
16175         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16176         unify Latin characters in XEmacs.
16177         (mm-find-mime-charset-region): Use it.
16178
16179 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-util.el (gnus-delete-directory): New function.
16182
16183         * gnus-agent.el (gnus-agent-delete-group): Use it.
16184
16185         * gnus-cache.el (gnus-cache-delete-group): Use it.
16186
16187 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16190         names.
16191
16192 2004-12-16  Simon Josefsson  <jas@extundo.com>
16193
16194         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16195
16196 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16199
16200         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16201         (gnus-group-set-current-level): Decode group name.
16202
16203 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16204
16205         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16206         failed.
16207
16208 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-group.el (gnus-group-delete-group): Decode group name.
16211         (gnus-group-make-rss-group): Encode group name.
16212         (gnus-group-catchup-current): Decode group name.
16213         (gnus-group-kill-group): Decode group name.
16214
16215 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16216
16217         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16218
16219 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-group.el (gnus-group-make-rss-group):
16222         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16223
16224         * gnus-start.el (gnus-setup-news): Honor user's setting to
16225         gnus-message-archive-method.  Suggested by Lute Kamstra
16226         <lute@gnu.org>.
16227
16228 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16229
16230         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16231         global counterparts of the buffer-local variables.
16232
16233 2004-11-16  Romain Francoise  <romain@orebokech.com>
16234
16235         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16236         counterparts of the buffer-local variables.
16237
16238 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16239
16240         * message.el (message-forbidden-properties): Fix typo in doc
16241         string.
16242
16243 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16244
16245         * gnus-util.el (gnus-replace-in-string): Add doc string.
16246
16247         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16248         to avoid problems when splitting mails with many recipients.
16249
16250 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16251
16252         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16253         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16254
16255 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16256
16257         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16258         if there is no hashtable in memory or file modification time is
16259         newer than cached timestamp.
16260
16261 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16262
16263         * gnus-sum.el (gnus-summary-limit-to-recipient):
16264         Implement not-matching option.
16265
16266 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16267
16268         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16269         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16270         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16271         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16272         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16273         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16274
16275 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * message.el (message-forward-make-body-mml): Remove headers
16278         according to message-forward-ignored-headers if a message is decoded.
16279
16280 2004-12-02  Romain Francoise  <romain@orebokech.com>
16281
16282         * message.el (message-forward-make-body-plain): Always remove
16283         headers according to message-forward-ignored-headers.
16284
16285 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16286
16287         * spam.el (spam-summary-prepare-exit): Remove the
16288         gnus-summary-limit pop for now, it has problems with ham marks for
16289         me.
16290
16291 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16292
16293         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16294         correctly.
16295
16296 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16297
16298         * format-spec.el (format-spec): Message the char.
16299
16300 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16301
16302         * gnus-art.el (gnus-split-methods): Reformat comments.
16303
16304         * spam.el (spam-summary-prepare-exit): Remove article limits
16305         before exiting the summary buffer.
16306
16307 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16310         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16311
16312         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16313         order to silence the byte compiler.
16314
16315         * spam.el: Fix the way to silence the byte compiler, which
16316         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16317         bbdb-search-simple, spam-BBDB-register-routine,
16318         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16319         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16320         spam-stat-buffer-is-spam, spam-stat-load,
16321         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16322         spam-stat-save and spam-stat-split-fancy.
16323
16324 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16327         which may confuse users.
16328         (canlock-password-for-verify): Ditto.
16329
16330         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16331
16332         * gnus-art.el (gnus-emphasis-alist): Ditto.
16333
16334         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16335
16336         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16337
16338         * gnus-start.el (gnus-save-killed-list): Ditto.
16339
16340         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16341         (gnus-sum-thread-tree-root): Ditto.
16342         (gnus-sum-thread-tree-false-root): Ditto.
16343         (gnus-sum-thread-tree-single-indent): Ditto.
16344
16345         * message.el (message-courtesy-message): Ditto.
16346         (message-archive-note): Ditto.
16347         (message-subscribed-address-file): Ditto.
16348         (message-user-fqdn): Ditto.
16349
16350         * spam-report.el (spam-report-gmane-regex): Ditto.
16351
16352         * spam.el (spam-blackhole-good-server-regex): Ditto.
16353
16354 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * mml.el (mml-preview): Widen the message buffer before copying
16357         the contents to the preview buffer; sort headers before previewing.
16358
16359         * message.el (message-hidden-headers): Fix the way to avoid a bug
16360         in the `repeat' widget in Emacs 21.3 or earlier.
16361
16362 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * message.el (message-hidden-headers): Default to "^References:".
16365         Improve customization type.  Suggested by Reiner Steib
16366         <Reiner.Steib@gmx.de>.
16367
16368 2004-11-25  Romain Francoise  <romain@orebokech.com>
16369
16370         * message.el (message-strip-forbidden-properties): Remove check for
16371         obsolete `message-hidden' text property, hidden headers are not
16372         accessible in the buffer anymore.
16373
16374 2004-11-22  Romain Francoise  <romain@orebokech.com>
16375
16376         * message.el (message-header-format-alist): Add `From' in list
16377         so that it can be sorted.
16378         (message-fix-before-sending): Widen and sort headers before
16379         sending.
16380         (message-hide-headers): Use narrowing to hide headers by moving
16381         them to the top of the buffer and narrowing to the region
16382         underneath.
16383
16384 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16385
16386         * message.el (message-strip-forbidden-properties):
16387         Bind buffer-read-only (etc) to nil.
16388
16389 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16392         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16393
16394 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16395
16396         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16397
16398 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16399
16400         * dns.el (query-dns): Use sit-for to time instead of
16401         accept-process-output, since that doesn't seem to work on udp
16402         sockets.
16403
16404 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16407
16408 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16409
16410         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16411         doc string.  Improve doc string.
16412
16413 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * nntp.el (nntp-request-update-info): Return nil if
16416         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16417         may not call gnus-activate-group which uselessly issues the GROUP
16418         commands for all nntp groups and wastes time.  Reported by Romain
16419         Francoise <romain@orebokech.com>.
16420
16421         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16422
16423 2004-11-15  Simon Josefsson  <jas@extundo.com>
16424
16425         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16426         headers separately.
16427         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16428         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16429
16430 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * gnus-start.el (gnus-convert-old-newsrc):
16433         Assign legacy-gnus-agent to 5.10.7.
16434
16435 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16436
16437         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16438         start of the lines.
16439
16440 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16441
16442         * hashcash.el (hashcash-default-payment): Change default to 20.
16443         (hashcash-default-accept-payment): Change default to 20.
16444         (hashcash-process-alist): New variable.
16445         (hashcash-generate-payment-async): Add.
16446         (hashcash-already-paid-p): Add.
16447         (hashcash-insert-payment): Don't generate payments twice.
16448         (hashcash-insert-payment-async): Add.
16449         (hashcash-insert-payment-async-2): Add.
16450         (hashcash-cancel-async): Add.
16451         (hashcash-wait-async): Add.
16452         (hashcash-processes-running-p): Add.
16453         (hashcash-wait-or-cancel): Add.
16454         (mail-add-payment): New optional argument.  Conditionally start
16455         asynchronous calculation.
16456         (mail-add-payment-async): Add.
16457
16458         * message.el (message-send-mail): Wait for asynchronous hashcash
16459         results.  Don't clobber existing X-Hashcash headers.
16460         (message-setup-1): Call mail-add-payment-async when
16461         message-generate-hashcash is non-nil.
16462
16463 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16464
16465         * message.el (message-use-alternative-email-as-from): Examine the
16466         From header as well; use message-make-from in order to include a
16467         user's full name.
16468
16469 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16472         default; improve customization type.
16473         (gnus-emphasis-custom-with-format): New macro.
16474         (gnus-emphasis-custom-value-to-external): New function.
16475         (gnus-emphasis-custom-value-to-internal): New function.
16476
16477 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * dns.el (query-dns): Resolve reverse addresses.
16480
16481 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16482
16483         * gnus-group.el (gnus-group-get-new-news): Use it.
16484
16485         * gnus-start.el (gnus-check-reasonable-setup): New function.
16486
16487 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16490         "Args out of range" error.  Reported by Arnaud Giersch
16491         <arnaud.giersch@free.fr>.
16492
16493 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16494
16495         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16496
16497 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16498
16499         * spam.el (spam group): Add :version.
16500
16501         * pgg-def.el (pgg group): Add :version.
16502
16503 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-art.el (gnus-article-edit-article): Don't associate the
16506         article buffer with a draft file.  This is a temporary measure
16507         against the 2004-08-22 change to gnus-article-edit-mode.
16508
16509 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16512         (html2text-format-tags): Remove unused variable `attr'.
16513
16514 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16517
16518         * tls.el (tls-process-connection-type, tls-success)
16519         (tls-certtool-program): Add :version.
16520
16521         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16522         (starttls-extra-arguments, starttls-process-connection-type)
16523         (starttls-connect, starttls-failure, starttls-success): Add :version.
16524
16525         * spam-stat.el (spam-stat): Add :version.
16526
16527         * sieve.el (sieve): Add :version.
16528
16529         * sha1.el (sha1): Add :version.
16530         (sha1-use-external): Remove redundant version.
16531
16532         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16533         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16534         (nnmail-split-fancy-match-partial-words)
16535         (nnmail-split-lowercase-expanded): Add :version.
16536
16537         * nndiary.el (nndiary): Add :version.
16538
16539         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16540
16541         * mml-sec.el (mml-default-sign-method)
16542         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16543         Add :version.
16544
16545         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16546
16547         * mm-url.el (mm-url-use-external, mm-url-program)
16548         (mm-url-arguments): Add :version.
16549
16550         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16551         (mm-attachment-file-modes, mm-decrypt-option)
16552         (mm-w3m-safe-url-regexp): Add :version.
16553
16554         * message.el (message-cite-prefix-regexp)
16555         (message-sendmail-envelope-from, message-minibuffer-local-map)
16556         (message-user-fqdn, message-completion-alist): Add :version.
16557
16558         * gnus-win.el (gnus-configure-windows-hook)
16559         (gnus-use-frames-on-any-display): Add :version.
16560
16561         * gnus-art.el (gnus-article-address-banner-alist)
16562         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16563         (gnus-treat-from-picon, gnus-treat-mail-picon)
16564         (gnus-treat-x-pgp-sig): Add :version.
16565
16566         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16567         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16568         (gnus-summary-article-delete-hook)
16569         (gnus-summary-display-while-building): Add :version.
16570
16571         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16572         (gnus-get-top-new-news-hook): Add :version.
16573
16574         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16575         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16576
16577         * gnus-registry.el (gnus-registry): Add :version.
16578
16579         * gnus-spec.el (gnus-use-correct-string-widths)
16580         (gnus-make-format-preserve-properties): Add :version.
16581
16582         * gnus.el (gnus-group-charter-alist)
16583         (gnus-group-fetch-control-use-browse-url)
16584         (gnus-install-group-spam-parameters): Add :version.
16585
16586         * gnus-diary.el (gnus-diary): Add :version.
16587
16588         * gnus-delay.el (gnus-delay): Add :version.
16589
16590         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16591         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16592         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16593         Add :version.
16594
16595         * gnus-agent.el (gnus-agent-max-fetch-size)
16596         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16597         (gnus-agent-prompt-send-queue): Add :version.
16598
16599         * deuglify.el (gnus-outlook-deuglify): Add :version.
16600
16601         * html2text.el: Beautify code.  Improve doc strings.
16602         Some checkdoc cleanup.
16603         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16604
16605 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16606
16607         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16608
16609 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16612         when package is loaded.
16613
16614         * spam.el (spam-summary-score-preferred-header): Add global preference
16615         for people who want to override the default SpamAssassin over
16616         Bogofilter preference (when both are set).
16617         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16618         (spam-user-format-function-S):
16619         Check spam-summary-score-preferred-header.
16620         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16621         (spam-user-format-function-S): Format the score correctly.
16622
16623 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16626         signature file.  Suggested by Manoj Srivastava
16627         <srivasta@golden-gryphon.com>.
16628
16629         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16630         iso-2022-jp even in the Japanese language environment.
16631         Suggested by Jason Rumney <jasonr@gnu.org>.
16632
16633 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16636         use the same characters as the dummy marks; make it free from
16637         getting affected by the language environment.
16638         (gnus-summary-read-group-1): Update mark positions only when the
16639         format spec is updated.
16640
16641         * gnus-spec.el (gnus-update-format-specifications): Return a list
16642         of updated types.
16643
16644 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16647         of boundp to check if display-warning is available.
16648
16649 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16650
16651         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16652
16653 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * nnspool.el (nnspool-spool-directory): Use news-path if the
16656         news-directory variable is not bound.
16657
16658         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16659         function instead of display-warning if it is not available.
16660
16661 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16662
16663         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16664         v5-10: Use `point-at-bol'.
16665
16666 2004-10-26  Simon Josefsson  <jas@extundo.com>
16667
16668         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16669         <chenggao@gmail.com>.
16670
16671 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16674         instead.
16675
16676 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16677
16678         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16679         to remove a server from the nnimap-server-buffer-alist.
16680         (nnimap-open-connection, nnimap-close-server): Use it.
16681
16682         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16683
16684 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16687         running the major-mode function.
16688
16689 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16692         dummy marks in the right way.
16693
16694 2004-10-18  David Edmondson  <dme@dme.org>
16695
16696         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16697         excessively.
16698
16699 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16700
16701         * gnus-util.el (gnus-split-references): Accept a nil references
16702         string and go on blissfully.
16703
16704         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16705         cases where the references string is non-nil but has no references.
16706
16707         * encrypt.el: Add autoload tags.
16708
16709         * spam.el (spam-resolve-registrations-routine): Remove article
16710         from unregistration list too.  Reported by David Hanak
16711         <dhanak@isis.vanderbilt.edu>
16712
16713 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16716         nil.  Change custom type.
16717
16718 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16719
16720         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16721
16722         * gnus-sum.el (gnus-summary-move-article): Use it.
16723
16724 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * encrypt.el: Add autoload cookies.
16727
16728         * spam.el (spam-backend-article-list-property)
16729         (spam-backend-get-article-todo-list)
16730         (spam-backend-put-article-todo-list)
16731         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16732         Resolve registrations separately.
16733         (spam-register-routine): Format comments.
16734         (spam-unregister-routine, spam-register-routine): Always call with
16735         specific-articles, no default list.
16736         (spam-summary-prepare-exit): Use the spam-classifications function.
16737
16738         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16739         gnus-encrypt.el.
16740
16741         * encrypt.el: Copied from gnus-encrypt.el.
16742
16743         * gnus-encrypt.el: Commented that it's obsolete.
16744
16745 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16748         (gnus-score-save): Use it.
16749
16750         * message.el (message-bury): Use `window-dedicated-p'.
16751
16752 2004-10-15  Simon Josefsson  <jas@extundo.com>
16753
16754         * pop3.el (top-level): Don't require nnheader.
16755         (pop3-read-timeout): Add.
16756         (pop3-accept-process-output): Add.
16757         (pop3-read-response, pop3-retr): Use it.
16758
16759 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16760
16761         * spam.el (spam-register-routine): Move comment.
16762         (spam-verify-bogofilter): Use 'unknown for the initial
16763         spam-bogofilter-valid state, not 'never.
16764
16765         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16766         for netrc-machine.
16767
16768         * nnimap.el (nnimap-open-connection):
16769         Use netrc-machine-user-or-password.
16770
16771 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16772
16773         * gnus-registry.el (gnus-registry-unload-hook):
16774         Set as a variable with add-hook.
16775
16776         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16777         of news-path.
16778
16779         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16780
16781         * spam.el: Delete duplicate `provide'.
16782         (spam-unload-hook): Set as a variable with add-hook.
16783
16784 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16787         in the doc string.
16788
16789         * message.el (message-ignored-news-headers)
16790         (message-ignored-supersedes-headers)
16791         (message-ignored-resent-headers)
16792         (message-forward-ignored-headers): Improve custom type.
16793
16794 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * message.el (message-tokenize-header): Fix 2004-09-06 change
16797         which used point-min in the wrong place.
16798
16799 2004-10-12  Simon Josefsson  <jas@extundo.com>
16800
16801         * tls.el (tls-certtool-program): New variable.
16802         (tls-certificate-information): New function, based on
16803         ssl-certificate-information.
16804
16805 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * compface.el: Move the version of ELisp-based uncompface program
16808         to the contrib directory because of the copyright problem.
16809
16810 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * message.el (message-kill-buffer): Raise the current frame.
16813
16814 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16815
16816         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16817
16818         * gnus.el (message-y-or-n-p): Autoload.
16819
16820         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16821         (pop3-password-required, pop3-authentication-scheme)
16822         (pop3-leave-mail-on-server): Make customizable.
16823         (pop3): New custom group.
16824         (pop3-retr): Remove `sleep-for' statements.
16825         Suggested by Dave Love <fx@gnu.org>.
16826
16827         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16828         Windows/DOS.
16829
16830         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16831         (imap-parse-body): Fix incorrect use of `assert'.
16832         Suggested by Dave Love <fx@gnu.org>.
16833
16834         * mml.el (mml-minibuffer-read-disposition): Require match.
16835         Suggested by Dave Love <fx@gnu.org>.
16836
16837 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16840         doc string.
16841
16842 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16845
16846 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16847
16848         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16849         instead of calling `mm-insert-inline', to decode text/* parts
16850         before displaying them.
16851
16852 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * mm-uu.el (mm-uu-text-plain-type): New variable.
16855         (mm-uu-pgp-signed-extract-1): Use it.
16856         (mm-uu-pgp-encrypted-extract-1): Use it.
16857         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16858         bind mm-uu-text-plain-type with that value.
16859         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16860         mm-uu-dissect.
16861
16862 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-group.el (gnus-update-group-mark-positions):
16865         * gnus-sum.el (gnus-update-summary-mark-positions):
16866         * message.el (message-check-news-body-syntax):
16867         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16868         of string-as-multibyte.
16869
16870 2004-10-05  Juri Linkov  <juri@jurta.org>
16871
16872         * gnus-group.el (gnus-update-group-mark-positions):
16873         * gnus-sum.el (gnus-update-summary-mark-positions):
16874         * message.el (message-check-news-body-syntax):
16875         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16876         8-bit unibyte values to a multibyte string for search functions.
16877
16878 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16881         (mm-uu-dissect-text-parts): New function.
16882
16883         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16884         dissect text parts.
16885
16886         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16887         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16888
16889         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16890
16891         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16892         Use gnus-current-topics instead of gnus-current-topic.
16893
16894 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16895
16896         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16897
16898 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16899
16900         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16901         where approriate.
16902
16903         * nnml.el (nnml-generate-active-info): do.
16904
16905         * nndiary.el (nndiary-generate-active-info): do.
16906
16907         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16908         (gnus-topic-move): do.
16909
16910         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16911         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16912
16913         * gnus-srvr.el (gnus-server-prepare)
16914         (gnus-server-open-all-servers): do.
16915
16916         * gnus-msg.el (gnus-summary-cancel-article)
16917         (gnus-summary-resend-message)
16918         (gnus-summary-mail-crosspost-complaint): do.
16919
16920         * gnus-move.el (gnus-change-server): do.
16921
16922         * gnus-group.el (gnus-group-unmark-all-groups)
16923         (gnus-group-set-current-level): do.
16924
16925 2004-10-04  Simon Josefsson  <jas@extundo.com>
16926
16927         * message.el (message-generate-hashcash): Doc fix.
16928
16929 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16930
16931         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16932         avoid infinite recursion via gnus-get-function.
16933
16934 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16935
16936         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16937
16938         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16939
16940         * nnmail.el (nnmail-split-history): do.
16941
16942         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16943         (nnml-request-delete-group): do.
16944
16945         * nnslashdot.el (nnslashdot-read-groups): do.
16946
16947         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16948         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16949
16950         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16951         (nnspool-sift-nov-with-sed): Use last.
16952         (nnspool-retrieve-headers-with-nov): Use mapc.
16953         (nnspool-request-newgroups): Use dolist.
16954         (nnspool-request-group): Use last.
16955
16956         * nntp.el (nntp-read-server-type): Use dolist.
16957
16958         * nnvirtual.el (nnvirtual-create-mapping)
16959         (nnvirtual-update-read-and-marked): Use dolist.
16960         (nnvirtual-convert-headers): Simplify.
16961
16962 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16963
16964         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16965         Add support for sync'ing tick marks.
16966
16967 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16970         there's no visible header.
16971
16972 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16973
16974         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16975         When necessary, pass full group name to gnus-request-set-marks.
16976
16977 2004-10-01  Simon Josefsson  <jas@extundo.com>
16978
16979         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16980         acroread.
16981
16982 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * spam-report.el (spam-report-gmane): Fix interactive.
16985
16986         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16987
16988         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16989         when writing file.
16990         (gnus-agent-synchronize-flags): Don't default to being
16991         interactive.
16992
16993 2004-09-30  Simon Josefsson  <jas@extundo.com>
16994
16995         * message.el (message-generate-hashcash): Add.
16996         (message-send-mail): Use it, call mail-add-payment.
16997
16998 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17001
17002 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17003
17004         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17005         gnus-requst-update-info with explicit code to sync the in-memory
17006         info read flags with the marks being sync'd to the backend.
17007
17008         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17009
17010 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17011
17012         * spam.el (spam-verify-bogofilter): Add new function.
17013         (spam-check-bogofilter)
17014         (spam-bogofilter-register-with-bogofilter): Use it.
17015         (spam-verify-bogofilter): Add small fixes.
17016
17017 2004-09-28  Simon Josefsson  <jas@extundo.com>
17018
17019         * hashcash.el (hashcash-generate-payment): Revert.
17020
17021 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17024         Use gnus-extract-references instead of gnus-split-references.
17025
17026         * gnus-util.el (gnus-extract-references): Add new function, analogous
17027         to gnus-split-references but extracts only the message-ID without
17028         anything extra.
17029
17030         * hashcash.el (hashcash-generate-payment)
17031         (hashcash-check-payment): Do the right thing if hashcash-path is
17032         nil (because the hashcash program could not be found).
17033
17034         * spam.el (spam-use-hashcash): Remove comment.
17035
17036 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17037
17038         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17039         (gnus-cache-enter-article, gnus-cache-remove-article)
17040         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17041
17042         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17043
17044         * gnus-art.el (article-hide-boring-headers)
17045         (article-translate-strings, article-display-face)
17046         (gnus-article-mime-match-handle-first)
17047         (gnus-article-highlight-headers)
17048         (gnus-article-add-buttons-to-head): do.
17049
17050 2004-09-27  Simon Josefsson  <jas@extundo.com>
17051
17052         * hashcash.el: New version, from
17053         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17054         ../contrib/.
17055
17056 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17059
17060 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17061
17062         * gnus-dup.el (gnus-dup-open): Use mapc.
17063         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17064
17065         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17066         Reported by Stefan Wiens <s.wi@gmx.net>.
17067
17068         * gnus.el (gnus-shutdown): Use dolist.
17069
17070         * gnus-undo.el (gnus-undo): Use mapc.
17071
17072         * nnrss.el (nnrss-generate-active): do.
17073
17074         * message.el (message-cite-original-without-signature)
17075         (message-cite-original): Use mapc.
17076         (message-do-actions, message-make-forward-subject): Use dolist.
17077
17078 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17079
17080         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17081         deletion to remove entire duplicate line.  Fixes merged article
17082         number bug.
17083
17084 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17085
17086         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17087         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17088         first ask if you want to open a server and then, even when you
17089         responded with no, asking if you want to synchronize the server's
17090         flags.
17091         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17092         multi-line expressions.
17093         (gnus-agent-synchronize-group-flags): New internal function.
17094         Updates marks in memory (in the info structure) AND in the
17095         backend.
17096
17097         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17098
17099         * nnagent.el (nnagent-request-set-mark):
17100         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17101         method, to ensure that synchronization updates marks in the
17102         backend and in the info (in memory) structure.
17103
17104 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17107         convention fully; don't miss the root article of a thread; make
17108         the X-Draft-From header with correct article numbers.
17109
17110 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17111
17112         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17113         unless plugged.  Disable the agent so that an open failure causes
17114         an error.
17115
17116         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17117         Revert 2004-09-21 change.  The backend must be opened while
17118         synchronizing flags even when the backend stores the flags
17119         locally.
17120
17121 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17124         in `header' match.  Reported by Svend Tollak Munkejord.
17125
17126         * message.el (message-cite-original): Fix use of
17127         `message-cite-articles-with-x-no-archive'.
17128
17129 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17132         (gnus-window-to-buffer): Ditto.
17133
17134         * mml.el (mml-preview-buffer): New variable.
17135         (mml-preview): Manage window layout with gnus-buffer-configuration.
17136
17137         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17138         X-Draft-From header even if those articles aren't quoted.
17139
17140 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17141
17142         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17143         (gnus-request-set-mark, gnus-request-update-mark): Use new
17144         g-s-t-u-l-m to decide to use backend even when unplugged.
17145
17146 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17149         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17150
17151 2004-09-20  Simon Josefsson  <jas@extundo.com>
17152
17153         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17154         "utf-16-le".
17155
17156 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17157
17158         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17159
17160 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * uudecode.el (uudecode-use-external): Add :version.
17163
17164         * smime.el (smime-CA-file, smime-encrypt-cipher)
17165         (smime-dns-server): Add :version.
17166
17167         * smiley.el (gnus-smiley-file-types): Add :version.
17168
17169         * sha1.el (sha1-use-external): Add :version.
17170
17171         * pgg-def.el (pgg-query-keyserver): Add :version.
17172
17173         * nnmail.el (nnmail-fancy-expiry-targets)
17174         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17175         Add :version.
17176
17177         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17178         (nnimap-retrieve-groups-asynchronous): Add :version.
17179         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17180
17181         * mml.el (mml-content-disposition-parameters)
17182         (mml-insert-mime-headers-always): Add :version.
17183
17184         * mm-util.el (mm-coding-system-priorities): Add :version.
17185
17186         * mm-decode.el (mm-inline-text-html-with-images)
17187         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17188         (mm-verify-option): Add :version.
17189         (mm-text-html-renderer): Change :version.
17190
17191         * message.el (message-fcc-externalize-attachments)
17192         (message-required-headers, message-draft-headers)
17193         (message-subject-trailing-was-query)
17194         (message-subject-trailing-was-ask-regexp)
17195         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17196         (message-mark-insert-end, message-archive-header)
17197         (message-archive-note, message-cross-post-default)
17198         (message-cross-post-note, message-followup-to-note)
17199         (message-cross-post-note-function, message-use-mail-followup-to)
17200         (message-subscribed-address-functions)
17201         (message-subscribed-address-file, message-subscribed-addresses)
17202         (message-subscribed-regexps, message-allow-no-recipients)
17203         (message-yank-cited-prefix, message-signature-insert-empty-line)
17204         (message-hidden-headers, message-hierarchical-addresses)
17205         (message-mail-user-agent, message-use-idna)
17206         (message-valid-fqdn-regexp)
17207         (message-strip-special-text-properties, message-header-synonyms)
17208         (message-beginning-of-line, message-tab-body-function): Add :version.
17209         (message-insert-canlock, message-wide-reply-confirm-recipients):
17210         Change :version.
17211
17212         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17213         and :version.
17214         (mail-source-delete-old-incoming-confirm)
17215         (mail-source-movemail-program): Add :version.
17216
17217         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17218         (gnus-agent-cache, gnus-agent): Change :version.
17219
17220         * gnus-util.el (gnus-use-byte-compile): Change :version.
17221
17222         * gnus-sum.el (gnus-summary-make-false-root-always)
17223         (gnus-summary-default-high-score)
17224         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17225         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17226         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17227         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17228         (gnus-sum-thread-tree-single-indent)
17229         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17230         (gnus-sum-thread-tree-leaf-with-other)
17231         (gnus-sum-thread-tree-single-leaf): Add :version.
17232         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17233         (gnus-article-loose-mime): Change :version.
17234
17235         * gnus-start.el (gnus-backup-startup-file)
17236         (gnus-save-startup-file-via-temp-buffer): Add :version.
17237
17238         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17239         (gnus-server-offline-face): Add :version.
17240
17241         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17242
17243         * gnus-msg.el (gnus-gcc-externalize-attachments)
17244         (gnus-debug-files, gnus-debug-exclude-variables)
17245         (gnus-discouraged-post-methods): Change :version.
17246         (gnus-confirm-mail-reply-to-news)
17247         (gnus-confirm-treat-mail-like-news): Add :version.
17248
17249         * gnus-int.el (gnus-server-unopen-status): Add :version.
17250
17251         * gnus-group.el (gnus-group-jump-to-group-prompt)
17252         (gnus-large-ephemeral-newsgroup)
17253         (gnus-fetch-old-ephemeral-headers): Add :version.
17254
17255         * gnus-fun.el (gnus-x-face-directory)
17256         (gnus-convert-pbm-to-x-face-command)
17257         (gnus-convert-image-to-x-face-command)
17258         (gnus-convert-image-to-face-command): Add :version.
17259
17260         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17261
17262         * gnus-cite.el (gnus-cite-blank-line-after-header)
17263         (gnus-article-boring-faces): Add :version.
17264
17265         * gnus-art.el (gnus-buttonized-mime-types)
17266         (gnus-inhibit-mime-unbuttonizing)
17267         (gnus-treat-display-face)
17268         (gnus-treat-body-boundary): Change :version.
17269         (gnus-body-boundary-delimiter, gnus-picon-databases)
17270         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17271         (gnus-treat-date-english, gnus-treat-fold-headers)
17272         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17273         (gnus-treat-mail-picon, gnus-treat-wash-html)
17274         (gnus-article-encrypt-protocol)
17275         (gnus-use-idna, gnus-article-over-scroll)
17276         (gnus-mime-display-multipart-alternative-as-mixed)
17277         (gnus-mime-display-multipart-related-as-mixed)
17278         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17279         (gnus-ctan-url, gnus-button-ctan-handler)
17280         (gnus-button-handle-ctan-bogus-regexp)
17281         (gnus-button-ctan-directory-regexp)
17282         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17283         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17284         (gnus-button-man-level, gnus-button-emacs-level)
17285         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17286
17287         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17288         (gnus-agent-go-online): Change :version.
17289         (gnus-agent-expire-unagentized-dirs)
17290         (gnus-agent-auto-agentize-methods): Add :version.
17291
17292         * flow-fill.el (fill-flowed-display-column)
17293         (fill-flowed-encode-column): Add :version.
17294
17295         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17296         (gnus-outlook-deuglify-unwrap-max)
17297         (gnus-outlook-deuglify-cite-marks)
17298         (gnus-outlook-deuglify-unwrap-stop-chars)
17299         (gnus-outlook-deuglify-no-wrap-chars)
17300         (gnus-outlook-deuglify-attrib-cut-regexp)
17301         (gnus-outlook-deuglify-attrib-verb-regexp)
17302         (gnus-outlook-deuglify-attrib-end-regexp)
17303         (gnus-outlook-display-hook): Add :version.
17304
17305         * binhex.el (binhex-use-external): Add :version.
17306
17307 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17310         and `invisible'.
17311
17312 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17315         in gnus-registry-trim.
17316
17317 2004-09-13  Simon Josefsson  <jas@extundo.com>
17318
17319         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17320
17321         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17322
17323         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17324         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17325         <yamaoka@jpl.org>.
17326         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17327         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17328         <yamaoka@jpl.org>.
17329
17330         * sieve.el (sieve-manage-mode): Ditto.
17331
17332 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17335
17336 2004-09-11  Simon Josefsson  <jas@extundo.com>
17337
17338         * dns-mode.el: Add.
17339
17340         * mm-view.el (mm-display-dns-inline): Add.
17341
17342         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17343         (mm-automatic-display): Ditto.
17344
17345         * mailcap.el (mailcap-mime-data): Add text/dns.
17346         (mailcap-mime-extensions): Map .soa to text/dns.
17347
17348 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17349
17350         * gnus-art.el (article-decode-mime-words, article-babel)
17351         (gnus-article-highlight-signature, gnus-article-add-buttons)
17352         (gnus-signature-toggle): Remove unnecessary bindings of
17353         `inhibit-read-only' inherited from v5.10 merge.
17354
17355 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17356
17357         * nntp.el (nntp): New customization group.
17358         (nntp-authinfo-file): Add customization group.
17359
17360         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17361
17362         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17363
17364         * gnus.el (to-address, to-list, subscribed)
17365         (large-newsgroup-initial): Ditto.
17366
17367         * flow-fill.el (fill-flowed-display-column)
17368         (fill-flowed-encode-column): Ditto.
17369
17370 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17371
17372         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17373         Use point-min rather than 1.
17374         (message-send-mail): Use buffer-size rather than point-max.
17375
17376         * gnus-sum.el (gnus-summary-search-article-forward):
17377         Signal a specific `search-failed' rather than a generic `error'.
17378
17379         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17380         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17381         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17382
17383 2004-09-10  Simon Josefsson  <jas@extundo.com>
17384
17385         * nndb.el (require): Remove tcp and duplicate cl.
17386
17387 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-agent.el (directory-files-and-attributes): Move forward.
17390
17391 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17392
17393         * gnus-agent.el (directory-files-and-attributes):
17394         Optionally defined to support XEmacs.
17395
17396 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17397
17398         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17399         to avoid run-time CL dependencies.
17400         (gnus-agent-unfetch-articles): New function.
17401         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17402         article numbers even when local .overview file is missing.
17403         (gnus-agent-read-article-number): New function.  Only accepts
17404         27-bit article numbers.
17405         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17406         Use gnus-agent-read-article-number.
17407         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17408         from backend while recognizing that article numbers in .overview
17409         must be valid.
17410         (gnus-agent-update-files-total-fetched-for):
17411         Use directory-files-and-attributes to improve performance.
17412         * gnus-int.el (gnus-request-move-article):
17413         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17414         improve performance.
17415
17416         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17417         some users confused by references to .newsrc when they only have a
17418         .newsrc.eld file.
17419         (gnus-convert-mark-converter-prompt)
17420         (gnus-convert-converter-needs-prompt): Fix use of property list.
17421         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17422         New function.  Used internally to only display 'gnus converting
17423         files' message when actually necessary.
17424
17425         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17426         methods now autoloaded.
17427
17428 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17431         identifiers.
17432
17433 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * gnus-picon.el: Fix indentation and closing parenthesis.
17436
17437 2004-09-01  Simon Josefsson  <jas@extundo.com>
17438
17439         * message.el (message-canlock-generate): Require sha1, not
17440         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17441         to require within a function.  Sadly, if sha1.el isn't loaded, the
17442         let binding in m-c-g will hide the defcustom definition, which is
17443         bad.)
17444
17445         * canlock.el: Require sha1, not sha1-el.
17446
17447         * message.el: Don't autoload sha1 (there is a autoload cookie in
17448         sha1.el).
17449
17450         * sha1-el.el: Rename to sha1.el.
17451
17452 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17453
17454         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17455
17456 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17457
17458         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17459
17460 2004-08-30  Kim F. Storm  <storm@cua.dk>
17461
17462         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17463
17464         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17465         Add :group 'nnimap.
17466
17467 2004-08-30  Andreas Schwab  <schwab@suse.de>
17468
17469         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17470         ?* and ?\;.
17471
17472         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17473         and ?\' to symbol instead of whitespace.
17474
17475 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17478
17479         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17480         instead of re-search-forward.
17481
17482         * gnus-uu.el (gnus-uu-save-article): Ditto.
17483         (gnus-uu-post-encode-uuencode): Ditto.
17484
17485         * html2text.el (html2text-clean-list-items): Ditto.
17486         (html2text-clean-dtdd): Ditto.
17487         (html2text-format-tags): Ditto.
17488
17489         * message.el (message-send-mail-with-sendmail): Fix regexp.
17490         (message-fill-field-general): Use search-forward instead of
17491         re-search-forward.
17492         (unbold-region): Ditto.
17493
17494         * nnrss.el (nnrss-request-article): Ditto.
17495
17496         * nnslashdot.el (nnslashdot-request-article): Ditto.
17497
17498         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17499
17500         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17501         "Unrecognized menu descriptor" error in XEmacs.
17502
17503 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17504
17505         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17506         parent article of a sparse article in the thread hashtb.
17507
17508 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17509
17510         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17511         (nnmail-expand-newtext): Lowercase expanded entries if
17512         nnmail-split-lowercase-expanded is non-nil.
17513
17514 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17517
17518         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17519         of gnus-tmp-news-method into string under XEmacs.  It will be
17520         passed to gnus-correct-length which takes only a string argument.
17521
17522 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * gnus-util.el (gnus-bind-print-variables): New macro.
17525         (gnus-prin1): Use it.
17526         (gnus-prin1-to-string): Use it.
17527         (gnus-pp): New function.
17528         (gnus-pp-to-string): New function.
17529
17530         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17531         Replace pp-to-string with gnus-pp-to-string.
17532         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17533         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17534         * gnus-msg.el (gnus-debug): Ditto.
17535         * gnus-score.el (gnus-score-save): Ditto.
17536         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17537         gnus-pp-to-string.
17538         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17539         with gnus-pp.
17540         * score-mode.el (gnus-score-pretty-print): Ditto.
17541         * webmail.el (webmail-debug): Ditto.
17542
17543 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-art.el (article-display-face, article-display-x-face):
17546         Use buffer-read-only.
17547
17548 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-art.el (article-hide-list-identifiers):
17551         Bind inhibit-read-only as t.
17552
17553 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17554
17555         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17556
17557 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17558
17559         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17560         (gnus-narrow-to-page): Don't assume point-min == 1.
17561         (gnus-article-edit-mode): Derive from message-mode.
17562
17563         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17564         point-min == 1.
17565
17566         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17567         Disable incorrect use of `assert'.
17568
17569         * message.el (message-mode): Set comment-start-skip.
17570
17571
17572 2004-08-22  Sam Steingold  <sds@gnu.org>
17573
17574         * pop3.el (pop3-leave-mail-on-server): New user variable.
17575         (pop3-movemail): Delete mail only when it is nil.
17576
17577 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17580
17581         * mml.el (mml-preview): Use `pop-to-buffer'.
17582
17583         * message.el (message-goto-mail-followup-to): Insert after "To".
17584         (message-carefully-insert-headers): Add comment.
17585
17586         * gnus.el: Remove unused variable `gnus-article-check-size'.
17587
17588         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17589
17590         * gnus-art.el (gnus-button-alist):
17591         Improve `gnus-button-handle-library' entry.
17592
17593 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17594
17595         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17596         Use downcase, since XEmacs capitalizes error messages differently.
17597
17598 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17599
17600         * nntp.el: Add (require 'gnus) due to reference to
17601         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17602
17603 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17604
17605         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17606         Bind `mm-fill-flowed'.
17607
17608         * mm-decode.el (mm-dissect-singlepart): Check it.
17609
17610 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17611
17612         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17613         'imap' for netrc parsing.
17614
17615 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * mailcap.el (mailcap-mime-data): Mark as risky.
17618
17619 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17622         may be included in the encoded word.
17623         (rfc2047-encode): Don't append a space if the encoded word
17624         includes close parenthesis.
17625
17626 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17629         of text within parentheses.
17630
17631 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17634         (gnus-encrypt-write-file-contents): Make the password key the file
17635         name PLUS the cipher, not just the cipher.  Also remove failed
17636         passwords from the cache.
17637
17638 2004-08-06  Simon Josefsson  <jas@extundo.com>
17639
17640         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17641         Doc fix.
17642
17643 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17646         LWSP.
17647
17648 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17649
17650         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17651         Try to append in-reply-to: data to the references: header.
17652
17653         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17654         (netrc-parse): Use gnus-encrypt.el functions.
17655
17656         * gnus-encrypt.el: Add new file for encryption support; currently
17657         does only a few GPG ciphers and an internal XOR cipher.
17658
17659         * password.el: Add comments on using password-read-and-add.
17660         (password-read-and-add): Add function to read and add the
17661         password to the cache at once.
17662
17663 2004-07-28  Simon Josefsson  <jas@extundo.com>
17664
17665         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17666         parameter (but don't use it, for now).
17667
17668         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17669         instead of hard coding to nil.
17670
17671 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17674         as mm-inline-image-xemacs does.
17675
17676 2004-07-26  Simon Josefsson  <jas@extundo.com>
17677
17678         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17679         Revert part of 2004-07-17 change below.
17680
17681 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17684         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17685
17686 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17687
17688         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17689         quotes that actually start with ">" at the beginning of the
17690         lines.
17691
17692 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * rfc2047.el (rfc2047-encode-region): Fix last change.
17695         (rfc2047-encode-parameter): Remove useless concat.
17696
17697 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17700         encode special characters; fix some kind of misconfigured headers;
17701         signal a real error if debug-on-quit or debug-on-error is non-nil.
17702         (rfc2047-encode-max-chars): New variable.
17703         (rfc2047-encode-1): Use it.
17704         (rfc2047-encode-parameter): New function.
17705
17706         * mml.el (mml-insert-parameter): Remove an excessive space.
17707
17708 2004-07-17  Simon Josefsson  <jas@extundo.com>
17709
17710         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17711         Kai Grossjohann <kai@emptydomain.de>.
17712         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17713         (gnus-group-make-menu-bar): Ditto.
17714
17715         * gnus-util.el (gnus-group-server): Add.
17716
17717 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17718
17719         * message.el (message-clone-locals): Clone sendmail and smtp
17720         variables.
17721
17722 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * rfc2047.el (rfc2047-encode-region): Fix last change.
17725
17726 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17729         characters as non-special.
17730
17731 2004-07-09  Simon Josefsson  <jas@extundo.com>
17732
17733         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17734         Users will lose all flag changes made while unplugged with
17735         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17736         good default.  See numerous reports on ding mailing list.
17737
17738 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17741         add generate-head-function and generate-article-function to the
17742         rfc822-forward entry.
17743         (nndoc-rfc822-forward-generate-article): New function.
17744         (nndoc-rfc822-forward-generate-head): New function.
17745
17746         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17747
17748 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17749
17750         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17751         respect display group parameter and gnus-summary-expunge-below.
17752         (gnus-articles-to-read): Remove unused reference to display group
17753         parameter.
17754
17755 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756
17757         * nnheader.el (nnheader-uniquify-message-id): New experimental
17758         variable.
17759         (nnheader-nov-read-message-id): Use it.
17760
17761         * spam-report.el (spam-report-gmane): Add interactive.
17762
17763 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mm-encode.el (mm-content-transfer-encoding-defaults):
17766         Use qp-or-base64 for the application/* types.
17767
17768 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17769
17770         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17771
17772 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17773
17774         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17775         trim value.
17776
17777 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17778
17779         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17780         New macro and function.
17781         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17782
17783 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17786         after-load-alist.
17787
17788 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17789
17790         * gnus-group.el (gnus-group-get-new-news-this-group):
17791         Don't update info that isn't there.
17792
17793 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17794
17795         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17796         entry.
17797
17798 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * mm-view.el (mm-inline-render-with-function): Use multibyte
17801         buffer; decode html source by charset.
17802
17803         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17804
17805         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17806         Mule-UCS is loaded under XEmacs.
17807         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17808
17809 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17810
17811         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17812
17813 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * mm-util.el (mm-coding-system-p): Return a coding-system.
17816         (mm-mime-mule-charset-alist): Use shift_jis instead of
17817         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17818         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17819         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17820         instead of japanese-shift-jis and iso-latin-1 respectively in
17821         order to share the default value with both Emacs and XEmacs-mule.
17822         (mm-mule-charset-to-mime-charset):
17823         Make mm-coding-system-priorities effective.
17824         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17825         while predicating of candidates upon the priorities.
17826
17827 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * gnus-sum.el (gnus-summary-make-menu-bar):
17830         Add gnus-uu-invert-processable.
17831
17832         * gnus.el: Autoload gnus-uu-invert-processable.
17833
17834 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17835
17836         * mm-util.el (mm-with-multibyte-buffer): New macro.
17837
17838         * rfc2047.el (rfc2047-encode-string): Use it.
17839         (rfc2047-encode-region): Move point to the end of the region after
17840         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17841
17842 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17845         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17846
17847 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17850         (gnus-cite-parse): Ignore quoted envelope From_.
17851         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17852
17853 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17854
17855         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17856         invalid addresses.
17857
17858 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17859
17860         * spam.el: Change section markers, revise TODO list.
17861         (spam-backends): Make new master list of all installed backends.
17862         (spam-summary-exit-behavior): Add new variable to determine how
17863         messages moves are done at summary exit.
17864         (spam-move-spam-nonspam-groups-only)
17865         (spam-process-ham-in-nonham-groups)
17866         (spam-process-ham-in-spam-groups): Remove variables, the
17867         spam-summary-exit-behavior variable should be used to manage this
17868         behavior.
17869         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17870         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17871         and spam-old-spam-articles.
17872         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17873         Add empty variables, placeholders for the backends they represent.
17874         (spam-set-difference): Move, unchanged.
17875         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17876         unless the user has a processor variable.
17877         (spam-classifications, spam-classification-valid-p)
17878         (spam-backend-properties, spam-backend-property-valid-p)
17879         (spam-backend-function-type-valid-p)
17880         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17881         (spam-report-articles-gmane, spam-report-articles-resend):
17882         Remove functions, they are not needed.
17883         (spam-install-backend-super, spam-backend-list)
17884         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17885         (spam-backend-function, spam-backend-ham-registration-function)
17886         (spam-backend-spam-registration-function)
17887         (spam-backend-ham-unregistration-function)
17888         (spam-backend-spam-unregistration-function)
17889         (spam-backend-statistical-p, spam-backend-mover-p)
17890         (spam-install-backend-alias, spam-install-checkonly-backend)
17891         (spam-install-mover-backend, spam-install-nocheck-backend)
17892         (spam-install-backend, spam-install-statistical-backend)
17893         (spam-install-statistical-checkonly-backend): Add backend installation
17894         support.
17895         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17896         (spam-group-processor-p): Use the new backend code and respect the
17897         summary exit behavior.
17898         (spam-mark-spam-as-expired-and-move-routine): Remove.
17899         (spam-summary-prepare): Change to use the new spam-old-articles
17900         variable.
17901         (spam-copy-or-move-routine, spam-copy-spam-routine)
17902         (spam-move-spam-routine, spam-copy-ham-routine)
17903         (spam-move-ham-routine): Add code to copy/move ham or spam.
17904         (spam-fetch-field-fast): Improve doc and code, plus allow the
17905         'number request.
17906         (spam-list-of-checks, spam-list-of-statistical-checks):
17907         Remove variables.
17908         (spam-split, spam-find-spam): Use the new backend code.
17909         (spam-registration-functions): Remove variable.
17910         (spam-unregister-routine): Add convenience wrapper.
17911         (spam-log-undo-registration, spam-register-routine)
17912         (spam-log-processing-to-registry)
17913         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17914         where possible.
17915         (spam-check-gmane-xref, spam-check-regex-headers)
17916         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17917         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17918         (spam-check-bogofilter-headers, spam-check-spamoracle)
17919         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17920         (spam-check-crm114-headers): Use the spam-split-group that
17921         spam-split prepares, no need to determine it every time.
17922
17923         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17924         to the nnheader-parse-naked-head call.
17925
17926         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17927
17928         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17929         the nnheader-nov-read-message-id call.
17930
17931 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17934         gnus-activate-group twice.  Suggested by Markus Peter
17935         <warp@spin.de>.
17936
17937 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-art.el (gnus-article-time-format): Exchange the order of
17940         day and month in the default value; fix customization type.
17941         (article-date-ut): Use add-text-properties.
17942         (article-make-date-line): Use message-make-date instead of
17943         current-time-string.
17944
17945         * message.el (message-fetch-field): Don't use set-text-properties.
17946         (message-make-date): Simplify.
17947
17948         * messagexmas.el (message-xmas-make-date): New function.
17949         (message-xmas-redefine): Defalias message-make-date to it.
17950
17951 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17954         (rfc2047-encode-region): Treat text within parentheses as special;
17955         show the original text when error has occurred.
17956
17957         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17958         already-computed method to gnus-activate-group.
17959
17960         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17961         same select-methods identical Lisp objects.
17962
17963         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17964         object when modifying the info.
17965
17966 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17969         gnus-opened-servers since it has never been opened with the new
17970         configuration yet.
17971
17972 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17975         arg to nnheader-generate-fake-message-id.
17976
17977 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17978
17979         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17980         number and build a fake message ID localized to a group and
17981         article number (so it's repeatable from that point on).
17982         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17983         ID format.
17984
17985         * gnus-sum.el (gnus-get-newsgroup-headers):
17986         Call nnheader-generate-fake-message-id with the article number.
17987
17988 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17989
17990         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17991         end-of-buffer.
17992
17993 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17994
17995         * message.el (message-ignored-supersedes-headers): Add Approved.
17996
17997 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18000         goto-char.
18001         (rfc2047-encode): Fold the line before encoding.
18002
18003 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18004
18005         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18006         folding -- not all headers can be folded, and this should be done
18007         by the message composition mode.  Probably.  I think.
18008
18009 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18012         fast.
18013
18014         * gnus-ems.el (gnus-remove-image): Don't use
18015         message-text-with-property; remove only the image found first.
18016
18017         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18018         found first.
18019
18020 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18021
18022         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18023
18024 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * message.el (message-text-with-property): Make it fast and accept
18027         optional arguments.
18028         (message-strip-forbidden-properties): Use it.
18029         (message-fix-before-sending): Follow the m-t-w-p change.
18030
18031         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18032
18033 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * gnus-art.el (article-hide-headers): Don't change the buffer
18036         mistakenly when performing mml-preview even if
18037         gnus-single-article-buffer is nil.
18038
18039 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18040
18041         * message.el (message-expand-name-databases): New user option.
18042         (message-expand-name): Use it.
18043
18044 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18045
18046         * spam.el (spam-report-articles-resend)
18047         (spam-report-resend-register-routine): Allow ham reporting.
18048         (spam-report-resend-register-ham-routine): Add wrapper.
18049         (spam-registration-functions): Add ham resending functions.
18050         (spam-list-of-processors): Add ham resend processor.
18051
18052         * gnus.el (ham-resend-to): Add new group parameter.
18053         (spam-process): Add ham resend option.
18054
18055         * spam-report.el (spam-report-resend): Allow reporting ham.
18056         (spam-report-resend-ham): Add wrapper.
18057
18058 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18059
18060         * message.el (message-cite-articles-with-x-no-archive):
18061         New variable.
18062         (message-cite-original): Use it.
18063
18064 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * message.el (message-cite-original): Respect X-No-Archive.
18067
18068 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * gnus-art.el (article-hide-headers): Refer to the values for
18071         gnus-ignored-headers and gnus-visible-headers in the summary
18072         buffer since a user may have set them as group parameters.
18073
18074 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18075
18076         * assistant.el (assistant-node-name): Add convenience function.
18077         (assistant-render-text, assistant-render-node): Add error handling,
18078         plus handle multiple next nodes.
18079         (assistant-find-next-node): Comment out for now.
18080         (assistant-find-next-nodes): Add function, returns list of next
18081         nodes.
18082
18083 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * mail-source.el (mail-source-directory): Fix doc-string.
18086
18087 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18088
18089         * assistant.el (assistant-render-text, assistant-eval): Add :set
18090         widget type, which is different because it takes and returns a
18091         list.  Much hilarity ensues.
18092
18093 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18096
18097         * gnus-group.el (gnus-group-get-new-news-this-group):
18098         Add doc-string.
18099
18100         * gnus-start.el (gnus-activate-group): Add doc-string.
18101
18102 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18105
18106 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18107
18108         * assistant.el (assistant-render-text): Try to add a :set
18109         widget, more to come.
18110
18111         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18112         strings.
18113         (spam-report-articles-resend)
18114         (spam-register-routine): Do registration iff any articles warrant
18115         it.
18116         (spam-summary-prepare-exit): Change log message for nil group
18117         destinations.
18118
18119 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18120
18121         * spam.el (spam-report-resend-register-routine):
18122         Allow spam-report-resend-to to be a group parameter or a global value.
18123
18124 2004-05-26  Simon Josefsson  <jas@extundo.com>
18125
18126         * starttls.el: Merge with my GNUTLS based starttls.el.
18127         (starttls-gnutls-program, starttls-use-gnutls)
18128         (starttls-extra-arguments, starttls-process-connection-type)
18129         (starttls-connect, starttls-failure, starttls-success):
18130         New variables.
18131         (starttls-program, starttls-extra-args): Doc fix.
18132         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18133         New functions.
18134         (starttls-negotiate, starttls-open-stream):
18135         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18136         function if it is set.
18137
18138 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18141         structured fields.
18142
18143 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18146
18147 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18150         Add variable.
18151         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18152         assigning the spam-mark to new messages.
18153
18154 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18155
18156         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18157
18158 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18161
18162         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18163         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18164         default.
18165
18166 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18167
18168         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18169         correct data.
18170
18171 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18172
18173         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18174         (spam-group-processor-p): Fix function.
18175         (spam-group-processor-multiple-p)
18176         (spam-group-spam-processor-report-gmane-p)
18177         (spam-group-spam-processor-report-resend-p)
18178         (spam-group-spam-processor-bogofilter-p)
18179         (spam-group-spam-processor-blacklist-p)
18180         (spam-group-spam-processor-ifile-p)
18181         (spam-group-ham-processor-ifile-p)
18182         (spam-group-spam-processor-spamoracle-p)
18183         (spam-group-spam-processor-crm114-p)
18184         (spam-group-ham-processor-bogofilter-p)
18185         (spam-group-spam-processor-stat-p)
18186         (spam-group-ham-processor-stat-p)
18187         (spam-group-ham-processor-whitelist-p)
18188         (spam-group-ham-processor-BBDB-p)
18189         (spam-group-ham-processor-spamoracle-p)
18190         (spam-group-ham-processor-copy-p): Remove functions with some
18191         prejudice against unneeded code.
18192         (spam-report-articles-resend)
18193         (spam-report-resend-register-routine): Allow the group/topic
18194         spam-resend-to value to override spam-report-resend-to.
18195         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18196         properly now.
18197
18198         * gnus.el (spam-resend-to): Add group/topic parameter.
18199         (spam-process): Move the OBSOLETE processors to the end of the
18200         choices.
18201
18202 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18203
18204         * spam-report.el (spam-report-resend-to, spam-report-resend):
18205         Start with resend-to set to nil, and then ask the user if necessary.
18206         (spam-report-resend): spam-report-resend takes a list of articles, not
18207         separate article numbers.
18208
18209 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18212         addition to emacs-w3m.
18213
18214 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18215
18216         * assistant.el (assistant-authinfo-data): New function.
18217         (assistant-eval): Eval for entire assistant.
18218
18219         * netrc.el (netrc-services-file): New variable.
18220         (netrc-parse-services): New function.
18221         (netrc-find-service-name): New function.
18222         (netrc-find-service-number): New function.
18223         (netrc-port-equal): New function.
18224         (netrc-machine): Use it.
18225
18226         * nnimap.el (nnimap-open-connection): Use netrc.
18227
18228         * gnus-util.el (gnus-netrc-get): Remove aliases.
18229
18230         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18231
18232         * assistant.el (wid-edit): Fix compilation.
18233
18234         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18235
18236 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18237
18238         * gnus-util.el (gnus-set-file-modes): New function.  (small
18239         patch).
18240
18241 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18242
18243         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18244
18245         * assistant.el (assistant-render-node): Fix up rendering and
18246         read-only text.
18247         (assistant-render-node): Reset.
18248         (assistant-make-read-only): Not sticky.
18249
18250 2004-05-20  Danny Siu  <dsiu@adobe.com>
18251
18252         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18253         centered even when gnus-auto-center-summary is t.
18254
18255 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18256
18257         * dns.el (dns-get-txt-answer): New function.
18258         (dns-read-txt): Ditto.
18259         (query-dns): Use it.
18260
18261 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18264         active for foreign groups even if the group level is higher than
18265         the specified value.
18266
18267 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18268
18269         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18270         non-active groups.
18271
18272         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18273
18274 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18275
18276         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18277
18278 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18279
18280         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18281         (spam-crm114-header, spam-crm114-spam-switch)
18282         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18283         (spam-crm114-positive-spam-header)
18284         (spam-crm114-database-directory, spam-list-of-processors)
18285         (spam-group-spam-processor-crm114-p)
18286         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18287         (spam-generic-score, spam-list-of-checks)
18288         (spam-list-of-statistical-checks, spam-registration-functions)
18289         (spam-check-crm114-headers, spam-crm114-score)
18290         (spam-check-crm114, spam-crm114-register-with-crm114)
18291         (spam-crm114-register-spam-routine)
18292         (spam-crm114-unregister-spam-routine)
18293         (spam-crm114-register-ham-routine)
18294         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18295         From asjo@koldfront.dk (Adam Sjøgren).
18296
18297         * gnus.el: Add spam-use-crm114.
18298
18299         * spam.el (spam-list-of-processors, spam-registration-functions):
18300         Add spam-use-resend.
18301         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18302         (spam-report-articles-gmane): Add doc fix.
18303         (spam-report-articles-resend, spam-report-resend-register-routine):
18304         Add wrappers around spam-report-resend-to.
18305
18306         * spam-report.el (spam-report-resend-to, spam-report-resend):
18307         Add support for resending spam.
18308         (spam-report-gmane): Fix line length >80.
18309
18310         * gnus.el (spam-process): Add spam-use-resend.
18311
18312 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18313
18314         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18315         number of processed spam messages.
18316         (spam-ham-copy-or-move-routine): Return the number of processed
18317         ham messages.
18318         (spam-summary-prepare-exit): Use the above values to decide
18319         whether status messages shouled be displayed.
18320
18321 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18324         `rfc2047-encoding-function-alist' in order to avoid conflicting
18325         with the old version.
18326         (rfc2047-encode-region): Concatenate words containing non-ASCII
18327         characters in structured fields; don't encode space-delimited
18328         ASCII words even in unstructured fields; don't break words at
18329         char-category boundaries.
18330         (rfc2047-encode-1): New function.
18331         (rfc2047-encode): Use it; encode text so that it occupies the
18332         maximum width within 76-column; work correctly on Q encoding for
18333         iso-2022-* charsets.
18334         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18335         sure not to break a line just after the header name.
18336         (rfc2047-b-encode-region): Remove.
18337         (rfc2047-b-encode-string): New function.
18338         (rfc2047-q-encode-region): Remove.
18339         (rfc2047-q-encode-string): New function.
18340
18341         * mm-util.el (mm-replace-in-string): New function.
18342
18343 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18344
18345         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18346         Really get it right.
18347         (gnus-inews-make-draft): Really.
18348
18349 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18350
18351         * nnmh.el (nnmh-request-list-1): Don't check the link count
18352         before descending.  (small patch)
18353
18354 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18355
18356         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18357         stuff.
18358
18359         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18360         Match on real group name.
18361
18362         * gnus-art.el (gnus-signature-limit): Doc fix.
18363
18364         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18365
18366         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18367
18368 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18369
18370         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18371         isn't a string.
18372
18373 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18374
18375         * gnus-draft.el (gnus-draft-send):
18376         Bind rfc2047-encode-encoded-words.
18377
18378         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18379         (rfc2047-encodable-p): Say that =? needs encoding.
18380         (rfc2047-encode-encoded-words): New variable.
18381
18382         * gnus-group.el (gnus-group-select-group): Doc fix.
18383
18384         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18385
18386         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18387         to nil.
18388
18389         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18390
18391         * nnheader.el (nnheader-get-lines-and-char): New function.
18392
18393 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-msg.el (gnus-summary-followup-with-original):
18396         Document yanking of region when active.
18397
18398 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18401         groups if the group level is higher than the specified value.
18402
18403 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18406         (gnus-group-jump-to-group): Add prefix argument using
18407         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18408         non-active group.
18409
18410         * compface.el (uncompface): Be verbose when changing
18411         `uncompface-use-external'.
18412
18413         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18414         handle manual section.
18415
18416 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18417
18418         * gnus-art.el (gnus-button-alist): Revert previous change.
18419
18420 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18423
18424 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18425
18426         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18427         whether backend can accept message.
18428
18429         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18430
18431 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18432
18433         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18434         Avoid creating directory when nntp-marks-is-evil is true.
18435         Reported by Reiner Steib.
18436
18437 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18438
18439         * gnus-picon.el (gnus-picon-style): New variable.
18440         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18441         (gnus-picon-transform-address): Support `gnus-picon-style'.
18442         From Jesper Harder <harder@ifa.au.dk>.
18443
18444 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18445
18446         * message.el (message-fill-field): Return point.
18447         (message-generate-headers): Go to end of field.
18448
18449         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18450         stuff for non-living groups.
18451
18452 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18453
18454         * gnus-art.el (gnus-article-followup-with-original)
18455         (gnus-article-reply-with-original): gnus-mark-active-p ->
18456         gnus-region-active-p.
18457
18458 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18459
18460         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18461         only when there is spam or ham to be processed.
18462
18463 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18464
18465         * mail-source.el (mail-source-delete-crash-box): Refactor.
18466         (mail-source-fetch): Use it.
18467         (mail-source-fetch-file): Ditto.
18468         (mail-source-fetch-directory): Run postscript in loop.
18469         (mail-source-fetch-pop): Delete.
18470         (mail-source-fetch-maildir): Ditto.
18471         (mail-source-fetch-imap): Ditto.
18472
18473         * imap.el (imap-authenticators): Comment out sasl.
18474
18475         * message.el (message-skip-to-next-address): New function.
18476         (message-fill-header-address): Refactor.
18477         (message-fill-address): Use it.
18478         (message-delete-address): Use it.
18479         (message-fill-header-general): Refactor.
18480         (message-fill-field-address): Rename.
18481         (message-narrow-to-field): Find the start of the header.
18482         (message-header-format-alist): Don't pre-fill.
18483         (message-fill-header): Remove.
18484         (message-insert-header): New function.
18485         (message-shorten-references): Use it.
18486
18487         * rfc2047.el (rfc2047-field-value): Strip props.
18488
18489         * mail-parse.el (mail-header-make-address): New alias.
18490
18491         * ietf-drums.el (ietf-drums-make-address): New function.
18492
18493         * imap.el: Add compiler directives.
18494
18495         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18496
18497         * gnus-art.el (article-decode-idna-rhs): Don't use
18498         message-idna-inside-rhs-p.
18499
18500 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18501
18502         * message.el (message-idna-inside-rhs-p): Remove.
18503         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18504
18505         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18506         false positives.
18507
18508 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18509
18510         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18511
18512 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18513
18514         * nneething.el (nneething-file-name): Don't create spurious
18515         files.
18516
18517         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18518         (gnus-inews-do-gcc): Remove sleep.
18519
18520         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18521         part under point.
18522
18523         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18524         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18525
18526 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18527
18528         * spam.el (spam-summary-prepare-exit): Fix (length).
18529
18530 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18531
18532         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18533         as expired without moving it" message when there are spam
18534         messages left.
18535
18536 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18537
18538         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18539         header is not nil.
18540
18541 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18542
18543         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18544         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18545         (nntp-marks-changed-p): New arg SERVER.
18546         (nntp-request-update-info): Adjust caller.
18547
18548 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18549
18550         * nntp.el (nntp-save-marks): Pass missing arg.
18551
18552 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18553
18554         * nntp.el: Support marks.
18555         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18556         (nntp-marks-modtime, nntp-marks-directory): New variables.
18557         (nntp-request-set-mark, nntp-request-update-info)
18558         (nntp-possibly-create-directory, nntp-marks-changed-p)
18559         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18560         New functions.
18561
18562 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18565         (gnus-xmas-redefine): Rename.
18566
18567         * gnus-score.el (gnus-score-insert-help):
18568         Use gnus-select-lowest-window.
18569
18570         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18571         appt-select-lowest-window and rename to gnus-select-lowest-window.
18572
18573         * gnus.el: do.
18574
18575 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18576
18577         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18578         encodings of MIME-encoded words, in order to improve
18579         interoperability with several broken MUAs.
18580
18581 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18582
18583         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18584         tags, only when charsets are not specified in headers.
18585         (mm-inline-text-html-render-with-w3m): Ditto.
18586
18587         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18588         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18589
18590 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18591
18592         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18593         instead of MIME-decoded from fields when checking
18594         `gnus-article-address-banner-alist'.
18595
18596 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18599         description rather than subject.
18600
18601 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18602
18603         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18604
18605 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18606
18607         * gnus.el (gnus-version-number): Bump.
18608
18609 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18610
18611         * gnus.el: No Gnus v0.2 is released.
18612
18613 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18614
18615         * gnus-agent.el (gnus-agent-read-agentview):
18616         Inline gnus-uncompress-range.
18617
18618 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18619
18620         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18621         `exec-installed-p'.
18622
18623 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18624
18625         * gnus.el (spam-process, spam-autodetect-methods):
18626         Add bsfilter and bsfilter-headers.
18627
18628         * spam.el (spam-bsfilter): New customize group.
18629         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18630         (spam-bsfilter-header, spam-bsfilter-probability-header)
18631         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18632         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18633         (spam-bsfilter-database-directory): New options.
18634         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18635         (spam-list-of-statistical-checks, spam-registration-functions):
18636         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18637         (spam-bsfilter-score): New command.
18638         (spam-check-bsfilter-headers, spam-check-bsfilter)
18639         (spam-bsfilter-register-with-bsfilter)
18640         (spam-bsfilter-register-spam-routine)
18641         (spam-bsfilter-unregister-spam-routine)
18642         (spam-bsfilter-register-ham-routine)
18643         (spam-bsfilter-unregister-ham-routine): New functions.
18644         (spam-generic-score): Support bsfilter; Accept an optional argument
18645         to recalcurate spam score even if scoring header has already been
18646         added.
18647         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18648         optional argument to recalcurate spam score even if scoring header
18649         has already been added.
18650
18651 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18652
18653         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18654         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18655         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18656         link is missing.
18657
18658 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18659
18660         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18661         (html2text-get-attr): Rewrite.
18662
18663         * message.el (message-setup-1): Remove redundant put-text-property
18664         on mail-header-separator.
18665
18666 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18667
18668         * gnus-registry.el (gnus-registry-cache-whitespace)
18669         (gnus-registry-action, gnus-registry-spool-action)
18670         (gnus-registry-split-fancy-with-parent): Change message levels
18671         from 5 to 3 or 7, as needed.
18672
18673         * spam.el (spam-summary-prepare-exit)
18674         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18675         (spam-split, spam-find-spam, spam-log-undo-registration)
18676         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18677         level from 5 to 6.
18678
18679 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18682         2004-03-04 change).
18683
18684 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18685
18686         * sieve-manage.el (sieve-manage-open):
18687         * nnweb.el (nnweb-insert-html):
18688         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18689         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18690         * nnspool.el (nnspool-request-group):
18691         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18692         * nnml.el (nnml-request-update-info):
18693         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18694         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18695         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18696         (nnimap-request-set-mark):
18697         * nnfolder.el (nnfolder-request-update-info):
18698         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18699         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18700         * gnus-uu.el (gnus-uu-find-articles-matching):
18701         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18702         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18703         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18704         * gnus-nocem.el (gnus-nocem-scan-groups):
18705         * gnus-int.el (gnus-start-news-server):
18706         * gnus-group.el (gnus-group-make-kiboze-group)
18707         (gnus-group-browse-foreign-server):
18708         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18709         Use mapc when appropriate.
18710
18711 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18712
18713         FIXME: Make separate entries for each person.
18714
18715         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18716         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18717         <shields@msrl.com>:
18718
18719         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18720         may need for spam sorting and scoring.
18721         (spam-user-format-function-S): Add user format function suitable for
18722         general use.
18723         (spam-article-sort-by-spam-status): Add sorting function for summary
18724         sorting.
18725         (spam-extra-header-to-number): Add function to get a score from a
18726         header.
18727         (spam-summary-score): Add function to get a numeric score from the
18728         headers.
18729         (spam-generic-score): Fix function doc, was in wrong place.
18730         (spam-initialize): Take symbols when it's run, and install the
18731         extra headers that spam-necessary-extra-headers thinks we need.
18732
18733 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18734
18735         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18736         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18737
18738 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18739
18740         * gnus-sum.el (gnus-set-global-variables)
18741         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18742         (gnus-article-get-xrefs, gnus-summary-best-group)
18743         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18744         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18745         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18746         Use with-current-buffer.
18747
18748 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18749
18750         * spam.el (spam-summary-prepare-exit): Simplify logic.
18751         (spam-fetch-article-header): Read the article header if it's not
18752         available.
18753         (spam-list-articles): Simplify logic.
18754         (spam-filelist-register-routine): Fix bug with unregister-list.
18755
18756         * gnus-registry.el: Fix comments at beginning.
18757
18758 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * message.el (message-cater-to-broken-inn): Remove.
18761         (message-shorten-references): Make sure the total folded length of
18762         References is shorter than 998 characters to cater to a bug in INN
18763         2.3.  Also, don't pretend that references aren't folded -- this
18764         hasn't worked for a while.
18765
18766 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18767
18768         * gnus-agent.el (gnus-agentize):
18769         gnus-agent-send-mail-real-function no longer set to current value
18770         of message-send-mail-function but rather a lambda that calls
18771         message-send-mail-function.  The change makes the agent real-time
18772         responsive to user changes to message-send-mail-function.
18773
18774 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18775
18776         * legacy-gnus-agent.el
18777         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18778         help from Florian Weimer <fw@deneb.enyo.de>
18779
18780 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18781
18782         * nnmail.el (nnmail-cache-insert): Revert last change.
18783
18784 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * nnmail.el (nnmail-cache-insert): Always check whether
18787         nnmail-cache-ignore-groups matches a group name.
18788
18789 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18792         (spam-find-spam, spam-log-processing-to-registry)
18793         (spam-log-registered-p, spam-log-unregistration-needed-p)
18794         (spam-log-undo-registration): Use gnus-message instead of
18795         gnus-error, none of these errors are fatal.
18796
18797         * gnus-registry.el (gnus-registry-clean-empty-function)
18798         (gnus-registry-clean-empty): Remove only empty entries without
18799         extra data.
18800
18801 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18802
18803         * spam-stat.el (spam-stat-buffer-change-to-spam)
18804         (spam-stat-buffer-change-to-non-spam): Change (error) to
18805         (gnus-message 8) invocation.
18806
18807 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * nntp.el (nntp-via-netcat-command): New variable.
18810         (nntp-via-netcat-switches): New variable.
18811         (nntp-open-via-rlogin-and-netcat): New function.
18812         (nntp-open-connection-function): Doc fix.
18813         (nntp-telnet-command): Doc fix.
18814         (nntp-end-of-line): Doc fix.
18815         (nntp-via-rlogin-command): Doc fix.
18816         (nntp-via-user-name): Doc fix.
18817         (nntp-via-address): Doc fix.
18818
18819 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18822         error in Emacs 21.1.
18823
18824 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18827
18828 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18829
18830         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18831         (gnus-agent-with-refreshed-group): New macro.
18832         (gnus-agent-rename-group): New function.
18833         (gnus-agent-delete-group): New function.
18834         (gnus-agent-save-group-info): Use gnus-command-method when
18835         `method' parameter is nil.  Don't write nil entries into the
18836         active file.
18837         (gnus-agent-get-group-info): New function.
18838         (gnus-agent-fetch-articles):
18839         Use gnus-agent-update-files-total-fetched-for to increment disk space
18840         used.
18841         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18842         Use gnus-agent-update-view-total-fetched-for to increment disk space
18843         used.
18844         (gnus-agent-get-local): Add optional parameters to avoid calling
18845         gnus-group-real-name and gnus-find-method-for-group.
18846         (gnus-agent-set-local): Delete stored entry if either min, or max,
18847         are nil.
18848         (gnus-agent-fetch-session): Reworded error/quit messages.
18849         On quit, use gnus-agent-regenerate-group to record existance of any
18850         articles fetched to disk before the quit occurred.
18851         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18852         gnus-agent-update-view-total-fetched-for, and
18853         gnus-agent-update-files-total-fetched-for to decrement disk space
18854         used.
18855         (gnus-agent-retrieve-headers):
18856         Use gnus-agent-update-view-total-fetched-for to increment disk space
18857         used.
18858         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18859         with gnus-agent-update-files-total-fetched-for to decrement disk
18860         space and fresh group buffer.
18861         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18862         (gnus-agent-need-update-total-fetched-for): New variable.
18863         (gnus-agent-update-files-total-fetched-for): New function.
18864         (gnus-agent-update-view-total-fetched-for): New function.
18865         (gnus-agent-total-fetched-for): New function.
18866
18867         * gnus-cache.el (gnus-cache-save-buffers):
18868         Use gnus-cache-update-overview-total-fetched-for to change disk space
18869         used by this group.
18870         (gnus-cache-possibly-enter-article):
18871         Use gnus-cache-update-file-total-fetched-for to increment disk space
18872         used by this group.
18873         (gnus-cache-possibly-remove-article):
18874         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18875         used by this group.
18876         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18877         (gnus-cache-rename-group): New function.
18878         (gnus-cache-delete-group): New function.
18879         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18880         (gnus-cache-need-update-total-fetched-for): New variable.
18881         (gnus-cache-with-refreshed-group): New macro.
18882         (gnus-cache-update-file-total-fetched-for): New function.
18883         (gnus-cache-update-overview-total-fetched-for): New function.
18884         (gnus-cache-rename-group-total-fetched-for): New function.
18885         (gnus-cache-delete-group-total-fetched-for): New function.
18886         (gnus-cache-total-fetched-for): New function.
18887
18888         * gnus-group.el: Require gnus-sum and autoload functions to
18889         resolve warnings when gnus-group.el compiled alone.
18890         (gnus-group-line-format): Documented new %F.
18891         (size of Fetched data) group line format; identifies disk space
18892         used by agent and cache.
18893         (gnus-group-line-format-alist): Defined new F format.
18894         (gnus-total-fetched-for): New function.
18895         (gnus-group-delete-group): No longer update
18896         gnus-cache-active-altered as gnus-request-delete-group now keeps
18897         the cache in sync.
18898         (gnus-group-list-active): Let the agent store a server's active
18899         list if currently plugged.
18900
18901         * gnus-int.el (gnus-request-delete-group):
18902         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18903         local disk in sync with the server.
18904         (gnus-request-rename-group):
18905         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18906         local disk in sync with the server.
18907
18908         * gnus-start.el (gnus-get-unread-articles):
18909         Cosmetic simplification to logic.
18910
18911         * gnus-util.el (gnus-rename-file): New function.
18912
18913 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18914
18915         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18916
18917 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18918
18919         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18920         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18921
18922 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18923
18924         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18925         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18926
18927 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18928
18929         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18930
18931 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18932
18933         * spam.el (spam-set-difference): Add function to replace
18934         gnus-set-difference in spam.el.
18935         (spam-summary-prepare-exit): Use spam-set-difference.
18936
18937 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18938
18939         * gnus-registry.el (gnus-registry-cache-file): Update to use
18940         gnus-dribble-directory OR gnus-home-directory OR ~.
18941         (gnus-registry-split-fancy-with-parent): Fix doc.
18942
18943 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * message.el (message-exchange-point-and-mark):
18946         Use message-mark-active-p.  Suggested by Jesper Harder
18947         <harder@ifa.au.dk>.
18948
18949 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * message.el (message-exchange-point-and-mark): Don't activate
18952         region if it was inactive.  Suggested by Hiroshi Fujishima
18953         <pooh@nature.tsukuba.ac.jp>.
18954
18955 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * gnus-art.el (article-display-face): Display Faces in the same
18958         order as X-Faces.
18959
18960 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18963
18964 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18967         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18968         (gnus-article-mime-hierarchy): Remove.
18969         (gnus-article-mime-hierarchy-next): Remove.
18970         (gnus-article-mode): Revert 2004-03-19 change.
18971         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18972         (gnus-insert-mime-button): Revert 2004-03-19 change.
18973         (gnus-mime-accumulate-hierarchy): Remove.
18974         (gnus-mime-enter-multipart): Remove.
18975         (gnus-mime-leave-multipart): Remove.
18976         (gnus-mime-display-part): Revert 2004-03-19 change.
18977         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18978
18979         * mml.el (mml-preview): Revert 2004-03-19 change.
18980
18981 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18982
18983         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18984
18985 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18988         t while entering a file name using the mm-with-multibyte macro.
18989         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18990
18991         * mm-util.el (mm-with-multibyte): New macro.
18992
18993 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18996         New user option.
18997         (gnus-mime-multipart-functions): Doc and customization fix.
18998         (gnus-article-mime-hierarchy): New variable.
18999         (gnus-article-mime-hierarchy-next): New variable.
19000         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19001         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19002         gnus-article-mime-hierarchy-next to nil.
19003         (gnus-insert-mime-button): Show hierarchy numbers.
19004         (gnus-mime-accumulate-hierarchy): New function.
19005         (gnus-mime-enter-multipart): New function.
19006         (gnus-mime-leave-multipart): New function.
19007         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19008         (gnus-mime-display-alternative): Show hierarchy numbers.
19009
19010         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19011         gnus-article-mime-hierarchy-next to nil.
19012
19013 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19014
19015         * dns.el: Don't require gnus-xmas.
19016
19017 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19020         inline PGP.
19021         (mml-menu): Disable mml-quote-region if mark is inactive.
19022
19023 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19026         when the group's active is not available.
19027
19028 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19031         error.
19032
19033 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19034
19035         * imap.el (imap-store-password): New variable.
19036         (imap-interactive-login): Use it.
19037         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19038
19039 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19042         window-start and hscroll to summary window.
19043
19044 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19045
19046         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19047         conversion message to newsrc-dribble when an actual conversion is
19048         performed.
19049
19050 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19051
19052         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19053
19054 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * mm-decode.el (mm-complicated-handles): New function reviving
19057         former definition of mm-multiple-handles.
19058
19059         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19060         (gnus-mime-delete-part): Use it.
19061
19062 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19063
19064         * gnus-agent.el (gnus-agent-read-local):
19065         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19066         avoid the implicit assumption that they will always be equal.
19067         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19068         coding-system-for-write, as the with-temp-file macro first prints
19069         to a buffer then saves the buffer.
19070
19071 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * gnus-art.el (gnus-article-edit-part): New function.
19074         (gnus-mime-save-part-and-strip): Use it; do query instead of
19075         signaling an error; don't use mm-multiple-handles.
19076         (gnus-mime-delete-part): Ditto.
19077
19078 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19079
19080         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19081         old file versions.
19082         (gnus-group-prepare-hook): Remove function that converted list
19083         form of gnus-agent-expire-days to group properties.
19084
19085         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19086         (gnus-request-accept-article): Re-indented.
19087
19088         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19089         converters to handle old agent file formats.  Add logic for a
19090         "backup before upgrading warning".
19091         (gnus-convert-mark-converter-prompt): Developers can mark
19092         functions as needing (default), or not needing,
19093         gnus-convert-old-newsrc's "backup before upgrading warning".
19094         (gnus-convert-converter-needs-prompt): Tests whether the user
19095         should be protected from potentially irreversable changes by the
19096         function.
19097
19098         * legacy-gnus-agent.el: New.  Provides converters that are only
19099         loaded when gnus-convert-old-newsrc needs to call them.
19100
19101 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * mail-source.el (mail-source-touch-pop): Doc fix.
19104
19105         * message.el (message-smtpmail-send-it): Doc fix.
19106
19107 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19108
19109         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19110
19111         * nnmail.el (nnmail-split-fancy): do.
19112
19113         * gnus-kill.el (gnus-kill, gnus-execute): do.
19114
19115 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19116
19117         * gnus-sum.el (gnus-widget-reversible-match)
19118         (gnus-widget-reversible-to-internal)
19119         (gnus-widget-reversible-to-external): New functions.
19120         (gnus-widget-reversible): New widget.
19121         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19122
19123 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19124
19125         * gnus-sum.el (gnus-thread-sort-functions)
19126         (gnus-article-sort-functions): Document `(not F)' items.
19127
19128 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19129
19130         * spam.el (spam-use-gmane-xref): Add new backend.
19131         (spam-gmane-xref-spam-group): Add variable to control the name of the
19132         Gmane spam group.
19133         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19134         (spam-regex-headers-spam, spam-regex-headers-ham)
19135         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19136         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19137         backends and checks.
19138         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19139
19140         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19141         an autodetect method.
19142
19143 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19144
19145         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19146         articles are being added to a group.
19147         (gnus-request-replace-article): Inform the agent that articles
19148         need to be uncached as the cached contents are no longer valid.
19149
19150 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19151
19152         * binhex.el: Don't autoload executable-find.
19153
19154         * canlock.el: Don't autoload mail-fetch-field.
19155
19156         * dgnushack.el: Autoload c-mode for XEmacs.
19157
19158         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19159
19160         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19161         rmail-dont-reply-to and rmail-output.
19162
19163         * gnus-score.el: Don't autoload ffap-string-at-point.
19164
19165         * gnus-setup.el: Don't autoload sc-cite-original.
19166
19167         * imap.el: Don't autoload base64-decode-string,
19168         base64-encode-string and md5.
19169
19170         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19171         and rmail-msg-restore-non-pruned-header.
19172
19173         * mm-decode.el: Don't autoload executable-find.
19174
19175         * mm-url.el: Don't autoload executable-find.
19176
19177         * mm-view.el: Don't autoload diff-mode.
19178
19179         * nndb.el: Don't autoload news-reply-mode, news-setup,
19180         cancel-timer and telnet.
19181
19182         * password.el: Don't autoload run-at-time for Emacs.
19183
19184         * sha1-el.el: Don't autoload executable-find.
19185
19186         * sieve-mode.el: Don't autoload c-mode.
19187
19188         * uudecode.el: Don't autoload executable-find.
19189
19190 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19191
19192         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19193         (gnus-agent-possibly-alter-active): Avoid null in numeric
19194         comparison.
19195         (gnus-agent-set-local): Refuse to save null in local object table.
19196         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19197         list of articles that will be marked as unread.
19198
19199 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19202
19203 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19204
19205         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19206         language tags.
19207
19208 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19209
19210         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19211         Don't bind "obarray".
19212
19213         * gnus-sum.el (gnus-thread-sort-functions):
19214         Add `gnus-thread-sort-by-most-recent-number' and
19215         `gnus-thread-sort-by-most-recent-date'.
19216         Reported by Kai Grossjohann <kai@emptydomain.de>.
19217
19218 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19221
19222 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19223
19224         * gnus-cus.el (gnus-agent-customize-category):
19225         Remove ignore-errors macro reference that required cl to be loaded at
19226         run-time.
19227
19228         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19229         single-interval range of the form (min . max).  Previously the
19230         range had to look like ((min . max)).  Likewise, return
19231         (min . max) rather than ((min . max)).
19232         (gnus-range-map): Use gnus-range-normalize to accept
19233         single-interval range.
19234
19235         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19236         the cache, but not the agent, now appear with their usual face.
19237
19238         * dgnushack.el (loaddir): New variable that is bound to the
19239         directory containing the dgnushack.el file. Use loaddir, rather
19240         than srcdir, to update load-path. Change lets dgnushack compile
19241         code in directories other than GNUS/lisp.
19242
19243 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * lpath.el: Don't bind w3m-safe-url-regexp.
19246
19247         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19248         w3m-safe-url-regexp variable buffer-local.
19249
19250         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19251
19252 2004-02-27  Simon Josefsson  <jas@extundo.com>
19253
19254         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19255         gnus-group-real-prefix.
19256         (gnus-summary-move-article): Use it, instead of
19257         gnus-group-real-prefix.
19258
19259 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * lpath.el: Bind w3m-safe-url-regexp.
19262
19263         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19264         w3m-safe-url-regexp variable buffer-local and set it as the value
19265         of mm-w3m-safe-url-regexp.
19266
19267         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19268
19269         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19270         parsing gnus-posting-styles when the message is not for replying.
19271
19272         * dgnushack.el: Autoload sgml-mode for XEmacs.
19273
19274         * nnrss.el (nnrss-opml-export):
19275         Use mm-set-buffer-file-coding-system instead of
19276         set-buffer-file-coding-system.
19277
19278 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19279
19280         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19281         of checkdoc.el).
19282         * nnrss.el: do.
19283         * gnus-mlspl.el: do.
19284         * gnus-ml.el: do.
19285         * gnus-srvr.el: do.
19286
19287         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19288
19289 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19290
19291         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19292         Corrections to custom-manual links.
19293
19294         * gnus-art.el (gnus-article): Ditto.
19295
19296         * mm-decode.el (mime-display, mime-security): Ditto.
19297
19298 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19299
19300         * flow-fill.el: Typo.
19301
19302 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19303
19304         * spam-wash.el: New file.
19305
19306 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19307
19308         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19309
19310 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19311
19312         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19313         to be run with new-articles as LIST1, not LIST2.
19314         (spam-registration-functions): Add spam-use-ham-copy as a nil
19315         registration backend.
19316
19317 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * spam-stat.el (spam-stat-washing-hook): New option.
19320         (spam-stat-buffer-words): Use it.
19321         (spam-stat-process-directory, spam-stat-test-directory):
19322         Use insert-file-contents-literally.
19323         (spam-stat-coding-system): New variable.
19324         (spam-stat-load, spam-stat-save): Use it.
19325
19326 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * spam-report.el (spam-report-plug-agent):
19329         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19330
19331 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19332
19333         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19334         Allow / in mailto URLs.
19335
19336 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * spam-report.el (spam-report-process-queue): Fix interactive use.
19339         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19340         (spam-report-unplug-agent): Doc fixes.
19341         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19342         (spam-report-agentize, spam-report-deagentize): Autoload.
19343
19344 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19347
19348         * message.el (message-setup-fill-variables): Add mml tags to
19349         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19350         <ajk@iu.edu>.
19351         (message-mode): Don't modify paragraph-separate there.
19352
19353 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19354
19355         * compface.el (uncompface-use-external): Default to undecided.
19356         (uncompface-use-external-threshold): New variable.
19357         (uncompface-float-time): New macro.
19358         (uncompface): Determine whether to use the external decoder if
19359         uncompface-use-external is undecided.
19360
19361 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19362
19363         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19364         after images.
19365
19366         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19367
19368 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19371
19372         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19373
19374         * gnus-sum.el (gnus-summary-limit-to-age)
19375         (gnus-summary-limit-children): do.
19376
19377         * gnus-int.el (gnus-request-scan): do.
19378
19379         * gnus-group.el (gnus-group-suspend): do.
19380
19381         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19382
19383         * gnus-cite.el (gnus-cite-parse-attributions): do.
19384
19385         * gnus-agent.el (gnus-summary-set-agent-mark)
19386         (gnus-agent-regenerate-group): do.
19387
19388         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19389
19390         * binhex.el (binhex-decode-region-internal): do.
19391
19392 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * gnus-fun.el (gnus-face-properties-alist): New user option.
19395         (gnus-display-x-face-in-from): Use it.
19396
19397         * gnus-art.el (article-display-face): Ditto.
19398
19399         * compface.el (uncompface-use-external): Default to nil.
19400
19401 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19402
19403         * nntp.el (nntp-erase-buffer): New function.
19404         (nntp-retrieve-data, nntp-send-command)
19405         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19406         (nntp-possibly-change-group): Use it.
19407
19408         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19409         Use with-current-buffer.
19410
19411 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19412
19413         * compface.el: Merge the ELisp-based uncompface program.
19414         (compface): New customization group.
19415         (uncompface-use-external): New user option.
19416         (uncompface): Call uncompface-internal if uncompface-use-external
19417         is nil.
19418         (uncompface-internal): New function.  Note that there are also
19419         some other functions and variables added for this function.
19420
19421 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19422
19423         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19424         if necessary.
19425
19426 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19427
19428         * spam-report.el (spam-report-unplug-agent)
19429         (spam-report-plug-agent, spam-report-deagentize)
19430         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19431         Add support for the Agent in spam-report: when unplugged, report to a
19432         file; when plugged, submit all the requests.
19433
19434         * spam.el (spam-register-routine): Fix message about
19435         registration.
19436
19437 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19438
19439         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19440         dependencies.
19441         (rfc2047-encode): Use it.
19442
19443         * gnus-art.el (gnus-button-marker-list): Move before first
19444         reference.
19445
19446         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19447         (imap-parse-body): Fix format string mismatch.
19448
19449         * gnus-score.el (gnus-summary-increase-score): do.
19450
19451         * nnrss.el (nnrss-close): New function.
19452
19453 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19454
19455         * nnrss.el (nnrss-make-filename): New function.
19456         (nnrss-request-delete-group, nnrss-read-server-data)
19457         (nnrss-save-server-data, nnrss-read-group-data)
19458         (nnrss-save-group-data): Use it.
19459         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19460         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19461         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19462
19463 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19464
19465         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19466
19467 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19468
19469         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19470         files.
19471
19472         * message.el (message-generate-headers-first): Don't quote nil
19473         and t in docstrings.
19474
19475         * imap.el (imap-id): do.
19476
19477         * gnus-agent.el (gnus-agent-consider-all-articles)
19478         (gnus-agent-queue-mail): do.
19479
19480 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19481
19482         * spam-report.el (spam-report-process-queue): New function.
19483         Process requests from `spam-report-requests-file'.
19484         (spam-report-process-queue): Doc fix.
19485
19486 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19487
19488         * spam.el (spam-register-routine)
19489         (spam-log-processing-to-registry, spam-log-registered-p)
19490         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19491         Change "check" to "spam-check" for semi-clarity.
19492
19493 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * pop3.el: Require nnheader.
19496
19497         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19498
19499         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19500
19501         * gnus-picon.el: Require cl.
19502
19503         * gnus-fun.el: Require gnus-ems and gnus-util.
19504
19505         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19506
19507         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19508
19509         * gnus-art.el (gnus-article-edit-mode): Define before first
19510         reference.
19511
19512 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19513
19514         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19515         (gnus-uu-post-encoded): Use point-at-bol.
19516
19517         * gnus-topic.el (gnus-group-active-topic-p): do.
19518
19519         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19520
19521         * gnus-group.el (gnus-group-kill-region): do.
19522
19523         * gnus-art.el (article-date-ut): do.
19524
19525         * message.el (message-fetch-field): Remove redundant
19526         case-fold-search binding.
19527         (message-narrow-to-field): Simplify.
19528
19529 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19530
19531         * spam.el (spam-directory): Derive from `gnus-directory'.
19532
19533         * spam-report.el (spam-report-url-to-file)
19534         (spam-report-requests-file): New function and variable for offline
19535         reporting.
19536         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19537         and user defined function.
19538         (spam-report-url-ping-mm-url): Remove doubled slash.
19539
19540 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19541
19542         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19543
19544 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19545
19546         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19547         Fix format string mismatch.
19548
19549         * sieve.el (sieve-deactivate-all): do.
19550
19551         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19552
19553         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19554
19555         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19556
19557         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19558
19559 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19560
19561         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19562         the list of checks.
19563
19564 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19565
19566         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19567         padding.
19568
19569 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19570
19571         * mm-view.el (mm-fill-flowed): New variable.
19572         (mm-inline-text): Use it.
19573
19574 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19575
19576         * spam.el (spam-spamassassin-register-ham-routine)
19577         (spam-spamassassin-register-spam-routine): Fix function names.
19578
19579 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * gnus.el (gnus-tmp-grouplens): Remove.
19582         (gnus-summary-line-format): Remove grouplens.
19583
19584         * gnus-group.el (gnus-group-line-format): Ditto.
19585
19586         * gnus-spec.el (gnus-format-specs): Ditto.
19587         (gnus-update-format-specifications): Flush the group format spec
19588         cache if there's the grouplens stuff.
19589         (gnus-parse-simple-format): Replace %l with the empty string.
19590
19591 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19592
19593         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19594         omission.
19595
19596 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19599         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19600
19601 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19602
19603         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19604         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19605         New macros and functions.
19606         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19607         Handle > NLINK_MAX messages.
19608         * nnmaildir.el (nnmaildir-request-set-mark):
19609         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19610
19611 2004-01-25  Alex Schroeder  <alex@gnu.org>
19612
19613         * spam-stat.el (spam-stat-process-directory-age): New option.
19614         (spam-stat-process-directory): Use it.
19615
19616 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19617
19618         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19619         (spam-stat-save): Accept prefix argument.
19620
19621 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19622
19623         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19624         links" error.
19625
19626 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19629         the rest of the and/or forms.
19630
19631 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19632
19633         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19634         compatibility with old .newsrc.eld files.
19635
19636         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19637
19638         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19639
19640         * gnus-start.el (gnus-1): do.
19641
19642         * gnus-group.el (gnus-group-line-format-alist): do.
19643
19644         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19645
19646         * gnus-gl.el: Remove.
19647
19648 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19649
19650         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19651         marks consisting of a single range {for example, (3 . 5)} rather
19652         than a list of a single range { ((3 . 5)) }.
19653
19654 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19655
19656         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19657         Use with-current-buffer.
19658         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19659         avoid consing a string.
19660
19661         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19662         Remove obsolete entries for big5 and gb2312.
19663
19664 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19665
19666         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19667         uncompressed list.
19668
19669 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19670
19671         * spam-stat.el (spam-stat-strip-xref): New function.
19672         (spam-stat-process-directory): Use it.
19673
19674         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19675         here -- it's done in message-fetch-field.
19676
19677 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19678
19679         * gnus-agent.el (gnus-agent-queue-mail)
19680         (gnus-agent-prompt-send-queue): New variables.
19681         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19682         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19683         "nndraft:queue" along to gnus-draft-send.
19684         Use gnus-agent-prompt-send-queue.
19685         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19686         is "nndraft:queue".  Suggested by Gaute Strokkenes
19687         <gs234@srcf.ucam.org>
19688
19689         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19690         (agent-enable-undownloaded-faces): Add.
19691         (gnus-agent-cat-groups): Use eval-and-compile, not
19692         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19693         method of gnus-agent-cat-groups even when the buffer has been
19694         evaled.
19695         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19696         delete gnus-agent-save-active-1.
19697         (gnus-agent-save-groups): Delete.  Identical to
19698         gnus-agent-save-active.
19699         (gnus-agent-write-active): No longer adjust agent's copy of active
19700         file as agent's adjustments are now stored in their own
19701         file.  Remove optional parameter.
19702         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19703         servers.  Add use of min/max range limits from server's local
19704         file.
19705         (gnus-agent-save-alist): Remove unused optional argument.
19706         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19707         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19708         (gnus-agent-set-local): A per-server file that keeps min/max range
19709         limits for articles known to the agent.  Provides a fast mechanism
19710         for altering many active ranges.
19711         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19712         active file (local makes it unnecessary).
19713         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19714
19715         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19716         (agent-enable-undownloaded-faces): Add.
19717
19718         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19719         disable it when sending to "nndraft:queue".
19720         (gnus-group-send-queue): Add safety check to avoid sending queue
19721         when unplugged.
19722
19723         * gnus-group.el (gnus-group-catchup): Use new
19724         gnus-sequence-of-unread-articles, not
19725         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19726         numbers of articles.  Use gnus-range-map to avoid having to
19727         uncompress the unread list.
19728         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19729         Fix invalid ange-ftp reference.
19730
19731         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19732         (gnus-sorted-range-intersection): Intersection of two ranges
19733         without requiring that they first be uncompressed.
19734
19735         * gnus-start.el (gnus-activate-group): Unless blocked by the
19736         caller, possibly expand the active range to include both cached
19737         and agentized articles.
19738         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19739         multiple version-dependent converters.
19740         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19741         gnus-agent-save-active.
19742         (gnus-save-newsrc-file): Save dirty agent range limits.
19743
19744         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19745         gnus-agent-possibly-alter-active.
19746         (gnus-adjust-marked-articles): Faster handling of simple lists.
19747
19748 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19749
19750         * spam-stat.el (spam-stat-test-directory): New optional argument
19751         displays a list of files detected.  Suggested by Andrew Cohen
19752         <cohen@andy.bu.edu>.
19753         (spam-stat-buffer-words-with-scores): Don't narrow and change
19754         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19755
19756 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19757
19758         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19759         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19760         (spam-spamassassin-arguments)
19761         (spam-spamassassin-spam-flag-header)
19762         (spam-spamassassin-positive-spam-flag-header)
19763         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19764         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19765         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19766         (spam-list-of-processors, spam-list-of-checks)
19767         (spam-list-of-statistical-checks, spam-registration-functions)
19768         (spam-check-spamassassin-headers, spam-check-spamassassin)
19769         (spam-spamassassin-score)
19770         (spam-spamassassin-register-with-sa-learn)
19771         (spam-spamassassin-register-spam-routine)
19772         (spam-spamassassin-register-ham-routine)
19773         (spam-assassin-register-spam-routine)
19774         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19775         (spam-bogofilter-score): Fix to show article before scoring.
19776
19777 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19778
19779         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19780         default scoring function.
19781         (spam-generic-score): Call spam-spamassassin-score if
19782         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19783         spam-bogofilter-score otherwise.
19784
19785         * gnus.el (spam-process, spam-autodetect-methods):
19786         Add spamassassin and spamassassin-headers.
19787
19788 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19789
19790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19791         Suppress unnecessary messages.
19792
19793 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19794
19795         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19796         make-hash-table.
19797
19798 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * canlock.el (base64-encode-string): Don't autoload it.
19801
19802 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * run-at-time.el: Remove useless (require 'itimer),
19805         eval-and-compile and (featurep 'xemacs).
19806
19807 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19810         GROUP is a virtual group.
19811
19812 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19813
19814         * gnus.el: Autoload `message-y-or-n-p'.
19815
19816 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19817
19818         * pgg-parse.el: Remove unnecessary (require 'custom).
19819
19820         * pgg-def.el: do.
19821
19822         * nnmail.el: do.
19823
19824         * gnus-undo.el: do.
19825
19826         * gnus-picon.el: do.
19827
19828         * gnus-util.el: do.
19829
19830 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19831
19832         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19833
19834 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19837         handle, as well as a list.
19838
19839         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19840         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19841         (mm-w3m-cid-retrieve): Simplify.
19842
19843 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19844
19845         * message.el (message-kill-to-signature): Allow prefix arg to
19846         specify number of lines to keep before signature.
19847
19848 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19849
19850         * message.el (message-kill-to-signature): Change docstring.
19851
19852 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * canlock.el: Always require sha1-el.
19855         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19856
19857         * message.el: Autoload sha1 only when compiling.
19858
19859         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19860         eudc-expand-inline for XEmacs.
19861
19862 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * message.el (message-canlock-generate): Require sha1-el.
19865
19866 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19867
19868         * message.el (message-expand-name): Silence the byte compiler.
19869
19870         * lpath.el: Add detect-coding-system.
19871
19872         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19873         cus-edit.
19874
19875 2004-01-13  Simon Josefsson  <jas@extundo.com>
19876
19877         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19878         Invoke gnus-score-mode.
19879         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19880
19881         * gnus-range.el (gnus-compress-sequence): Doc fix.
19882         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19883
19884 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19885
19886         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19887
19888 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19889
19890         * spam.el (spam-get-article-as-string): Update to use
19891         gnus-request-article-this-buffer, much simpler.
19892         (spam-get-article-as-buffer): Remove.
19893
19894 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19895
19896         * message.el (message-expand-name): Use EUDC if the user uses that.
19897
19898 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19899
19900         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19901         character for the encoding to avoid consing a string.
19902
19903         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19904         unnecessarily.
19905
19906         * mm-util.el (mm-replace-chars-in-string): Remove.
19907
19908         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19909         of mm-replace-chars-in-string.
19910
19911 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19912
19913         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19914
19915         * mm-util.el (mm-subst-char-in-string): Support inplace.
19916
19917         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19918         a new string in every iteration.  Use shy groups.
19919
19920 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19921
19922         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19923         * gnus-soup.el (gnus-soup-group-brew):
19924         * gnus-msg.el (gnus-put-message):
19925         * gnus-move.el (gnus-group-move-group-to-server):
19926         * gnus-kill.el (gnus-batch-score):
19927         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19928         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19929         (gnus-group-update-group, gnus-group-read-group)
19930         (gnus-group-make-group, gnus-group-make-help-group)
19931         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19932         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19933         (gnus-group-sort-by-unread, gnus-group-catchup)
19934         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19935         (gnus-group-yank-group, gnus-group-set-info)
19936         (gnus-group-list-groups):
19937         * gnus.el (gnus-generate-new-group-name):
19938         * gnus-delay.el (gnus-delay-send-queue):
19939         * nnvirtual.el (nnvirtual-catchup-group):
19940         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19941         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19942         (gnus-group-prepare-topics, gnus-topic-check-topology):
19943         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19944         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19945         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19946         (gnus-group-make-articles-read):
19947         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19948         (gnus-group-change-level, gnus-kill-newsgroup)
19949         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19950         (gnus-get-unread-articles, gnus-make-articles-unread)
19951         (gnus-make-ascending-articles-unread): Use accessor
19952         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19953         to get group information for improved readability.
19954
19955
19956 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19957
19958         * gnus-art.el (article-decode-mime-words, article-babel)
19959         (gnus-article-highlight-signature, gnus-article-add-buttons)
19960         (gnus-signature-toggle): Use gnus-with-article-buffer.
19961
19962         * gnus-art.el (gnus-article-highlight-headers)
19963         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19964
19965         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19966         (gnus-article-set-globals, gnus-request-article-this-buffer)
19967         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19968         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19969         (gnus-mime-display-alternative): Use with-current-buffer.
19970
19971 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19972
19973         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19974         also under 80 char limit, and call gnus-error if needed.
19975         (spam-fetch-article-header): Fix - it was a
19976         buffer-local variable (gnus-newsgroup-data).
19977         (spam-find-spam): Use spam-generate-fake-headers, forget about
19978         spam-insert-fake-headers.
19979         (spam-insert-fake-headers): Remove.
19980
19981 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19982
19983         * deuglify.el (gnus-article-outlook-unwrap-lines)
19984         (gnus-outlook-rearrange-article)
19985         (gnus-outlook-repair-attribution-outlook)
19986         (gnus-outlook-repair-attribution-block)
19987         (gnus-outlook-repair-attribution-other): Remove redundant
19988         save-excursion.
19989
19990 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19991
19992         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19993         (spam-fetch-field-subject-fast)
19994         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19995         (spam-fetch-article-header): Add functions to deal with Gnus
19996         internals for fast retrieval of article header data.
19997         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19998
19999 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * pop3.el (pop3-md5): Remove.
20002         (pop3-apop): Replace pop3-md5 with md5.
20003
20004         * mm-bodies.el: base64 is always built-in.
20005
20006         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20007         Use with-current-buffer.
20008
20009 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20010
20011         * canlock.el (canlock-insert-header): Remove excessive grouping in
20012         regexp.
20013
20014         * gnus-sum.el (gnus-summary-read-document): Ditto.
20015
20016         * gnus-uu.el (gnus-uu-part-number): Ditto.
20017
20018         * html2text.el (html2text-remove-tags): Ditto.
20019         (html2text-format-tags): Ditto.
20020         (html2text-format-single-elements): Ditto.
20021
20022         * mml.el (mml-parse-1): Ditto.
20023
20024 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20025
20026         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20027
20028         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20029
20030         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20031
20032         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20033
20034 2003-11-15  Simon Josefsson  <jas@extundo.com>
20035
20036         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20037         (pgg-gpg-lookup-key): Use regexp match instead of
20038         split-string (split-string is different between emacs 21.2 and
20039         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20040
20041 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20042
20043         * gnus-art.el (gnus-mime-view-all-parts)
20044         (gnus-article-part-wrapper, gnus-article-view-part):
20045         Use with-current-buffer.
20046
20047 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20048
20049         * spam.el (spam-disable-spam-split-during-ham-respool)
20050         (spam-spamoracle-database, spam-cache-lookups)
20051         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20052         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20053         (spam-group-ham-marks, spam-group-spam-marks)
20054         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20055         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20056         also add spam-use-blackholes to the statistical checks.
20057         (spam-fetch-field-fast): Add interface to fetching fields, may
20058         become a macro.
20059         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20060         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20061         (spam-insert-fake-headers): Fake an article when needed.
20062         (spam-find-spam): Fake article when possible.
20063         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20064         (spam-check-bogofilter-headers): Use message-fetch-field instead
20065         of nnmail-fetch-field.
20066
20067 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20068
20069         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20070
20071 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20072
20073         * spam.el (spam-split): Do not require spam-use-CHECK to be
20074         enabled if that check is passed to spam-split explicitly; also
20075         fix so 'spam doesn't get converted to spam-split-group when
20076         spam-split-symbolic-return is t.
20077         (spam-find-spam): Find registrations of the article and use those
20078         instead of re-running spam-split to find the spam/ham
20079         classification of the article.
20080         (spam-log-processing-to-registry, spam-log-registered-p)
20081         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20082         Use gnus-error instead of gnus-message.
20083         (spam-log-registration-type): Add function to determine the
20084         classification of a message based on registry entries; will
20085         return nil if both 'spam and 'ham are found.
20086         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20087         a reasonably fast local cache without the loading errors.
20088         (spam-cache-lookups): Set to t by default.
20089         (spam-find-spam): Don't try to guess spam-cache-lookups.
20090         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20091         spam-caches entry.
20092         (spam-filelist-build-cache, spam-filelist-check-cache):
20093         Fix caching of whitelist/blacklist entries.
20094         (spam-check-whitelist, spam-check-blacklist):
20095         Invoke spam-from-listed-p with a type, not a cache variable.
20096         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20097
20098 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20099
20100         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20101
20102         * nnmail.el (nnmail-split-fancy): do.
20103
20104         * mml.el (mml-parse): do.
20105
20106         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20107         (gnus-score-adaptive): do.
20108
20109 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20110
20111         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20112         (gnus-mime-button-map): Don't set keymap parent.
20113         (gnus-button-ctan-directory-regexp): Use shy grouping.
20114         (gnus-prev-page-map): Don't set keymap parent.
20115         (gnus-prev-page-map): Remove duplicated one.
20116         (gnus-next-page-map): Don't set keymap parent.
20117         (gnus-mime-security-button-map): Ditto.
20118
20119         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20120         version number.
20121
20122         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20123
20124 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * canlock.el (canlock-sha1-function): Remove.
20127         (canlock-sha1-function-for-verify): Remove.
20128         (canlock-openssl-program): Remove.
20129         (canlock-openssl-args): Remove.
20130         (canlock-ignore-errors): Remove.
20131         (canlock-sha1-with-openssl): Remove.
20132         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20133         (canlock-verify): Don't use canlock-ignore-errors.
20134
20135         * sha1-el.el (sha1-string-external): Make it can return a string
20136         in binary form.
20137         (sha1-region-external): Ditto.
20138         (sha1-string-internal): Ditto.
20139         (sha1-region-internal): Ditto.
20140         (sha1-region): Ditto.
20141         (sha1-string): Ditto.
20142         (sha1): Ditto.
20143
20144 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20145
20146         * spam.el (spam-report-articles-gmane): New command.
20147
20148 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20151
20152         * run-at-time.el (run-at-time-saved): Remove.
20153         (run-at-time): Doc fix.
20154
20155 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20156
20157         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20158         (gnus-summary-limit-map): Add it.
20159         (gnus-summary-make-menu-bar): do.
20160
20161 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20162
20163         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20164         Make attempt at some caching support (done for BBDB only now).
20165         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20166         addresses to be checked.
20167         (spam-clear-cache-BBDB): Add function, to be invoked by
20168         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20169         (spam-check-BBDB): Check and use the caches, if
20170         spam-cache-lookups is on, remove superfluous (provide).
20171
20172 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20173
20174         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20175
20176 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20177
20178         * run-at-time.el (run-at-time-saved): Move to after the definition
20179         of `run-at-time'.
20180
20181         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20182
20183 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20184
20185         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20186         mm-w3m-local-map-property.
20187
20188         * mm-view.el (mm-w3m-mode-map): Remove.
20189         (mm-w3m-local-map-property): Remove.
20190         (mm-inline-text-html-render-with-w3m): Don't use
20191         mm-w3m-local-map-property.
20192
20193 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20194
20195         * run-at-time.el: New file.
20196
20197         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20198         under Emacs.
20199
20200         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20201         of gnus-set-text-properties.
20202
20203         * gnus-uu.el (gnus-uu-save-article): Ditto.
20204
20205         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20206
20207         * gnus-cite.el (gnus-cite-parse): Ditto.
20208
20209         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20210         of gnus-.
20211
20212         * gnus-xmas.el (run-at-time): Require run-at-time.
20213
20214         * gnus.el: Change calls to nnheader-run-at-time and
20215         password-run-at-time throughout to use run-at-time directly.
20216
20217         * password.el: Remove definition of run-at-time.
20218
20219         * nnheaderxm.el: Remove definition of run-at-time.
20220
20221 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20222
20223         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20224         in prompt.
20225
20226 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20227
20228         * messagexmas.el (message-xmas-redefine): Alias
20229         `message-make-caesar-translation-table' to
20230         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20231         version.
20232
20233         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20234         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20235         `gnus-xmas-set-text-properties'.
20236         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20237         `gnus-xmas-completing-read'.
20238         (gnus-xmas-completing-read): Removed.
20239         (gnus-xmas-open-network-stream): Removed.
20240
20241         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20242         XEmacs version.
20243
20244         * dns.el (dns-make-network-process): Use `open-network-stream'
20245         instead of `gnus-xmas-open-network-stream'.
20246
20247         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20248
20249         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20250
20251 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * gnus-art.el (gnus-mime-display-alternative)
20254         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20255         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20256         Don't use gnus-local-map-property.
20257
20258         * gnus-util.el (gnus-local-map-property): Remove.
20259
20260         * mm-view.el (mm-view-pkcs7-decrypt):
20261         Replace gnus-completing-read-maybe-default with completing-read.
20262
20263         * gnus-util.el (gnus-completing-read): do.
20264         (gnus-completing-read-maybe-default): Remove.
20265
20266 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20267
20268         * password.el: Only autoload `run-at-time' if not XEmacs.
20269         Only autoload the itimer functions if XEmacs.
20270
20271 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20274         XEmacsen.
20275
20276         * dgnushack.el: Autoload executable-find for XEmacs.
20277
20278 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20279
20280         * gnus-art.el (gnus-read-string): Remove.
20281         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20282         read-string.
20283
20284 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20285
20286         * netrc.el: Autoload password-read.
20287         (netrc): Add configuration group.
20288         (netrc-encoding-method, netrc-openssl-path):
20289         Add variables for encoding and decoding of files with symmetric
20290         ciphers.
20291         (netrc-encode): Add assistant function to encode a file with
20292         netrc-encoding-method.
20293         (netrc-parse): Add interactive parameter, added optional
20294         decoding if netrc-encoding-method is non-nil but otherwise
20295         behavior is standard.
20296         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20297         Do s/encode/encrypt/ everywhere.
20298
20299         * spam.el: Remove executable-find autoload.
20300
20301 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20302
20303         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20304
20305         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20306
20307 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20308
20309         * gnus-art.el (gnus-treat-ansi-sequences)
20310         (article-treat-ansi-sequences): New variable and function.
20311         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20312
20313         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20314         Use it.
20315
20316 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20317
20318         * mm-util.el (mm-quote-arg): Remove.
20319
20320         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20321         shell-quote-argument.
20322
20323         * gnus-uu.el (gnus-uu-command): do.
20324
20325         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20326
20327         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20328         with make-char.
20329
20330         * mm-util.el (mm-make-char): Remove.
20331
20332         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20333         add-minor-mode.
20334
20335         * gnus-undo.el (gnus-undo-mode): do.
20336
20337         * gnus-topic.el (gnus-topic-mode): do.
20338
20339         * gnus-sum.el (gnus-dead-summary-mode): do.
20340
20341         * gnus-start.el (gnus-slave-mode): do.
20342
20343         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20344
20345         * gnus-ml.el (gnus-mailing-list-mode): do.
20346
20347         * gnus-gl.el (gnus-grouplens-mode): do.
20348
20349         * gnus-draft.el (gnus-draft-mode): do.
20350
20351         * gnus-dired.el (gnus-dired-mode): do.
20352
20353         * gnus-ems.el (gnus-add-minor-mode): Remove.
20354
20355         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20356         Replace gnus-char-width with char-width.
20357
20358         * gnus-ems.el (gnus-char-width): Remove.
20359
20360         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20361         Replace gnus-char-width with char-width.
20362
20363         * gnus-ems.el (gnus-char-width): Remove.
20364
20365         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20366         definition.
20367         Remove Emacs 20 hash table compatibility code.
20368
20369         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20370         20 compatibility code.
20371
20372         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20373
20374         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20375
20376         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20377         Replace with point-at-{eol,bol}.
20378
20379         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20380
20381         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20382
20383         * flow-fill.el (fill-flowed-point-at-bol)
20384         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20385
20386         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20387         Replace with point-at-{eol,bol} throughout all files.
20388
20389 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20390
20391         * ntlm.el (ntlm-string-as-unibyte): New macro.
20392         (ntlm-build-auth-response): Use it.
20393
20394         Remove Emacs 20 stuff:
20395         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20396         (butlast, mapc, remove): Remove the compiler macros.
20397         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20398         of delq and copy-sequence.
20399         * gnus-art.el (popup-menu): Remove the compiler macro.
20400         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20401         Emacs 20.
20402
20403 2004-01-05  Simon Josefsson  <jas@extundo.com>
20404
20405         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20406         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20407         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20408         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20409         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20410         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20411         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20412         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20413         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20414         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20415         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20416         string-xor into ntlm-string-xor.
20417         Suggested by Jesper Harder <harder@myrealbox.com>.
20418
20419         * ntlm.el: Don't include poem.
20420
20421         * md4.el (print-int32, print-string-hexa): Remove.
20422         Suggested by Jesper Harder <harder@myrealbox.com>.
20423
20424         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20425
20426         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20427         probably breaks emacs with DL patch, but do we care? Is anyone
20428         still using the DL stuff?)
20429
20430         * sieve-manage.el: Use the password package.
20431         (sieve-manage-read-passwd): Remove.
20432         (sieve-manage-interactive-login): Use password.  Re-add
20433         condition-case around loop.
20434
20435         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20436         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20437         Use the password package.
20438
20439 2003-02-19  Simon Josefsson  <jas@extundo.com>
20440
20441         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20442         token.
20443
20444 2002-08-07  Simon Josefsson  <jas@extundo.com>
20445
20446         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20447         (sieve-manage-authenticators):
20448         (sieve-manage-authenticator-alist): Add some SASL mechs.
20449         (sieve-sasl-auth): New function.
20450         (sieve-manage-cram-md5-auth):
20451         (sieve-manage-plain-auth): Rewrite using SASL library.
20452         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20453         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20454         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20455         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20456
20457 2004-01-05  Simon Josefsson  <jas@extundo.com>
20458
20459         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20460         New files.
20461
20462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20463
20464         * gnus-group.el (gnus-no-groups-message): Update.
20465
20466         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20467
20468 2003-11-09  Simon Josefsson  <jas@extundo.com>
20469
20470         * imap.el: Support for ID IMAP extension (RFC 2971).
20471         (imap-local-variables): Add imap-id.
20472         (imap-id): New variable.
20473         (imap-id): New function.
20474         (imap-parse-response): Parse untagged ID response.
20475         * nnimap.el (nnimap-id): New variable.
20476         (nnimap-open-connection): Use it.
20477
20478 2003-12-28  Simon Josefsson  <jas@extundo.com>
20479
20480         * gnus-score.el (gnus-score-edit-all-score): New.
20481         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20482
20483 2004-01-04  Simon Josefsson  <jas@extundo.com>
20484
20485         * password.el: Add.
20486
20487 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20488
20489         * dns.el (dns-query-types): Fix typo.
20490         (dns-query-types): New function.
20491         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20492         PTR and SOA replies, see RFC 1035.
20493
20494 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20495
20496         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20497
20498         * Move to Changelog.2.
20499
20500 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20501
20502         * gnus.el (gnus-version-number): Bump version.
20503
20504 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20505
20506         * gnus.el: No Gnus v0.1 is released.
20507
20508 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20509
20510         * gnus.el: No Gnus v0.0 is released.
20511
20512 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20513
20514         * gnus.el (gnus-version-number): Bump.
20515         (gnus-version): No.
20516
20517 See ChangeLog.2 for earlier changes.
20518
20519   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20520
20521   This file is part of GNU Emacs.
20522
20523   GNU Emacs is free software: you can redistribute it and/or modify
20524   it under the terms of the GNU General Public License as published by
20525   the Free Software Foundation, either version 3 of the License, or
20526   (at your option) any later version.
20527
20528   GNU Emacs is distributed in the hope that it will be useful,
20529   but WITHOUT ANY WARRANTY; without even the implied warranty of
20530   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20531   GNU General Public License for more details.
20532
20533   You should have received a copy of the GNU General Public License
20534   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20535
20536 ;; Local Variables:
20537 ;; coding: utf-8
20538 ;; fill-column: 79
20539 ;; add-log-time-zone-rule: t
20540 ;; End: