113bca89168d3dc891a45b067d9428baf7995564
[gnus] / lisp / ChangeLog
1 2011-01-28  Julien Danjou  <julien@danjou.info>
2
3         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4         (gnus-all-windows-visible-p): Remove old compatibility code.
5         (gnus-window-top-edge): Add docstring.
6
7         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8
9 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
12         older request-update-info.
13
14         * gnus-art.el (article-make-date-line): Limit the length a bit more.
15
16 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
17
18         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
19         mml2015-signers higher precedence over mml2015-sign-with-sender.
20
21 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
24         groups.  This makes the nndraft:queue group pop up if it's not already
25         there.
26
27         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
28         messages" logic, which was reversed.
29
30         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
31         the "same place" even if point is on the line being replaced.
32         (article-update-date-lapsed): Allow updating both the combined lapsed
33         and the lapsed headers.
34         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
35         (article-make-date-line): Limit the number of segments dynamically to
36         avoid too-long lines.
37
38 2011-01-27  Julien Danjou  <julien@danjou.info>
39
40         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
41         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
42
43 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
46         Use plist-get instead of the cl function getf.
47
48 2011-01-27  Glenn Morris  <rgm@gnu.org>
49
50         * gnus-util.el (float-time): Get rid of compiler warning, again.
51
52 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
53
54         * shr.el (shr-put-color): Special-case background colours: Do put them
55         at the blank parts at the front of the lines.
56
57         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
58         exit hook to nix out all data on readedness on group exit.
59
60         * gnus-util.el (float-time): If float-time is bound, always use it on
61         all Emacsen.  It's unclear why the subrp check was there.
62         (time-date): Require to make some autoload issues on XEmacs go away.
63
64         * shr.el (shr-put-color): Don't do the box padding in tables, since
65         they're already padded.
66
67 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-art.el (gnus-article-next-page): When the last line of the
70         article is displayed, scroll down once more instead of going to the
71         next article at once.
72         (article-lapsed-string): Refactor out and allow specifying how many
73         segments you want.
74         (gnus-article-setup-buffer): Start updating the lapsed header directly.
75         (gnus-article-update-lapsed-header): New variable.
76
77         * shr.el: Revert change that made headings use different-sized faces.
78         The Emacs display engine isn't advanced enough that, for instance,
79         tables can comfortably use differntly-sized faces.
80
81 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
82
83         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
84         used.
85         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
86         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
87         we're using an encrypted connection.
88
89         * proto-stream.el: Alter the interface functions to also return the
90         actual stream type used: network or tls.
91
92 2011-01-25  Julien Danjou  <julien@danjou.info>
93
94         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
95         (mm-display-javascript-inline): New function.
96
97         * mm-decode.el (mm-inline-media-tests): Add application/javascript
98         viewing function.
99
100 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * shr.el (shr-expand-newlines): Fix variable name.
103
104 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * shr.el (shr-expand-newlines): Make nested boxes work.
107
108 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
109
110         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
111         backgrounds.
112         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
113         in a more sensible manner.
114
115 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
118         if EPG is loaded.
119
120 2011-01-24  Julien Danjou  <julien@danjou.info>
121
122         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
123         tags.
124
125 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
128         commands.
129
130         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
131         in the article buffer.
132         (gnus-gravatar-insert): Use blank space from the current buffer to
133         avoid breaking text properties.  This makes X-Sent updating work again.
134
135         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
136
137 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
140         fix the bug in url-http.el instead.
141
142         * shr.el (shr-image-fetched): Ditto.
143
144         * shr.el (shr-image-fetched): Avoid having point move in the article
145         buffer.
146
147         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
148         buffer after being called.  It's apparently being killed by url.el, and
149         killing it made point move to end-of-buffer in a random buffer.
150
151         * shr.el (shr-image-fetched): Ditto.
152
153 2011-01-23  Julien Danjou  <julien@danjou.info>
154
155         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
156
157         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
158         text/x-org.
159
160 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
161
162         * gnus-sum.el (gnus-summary-move-article): Protect against backends
163         (i.e., nnimap) returning nil as the article number.
164
165 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
166
167         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
168         "DelSp" parameter in RFC3676.
169
170 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * message.el (message-check-recipients): Display the encoded version of
173         the bogus address if they differ.
174
175         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
176         after sending.
177
178         * gnus-agent.el (gnus-agent-send-mail): Ditto.
179
180         * gnus-group.el (gnus-group-refresh-group): New convenience function.
181
182         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
183         group buffer after sending the queue.
184
185         * gnus-agent.el (gnus-agent-send-mail): Ditto.
186
187 2011-01-22  Julien Danjou  <julien@danjou.info>
188
189         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
190
191 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
192
193         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
194         nested related parts.
195
196         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
197         unexpired articles.  This fixes the regression that led expiry marks to
198         disappear from nnfolder groups.
199
200 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
201
202         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
203         Don't confuse the "ret" of "retrograde" with RET.
204
205 2011-01-21  Julien Danjou  <julien@danjou.info>
206
207         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
208         than mm-insert-inline.
209
210 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
213         Widen article buffer.
214
215 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
216
217         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
218         the temp buffer.
219         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
220
221 2011-01-20  Julien Danjou  <julien@danjou.info>
222
223         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
224
225         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
226         than mm-insert-inline to insert inline part: this respect
227         mm-inline-media-tests displayers.
228
229         * mm-view.el (mm-display-shell-script-inline): New function.
230
231         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
232
233         * mm-uu.el (mm-uu-type-alist): Add org block.
234         (mm-uu-org-src-code-block-extract): New function.
235
236         * mm-view.el (mm-display-org-inline): New function.
237
238         * mm-decode.el (mm-automatic-display): Add text/org.
239
240         * mailcap.el (mailcap-mime-extensions): Add .org.
241
242 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-art.el (gnus-article-highlight): Remove argument passed to
245         gnus-article-add-buttons.
246
247 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
248
249         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
250         From header with a date and "nobody" as the sender.
251
252 2011-01-19  Julien Danjou  <julien@danjou.info>
253
254         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
255         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
256         if you have the same regexp several times.
257         (gnus-button-push): Fix matching when regexp is symbol.
258
259 2011-01-15  Glenn Morris  <rgm@gnu.org>
260
261         * message.el (message-mail): A compose-mail function should
262         accept headers as strings.
263
264 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
265
266         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
267         Add :vert-only tags.
268         (message-mail): New arg RETURN-ACTION.
269         (message-return-action): New var.
270         (message-bury): Use it.
271         (message-mode): Make it buffer-local.
272         (message-send-and-exit): Always call message-bury.
273
274         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
275         message-mail.
276
277 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnimap.el (nnimap-convert-partial-article): Protect against
280         zero-length body parts.
281
282         * mm-decode.el (mm-preferred-alternative-precedence):
283         Discourage showing empty parts.
284
285         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
286         and stuff if the backend didn't return the article number.  This fixes
287         an Exchange-related nnimap bug.
288
289         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
290         group window, because it does the wrong thing when a separate frame
291         displays the group buffer.
292
293         * proto-stream.el (open-protocol-stream): Protect against the low-level
294         transport functions returning nil.
295
296 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
297
298         * mml2015.el (epg-sub-key-fingerprint): Autoload.
299         (mml2015-epg-find-usable-secret-key): New function.
300         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
301         mml2015-epg-find-usable-key (Bug#7797).
302         (mml2015-epg-encrypt): Ditto.
303
304 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * dgnushack.el (rot13-string): Fix the way to get the argument.
307
308 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
311
312 2011-01-03  Glenn Morris  <rgm@gnu.org>
313
314         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
315
316         * sieve.el (sieve-open-server): Give a more explicit error if
317         sieve-manage-open returns nil.  (Bug#7720)
318
319 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
320
321         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
322
323 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
326         This avoids sending passwords in plain text over non-encrypted
327         channels.
328
329         * shr.el (shr-rescale-image): Display all GIF images as animated images.
330
331         * nnimap.el (nnimap-login): Refactored out into own function, and
332         implement CRAM-MD5.
333         (nnimap-wait-for-line): Refactored out.
334
335         * mm-view.el (mml-smime): Require.
336
337 2010-12-20  David Engster  <deng@eml.cc>
338
339         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
340         use EPG to decrypt S/MIME messages instead of openssl.
341
342 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
345
346         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
347         status is the group clearly is unreachable.
348
349         * auth-source.el (auth-source-create): Add the optional second
350         parameter to `local-variable-p' to be compatible with XEmacs.
351
352 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
353
354         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
355         work when using a compressed nnml folder.
356
357 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
360         backends after sanitising on entry, because this never makes sense:
361         If the articles have gone missing, then the data no longer exists on
362         the backend, and if they haven't, then Gnus is wrong, and shouldn't
363         overwrite anything anyway.
364
365         * shr.el (shr-insert-document): Bind shr-width dynamically to
366         window-width if it's nil.
367
368 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
369
370         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
371         with the meaning of using the full emacs window width for rendering.
372
373 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
374
375         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
376         case when sender is not given.
377
378 2010-12-23  Julien Danjou  <julien@danjou.info>
379
380         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
381         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
382         the addresses, otherwise we might misplaced the gravatar.
383
384 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
385
386         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
387         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
388         obsolete in Emacs.
389
390 2010-12-20  Julien Danjou  <julien@danjou.info>
391
392         * gnus-util.el (gnus-rescale-image): Revert last change.
393
394 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
395
396         * binhex.el: Improve commentary (Bug#7482).
397
398 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * gnus-group.el (gnus-group-delete-articles): New command.
401
402 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
403
404         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
405
406 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
409         here, since it's up to the backends to do CRLF removal if their
410         protocol has it.
411
412         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
413
414 2010-12-17  Julien Danjou  <julien@danjou.info>
415
416         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
417         they are from file. Can also scale up.
418
419 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
420
421         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
422         gnus-use-agent.
423         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
424
425         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
426
427 2010-12-17  Julien Danjou  <julien@danjou.info>
428
429         * gravatar.el (gravatar-retrieve-synchronously): New function.
430         (gravatar-get-data): Make more robust.
431
432 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
435
436 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
439         to really consider the last line.
440
441 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
442
443         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
444         list of recipient keys, or use symmetric encryption if not a list.
445         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
446         EPA override, replacing the call to `netrc-store-data'.
447
448 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
449
450         * gnus-srvr.el: Avoid passing nil regexp argument to
451         delete-matching-lines.
452
453 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
456         fetching stops when Gnus exits.
457
458         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
459         function.
460         (nnfolder-request-expire-articles): Save all the buffers after doing
461         expiry.
462
463         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
464         the last article", since that led to serious performance regressions
465         when expiring nnml groups.
466
467 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el: Improve customizations.
470
471 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
474
475         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
476         group has been killed.
477         (gnus-group-yank-group): Ditto.
478
479         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
480
481         * nnimap.el (nnimap-request-update-group-status): New function.
482
483         * gnus-int.el (gnus-request-update-group-status): New interface
484         function.
485
486         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
487         copying read-ness to the backends.
488
489         * nnimap.el (nnimap-quirk): New function.
490         (nnimap-retrieve-group-data-early): Use it.
491         (nnimap-quirks): New alist.
492
493 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * shr.el (shr-insert): Set shr-start after deleting trailing space;
496         don't delete it within indentation.
497
498 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
501         previous line.
502
503 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
506         QRESYNC command by deleting a superfluous space which broke Cyrus
507         servers.  This change will break other servers that are buggy the other
508         way around.
509
510 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
511
512         * spam.el: Reindent and fix long lines.
513         (spam-copy-or-move-routine): Exclude invalid move destinations.
514
515 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
516
517         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
518         installed the registry.
519
520 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
523
524 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
525
526         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
527         groupname doesn't contain "gmane".
528
529 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
532         and netrc-bound-and-true-p bindings.
533         (netrc-parse): Cache the netrc contents.
534
535         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
536         (gnus-1): Don't create the nndrafts group twice.
537         (gnus-setup-news): There's no need to read the active file here, since
538         that's done again later on a per-backend basis.
539         (gnus-start-draft-setup): Make sure that the new group is started out
540         empty.
541
542         * gnus-agent.el (gnus-agentize): Don't create the queue group
543         automatically on startup.  It'll be created later, if needed.
544
545         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
546         of automatically subscribed groups.
547         (gnus-auto-subscribed-categories): New variable.
548         (gnus-matches-options-n): Use it.
549         (gnus-default-subscribed-newsgroups): Remove unused variable.
550         (gnus-start-draft-setup): Message a bit less.
551
552 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
553
554         * nnir.el (nnir-run-imap): Return article list in order of increasing
555         UID.
556
557 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-sum.el (gnus-summary-enter-digest-group):
560         Mention gnus-auto-select-on-ephemeral-exit.
561
562         * proto-stream.el (proto-stream-open-network-only): Fix the calling
563         convention of the network-only option.
564
565 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * proto-stream.el (proto-stream-open-network-only): New function to
568         have a way to specify non-STARTTLS upgrade connections.
569
570 2010-12-10  Julien Danjou  <julien@danjou.info>
571
572         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
573         email address is nil.
574
575         * message.el (message-bogus-recipient-p): Set address to "" if nil.
576
577 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
578
579         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
580         deletion.
581         (nnir-run-imap): Only need to parse list once.
582
583 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * shr.el (shr-tag-script): Ignore <script>.
586         (shr-tag-label): Add <label> support.
587
588 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
591
592         * shr.el (shr-image-displayer): Work for images lined side by side.
593
594 2010-12-08  Robert Pluim  <rpluim@gmail.com>
595
596         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
597         parameter, since XEmacs doesn't accept t as a parameter.
598
599 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
600
601         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
602         ids.
603         (nnir-run-gmane): Simplify groupspec formatting.
604         (nnir-request-expire-articles): New function.
605
606 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
609         overflow, possibly.
610
611         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
612         (shr-render-td): Handle td style="" better.
613         (shr-tag-table): Use the color from the style sheet.
614         (shr-render-td): Make sure we copy over all the overlays, too.
615
616 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
617
618         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
619         (nnir-request-article): Improve article retrieval.
620
621 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * mm-util.el (mm-extra-numeric-entities): New variable.
624
625         * mm-url.el (mm-url-decode-entities):
626         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
627
628         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
629
630 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
631
632         * message.el: Use completion-at-point.
633         (message-completion-function): New fun, extracted from message-tab.
634         (message-mode): Use it for completion-at-point-functions.
635         (message-tab): Use it and completion-at-point.
636
637 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
640         character if a non-breakable character follows.
641
642 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
645         any stream.
646
647         * shr.el (shr-tag-font): Colorize the region.
648         (shr-tag-body): Ditto.
649         (shr-tag-font): Actually let the styles be inherited instead of
650         overwriting them.
651         (shr-tag-font): Get the background color right.
652         (shr-tag-style): Ignore all <style> tags for the moment.
653
654         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
655         a Message-ID to avoid having nnimap depend on gnus-sum.
656
657         * shr.el (shr-descend): Only colorize something if we have a node that
658         sets colors.
659
660 2010-12-06  Julien Danjou  <julien@danjou.info>
661
662         * shr.el (shr-render-td): Render td content with shr-descend, so style
663         will be applied to <td> too.
664         (shr-colorize-region): Colorize region even if we only have a background.
665         (shr-tag-body): Fix color and background color inheritance.
666         Do not recolorize after shr-generic.
667         (shr-tag-font): Let shr-generic colorize via inheritance.
668
669 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
672
673 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
674
675         * nnir.el (nnir-request-move-article): Remove obsolete code.
676
677 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
680
681 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-sum.el (gnus-summary-respool-article): The completion function
684         expects a list instead of an alist.
685
686         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
687         string as the parameter.
688
689         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
690
691         * shr.el (shr-stylesheet): New dynamic variable for cascading the
692         styles.
693         (shr-colorize-region): New function.
694         (shr-insert-background-overlay): Remove.
695         (shr-render-td): Background setting should be taken care of on a higher
696         level.
697         (shr-tag-body): Use post-hoc colorizations.
698         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
699         (shr-put-color-1): Don't overwrite old colors.
700         (shr-colorize-region): When the background color isn't explicit, use
701         a fixed background.
702
703         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
704         nnmail variables.
705
706 2010-12-05  Bjørn Mork  <bjorn@mork.no>
707
708         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
709         unless necessary.
710
711 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
712
713         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
714         server.
715
716 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
719         so that TAB works.
720
721         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
722         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
723
724         * shr.el (shr-urlify): Show the URL before the title to avoid
725         misleading URLs.
726
727 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
728
729         * shr.el (shr-urlify): Display the title in <a> tags.
730
731 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
732
733         * nnir.el (nnir-categorize): Replace mapcar with mapc.
734
735 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
736
737         * nnir.el: Rearrange code to allow macros to be autoloaded by
738         gnus-sum.el.
739         (nnir-retrieve-headers-override-function): Make this variable
740         customizable.
741         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
742
743         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
744         from nnir.el.
745
746 2010-12-03  Julien Danjou  <julien@danjou.info>
747
748         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
749
750 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
753         allow optional argument `environment'.
754
755 2010-12-03  Glenn Morris  <rgm@gnu.org>
756
757         * mm-extern.el (message-goto-body): Update declaration.
758
759 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-util.el (gnus-macroexpand-all): New function.
762
763         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
764         instead of macroexpand-all that is unavailable in XEmacs.
765
766 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
767
768         * nnir.el (nnir-summary-line-format): New variable.
769         (nnir-mode): Use it.
770         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
771         (nnir-article-ids): Reimplement as defsubst.
772         (nnir-retrieve-headers): Don't mangle the subject header.
773         (nnir-run-imap): Use 100 as RSV score.
774         (nnir-run-find-grep): Fix for full server searching.
775         (nnir-run-gmane): Better restriction to gmane groups.
776
777         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
778         summary buffers.
779
780 2010-12-02  Julien Danjou  <julien@danjou.info>
781
782         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
783
784         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
785
786         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
787         support.
788
789 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
790
791         * nnir.el: Update to handle the registry better.
792         (autoload): Silence byte-compiler.
793         (nnir-open-server): Add a hook for nnir groups.
794         (nnir-request-move-article): Don't mangle the header. Better to use
795         formating variables (which will be added in the future).
796         (nnir-registry-action): Update the registry using the original article
797         group name.
798         (nnir-mode): Install nnir-specific hooks for updating the registry.
799
800         * gnus-sum.el
801         (gnus-article-original-subject,gnus-newsgroup-original-name):
802         Remove obsolete variables.
803         (gnus-summary-move-article): Remove use of obsolete variables.
804         (gnus-summary-local-variables): Make move and delete hooks local to
805         summary buffers.
806
807 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * rtree.el: New file.
810
811 2010-12-01  Julien Danjou  <julien@danjou.info>
812
813         * message.el (message-user-organization): Do not use
814         gnus-local-organization.
815
816         * gnus.el: Remove gnus-local-organization.
817
818         * gnus-msg.el: Remove nastygram thing.
819
820 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
823         funcall.
824
825 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
828         names.
829
830         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
831         characters.
832
833         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
834         to t of inhibit-read-only since it is inside gnus-with-article-headers.
835         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
836         (gnus-gravatar-transform-address): Use mail-extract-address-components
837         that supports non-ASCII names rather than mail-header-parse-addresses.
838
839 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * proto-stream.el (open-protocol-stream): All starttls connections are
842         handled by the network handler.
843
844 2010-11-30  Julien Danjou  <julien@danjou.info>
845
846         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
847         (nnimap-open-connection-1): Fix PREAUTH.
848
849         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
850
851 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
854         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
855         (shr-insert): Use them.
856         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
857
858 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
859
860         * nnir.el (nnir-request-move-article): Bail out if original group
861         doesn't support article moves.
862         (nnir-get-active): Improve active list retrieval.
863
864 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * shr.el (shr-find-fill-point): Don't break before apostrophes.
867
868 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
869
870         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
871         seem to accept strings-with-numbers as port numbers,
872
873 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
874
875         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
876         change the registry.
877
878 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
881         delete-dups that is not available in XEmacs 21.4.
882
883         * mm-util.el (mm-delete-duplicates): Add comment.
884
885 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
886
887         * nnir.el (nnir-ignored-newsgroups): New variable.
888         (nnir-get-active): Use it.
889
890 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * proto-stream.el (proto-stream-open-network): Add some comments.
893
894         * nntp.el (nntp-open-connection): Provide a :success condition.
895
896         * nnimap.el (nnimap-open-connection-1): Ditto.
897
898         * proto-stream.el (proto-stream-open-network): See what the response to
899         the STARTTLS command is.
900
901         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
902         backwards compatibility).
903         (nnimap-open-connection-1): Really respect nnimap-server-port.
904
905         * proto-stream.el (proto-stream-open-network): When doing opportunistic
906         TLS upgrades we don't really care about the identity of the peer.
907         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
908         that what we've checked for.
909         (proto-stream-always-use-starttls): Only default to t if
910         open-gnutls-stream exists.
911         (proto-stream-open-network): If STARTTLS failed, then just open a
912         normal connection.
913         (proto-stream-open-network): Wait until the greeting before doing
914         STARTTLS.
915
916         * nntp.el (nntp-open-connection): Report what the connection error is.
917
918         * proto-stream.el (open-protocol-stream): Rename from
919         open-proto-stream.
920
921 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * nnimap.el (nnimap-stream): Change default to `undecided'.
924         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
925         first, and then network.
926         (nnimap-open-connection-1): Respect nnimap-server-port.
927         (nnimap-open-connection): Be more backwards-compatible.
928
929         * proto-stream.el (proto-stream-always-use-starttls): New variable.
930         (proto-stream-open-starttls): De-duplicate the starttls code.
931         (proto-stream-open-starttls): Folded back into the main function.
932         (proto-stream-open-network): Fix typo in the gnutls path.
933         (proto-stream-command): Refactor out.
934
935         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
936
937         * proto-stream.el (proto-stream-open-starttls): Actually implement the
938         starttls.el STARTTLS.
939
940         * color.el (color-lab->srgb): Fix function call name.
941
942         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
943         if we're using tls.el.
944         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
945         built in, then don't try to establish a STARTTLS connection.
946
947         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
948         servers.
949
950         * proto-stream.el (open-proto-stream): Use network, not stream.
951         (open-proto-stream): Add a way to specify what the end of a command is.
952
953         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
954         connections types.
955         (nntp-open-network-stream): Remove.
956         (nntp-open-ssl-stream): Remove.
957         (nntp-open-tls-stream): Remove.
958         (nntp-ssl-program): Remove.
959
960         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
961
962 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
963
964         * nnir.el: Fix typos.
965         (nnir-retrieve-headers-override-function): Rename variable to reflect
966         new semantics.
967         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
968         macros.
969         (nnir-request-article, nnir-request-move-article): Use them.
970         (nnir-categorize): New function.
971         (nnir-run-query): Use it.
972         (nnir-retrieve-headers): Rewrite to batch header retrieval.
973         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
974         sorted.
975         (nnir-group-full-name): Use gnus-group-full-name instead.
976         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
977         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
978
979 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
982
983         * proto-stream.el: New library to provide protocol-specific
984         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
985         protocols.
986         (open-proto-stream): Complete the documentation.
987         (proto-stream-open-network): Fix some typos.
988
989         * nnimap.el (nnimap-open-connection): Use it.
990
991 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
992
993         * pop3.el (pop3-open-server): Read server greeting before starting TLS
994         negotiation.
995
996 2010-11-26  Julien Danjou  <julien@danjou.info>
997
998         * color.el: Rename various rgb functions to srgb.
999
1000 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1003         names.
1004
1005 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * shr.el (shr-insert): Revert last change.
1008         (shr-find-fill-point): Never leave point being at bol;
1009         relax the kinsoku limitation when rendering tables.
1010
1011 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1014         results from -accept-article.
1015
1016         * shr-color.el: Require cl when compiling.
1017
1018         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1019         checkin.
1020
1021         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1022
1023         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1024
1025         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1026         'add and 'delete to set backend marks.
1027
1028         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1029
1030         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1031
1032         * nntp.el (nntp-request-set-mark): Use it.
1033
1034         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1035
1036         * nnml.el (nnml-request-set-mark): Ditto.
1037
1038         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1039         introduces regressions in article selection.
1040         (nnimap-find-uid-response): New function.
1041         (nnimap-request-accept-article): Use the UID returned, if any.
1042         (nnimap-request-move-article): Use the UID returned, if any.
1043         (nnimap-get-groups): Reimplement to work with folded lines.
1044         (nnimap-find-uid-response): The UID is the last element in the list.
1045         (nnimap-request-set-mark): Extend syntax with 'set.
1046
1047         * nnml.el (nnml-request-set-mark): Ditto.
1048
1049         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1050
1051         * nntp.el (nntp-request-set-mark): Ditto.
1052
1053 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * message.el (message-called-interactively-p): A temporary macro.
1056         (message-goto-body): Use it temporarily.
1057
1058 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1061         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1062         (nnimap-last-response-string): Fix last unfolding fix.
1063
1064 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * shr.el (shr-insert): Fix the way to fold lines.
1067
1068 2010-11-25  Julien Danjou  <julien@danjou.info>
1069
1070         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1071
1072         * color.el: Rename from color-lab.el
1073         (color-rgb->hex): Add.
1074         (color-complement): Add.
1075         (color-complement-hex): Add.
1076
1077         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1078
1079 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1082         don't exist.
1083
1084 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1087         assuming that article displaying or another mml-preview may be
1088         interrupted for an error or for the like.
1089
1090         * shr.el (shr-get-background): Fix argument name.
1091
1092 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1095
1096         * gnus-sum.el (gnus-summary-include-articles): New function.
1097
1098         * message.el (message-goto-body): called-interactively-p needs a
1099         parameter, so use `any'.
1100
1101         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1102         clear marks before moving, since they're synced from the Gnus side
1103         first.
1104
1105         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1106         (gnus-summary-move-article): Copy over all marks before moving, so that
1107         IMAP doesn't think a new article has arrived.
1108
1109 2010-11-24  Julien Danjou  <julien@danjou.info>
1110
1111         * shr.el (shr-insert-background-overlay): Fix typo.
1112         (shr-render-td): Copy the background before rendering.
1113
1114         * shr-color.el (shr-color-visible): Fix docstring.
1115
1116         * shr.el (shr-tag-table): Add bgcolor support.
1117         (shr-render-td): Add bgcolor support.
1118         (shr-get-background): Add.
1119         (shr-insert-foreground-overlay): Use shr-get-background.
1120
1121         * message.el (message-goto-body): Use called-interactively-p.
1122         (message-in-body-p): message-goto-body returns point.
1123
1124 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1127         Fixes something or other in Emacs 23, and is backwards compatible.
1128
1129         * message.el (message-goto-body): Remove the <#secure special-casing,
1130         which is too special.
1131
1132         * shr.el (shr-parse-style): Drop !important from styles.
1133
1134 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1135
1136         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1137         this function to return incorrect results when calling it with an
1138         explicit article argument different from
1139         (gnus-summary-article-number).
1140
1141 2010-11-24  Julien Danjou  <julien@danjou.info>
1142
1143         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1144         (shr-tag-body): Add background support.
1145         (shr-descend): Add background support.
1146         (shr-tag-title): Add.
1147
1148         * shr-color.el (shr-color-visible): Really return original background
1149         if fixed.
1150
1151 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * shr.el (shr-color-check): Protect against non-existant colour names.
1154
1155 2010-11-24  Julien Danjou  <julien@danjou.info>
1156
1157         * color-lab.el: Require 'cl when compiling.
1158
1159         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1160
1161         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1162         matched part.
1163
1164         * color-lab.el: Fix all expt calls to use float type.
1165
1166 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1169         expression to shr-color-check as is.
1170
1171         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1172
1173         * color-lab.el: Add coding cookie.
1174         (float-pi): Use eval-and-compile.
1175
1176         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1177         compiled for Emacsen having no `libxml-parse-html-region' support.
1178
1179 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * shr.el (shr-insert-color-overlay): Split stuff like
1182         "#444444 !important" to find the real colour.
1183         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1184         parse <font color="red"> entries.
1185
1186 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1187
1188         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1189         point when parsing headers.
1190
1191         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1192         is positioned properly when parsing headers.
1193
1194 2010-11-23  Julien Danjou  <julien@danjou.info>
1195
1196         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1197
1198         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1199
1200         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1201
1202         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1203         Use shr-color-hue-to-rgb.
1204         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1205
1206 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * shr.el (shr-color->hexadecimal): Autoload.
1209         (shr-descend): Add color to all tags.
1210
1211 2010-11-22  Julien Danjou  <julien@danjou.info>
1212
1213         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1214         shr-color->hexadecimal.
1215
1216         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1217         RGB() or HSL() color representation.
1218
1219         * shr.el (shr-tag-font): Add.
1220         (shr-tag-color-check): New function to get better colors.
1221         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1222         tag-span.
1223
1224         * shr-color.el: New file.
1225
1226         * color-lab.el: New file.
1227
1228         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1229
1230 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1231
1232         * nnir.el: Fix typo in comments.
1233         (nnir-run-imap): Simplify code. No need to reverse artlist.
1234         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1235
1236 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1239
1240         * nnimap.el (nnimap-get-capabilities): Refactor out.
1241         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1242
1243 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1244
1245         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1246         appearing when `mm-uu-hide-markers' is nil.
1247
1248 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * nnimap.el (nnimap-unselect-group): Make into its own function.
1251         (nnimap-request-rename-group): Unselect group before renaming.
1252         This had gotten lost somewhere.
1253         (nnimap-request-accept-article): Keep track of examined groups, and
1254         unselect the group before APPENDing to read-only groups.
1255         (nnimap-request-move-article): Clear flags before moving so that they
1256         can be re-set later.
1257
1258 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1261         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1262
1263 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-art.el (gnus-mime-display-single)
1266         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1267         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1268         parameter.
1269
1270 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1273         (shr-table-vertical-line): New variable.
1274         (shr-insert-table): Use it.
1275
1276 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-html.el (gnus-html-wash-images): Don't display images if
1279         gnus-inhibit-images is non-nil; register displayer for cid images.
1280         (gnus-html-display-image): Work for cid image.
1281         (gnus-html-insert-image): Allow arguments.
1282         (gnus-html-put-image): Inhibit read-only.
1283         (gnus-html-prefetch-images): Don't prefetch images if
1284         gnus-inhibit-images is non-nil.
1285
1286 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * shr.el (shr-put-image): Break lines when inserting big pictures.
1289
1290 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1291
1292         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1293         sender, thanks Katsumi Yamaoka.
1294
1295 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1296
1297         * nnir.el (nnir-run-imap): Reverse the article list for each group
1298         rather than the whole list.
1299
1300 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * shr.el (shr-image-displayer): Protect function against non-existent
1303         image source.
1304
1305         * gnus-art.el (gnus-inhibit-images): New user option.
1306         (gnus-mime-display-single): Don't display image if it is non-nil.
1307
1308         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1309         gnus-inhibit-images.
1310
1311         * shr.el (shr-image-displayer): New function.
1312         (shr-tag-img): Use it.
1313
1314 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1315
1316         * mml2015.el (mml2015-epg-sign): Use From header.
1317
1318 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1321
1322         * gnus-util.el (gnus-find-text-property-region): Return markers.
1323
1324         * shr.el (shr-tag-img): Put a displayer in the text property.
1325
1326         * gnus-util.el (gnus-find-text-property-region): New utility function.
1327
1328         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1329         (gnus-html-show-images): Remove.
1330
1331         * gnus-art.el (gnus-article-show-images): New, more general function.
1332
1333         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1334         image url text properties.
1335
1336         * shr.el: Ditto.
1337
1338         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1339         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1340
1341 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1344         work for two or more articles.
1345
1346 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1349         divide an image that's in an html article to two or more when washing
1350         non-ASCII characters in alt text of it.
1351
1352 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1355         smime-decrypt-region using function argument.
1356         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1357
1358         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1359
1360         * smime.el (smime-decrypt-region): Catch it.
1361
1362 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1363
1364         * smime.el (smime-mode-map): Move initialization into declaration.
1365         (gnus-run-mode-hooks): Don't autoload.
1366         (smime-mode): Use define-derived-mode.
1367
1368 2010-11-11  Glenn Morris  <rgm@gnu.org>
1369
1370         * smime.el (from): Restrict declaration to XEmacs.
1371
1372         * nnir.el (gnus-group-topic-name): Autoload.
1373
1374 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * shr.el (shr-insert): Don't break long line if it is because of
1377         kinsoku-bol characters in the line end.
1378
1379 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1380
1381         * nnir.el (nnir-request-move-article): Fix to provide original group
1382         and subject.
1383         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1384         been retrieved.
1385
1386         * gnus-sum.el (gnus-summary-move-article): Use original group and
1387         subject for virtual articles such as those in an nnir summary buffer.
1388
1389 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1392         least 21.5).
1393
1394         * smime.el (from): Declare it again for XEmacs.
1395
1396 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * message.el (message-resend): Don't disable encoding unless it's
1399         already encoded.
1400
1401         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1402         low-numbered articles.
1403
1404 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * rfc2047.el (rfc2047-syntax-table): Simplify.
1407
1408         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1409
1410         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1411         set-char-table-range for XEmacs.
1412
1413 2010-11-10  Glenn Morris  <rgm@gnu.org>
1414
1415         * time-date.el (time-to-seconds): Always an alias on Emacs,
1416         never a real function.
1417         (with-no-warnings): Remove compat stub, now unused.
1418         (time-less-p): Doc fix.
1419         (time-to-number-of-days): Simplify.
1420
1421         * smime.el (from): Remove unused declaration.
1422
1423         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1424         (gnus-float-time): On Emacs, always an alias.
1425
1426         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1427         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1428
1429 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * dgnushack.el: Don't use ignore-errors in the top level form since it
1432         is unavailable in XEmacs even if cl is loaded.
1433
1434         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1435
1436 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (browse-url-mailto): Autoload.
1439
1440         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1441
1442         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1443         regexp doesn't need quoting.
1444
1445 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1446
1447         * message.el (message-subject-trailing-was-ask-regexp)
1448         (message-subject-trailing-was-regexp): Match was: in addition to was.
1449
1450 2010-11-09  Glenn Morris  <rgm@gnu.org>
1451
1452         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1453         (nnbabyl-check-mbox): Use point-at-bol.
1454
1455 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1458
1459         * message.el (message-mailto): New function.
1460         (message-mailto): Should accept other parameters.
1461         (message-mailto): Remove since it duplicates browse-url-mailto
1462         functionality.
1463
1464 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1467         methods.
1468         (gnus-read-active-file): Ditto.
1469
1470         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1471         ": " from the prompt.
1472         (gnus-group-make-group): Ditto.
1473
1474 2010-11-07  Glenn Morris  <rgm@gnu.org>
1475
1476         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1477         (gnus-bookmark-kill-line): Use point-at-eol.
1478
1479 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1482         asterisks in From header.
1483
1484 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1487         string to avoid making the From headers syntactically invalid.
1488
1489         * message.el (message-send-mail): Don't insert courtesy messages if the
1490         message already has List-Post and List-ID messages.
1491
1492 2010-11-06  Glenn Morris  <rgm@gnu.org>
1493
1494         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1495         `condition', `type', `length' a prefix.
1496         (gnus-treat-predicate): Update for above name changes.
1497
1498 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1499
1500         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1501         binding.  Handled by `gnus-summary-refer-thread' instead.
1502         (nnir-warp-to-article): New backend function.
1503
1504         * nnimap.el (nnimap-request-thread): Force dependency updating.
1505
1506         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1507         (gnus-summary-refer-thread): Rework to improve thread-referral.
1508
1509         * gnus-int.el (gnus-warp-to-article): New function.
1510
1511         * gnus-sum.el (gnus-summary-article-map): Bind it.
1512
1513 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1514
1515         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1516         gnus-summary-refer-thread.
1517
1518         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1519         headers.
1520         (gnus-summary-limit-include-thread): Prevent articles in thread from
1521         being cut in gnus-cut-threads.
1522         (gnus-summary-refer-thread): Limit retrieved headers to those in
1523         thread.
1524
1525 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * message.el (message-send-mail): Use the value of
1528         message-courtesy-message from the message buffer.
1529
1530         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1531
1532         * shr.el (shr-browse-url): Implement mailto: URLs.
1533
1534         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1535         "raw".
1536
1537         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1538         if it's already selected.
1539
1540         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1541
1542 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1545         to measure the length and truncate alt text.
1546
1547 2010-11-03  Glenn Morris  <rgm@gnu.org>
1548
1549         * nndiary.el (nndiary-generate-nov-databases-1)
1550         (nndiary-generate-active-info): Rename dynamic variable `files' to
1551         something less generic.
1552
1553 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1554
1555         * nnir.el (nnir-request-move-article): Call the underlying backend to
1556         move articles from nnir.
1557
1558 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1561
1562 2010-11-02  Julien Danjou  <julien@danjou.info>
1563
1564         * nnir.el: Remove wais support.
1565
1566 2010-11-02  Glenn Morris  <rgm@gnu.org>
1567
1568         * gnus-html.el: Reorder requirements to quieten compiler.
1569
1570 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1573         properly for XEmacs as well.
1574         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1575         (gnus-article-natural-long-line-p): Use window-width rather than
1576         frame-width.
1577
1578 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1579
1580         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1581         (nnir-read-parms): Don't modify query.
1582         (nnir-run-query): Add ability to search topic on current line.
1583         (nnir-get-active): Clean up.
1584
1585 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1588         degenerate articles.
1589
1590         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1591         (gnus-print-buffer): Just print the buffer as is, without any copying
1592         to a buffer and then re-highlighting.
1593
1594         * nnimap.el (nnimap-request-group): Store the new updated info.
1595         (nnimap-request-group): Select the group when we don't know whether it
1596         exists or not.
1597
1598         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1599         groups.
1600
1601         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1602         groups.
1603
1604         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1605         groups.
1606
1607         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1608         long-lines case by only filling the long lines.
1609
1610         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1611         (bug #7311).
1612
1613 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * shr.el: No need to declare `declare-function' since shr.el is for
1616         only Emacsen that provide `libxml-parse-html-region'.
1617
1618         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1619         effective only in a file it is referred to.
1620
1621 2010-11-01  Glenn Morris  <rgm@gnu.org>
1622
1623         * mm-util.el (gnus-completing-read): Autoload.
1624         (mm-read-coding-system): Simplify Emacs definition.
1625
1626         * nnmail.el (gnus-activate-group):
1627         * nnimap.el (gnutls-negotiate):
1628         * nntp.el (netrc-parse): Fix declarations.
1629
1630 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1633         string-match-p in Emacs >=23.
1634
1635         * gnus-msg.el (gnus-configure-posting-styles)
1636         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1637
1638 2010-11-01  Glenn Morris  <rgm@gnu.org>
1639
1640         * nnir.el (declare-function): Add compat stub.
1641         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1642         (nnir-run-gmane): Require 'mm-url.
1643
1644         * mm-util.el (mm-string-to-multibyte): Simplify.
1645
1646         * shr.el (declare-function): Add compat stub.
1647         (url-cache-create-filename): Declare.
1648         (mm-disable-multibyte, widget-convert-button): Autoload.
1649
1650         * smime.el (ldap-search): Declare.
1651         (smime-cert-by-ldap-1): Require ldap on Emacs.
1652
1653         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1654         (nnimap-keepalive): Use gnus-float-time.
1655
1656         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1657         (mail-source-delete-crash-box): Use gnus-float-time.
1658
1659         * gnus-dired.el (gnus-completing-read): Autoload.
1660
1661         * mm-view.el (gnus-rescale-image): Autoload.
1662
1663         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1664
1665         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1666
1667         * sieve-manage.el: Require 'cl when compiling.
1668
1669         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1670         (gnus-iswitchb-completing-read): Require iswitchb.
1671         (gnus-select-frame-set-input-focus): Silence compiler.
1672
1673 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * message.el (message-subject-trailing-was-query): Change default to t,
1676         since I think that's what most people want.
1677
1678         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1679         appending for easier debugging.
1680         (nnimap-wait-for-connection): Take a regexp.
1681         (nnimap-request-accept-article): Wait for the continuation line before
1682         sending anything unless we're streaming.
1683
1684         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1685         leave the header washing to take place.
1686
1687 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1688
1689         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1690         regular expression match and replace in posting styles.
1691
1692 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1693
1694         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1695         an entire server.
1696         (nnir-get-active): New function.
1697         (nnir-run-imap): Use it.
1698         (nnir-run-gmane): Who knew, gmane search returns an article score!
1699
1700         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1701         server on the current line with nnir.
1702
1703 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1706         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1707         left edge.
1708         (gnus-article-foldable-buffer): Skip past the prefix when determining
1709         raggedness.
1710
1711         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1712         the raw article, and change `C-u g' to show the article without doing
1713         treatments.
1714
1715         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1716         on to `gnus-treat-article'.
1717         (gnus-inhibit-article-treatments): New variable.
1718
1719         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1720
1721         * gnus-art.el (gnus-treatment-function-alist): Have
1722         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1723         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1724         sections.
1725
1726         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1727         parameter.
1728         (gnus-article-fill-cited-long-lines): New function.
1729         (gnus-article-fill-cited-article): Allow filling only long sections.
1730
1731         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1732         and non-punctuation (like after the apostrophe in "'We").
1733
1734         * gnus-sum.el (gnus-summary-select-article): Make sure
1735         gnus-original-article-buffer is alive.
1736
1737         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1738         reflect the order they're in in the digest.
1739
1740         * gnus.el (gnus-group-startup-message): Move point to the start of the
1741         buffer.
1742
1743         * nnimap.el (nnimap-capability): New function.
1744         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1745         is set.
1746
1747 2010-10-31  David Engster  <dengste@eml.cc>
1748
1749         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1750         conform with changes to gnus-completing-read.
1751
1752 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1755
1756 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1757
1758         * nnir.el: Move defvar, defcustom around to keep file organized
1759         and keep byte-compiler quiet.
1760         (nnir-read-parms): Accept search-engine as arg.
1761         (nnir-run-query): Pass search-engine as arg.
1762         (nnir-search-engine): Remove.
1763
1764 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (shr-generic): The text nodes should be text, not :text.
1767
1768         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1769         later in the file.
1770
1771 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1772
1773         * nnir.el: General clean up.  Allow searching with multiple engines.
1774         Allow separate extra-parameters for each engine.
1775         Batch queries when possible.
1776         (nnir-imap-default-search-key,nnir-method-default-engines):
1777         Add customize interface.
1778         (nnir-run-gmane): New engine.
1779         (nnir-engines): Use it.  Qualify all prompts with engine name.
1780         (nnir-search-engine): Remove global variable.
1781         (nnir-run-hyrex): Restore for now.
1782         (nnir-extra-parms,nnir-search-history): New variables.
1783         (gnus-group-make-nnir-group): Use them.
1784         (nnir-group-server): Remove in favor of gnus-group-server.
1785         (nnir-request-group): Avoid searching twice.
1786         (nnir-sort-groups-by-server): New function.
1787
1788 2010-10-30  Julien Danjou  <julien@danjou.info>
1789
1790         * gnus-group.el: Remove gnus-group-fetch-control.
1791
1792         * gnus-start.el (gnus-find-new-newsgroups):
1793         Remove gnus-check-first-time-used.
1794
1795         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1796
1797 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1798
1799         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1800         set on groups that don't have \* permanentflags.
1801
1802 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1805         control the background color.
1806         (shr-tag-img): Ignore very small web bug type images.
1807         (shr-put-image): Add help-echo alt texts to the images.
1808         (shr-tag-video): Show the video poster image.
1809
1810 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * shr.el (shr-table-depth): New variable.
1813         (shr-tag-table-1): Only insert the images after the top-level table.
1814
1815         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1816
1817         * gnus-util.el (gnus-list-memq-of-list): New function.
1818
1819         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1820         selected.
1821         (nnimap-unsplittable-articles): New slot.
1822         (nnimap-new-articles): Use it.
1823
1824 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1825
1826         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1827         move to the previous line on `M-g'.
1828
1829 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1832         *-request-group, which seems unnecessary.
1833
1834         * nnimap.el (nnimap-quote-specials): Function copied over from
1835         imap.el.
1836         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1837         they support that.  Suggested by Tom Regner.
1838
1839 2010-10-29  Julien Danjou  <julien@danjou.info>
1840
1841         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1842         defalias.
1843         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1844
1845         * gnus.el: Remove `gnus-nntp-service' variable.
1846         (gnus-secondary-servers): Make obsolete.
1847         (gnus-nntp-server): Make obsolete.
1848
1849         * gnus-start.el (gnus-1): Remove x-splash calls.
1850
1851         * gnus-ems.el (gnus-x-splash): Remove.
1852
1853         * gnus.el (gnus-group-startup-message): Simplify/update code.
1854
1855         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1856         definition.
1857
1858         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1859         capability before doing anything.
1860         (gnus-group-insert-group-line): Remove useless
1861         gnus-group-remove-excess-properties.
1862
1863 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1866
1867 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1870         config after reselecting.
1871
1872 2010-10-28  Julien Danjou  <julien@danjou.info>
1873
1874         * shr.el (shr-put-image): Use point even if only inserting text.
1875         (shr-put-image): Save excursion when inserting alt text on non-graphic
1876         display, so the behaviour is the same when we are on a graphic display.
1877
1878         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1879
1880 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1883         (gnus-mime-copy-part): Check coding system, not charset.
1884         (gnus-mime-view-part-externally): Never remove part.
1885         (gnus-mime-view-part-internally): Don't remove part here.
1886         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1887         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1888         multipart/alternative.
1889
1890         * mm-decode.el (mm-display-part): Take optional arg `force'.
1891
1892 2010-10-26  Julien Danjou  <julien@danjou.info>
1893
1894         * gnus-group.el (gnus-group-default-list-level): Add this function to
1895         compute the default list level.
1896         (gnus-group-default-list-level): Add possibility to use a function.
1897
1898 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1901
1902         * gnus-group.el (gnus-group-completing-read)
1903         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1904         gnus-replace-in-string.
1905
1906 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * shr.el (shr-tag-div): Add.
1909
1910         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1911
1912 2010-10-25  Julien Danjou  <julien@danjou.info>
1913
1914         * gnus-util.el: Remove `gnus-with-local-quit'.
1915
1916         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1917
1918 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1921         the original article buffer.
1922
1923 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nnimap.el (nnimap-request-head): New function.
1926         (nnimap-request-move-article): Try to be slighly faster by not
1927         requesting the entire message when moving.
1928         (nnimap-transform-headers): Don't bug out on bodiless articles.
1929         (nnimap-send-command): Have no outstanding messages if the IMAP server
1930         doesn't support streaming.
1931         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1932
1933 2010-10-24  Julien Danjou  <julien@danjou.info>
1934
1935         * message.el (message-default-headers): Fix type.
1936
1937 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1940         prefetching images.
1941
1942         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1943         backend for unknown groups.  This is mainly useful for nnimap groups.
1944
1945         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1946         group isn't covered by the agent.
1947
1948 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1949
1950         * nnir.el (nnir-method-default-engines): New variable.
1951         (nnir-run-query): Use it.
1952         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1953         (gnus-summary-nnir-goto-thread): Change group if needed.
1954
1955         * gnus-group.el (gnus-group-group-map): Add key binding for
1956         gnus-group-make-nnir-group.
1957
1958 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * shr.el (shr-tag-object): Add.
1961
1962         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1963         original article buffer live.
1964         (gnus-summary-select-article-buffer):
1965         Mention gnus-widen-article-buffer.
1966
1967 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * shr.el (shr-tag-strong): Add.
1970
1971 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1974         group names.  They mess up the group buffer badly.
1975
1976         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1977
1978         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1979         instead of the summary one.
1980
1981 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * mml.el (mml-preview): Work properly when editing article.
1984
1985         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1986         gnus-have-read-active-file if it's already been in.
1987
1988 2010-10-22  Tom Tromey  <tromey@redhat.com>
1989
1990         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1991         gnus-group-completing-read.
1992
1993 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * message.el (message-mode-map): Don't bind M-; to comment region, to
1996         allow the global comment-dwim to work.
1997
1998 2010-10-21  Julien Danjou  <julien@danjou.info>
1999
2000         * message.el (message-setup-1): Allow message-default-headers to be a
2001         function.
2002
2003 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * shr.el (shr-tag-table): Simplify.
2006
2007 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2010         to avoid trying to snarf invalid stuff.
2011
2012         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2013
2014         * gnus.el (gnus-message-archive-group): Quote value.
2015         (gnus-message-archive-group): Mark as changed.
2016
2017         * shr.el (shr-add-font): Don't put the font properties on the newline
2018         or the indentation.
2019
2020         * message.el (message-fix-before-sending): Change options when sending
2021         non-printable characters.
2022
2023         * gnus.el (gnus-message-archive-method): Change the default to
2024         monthly outgoing groups.
2025
2026         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2027         that have gotten new numbers.
2028
2029         * nnimap.el (nnimap-request-replace-article): New function.
2030
2031 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2034         (nnrss-request-article): Don't use special html washing code.
2035
2036 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * shr.el (shr-tag-table): Remove useless nconc.
2039
2040 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-art.el (article-wash-html): Simplify and remove the charset
2043         stuff.  Use the normal html rendering code instead of the special html
2044         washing code.
2045
2046         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2047         `gnus-w3m' symbols.
2048         (mm-text-html-washer-alist): Remove.
2049
2050         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2051         (mm-inline-media-tests): Remove use.
2052         (mm-text-html-renderer): Change default to the `shr' symbol.
2053
2054         * mm-view.el (mm-inline-text-html): Remove use.
2055
2056         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2057         `gnus-blocked-images' to be a function.
2058         (gnus-article-wash-function): Remove.
2059
2060 2010-10-20  Julien Danjou  <julien@danjou.info>
2061
2062         * spam.el (spam-list-of-processors): Mark as obsolete.
2063
2064         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2065         (nnimap-insert-partial-structure): Fix boundary detection.
2066
2067 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2068
2069         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2070         run file-truename on remote files.  This can be expensive and even
2071         prevent one from editing drafts if some unrelated buffer has a stale
2072         connection.
2073
2074 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2077         kinsoku-eol regardless of shr-kinsoku-shorten.
2078         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2079         (shr-tag-table): Support caption, thead, and tfoot.
2080
2081 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2084         lines.
2085         (shr-save-contents): New command and keystroke.
2086
2087         * nndoc.el (nndoc-type-alist): Add git support.
2088         (nndoc-git-type-p): New function.
2089         (nndoc-transform-git-article): Ditto.
2090         (nndoc-transform-git-headers): Ditto.
2091         (nndoc-transform-git-headers): Generate Subject headers.
2092
2093         * shr.el (shr-parse-style): New function.
2094         (shr-tag-span): Ditto.
2095
2096         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2097         to `G G' to avoid collisions.
2098
2099 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * shr.el: Load kinsoku if necessary.
2102         (shr-kinsoku-shorten): New internal variable.
2103         (shr-find-fill-point): Make kinsoku shorten text line if
2104         shr-kinsoku-shorten is bound to non-nil.
2105         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2106         shr-indentation too when testing if table is wider than frame width.
2107         (shr-insert-table): Use `string-width' instead of `length' to measure
2108         text width.
2109         (shr-insert-table-ruler): Make sure indentation is done at bol.
2110
2111 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2112
2113         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2114         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2115         undecoded network data.
2116
2117 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2120         name in the mode line spec so that the mode line menu works
2121         (bug #2431).
2122
2123         * message.el (message-get-reply-headers): If we're fed `to-address',
2124         then always use that.
2125
2126         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2127         aren't so wide as to need to switch off the edit menu.
2128
2129         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2130         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2131
2132         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2133         `M-g'.
2134         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2135         the permanent marks.
2136
2137 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2138
2139         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2140         Splitting according to references/in-reply-to obeys the ignore-groups
2141         variable, while splitting by sender and subject do not.
2142
2143 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2146         alist, so that we can look for non-Unicode chars.
2147         (article-translate-strings): Allow both character and string maps.
2148
2149 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * shr.el (shr-insert): Don't insert space behind a wide character
2152         categorized as kinsoku-bol, or between characters both categorized as
2153         nospace.
2154
2155 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2156
2157         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2158         headers to gnus-newsgroup-headers.
2159
2160 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * shr.el (shr-tag-img): Don't align images -- since we're not
2163         rescaling, this often leads to ugly displays.
2164
2165 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2166
2167         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2168         duplicates.
2169
2170 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2171
2172         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2173         call.
2174
2175 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus.el: Autoload gnus-html-show-images.
2178
2179         * nnimap.el: Use nnheader-message throughout.
2180
2181         * shr.el (shr-tag-img): Ignore images with no data.
2182
2183 2010-10-15  Julien Danjou  <julien@danjou.info>
2184
2185         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2186         a possibility to disable format=flow encoding when using hard newlines.
2187
2188 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * shr.el (shr-insert): Remove space inserted before or after a
2191         breakable character or at the beginning or the end of a line.
2192         (shr-find-fill-point): Do kinsoku; find the second best point or give
2193         it up if there's no breakable point.
2194
2195 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nnimap.el (nnimap-open-connection): Message when opening connection
2198         for debugging purposes.
2199
2200         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2201         on every setup buffer call to allow this to change from article to
2202         article.
2203
2204         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2205         buffers where we have a wide table.
2206
2207 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2208
2209         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2210         uses *-request-thread.
2211
2212 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2215         incantation, which is no longer valid.
2216
2217 2010-10-14  Julien Danjou  <julien@danjou.info>
2218
2219         * shr.el: Fix defcustom type (char -> character).
2220
2221 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2224         programs.
2225
2226 2010-10-14  Julien Danjou  <julien@danjou.info>
2227
2228         * shr.el (shr-tag-a): Use url-link as widget type.
2229
2230         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2231         `gnus-group-get-icon'.
2232
2233 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2236         This should make server editing work better.
2237
2238         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2239
2240         * tls.el (tls-program): Remove spurious %s from openssl.
2241
2242         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2243         (nnimap-parse-flags): Fix regexp.
2244
2245         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2246         probably work for CJVK text, too.
2247
2248         * nnimap.el (nnimap-extend-tls-programs): Remove.
2249         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2250
2251         * tls.el (tls-starttls-switches): Remove starttls hack.
2252         (open-tls-stream): Ditto.
2253         (tls-find-starttls-argument): Ditto.
2254
2255 2010-10-13  Julien Danjou  <julien@danjou.info>
2256
2257         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2258         responses.
2259
2260 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2263
2264         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2265         anything in Emacs.
2266
2267         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2268
2269 2010-10-13  Julien Danjou  <julien@danjou.info>
2270
2271         * shr.el (shr-width): Make shr-width a defcustom with default to
2272         fill-column.
2273         (shr-tag-img): Use shr-width rather than fill-column.
2274
2275 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * dgnushack.el (byte-optimize-apply)
2278         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2279
2280         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2281         position when (X-)Faces exist.
2282         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2283         avatars when called interactively.
2284
2285 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2288         gnus-article-x-face-too-ugly is bound.
2289
2290 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2293
2294         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2295         mailbox that doesn't exist.
2296
2297 2010-10-12  Julien Danjou  <julien@danjou.info>
2298
2299         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2300         (shr-get-image-data): Encode URL properly when fetching from cache.
2301         (shr-tag-img): Use aligned-to spaces to align correctly images.
2302
2303         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2304         before inserting the Gravatar.
2305
2306         * shr.el (shr-tag-img): Add align attribute support for <img>.
2307
2308 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-gravatar.el (gnus-art): Require.
2311
2312         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2313         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2314         Remove long obsoleted functions.
2315
2316 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2319
2320         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2321
2322         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2323         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2324         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2325         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2326         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2327         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2328         * sieve-manage.el, smime.el, spam.el:
2329         Fix comment for declare-function.
2330
2331 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nnimap.el (nnimap-request-rename-group): Select group read-only
2334         before renaming it.
2335
2336         * shr.el (shr-insert): Fix up the white space only regexp.
2337
2338         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2339         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2340
2341         * shr.el (shr-current-column): New function.
2342         (shr-find-fill-point): New function.
2343
2344 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2345
2346         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2347         numbers.
2348
2349 2010-10-11  Julien Danjou  <julien@danjou.info>
2350
2351         * shr.el (shr-hr-line): Add.
2352         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2353         display hr lines.
2354         (shr-max-columns): Do not change state to nil if we just inserting
2355         spaces.
2356
2357 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2360         select the last group.
2361
2362 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2363
2364         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2365
2366 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2367
2368         * dig.el (dig-mode-map): Declare and define in one step.
2369
2370 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2373         for Gnus.
2374         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2375         (nnimap-update-qresync-info): Mark \Seen articles as read.
2376
2377         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2378         non-variable, too.
2379
2380         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2381         available.
2382         (nnimap-update-info): Rely more on the current active than the param
2383         active to avoid marking articles as read too much.
2384
2385         * auth-source.el (auth-source-create): Use (user-login-name) for the
2386         user name default.
2387
2388         * nnimap.el (nnimap-update-info): If the server doesn't return any
2389         useful info, just use the previous info.
2390         (nnimap-update-info): Prefer old info over start-article.
2391         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2392
2393 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2394
2395         * nnir.el (autoload): Clean up autoloads.
2396         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2397         Use key rather than value.
2398         (nnir-imap-search-other): New variable.
2399         (nnir-read-parm): Use it.
2400         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2401         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2402
2403 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2404
2405         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2406         the process, too.
2407
2408 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * spam.el (gnus-summary-mode-map): Bind to "$".
2411         Suggested by Russ Allbery.
2412
2413         * shr.el: Rework the way things are indented by <li> slightly.
2414
2415         * gnus.el (gnus-group-set-parameter): Fix typo.
2416
2417         * nnimap.el: Start implementing QRESYNC support.
2418
2419 2010-10-09  Julien Danjou  <julien@danjou.info>
2420
2421         * nnir.el (nnir-engines): Fix too many arguments.
2422
2423 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2426         group is the "last", so that the backends like nnfolder actually save
2427         their folders.
2428
2429         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2430         try to use that for the tls stream.
2431         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2432         UIDVALIDITY and find out which groups are read-only and not.
2433         (nnimap-get-flags): Use the same marks parsing code as the rest of
2434         nnimap.
2435
2436 2010-10-09  Julien Danjou  <julien@danjou.info>
2437
2438         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2439
2440         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2441         retrieving gravatars.
2442
2443         * shr.el (shr-table-corner): Add.
2444         (shr-table-line): Add.
2445         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2446
2447 2010-10-08  Julien Danjou  <julien@danjou.info>
2448
2449         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2450
2451 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2452
2453         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2454
2455         * gnus-sum.el (gnus-mark-article-as-unread)
2456         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2457         (gnus-summary-set-bookmark): Use it.
2458
2459         * gnus-msg.el (gnus-setup-message): Use it.
2460
2461         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2462
2463         * gnus.el (gnus-group-remove-parameter): Use it.
2464
2465         * gnus-group.el (gnus-group-make-web-group): Use it.
2466
2467         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2468
2469         * nnregistry.el: Update docs to mention manual.
2470
2471         * gnus-registry.el: Update docs to mention nnregistry.el.
2472         (gnus-registry-initialize): Don't install nnregistry refer method
2473         automatically.
2474         (gnus-registry-install-nnregistry): Remove it.
2475
2476 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * shr.el (shr-insert): Don't insert double spaces.
2479
2480 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-gravatar.el (gnus-treat-from-gravatar)
2483         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2484         called interactively.
2485
2486         * gnus-art.el (gnus-mime-view-part-externally)
2487         (gnus-mime-view-part-internally): Make predicate function passed to
2488         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2489         of a mime type.
2490
2491         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2492
2493 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * shr.el (require): Require cl when compiling.
2496         (shr-tag-hr): New function.
2497
2498         * nnimap.el (nnimap-update-info): Remove double setting of high.
2499         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2500         This makes nnimap work properly on Courier again.
2501
2502         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2503         the variable for backwards compatability.
2504
2505         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2506         the file name before using to avoid setting mm-default-directory to
2507         nil.
2508
2509         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2510         bidning gnus-agent variables.
2511
2512         * shr.el (shr-render-td): Use a cache for the table rendering function
2513         to avoid getting an exponential rendering behaviour in nested tables.
2514         (shr-insert): Rework the line-breaking algorithm.
2515         (shr-insert): Don't leave trailing spaces.
2516         (shr-insert-table): Also insert empty TDs.
2517         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2518
2519 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2520
2521         * gnus-sum.el (gnus-number): Rename from `number'.
2522         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2523         (gnus-summary-limit-children): Update uses correspondingly.
2524
2525 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2528         (gnus-gravatar-transform-address): Don't show avatars of people of
2529         which mail addresses match gnus-gravatar-too-ugly.
2530
2531 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * shr.el (shr-table-widths): Expand TD elements to fill available
2534         space.
2535
2536 2010-10-07  Julien Danjou  <julien@danjou.info>
2537
2538         * nnimap.el (nnimap-request-rename-group): Add this method.
2539
2540 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2543         name from XEmacs' function-arglist.
2544
2545         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2546         gravatar under XEmacs.
2547
2548 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * auth-source.el: Update docs with TODO items.
2551
2552         * gnus-sync.el: Update docs to explain state and plans.
2553
2554         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2555         Hooks for mark updates.
2556         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2557
2558         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2559         hooks with arguments, which is needed for mark update hooks.
2560
2561 2010-10-06  Julien Danjou  <julien@danjou.info>
2562
2563         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2564         was matched.
2565
2566         * sieve-manage.el: Update example in `Commentary'.
2567
2568         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2569
2570         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2571         not 2000.
2572         (sieve-manage-authenticate): Re-add function.
2573
2574 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * shr.el (shr-insert): Get 'space transition right.
2577         (shr-render-td): Only delete space at the end of the TD.
2578
2579         * nnimap.el (nnimap-open-connection): Prepare to support
2580         open-gnutls-stream.
2581
2582         * shr.el: Rearrange function order to be more logical.
2583
2584 2010-10-06  Julien Danjou  <julien@danjou.info>
2585
2586         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2587         (nnrss-discover-feed): Remove 404 URL in docstring.
2588
2589         * nnir.el: Fix Swish-E URL.
2590         Fix Namazu URL.
2591
2592         * message.el (message-change-subject): Remove 404 URL in a comment.
2593
2594 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2597         called interactively.
2598
2599         * gnus-util.el (gnus-remove-if): Allow hash table.
2600         (gnus-remove-if-not): New function.
2601
2602         * gnus-art.el (gnus-mime-view-part-as-type)
2603         * gnus-score.el (gnus-summary-score-effect)
2604         * gnus-sum.el (gnus-read-move-group-name):
2605         Replace remove-if-not with gnus-remove-if-not.
2606
2607         * gnus-group.el (gnus-group-completing-read):
2608         Regard collection as a hash table if it is not a list.
2609
2610 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2613
2614         * shr.el: Document the table-rendering algorithm.
2615
2616 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2619         for Emacsen having no `libxml-parse-html-region' support.
2620
2621 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2624         invalid URLs.
2625
2626         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2627         line-broken.
2628         (shr-tag-img): Ignore image fetching errors.
2629         (shr-overlays-in-region): Compute overlay positions correctly.
2630
2631         * mm-decode.el (mm-shr): Require shr.
2632
2633         * gnus-art.el (gnus-blocked-images): Move variable here.
2634
2635         * shr.el (shr-insert-table): Bind free variable.
2636
2637         * mm-decode.el (mm-shr): Bind shr-content-function.
2638
2639         * shr.el (shr-content-function): New variable.
2640
2641         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2642         added for symmetry.
2643
2644         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2645
2646         * gnus-group.el (gnus-group-make-group): Doc fix.
2647
2648         * nnimap.el (nnimap-request-newgroups): Return success.
2649
2650         * shr.el (shr-find-elements): New function.
2651         (shr-tag-table): Put all the images after the table.
2652         (shr-tag-table): Really inhibit images inside the table.
2653         (shr-collect-overlays): Copy over overlays from the TD elements to the
2654         main document.
2655
2656         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2657         gnus-blocked-images.
2658
2659 2010-10-05  Julien Danjou  <julien@danjou.info>
2660
2661         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2662
2663         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2664         (gnus-html-maximum-image-size): Add this function.
2665         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2666
2667         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2668         server-value of the capability is nil.
2669
2670 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * shr.el (shr-tag-em): Add <EM> tag.
2673
2674 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2675
2676         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2677         customizable.
2678
2679         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2680         handing broken links to browse-url.
2681
2682 2010-10-05  Julien Danjou  <julien@danjou.info>
2683
2684         * gnus-util.el (gnus-emacs-completing-read)
2685         (gnus-iswitchb-completing-read): Use autoload rather than require.
2686
2687 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2690         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2691         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2692         iswitchb-temp-buflist for XEmacs.
2693
2694         * gnus-util.el (gnus-completing-read-function): Exclude
2695         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2696         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2697         XEmacs.
2698
2699         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2700         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2701
2702         * gnus-html.el: Don't require help-fns under XEmacs.
2703         (gnus-html-schedule-image-fetching): Work for XEmacs.
2704
2705         * mm-decode.el (mm-shr): Decode contents by charset.
2706
2707 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2710         unknown.
2711
2712         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2713         (shr-get-image-data): Ensure against the cache file missing.
2714
2715         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2716         for data.
2717
2718         * spam-report.el (spam-report-url-ping-plain): Don't query about
2719         killing the process.
2720
2721         * shr.el (shr-render-td): Protect against too-wide text.
2722
2723 2010-10-04  Julien Danjou  <julien@danjou.info>
2724
2725         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2726         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2727
2728         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2729         retrieved.
2730
2731 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * shr.el (browse-url): Require.
2734         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2735         lines.
2736         (shr-show-alt-text, shr-browse-image): New commands.
2737         (shr-browse-url, shr-copy-url): New commands.
2738
2739         * gnus-sum.el (gnus-widen-article-window): New variable.
2740         (gnus-summary-select-article-buffer): Use it.
2741
2742         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2743         without @ signs.
2744
2745 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2746
2747         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2748
2749 2010-10-04  Julien Danjou  <julien@danjou.info>
2750
2751         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2752         for XEmacs.
2753
2754 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2757
2758         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2759         (nnimap-close-server): Implement.
2760
2761         * dgnushack.el (iswitchb): Require to shut up the compiler.
2762
2763         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2764         (shr-insert): Tweak line breaking.
2765         (shr-insert): Handle <pre> better.
2766         (shr-tag-li): Get <li> indentation right.
2767         (shr-tag-li): Get <li> indentation even righter.
2768         (shr-tag-blockquote): Ensure paragraph start.
2769         (shr-make-table): Tweak table generation.
2770         (shr-make-table): Fix typo.
2771
2772         * shr.el: Implement table rendering.
2773
2774 2010-10-04  Julien Danjou  <julien@danjou.info>
2775
2776         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2777
2778 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * shr.el (shr-insert): Use string anchors instead of line anchors.
2781
2782 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * shr.el: Add headings.
2785         (shr-ensure-paragraph): Actually work.
2786         (shr-tag-li): Make <ul> prettier.
2787         (shr-insert): Get white space at the beginning/end of elements right.
2788         (shr-tag-p): Collapse subsequent <p>s.
2789         (shr-ensure-paragraph): Don't insert double line feeds after blank
2790         lines.
2791         (shr-insert): \t is also space.
2792         (shr-tag-s): Fix "s" tag name function.
2793         (shr-tag-s): Fix face prop name.
2794
2795 2010-10-03  Julien Danjou  <julien@danjou.info>
2796
2797         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2798
2799         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2800         gnus-window-inside-pixel-edges.
2801
2802         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2803         gnus-ems.
2804
2805         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2806
2807         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2808         function.
2809
2810         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2811         resize choice.
2812
2813 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2816         beginning of the buffer.
2817
2818         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2819         article buffer again.
2820
2821         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2822
2823         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2824         when it's at the start of the buffer.
2825
2826         * shr.el (shr-tag-blockquote): Convert name.
2827         (shr-rescale-image): Use the right image-size variant.
2828
2829         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2830         buffer isn't shown, then select the current article first instead of
2831         bugging out.
2832         (gnus-summary-select-article-buffer): Show both the article and summary
2833         buffers again.
2834
2835         * shr.el (shr-fontize-cont): Protect against regions with no text.
2836         Rename tag functions to shr-tag-* for enhanced security.
2837         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2838
2839 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2840
2841         * shr.el (shr-insert):
2842         * pop3.el (pop3-movemail):
2843         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2844         loaded.
2845
2846 2010-10-03  Glenn Morris  <rgm@gnu.org>
2847
2848         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2849
2850         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2851
2852         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2853
2854         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2855
2856         * gnus-util.el (gnus-make-local-hook): Simplify.
2857
2858 2010-10-02  Julien Danjou  <julien@danjou.info>
2859
2860         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2861         (gnus-ido-completing-read): New function.
2862         (gnus-emacs-completing-read): New function.
2863         (gnus-completing-read): Use gnus-completing-read-function.
2864         Add gnus-completing-read-function.
2865
2866 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * shr.el (shr-insert-document): Autoload.
2869         (shr-img): Be silent.
2870         (shr-insert): Add a newline after every picture before text.
2871         (shr-add-font): Use overlays for combining faces.
2872         (shr-insert): Pass upwards the text start point.
2873
2874         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2875         possible.
2876         (mm-shr): New function.
2877
2878 2010-10-02  Julien Danjou  <julien@danjou.info>
2879
2880         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2881         should go backward.
2882
2883 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2884
2885         * shr.el (shr): Fix typo in provide call.
2886
2887 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * shr.el: New file.
2890
2891         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2892
2893         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2894         completing read.
2895
2896 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2899         we're being queried about.  Suggested by Dan Jacobson.
2900
2901         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2902         Suggested by Jason Eisner.
2903
2904         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2905         table, too.  Suggested by Stefan Wiens.
2906         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2907         the table unnecessary.  Suggested by Stefan Wiens.
2908
2909         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2910         longer needed, and probably doesn't work either, as pointed out by
2911         Stefan Wiens.
2912         (gnus-summary-exit): Remove call to the clearing function.
2913         (gnus-summary-exit-no-update): Ditto.
2914
2915         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2916         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2917         Reported by Stefan Monnier.
2918         (gnus-summary-save-in-rmail): Ditto.
2919
2920         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2921         article buffer, instead of both the article buffer and the summary
2922         buffer.  Sort of suggested by Dan Jacobson.
2923
2924         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2925
2926         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2927         Suggested by Dan Jacobson.
2928
2929         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2930         documentation clearer.
2931
2932         * message.el (message-shorten-references): Comment on the number "21".
2933         Suggested by Stefan Monnier.
2934
2935         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2936         Suggested by Dan Jacobson.
2937
2938         * gnus.el (gnus-large-newsgroup):
2939         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2940
2941         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2942         externalize attachments.  Bug reported by Steve Wen.
2943
2944         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2945         really message anything to the user.
2946
2947         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2948         directly.
2949
2950         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2951         messages in empty groups.
2952
2953 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2954
2955         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2956         non-UIDNEXT group.
2957
2958 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2961         not the value from the collection.
2962
2963         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2964         values.  This sometimes happens on some groups that have no info.
2965         (nnimap-request-newgroups): New function.
2966
2967 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2970         check into `gnus-registry-initialize'.
2971         (gnus-registry-initialize): Ditto.
2972         Fix and extend header docs.
2973
2974 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2977         regexp backtrace overflows.
2978
2979         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2980         for starttls that tls.el implements; i.e. openssl.
2981
2982         * tls.el (tls-starttls-switches): Give up on using starttls with
2983         gnutls-cli.
2984         (tls-program): Add --insecure to be consistent with the defaults from
2985         openssl s_client.  Now all three commands are insecure.
2986
2987 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * lpath.el: Bind completion-styles-alist for XEmacs.
2990
2991         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2992         (gravatar-create-image): New function that's an alias to
2993         gnus-xmas-create-image, gnus-create-image, or create-image.
2994         (gravatar-data->image): Use it.
2995
2996 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2999         install the nnregistry refer method.
3000         (gnus-registry-install-hooks): Use it.
3001         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3002         unfollowed groups.
3003
3004 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3005
3006         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3007         expanding threads.
3008
3009 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * nnir.el: Use the server names without suffixes (bug #7009).
3012
3013         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3014         unencrypted to STARTTLS, if possible.
3015
3016 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3017
3018         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3019         headers before superseding.
3020
3021 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnrss.el (nnrss-use-local): Add documentation.
3024
3025         * nnimap.el (nnimap-extend-tls-programs): New function.
3026         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3027         (nnimap-wait-for-connection): Accept the greeting from the stupid
3028         output from openssl s_client -starttls, too.
3029
3030         * tls.el (tls-starttls-switches): New variable.
3031         (tls-find-starttls-argument): Use it.
3032         (open-tls-stream): Ditto.
3033
3034         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3035         (netrc-machine): Ditto.
3036
3037         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3038         article number.
3039         (nnimap-split-fancy): New variable.
3040         (nnimap-split-incoming-mail): Use it.
3041
3042         * nntp.el (nntp-server-list-active-group): Document.
3043
3044         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3045         SELECT to get the message-id.
3046
3047         * mail-source.el (mail-sources): Remove webmail support.
3048         (defvar): Ditto.
3049         (mail-source-fetcher-alist): Ditto.
3050         (mail-source-fetch-webmail): Remove.
3051
3052         * webmail.el: Remove -- doesn't seem relevant any more.
3053
3054         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3055
3056         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3057         the \r.
3058
3059 2010-09-30  Julien Danjou  <julien@danjou.info>
3060
3061         * gnus-agent.el (gnus-agent-add-group): Fix call to
3062         gnus-completing-read.
3063
3064 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nndoc.el (nndoc-retrieve-groups): New function.
3067
3068         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3069         `default', use nnmail-split-methods.
3070         (nnimap-request-article): Downcase the NILs so that they are nil.
3071
3072         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3073         symbol.
3074
3075         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3076         code, since if the user has requested network, that's what they ought
3077         to get.
3078         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3079         (nnimap-split-rule): Mark as obsolete.
3080
3081         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3082         New variable.
3083
3084         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3085         correct slot, too.
3086
3087 2010-09-29  Julien Danjou  <julien@danjou.info>
3088
3089         * gnus.el (gnus-local-domain): Declare variable obsolete.
3090
3091         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3092         Fix history computing.
3093         (gnus-ido-completing-read): Require ido.
3094
3095 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3098         build Gnus.
3099
3100         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3101         when interpreting the structures.
3102         (nnimap-request-accept-article): Add \r\n to the lines to make this
3103         work with Cyrus.
3104
3105         * nndraft.el (nndraft-request-expire-articles): Use the group name
3106         instead if "nndraft".  Fix found by Nils Ackermann.
3107
3108 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3109
3110         * nnregistry.el: Add.
3111
3112 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3113
3114         * nnmail.el (group, group-art-list, group-art):
3115         Remove unneeded directives.
3116
3117 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3120         (mm-mime-charset)
3121         * rfc2047.el (rfc2047-syntax-table)
3122         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3123
3124         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3125         rather than `insert-file-contents' and `eval-region'.
3126
3127         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3128         construction.
3129
3130         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3131
3132         * time-date.el: No need to require cl for Emacs 21.
3133
3134 2010-09-29  Julien Danjou  <julien@danjou.info>
3135
3136         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3137         replacement of `gnus-gravatar-relief' to mimic
3138         `gnus-faces-properties-alist'.
3139         Add :version property.
3140
3141 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * mail-source.el (mail-source-report-new-mail)
3144         * message.el (message-default-mail-headers)
3145         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3146
3147         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3148
3149 2010-09-28  Julien Danjou  <julien@danjou.info>
3150
3151         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3152         mail-address contains the same string as real-name.
3153
3154         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3155         non-blank in header, otherwise it'll get stripped.
3156
3157         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3158         real-name, and then for mail address rather than doing : or , search.
3159
3160 2010-09-27  Julien Danjou  <julien@danjou.info>
3161
3162         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3163         right completing-read function.
3164         (gnus-use-ido): New variable
3165         (gnus-completing-read-with-default): Remove.
3166         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3167         (gnus-agent-add-group):
3168         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3169         * mm-view.el (mm-view-pkcs7-decrypt):
3170         * mm-util.el (mm-codepage-setup):
3171         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3172         * mml-smime.el (mml-smime-openssl-sign-query):
3173         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3174         (mml-insert-multipart):
3175         * gnus-msg.el (gnus-summary-yank-message):
3176         * gnus-int.el (gnus-start-news-server):
3177         * mm-decode.el (mm-interactively-view-part):
3178         * gnus-dired.el (gnus-dired-attach):
3179         * gnus.el (gnus-read-method):
3180         * gnus-bookmark.el (gnus-bookmark-jump):
3181         * gnus-art.el (gnus-mime-view-part-as-type)
3182         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3183         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3184         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3185         * nnmairix.el (nnmairix-create-server-and-default-group)
3186         (nnmairix-update-groups, nnmairix-get-server)
3187         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3188         (nnmairix-get-group-from-file-path):
3189         * nnrss.el (nnrss-find-rss-via-syndic8):
3190         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3191         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3192         (gnus-group-browse-foreign-server):
3193         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3194         (gnus-summary-execute-command, gnus-summary-respool-article)
3195         (gnus-read-move-group-name):
3196         * gnus-score.el (gnus-summary-increase-score)
3197         (gnus-summary-score-effect):
3198         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3199
3200 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3203         x-focus-frame.
3204
3205         * nnimap.el (auth-source-forget-user-or-password)
3206         (auth-source-user-or-password): Autoload.
3207
3208         * message.el (message-from-style, message-interactive)
3209         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3210         (message-yank-prefix, message-indentation-spaces, message-signature)
3211         (message-signature-file): Add comment.
3212
3213 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3216         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3217         new articles.
3218
3219         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3220         parts.
3221         (nnimap-request-article): Work with the t setting, too.
3222
3223         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3224         that you don't get flashes of other buffers.
3225         (gnus-summary-show-complete-article): Intern before setting.
3226
3227 2010-09-27  David Engster  <dengste@eml.cc>
3228
3229         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3230         well as HEADERS.
3231         (nnmairix-retrieve-headers): Provide new argument for the above.
3232
3233 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-sum.el (gnus-summary-move-article): Don't alter
3236         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3237         group.
3238
3239         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3240
3241         * message.el (message-cite-prefix-regexp): Revert my last edit.
3242
3243         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3244         variable instead of the Gnus variable.
3245
3246         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3247
3248         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3249
3250         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3251         since some servers don't like it.
3252         (nnimap-open-connection): Forget credentials if the server says the
3253         password was wrong.
3254         (nnimap-parse-line): Protect against invalid data.
3255
3256         * gnus-sum.el (gnus-summary-move-article): Add comment.
3257         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3258         nothing alters it while scanning for new messages.
3259
3260         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3261         which may or may not help.
3262         (nnimap-open-connection): If we're doing a stream connection, and then
3263         discover we're on a STARTTLS-capable server, then open a STARTTLS
3264         connection instead.
3265
3266 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * nnimap.el (utf7): Require.
3269
3270         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3271         prefix.
3272
3273 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3274
3275         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3276
3277 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * nnimap.el (nnimap-request-accept-article): Message the error on
3280         error.
3281
3282 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3285
3286 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * nndoc.el (nndoc-request-list): Return success always.
3289
3290         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3291         `fetch-old' -- we only want to fetch the articles we've requested.
3292         The rest are in the agent, probably.
3293         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3294         disappeared server" to something low.  It's not important.
3295
3296         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3297         arrived before the FETCH data.
3298
3299         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3300         target here, because we don't know the Gnus name of the group.
3301
3302         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3303         for the correct group.
3304
3305         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3306
3307         * gnus.el (gnus): Give a final warning after startup.
3308
3309         * gnus-util.el (gnus-action-message-log): New variable.
3310         (gnus-message): Use it.
3311         (gnus-final-warning): New function.
3312
3313         * nnimap.el (nnimap-open-connection): Record the greeting.
3314         (nnimap): Add greeting.
3315
3316 2010-09-26  Julien Danjou  <julien@danjou.info>
3317
3318         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3319         arguments.
3320         (gnus-html-wash-images): Fix spec computing to include start/end.
3321
3322         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3323
3324 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3327         deletion.
3328         (nnimap-retrieve-headers): Don't select the group, because that's
3329         already done by nnimap-possibly-change-group.
3330
3331         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3332         (gnus-picon-transform-address): Use it.
3333
3334         * mail-source.el (mail-source-value): Revert previous patch.
3335
3336         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3337         on failure.
3338         (nnimap-open-connection): Look up both virtual and physical server name
3339         credentials.
3340
3341         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3342
3343 2009-02-07  Dave Love  <fx@gnu.org>
3344
3345         * tls.el (open-tls-stream): Don't query killing process.
3346
3347 2009-02-08  Dave Love  <fx@gnu.org>
3348
3349         * gnus-win.el (gnus-window-to-buffer-helper)
3350         (gnus-all-windows-visible-p): Function needn't be a symbol.
3351
3352         * mail-source.el (mail-source-value): Function needn't be a symbol.
3353
3354 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * message.el (message-cite-prefix-regexp): Remove } from the cite
3357         prefix.
3358
3359         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3360         highlight again, so that the highlight is correct.
3361
3362         * gnus-picon.el (gnus-picon): Remove again.
3363         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3364
3365         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3366         doing the header highlightling, so that the background colour of the
3367         picon is correct.
3368
3369         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3370         (gnus-picon): Ditto.
3371         (gnus-picon): Reinstate.  The background colour for picons is white.
3372         (gnus-picon-insert-glyph): Make the background white.
3373
3374         * nnml.el (nnml-open-nov): Don't return dead buffers.
3375
3376         * auth-source.el (auth-source-create): Query the user for whether to
3377         store the credentials.
3378
3379         * netrc.el (netrc-store-data): New function.
3380
3381         * auth-source.el (auth-source-user-or-password): Use the existing auth
3382         sources, if any, for creation.
3383
3384         * gnus.el (gnus-group-fast-parameter): Return the last matching
3385         parameter instead of the first matching parameter.
3386
3387 2010-09-26  Julien Danjou  <julien@danjou.info>
3388
3389         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3390
3391 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * mml2015.el (mml2015-use): Remove gpg support.
3394
3395         * mml1991.el (mml1991-function-alist): Remove gpg function.
3396         (mml1991-gpg-sign): Remove.
3397
3398 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3399
3400         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3401         (gnus-browse-unsubscribe-current-group): Document it.
3402         (gnus-browse-unsubscribe-group): Use it.
3403
3404 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3407         address to the To list for easier response.
3408
3409         * gnus.el (gnus-play-startup-jingle): Remove.
3410         (gnus-splash): Don't play jingle.
3411         (gnus): Silence gnus-load message.
3412
3413         * gnus-art.el (gnus-treat-play-sounds): Remove.
3414
3415         * gnus.el (gnus-play-jingle): Remove audio support.
3416
3417         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3418
3419         * earcon.el: Remove -- no users.
3420
3421         * gnus-audio.el: Remove -- no users of this package.
3422
3423         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3424
3425         * gnus-start.el (gnus-setup-news): Remove nocem support.
3426
3427         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3428
3429         * gnus.el (gnus-use-nocem): Remove.
3430
3431         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3432         Remove.
3433
3434         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3435         uses NoCeM any more.
3436
3437         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3438         (gnus-button-ctan-handler): Ditto.
3439         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3440         (gnus-button-ctan-directory-regexp): Ditto.
3441         (gnus-button-handle-ctan): Ditto.
3442         (gnus-button-tex-level): Ditto.
3443         (gnus-button-alist): Remove CTAN stuff.
3444
3445 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3448         nnimap-streaming test.
3449
3450         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3451         servers twice.
3452
3453         * nnimap.el (nnimap-open-connection): Add more error reporting when
3454         nnimap fails early.
3455
3456         * nnheader.el (nnheader-get-report-string): New function.
3457         (nnheader-get-report): Use it.
3458
3459         * gnus-int.el (gnus-check-server): Say what the error was when opening
3460         failed.
3461
3462         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3463         using streaming.
3464
3465 2010-09-25  Julien Danjou  <julien@danjou.info>
3466
3467         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3468         gnus-window-inside-pixel-edges.
3469
3470 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3473
3474         * mm-decode.el (mm-save-part): Allow saving to other directories the
3475         normal Emacs way.
3476
3477         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3478         Suggested by Jay Berkenbilt.
3479
3480         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3481         there isn't a single byte.
3482
3483         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3484         just do it.  It doesn't really seem to matter what the user responds
3485         here, I think, so it's just a confusing question.
3486
3487         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3488         non-streaming case.
3489
3490         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3491         (gnus-article-encrypt-body): Use it.
3492
3493         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3494         keystroke.
3495
3496         * nnimap.el (nnimap-find-wanted-parts-1):
3497         Use gnus-fetch-partial-articles.
3498
3499         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3500
3501         * nnimap.el (nnimap-insert-partial-structure): New function.
3502         (nnimap-get-partial-article): New function.
3503         (nnimap-request-article): Use it.
3504         (nnimap-wait-for-response): Return whether the wait was successful.
3505         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3506         retrieval wasn't successful.
3507         (nnimap-retrieve-group-data-early): Allow throttling servers.
3508         (nnimap-streaming): New variable.
3509         (nnimap-fetch-partial-articles): Remove.
3510
3511         * mm-decode.el (mm-with-part): Protect against killed buffers.
3512
3513         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3514         for prettier summary display.
3515
3516 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3517
3518         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3519
3520 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3523         apparently third-party libraries depend on it.
3524
3525         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3526         before starting negotiation.
3527
3528         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3529         privacy reasons.
3530         (gnus-treat-mail-gravatar): Ditto.
3531
3532         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3533         buffer when inserting images.  Inserting text into the headers, for
3534         instance, can make them invalid.
3535
3536 2010-09-25  Julien Danjou  <julien@danjou.info>
3537
3538         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3539         variables.
3540
3541         * nnheader.el: Remove useless variables news-reply-yank-from and
3542         news-reply-yank-message-id.
3543
3544         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3545         variables.
3546
3547         * mml1991.el: Remove useless mml1991-verbose.
3548
3549         * gnus.el: Remove useless variable gnus-use-generic-from.
3550         Remove obsolete variable gnus-topic-indentation.
3551
3552         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3553
3554         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3555
3556         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3557
3558         * gnus-group.el: Remove useless gnus-group-icon-cache.
3559         Remove useless gnus-ephemeral-group-server.
3560
3561         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3562
3563         * mml2015.el: Remove useless mml2015-verbose.
3564
3565         * mml-smime.el: Remove useless mml-smime-verbose.
3566
3567         * gnus.el: Remove useless gnus-local-domain.
3568
3569         * gnus-gravatar.el (gnus-gravatar-transform-address):
3570         Use gnus-gravatar-size.
3571
3572         * gnus-art.el: Remove useless gnus-treat-translate.
3573
3574 2010-09-24  Julien Danjou  <julien@danjou.info>
3575
3576         * gnus-sum.el: Add support for Gravatars.
3577
3578         * gnus-art.el: Add support for Gravatars.
3579
3580         * gnus-gravatar.el: Add this file.
3581
3582         * gravatar.el: Add this file.
3583
3584 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3587
3588         * gnus-group.el (gnus-group-fetch-faq): Remove.
3589
3590         * gnus.el (gnus-group-faq-directory): Remove.
3591
3592         * gnus-group.el (gnus-group-fetch-charter): Remove.
3593
3594         * gnus.el (gnus-group-charter-alist): Remove.
3595
3596         * gnus-group.el (gnus-group-archive-directory): Remove.
3597         (gnus-group-recent-archive-directory): Ditto.
3598         (gnus-group-make-archive-group): Remove.
3599
3600         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3601
3602         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3603         use the same article number for all the cached articles.
3604
3605         * nnimap.el (nnimap-command): Register the last command time so
3606         that we can use it for idling NOOPs.
3607         (nnimap-open-connection): Start the keeplive timer.
3608         (nnimap-make-process-buffer): Store all the process buffers.
3609         (nnimap-keepalive): New function.
3610
3611         * starttls.el (starttls-open-stream): Add autoload cookie.
3612
3613 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3614
3615         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3616         handling.
3617
3618 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3621         its data structures.
3622
3623         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3624         instead of the cl.el copy-list.
3625         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3626         equalp.
3627
3628 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3631         and tool-bar-local-item-from-menu.
3632
3633         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3634         mode-line-highlight face for Emacs.
3635
3636         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3637         loading gnus-sum.elc; fix comment for canlock-verify.
3638         (gnus-article-jump-to-part): Use read-number.
3639         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3640         Remove Emacs pre-21 compatible code for help-echo.
3641         (gnus-article-next-page-1): No need to adjust the number of lines.
3642         (gnus-article-describe-bindings): Always use help-buffer.
3643
3644         * gnus-audio.el (gnus-audio-inline-sound)
3645         * gnus-cus.el (gnus-custom-mode)
3646         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3647
3648         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3649
3650         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3651         compatible code.
3652
3653 2010-09-24  Glenn Morris  <rgm@gnu.org>
3654
3655         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3656         visiting the fcc file in rmail-mode.
3657
3658         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3659
3660 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * nnir.el: Silence the byte compiler.
3663
3664         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3665         alias to browse-url-url-encode-chars if any.
3666         (gnus-html-encode-url): Use it.
3667
3668 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-start.el (gnus-use-backend-marks): New variable.
3671         (gnus-get-unread-articles-in-group): Use it.
3672
3673         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3674         makeover.
3675
3676 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3677
3678         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3679
3680 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3683         Remove.
3684         (gnus-setup-news-hook):
3685         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3686
3687         * gnus-int.el (gnus-request-update-info): Protect against backends not
3688         having the function.
3689
3690         * nnimap.el (nnimap-stream): Mention starttls.
3691         (nnimap-open-connection): Add starttls support.
3692
3693 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3694
3695         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3696
3697 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3700         BODYSTRUCTUREs.
3701         (nnimap-transform-headers): Unfold quoted {42} headers.
3702
3703         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3704         the info.
3705         (gnus-get-unread-articles): Only call updatep on backends that support
3706         it.
3707
3708         * nnweb.el (nnweb-request-update-info): NOOP.
3709
3710         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3711
3712         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3713         since it only deals with marks.
3714
3715         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3716         gnus-request-marks, and make a new gnus-request-update-info.
3717
3718         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3719         the active instead of the high number, which is usually too low.
3720
3721 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3722
3723         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3724         * encrypt.el: Remove.
3725
3726 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3729         server in symbolic form.
3730
3731         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3732
3733 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3736         (nnimap-update-info): Fix up code slightly.
3737
3738         * gnus-int.el (gnus-open-server): Add tracing for performance
3739         debugging.
3740
3741         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3742         (gnus-group-insert-group-line): Pass the real group name so that it
3743         gets the right data.
3744
3745         * gnus-start.el (gnus-get-unread-articles): Don't have
3746         `gnus-get-unread-articles-in-group' update info, since that can be
3747         really slow and doesn't seem to be needed?
3748
3749 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3750
3751         * time-date.el (date-to-time): Try using parse-time-string first before
3752         using the slower timezone-make-date-arpa-standard.
3753
3754 2010-09-22  Julien Danjou  <julien@danjou.info>
3755
3756         * gnus-group.el (gnus-group-insert-group-line):
3757         Call gnus-group-highlight-line.
3758         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3759         default hook list.
3760         (gnus-group-update-eval-form): Add new function.
3761         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3762         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3763
3764 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3767         immediate, then expire all articles.
3768         (nnimap-update-info): Fix off-by-one errors.
3769         (nnimap-flags-to-marks): Would return no marks lists for group with no
3770         flags.  Instead return the other data.
3771
3772 2010-09-22  Julien Danjou  <julien@danjou.info>
3773
3774         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3775         Only return an icon.
3776         (gnus-group-insert-group-line): Compute icon to return.
3777
3778         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3779         (gnus-html-image-fetched): Only cache if
3780         gnus-html-image-automatic-caching is set.
3781         (gnus-html-image-fetched): Check for errors.
3782
3783 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3786         once per method on `g'.  This ensures that backends like nnfolder don't
3787         open all their folders.
3788
3789         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3790         (nnimap-request-list): Nix out group in the correct buffer.
3791         (nnimap-parse-flags): Implement by using `read' instead of
3792         hand-parsing.
3793         (nnimap-flags-to-marks): Pass on permanent-flags.
3794         (nnimap-make-process-buffer): Record the server name.
3795         (nnimap-parse-flags): Fix typo.
3796         (nnimap-request-scan): Run split on the server in general, not just a
3797         single group.
3798
3799         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3800         parameter, and propagate this downwards.
3801
3802         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3803         since EXAMINE changes it on the server.
3804
3805         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3806         this command might take a while.
3807
3808 2010-09-22  Julien Danjou  <julien@danjou.info>
3809
3810         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3811         harmful if you have 2 images side-by-side, they can't be properly
3812         update on text deletion.  Using text-property is safer here.
3813         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3814         data.
3815
3816 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * nnimap.el (nnimap-expunge-inbox): Remove.
3819         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3820         (nnimap-expunge): Flip default to t.
3821
3822         * gnus.el (gnus-method-to-server): Don't push things to the cache
3823         unless it's unique.
3824         (gnus-server-to-method): Ditto.
3825
3826 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3829
3830 2010-09-22  Julien Danjou  <julien@danjou.info>
3831
3832         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3833         get the start of data.
3834         (gnus-html-encode-url): Add this function to encode special chars in
3835         URL.
3836         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3837         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3838
3839         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3840         default.
3841         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3842
3843         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3844         images alt-text.
3845         (gnus-html-put-image): Put alt-text as help-echo.
3846
3847 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3850         * mm-util.el (mm-decompress-buffer)
3851         * nnir.el (nnir-run-find-grep)
3852         * pop3.el (pop3-list): Use 3rd arg of split-string.
3853
3854         * time-date.el (format-seconds): Comment fix.
3855
3856         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3857         and byte-optimize-form-code-walker.
3858         (dgnushack-make-auto-load): Don't advise make-autoload.
3859
3860         * lpath.el: Remove Emacs 21 stuff.
3861
3862 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3865         outside the active range.  Suggested by Dan Christensen.
3866
3867         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3868         slightly later to avoid double-getting it.
3869
3870         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3871         previous patch.
3872
3873         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3874
3875 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3876
3877         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3878
3879 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-int.el (gnus-open-server): Give a better error message in the
3882         "go offline" case.
3883
3884         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3885         marks for nnimap, which is seldom the right thing to do.
3886
3887         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3888         (gnus-same-method-different-name): New function.
3889
3890         * nnimap.el (parse-time): Require.
3891
3892         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3893         method in the presence of many similar methods.
3894
3895         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3896
3897         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3898         nnml-inhibit-expiry.
3899
3900         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3901         find out whether methods are equal.
3902
3903         * nnimap.el (nnimap-find-expired-articles): New function.
3904         (nnimap-process-expiry-targets): New function.
3905         (nnimap-request-move-article): Request the article before looking at
3906         what the Message-ID is.  Fix found by Andrew Cohen.
3907         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3908
3909         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3910         for oldness in addition to being a predicate.
3911
3912         * nnimap.el (nnimap-request-group): When we have zero articles, return
3913         the right data to Gnus.
3914         (nnimap-request-expire-articles): Only delete articles immediately if
3915         the target is 'delete.
3916
3917         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3918         method, this would bug out.
3919
3920         * gnus-group.el (gnus-group-expunge-group): Rename from
3921         gnus-group-nnimap-expunge, and implemented as a normal interface
3922         function.
3923
3924         * gnus-int.el (gnus-request-expunge-group): New function.
3925
3926         * nnimap.el (nnimap-request-create-group): Implement.
3927         (nnimap-request-expunge-group): New function.
3928
3929 2010-09-21  Julien Danjou  <julien@danjou.info>
3930
3931         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3932         (gnus-html-cache-expired): Add new function.
3933         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3934         wethever we should display image for fetch it.
3935         Compute alt-text earlier to pass it to the fetching function too.
3936         (gnus-html-schedule-image-fetching): Change function argument to only
3937         get one image at a time, not a list.
3938         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3939         cache.
3940         (gnus-html-get-image-data): New function to retrieve image data from
3941         cache.
3942         (gnus-html-put-image): Change buffer argument to use image data rather
3943         than file, and place image above region rather than inserting a new
3944         one.  Do not take alt-text as argument, since it's useless now: we place
3945         the image above alt-text.
3946         (gnus-html-prune-cache): Remove.
3947         (gnus-html-show-images): Start to fetch image when we find one, do not
3948         push into a temporary list.
3949         (gnus-html-prefetch-images): Only fetch image if they have expired.
3950         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3951         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3952
3953 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3956
3957 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3960         spec inser "*" if the group isn't active instead of 0.
3961
3962         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3963         opening the server.
3964         (nnimap-request-delete-group): Implement group deletion.
3965         (nnimap-transform-headers): Return the size of the entire message in
3966         the Bytes header, not just the size of the first part.
3967         (nnimap-request-move-article): When moving an article from nnimap,
3968         request the article first so the accepting form has an article to
3969         accept.  Reported by Dan Christensen.
3970         (nnimap-command): Make sure that the error message doesn't error out.
3971
3972 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3973
3974         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3975         we haven't requested anything.
3976
3977 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3980         "".  Fix found by Andrew Cohen.
3981
3982         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3983         instead of -encode-string.
3984
3985 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3988
3989         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3990         by mm-subst-char-in-string.
3991
3992 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3995         waiting for the connection string.
3996
3997         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3998         arriving.
3999
4000         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4001         bogus characters.  This allows selecting certain Gmail groups.
4002
4003         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4004         (nnimap-fetch-partial-articles): New variable.
4005         (nnimap-open-connection): When looking for credentials, also use the
4006         nnimap-server-port.
4007         (nnimap-request-article): Return the group/article number, so that Gnus
4008         `^' works as expected.
4009         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4010
4011         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4012         comments.
4013         (gnus-methods-sloppily-equal): New function.
4014         (gnus): When using the development version of Gnus, load the gnus-load
4015         file.
4016
4017         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4018         `gnus-open-server' on each method before trying to scan them etc.
4019         This ensures that all the backend parameters are set correctly.
4020
4021         * nnimap.el (nnimap-authenticator): New variable.
4022         (nnimap-open-connection): Allow anonymous login.
4023         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4024         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4025
4026         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4027         patch, found by Knut Anders Hatlen.
4028
4029 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4030
4031         * gnus-agent.el (gnus-agent-batch-confirmation)
4032         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4033         to gnus-message.
4034         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4035         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4036         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4037         * gnus-int.el (gnus-open-server): Likewise.
4038         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4039         (gnus-score-check-syntax): Likewise.
4040         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4041         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4042         Likewise.
4043         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4044
4045 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4048         calling conventions so that prefetch doesn't bug out.
4049
4050 2010-09-19  Julien Danjou  <julien@danjou.info>
4051
4052         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4053         rather than `subst-char-in-region' in order to be able to replace ASCII
4054         char by UTF-8 ones.
4055
4056         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4057         than curl.
4058         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4059         the right URL and ALT text on images.
4060         (gnus-html-wash-tags): Fix tag case.
4061         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4062         (gnus-article-html): Add -o display_ins_del=2 option.
4063         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4064
4065 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4068         the extra mail headers, which sometimes seem to happen for unknown
4069         reasons.
4070
4071         * mail-parse.el (mail-header-encode-parameter): Define as
4072         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4073         (or most, perhaps?) mail readers don't understand the latter, but do
4074         understand the former.
4075
4076         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4077         to nil, so that no methods are automatically agentized.  I think this
4078         is probably what most users want.
4079
4080         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4081         from url-retrieve, for instance about invalid URLs.
4082
4083         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4084         groups that have no articles.
4085         (nnimap-request-article): Check that we really got an article when we
4086         requested one.
4087
4088         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4089         doesn't exist.
4090
4091         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4092         nntp buffer so the agent can save it.
4093         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4094         that CRLF doesn't get translated to \n.
4095         (nnimap-open-connection): Don't make 'shell commands only send \n.
4096
4097 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4098
4099         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4100         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4101         Update var name.
4102         (nnml-generate-nov-file): Use dolist.
4103         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4104         Use with-current-buffer.
4105
4106 2010-09-18  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4109         parallel.
4110
4111 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4114         the range update right.
4115         (nnimap-request-group): Don't make `M-g' bug out on group with no
4116         marks.
4117         (nnoo): Require, so that other packages can require nnimap.
4118         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4119         command we're looking for.  This helps when the server sends more
4120         responses after we've gotten everything we expected.
4121         (nnimap): Add a `newlinep' field to keep track of end-of-line
4122         conventions.
4123         Don't send CRLF to things that don't want it.
4124         (nnimap-request-accept-article): Ditto.
4125
4126 2010-09-18  Julien Danjou  <julien@danjou.info>
4127
4128         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4129         than curl to retrieve images.
4130
4131 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4134         the marks.
4135         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4136         (nnimap-wait-for-connection): New function.
4137         (nnimap-open-connection): If we have PREAUTH, don't query for login
4138         credentials.
4139         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4140         when doing a partial update.
4141
4142 2010-09-18  Julien Danjou  <julien@danjou.info>
4143
4144         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4145         tags.
4146
4147 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * nnimap.el (nnimap-credentials): New function.
4150         (nnimap-open-connection): Use the new function to look for credentials
4151         also on the numeric equivalents of "imap" and "imaps".
4152
4153         * gnus-start.el (gnus-activate-group): Send the info to
4154         gnus-request-group.
4155
4156         * nnimap.el (nnimap-request-group): Have the "check" version of the
4157         function parse flags and update the info, so that a `M-g' get a total
4158         resync of all flags from the group.
4159
4160         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4161         to allow backends to alter the info on group selection.  Also alter all
4162         the backend -request-group functions to take the parameter.
4163
4164         * nnimap.el (nnimap-store-info): New function.
4165         (nnimap-update-info): Store the info for later usage.
4166         (nnimap-request-group): Use the stored info for the dont-check case, so
4167         that we don't retrieve all marks when we enter a group.
4168
4169         * nnimap.el: Use deffoo instead of defun for interface functions.
4170
4171         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4172         update the group info.  This makes the nndraft groups, for instance, go
4173         back to their old behaviour.
4174
4175         * gnus-sum.el (gnus-select-newsgroup): Indent.
4176
4177         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4178         in.
4179         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4180         nothing.
4181
4182         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4183         from methods that are denied.
4184
4185         * gnus-int.el (gnus-method-denied-p): New function.
4186
4187         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4188         store the password instead of netrc.
4189         (nnimap-open-connection): Don't error out when we can't make a
4190         connections.
4191
4192         * auth-source.el (auth-source-create): In the password prompt, say what
4193         we're querying for.  Also prompt for user name if that hasn't been
4194         given.
4195
4196         * nnimap.el (nnimap-with-process-buffer): Remove.
4197
4198 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4201         method when we're reading from the agent.
4202
4203         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4204
4205         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4206         that's probably most useful for users.
4207
4208         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4209         "failed" all the time.
4210
4211         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4212         ...)) with (with-current-buffer ... ).
4213
4214         * nntp.el (nntp-open-server): Return whether the open was successful or
4215         not.
4216
4217         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4218         select an unread unseen article first.
4219
4220         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4221         /etc/services, supply some sensible port defaults.
4222
4223         * dgnushack.el: Define netrc-credentials.
4224
4225 2010-09-17  Julien Danjou  <julien@danjou.info>
4226
4227         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4228
4229 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4230
4231         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4232         doesn't have any parameters.
4233
4234 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4237         only upcased checks.
4238
4239         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4240
4241         * nnimap.el (nnimap-open-shell-stream): New function.
4242         (nnimap-open-connection): Use it.
4243         (nnimap-transform-headers): Get the number of lines in each message.
4244         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4245         number of lines.
4246         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4247         problem.
4248
4249         * utf7.el (utf7-encode): Autoload.
4250
4251         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4252         to allow the mail splitting to not return a default group.  This is
4253         useful for nnimap, which will leave unmatched mail in the inbox.
4254
4255         * nnimap.el: Rewritten.
4256
4257         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4258         nnimap usage.
4259
4260         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4261         if the move is internal, so that nnimap can do fast internal moves.
4262
4263         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4264         data.
4265         (gnus-read-active-for-groups): Support finishing the early retrieval of
4266         data.
4267
4268         * gnus-range.el (gnus-range-nconcat): New function.
4269
4270         * gnus-int.el (gnus-finish-retrieve-group-infos)
4271         (gnus-retrieve-group-data-early): New functions.
4272
4273 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4274
4275         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4276         (nnrss-retrieve-groups):
4277         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4278         (pop3-quit): Use with-current-buffer.
4279
4280 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4283         instead of nnheader-accept-process-output.
4284
4285         * dgnushack.el (dgnushack-compile): Add comment.
4286
4287         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4288
4289         * gnus-html.el (gnus-html-schedule-image-fetching)
4290         (gnus-html-prefetch-images): Replace process-kill-without-query by
4291         gnus-set-process-query-on-exit-flag.
4292
4293 2010-09-16  Romain Francoise  <romain@orebokech.com>
4294
4295         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4296
4297 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4300         parameter to unintern is mandatory-ish in Emacs 24.
4301
4302         * gnus-html.el (gnus-html-schedule-image-fetching)
4303         (gnus-html-prefetch-images): Check for curl before using it.
4304
4305         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4306         depend on curl, which isn't essential.
4307
4308         * imap.el: Revert back to version
4309         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4310         seem problematic.
4311
4312 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4313
4314         * gnus-registry.el (gnus-registry-install-shortcuts):
4315         Explicitly pass `obarray' to `unintern' to avoid a warning.
4316
4317 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4320         change.
4321
4322         * nnrss.el (nnrss-request-list): Remove this function and related
4323         functions, including the moreover stuff.
4324
4325 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * nnrss.el (nnrss-retrieve-groups): New function.
4328
4329 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4330
4331         * .dir-locals.el: Add no-byte-compile cookie.
4332
4333 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * time-date.el (format-seconds): Comment fix.
4336
4337         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4338         for back end that doesn't support request-scan.
4339
4340 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4343         then do request scans from the backends.
4344
4345         * netrc.el (netrc-credentials): New conveniency function.
4346
4347         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4348         avoid running a hook per line, since this takes a lot of time,
4349         profiling shows.
4350         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4351         directly if gnus-visual-p is true.
4352
4353 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4356         groups; replace mapcar with dolist which is a bit faster; pass groups
4357         info to gnus-read-active-file-1.
4358         (gnus-read-active-file-1): Scan only specified groups if the new
4359         optional arg `infos' is given.
4360
4361 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4364
4365         * pop3.el (pop3-movemail): Remove.
4366         (pop3-streaming-movemail): Rename to pop3-movemail.
4367
4368         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4369         don't restrict end-tag searches to the end of the line.
4370
4371 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4374         articles of every unchecked group to t, which means unknown since the
4375         server has never been opened.
4376
4377 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-html.el (gnus-html-show-alt-text): New command.
4380         (gnus-html-browse-image): Ditto.
4381         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4382         to browse the image directly.
4383         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4384         better.
4385
4386         * gnus-async.el (gnus-async-article-callback):
4387         Call `gnus-html-prefetch-images' unconditionally.
4388
4389         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4390         before feeding URLs to curl.
4391
4392 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4395         internal images as deletable by `W D D'.
4396
4397         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4398         (gnus-async-article-callback): Fix typo.
4399
4400 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4403         current line to work around bugs in the output from w3m.
4404
4405         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4406         for groups that want that.
4407
4408         * nntp.el (nntp-wait-for-string): Supply a timeout for
4409         accept-process-output to ensure progress.
4410
4411         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4412         level to get unread articles from, then use that for foreign groups,
4413         too.
4414
4415         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4416         confuses the rest of the function.
4417
4418         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4419         for the methods that support -retrieve-groups, too.
4420
4421         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4422
4423 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4426         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4427
4428         * pop3.el: Require cl when compiling.
4429         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4430
4431 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4434         that aren't going to be activated.
4435         (gnus-get-unread-articles): Fix up the last commit.
4436
4437         * gnus-html.el (gnus-article-html): Allow calling without specifying
4438         the handle.  In that case, dissect the buffer first.
4439
4440         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4441
4442         * nnimap.el (nnimap-open-connection): Revert the change that would look
4443         into authinfo for imaps instead of imap.
4444
4445         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4446         say that you don't want to call gnus-request-group with don-check, but
4447         do check the reponse.  This is for virtual groups only.
4448         (gnus-get-unread-articles): Count the archive groups as secondary, so
4449         that they're activated the same way as before.
4450
4451         * imap.el (imap-message-map): Removed optional buffer parameter, since
4452         no callers use it.
4453         (imap-message-get): Ditto.
4454         (imap-message-put): Ditto.
4455         (imap-mailbox-map): Ditto.
4456         (imap-mailbox-put): Ditto.
4457         (imap-mailbox-get): Ditto.
4458         (imap-mailbox-get): Revert last change for this function.
4459
4460         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4461         case-insensitively.
4462         (nnimap-debug): Remove.
4463
4464         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4465         to use `imap-fetch' instead.  According to the comments, this should be
4466         safe, since all other IMAP clients use the 1:* syntax.
4467         (imap-enable-exchange-bug-workaround): Removed.
4468         (imap-debug): Removed -- doesn't seem very useful.
4469
4470         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4471         mail from a file, and the file doesn't exist.
4472
4473         * imap.el (imap-log): New convenience function used throughout instead
4474         of repeating the same code all over the place.
4475
4476         * pop3.el (pop3-streaming-movemail): Return t for success.
4477
4478         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4479         .authinfo if we're using ssl connection.
4480
4481         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4482         already have if we're in a main Gnus `g' run.
4483
4484         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4485
4486 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4489
4490         * nnmh.el (nnmh-request-list-1): Bind `file'.
4491
4492         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4493         alias to set-process-query-on-exit-flag or process-kill-without-query.
4494         (pop3-open-server): Use it.
4495
4496 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4499         box to the Incoming file.  Fixes mistake in previous checkin.
4500
4501         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4502         request loop (for debugging purposes) removed.
4503
4504         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4505         culprit is more visible.
4506         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4507         (nnml-add-incremental-nov): New functions to do "incremental" nov
4508         updates, where we just append to the end of the existing nov files
4509         without reading/writing them in full.
4510
4511         * mail-source.el (mail-source-delete-crash-box): Really only check the
4512         incoming files once in a while.
4513
4514         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4515
4516         * mail-source.el (mail-source-delete-crash-box): Only check the
4517         incoming files for deletion once per day to save a lot of file
4518         accesses.
4519
4520         * pop3.el (pop3-logon): Fix up unbound variable typo.
4521
4522         * mail-source.el (pop3-streaming-movemail): Autoload.
4523
4524         * pop3.el (pop3-streaming-movemail):
4525         Respect pop3-leave-mail-on-server.
4526
4527         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4528         retrieval.
4529
4530         * pop3.el (pop3-process-filter): Remove unused function.
4531         (pop3-streaming-movemail, pop3-send-streaming-command)
4532         (pop3-wait-for-messages, pop3-write-to-file)
4533         (pop3-number-of-responses): New functions for streaming pop3
4534         retrieval.
4535
4536         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4537         come from no known methods.
4538         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4539         list.
4540
4541         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4542         message sizes.
4543         (pop3-movemail): Use erase-buffer instead of looping and deleting
4544         regions, which seems rather odd.
4545
4546         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4547         file once per `g' run.
4548
4549         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4550         directories.  This makes the draft queue directory work.
4551
4552         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4553         data from the backends, so that we only request the list of groups from
4554         each method once.  This should speed things up considerably.
4555
4556         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4557         detect that it's not implemented.
4558
4559         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4560         we actually do recurse down into the tree, but don't stat all leaf
4561         nodes.
4562
4563         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4564         then say so instead of bugging out.
4565
4566         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4567         files exist before trying to read them.
4568
4569         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4570         around <pre_int>.
4571
4572         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4573
4574         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4575
4576 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * mm-util.el (mm-image-load-path): Just return the image directories,
4579         not all directories in the path in addition to the image directories.
4580         (mm-image-load-path): Maintain a cache of the image directories so that
4581         the `g' command in Gnus doesn't have to stat dozens of directories each
4582         time.
4583
4584         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4585         (gnus-html-wash-tags): Add a new `i' command to insert images.
4586         (gnus-html-insert-image): New command and keystroke.
4587         (gnus-html-redisplay-with-images): New command and keystroke.
4588         (gnus-html-show-images): Rename command.
4589         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4590         spacers.
4591         (gnus-html-wash-tags): Decode entities at the end, so that entities
4592         inside the tags don't mess up the rest of the "parsing".
4593
4594         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4595         so that nnimap methods aren't agentized by default.  There's apparently
4596         many problems related to agent/imap behaviour.
4597
4598         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4599
4600         * gnus-html.el: Doc fix.
4601
4602 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4605         specifier-spec-list for Emacs 21.
4606
4607         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4608         glyph-width and glyph-height instead of display-graphic-p and
4609         image-size; make avoidance of displaying small images work for XEmacs.
4610
4611         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4612         for XEmacs.
4613
4614         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4615         of symbol that holds plist data.
4616         (gnus-process-plist): Remove plist of process after getting it.
4617
4618 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * message.el (message-generate-hashcash): Change default to
4621         'opportunistic if hashcash is installed.
4622
4623         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4624         (gnus-html-put-image): Only call image-size once, since it's somewhat
4625         time-consuming on remote X servers.
4626
4627 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4630         type on data, not a file name.
4631
4632         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4633         window-pixel-edges for Emacs 21.
4634
4635         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4636         decoded contents.
4637         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4638
4639 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4642         group line format, since it isn't very interesting.
4643
4644         * gnus-agent.el (gnus-agent-short-article),
4645         (gnus-agent-long-article): Increase values for these two variables,
4646         since most people are likely to have more network connection and
4647         storage than before.
4648
4649         * gnus.el (gnus-refer-article-method): Change default to 'current.
4650         When referring an article, the common behaviour is to refer it from the
4651         current select method, not the native select method.  The chances of
4652         the native select method having the message in question is rather slim
4653         these days.
4654
4655         * gnus-sum.el (gnus-auto-select-subject): Change default to
4656         `unseen-or-unread'.  I think it's likely that most people want to
4657         select an unseen article over a previously seen, but unread one.
4658
4659         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4660         means that in the article buffer none of the minor mode elements will
4661         be shown, usually, and this is not desirable in most cases.
4662
4663         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4664         that commands like `d' (and the like) go to the next line in the
4665         buffer, instead of the next unread article.  I think this is the
4666         behaviour that is most natural for most users.
4667         (gnus-single-article-buffer): Change default to nil, so that people can
4668         have as many article buffers open as they have summary buffer.  I think
4669         this is the most natural way for the groups to behave.
4670
4671         * message.el (message-generate-new-buffers): Change default to
4672         `unsent', so that all new message buffers start their names with the
4673         string "*unsent", and it's easier to find the buffers if you move from
4674         them.
4675
4676 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4679         small.  They're probably tracking images.
4680         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4681         (gnus-html-rescale-image): Yet another try at getting the image sizing
4682         right.
4683
4684         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4685         nntp-marks-file-name is nil.
4686
4687 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * gnus-html.el (gnus-html-wash-tags)
4690         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4691         Better logging.
4692
4693 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4696
4697         * gnus-html.el (gnus-html-wash-tags): Check the value of
4698         gnus-blocked-images in the summary buffer.
4699
4700 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4703
4704 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4707         like "a", it seems like.
4708         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4709         since it needs to be picked from the correct buffer.
4710
4711         * nnwfm.el: Remove.
4712
4713         * nnlistserv.el: Remove.
4714
4715 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4718         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4719
4720 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * nnkiboze.el: Remove.
4723
4724         * nndb.el: Remove.
4725
4726         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4727         alt text.
4728         (gnus-html-rescale-image): Try to get the rescaling logic right for
4729         images that are just wide and not tall.
4730
4731         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4732         overshadow variable bindings.
4733
4734 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * gnus-html.el (gnus-html-wash-tags)
4737         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4738         Add extra logging.
4739
4740 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4743         (gnus-max-image-proportion): New variable.
4744         (gnus-html-rescale-image): New function.
4745         (gnus-html-put-image): Rescale images.
4746
4747 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4748
4749         Fix up some byte-compiler warnings.
4750         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4751         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4752         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4753         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4754         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4755         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4756         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4757
4758 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-html.el (gnus-article-html): Decode contents by charset.
4761
4762 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4765         (gnus-html-frame-width, gnus-blocked-images)
4766         * message.el (message-prune-recipient-rules): Add custom version.
4767         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4768
4769         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4770         functions.
4771
4772         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4773         gnus-process-get.
4774
4775 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4776
4777         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4778         instead of lsub directly.
4779
4780 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * nnwarchive.el: Remove.
4783
4784         * gnus-soup.el: Remove.
4785
4786         * nnsoup.el: Remove.
4787
4788         * nnultimate.el: Remove.
4789
4790         * gnus-html.el (gnus-blocked-images): New variable.
4791
4792         * message.el (message-prune-recipients): New function.
4793         (message-prune-recipient-rules): New variable.
4794
4795         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4796         guess whether a long line is natural text or not.
4797
4798         * gnus-html.el (gnus-html-schedule-image-fetching):
4799         Use gnus-process-plist and friends for compatibility.
4800
4801 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4802
4803         * gnus-html.el: Require packages that define macros used in this file.
4804         (gnus-article-mouse-face): Declare to silence byte-compiler.
4805         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4806         process-get.
4807         (gnus-html-put-image): Use plist-get to avoid getf.
4808         (gnus-html-prefetch-images): Use with-current-buffer.
4809
4810 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-ems.el: Provide compatibility functions for
4813         gnus-set-process-plist.
4814
4815         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4816         header-line-format for XEmacs 21.4.
4817
4818         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4819         * gnus.el (gnus-valid-select-methods)
4820         * message.el (message-send-mail-partially-limit)
4821         * mm-decode.el (mm-text-html-renderer)
4822         * mml.el (mml-insert-mime-headers-always)
4823         * smiley.el (smiley-regexp-alist): Bump custom version.
4824
4825 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * gnus-html.el: require mm-url.
4828         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4829         with the url to `url'.
4830         (gnus-html-wash-tags): Support cid: URLs/images.
4831
4832 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4835         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4836         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4837
4838         * gnus-move.el: Remove file, since it doesn't really work.
4839
4840         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4841         UTF-8.  This seems to fix problems with some German web feeds.
4842
4843         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4844         at the top so that the proper colours are applied.
4845
4846         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4847         don't have dots in their names.
4848
4849         * gnus-art.el (gnus-article-view-part): Doc fix.
4850
4851         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4852         XEmacs-compatible.
4853         (gnus-html-put-image): Don't do images on non-graphic displays.
4854
4855         * nnslashdot.el: Remove this unused backend.
4856
4857         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4858         actions.
4859         (gnus-undo-register-1): Revert last change.
4860
4861         * gnus-group.el (gnus-group-completing-read): Protect against not
4862         having completion-styles bound.
4863
4864         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4865         make broken recipients happier.
4866
4867         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4868
4869         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4870         point parameter.
4871
4872         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4873
4874         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4875         completion-styles for group selection.
4876
4877 2009-02-04  Andreas Schwab  <schwab@suse.de>
4878
4879         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4880         headers and regexp-quote the match if necessary.
4881
4882 2009-03-24  Miles Bader  <miles@gnu.org>
4883
4884         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4885         the blinking smiley.
4886
4887 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4888
4889         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4890         blink smiley.
4891
4892 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4893
4894         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4895         where the dribbel file lives exists.
4896
4897         * message.el (message-send-mail-partially-limit): Change the default to
4898         nil, since most people don't want this.
4899
4900         * mm-url.el (mm-url-decode-entities): Also decode entities like
4901         &#x3212.
4902
4903 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4904
4905         * gnus-sum.el (gnus-summary-idna-message):
4906         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4907         Hyperlink urls in docstrings with URL `...'.
4908
4909 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4910
4911         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4912         functions.
4913
4914 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4917         say what the mouseover text should be.
4918
4919         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4920         version of the mm-w3m-safe-url-regexp variable to only download images
4921         in the groups where we want that to happen.
4922
4923         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4924
4925         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4926         easier debugging.
4927         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4928         big pictures in the article buffer.
4929
4930         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4931         gnus-article-html.
4932         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4933         w3m.
4934
4935         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4936
4937 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4940         which doesn't exist.
4941
4942         * message.el (message-inhibit-ecomplete): New variable to allow some
4943         function to inhibit ecomplete address storage.
4944         (message-resend): Disable ecomplete message storage when resending
4945         messages.
4946
4947         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4948
4949 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4952         Save excursion while copying, moving, and deleting articles in order to
4953         prevent the cursor from jumping to unforeseen place.
4954
4955 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * lpath.el: No need to bind bookmark-current-buffer,
4958         bookmark-yank-point and bookmark-make-record-function.
4959
4960 2010-08-17  Glenn Morris  <rgm@gnu.org>
4961
4962         * gnus-sync.el: Require gnus components whose functions are used.
4963
4964         * gnus-art.el (bookmark-make-record-function):
4965         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4966         Declare for compiler.
4967
4968         * mm-url.el (mml-compute-boundary): Autoload.
4969
4970 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4973
4974 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         Typo fix "hoo4a" -> "hook".
4977
4978         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4979
4980 2010-08-14  Glenn Morris  <rgm@gnu.org>
4981
4982         * gnus-sync.el (gnus-sync): Fix defgroup version.
4983
4984 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4985
4986         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4987
4988         * gnus-sync.el: Fix docs.
4989         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4990         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4991
4992 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4993
4994         Optimizations for gnus-sync.el.
4995
4996         * gnus-sync.el: Add docs about gnus-sync-backend
4997         possibilities.
4998         (gnus-sync-save): Remove unnecessary message.
4999         (gnus-sync-read): Optimize and show what groups were skipped.
5000
5001 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         Minor bug fixes for gnus-sync.el.
5004
5005         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5006         Don't read the sync on get-new-news.
5007
5008         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5009         quiet.
5010
5011         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5012         (fix typo).
5013
5014 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5015
5016         Make saving and restoring of hidden threads work with overlays.
5017         Patch applied by Ted Zlatanov.
5018
5019         * gnus-sum.el (gnus-hidden-threads-configuration)
5020         (gnus-restore-hidden-threads-configuration): Update to deal with text
5021         properties, rather than searching for a magic character.
5022
5023 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         New gnus-sync.el library for synchronization of marks.
5026
5027         * gnus-sync.el: New library for synchronization of marks.
5028
5029         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5030         renamed from `gnus-registry-grep-in-list'.
5031
5032         * gnus-registry.el (gnus-registry-follow-group-p):
5033         Use `gnus-grep-in-list'.
5034
5035         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5036
5037 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5040         determining charset of text fails.
5041
5042 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * nnmail.el (nnmail-get-new-mail-1): Revert.
5045
5046         * nnml.el (nnml-active-number): Make sure names of newly created groups
5047         in nnml-group-alist are encoded.
5048
5049 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5052         containing non-ASCII characters in active file for nnml back end.
5053
5054 2010-07-24  David Engster  <dengste@eml.cc>
5055
5056         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5057         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5058
5059 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5060
5061         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5062         tag (Bug#6654).
5063
5064 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5067         the article buffer, not the summary buffer.
5068
5069 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5072         Emacs 23 as well.
5073
5074 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5077         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5078
5079 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5080
5081         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5082         Patch applied by Karl Fogel.
5083
5084         * gnus-sum.el (gnus-summary-bookmark-make-record):
5085         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5086
5087 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5088
5089         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5090         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5091         C-w still not working correctly from Article buffers; Thierry's
5092         patch to fix that will be applied after this.
5093
5094         * gnus-art.el (bookmark-make-record-function): New local variable.
5095
5096         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5097         article buffer.
5098         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5099
5100 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5101
5102         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5103         on changes in bookmark.el.
5104
5105 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5108         `no-log' instead of message not to log prompt string.
5109
5110 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5111
5112         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5113         the *other* type of HTML form submission.
5114
5115 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5116
5117         * auth-source.el (auth-source-pick): If choice does not contain a
5118         questioned keyword, set the check to t.
5119
5120 2010-06-12  Romain Francoise  <romain@orebokech.com>
5121
5122         * gnus-util.el (gnus-date-get-time): Move up before first use.
5123
5124 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5127         (gnus-article-edit-part): Bind it to make last part that is substituted
5128         or deleted visible.
5129         (gnus-mime-display-single): Buttonize part of which id equals to
5130         gnus-mime-buttonized-part-id.
5131
5132 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5133
5134         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5135         (gnus-dd-mmm): Use gnus-date-get-time.
5136         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5137         simplify logic.
5138         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5139         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5140
5141 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5142
5143         * auth-source.el (top): Autoload `secrets-list-collections',
5144         `secrets-create-item', `secrets-delete-item'.
5145         (auth-sources): Fix tag string.
5146         (auth-get-source, auth-source-retrieve, auth-source-create)
5147         (auth-source-delete): New defuns.
5148         (auth-source-pick): Rewrite in order to avoid 2 passes.
5149         (auth-source-forget-user-or-password): New parameter USERNAME.
5150         (auth-source-user-or-password): New parameters CREATE-MISSING and
5151         DELETE-EXISTING.  Retrieve password interactively, if needed.
5152
5153 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5154
5155         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5156         deleting unused directories when gnus-expert-user is t.
5157
5158 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5161         for each temp file when gnus-article-browse-delete-temp is ask.
5162
5163 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5164
5165         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5166         Lisp calls to delete-backward-char by calls to delete-char.
5167
5168 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5169
5170         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5171
5172 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5173
5174         * password-cache.el (password-cache-remove): Fix docstring.
5175
5176 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5179         article unless decoding article to be saved.
5180
5181 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5184         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5185         generated within the mm-with-unibyte-current-buffer macro.
5186
5187 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5190         to nil when we're in a mml-preview buffer and no group is selected.
5191
5192 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5193
5194         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5195         when catching the `C-g'.  Reported by "Leo".
5196
5197 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * message.el (message-forward-make-body-plain)
5200         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5201         multibyte-string-p.
5202
5203         * lpath.el: Revert.
5204
5205 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * message.el (message-forward-make-body-mml): Assume original message
5208         is multibyte string; error on unibyte.
5209         (message-forward-make-body-plain): Ditto; don't add excessive newline
5210         in body end.
5211
5212         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5213
5214 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5215
5216         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5217         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5218
5219 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * mm-extern.el (mm-extern-url): Don't use
5222         mm-with-unibyte-current-buffer.
5223         (mm-extern-cache-contents): Use with-current-buffer instead of
5224         save-excursion + set-buffer.
5225
5226 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * mm-util.el (mm-emacs-mule): Remove.
5229
5230 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5231
5232         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5233         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5234         change.
5235
5236 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5239         bind the default value of enable-multibyte-characters to nil.
5240
5241 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * message.el (message-forward-make-body-plain)
5244         (message-forward-make-body-mml):
5245         Don't use mm-with-unibyte-current-buffer.
5246
5247 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5250
5251 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5252
5253         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5254         (Bug#5592).
5255
5256 2010-05-07  Julien Danjou  <julien@danjou.info>
5257
5258         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5259         it to mm-pipe-part.
5260
5261         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5262         it is given.
5263
5264 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * binhex.el (binhex-decode-region-internal)
5267         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5268         (dns-query)
5269         * nnweb.el (nnweb-gmane-search)
5270         * pgg-parse.el (pgg-parse-armor)
5271         * pgg.el (pgg-verify-region)
5272         * sha1.el (sha1-string-external)
5273         * uudecode.el (uudecode-decode-region-internal)
5274         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5275         XEmacs.
5276
5277         * gnus-art.el (gnus-article-browse-html-parts)
5278         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5279         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5280         make-temp-file.
5281
5282         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5283         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5284         compiling.
5285
5286         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5287         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5288         XEmacs when compiling.
5289
5290         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5291         gnus-pick-mode-off-hook for XEmacs when compiling.
5292         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5293         gnus-binary-mode-off-hook for XEmacs when compiling.
5294
5295         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5296         Return nil if char-charset is not available.
5297
5298         * imap.el (imap-disable-multibyte)
5299         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5300         macros.
5301
5302         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5303         instead of encode-coding-string.
5304
5305         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5306         'xemacs) instead of mm-emacs-mule to switch function definitions.
5307         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5308
5309         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5310         bind temporary-file-directory for XEmacs;
5311         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5312         timer-set-function for XEmacs 21.4 and SXEmacs;
5313         bind timer-list for XEmacs 21.4 and SXEmacs;
5314         fbind char-charset and find-charset-region for non-Mule XEmacs;
5315         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5316         encode-coding-region and encode-coding-string for XEmacs having no
5317         file-coding feature.
5318
5319 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5320
5321         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5322
5323 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5326         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5327
5328 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5329
5330         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5331         alias `jka-compr-delete-temp-file' no longer exists.
5332
5333 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5334
5335         Use define-minor-mode in Gnus where applicable.
5336         * mml.el (mml-mode): Use define-minor-mode.
5337         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5338         (gnus-undo-mode): Use define-minor-mode.
5339         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5340         (gnus-dead-summary-mode): Use define-minor-mode.
5341         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5342         Initialize in declaration.
5343         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5344         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5345         (gnus-mailing-list-mode): Use define-minor-mode.
5346         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5347         (gnus-draft-mode): Use define-minor-mode.
5348         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5349         (gnus-dired-mode): Use define-minor-mode.
5350
5351 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5352
5353         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5354         handles on recursive mml-to-mime translation and check them for
5355         boundary delimiter collisions.  Reported by Greg Troxel.
5356
5357 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5360
5361 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5362
5363         * mm-util.el (mm-find-buffer-file-coding-system):
5364         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5365
5366 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5367
5368         * message.el (message-generate-headers): Record insertion of optional
5369         headers as well.  Otherwise the check to prevent repeated insertion of
5370         optional headers is a no-op.
5371
5372 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * smime.el: Don't mention CVS.
5375
5376         * nnrss.el (nnrss-fetch): Don't mention CVS.
5377
5378         * nnir.el: Don't mention CVS.
5379
5380 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5381
5382         * gnus-sum.el (gnus-summary-bookmark-make-record):
5383         Add `location' field.
5384
5385 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * lpath.el: Fbind bookmark-default-handler,
5388         bookmark-get-bookmark-record, bookmark-make-record-default,
5389         bookmark-prop-get for Emacs <23 and XEmacs.
5390
5391 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5392
5393         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5394         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5395         Use with-current-buffer to silence the byte-compiler.
5396         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5397         bother to require `gnus'.
5398         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5399
5400 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5401
5402         * gnus-sum.el (gnus-summary-bookmark-make-record)
5403         (gnus-summary-bookmark-jump): New functions.
5404         (gnus-summary-mode): Setup bookmark support.
5405
5406 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5407
5408         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5409         if set.
5410
5411 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5414         gnus-article-browse-html-save-cid-image; make it work recursively for
5415         forwarded messages as well.
5416         (gnus-article-browse-html-parts): Work when prefix arg is given.
5417         (gnus-article-browse-html-article): Doc fix.
5418
5419 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5420
5421         * message.el (message-default-mail-headers):
5422         (message-default-headers): Carry the value mail-default-headers over
5423         into message-default-mail-headers, rather than message-default-headers.
5424
5425 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5426
5427         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5428         charset.
5429
5430         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5431         charset into the <meta> tag when the article is encoded to utf-8.
5432
5433 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-browse-delete-temp-files):
5436         Delete directories as well.
5437         (gnus-article-browse-html-parts): Work for images that do not specify
5438         file names; delete temp directory when quitting; insert header at the
5439         right place; use file: scheme for image files.
5440
5441 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5442
5443         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5444         (gnus-article-browse-html-parts): Use it to make temporary cid image
5445         files in addition to html file so that browser may display them.
5446
5447 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5450
5451 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5452
5453         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5454
5455 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5456
5457         * auth-source.el (auth-sources): Change default to be simpler.
5458         Explain about Secret Service API sources.  Improve Customize options.
5459         (auth-source-pick): Change to accept any number of search parameters.
5460         Implement fallbacks iteratively, not recursively.  Add scoring on the
5461         second pass and sort by score.  Call Secret Service API when needed.
5462         (auth-source-user-or-password): Use it.  Call Secret Service API
5463         directly when needed to get the user name and the password.
5464
5465 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5466
5467         * message.el (message-interactive): Doc fix.
5468         (message-qmail-inject-args): Reflow.
5469         (message-kill-to-signature): Fix typo in docstring.
5470
5471         * smiley.el (smiley-buffer): Fix typo in docstring.
5472
5473 2010-03-24  Glenn Morris  <rgm@gnu.org>
5474
5475         * mail-source.el (gnus-message): Declare.
5476         (mail-source-delete-old-incoming): Require gnus-util.
5477
5478 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5481
5482         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5483
5484         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5485         password-cache's default if it is not bound.
5486         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5487         password-cache-expiry's default if it is not bound.
5488
5489         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5490         available in Emacs 21.
5491
5492         * lpath.el: Suppress compiler warnings for:
5493         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5494         XEmacs;
5495         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5496         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5497         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5498
5499 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * auth-source.el (auth-sources): Fix up definition so extra parameters
5502         are always inline.
5503
5504 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5505
5506         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5507         wasn't updated after mismatch.  Clear cached mailbox info correctly
5508         when uidvalidity changes.
5509         (nnimap-group-prefixed-name): New function to avoid some code
5510         duplication.
5511         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5512         (nnimap-request-group): Use it.
5513         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5514         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5515         with many imap folders.  This is done by caching the group status from
5516         the imap server persistently in a group parameter `imap-status'.  (This
5517         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5518         but not persistently, so every Gnus startup was still very slow.)
5519
5520 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5523         delete the extra newline.  Otherwise editing of :string and :number
5524         types don't work.
5525
5526 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5529         secrets.el dependency.
5530         (auth-sources): Add optional user name.  Add secrets.el configuration
5531         choice (unused right now).
5532
5533 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * gnus-sum.el (gnus-summary-make-menu-bar):
5536         Let `gnus-registry-install-shortcuts' fill in the functions.
5537
5538         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5539         warnings.
5540         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5541         (gnus-registry-install-shortcuts): Populate and use it in a
5542         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5543
5544 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5545
5546         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5547         In-place substitutions for the group name encoding/decoding.
5548         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5549         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5550         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5551         (nnimap-update-unseen, nnimap-request-list)
5552         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5553         (nnimap-request-set-mark, nnimap-split-to-groups)
5554         (nnimap-split-articles, nnimap-request-newgroups)
5555         (nnimap-request-create-group, nnimap-request-accept-article)
5556         (nnimap-request-delete-group, nnimap-request-rename-group)
5557         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5558         `encoded-mbx' for consistency.
5559         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5560         variable `imap-current-mailbox'.
5561
5562         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5563         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5564
5565 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5566
5567         * pop3.el (pop3-display-message-size-flag): Display message size byte
5568         counts during POP3 download.
5569         (pop3-movemail): Use it.
5570         (pop3-list): Implement listing of available messages.
5571
5572 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5573
5574         * nnir.el (nnir-get-article-nov-override-function): New function to
5575         override the normal NOV retrieval.
5576         (nnir-retrieve-headers): Use it.
5577
5578 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5579
5580         * auth-source.el (netrc-machine-user-or-password): Autoload.
5581
5582 2010-03-19  Glenn Morris  <rgm@gnu.org>
5583
5584         Stop message.el from loading about 40 libraries it doesn't always need.
5585         The general approach is to autoload rather than require, and to
5586         require in the specific functions rather than the file.  (Bug#5642)
5587
5588         * gmm-utils.el: Don't require wid-edit.
5589         (widget-create-child-value, widget-convert, widget-default-get):
5590         Autoload.
5591
5592         * gnus-util.el: Don't require time-date, netrc.
5593         (message-fetch-field, gnus-group-name-decode): Declare rather than
5594         autoloading.
5595         (gnus-fetch-field): Require message.
5596         (gnus-decode-newsgroups): Require gnus-group.
5597
5598         * ietf-drums.el: Don't require time-date.
5599
5600         * message.el: Don't require hashcash, canlock, ecomplete.
5601         Do require mail-utils.  Require nnheader only when compiling.
5602         (smtpmail-default-smtp-server): Remove declaration.
5603         (message-send-mail-function): Check smtpmail-default-smtp-server
5604         is bound rather than requiring smtpmail.
5605         (message-auto-save-directory, message-insert-signature):
5606         Use expand-file-name rather than nnheader-concat.
5607         (nnheader-insert-file-contents): Autoload.
5608         (hashcash-wait-async): Declare.
5609         (message-send-mail): Only call gnus-setup-posting-charset if
5610         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5611         (message-send-mail-with-sendmail): Require sendmail.
5612         (canlock-password, canlock-password-for-verify): Declare.
5613         (message-canlock-password): Require canlock.
5614         (nnheader-get-report): Autoload.
5615         (gnus-setup-posting-charset): Declare.
5616         (message-send-news): Require gnus-msg.
5617         (message-make-references, message-make-in-reply-to): Use mail-header-id
5618         rather than the alias mail-header-message-id.
5619         (ecomplete-add-item, ecomplete-save): Declare.
5620         (message-put-addresses-in-ecomplete): Require ecomplete.
5621         (ecomplete-display-matches): Autoload.
5622
5623         * mm-decode.el: Don't require mailcap, gnus-util.
5624         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5625         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5626         Autoload.
5627         (mailcap-mime-extensions): Declare.
5628
5629         * mm-encode.el: Don't require mailcap.
5630         (mailcap-extension-to-mime): Autoload.
5631
5632         * mml-sec.el: Don't require password-cache.
5633
5634         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5635         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5636         (mml-minibuffer-read-type): Require mailcap.
5637         (mml-preview): Require gnus-msg.
5638
5639         * mml1991.el: Require password-cache.
5640         (password-cache-expiry): Remove declaration.
5641
5642         * mml2015.el: Require password-cache.
5643         (password-cache-expiry): Remove declaration.
5644
5645         * nneething.el (mailcap): Require mailcap.
5646
5647         * nnheader.el (declare-function): Add compatibility stub.
5648         (message-remove-header): Declare rather than autoload.
5649         (nnheader-replace-header): Require message.
5650
5651         * nnimap.el (declare-function): Add compatibility stub.
5652         (netrc-parse, netrc-machine-user-or-password): Declare.
5653         (nnimap-open-connection): Require netrc.
5654
5655         * nntp.el (declare-function): Add compatibility stub.
5656         (netrc-parse, netrc-machine, netrc-get): Declare.
5657         (nntp-send-authinfo): Require netrc.
5658
5659         * rfc2047.el: Don't require qp.
5660         (quoted-printable-encode-region, quoted-printable-decode-string):
5661         Autoload.
5662
5663         * sieve-mode.el: Don't require easymenu.
5664         (easy-menu-add-item): Autoload it.
5665
5666         * spam-stat.el (time-to-number-of-days): Autoload it.
5667
5668 2010-03-19  Glenn Morris  <rgm@gnu.org>
5669
5670         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5671
5672 2010-03-18  Glenn Morris  <rgm@gnu.org>
5673
5674         * hashcash.el (declare-function): Remove duplicate definition.
5675
5676 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5677
5678         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5679         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5680         value if any backslash escapes).
5681
5682 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5685         if it is available.  (bug#5647)
5686
5687         * lpath.el: Suppress compiler warning for coding-system-from-name for
5688         Emacs 21 and XEmacs.
5689
5690 2010-03-14  Juri Linkov  <juri@jurta.org>
5691
5692         * hmac-def.el:
5693         * hmac-md5.el:
5694         * netrc.el: Fix keywords.
5695
5696 2010-02-26  Glenn Morris  <rgm@gnu.org>
5697
5698         * message.el (message-send-mail-function): Change the default, so that
5699         it inherits from a customized send-mail-function.  (Bug#5643)
5700
5701 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5702
5703         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5704         shell-command-to-string signals an error (bug#5299).
5705
5706 2010-02-24  Glenn Morris  <rgm@gnu.org>
5707
5708         * message.el (message-smtpmail-send-it)
5709         (message-send-mail-with-mailclient): Doc fixes.
5710
5711 2010-02-16  Glenn Morris  <rgm@gnu.org>
5712
5713         * message.el (message-default-mail-headers): Change the default value
5714         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5715
5716 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5719         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5720
5721 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5722
5723         * time-date.el (date-to-time): Doc fix (Bug#5408).
5724
5725 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5726
5727         * message.el (message-mail): Just pass yank-action on to message-setup.
5728         (message-setup): Handle (FUN . ARGS) form of yank-action.
5729         (message-with-reply-buffer, message-widen-reply)
5730         (message-yank-original): Handle non-buffer values of
5731         message-reply-buffer (Bug#4080).
5732         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5733
5734 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5735
5736         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5737         Fix typo in docstring.
5738
5739 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5740
5741         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5742         response.
5743
5744 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5747
5748         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5749
5750         * message.el (message-check-news-header-syntax): Protect against a
5751         string that `rfc822-addresses' returns when parsing fails.
5752
5753 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5756         (gnus-previous-char-property-change): New functions.
5757
5758         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5759
5760 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5761
5762         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5763         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5764
5765 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5766
5767         * message.el (message-exchange-point-and-mark): Rework last change to
5768         avoid using optional arg of exchange-point-and-mark, for backward
5769         compatibility.
5770
5771 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5772
5773         * message.el (message-exchange-point-and-mark):
5774         Call exchange-point-and-mark with an argument rather than setting
5775         mark-active by hand (Bug#5175).
5776
5777 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * nntp.el (nntp-service-to-port): Work for service expressed with
5780         numeric string; replace [:digit:] with [0-9] for XEmacs.
5781
5782 2009-12-17  Glenn Morris  <rgm@gnu.org>
5783
5784         * gnus-group.el (gnus-bug-group-download-format-alist):
5785         Change emacs entry to debbugs.gnu.org.  Bump :version.
5786
5787 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5790
5791 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         * message.el (message-info): Explain why we use `Info-goto-node'.
5794
5795 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5798
5799 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5800
5801         * message.el (message-completion-in-region): New compatibility function.
5802         (message-expand-group): Use it.
5803
5804 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5807         with no unread article should be listed if the 2nd arg `predicate' is
5808         given.
5809
5810 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5813
5814 2009-11-29  Juri Linkov  <juri@jurta.org>
5815
5816         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5817         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5818         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5819
5820 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5821
5822         * sha1.el (sha1-string-external): default-directory "/" in case
5823         otherwise non-existent.  process-connection-type pipe for touch of
5824         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5825
5826 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5827
5828         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5829         it's comms related and sgml-mode.el has "comm" on that basis too.
5830
5831 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5834         containing tspecial characters if they have been already quoted.
5835
5836 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5837
5838         * dns-mode.el (auto-mode-alist): Purecopy string.
5839
5840 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5841
5842         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5843
5844 2009-10-24  Glenn Morris  <rgm@gnu.org>
5845
5846         * gnus-art.el (help-xref-stack-item): Define for compiler.
5847
5848 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5849
5850         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5851
5852 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5855
5856 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5859         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5860
5861 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5864         (gnus-overlays-in): New alias to overlays-in.
5865
5866         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5867         gnus-overlay-get, and gnus-delete-overlay.
5868         (gnus-summary-show-thread): Make it work as well for systems in which
5869         next-single-char-property-change is not available.
5870         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5871
5872         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5873         (gnus-overlay-get): New alias to extent-property.
5874         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5875
5876         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5877         SXEmacs.
5878
5879         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5880         SXEmacs.
5881
5882 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5883
5884         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5885
5886 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5887
5888         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5889         and XEmacs that don't have `remove-overlays'.
5890
5891 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5892
5893         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5894         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5895         selective display.  Use overlays instead.
5896
5897 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5898
5899         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5900
5901 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5902
5903         * spam-stat.el (spam-stat-load): Fix typo in message.
5904
5905 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5906
5907         * dig.el (dig-invoke): Fix typo in docstring.
5908         (query-dig): Reflow docstring.
5909
5910 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5911
5912         * gnus-art.el (gnus-article-encrypt-body):
5913         * message.el (message-check-recipients):
5914         * mm-util.el (mm-codepage-setup):
5915         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5916         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5917
5918 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5919
5920         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5921         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5922         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5923         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5924         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5925
5926 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5927
5928         * dig.el: Add "Keywords: comm", as per net-utils.el.
5929
5930 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5931
5932         * dig.el (dig-mode): Use define-derived-mode.
5933
5934 2009-09-19  Glenn Morris  <rgm@gnu.org>
5935
5936         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5937
5938 2009-09-18  Glenn Morris  <rgm@gnu.org>
5939
5940         * gnus-diary.el (gnus-diary-check-message):
5941         * message.el (message-insert-formatted-citation-line):
5942         * nnbabyl.el (top-level):
5943         * nndiary.el (nndiary-schedule):
5944         Fix typos in condition-case handlers.
5945
5946 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5949         configuration that provides the sole article window in a frame;
5950         position point correctly after deleting a part.
5951
5952 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5953
5954         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5955         (spam-resolve-registrations-routine): Use it to unregister articles
5956         that change status.
5957
5958 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5961         with XEmacs.
5962         (parse-time-string-chars): Use it.
5963
5964 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * imap.el (imap-interactive-login): Better messages.
5967         (imap-open): Fix bug with renamed buffer on reconnect.
5968         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5969         for easier debugging and cleaner code.  On successful (guessed based on
5970         server capabilities) secondary authentication, set imap-state
5971         correctly.
5972         (imap-last-authenticator): Define imap-last-authenticator as a variable
5973         to avoid warnings.
5974
5975 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * nnrss.el (nnrss-request-article): Remove binding of
5978         default-enable-multibyte-characters that has gotten needless by
5979         the 2007-07-13 change in rfc2047-encode-message-header.
5980
5981         * mml.el (mml-insert-multipart): Error on the message header.
5982         (mml-insert-part): Error on the message header; position point at
5983         the end of a MIME tag.
5984
5985 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * time-date.el (autoload): Expand define-obsolete-function-alias into
5988         defalias and make-obsolete for old Emacsen that Gnus supports.
5989         (with-no-warnings): Define it for old Emacsen.
5990         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5991         is available.
5992         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5993         float-time is available; suppress compile warning for time-to-seconds.
5994
5995         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5996         (gnus-float-time): Alias to float-time if it exists.
5997
5998         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5999         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6000         float-time is available; suppress compile warning for time-to-seconds.
6001
6002         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6003         XEmacs.
6004
6005 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6006
6007         * imap.el (imap-message-map): Docstring fix.
6008
6009 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6012         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6013         Add the optional argument `encoding' that overrides the default.
6014
6015         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6016         mm-encode-buffer.
6017
6018 2009-09-04  Glenn Morris  <rgm@gnu.org>
6019
6020         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6021         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6022         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6023         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6024         * mm-util.el (mm-with-unibyte-current-buffer)
6025         (mm-find-buffer-file-coding-system):
6026         * yenc.el (yenc-decode-region): Use default-value rather than
6027         default-enable-multibyte-characters.
6028
6029 2009-09-03  Glenn Morris  <rgm@gnu.org>
6030
6031         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6032         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6033         than default-enable-multibyte-characters.
6034
6035 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6036
6037         * gnus-art.el (gnus-article-read-summary-keys):
6038         Fix gnus-buffer-configuration's value temporarily used.
6039
6040 2009-09-02  Glenn Morris  <rgm@gnu.org>
6041
6042         * gnus-util.el (gnus-float-time): New function.
6043         * gnus-delay.el (gnus-delay-article):
6044         * gnus-sum.el (gnus-thread-latest-date):
6045         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6046         * nnspool.el (nnspool-request-newgroups):
6047         Use gnus-float-time rather than time-to-seconds.
6048         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6049
6050         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6051         (gnus-header-subject-face, gnus-header-newsgroups-face)
6052         (gnus-header-name-face, gnus-header-content-face):
6053         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6054         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6055         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6056         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6057         (gnus-cite-face-11):
6058         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6059         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6060         (gnus-server-closed-face, gnus-server-denied-face)
6061         (gnus-server-offline-face):
6062         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6063         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6064         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6065         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6066         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6067         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6068         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6069         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6070         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6071         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6072         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6073         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6074         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6075         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6076         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6077         (gnus-summary-high-undownloaded-face)
6078         (gnus-summary-low-undownloaded-face)
6079         (gnus-summary-normal-undownloaded-face)
6080         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6081         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6082         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6083         (gnus-splash-face):
6084         * message.el (message-header-to-face, message-header-cc-face)
6085         (message-header-subject-face, message-header-newsgroups-face)
6086         (message-header-other-face, message-header-name-face)
6087         (message-header-xheader-face, message-separator-face)
6088         (message-cited-text-face, message-mml-face):
6089         * sieve-mode.el (sieve-control-commands-face)
6090         (sieve-action-commands-face, sieve-test-commands-face)
6091         (sieve-tagged-arguments-face):
6092         * spam.el (spam-face):
6093         Mark face aliases with "-face" in the name as obsolete.
6094
6095 2009-09-01  Glenn Morris  <rgm@gnu.org>
6096
6097         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6098         than goto-line.
6099
6100 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6103         Don't move point if the command is invoked inside the message header.
6104
6105 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6106
6107         * imap.el (imap-send-command): Simplify.
6108         (imap-wait-for-tag): point-max -> buffer-size.
6109
6110 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6111
6112         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6113         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6114         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6115         * nnir.el (nnir-swish-e-index-file):
6116         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6117         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6118         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6119         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6120         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6121         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6122
6123 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6126         Don't save excursion.
6127
6128 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * nnheader.el (nnheader-find-file-noselect):
6131         * mm-util.el (mm-insert-file-contents):
6132         Use (default-value 'major-mode) instead of default-major-mode.
6133
6134 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6135
6136         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6137
6138 2009-08-26  Glenn Morris  <rgm@gnu.org>
6139
6140         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6141         than placing in files.el.
6142
6143 2009-08-25  Glenn Morris  <rgm@gnu.org>
6144
6145         * nnir.el (top-level): Don't require cl at run-time.
6146         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6147         Replace cl-function substitute with gnus-replace-in-string.
6148         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6149         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6150         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6151         simplified expansions.
6152
6153 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6154
6155         * dig.el (dig): Add autoload cookie.
6156
6157 2009-08-22  Glenn Morris  <rgm@gnu.org>
6158
6159         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6160         goto-line.
6161
6162 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6163
6164         * parse-time.el (parse-time-string-chars): Save match data.
6165
6166 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6167
6168         * parse-time.el (parse-time-string-chars): Compute using character
6169         classes, to handle non-ascii characters (Bug#3190).
6170
6171 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6174
6175         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6176         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6177         (gnus-mm-display-part, gnus-mime-display-single)
6178         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6179         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6180
6181         * gnus-sum.el
6182         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6183         (gnus-summary-move-article): Add expirable mark to articles copied or
6184         moved to group that has auto-expire turned on if the option is non-nil.
6185
6186 2009-07-24  Glenn Morris  <rgm@gnu.org>
6187
6188         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6189         Fix typo.  (Bug#3903)
6190
6191 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6194         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6195         that should not be used for draft articles.
6196         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6197         that has no concern in minor mode keys.
6198         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6199         Abolish.
6200
6201 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6204         article without making inquiry to a user for unknown encoding.
6205
6206         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6207         (nnmaildir--scan): Assume i-node and device number that file-attributes
6208         returns might be cons-cell.
6209
6210         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6211
6212         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6213
6214 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6215
6216         * auth-source.el: Remove docs now in auth.texi.  Don't use
6217         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6218         `auth-source-hide-passwords' and use them.
6219
6220 2009-07-15  Glenn Morris  <rgm@gnu.org>
6221
6222         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6223
6224 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6227         excessive whitespace from the default values of title and description.
6228
6229 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6232         mail-fetch-field to fetch Content-Description header in order to
6233         exclude newlines.
6234
6235 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6236
6237         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6238         format used by GnuPG 2.0.11.
6239
6240 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6243         to deleted part.
6244
6245 2009-05-30  David Engster  <dengste@eml.cc>
6246
6247         * nnmairix.el: Remove old documentation in the commentary block.
6248         (nnmairix-request-group): Do not update active file for nnml back ends.
6249         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6250         end so that overview files are ignored.
6251         (nnmairix-update-groups): Make updating the groups more robust by using
6252         marks.
6253         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6254         with dollar characters in message-id.
6255
6256 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6259         2008-12-25 in dns.el.
6260
6261 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6262
6263         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6264         could happen if the text is only composed of spaces and/or tabs.
6265
6266 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6267
6268         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6269         when sending a queued message to avoid extra mml tags.
6270
6271 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6274
6275 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6278         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6279         rmail-toggle-header for XEmacs;
6280         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6281
6282 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-dired.el: Remove autoload for gnus-setup-message.
6285         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6286         displaying Gnus logo; always use compose-mail.
6287
6288 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6291
6292 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6295         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6296         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6297         available.
6298         (gnus-nocem-epg-verify): New function.
6299
6300 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6303
6304 2009-02-15  Glenn Morris  <rgm@gnu.org>
6305
6306         * gnus-util.el (rmail-insert-rmail-file-header)
6307         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6308         autoloads.
6309         (rmail-default-rmail-file): Remove unnecessary declaration.
6310         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6311
6312 2009-02-14  Glenn Morris  <rgm@gnu.org>
6313
6314         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6315         variable (only used in gnus-util, which declares it anyway).
6316         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6317         which was only needed by gnus-art (changed to not use it any more).
6318         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6319         only used in gnus-util, which autoloads it itself.
6320         (rmail-update-summary): Fix autoload.
6321
6322         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6323         rather than rmail-output-to-rmail-file.
6324
6325 2009-02-07  Glenn Morris  <rgm@gnu.org>
6326
6327         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6328         autoload of function that no longer exists.
6329         (rmail-toggle-header): Declare.
6330         (message-forward-rmail-make-body): Handle mbox Rmail.
6331
6332 2009-01-31  Glenn Morris  <rgm@gnu.org>
6333
6334         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6335         2009-01-09 change.
6336
6337 2009-01-31  Dave Love  <fx@gnu.org>
6338
6339         * imap.el (imap-fetch-safe): Bind debug-on-error.
6340         (imap-debug): Add imap-fetch-safe.
6341
6342 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6343
6344         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6345         (auth-source-forget-all-cached): New convenience function.
6346         (auth-source-user-or-password): Accept list of modes or a single mode.
6347
6348         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6349         auth-source modes.
6350
6351         * netrc.el (netrc-machine-user-or-password): Use list of
6352         auth-source modes.
6353
6354         * nnimap.el (nnimap-open-connection): Use list of
6355         auth-source modes.
6356
6357         * nntp.el (nntp-send-authinfo): Use list of
6358         auth-source modes.
6359
6360 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6361
6362         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6363         now.
6364
6365 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6368         coding system in XEmacs; add a workaround for XEmacs.
6369
6370         * lpath.el: Fbind coding-system-aliasee.
6371
6372 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6375         of current-language-environment.
6376
6377 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6380         available at runtime.
6381
6382 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6385
6386 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6387
6388         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6389         the greatest positive fixnum value doesn't work under an XEmacs with
6390         bignum support; use the most-positive-fixnum constant instead,
6391         available since Emacs 21.1 with cl and XEmacs 21.1.
6392
6393 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6396         XEmacs gets not to work.
6397
6398 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * mm-util.el (mm-coding-system-priorities): Allow the value like
6401         "Japanese (UTF-8)" of current-language-environment.
6402
6403 2009-01-09  Glenn Morris  <rgm@gnu.org>
6404
6405         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6406         with last-command-event.
6407
6408 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6411         in the doc string.
6412
6413         * message.el (message-fix-before-sending): Amend comment.
6414
6415 2009-01-08  Dave Love  <fx@gnu.org>
6416
6417         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6418
6419 2009-01-07  David Engster  <dengste@eml.cc>
6420
6421         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6422         simplified server definitions by converting it via
6423         gnus-server-to-method.
6424
6425 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6428         parameter's operands.
6429
6430 2009-01-06  David Engster  <dengste@eml.cc>
6431
6432         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6433         primary select method (for gnus-group-mark-article-as-read).
6434
6435 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6436
6437         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6438         `(gnus)Face', not `(gnus)X-Face'.
6439
6440 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * mm-util.el (mm-ucs-to-char): New function.
6443
6444         * mm-url.el (mm-url-decode-entities): Use it.
6445
6446         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6447         unicode-to-char.
6448
6449 2009-01-05  Dave Love  <fx@gnu.org>
6450
6451         * time-date.el: Require cl for `declare'.
6452
6453 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6456         Dave Love.
6457
6458 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6459
6460         * message.el (message-fix-before-sending): Add `eight-bit' to
6461         illegible-text check.
6462
6463 2009-01-03  Michael Olson  <mwolson@gnu.org>
6464
6465         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6466         `headers' is nil.  This can occur if the IMAP server does not have
6467         permissions to read messages from a folder, but can write new messages
6468         to the folder.
6469         (nnimap-request-article-part): Do not insert `data' if it is nil.
6470
6471         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6472         characters which will confuse `read', so skip past them.
6473
6474 2009-01-01  Dave Love  <fx@gnu.org>
6475
6476         * imap.el (imap-string-to-integer): Fix typo.
6477         (imap-fetch-safe): New function.
6478         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6479
6480         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6481
6482         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6483         (imap-parse-greeting): Fix doc strings.
6484         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6485         (imap-parse-flag-list): Make messages unique.
6486         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6487
6488         * nnimap.el: Fix author email.
6489         (nnimap-split-rule): Add FIXME comment.
6490         (nnimap-debug): Fix doc string.
6491
6492 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6495
6496 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6499         nslookup if resolv.conf isn't available.
6500         (dns-query): Rename from query-dns.
6501         (dns-query-cached): Rename from query-dns-cached.
6502
6503 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6506         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6507         to check if those variables exist (first appeared in Emacs 18.50).
6508
6509 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * mm-util.el (mm-line-number-at-pos): New function.
6512
6513         * spam-report.el (spam-report-process-queue): Use it.
6514
6515 2008-12-24  David Engster  <dengste@eml.cc>
6516
6517         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6518         parameters that haven't existed as variables as buffer-local variables.
6519
6520 2008-12-23  Dave Love  <fx@gnu.org>
6521
6522         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6523         cadar.
6524
6525         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6526         imap-starttls-p.
6527         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6528
6529 2008-12-22  Dave Love  <fx@gnu.org>
6530
6531         * imap.el: Fix author email.  Doc fixes.
6532         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6533         reply.
6534
6535 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * spam-report.el (spam-report-gmane-max-requests): New constant.
6538         (spam-report-gmane-wait): New variable.
6539         (spam-report-gmane-ham, spam-report-gmane-spam)
6540         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6541         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6542         the server.
6543
6544         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6545         Add explanations.
6546
6547         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6548         nnheader-accept-process-output and nnheader-read-timeout if available.
6549         (pop3-movemail): Use it.
6550
6551         * message.el (message-check-news-body-syntax): Fix signature check if
6552         there's an attachment.
6553
6554 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * mm-util.el: Add comments to the mm- emulating functions.
6557
6558 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6559
6560         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6561         Reported by Stephen Berman <stephen.berman@gmx.net>.
6562
6563 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * mm-util.el (mm-substring-no-properties): New function.
6566         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6567         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6568         (mm-string-to-multibyte): Doc fix.
6569
6570         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6571
6572 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * mml.el (mml-attach-file): Strip text properties from file name.
6575         (Bug#1574)
6576
6577 2008-12-16  Glenn Morris  <rgm@gnu.org>
6578
6579         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6580
6581 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6584         knows since the charset specified might be a bogus alias that
6585         mm-charset-synonym-alist provides.
6586
6587 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6590         "ISO_8859-1".
6591
6592         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6593
6594 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * mm-util.el (mm-charset-eval-alist):
6597         Define it before mm-charset-to-coding-system.
6598         (mm-charset-to-coding-system): Add optional argument `silent';
6599         define it before mm-charset-override-alist.
6600         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6601         default value if it can be used in Emacs currently running;
6602         silence mm-charset-to-coding-system.
6603
6604 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6607         `allow-override' which says whether to use `mm-charset-override-alist'.
6608         (rfc2047-decode-encoded-words): Use it.
6609
6610         * mm-util.el (mm-charset-override-alist): Fix custom type;
6611         add `(gb2312 . gbk)' to choices.
6612
6613 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6616         fast.
6617
6618         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6619
6620         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6621
6622 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6623
6624         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6625         on links.
6626
6627         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6628
6629 2008-12-03  Lute Kamstra  <lute@gnu.org>
6630
6631         * sha1.el: Remove leading * from docstrings of defcustoms,
6632         deffaces, defconsts and defuns.
6633
6634 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6637         users' addresses that don't have domain parts.
6638         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6639         rather than message-narrow-to-head since there will be the message
6640         header separator.
6641
6642 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6643
6644         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6645         since the result is inserted in a unibyte buffer anyway.
6646         (nnimap-demule-use-string-to-multibyte): Remove.
6647         (nnimap-demule): Alias it to mm-string-to-multibyte.
6648
6649 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6652         variable for debugging bug#464 and bug#1174.
6653         (nnimap-demule): Use it.
6654
6655 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6656
6657         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6658         score calculation correctly.
6659
6660 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * message.el (message-send-mail): Just set the buffer to unibyte
6663         rather than use mm-with-unibyte-current-buffer which does a lot more.
6664         (message-send-mail-partially): Don't bother with
6665         mm-with-unibyte-current-buffer since it's already been made unibyte by
6666         message-send-mail.
6667
6668 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6671
6672 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6675
6676 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6679         require itself and to remove `with-no-warnings'.
6680
6681 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * starttls.el (starttls-any-program-available): Get the name of the
6684         available TLS layer program.
6685         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6686         well as the host name in the "opening" message.
6687
6688         * auth-source.el (auth-source-cache, auth-source-do-cache)
6689         (auth-source-user-or-password): Cache passwords and logins by default,
6690         allow override with `auth-source-do-cache'.
6691         (auth-source-forget-user-or-password): Allow users to remove cache
6692         entries if needed.
6693
6694 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6695
6696         * md4.el (md4-buffer): Fix typo in docstring.
6697         (md4, md4-64): Doc fixes.
6698         (md4-pack-int32): Reflow docstring.
6699
6700 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6703         condition-case to only the forward-sexp call.
6704
6705 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6708         quotes contained.  Make it more robust regardless by an extra
6709         condition-case wrapper.
6710
6711 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6714
6715 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * nnml.el (nnml-request-expire-articles): Check if the function set to
6718         `nnmail-expiry-target' returns the symbol `delete'.
6719
6720         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6721
6722         * nnmail.el (nnmail-expiry-target): Fix custom type.
6723
6724 2008-10-02  Glenn Morris  <rgm@gnu.org>
6725
6726         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6727         Silence compiler warning.
6728
6729 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6730
6731         * tls.el (open-tls-stream): Show the actual command being
6732         executed, instead of the format string.
6733
6734 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * lpath.el: Fbind codepage-setup for Emacs 23.
6737
6738 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6739
6740         * mml.el (mml-menu): Don't assume mml2015 is bound.
6741
6742 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6745         exists.
6746
6747 2008-09-27  Glenn Morris  <rgm@gnu.org>
6748
6749         * gnus-util.el (mail-header-remove-comments): Autoload it.
6750
6751 2008-09-27  Andreas Schwab  <schwab@suse.de>
6752
6753         * gnus-util.el (gnus-split-references): Strip comments.
6754         (gnus-parent-id): Likewise.
6755
6756 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * message.el (message-confirm-send): Fix version.
6759
6760 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * message.el (message-idna-to-ascii-rhs-1): Use
6763         mail-extract-address-components rather than mail-header-parse-addresses
6764         that is an alias by default to ietf-drums-parse-addresses that does not
6765         support non-ASCII names in headers' contents.
6766
6767 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * message.el (message-confirm-send): Fix variable documentation to
6770         avoid the "y/n" wording.
6771
6772 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6773
6774         * message.el (message-set-auto-save-file-name): Save to a different
6775         filename so multiple messages (especially drafts) can be recovered.
6776
6777 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6778
6779         * message.el (message-confirm-send): Add appropriate version.
6780
6781 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6784         defvar.
6785
6786 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6787
6788         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6789         (mm-pkcs7-enveloped-magic): Ditto.
6790
6791 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6792
6793         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6794         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6795
6796 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6799         default, it's better.
6800
6801 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6804         summary line gnus-number property and ignore them (with a warning
6805         message).
6806
6807 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6810         macro caddr in the interactive form since it won't be expanded.
6811
6812 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6815         `charset'; fix name of function called recursively.
6816         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6817
6818 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6821         (gnus-mime-set-charset-parameters): New function.
6822         (gnus-mime-view-part-as-charset): Use it to correctly display part
6823         specifying wrong charset.
6824
6825 2008-09-08  David Engster  <dengste@eml.cc>
6826
6827         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6828         in completing-read for back end server.
6829
6830 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * message.el (message-confirm-send): New variable to confirm sending a
6833         message.
6834         (message-send): Use it.
6835
6836 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6839
6840 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6843
6844 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6847         prevent tracking too many groups.
6848         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6849         Use it.
6850
6851 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6852
6853         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6854         moving point to the bottom of the window in order to avoid recentering.
6855
6856 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6859
6860         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6861         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6862         (gnus-article-beginning-of-window): Fix calculation.
6863
6864 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-msg.el (gnus-summary-supersede-article)
6867         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6868         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6869         message header.
6870
6871 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6872
6873         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6874         pending output coming after the status change.
6875
6876 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6877
6878         * message.el:
6879         * gnus-start.el:
6880         * gnus-registry.el: Remove VMS support.
6881
6882 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6885         macro.
6886         (rfc2104-hash): Use it.
6887
6888 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6891         (gnus-summary-sort-by-most-recent-date): New commands.
6892         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6893         and menu entries.
6894
6895 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6898         don't redisplay article for raw contents; remove plural articles stuff.
6899
6900         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6901         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6902         on gnus-summary-save-article; display results properly.
6903
6904 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * lpath.el: No need to fbind ns-focus-frame.
6907
6908 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6911
6912 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-art.el (gnus-summary-save-in-pipe):
6915         Consider gnus-save-all-headers.
6916
6917 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6918
6919         * gnus-util.el (ns-focus-frame): Remove declaration.
6920         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6921         like x.
6922
6923 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6924
6925         * rfc2104.el (rfc2104-zero): Delete defconst.
6926         (rfc2104-hex-alist): Likewise.
6927         (rfc2104-hex-to-int): Delete func.
6928         (rfc2104-hexstring-to-bitstring): Likewise.
6929         (rfc2104-nybbles): New defconst.
6930         (rfc2104-hash): Rewrite for speed.
6931
6932 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * tls.el (open-tls-stream): Make it work with the 2nd argument
6935         BUFFER that is a string but does not exist as a buffer object, as
6936         mentioned in the doc-string.
6937
6938 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6941         SXEmacs.
6942
6943 2008-07-16  Glenn Morris  <rgm@gnu.org>
6944
6945         * gnus-util.el (ns-focus-frame): Declare for compiler.
6946
6947 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6950         set as a group parameter.
6951         (gnus-summary-save-in-pipe): Work when it is called independently.
6952         (gnus-summary-pipe-to-muttprint): Don't modify
6953         gnus-summary-pipe-output-default-command.
6954
6955 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6956
6957         * message.el (message-send-mail-with-sendmail):
6958         Display the error message.
6959
6960 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-default-article-saver):
6963         Add gnus-summary-save-in-pipe to choices.
6964         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6965         gnus-summary-pipe-output-default-command as the default command.
6966         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6967         instead of gnus-last-shell-command.
6968
6969         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6970         New user option.
6971         (gnus-summary-muttprint-program): Mention the value will be changed.
6972         (gnus-summary-save-article): Force showing of all headers.
6973         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6974
6975 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6976
6977         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6978
6979 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6980
6981         * nnimap.el (nnimap-id):
6982         * sieve-manage.el (sieve-manage-open): Doc fixes.
6983
6984 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6985
6986         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6987         if available.
6988
6989 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6990
6991         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6992
6993         * nnkiboze.el (nnkiboze-generate-group):
6994         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6995
6996         * nnmairix.el: Require CL.
6997
6998 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * dgnushack.el: Autoload get-display-table and put-display-table for
7001         XEmacs 21.5.
7002
7003         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7004         21.4 and SXEmacs.
7005
7006 2008-06-15  David Engster  <dengste@eml.cc>
7007
7008         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7009
7010 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7011
7012         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7013         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7014         runtime choice under XEmacs.
7015
7016         * gnus-sum.el (gnus-summary-set-display-table):
7017         Use `gnus-put-display-table', `gnus-get-display-table',
7018         `gnus-set-display-table' for the display table, instead of `aset'.
7019
7020         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7021         Use `gnus-put-display-table', `gnus-get-display-table',
7022         `gnus-set-display-table' for the display table.
7023
7024 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * nnmairix.el: Add autoloads.
7027
7028 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * nnmairix.el (nnmairix-delete-recreate-group)
7031         (nnmairix-update-and-clear-marks): Fix error messages.
7032
7033 2008-06-14  David Engster  <dengste@eml.cc>
7034
7035         * nnmairix.el: Upgrade to version 0.6.
7036         (nnmairix-group-toggle-propmarks-this-group)
7037         (nnmairix-group-toggle-readmarks-this-group)
7038         (nnmairix-group-delete-recreate-this-group)
7039         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7040         (nnmairix-remove-tick-mark-original-article): New commands.
7041         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7042         (nnmairix-propagate-marks-to-nnmairix-groups)
7043         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7044         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7045         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7046         functions needed for marks propagation and manipulation of read marks.
7047         (nnmairix-update-groups): New function.
7048         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7049         (nnmairix-determine-original-group-from-registry)
7050         (nnmairix-determine-original-group-from-path)
7051         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7052         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7053         New helper functions.
7054         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7055         keystrokes for new commands.
7056         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7057         (nnmairix-request-group): Check allow-fast group parameter.
7058         (nnmairix-request-create-group): Set allow-fast group parameter if
7059         nnmairix-allowfast-default is set.
7060         (nnmairix-close-group): Propagate marks upon closing if needed.
7061         (nnmairix-group-toggle-threads-this-group): Use new.
7062         nnmairix-group-toggle-parameter helper function.
7063         (nnmairix-search): Better check for empty search result.
7064         (nnmairix-goto-original-article): Use new helper functions for
7065         determining original article.
7066         (nnmairix-show-original-article): Make sure message-id is in brackets.
7067         (nnmairix-call-mairix-binary): Change variable name.
7068         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7069         helper function.
7070         (nnmairix-widget-toggle-activate): Fix doc string.
7071
7072 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * nnir.el: Require edmacro when compiling with XEmacs.
7075         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7076         available in Emacs 21.
7077
7078 2008-06-11  Glenn Morris  <rgm@gnu.org>
7079
7080         * gnus-util.el (x-focus-frame):
7081         * gnus.el (image-size):
7082         * mm-decode.el (image-size): Declare.
7083
7084         * gnus-picon.el (declare-function): Add compat definition.
7085         (image-size): Declare.
7086
7087         * gnus-group.el (tool-bar-map):
7088         * gnus-sum.el (tool-bar-map): Define for compiler.
7089
7090         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7091
7092         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7093
7094         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7095         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7096         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7097         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7098         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7099         * sieve-manage.el, spam-report.el, spam.el:
7100         Remove unnecessary eval-and-compile of autoloads.
7101
7102 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7103
7104         * auth-source.el: Precise Tramp doc.
7105
7106 2008-06-07  Glenn Morris  <rgm@gnu.org>
7107
7108         * nnmairix.el: Remove unnecessary eval-when-compile.
7109
7110 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * lpath.el: Fbind propertize for XEmacs 21.4.
7113
7114 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * nnir.el: Move here from ../contrib.
7117
7118 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7119
7120         * gnus-util.el (gnus-read-shell-command): New function.
7121         * mm-decode.el (mm-pipe-part):
7122         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7123
7124 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7127
7128 2008-06-03  Glenn Morris  <rgm@gnu.org>
7129
7130         * pop3.el (nnheader-accept-process-output): Autoload it.
7131
7132 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7135         are not 2-digit hexadecimal characters that follow `%'s.
7136
7137 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * message.el (message-bogus-recipient-p): Fix type in doc string.
7140         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7141         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7142         Improve custom options.
7143         (message-bogus-recipient-p): Adjust accordingly.
7144
7145 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7146
7147         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7148         long-form month and day names.
7149
7150 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * dgnushack.el: Autoload debug, eudc-expand-inline and
7153         pgg-snarf-keys-region for XEmacs.
7154
7155         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7156
7157         * nnmairix.el: Require edmacro when compiling with XEmacs.
7158
7159 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7162         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7163
7164 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * auth-source.el: Add more docs.
7167
7168         * netrc.el (netrc-machine): Always match if the port is not given.
7169
7170 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7173         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7174         retrieval faster in some cases, but might make CPU usage larger.
7175         If this has any bad side effects, we might revert this change.
7176
7177         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7178         seems to make mail retrieval much, much faster.
7179         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7180         unconditionally.
7181
7182         * gnus-draft.el (gnus-group-send-queue):
7183         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7184
7185 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7188
7189         * message.el (message-bogus-address-regexp): Fix and improve custom
7190         type.
7191         (message-setup-hook): Add message-check-recipients as custom option.
7192
7193 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * message.el (message-cite-function): Remove bogus autoload which crept
7196         in during merge from v5-10.
7197
7198 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7201
7202         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7203
7204         * auth-source.el: Preliminary Tramp docs.
7205         (auth-sources): Change the default auth-sources to use
7206         EPA .gpg files.
7207
7208 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7209
7210         * nntp.el: Autoload `auth-source-user-or-password'.
7211         (nntp-send-authinfo): Use it.
7212
7213         * nnimap.el: Autoload `auth-source-user-or-password'.
7214         (nnimap-open-connection): Use it.
7215
7216         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7217         for the gnus-message function.
7218         (auth-source-user-or-password): Use it.
7219
7220 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7221
7222         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7223         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7224         (rfc2104-hash): Use it.
7225
7226 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7227
7228         * gnus-art.el (gnus-article-toggle-truncate-lines):
7229         Don't use `iff' in docstring.
7230
7231 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7234
7235         * gnus-util.el (gnus-extract-address-component-name)
7236         (gnus-extract-address-component-email): Convenience functions around
7237         `gnus-extract-address-components'.
7238
7239         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7240         Use `gnus-extract-address-component-email' to fix bug of comparing full
7241         sender name to `user-mail-address'.
7242
7243 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7246         catch/throw to optimize.
7247         (gnus-registry-find-keywords): Just use member to find a keyword.
7248
7249 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7250
7251         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7252         is current before calling gnus-server-prepare.
7253         (gnus-server-setup-buffer, gnus-server-update-server)
7254         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7255
7256 2008-05-04  Juri Linkov  <juri@jurta.org>
7257
7258         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7259         (mailcap-file-default-commands): Use mailcap-replace-in-string
7260         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7261         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7262
7263 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7264
7265         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7266
7267 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7268
7269         * gnus.el: Bump version to 0.11.
7270
7271 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7272
7273         * gnus.el: No Gnus v0.10 is released.
7274
7275 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7278         hooks.
7279         (gnus-update-read-articles): Speed up non-marks-using users.
7280         (gnus-use-marks): Define gnus-use-marks.
7281         (gnus-propagate-marks): Rename variable to something more sensible.
7282
7283 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7284
7285         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7286         (gmm-image-load-path-for-library): Fix typos in docstrings.
7287         (gmm-message): Reflow docstring.
7288
7289 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * mail-source.el (mail-source-set-1, mail-source-bind):
7292         Move auth-source code out of the macro to clean it up and fix bugs.
7293
7294 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7295
7296         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7297         by sender if it's equal to user-mail-address, it's likely to be
7298         useless.
7299
7300         * mail-source.el (mail-source-bind): Don't use user or password if they
7301         are not bound.  Unintern them if they are nil.  Don't use server unless
7302         it's bound, and default it to empty string otherwise.
7303
7304 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         * mail-source.el: Load auth-source.el.
7307         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7308         get user name or password, if auth-sources is set up.
7309
7310         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7311         strategy of splitting with parent.
7312         (gnus-registry-split-fancy-with-parent)
7313         (gnus-registry-post-process-groups): Use it and fix prior
7314         bug (returning a list as the split result).
7315
7316         * auth-source.el (auth-sources): Remove server parameter.
7317         (auth-source-pick, auth-source-user-or-password)
7318         (auth-source-user-or-password-imap)
7319         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7320         (auth-source-user-or-password-sftp)
7321         (auth-source-user-or-password-smtp): Remove server parameter.
7322
7323 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7324
7325         * smime.el (smime-sign-region, smime-encrypt-region)
7326         (smime-decrypt-region):
7327         Remove redundant calls to `generate-new-buffer-name'.
7328
7329 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7330
7331         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7332         Don't use QP for message/rfc822.
7333         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7334
7335 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7336
7337         * sieve-manage.el (sieve-string-bytes): Remove.
7338         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7339         correct byte-length only if the process's coding-system is the same as
7340         the one used internally by Emacs to represent strings.
7341
7342 2008-04-22  Juri Linkov  <juri@jurta.org>
7343
7344         * mailcap.el (mailcap-file-default-commands): New function.
7345
7346 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * message.el (message-signature-separator, message-cite-function):
7349         Change custom version.
7350
7351 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7352
7353         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7354         commands.
7355         (tls-checktrust): Ditto.
7356
7357 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * mm-decode.el (mm-display-external): Make temp file read-only.
7360
7361 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7364         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7365         `C-c C-f d'.
7366
7367 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7368
7369         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7370
7371 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus.el: Bump version to 0.9.
7374
7375 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * gnus.el: No Gnus v0.8 is released.
7378
7379 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7380
7381         * mail-source.el (mail-source-value):
7382         Prefer fboundp to functionp so it works with macros as well.
7383
7384 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7385
7386         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7387         Fix last change in case the element is not even a symbol.
7388
7389 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7390
7391         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7392         Prefer fboundp to functionp so it works with macros as well.
7393
7394 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7395
7396         * auth-source.el: Add docs.
7397         (auth-sources): Modify format to support server.
7398         (auth-source-pick, auth-source-user-or-password)
7399         (auth-source-user-or-password-imap)
7400         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7401         (auth-source-user-or-password-sftp)
7402         (auth-source-user-or-password-smtp): Add server parameter.
7403
7404 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7405
7406         * gnus-registry.el: Initialize the registry when gnus-registry-install
7407         is t.
7408
7409 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * compface.el (uncompface): Make buffer unibyte.
7412
7413 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7414
7415         * mail-source.el (mail-source-value):
7416         Prefer fboundp to functionp so it works with macros as well.
7417
7418 2008-04-05  Glenn Morris  <rgm@gnu.org>
7419
7420         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7421
7422 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7423
7424         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7425         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7426
7427         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7428         multibyteness after rather than before erasing it.
7429
7430         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7431         mm-with-multibyte.
7432         (gnus-request-article-this-buffer): Make sure the proper decoding is
7433         used if gnus-original-article-buffer happens to be unibyte.
7434
7435         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7436         default-enable-multibyte-characters.
7437
7438         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7439         default-enable-multibyte-characters.
7440
7441         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7442
7443         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7444
7445 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7446
7447         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7448         Fix last change in case the element is not even a symbol.
7449
7450 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7451
7452         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7453         (imap-message-copyuid-1): Use it.
7454         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7455         J. Williams in
7456         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7457
7458         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7459         imap-enable-exchange-bug-workaround.
7460         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7461
7462 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7463
7464         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7465         a 100 byte status-checks into a 2-3MB transfer for each group.
7466         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7467         to enable bug workaround or not.
7468         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7469
7470 2008-03-31  Glenn Morris  <rgm@gnu.org>
7471
7472         * message.el (mml2015-use): Declare for compiler.
7473         (message-info): Require mml2015 when appropriate.
7474
7475 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7478         whitespace.
7479
7480 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7481
7482         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7483         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7484         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7485         (nntp-service-to-port): New function.
7486         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7487         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7488         (nntp-open-netcat-stream): New function.
7489         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7490
7491 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7492
7493         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7494
7495 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7496
7497         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7498
7499 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7500
7501         * dns.el (dns-write): Use set-buffer-multibyte.
7502
7503 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7504
7505         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7506
7507 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * message.el (message-signature-separator): Change default.
7510         Improve custom type.
7511         (message-cite-function): Change default to
7512         message-cite-original-without-signature.
7513
7514         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7515         toggle.
7516
7517         * message.el (message-check-news-body-syntax): Fix signature check.
7518         (message-setup-1): Mark buffer as unmodified _after_ running
7519         message-setup-hook and handling message-alternative-emails.
7520         (message-shorten-references): Be more strict when building list of
7521         valid references to comply with GNKSA.
7522
7523         * gnus-group.el (gnus-read-ephemeral-bug-group)
7524         (gnus-read-ephemeral-debian-bug-group)
7525         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7526
7527         * message.el (message-info): Don't use booleanp which isn't supported
7528         in Emacs 21 and XEmacs.
7529
7530 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7533         gnus-group-gmane-group-download-format.
7534         (gnus-group-read-ephemeral-gmane-group): Rename from
7535         gnus-group-read-ephemeral-gmane-group.
7536         (gnus-read-ephemeral-gmane-group-url): Rename from
7537         gnus-group-read-ephemeral-gmane-group-url.
7538         (gnus-bug-group-download-format-alist): New variable.
7539         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7540         (gnus-read-ephemeral-emacs-bug-group): New commands.
7541
7542 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7545         (gnus-visible-headers): Improve custom type.
7546
7547 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * mml.el (mml-menu): Add workarounds for XEmacs.
7550
7551         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7552         X-Boundary header.
7553
7554         * message.el (message-simplify-recipients): Fix previous commit.
7555
7556 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7557
7558         * mm-util.el (mm-set-buffer-multibyte): New function.
7559         * mm-decode.el (mm-copy-to-buffer): Use it.
7560
7561         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7562         Prefer fboundp to functionp so it works with macros as well.
7563
7564 2008-03-19  Glenn Morris  <rgm@gnu.org>
7565
7566         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7567         Accidentally removed in the sync process with Emacs.
7568
7569 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * message.el (message-alter-recipients-discard-bogus-full-name):
7572         New function.
7573         (message-alter-recipients-function): New variable.
7574         (message-get-reply-headers): Use it.
7575         (message-replace-header): New helper function.
7576         (message-recipients-without-full-name): New variable.
7577         (message-simplify-recipients): New command.
7578
7579         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7580
7581         * message.el (message-info): Handle EasyPG manual.
7582
7583         * mml.el (mml-menu): Add entry for EasyPG.
7584
7585 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7586
7587         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7588         parameter.
7589
7590         * message.el (message-disassociate-draft): Specify drafts group name
7591         fully.
7592
7593 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7596         Eliminate unnecessary duplicates from the match list.
7597
7598 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7601
7602         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7603
7604         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7605         args of `how-many' of which the XEmacs version doesn't take; declare
7606         Info-index-next as function.
7607
7608 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus-score.el (gnus-score-headers): Fix handling of
7611         gnus-inhibit-slow-scoring.
7612
7613         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7614         string.
7615         (gnus-button-url-regexp): Improve handling of parenthesis.
7616         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7617         (gnus-button-handle-info-keystrokes): Handle index entries.
7618
7619 2008-03-15  Glenn Morris  <rgm@gnu.org>
7620
7621         * parse-time.el (parse-time-string): Simplify.
7622
7623 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7626         Incoming* files.
7627
7628 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * auth-source.el (auth-sources): Rename from auth-source-choices.
7631         (auth-source-pick): Use it.
7632
7633 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7634
7635         * binhex.el (binhex-decode-region-internal):
7636         * uudecode.el (uudecode-decode-region-internal):
7637         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7638         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7639         setting default-enable-multibyte-characters.
7640
7641 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * auth-source.el (auth-source-protocols)
7644         (auth-source-protocols-customize, auth-source-choices): Add and
7645         modified variable customizations and defaults.
7646         (auth-source-pick, auth-source-user-or-password)
7647         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7648         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7649         (auth-source-user-or-password-sftp)
7650         (auth-source-user-or-password-smtp): Use new variables and provide an
7651         interface to netrc.el.
7652
7653 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7656         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7657         Make sure the nntp port to specify is a string.
7658
7659 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7660
7661         * nntp.el: Use with-current-buffer.
7662         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7663         dubious mm-with-unibyte-current-buffer.
7664         (nntp-with-open-group-function): New function extracted from
7665         nntp-with-open-group macro.
7666         (nntp-with-open-group): Use the function, so it's easier to debug.
7667         Add indentation and debugging info.
7668         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7669         Recommend the use of the netcat alternatives.
7670
7671         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7672         Avoid mm-string-as-multibyte as well.
7673
7674         * nnweb.el (nnweb-insert-html):
7675         Remove use of nnheader-string-as-multibyte.
7676
7677         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7678         (nnheader-string-as-multibyte): Remove.
7679
7680         * mm-view.el: Use inhibit-read-only.
7681         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7682         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7683         or unibyte-string.
7684
7685         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7686         (mm-uu-yenc-extract): Use with-current-buffer.
7687
7688         * gnus-soup.el (gnus-soup-send-packet): Don't use
7689         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7690
7691         * nnmh.el: Use with-current-buffer.
7692         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7693         mm-string-as-multibyte on the output of mm-encode-coding-string.
7694
7695         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7696         (nnimap-request-move-article): Use with-current-buffer.
7697
7698         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7699         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7700         conversion uses string-make-unibyte rather than string-as-unibyte.
7701
7702         * gnus-msg.el: Use with-current-buffer.
7703
7704         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7705
7706 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7707
7708         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7709         string for caching if it is 'PIN.
7710
7711 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * lpath.el: Consider the case without Emacs/W3.
7714
7715 2008-03-08  Glenn Morris  <rgm@gnu.org>
7716
7717         * time-date.el (date-to-time, time-subtract, time-add)
7718         (safe-date-to-time): Doc fixes.
7719
7720 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * mail-source.el (mail-source-delete-old-incoming-confirm):
7723         Change default to nil.
7724         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7725
7726 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * lpath.el: Rearrange.
7729
7730         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7731         (gnus-article-goto-prev-page): Work for articles having ^L's.
7732
7733         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7734
7735         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7736
7737 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7738
7739         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7740         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7741         (gnus-bookmark-jump): Adjust some variable names.
7742
7743 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * auth-source.el: New package.
7746         (auth-source-choices): Add customization entry point variable.
7747
7748         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7749         bug.
7750
7751 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7752
7753         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7754         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7755         (gnus-registry-install-shortcuts): Rename from
7756         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7757         the `gnus-registry-mark-map' keymap dynamically from
7758         `gnus-registry-marks'.  The generated functions update the summary line
7759         when a registry mark is added or deleted, and will call
7760         `gnus-registry-install-p' (see the comments in the code).
7761         (gnus-registry-user-format-function-M): Use concat intelligently.
7762
7763         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7764         the registry mark functions.
7765
7766 2008-03-05  Glenn Morris  <rgm@gnu.org>
7767
7768         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7769         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7770         gnus-art.
7771         (top-level): No need to load own source when compiling.
7772
7773 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7776         Suggested by <chris.anderton@zetnet.co.uk>.
7777
7778 2008-03-04  Glenn Morris  <rgm@gnu.org>
7779
7780         * gnus-sum.el (top-level): No need to require gnus when compiling,
7781         since unconditionally required near start of file.
7782         (gnus-summary-display-while-building): Move definition before use.
7783
7784 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7785
7786         * gnus-registry.el (gnus-registry-user-format-function-M):
7787         Add formatting function.
7788
7789 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7792         with plists.
7793         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7794         Use new format.
7795
7796 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7799         `where-is-internal' that returns a range of key sequences.
7800
7801 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7802
7803         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7804
7805         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7806         (gnus-summary-jump-to-group): Consider windows on other displayed
7807         frames as well.  Similar changes might be needed elsewhere, but that's
7808         the one I've bumped into during my use.
7809
7810         * nndoc.el (nndoc-oe-dbx-type-p):
7811         * gnus-msg.el (gnus-debug):
7812         * gnus-group.el (gnus-update-group-mark-positions):
7813         Use mm-string-to-multibyte.
7814
7815 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7818         doesn't handle NotDashEscaped.
7819
7820         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7821         (mml-dnd-attach-options): Fix typo in custom choice.
7822
7823         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7824         Change nndoc-article-type to mbox.
7825         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7826
7827         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7828         to nil, instead of html2text.
7829
7830         * imap.el (imap-debug): Add `imap-ping-server'.
7831
7832         * gnus-bookmark.el: Add FIXMEs.
7833
7834         * message.el (message-form-letter-separator)
7835         (message-send-form-letter-delay): New variables.
7836         (message-send-form-letter): Use them.  New command to send form
7837         letters.  Requested by Uwe Siart.
7838         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7839
7840 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * Update copyright years.
7843
7844 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         Sync from EMACS_22_BASE.
7847
7848         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7849
7850 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7851
7852         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7853         empty author.
7854
7855 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7856
7857         * gnus-registry.el (gnus-registry-marks): Add variable for
7858         customization of marks and their appearance.
7859         (gnus-registry-read-mark): Use it.
7860         (gnus-registry-do-marks): Add utility function to loop through
7861         `gnus-registry-marks'.
7862         (gnus-registry-install-shortcuts-and-menus): Add function to install
7863         shortcuts and menus.
7864         (gnus-registry-initialize): Use it.
7865         (gnus-registry-default-mark): Clarify documentation.
7866
7867 2008-02-29  Glenn Morris  <rgm@gnu.org>
7868
7869         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7870         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7871         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7872         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7873         Change defcustom :version from 23.0 to 23.1.
7874
7875 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * gnus-registry.el (gnus-registry-follow-group-p)
7878         (gnus-registry-post-process-groups): Add functions to aid registry
7879         splitting and improve logging.  Clarify behavior in function
7880         documentation.
7881         (gnus-registry-split-fancy-with-parent): Use them.
7882
7883 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7884
7885         * gnus-art.el: Use with-current-buffer.
7886
7887 2008-02-27  David Engster  <dengste@eml.cc>
7888
7889         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7890         Express real group name in the response.
7891
7892 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7895         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7896         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7897         autoload gnus-registry-fetch-group when compiling.
7898         (nnmairix-request-group-with-article-number-correction):
7899         Remove unreferenced argument passed to nnmairix-call-backend.
7900
7901 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7904         (mm-uu-extract): Improve face for low color ttys.
7905         Reported by Sascha Wilde.
7906
7907 2008-02-27  Glenn Morris  <rgm@gnu.org>
7908
7909         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7910         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7911         variables to defconsts.  Convert comments to doc-strings.
7912         (nnmairix-last-server, nnmairix-current-server): Convert from free
7913         variables to defvars.  Convert comments to doc-strings.
7914         (gnus-registry-fetch-group): Autoload.
7915         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7916         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7917         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7918         caddr.
7919         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7920         nnmairix-request-group-with-article-number-correction call.
7921         (nnmairix-fast, nnmairix-group): New, less general names, for free
7922         variables passed from nnmairix-request-group to
7923         nnmairix-request-group-with-article-number-correction.  Declare.
7924         (nnmairix-request-group-with-article-number-correction):
7925         Use nnmairix-fast, nnmairix-group rather than fast, group.
7926
7927 2008-02-26  David Engster  <dengste@eml.cc>
7928
7929         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7930         version 0.5.
7931
7932 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7933
7934         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7935         instead of making an extra function call.  Don't add the current group
7936         to articles only when they have the group.  Use
7937         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7938         Reported by David <de_bb@arcor.de>.
7939
7940 2008-02-24  Miles Bader  <miles@gnu.org>
7941
7942         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7943         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7944         (mm-find-mime-charset-region):
7945         * mm-bodies.el (mm-encode-body):
7946         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7947
7948 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7951         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7952
7953 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * mail-source.el (mail-source-delete-incoming): Change default.
7956         Supplement doc string.
7957
7958         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7959
7960 2008-02-14  Glenn Morris  <rgm@gnu.org>
7961
7962         * time-date.el (format-seconds): New function.
7963
7964 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * nnmail.el (nnmail-message-id-cache-file): Derive from
7967         `gnus-home-directory'.
7968
7969 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7972         Document negative prefix.
7973
7974         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7975
7976 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * message.el (message-unsent-separator): Add the Exim bounce
7979         separator.
7980
7981 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7982
7983         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7984         list.
7985         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7986         recipient/signer list.
7987
7988 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * Makefile.in (datarootdir): Define.
7991         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7992         name that might contain whitespace.
7993
7994 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7997         fbound (Emacs 23 unicode), signal an error.
7998
7999 2008-02-08  Glenn Morris  <rgm@gnu.org>
8000
8001         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8002
8003 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8004
8005         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8006         ports to the calls to `netrc-machine-user-or-password' in addition to
8007         "imap" and "imaps".
8008
8009 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8010
8011         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8012
8013         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8014
8015 2008-02-01  Kenichi Handa  <handa@m17n.org>
8016
8017         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8018         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8019         (rfc2104-hash): Convert the result of concat to unibyte string.
8020
8021 2008-02-01  Dave Love  <fx@gnu.org>
8022
8023         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8024         coding-system-for-read.
8025         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8026
8027 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8030         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8031         <hanche@math.ntnu.no>.
8032
8033 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8036
8037         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8038
8039 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8040
8041         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8042         * message.el (message-beginning-of-line): Use featurep instead of bound
8043         tests in order to resolve conditionals at compile time.
8044
8045 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8046
8047         * mail-source.el (mail-sources): Add `group' choice.
8048
8049         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8050         parameter `in-group' to control into which group the articles go.
8051         Add treatment of `group' mail-source.
8052
8053 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8056
8057         * mm-decode.el (mm-dissect-buffer): Decode description.
8058
8059         * mml.el (mml-to-mime): Encode message header first.
8060
8061 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8064         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8065
8066         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8067         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8068
8069 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8072
8073 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8076         prefix keys.
8077         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8078         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8079         gnus-xmas.el.
8080
8081         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8082         (gnus-xmas-article-describe-bindings): New function.
8083         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8084         gnus-xmas-article-describe-bindings.
8085
8086         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8087
8088 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8091         Add new variables for article mark management.
8092         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8093         list of extra data entries which, when present, will indicate that the
8094         article ID should not be trimmed from the registry.
8095         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8096         functions.
8097         (gnus-registry-read-mark): New function to read a mark name from the
8098         user.
8099         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8100         (gnus-registry-set-article-mark-internal): New functions to add and
8101         remove marks.
8102         (gnus-registry-get-article-marks): New function to show the marks for
8103         an article, or retrieve them for further use.
8104
8105 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8108         keys when no argument is given.
8109
8110 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * imap.el (imap-ping-server): New variable.
8113         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8114         (imap-ping-server): Minor doc string fixes.
8115
8116 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8117
8118         * imap.el (imap-ping-server): New function.
8119         (imap-opened): Call imap-ping-server.
8120
8121 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * gnus-sum.el (gnus-article-sort-by-random)
8124         (gnus-thread-sort-by-random): Fix doc strings.
8125         Reported by jidanni@jidanni.org.
8126
8127 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-art.el (gnus-article-describe-bindings): New function.
8130         (gnus-article-read-summary-keys): Use it.
8131         (gnus-article-mode-map): Bind `C-h b' to it.
8132
8133 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8136         XEmacs.
8137         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8138         Protect against non-character events.
8139
8140         * lpath.el: Fbind map-keymap for Emacs 21.
8141
8142 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8145         New command.
8146         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8147         instead of END.  Change name of the temp file.
8148         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8149         customizable.
8150
8151 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8154         bind `S W' to gnus-article-wide-reply-with-original; set default
8155         binding to gnus-article-read-summary-send-keys.
8156         (gnus-article-read-summary-keys): Fix the order of keys; display
8157         continuation keys correctly in the echo area; describe bindings
8158         correctly when keys end with `C-h'.
8159         (gnus-article-read-summary-send-keys): New function.
8160         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8161         Work for gnus-article-read-summary-send-keys; display continuation keys
8162         correctly in the echo area.
8163         (gnus-article-reply-with-original): Ignore prefix argument.
8164         (gnus-article-wide-reply-with-original): New function.
8165
8166         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8167         Emacs 21.
8168
8169 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8172         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8173
8174 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8177         (gnus-group-read-ephemeral-gmane-group): New command.
8178
8179 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8180
8181         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8182
8183 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * message.el (message-send-mail-function): Increase custom version.
8186
8187         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8188         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8189
8190 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8191
8192         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8193         for the cases where imap-authenticate is called with a nil buffer
8194         parameter.
8195
8196 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8199         html parts correctly; support forwarded messages.
8200         (gnus-article-browse-html-article): Remove work buffers.
8201
8202         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8203         compiling.
8204         (netrc-bound-and-true-p): New macro.
8205         (netrc-parse): Use it instead of bound-and-true-p that is not available
8206         in XEmacs 21.4.
8207
8208 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * gnus-registry.el (gnus-registry-mark-article)
8211         (gnus-registry-article-marks): Add functionality to mark articles
8212         through the Gnus registry.
8213
8214         * encrypt.el: Clarify documentation for the new pgg method.
8215         (encrypt-file-alist): Add PGG option.
8216         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8217         functionality.  Abstract password key and messaging to external
8218         functions.
8219         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8220         (encrypt-message-method-and-cipher): Add new convenience external
8221         functions.
8222         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8223         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8224
8225         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8226         (netrc-parse): Use encrypt-file-alist to determine if
8227         encrypt-find-model or encrypt-insert-file-contents should be used.
8228
8229         * encrypt.el: Clarify documentation.  Load password-cache or
8230         password, whichever one is found first, instead of autoloading.
8231
8232 2007-12-19  Glenn Morris  <rgm@gnu.org>
8233
8234         * mml.el (message-options-set, message-narrow-to-head)
8235         (message-in-body-p, message-mail-p, message-encode-message-body):
8236         Autoload.
8237         (message-remove-header, message-narrow-to-headers-or-head)
8238         (message-subscribed-p, message-make-mail-followup-to)
8239         (message-position-on-field, message-news-p)
8240         (message-options-set-recipient, message-generate-headers)
8241         (message-sort-headers): Declare as functions.
8242
8243 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8246         convention in doc string.
8247
8248 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8251         title to html parts.
8252         (gnus-article-browse-html-article): Pass message header to it.
8253
8254         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8255
8256 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8259         or password compatible with XEmacs.
8260
8261 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8264         format document.
8265         (gnus-mime-delete-part): Don't write description line if empty.
8266         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8267
8268 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8269
8270         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8271         (gnus-summary-mark-read-and-unread-as-read)
8272         (gnus-summary-mark-current-read-and-unread-as-read)
8273         (gnus-summary-mark-unread-as-ticked): Doc fix.
8274         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8275
8276 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8279         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8280
8281 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8284         yes-or-no-p.
8285
8286 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * mm-decode.el (mm-add-meta-html-tag): New function.
8289         (mm-save-part-to-file, mm-pipe-part): Use it.
8290
8291         * gnus-art.el (gnus-article-browse-delete-temp-files):
8292         Use gnus-y-or-n-p instead of y-or-n-p.
8293         (gnus-article-browse-html-parts): Work with message/external-body; use
8294         mm-add-meta-html-tag.
8295
8296 2007-12-11  Glenn Morris  <rgm@gnu.org>
8297
8298         * gnus-cache.el: Require gnus-sum not just when compiling.
8299
8300         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8301
8302         * gnus-int.el (gnus-server-opened, gnus-status-message):
8303         Move definitions before use.
8304
8305         * mm-decode.el: Require gnus-util.
8306         (mm-remove-part): Only call delete-annotation on XEmacs.
8307
8308         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8309
8310         * nnmail.el: Require gnus-int.
8311
8312         * spam.el: Move `require's before `eval-when-compile's.
8313
8314         * gnus-ems.el (gnus-alive-p):
8315         * gnus-fun.el (message-goto-eoh):
8316         * gnus-util.el (gnus-group-name-decode):
8317         * mail-source.el (gnus-compress-sequence):
8318         * message.el (Info-goto-node, format-spec):
8319         * mm-bodies.el (message-options-get):
8320         * mm-decode.el (mm-view-pkcs7):
8321         * mm-util.el (gmm-write-region):
8322         * mml-smime.el (mml-compute-boundary)
8323         (gnus-completing-read-with-default):
8324         * mml.el (widget-button-press, gnus-make-hashtable):
8325         * mml1991.el (mm-decode-content-transfer-encoding)
8326         (mm-encode-content-transfer-encoding)
8327         (message-options-get, message-options-set):
8328         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8329         * nnfolder.el (gnus-request-group):
8330         * nnheader.el (ietf-drums-unfold-fws):
8331         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8332         * smime.el (gnus-run-mode-hooks):
8333         * spam-stat.el (gnus-message): Autoload.
8334
8335         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8336         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8337         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8338         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8339         Add declare-function compatibility definition.
8340
8341         * gnus-cache.el (nnvirtual-find-group-art):
8342         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8343         (gnus-add-image, gnus-add-wash-type):
8344         * gnus-group.el (nnkiboze-score-file):
8345         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8346         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8347         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8348         (message-tokenize-header, gnus-get-buffer-create)
8349         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8350         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8351         * gnus.el (gnus-group-decoded-name):
8352         * mail-source.el (imap-capability):
8353         * mm-bodies.el (message-options-set):
8354         * mm-decode.el (gnus-configure-windows):
8355         * mm-extern.el (message-goto-body):
8356         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8357         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8358         (epg-sub-key-validity, message-options-set):
8359         * mml.el (widget-event-point, gnus-configure-windows):
8360         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8361         * mml2015.el (epg-check-configuration, epg-configuration)
8362         (message-options-set):
8363         * nndb.el (nndb-request-article):
8364         * nnfolder.el (gnus-request-create-group):
8365         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8366         * nnmaildir.el (gnus-group-mark-article-read):
8367         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8368         * rfc1843.el (message-fetch-field):
8369         * spam.el (gnus-extract-address-components):
8370         Declare as functions.
8371
8372 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8375
8376         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8377
8378         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8379         bind show-trailing-whitespace for XEmacs.
8380
8381 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8384         new no-op macro for backward compatibility.
8385
8386         * imap.el (imap-string-to-integer): New function.
8387
8388 2007-12-09  Glenn Morris  <rgm@gnu.org>
8389
8390         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8391
8392         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8393         * message.el, mm-view.el, sieve-manage.el, smime.el:
8394         Add declare-function compatibility definition.
8395
8396         * gnus-art.el (w3-region, w3m-region, Info-menu):
8397         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8398         * gnus-sum.el (gnus-get-predicate):
8399         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8400         * message.el (mail-abbrev-in-expansion-header-p):
8401         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8402         (w3m-detect-meta-charset, w3m-region):
8403         * sieve-manage.el (password-read, password-cache-add)
8404         (password-cache-remove):
8405         * smime.el (password-read-and-add): Declare as functions.
8406
8407 2007-12-08  David Kastrup  <dak@gnu.org>
8408
8409         * gnus-sum.el (gnus-summary-simplify-subject-query):
8410         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8411         `message'.
8412
8413 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8416         it to bind idna-program, installation-directory, defined-colors, and
8417         face-attribute for XEmacs of the version that compiles defcustom forms.
8418
8419 2007-12-07  Glenn Morris  <rgm@gnu.org>
8420
8421         * gnus-art.el (article-make-date-line): Revert previous change.
8422
8423 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8426
8427 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8428
8429         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8430         Call gnus-add-to-range ranges only once with a prepared article-list.
8431
8432 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8433
8434         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8435         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8436         group names with backslashes.
8437         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8438
8439 2007-12-06  Deepak Goel  <deego3@gmail.com>
8440
8441         * gnus-art.el (article-make-date-line):
8442         * gnus-start.el (gnus-load):
8443         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8444
8445 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-art.el (gnus-use-idna)
8448         * gnus-start.el (gnus-site-init-file)
8449         * message.el (message-use-idna)
8450         * mm-uu.el (mm-uu-hide-markers)
8451         * smiley.el (smiley-style): Revert changes that suppress warnings.
8452
8453 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8456         specify charset to html source.
8457         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8458
8459 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8462         idna-program in order to suppress byte compile warning issued by XEmacs
8463         that came to byte compile the default value section of defcustom forms
8464         recently.
8465
8466         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8467         value of installation-directory.
8468
8469         * message.el (message-use-idna): Don't directly refer to the value of
8470         idna-program.
8471
8472         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8473
8474         * smiley.el (smiley-style): Don't directly call face-attribute.
8475
8476 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8479
8480         * gnus-dired.el: Reduce Gnus dependencies.
8481         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8482         Don't require.  Use autoloads instead.
8483         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8484         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8485         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8486         (gnus-dired-mode): Adjust doc string.
8487         (gnus-dired-mail-mode): New variable.
8488         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8489         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8490         (gnus-dired-mail-buffers): New function.  Return mail or message
8491         composition buffers.
8492         (gnus-dired-attach): Use it.
8493         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8494         NO-DECODE.
8495         (gnus-dired-print): Use `gnus-print-buffer' depending on
8496         `gnus-dired-mail-mode'.
8497
8498 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * rfc2047.el (rfc2047-encoded-word-regexp)
8501         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8502         explaining what regexp patterns are for.
8503
8504 2007-12-04  Glenn Morris  <rgm@gnu.org>
8505
8506         * password.el: Move to password-cache.el.
8507
8508         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8509         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8510         * mml-smime.el (password-read, password-cache-add)
8511         (password-cache-remove):
8512         No need to autoload, since mml-sec requires password.
8513
8514         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8515         * message.el (gnus-extract-address-components):
8516         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8517
8518         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8519         password.
8520
8521 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * mailcap.el: Reduce dependencies.
8524         (mail-header-parse-content-type): Autoload.
8525         (mailcap-delete-duplicates): New alias.
8526         (mailcap-mime-info): Add optional argument NO-DECODE.
8527         (mailcap-mime-types): Use mailcap-delete-duplicates.
8528
8529         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8530
8531 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8532
8533         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8534         (imap-parse-status): Upcase status-att for servers that sends them
8535         lower-case (e.g., MS Exchange 2007).
8536
8537 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8540         function.
8541
8542         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8543         (gnus-uu-yenc-article): New function.
8544
8545         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8546
8547         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8548
8549 2007-12-02  Glenn Morris  <rgm@gnu.org>
8550
8551         * binhex.el (binhex): New custom group.
8552         (binhex-decoder-program, binhex-decoder-switches)
8553         (binhex-use-external): Move to the binhex custom group.
8554
8555         * uudecode.el (uudecode): New custom group.
8556         (uudecode-decoder-program, uudecode-decoder-switches)
8557         (uudecode-use-external): Move to the uudecode custom group.
8558
8559         * netrc.el (top-level): Don't load `encrypt' features.
8560         (netrc-parse): Don't use encrypt.
8561         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8562
8563         * encrypt.el: Remove file.
8564
8565 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8568         matches on patches.
8569
8570         * gnus-art.el (gnus-article-browse-html-article):
8571         Mention `mm-text-html-renderer' in the doc string.
8572
8573         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8574         string.  Add comments.
8575
8576         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8577         if rhs is ASCII.
8578
8579 2007-12-01  Glenn Morris  <rgm@gnu.org>
8580
8581         * mail-source.el (top-level): Require format-spec before
8582         eval-when-compile.
8583
8584 2007-11-30  Glenn Morris  <rgm@gnu.org>
8585
8586         * encrypt.el: Require password, rather than autoloading password-read.
8587
8588 2007-11-29  Glenn Morris  <rgm@gnu.org>
8589
8590         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8591         (sasl-make-client, sasl-next-step, sasl-step-data)
8592         (sasl-step-set-data): Declare as functions.
8593
8594 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8597
8598 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8599
8600         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8601         certs should be verified and what is to be done in the event of a
8602         verification failure.
8603
8604         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8605         caller can indicate whether the cache should be disregarded for this
8606         call.  This way the result of the call is reproducible at all times and
8607         can be considered a canonical server name for the supplied method.
8608         (gnus-agent-method-p): Canonicalize server names by pushing their
8609         method through `gnus-method-to-server' using the no-cache argument.
8610
8611         * gnus-srvr.el (gnus-server-insert-server-line):
8612         Call `gnus-method-to-server' with `no-cache' argument.
8613
8614         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8615         gnus-agent-possibly-synchronize-flags as this should be called when the
8616         server is actually being opened.
8617         (gnus-agent-possibly-synchronize-flags)
8618         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8619         flags file of an agentized server to the latter function.
8620
8621         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8622         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8623         after a connection has been established successfully.
8624
8625 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (article-display-face): Force to display face if called
8628         interactively; check if gnus-article-x-face-too-ugly matches author.
8629         (article-display-x-face): Display face even if From header is missing
8630         as article-display-face does.
8631
8632 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8633
8634         * hashcash.el (message-narrow-to-headers-or-head)
8635         (message-fetch-field, message-goto-eoh)
8636         (message-narrow-to-headers): Declare as functions.
8637
8638 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * mail-source.el (mail-sources): Default to fetch from file for
8641         compatibility with default of nnmail-spool-file.
8642
8643 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8646         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8647         to look for encoded word that should be encoded again.
8648         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8649         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8650         encoding pattern.
8651         (rfc2047-decode-region): Switch strict regexp and loose one according
8652         to rfc2047-allow-irregular-q-encoded-words.
8653
8654 2007-11-25  Romain Francoise  <romain@orebokech.com>
8655
8656         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8657
8658 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * tls.el (tls-program): Provide more custom choices from
8661         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8662         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8663
8664 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8667         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8668
8669         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8670         `nnmail-spool-file'.
8671
8672         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8673         `nnmail-spool-file'.
8674
8675         * gnus-move.el (gnus-change-server): Ditto.
8676
8677         * gnus-kill.el (gnus-batch-score): Ditto.
8678
8679         * gnus-cache.el (gnus-jog-cache): Ditto.
8680
8681         * gnus-msg.el (gnus-summary-reply):
8682         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8683
8684 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8687         version.  Minor improvement to doc strings.
8688         (tls-program): Add comment.
8689
8690 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8691
8692         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8693         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8694         mismatch between the hostname provided in the certificate and the name
8695         of the host connnecting to.
8696         (open-tls-stream): Use them.  Check certificates against trusted root
8697         certificates.
8698
8699 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gnus-cache.el (gnus-cache-generate-nov-databases):
8702         Use nnml-generate-nov-databases-directory instead of
8703         nnml-generate-nov-databases-1.
8704
8705 2007-11-24  Glenn Morris  <rgm@gnu.org>
8706
8707         * message.el (message-tool-bar-retro): Update for rename
8708         mail_send.xpm->mail-send.xpm.
8709
8710 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8713         `smime-ldap-search' for Emacs 22 and up.
8714
8715 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8716
8717         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8718
8719         * message.el (message-send-mail-function): Fix error convention.
8720         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8721         (message-widen-reply, message-send-mail, message-talkative-question)
8722         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8723         (message-clone-locals, message-send-news): Use with-current-buffer.
8724         (message-insert-or-toggle-importance): Remove unused var `valid'.
8725         (message-make-references): Remove unused var `new-references'.
8726         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8727
8728 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8729
8730         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8731         (spam-split-symbolic-return-positive): Reflow docstring.
8732         (spam-backends, spam-summary-exit-behavior)
8733         (spam-mark-ham-unread-before-move-from-spam-group)
8734         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8735         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8736         (spam-clear-cache, spam-backend-check, spam-install-backend)
8737         (spam-install-statistical-backend, spam-list-of-processors)
8738         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8739         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8740         (spam-check-crm114, spam-initialize, spam-unload-hook):
8741         Fix typos in docstrings.
8742
8743 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8746         been checked if they have never been read and those group levels are
8747         higher than the one that a user specified.
8748
8749 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8752         foreign groups unless a group level is specified by a user.
8753         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8754
8755 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * message.el (message-send-mail-function): Require sendmail.
8758
8759 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * message.el (message-send-mail-function): Check for smtpmail too.
8762
8763         * utf7.el (utf7-encode, utf7-decode): Use coding system
8764         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8765
8766         * message.el (message-send-mail-function): New function.
8767         (message-send-mail-function): Set default using
8768         message-send-mail-function.  Adjust doc string.
8769         (message-send-mail-with-mailclient): New function.
8770
8771 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8772
8773         * smime.el (from):
8774         * rfc2047.el (message-posting-charset):
8775         * qp.el (mm-use-ultra-safe-encoding):
8776         * pop3.el (parse-time-months):
8777         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8778         * nnml.el (files):
8779         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8780         (jka-compr-compression-info-list, ange-ftp-path-format)
8781         (efs-path-regexp):
8782         * nndiary.el (files):
8783         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8784         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8785         (epg-digest-algorithm-alist, inhibit-redisplay)
8786         (password-cache-expiry):
8787         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8788         (pgg-output-buffer, password-cache-expiry):
8789         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8790         (efs-path-regexp):
8791         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8792         (inhibit-redisplay):
8793         * mm-uu.el (file-name, start-point, end-point, entry)
8794         (gnus-newsgroup-name, gnus-newsgroup-charset):
8795         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8796         (latin-unity-ucs-list):
8797         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8798         (mm-uu-binhex-decode-function):
8799         * message.el (gnus-message-group-art, gnus-list-identifiers)
8800         (rmail-enable-mime-composing, gnus-local-organization)
8801         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8802         (gnus-read-active-file, facemenu-add-face-function)
8803         (facemenu-remove-face-function, gnus-article-decoded-p)
8804         (tool-bar-mode):
8805         * mail-source.el (display-time-mail-function):
8806         * gnus-util.el (nnmail-pathname-coding-system)
8807         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8808         (gnus-original-article-buffer, gnus-user-agent)
8809         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8810         (xemacs-codename, sxemacs-codename, emacs-program-version):
8811         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8812         * gnus-start.el (gnus-agent-covered-methods)
8813         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8814         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8815         (gnus-newsgroup-headers, gnus-group-list-mode)
8816         (gnus-group-mark-positions, gnus-newsgroup-data)
8817         (gnus-newsgroup-unreads, nnoo-state-alist)
8818         (gnus-current-select-method, mail-sources)
8819         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8820         (nnmail-spool-file, gnus-cache-active-hashtb):
8821         * gnus-mh.el (mh-lib-progs):
8822         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8823         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8824         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8825         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8826         (gnus-group-buffer):
8827         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8828         (font-lock-set-defaults):
8829         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8830         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8831         (gnus-summary-post-menu, total-parts, type, condition, length):
8832         * gnus-agent.el (gnus-agent-read-agentview):
8833         * flow-fill.el (show-trailing-whitespace):
8834         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8835         eval-and-compile wrappers for byte compiler pacifiers.
8836
8837         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8838         (mm-display-inline-fontify): Check for featurep 'xemacs not
8839         extent-list.
8840
8841         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8842         itimer-list.
8843         (mm-create-image-xemacs): Only do something for XEmacs.
8844         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8845
8846         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8847
8848         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8849         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8850
8851 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8852
8853         * nnimap.el (nnimap-split-download-body):
8854         * gnus-demon.el (gnus-demon):
8855         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8856
8857 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8860         New macros.
8861         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8862         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8863         copy data from unibyte buffer to multibyte current buffer.
8864         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8865         to copy data from unibyte current buffer to multibyte buffer.
8866         (nntp-make-process-buffer): Make process buffer unibyte.
8867
8868         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8869
8870 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8871
8872         * pop3.el (pop3-open-server): Accept and process data more robustly at
8873         connexion start to avoid spurious "POP SSL connexion failed" errors.
8874
8875 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8878         read group names.
8879
8880 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8883
8884 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8887         (nnmail-save-active): Use a unibyte buffer when saving active file,
8888         which may contain non-ASCII group names.
8889
8890         * nnml.el (nnml-request-group): Decode group names in messages.
8891
8892 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * message.el (message-citation-line-function)
8895         (message-insert-formatted-citation-line): Fix spelling of
8896         `message-insert-formated-citation-line'.
8897
8898 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8901
8902 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8905         nnmail-pathname-coding-system.
8906
8907         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8908         that a user enters; decode group names in messages.
8909
8910         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8911
8912 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8915
8916         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8917
8918         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8919         risky local variable.
8920
8921         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8922
8923 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8924
8925         * encrypt.el: Improve documentation to fix function name typo.
8926         Reported by Daiki Ueno <ueno@unixuser.org>.
8927
8928 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8931         even if the point is not in the last page of an article.
8932         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8933         back to the previous page.
8934
8935 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8938
8939 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8942
8943 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * message.el (message-check-news-body-syntax):
8946         Avoid mm-string-as-multibyte.
8947         (message-hide-headers): Don't assume (point-min)==1.
8948
8949 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * message.el (message-remove-blank-cited-lines): Fix if remove is
8952         given.
8953         (message-bogus-address-regexp): New variable.
8954         (message-bogus-recipient-p): New function.
8955         (message-check-recipients): New command.
8956         (message-syntax-checks): Add `bogus-recipient'.
8957         (message-fix-before-sending): Add `bogus-recipient'.
8958
8959         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8960         (gnus-treat-body-boundary): Don't test window-system.
8961
8962 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8963
8964         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8965
8966 2007-10-28  Miles Bader  <miles@gnu.org>
8967
8968         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8969         at compile-time too.
8970
8971 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-msg.el (gnus-message-setup-hook):
8974         Add `message-remove-blank-cited-lines' to options.
8975
8976 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * message.el (message-remove-blank-cited-lines): New function.
8979         Suggested by Karl Plästerer.
8980
8981 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8984         mapc.
8985
8986         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8987         (top-level): Use mapc to set functions to be traced for debugging.
8988
8989         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8990         called for effect with while loop.
8991
8992         * message.el (message-talkative-question): Replace mapcar called for
8993         effect with mapc.
8994
8995         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8996         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8997         called for effect with dolist.
8998
8999         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9000
9001         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9002         gnus-extra-headers and nnmail-extra-headers.
9003
9004         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9005         called for effect with dolist.
9006         (top-level): Use mapc to set functions to be traced for debugging.
9007
9008         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9009         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9010         dolist.
9011
9012         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9013         Replace mapcar called for effect with mapc.
9014         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9015         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9016         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9017         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9018
9019         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9020         remove-if that's a cl function.
9021
9022         * webmail.el (webmail-debug): Replace mapcar called for effect with
9023         dolist.
9024
9025         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9026         with mapc.
9027
9028 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9031         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9032         with while loop.
9033
9034         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9035         functions from article-* functions.
9036         (gnus-multi-decode-header): Replace mapcar called for effect with
9037         dolist.
9038
9039         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9040         (gnus-bookmark-show-details): Replace mapcar called for effect with
9041         while loop.
9042
9043         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9044         called for effect with while loop.
9045
9046         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9047         with dolist.
9048
9049         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9050         Replace mapcar called for effect with dolist.
9051
9052         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9053
9054         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9055         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9056         Replace mapcar called for effect with dolist.
9057         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9058         mapc.
9059
9060         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9061         Replace mapcar called for effect with dolist.
9062         (gnus-topic-list): Replace mapcar called for effect with mapc.
9063
9064         * gnus.el: Use mapc instead of mapcar to add autoloads.
9065
9066 2007-10-23  Richard Stallman  <rms@gnu.org>
9067
9068         * gnus-group.el (gnus-group-highlight): Mark as risky.
9069
9070 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus.el (gnus-server-to-method): Return method found first in
9073         gnus-newsrc-alist.
9074
9075         * gnus-art.el (gnus-article-highlight-signature)
9076         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9077         button overlay without the front stickiness.
9078
9079 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9080
9081         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9082         overview buffer needed a catch to receive its throw.
9083         (gnus-agent-flush-cache): Declare as interactive to make this function
9084         easier to use.
9085
9086 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9089         `next-line'.
9090
9091 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9094         exclude address matching message-dont-reply-to-names.
9095
9096 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-util.el (gnus-string<): New function.
9099
9100         * gnus-sum.el (gnus-article-sort-by-author)
9101         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9102
9103 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9106         the frame-focus tag is set in gnus-buffer-configuration.
9107
9108 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9111         the front stickiness.
9112
9113 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9116         url pattern; remove duplicate one.
9117         (gnus-article-extend-url-button): New function.
9118         (gnus-article-add-buttons): Use it.
9119         (gnus-button-push): Use concatenated url that it makes.
9120
9121 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9122
9123         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9124
9125 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9126
9127         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9128         Don't hardcode point-min==1.
9129
9130 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9133         Fix comment about "iso8859-1".
9134
9135 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9136
9137         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9138         ones returned from the verify-function.
9139
9140         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9141         Call mml2015-extract-cleartext-signature if extraction failed.
9142
9143 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9144
9145         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9146         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9147         failed.
9148
9149 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9152
9153 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9156         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9157         recommends to use EasyPG instead of PGG.
9158
9159         * pgg.el: Revert to revision 6.23.2.16.
9160
9161         * pgg-def.el: Revert to revision 6.6.2.14.
9162
9163         * pgg-gpg.el: Revert to revision 6.23.2.34.
9164
9165 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9166
9167         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9168         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9169         thread for both the null and zero (kill/expire thread) universal prefix
9170         cases.
9171         (gnus-summary-expire-thread): Add new function to expire a thread,
9172         using gnus-summary-kill-thread.
9173         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9174         shortcuts for gnus-summary-expire-thread.
9175         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9176         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9177
9178 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9179
9180         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9181         extras value, so an extras entry can be deleted.
9182         (gnus-registry-delete-extra-entry): Use it.
9183         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9184         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9185         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9186         storage through the gnus-registry, and provide an appropriate API for
9187         it.
9188
9189 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9192         Suggested by Leo <sdl.web@gmail.com>.
9193
9194         * gnus.el: Do.
9195
9196 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9199         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9200
9201         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9202
9203         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9204         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9205
9206 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9209         newline.
9210         (nnmbox-request-accept-article): Don't change article in source buffer;
9211         narrow to header to use message-fetch-field rather than
9212         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9213         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9214         as delimiters; make sure article ends with newline.
9215         (nnmbox-delete-mail): Correct last position of article to be deleted;
9216         ignore X-Gnus-Newsgroup header in article body.
9217         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9218         positions; make sure article ends with newline.
9219
9220         * message.el (message-display-abbrev): Don't infloop when a user
9221         inserts SPC in the beginning of header.
9222
9223         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9224         coding-system-for-read and coding-system-for-write for XEmacs having no
9225         file-coding feature.
9226
9227         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9228
9229 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9230
9231         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9232         list of groups not followed by default.  Fix type to be regexp.
9233         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9234
9235 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9236
9237         * hmac-def.el (define-hmac-function): Switch from old-style to
9238         new-style backquotes.
9239
9240         * md4.el (md4-make-step): Likewise.
9241
9242 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9245         raw-text coding system when saving .newsrc file, which may contain
9246         non-ASCII group names.
9247
9248 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-cus.el (gnus-score-extra): New widget.
9251         (gnus-score-extra-convert): New function.
9252         (gnus-score-customize): Use it for Extra.
9253
9254 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9255
9256         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9257         (mml2015-mailcrypt-clear-verify): Use it.
9258         (mml2015-gpg-clear-verify): Use it.
9259         (mml2015-pgg-clear-verify): Use it.
9260         (mml2015-epg-clear-verify): Replace the current part with the output
9261         from GnuPG; don't extract the plaintext by itself.
9262
9263         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9264         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9265         mml2015-clear-verify-function; don't touch the armor headers or
9266         dash-escaped text here.
9267
9268 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9271         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9272         parts, or application/octet-stream as a last resort.
9273         (gnus-mime-view-part-as-type): Don't toggle display.
9274         (gnus-mime-view-part-as-charset): Don't turn off display before
9275         querying charset.
9276
9277         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9278         stuff to undisplayer function in Emacs.
9279         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9280
9281         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9282         text/calendar parts.
9283
9284 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9287         decoding text/calendar parts.
9288
9289         * message.el (message-forward-make-body-mime): Always mark body as
9290         having no illegible text; remove signed-or-encrypted argument.
9291         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9292
9293         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9294         (mml-generate-mime-1): Don't encode body if it is specified to be in
9295         raw form; don't make buffer be unibyte when inserting multibyte string.
9296
9297 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9298
9299         * sha1.el: Fix up comment style.
9300         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9301         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9302
9303         * hex-util.el: Fix up comment style.
9304         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9305
9306         * gnus-salt.el: Use with-current-buffer.
9307         (gnus-pick-setup-message): Fix long-standing typo.
9308
9309 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * imap.el (imap-logout-timeout): New variable.
9312         (imap-logout, imap-logout-wait): New functions.
9313         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9314
9315         * nnimap.el (nnimap-logout-timeout): New server variable.
9316         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9317         nnimap-logout-timeout.
9318
9319         * gnus-art.el (gnus-article-summary-command-nosave)
9320         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9321
9322 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus.el (gnus-maximum-newsgroup): New variable.
9325
9326         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9327         according to gnus-maximum-newsgroup.
9328
9329         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9330         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9331         Limit the range of articles according to gnus-maximum-newsgroup.
9332
9333 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9334
9335         * gnus-art.el (gnus-sticky-article): Fix problems described in
9336         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9337         Don't perform gnus-configure-windows here; reuse existing sticky
9338         article buffer.
9339
9340         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9341         it doesn't exist in gnus-article-mode.
9342
9343 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9346         (gnus-agent-decoded-group-name): New function.
9347         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9348         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9349
9350 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9351
9352         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9353         Add binding for gnus-sticky-article.
9354         (gnus-summary-exit): Don't kill sticky article buffers.
9355
9356         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9357         article buffer.
9358         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9359         (gnus-kill-sticky-article-buffers): New commands.
9360
9361 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * nntp.el (nntp-xref-number-is-evil): New server variable.
9364         (nntp-find-group-and-number): If it is non-nil, don't trust article
9365         numbers in the Xref header.
9366
9367 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-agent.el (gnus-agent-read-group): New function.
9370         (gnus-agent-flush-group, gnus-agent-expire-group)
9371         (gnus-agent-regenerate-group): Use it.
9372         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9373         nnmail-pathname-coding-system.
9374
9375 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9378
9379         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9380         that are unread as unread, and also as selected so that information of
9381         marks having been changed by a user may be updated when exiting group.
9382
9383 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9386
9387 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9390         calculated ignoring signature parts to gnus-treat-article.
9391
9392 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9395         a point here in order to keep the window start.
9396         (gnus-insert-mime-security-button): Make a button overlay without the
9397         front stickiness.
9398         (gnus-mime-display-security): Goto the end of a button.
9399
9400         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9401
9402 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9405         group-name-at-point.
9406         (gnus-group-completing-read): New function that offers decoded
9407         non-ASCII group names for completion.
9408         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9409         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9410         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9411         (gnus-group-fetch-control): Use it.
9412         (gnus-fetch-group): Use group-name-at-point for the initial value
9413         rather than the default value; use gnus-alive-p.
9414
9415         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9416         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9417         (gnus-summary-post-news): Use gnus-group-completing-read.
9418
9419         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9420         (gnus-read-move-group-name): Decode group name for completion.
9421
9422 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9425         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9426         Yamaoka slightly modified the code).
9427
9428 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9431         (nnmail-split-incoming): Bind it.
9432
9433         * nnml.el (nnml-group-name-charset): New function.
9434         (nnml-decoded-group-name): Use it; don't decode group name if
9435         nnmail-group-names-not-encoded-p is non-nil.
9436         (nnml-encoded-group-name): New function.
9437         (nnml-group-pathname): Inline nnml-decoded-group-name.
9438         (nnml-request-expire-articles): Decode group name in message.
9439         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9440         nnmail-pathname-coding-system.
9441         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9442         not decoded ones according to nnmail-group-names-not-encoded-p.
9443         (nnml-generate-active-info): Use nnml-encoded-group-name.
9444
9445 2007-08-08  Glenn Morris  <rgm@gnu.org>
9446
9447         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9448         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9449         doc-strings and comments.
9450
9451 2007-07-25  Glenn Morris  <rgm@gnu.org>
9452
9453         * Relicense all FSF files to GPLv3 or later.
9454
9455 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus-sum.el (gnus-summary-move-article):
9458         Make gnus-summary-respool-article work.
9459
9460 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9463         string.
9464
9465 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9466
9467         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9468         that should be ignored when comparing distant RSS articles with local
9469         ones.
9470         (nnrss-make-hash-index): New function.  Create a hash index according
9471         to the ignored fields.
9472         (nnrss-check-group): Use it.
9473
9474 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9477
9478         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9479
9480         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9481         the new optional argument ENCODED is non-nil.
9482         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9483         coding system for encoding group name.
9484         (gnus-group-make-rss-group): Pass un-encoded group name to
9485         gnus-group-make-group.
9486         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9487         encoded.
9488
9489         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9490         Encode group name to which articles are moved or copied.
9491         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9492         coding system for encoding Newsgroup, Followup-To and Xref headers.
9493
9494         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9495         marks; use nnheader-file-coding-system to write a file.
9496         (nnagent-retrieve-headers): Bind file-name-coding-system to
9497         nnmail-pathname-coding-system.
9498
9499         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9500
9501         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9502         (nnml-request-article, nnml-request-create-group)
9503         (nnml-request-rename-group, nnml-find-id)
9504         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9505         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9506         (nnml-save-marks): Use nnml-group-pathname instead of
9507         nnmail-group-pathname.
9508
9509         (nnml-request-create-group, nnml-request-expire-articles)
9510         (nnml-request-move-article, nnml-request-delete-group)
9511         (nnml-deletable-article-p, nnml-possibly-create-directory)
9512         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9513         (nnml-open-marks): Bind file-name-coding-system to
9514         nnmail-pathname-coding-system.
9515
9516         (nnml-request-article): Pass server argument to nnml-find-group-number.
9517         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9518         Pass server argument to nnml-possibly-create-directory.
9519         (nnml-request-accept-article): Pass server argument to
9520         nnml-active-number and nnml-save-mail.
9521         (nnml-find-group-number): Pass server argument to nnml-find-id.
9522         (nnml-request-update-info): Pass server argument to
9523         nnml-marks-changed-p.
9524
9525         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9526         (nnml-save-mail, nnml-active-number): Add server argument.
9527
9528         (nnml-request-delete-group): Warn if group is missing.
9529         (nnml-get-nov-buffer): Decode group name.
9530         (nnml-generate-active-info): Encode group name.
9531         (nnml-open-marks): Decode group name in messages.
9532
9533 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9536         if it is not specified.
9537         (gnus-article-pipe-part, gnus-article-save-part)
9538         (gnus-article-interactively-view-part, gnus-article-copy-part)
9539         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9540         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9541         (gnus-article-replace-part, gnus-article-delete-part)
9542         (gnus-article-view-part-as-type): Pass raw prefix argument to
9543         gnus-article-part-wrapper.
9544
9545 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-agent.el (gnus-agent-save-active):
9548         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9549
9550         * gnus-cache.el (gnus-cache-save-buffers)
9551         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9552         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9553         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9554         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9555         (gnus-cache-generate-active, gnus-cache-rename-group)
9556         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9557         (gnus-cache-update-overview-total-fetched-for):
9558         Bind file-name-coding-system to nnmail-pathname-coding-system.
9559         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9560         New variables.
9561         (gnus-cache-decoded-group-name): New function.
9562         (gnus-cache-file-name): Use it.
9563         (gnus-cache-generate-active): Use non-decoded group name for active.
9564
9565         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9566         right place.
9567         (gnus-write-active-file): Don't break non-ASCII group names.
9568
9569         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9570         nnmail-pathname-coding-system.
9571
9572         * lpath.el: Bind default-file-name-coding-system,
9573         file-name-coding-system and language-info-alist for XEmacs.
9574
9575         * gnus-uu.el (gnus-uu-decode-save): Typo.
9576
9577 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9580
9581 2007-07-14  David Kastrup  <dak@gnu.org>
9582
9583         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9584         finishing actions if we did not edit the article.
9585
9586 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9589         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9590         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9591         (gnus-agent-flush-group, gnus-agent-flush-cache)
9592         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9593         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9594         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9595         (gnus-agent-regenerate-group)
9596         (gnus-agent-update-files-total-fetched-for)
9597         (gnus-agent-update-view-total-fetched-for):
9598         Bind file-name-coding-system to nnmail-pathname-coding-system.
9599         (gnus-agent-group-pathname): Don't encode file names by
9600         nnmail-pathname-coding-system.
9601         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9602         coding-system-for-write instead of buffer-file-coding-system to
9603         gnus-agent-file-coding-system.
9604
9605         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9606         Decode group name.
9607
9608         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9609
9610         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9611         (gnus-read-newsrc-el-file): Make group names unibyte.
9612
9613         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9614         nnmail-pathname-coding-system.
9615
9616         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9617         (nnrss-request-delete-group): Bind file-name-coding-system to
9618         nnmail-pathname-coding-system.
9619         (nnrss-read-server-data, nnrss-read-group-data):
9620         Bind file-name-coding-system correctly.
9621         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9622
9623         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9624         (nntp-server-to-method-cache): New variable.
9625         (nntp-group-pathname): New function that decodes non-ASCII group names.
9626         (nntp-possibly-create-directory, nntp-marks-changed-p)
9627         (nntp-save-marks, nntp-open-marks): Use it.
9628         (nntp-possibly-create-directory, nntp-open-marks):
9629         Bind file-name-coding-system to nnmail-pathname-coding-system.
9630         (nntp-open-marks): Decode group names when bootstrapping marks.
9631
9632         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9633         Newsgroups and Folowup-To headers.
9634
9635 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9638         (gnus-server-closed-face, gnus-server-denied-face)
9639         (gnus-server-offline-face): Remove variable.
9640         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9641
9642         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9643         of modifying message-stack directly for XEmacs.
9644
9645         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9646         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9647         if the coding-system argument is nil for XEmacs.
9648
9649         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9650         mm-charset-override-alist.
9651
9652         * rfc2047.el: Don't require base64; require rfc2045 for the function
9653         rfc2045-encode-string.
9654         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9655         to quote the parameter value.
9656
9657 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9660         form in gnus-group-name-charset-method-alist.
9661
9662         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9663         overrides the default layout edit-form.
9664
9665         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9666
9667         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9668
9669 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9672         as unfetched articles.
9673
9674 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9677
9678 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9681         original back end that keeps marks in the local system.
9682
9683 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9686         arg of pop-to-buffer for XEmacs.
9687         (gnus-article-read-summary-keys): Ditto; don't restore window
9688         configuration if summary command ends up with neither article buffer
9689         nor summary buffer; describe bindings if summary keys end with C-h.
9690
9691 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * message.el (message-fix-before-sending): Skip raw message part to be
9694         forwarded while checking illegible text.
9695         (message-forward-make-body-mime, message-forward-make-body):
9696         Mark signed or encrypted raw message as having no illegible text.
9697
9698 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9701         (gnus-message-with-timestamp-1): New macro.
9702         (gnus-message-with-timestamp): New function.
9703         (gnus-message): Use them.
9704
9705         * nnheader.el (nnheader-message): Use them.
9706
9707 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9710         .newsrc.eld file.
9711
9712 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-agent.el (gnus-agent-fetch-headers)
9715         (gnus-agent-retrieve-headers):
9716         Bind gnus-decode-encoded-address-function to identity.
9717
9718         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9719         available also when the server returns simply a dot.
9720
9721         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9722
9723 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9726
9727 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-ems.el (gnus-x-splash): Make it work.
9730
9731         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9732         from being used.
9733
9734         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9735
9736 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9739         4th and the 5th arguments.
9740
9741         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9742         the front stickiness.
9743         (gnus-article-summary-command-nosave): Correct the order of the
9744         arguments passed to pop-to-buffer.
9745         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9746         summary command ends up with the article buffer.
9747
9748         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9749         the same faces.
9750
9751 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9752
9753         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9754
9755 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9756
9757         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9758         * gnus-sum.el (gnus-summary-highlight):
9759         * pgg.el (pgg-sign-region, pgg-sign):
9760         * mail-source.el (mail-source-delete-old-incoming-confirm):
9761         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9762
9763 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * gnus-art.el (gnus-mime-view-part-externally)
9766         (gnus-mime-view-part-internally): Fix predicate function passed to
9767         completing-read.
9768
9769         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9770
9771         * gnus.el (gnus-update-message-archive-method): Add :version.
9772
9773 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus.el (gnus-update-message-archive-method): New variable.
9776
9777         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9778         according to gnus-message-archive-method if
9779         gnus-update-message-archive-method is non-nil.
9780
9781 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9784         Suggested by Loic Dachary <loic@dachary.org>.
9785         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9786
9787 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * message.el (message-pop-to-buffer): Add switch-function argument.
9790         (message-mail): Pass switch-function argument to it.
9791
9792 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9795         Improve doc string.
9796
9797 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9800         (gnus-header-content)
9801         * gnus-cite.el (gnus-cite-10)
9802         * gnus-srvr.el (gnus-server-closed)
9803         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9804         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9805         (gnus-group-mail-3-empty, gnus-group-mail-low)
9806         (gnus-group-mail-low-empty, gnus-splash)
9807         * message.el (message-header-to, message-header-cc)
9808         (message-header-subject, message-header-other, message-header-name)
9809         (message-header-xheader, message-separator, message-cited-text)
9810         (message-mml): Lighten colors of faces used for dark background.
9811
9812 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9813
9814         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9815         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9816
9817 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * message.el (message-narrow-to-headers-or-head):
9820         Ignore mail-header-separator in the body.
9821
9822 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9825         same as window size.
9826
9827 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9828
9829         * message.el (message-font-lock-keywords): Use message-header-xheader
9830         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9831         ahead of the anything pattern, to get it recognised.
9832
9833 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9836         spam.el loads uses it in the compiled defadvice form.
9837
9838 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9839
9840         * gnus-sum.el (gnus-articles-to-read)
9841         (gnus-summary-insert-old-articles): Don't truncate group name for
9842         `read-string'.
9843
9844         * gnus-util.el (gnus-limit-string): Delete this function.
9845
9846         * gnus-sum.el (gnus-simplify-subject-fully):
9847         Use `truncate-string-to-width' instead.
9848
9849 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9850
9851         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9852         Tell if, on summary exit, the next group has to be selected.
9853         (gnus-summary-exit): Use it.
9854
9855 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9858         non-break space.
9859
9860 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9863         Check if group is not a directory.
9864         (nnfolder-request-expire-articles): Don't delete articles if the target
9865         group is not available.
9866
9867         * nnml.el (nnml-request-create-group): Properly check if group is not a
9868         file.
9869         (nnml-request-expire-articles): Don't delete articles if the target
9870         group is not available.
9871
9872         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9873         Don't quote characters that are within parentheses.
9874
9875 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9878         (gnus-handle-ephemeral-exit): Select article according to it.
9879
9880 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * message.el (message-insert-formated-citation-line): Remove newline.
9883         (message-citation-line-format): Add final \n here so that the user can
9884         avoid a blank line.
9885
9886 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9887
9888         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9889         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9890         Update lanl/arXiv support.
9891
9892 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * gnus.el: Bump version number.
9895
9896 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * gnus.el (gnus-version-number): Bump version.
9899
9900 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9901
9902         * gnus.el: No Gnus v0.6 is released.
9903
9904 2007-04-27  Didier Verna  <didier@xemacs.org>
9905
9906         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9907         * gmm-utils.el (gmm-regexp-concat): ... here.
9908         * message.el: Don't require 'gnus-util.
9909         (message-dont-reply-to-names): Handle name change above.
9910         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9911
9912 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9915         since the initial value varies according to the system.
9916
9917 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9920
9921 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9922
9923         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9924
9925 2007-04-24  Didier Verna  <didier@xemacs.org>
9926
9927         Improve the type of gnus-ignored-from-addresses.
9928         * gnus-util.el (gnus-orify-regexp): New function.
9929         * message.el (gnus-util): Require it.
9930         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9931         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9932         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9933
9934 2007-04-24  Didier Verna  <didier@xemacs.org>
9935
9936         * gnus-sum.el:
9937         * gnus-utils.el: Fix some trailing whitespaces.
9938
9939 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9942         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9943         article's Message-ID; refer parent article in summary buffer.
9944
9945         * message.el (message-bounce): Call mime-to-mml.
9946
9947         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9948         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9949         optimize and/or forms properly.
9950
9951 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9954         URL.
9955
9956 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9959
9960 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9963         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9964         displayed of multipart/alternative part if it is invoked from summary
9965         buffer.
9966
9967         * mm-view.el (mm-inline-text-html-render-with-w3m)
9968         (mm-inline-text-html-render-with-w3m-standalone)
9969         (mm-inline-render-with-function): Use mail-parse-charset by default.
9970
9971 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9972
9973         * parse-time.el (parse-time-string-chars): Check if CHAR
9974         is less than the length of parse-time-syntax.
9975
9976 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9979         from gnus-newsgroup-processable.
9980
9981 2007-04-16  Didier Verna  <didier@xemacs.org>
9982
9983         * gnus-msg.el (gnus-configure-posting-styles):
9984         Handle message-signature-directory properly with :file syntax.
9985         Reported by "Leo".
9986
9987 2007-04-11  Didier Verna  <didier@xemacs.org>
9988
9989         New user option: message-signature-directory.
9990         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9991         * message.el (message-insert-signature): Ditto.
9992         * message.el (message-signature-file): Doc update.
9993         * message.el (message-signature-directory): New.
9994
9995 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-msg.el (gnus-inews-yank-articles):
9998         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9999
10000 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * message.el (message-yank-original): Make sure cited text ends with
10003         newline; don't exchange point and mark.
10004
10005 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10006
10007         * tls.el (open-tls-stream): Properly handle case where there
10008         is no associated buffer.
10009
10010 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10011
10012         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10013         message-yank-original, make sure (< mark TEXT point).
10014
10015 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * message.el (message-fill-column): New variable.
10018         (message-mode): Use it.  Add comment on a possible new hook.
10019
10020         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10021         (nnmail-get-new-mail): Reformat.
10022
10023         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10024
10025         * gmm-utils.el: Fix Commentary.
10026         (gmm-tool-bar-from-list): Fix typo in doc string.
10027
10028 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10029
10030         * message.el (message-yank-original): Don't switch point and mark
10031         unnecessarily to put point and mark as documented.
10032
10033 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10036         from the message heads.
10037
10038 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10039
10040         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10041         article buffer does not have a window.  This may not be the best
10042         solution but is certainly better than setting the start of the null,
10043         that is the current, window.
10044
10045 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10048         (gnus-draft-setup): Run it.
10049
10050         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10051         gnus-score-fast-scoring.  Allow regexp.
10052         (gnus-score-headers): Use it.
10053
10054         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10055         XEmacs.
10056
10057         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10058         string.
10059         (gnus-button-alist): Also catch `<f1> k ...'.
10060         (gnus-treat-display-x-face): Fix doc string.
10061
10062 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10063
10064         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10065         evaluation of gnus-extended-version to ensure correct generation of the
10066         User-Agent header when message-generate-headers-first is used.
10067
10068 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10069
10070         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10071         hashcash-path is nil.  Don't call callback with incorrect number of
10072         parameters if val is 0.
10073
10074 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10075
10076         * message.el (message-required-news-headers):
10077         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10078
10079 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10080
10081         * tls.el (open-tls-stream): In handshake-waiting loop,
10082         don't wait more if there is output available to process.
10083
10084 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10085
10086         * tls.el (tls-program): Doc fix.
10087
10088 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * message.el (message-generate-new-buffers): Change the meaning of the
10091         nil value; add `standard' to the choices; treat t as `unique'; improve
10092         doc string.
10093         (gnus-select-frame-set-input-focus): Autoload.
10094         (message-buffer-name): Search for the existing message buffer if
10095         message-generate-new-buffers is nil or `standard'; treat the value t of
10096         message-generate-new-buffers as `unique'.
10097         (message-pop-to-buffer): Raise the frame already displaying the message
10098         buffer; clear the echo area after querying.
10099         (message-setup): Pass the `continue' argument to compose-mail.
10100         (message-mail): Prefer `switch-function' if it is given; search for the
10101         existing message buffer if the `continue' argument is non-nil; pass
10102         continue and switch-function arguments to compose-mail by way of
10103         message-setup.
10104         (message-mail-other-window): Adjust argument of message-setup.
10105         (message-mail-other-frame): Ditto.
10106
10107 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10110         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10111         to turn font-lock on when turning gnus-message-citation-mode on.
10112
10113 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10114
10115         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10116         (mml-smime-function-alist): New variable; add epg as the backend.
10117         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10118         mml-smime- functions instead.
10119         * mm-view.el: Require smime.
10120
10121 2007-03-05  Didier Verna  <didier@xemacs.org>
10122
10123         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10124         instead of just inheritance for posting styles.
10125         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10126
10127 2007-02-24  Chris Moore  <dooglus@gmail.com>
10128
10129         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10130         * pgg-pgp.el (pgg-pgp-encrypt-region):
10131         * pgg-gpg.el (pgg-gpg-encrypt-region):
10132         Check pgg-encrypt-for-me if no other recipients.
10133
10134 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10135
10136         * tls.el (tls-certtool-program): Fix custom type.
10137
10138 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10141         and point-at-eol instead of line-(beginning|end)-position.
10142
10143         * assistant.el (assistant-parse-buffer): Ditto.
10144
10145         * netrc.el (netrc-parse-services): Ditto.
10146
10147 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10148
10149         * mml2015.el (mml2015-epg-find-usable-key): New function.
10150         (mml2015-epg-sign): Use it.
10151         (mml2015-epg-encrypt): Use it.
10152
10153 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * message.el (message-make-in-reply-to): Quote name containing
10156         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10157         if there are special characters.  Reported by NAKAJI Hiroyuki
10158         <nakaji@jp.freebsd.org>.
10159
10160 2007-02-27  Didier Verna  <didier@xemacs.org>
10161
10162         Include the group parameters as well as the topic ones in the
10163         inheritance filter process.
10164         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10165         argument GROUP-PARAMS-LIST.
10166         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10167
10168 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * nntp.el (nntp-never-echoes-commands)
10171         (nntp-open-connection-functions-never-echo-commands): New variables.
10172         (nntp-send-command): Use them.
10173
10174 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10175
10176         * mml2015.el (mml2015-epg-verify): Simplify.
10177
10178 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * mml.el (mml-content-disposition-alist): New user option.
10181         (mml-content-disposition): New function.
10182         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10183         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10184
10185 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10186
10187         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10188         verification.
10189
10190 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10191
10192         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10193         articles posted in the last 24 hours.
10194
10195 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10196
10197         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10198
10199 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10200
10201         * nntp.el (nntp-send-command): Don't wait for echoes when
10202         nntp-open-ssl-stream is used.
10203
10204 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10207         (gnus-message-add-citation-keywords)
10208         (gnus-message-remove-citation-keywords): Remove.
10209         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10210         directly, make the variables in font-lock-defaults buffer-local, add
10211         gnus-message-citation-keywords to them and then update the value of
10212         font-lock-keywords.
10213
10214 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * message.el (message-cite-original-1): Don't call
10217         gnus-article-highlight-citation.
10218
10219         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10220         citations; fix line count.
10221
10222 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10225         (gnus-message-add-citation-keywords)
10226         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10227         versions of font-lock-add-keywords and font-lock-remove-keywords to
10228         work with XEmacs correctly.
10229
10230 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gnus-cite.el (gnus-cite-face-list): Set the values of
10233         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10234         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10235         (gnus-message-cite-prefix-regexp): New variable.
10236         (gnus-message-search-citation-line): Use it; protect against long
10237         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10238         the 0th match data for Emacs.
10239         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10240         (gnus-message-add-citation-keywords): Append keywords rather than
10241         prepending; emulate font-lock-add-keywords if it is not available.
10242         (gnus-message-remove-citation-keywords):
10243         Emulate font-lock-remove-keywords if it is not available.
10244
10245         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10246
10247         * message.el (message-cite-prefix-regexp): Set the value of
10248         gnus-message-cite-prefix-regexp.
10249
10250 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10251
10252         * nnweb.el (nnweb-google-parse-1): Update parser.
10253
10254 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10255
10256         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10257
10258 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10259
10260         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10261         regexp.
10262
10263 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10266         string-to-multibyte.
10267         (uudecode-decode-region-internal): Use it.
10268
10269         * lpath.el: Fbind string-as-multibyte for XEmacs.
10270
10271 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10274         Fix custom choice.
10275
10276         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10277
10278 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10279
10280         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10281
10282         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10283         `write-region' to respect `mm-inhibit-file-name-handlers'.
10284
10285 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10288         Use gnus-home-directory instead of "~/" or "$HOME".
10289
10290 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10293         to mention filename.
10294         Add comments at beginning regarding usage.
10295         (encrypt-write-file-contents): Change interactive so a string is
10296         acceptable.  If the file has no associated model, show an error instead
10297         of a nonsense prompt.
10298
10299 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10300
10301         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10302         Thanks to Yoshihiko Yamada for kind notification of this typo.
10303
10304 2007-01-12  Kenichi Handa  <handa@m17n.org>
10305
10306         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10307         multibyte buffer.
10308
10309 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-score.el (gnus-score-fast-scoring): New variable.
10312         (gnus-score-headers): Use it.
10313
10314         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10315
10316         * message.el (message-cite-original-1):
10317         Call gnus-article-highlight-citation if requested.
10318         (message-make-from): Allow name and address as optional arguments.
10319
10320         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10321
10322         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10323         bugs to doc string.
10324         (gnus-button-alist): Add mid\\|message-id.
10325         (gnus-button-fetch-group): Extend for use in
10326         `browse-url-browser-function'.
10327         (gnus-button-url-regexp): Try to catch paired parentheses like in
10328         Wikipedia URLs.
10329
10330         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10331         Suggested by Simon Krahnke <overlord@gmx.li>.
10332
10333 2007-01-13  Romain Francoise  <romain@orebokech.com>
10334
10335         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10336         Update copyright.
10337
10338 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10339
10340         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10341
10342 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10343
10344         * gnus-registry.el (gnus-registry-unfollowed-groups)
10345         (gnus-registry-split-fancy-with-parent): Fix documentation.
10346
10347 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10350         from nnweb groups.
10351
10352 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10355         Xref urls.  Erase buffer before requesting head.
10356
10357         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10358
10359 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10362         customizable.
10363
10364 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10365
10366         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10367         no signing key is found.
10368         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10369         no encrypting and/or signing key is found.
10370
10371 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10374
10375 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10376
10377         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10378         headers read from disk with the ones newly found in the current search.
10379         This should no longer cause problems, because the article numbers in
10380         Gmane's `nov.php' output are ignored since the previous change.
10381
10382 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10383
10384         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10385
10386 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10389         replace-regexp-in-string; bind url-version; fbind display-images-p and
10390         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10391         find-face and set-itimer-function for Emacs; bind itimer-list for
10392         Emacs.
10393
10394         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10395
10396 2007-01-01  Romain Francoise  <romain@orebokech.com>
10397
10398         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10399
10400 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10401
10402         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10403         `define-minor-mode' macro definition expanded properly.
10404         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10405         exclude it there.
10406
10407         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10408         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10409         `fboundp' test.
10410         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10411         This is OK to autoload in (S)XEmacs now.
10412
10413 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10416         keystroke.
10417         (gnus-summary-limit-to-singletons): Fix typo.
10418
10419         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10420         else fails.
10421
10422 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10423
10424         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10425         docstring.
10426
10427         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10428         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10429         (gnus-summary-insert-dormant-articles): Fix typo in message.
10430
10431 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10434         nil for XEmacs.
10435         (gnus-message-citation-mode): Don't autoload in XEmacs.
10436
10437         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10438
10439 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10440
10441         * nnimap.el (nnimap-expunge-search-string):
10442         Mention nnimap-search-uids-not-since-is-evil in docstring.
10443
10444 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * spam.el: Revert to make-obsolete-variable because
10447         define-obsolete-variable-alias is not supported in Emacs 21.
10448
10449         * spam.el (spam-ifile-path, spam-ifile-database-path)
10450         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10451         make-obsolete-variable.
10452         (spam-bsfilter-path, spam-bsfilter-program)
10453         (spam-spamassassin-path, spam-spamassassin-program)
10454         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10455         Don't use "path" inappropriately.
10456         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10457         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10458         variable names.
10459
10460 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10461
10462         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10463         summary buffer.
10464
10465         * password.el (password-cache-remove): Use clear-string to burn
10466         password, if available.
10467
10468 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10471
10472         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10473
10474         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10475         (gnus-message-highlight-citation): Move defcustom here from
10476         gnus-cite.el.
10477         (gnus-message-citation-mode): Autoload.
10478
10479         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10480         checks to make it compile with XEmacs.
10481         (gnus-message-citation-mode): New minor mode.
10482         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10483         (gnus-message-highlight-citation): New variables.
10484         (gnus-message-search-citation-line)
10485         (gnus-message-add-citation-keywords)
10486         (gnus-message-remove-citation-keywords)
10487         (turn-on-gnus-message-citation-mode)
10488         (turn-off-gnus-message-citation-mode): New functions.
10489
10490 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10491
10492         * gnus-cite.el: Enable highlighting of different citation levels in
10493         message-mode.
10494
10495 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * message.el (message-make-fqdn): Fix comment.
10498         (message-bogus-system-names): Add ".local".
10499
10500         * spam.el (spam-ifile-path, spam-ifile-program)
10501         (spam-ifile-database-path, spam-ifile-database)
10502         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10503         Don't use "path" inappropriately.
10504         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10505         strings.
10506         (spam-check-ifile, spam-ifile-register-with-ifile)
10507         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10508         Use new variable names.
10509
10510         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10511         (gnus-treat-display-smileys): Simplify using
10512         gnus-image-type-available-p.
10513
10514         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10515         available.
10516
10517         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10518         Use `display-images-p' if available.
10519
10520 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10523         one after turning on the buffer's multibyteness instead of decoding
10524         them directly in the unibyte buffer that causes unexpected conversion
10525         in Emacs 23 (unicode).
10526
10527 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10528
10529         * message.el (message-generate-hashcash): Fix custom type.
10530
10531 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10534
10535 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10538         disconnect icons.  Add help text.
10539
10540 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10541
10542         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10543         negated to be consistent with the others we handle.
10544
10545 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10546
10547         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10548         version of gnus-summary-buffer to something, so that we can use two
10549         article buffers at the same time.
10550
10551 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10552
10553         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10554         trigger all the extra headers.
10555         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10556         sorting.
10557
10558 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10559
10560         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10561         solid groups.
10562
10563 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10564
10565         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10566
10567 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * legacy-gnus-agent.el: Add Copyright notice.
10570
10571 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10572
10573         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10574
10575 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576
10577         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10578
10579         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10580         to make it work reliably in CVS Emacs.
10581         (gnus-summary-limit-strange-charsets-predicate)
10582         (gnus-summary-limit-to-predicate): New functions.
10583
10584 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10585
10586         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10587         specifying array size.
10588         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10589         array if it is too small.
10590         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10591         (gnus-sort-threads-loop): New function.
10592
10593 2006-12-06  Chris Moore  <dooglus@gmail.com>
10594
10595         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10596         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10597
10598 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10599
10600         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10601         options.
10602
10603 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10606         DOS-ing the recipient.
10607
10608         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10609         the headers when creating the mapping to avoid mismappings.
10610         (nnweb-gmane-create-mapping): Always nix out old mapping.
10611
10612 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10615         and mm-verify-option to never.
10616
10617 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * message.el (message-signed-or-encrypted-p): New function.
10620         (message-forward-make-body): Use it.
10621
10622         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10623         Replace encode-coding-string with mm-encode-coding-string.
10624
10625 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * nneething.el (nneething-decode-file-name):
10628         Replace decode-coding-string with mm-decode-coding-string.
10629
10630         * gnus-int.el (gnus-open-server): Say failed server's name.
10631
10632 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10633
10634         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10635         strings to a single string.  Quote `errors-file-name'.
10636         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10637         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10638         Adjust calls.  Use `shell-quote-argument'.
10639
10640 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10641
10642         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10643         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10644
10645         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10646         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10647         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10648         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10649         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10650         (gnus-subscribe-newsgroup, gnus-1):
10651         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10652         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10653         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10654         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10655
10656 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10657
10658         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10659         keystroke.
10660         (gnus-summary-limit-to-bodies): Implement headersp.
10661
10662 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10665
10666 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10669
10670 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * message.el (message-generate-hashcash): Expand range of values to
10673         include `opportunistic'.
10674         (message-send-mail): Use it.
10675
10676 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10677
10678         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10679         and comment it.
10680
10681         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10682
10683 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * gnus-util.el (gnus-extract-address-components): Improve comment.
10686
10687 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-util.el (gnus-extract-address-components): Work with address in
10690         which the name portion contains @.
10691
10692         * lpath.el: Fbind custom-autoload.
10693
10694 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus.el (gnus-start): Move custom group up.
10697         (gnus-select-method): Don't autoload, but make it available for
10698         `customize-variable'.
10699         (gnus-getenv-nntpserver): Don't autoload.
10700
10701 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10702
10703         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10704
10705 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * message.el (message-sendmail-extra-arguments): New variable.
10708         (message-send-mail-with-sendmail): Use it.
10709
10710 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10713         mm-with-unibyte-current-buffer to make string unibyte.
10714
10715         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10716         mm-string-as-multibyte.
10717
10718 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10719
10720         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10721         Reported by Werner Koch <wk@gnupg.org>.
10722
10723 2006-11-14  Daiki Ueno  <ueno@p360>
10724
10725         * mml2015.el: Autoload epa-select-keys when compiling.
10726
10727 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10728
10729         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10730         message-options.
10731         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10732
10733 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10734
10735         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10736         EasyPG (< 0.0.6).
10737         (mml2015-always-trust): New user option.
10738         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10739         prompt.
10740
10741 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * nntp.el (nntp-authinfo-force): New variable.
10744         (nntp-send-authinfo): Use it.
10745
10746 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10749         decode encoded words.  Improve prompt.  Add comment about forwarding.
10750         (message-replacement-char): Move up.
10751
10752 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10753
10754         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10755         instead of gnus-intersection because arguments of gnus-sorted-nunion
10756         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10757
10758 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10761         (message-simplify-subject-functions):
10762         Enable message-strip-subject-encoded-words by default.
10763
10764 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * message.el (message-strip-subject-encoded-words): New function.
10767         (message-simplify-subject-functions): New variable.
10768         (message-simplify-subject): Use it.  Fix typo in doc string.
10769         Support message-strip-subject-encoded-words.
10770
10771 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10772
10773         * gnus-diary.el (gnus-diary-delay-format-function):
10774         * nndiary.el (nndiary-reminders):
10775         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10776
10777 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * gnus-art.el (article-hide-boring-headers): Fetch date from
10780         gnus-original-article-buffer to avoid problems with localized date
10781         strings.
10782
10783 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10786
10787 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10790         New variables.
10791         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10792         (mm-charset-synonym-alist): Move some entries to
10793         mm-codepage-iso-8859-list.
10794         (mm-charset-synonym-alist, mm-charset-override-alist):
10795         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10796
10797 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10800
10801 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10804         with Emacs 21 and XEmacs.
10805
10806 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * spam.el (spam-parse-address): New function for better parsing,
10809         catching errors, etc.
10810         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10811
10812 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * mm-view.el: Add interactive arg to html2text autoload.
10815
10816 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10819
10820 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10823         New variables.
10824         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10825         (mm-charset-synonym-alist): Move some entries to
10826         mm-codepage-iso-8859-list.
10827
10828         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10829
10830 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * message.el (message-citation-line-format)
10833         (message-insert-formated-citation-line): Fix implementation of %E, %N
10834         and %n according to the doc string.
10835
10836 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10837
10838         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10839         Use car-safe to avoid bad parses.
10840
10841 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10844         names.
10845
10846         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10847
10848 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10851         header.
10852
10853         * message.el (message-draft-headers): Add Date.
10854         (message-headers-to-generate): Fix typo in docstring.
10855
10856         * nndraft.el (nndraft-required-headers): New variable.
10857         (nndraft-generate-headers): Use it.
10858
10859         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10860
10861 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10862
10863         * gnus-registry.el (gnus-registry-wash-for-keywords)
10864         (gnus-registry-find-keywords): New functions to allow easy searching of
10865         articles that are in the registry.
10866
10867 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10868
10869         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10870         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10871         Reported by Damien Elmes <damien@repose.cx>.
10872
10873 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * gnus.el (gnus-mime): Remove unused custom group.
10876
10877 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10878
10879         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10880         "blank line" when searching for end of armor headers.
10881
10882 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gmm-utils.el (gmm-write-region): Fix variable name.
10885
10886 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gmm-utils.el (gmm-write-region): New function based on compatibility
10889         code from `mm-make-temp-file'.
10890
10891         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10892
10893         * nnmaildir.el (nnmaildir--update-nov)
10894         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10895         Use `gmm-write-region'.
10896
10897 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10900         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10901
10902         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10903
10904         * message.el (message-replacement-char): New variable.
10905         (message-fix-before-sending): Use it.
10906         (message-simplify-subject): New function to remove duplicate code.
10907         (message-reply, message-followup): Use it.
10908
10909         * gnus-sum.el (gnus-summary-make-menu-bar):
10910         Clarify gnus-summary-limit-to-articles.
10911
10912 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-util.el (gnus-with-local-quit): New macro.
10915
10916         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10917
10918 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10919
10920         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10921         ignore non-string data.
10922
10923 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10924
10925         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10926         non-string data (needs to be done in the registry too).
10927
10928 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10929
10930         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10931         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10932         (gnus-registry-split-fancy-with-parent)
10933         (gnus-registry-fetch-simplified-message-subject-fast)
10934         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10935         Remove text properties on ingress into the registry and when it's saved.
10936         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10937         registry from entries with no groups.
10938
10939 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10940
10941         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10942         function to remove string properties.
10943
10944 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * gmm-utils.el (gmm): Adjust custom version.
10947
10948         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10949         Adjust custom version.
10950
10951         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10952
10953 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-art.el (gnus-insert-prev-page-button)
10956         (gnus-insert-next-page-button): Simplify.  Reformat.
10957
10958 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10959
10960         * gnus-art.el (gnus-insert-prev-page-button)
10961         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10962
10963 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10964
10965         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10966
10967 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10968
10969         * gnus-art.el (gnus-insert-mime-button)
10970         (gnus-insert-mime-security-button):
10971         Apply gnus-article-button-face to MIME and security buttons.
10972
10973 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10976         readable.
10977
10978 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10981
10982 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10983
10984         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10985         `browse-url-of-file' instead of `browse-url'.
10986
10987 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10988
10989         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10990         regexp.  Articles containing quotation were cut prematurely.
10991
10992 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * message.el (message-cite-original-1): Use nobody by default for the
10995         value of From header.
10996         (message-reply): Ditto.
10997
10998 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10999
11000         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11001         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11002         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11003
11004 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11007         mails in the doc string.  Add some URLs in comment.
11008         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11009
11010 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11013         backslashes handling and the way to find boundaries of quoted strings.
11014
11015 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11016
11017         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11018         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11019         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11020         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11021
11022 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11025         doc string.
11026         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11027
11028 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * lpath.el: Fbind epg-check-configuration.
11031
11032 2006-09-06  Simon Josefsson  <jas@extundo.com>
11033
11034         * mml2015.el (mml2015-use): Doc fix, mention epg.
11035
11036 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11037
11038         * mml2015.el (mml2015-use): Default to epg, if available.
11039
11040 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11041
11042         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11043         message-sender.
11044         (mml1991-epg-encrypt): Ditto.
11045         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11046         message-sender.
11047         (mml2015-epg-encrypt): Ditto.
11048
11049 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11050
11051         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11052         several common directories.
11053
11054 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11055
11056         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11057         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11058
11059 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-art.el (article-decode-encoded-words): Make it fast.
11062
11063 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11066
11067         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11068         in quoted string into `\'.
11069
11070 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11073         Use standard-syntax-table.
11074
11075 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-art.el (gnus-decode-address-function): New variable.
11078         (article-decode-encoded-words): Use it to decode headers which are
11079         assumed to contain addresses.
11080         (gnus-mime-delete-part): Remove useless `or'.
11081
11082         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11083         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11084         (gnus-nov-parse-line): Use it to decode From header.
11085         (gnus-get-newsgroup-headers): Ditto.
11086         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11087
11088         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11089         (mail-decode-encoded-address-string): New alias.
11090
11091         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11092         New function.
11093         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11094         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11095         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11096         (rfc2047-decode-string): Ditto.
11097         (rfc2047-decode-address-region): New function.
11098         (rfc2047-decode-address-string): New function.
11099
11100 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * message.el (message-caesar-buffer-body): Allow rotating headers.
11103
11104         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11105
11106         * message.el (message-insert-formated-citation-line): Fix %f.
11107         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11108
11109 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11112         (gnus-bookmark-mouse-available-p): New macro.
11113         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11114         (gnus-bookmark-bmenu-show-infos): Use it.
11115         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11116         (gnus-bookmark-bmenu-hide-infos): Ditto.
11117         (gnus-bookmark-remove-properties): New function.
11118         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11119         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11120         (gnus-bookmark-write-file): Bind coding-system-for-write.
11121         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11122         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11123         group before selecting it.
11124         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11125         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11126         quit-window if it is not available; use gnus-mouse-2 and bind it to
11127         gnus-bookmark-bmenu-select-by-mouse.
11128         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11129         (gnus-bookmark-bmenu-select-by-mouse): New function.
11130
11131 2006-08-13  Romain Francoise  <romain@orebokech.com>
11132
11133         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11134         space.
11135
11136 2006-08-10  Romain Francoise  <romain@orebokech.com>
11137
11138         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11139         (dns-mode-soa-auto-increment-serial): New user option.
11140         (dns-mode-soa-maybe-increment-serial): New function.
11141         (dns-mode): Add the latter to `write-contents-functions'.
11142
11143 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * compface.el (uncompface): Use binary rather than raw-text-unix.
11146
11147 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * compface.el (uncompface): Make sure the eol conversion doesn't take
11150         place when communicating with the external programs.
11151         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11152
11153 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11156
11157 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11158
11159         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11160         Make it more robust by parsing author and date independently.
11161
11162 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11165
11166 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11167
11168         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11169         first matching secret key.
11170         (mml2015-epg-encrypt): Ditto.
11171
11172         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11173         first matching secret key.
11174         (mml1991-epg-encrypt): Ditto.
11175
11176         * mml2015.el (mml2015-encrypt-to-self): New user option.
11177         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11178         mml2015-epg-encrypt-to-self is set.
11179
11180         * mml1991.el (mml1991-encrypt-to-self): New variable.
11181         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11182         mml1991-epg-encrypt-to-self is set.
11183
11184         * mml2015.el (mml2015-signers): New user option.
11185         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11186         (mml2015-epg-encrypt): Allow to select signing keys.
11187
11188         * mml1991.el (mml1991-signers): New variable.
11189         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11190         (mml1991-epg-encrypt): Allow to select signing keys.
11191
11192 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * nnheader.el (nnheader-insert-head): Make it work even if the file
11195         uses CRLF for the line-break code.
11196
11197 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11198
11199         * mml2015.el: Require mml-sec instead of password.
11200         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11201         (mml2015-cache-passphrase): Inherit the default value from
11202         mml-secure-cache-passphrase.
11203         (mml2015-passphrase-cache-expiry): Inherit the default value from
11204         mml-secure-passphrase-cache-expiry.
11205
11206         * mml1991.el: Require mml-sec instead of password.
11207         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11208         (mml1991-cache-passphrase): Inherit the default value from
11209         mml-secure-cache-passphrase.
11210         (mml1991-passphrase-cache-expiry): Inherit the default value from
11211         mml-secure-passphrase-cache-expiry.
11212
11213         * mml-sec.el: Require password.
11214         (mml-secure-verbose): New user option.
11215         (mml-secure-cache-passphrase): New user option.
11216         (mml-secure-passphrase-cache-expiry): New user option.
11217
11218 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11219
11220         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11221         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11222         andreas@altroot.de (Andreas Vögele).
11223
11224         FIXME: Use `tiny change'?
11225
11226 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11227
11228         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11229         workaround for the url package included with Emacs.
11230
11231         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11232
11233 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11236         correctly.  This fixes a bug caused by the 2006-05-12 change.
11237
11238 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11239
11240         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11241         some information about the error when saying that the `bogus' mail
11242         group will be used.
11243
11244 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11247         string.
11248
11249 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11250
11251         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11252
11253 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11254
11255         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11256
11257 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * mml1991.el (mml1991-function-alist): Add epg.
11260         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11261         (mml1991-epg-encrypt): New functions.
11262
11263 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11264
11265         * mml2015.el (mml2015-verbose): New variable.
11266         (mml2015-cache-passphrase): Ditto.
11267         (mml2015-passphrase-cache-expiry): Ditto.
11268         (mml2015-function-alist): Add epg.
11269         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11270         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11271         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11272         New functions.
11273
11274 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11275
11276         * message.el (message-cite-original-1): Preserve region when removing
11277         quoted text due to X-No-Archive in order to avoid bogus attribution
11278         when citing multiple messages.
11279
11280 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11281
11282         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11283         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11284
11285 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-diary.el (gnus-user-format-function-d)
11288         (gnus-user-format-function-D): Autoload.
11289
11290         * imap.el (Commentary): Fix typo.
11291
11292         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11293         2006-04-22 contribution.
11294
11295 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11296
11297         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11298         It didn't really fix the bogosity I'm seeing with solid web groups.
11299
11300 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11301
11302         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11303         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11304         created using server names.  If we use the feature without declaring
11305         it, Gnus does not properly manage server and group state.
11306
11307         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11308         bound.
11309
11310 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11311
11312         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11313         looking up the method using GROUP's prefix before inventing a new one.
11314         It is used on killed/unknown groups in various places where returning
11315         an all-new method isn't expected by the caller.
11316
11317         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11318         and match semantics of gnus-group-real-prefix.
11319
11320 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * nnmail.el (nnmail-broken-references-mailers): New variable.
11323         (nnmail-ignore-broken-references): New function generalizing
11324         nnmail-fix-eudora-headers.
11325         (nnmail-fix-eudora-headers): Now obsolete.
11326
11327         * gnus-art.el (gnus-button-handle-custom):
11328         Support `customize-apropos*'.
11329
11330 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11331
11332         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11333
11334         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11335         articles.
11336
11337 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * message.el (message-cite-reply-above): New variable.
11340         (message-yank-original): Use it.
11341
11342 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11345
11346 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11349         as read.
11350
11351         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11352
11353 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11356         (gnus-bookmark-default-file): Use gnus-directory.
11357         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11358         Remove "*" in doc string.
11359         (gnus-bookmark-write-file): Simplify.
11360         (gnus-bookmark-maybe-sort-alist): Use `when'.
11361         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11362         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11363         Add FIXME about Emacs 21 and XEmacs compatibility.
11364         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11365         compatibility.
11366         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11367         compatibility.
11368         (gnus-bookmark-menu-heading): Fix version.
11369
11370 2006-06-19  Bastien Guerry  <bzg@altern.org>
11371
11372         * gnus-bookmark.el: New file.
11373
11374 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * message.el (message-syntax-checks): Doc fix.
11377
11378 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11379
11380         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11381         unsubscribed groups as if they were killed ones.  It causes duplicate
11382         entries in gnus-newsrc-alist.
11383
11384 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * message.el (message-syntax-checks): Doc fix.
11387         (message-send-mail): Add check for continuation headers.
11388         (message-check-news-header-syntax): Fix regexp used to check for
11389         continuation headers.
11390
11391 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11394
11395 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11398
11399 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11402         default-truncate-lines.
11403
11404 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11407         to fill the utf-8 entry.
11408
11409         * lpath.el: Fbind unicode-precedence-list.
11410
11411 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11412
11413         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11414
11415 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11416
11417         * gnus-agent.el (directory-files-and-attributes): Move all the way
11418         forward (the third and final move).
11419         (gnus-agent-read-agentview): Trap reconstruction errors due to
11420         nonexistent directory.  Handle by returning nil.
11421
11422 2006-05-30  Didier Verna  <didier@xemacs.org>
11423
11424         * message.el (message-dont-reply-to-names): Update the custom type.
11425         * message.el (message-dont-reply-to-names): New defsubst: potentially
11426         convert a list of regexps into a single one.
11427         * message.el (message-get-reply-headers): Use it.
11428         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11429
11430 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-agent.el (directory-files-and-attributes): Move forward.
11433
11434 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * gnus-ml.el (gnus-mailing-list-subscribe)
11437         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11438         (gnus-mailing-list-message): Fix doc strings.
11439
11440 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11441
11442         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11443         of doing it manually.
11444
11445 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11448         comment.
11449
11450 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11451
11452         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11453         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11454         (gnus-agent-read-local): All symbols allocated in my-obarray.
11455         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11456         (gnus-agent-regenerate-group): Check numeric names to see if they are
11457         messages or groups.
11458         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11459         better way of do this...)
11460
11461         * gnus-cache.el (gnus-agent-total-fetched-for):
11462         Ignore 'dummy.group' (there should be a better way of do this...)
11463
11464 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11467         (gnus-saved-headers): Ditto.
11468         (gnus-default-article-saver): Mention functions may have properties.
11469         (gnus-article-save): Override gnus-save-all-headers and
11470         gnus-saved-headers by :headers property which saver function may have.
11471         (gnus-summary-save-in-file): Add :headers property.
11472         (gnus-summary-write-to-file): Ditto.
11473
11474         * gnus-sum.el (gnus-summary-save-article): Bind
11475         gnus-prompt-before-saving to t when saving many articles in a file;
11476         always show all headers.
11477
11478         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11479
11480 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11483         marks.
11484
11485         * message.el (message-indent-citation): Add optional arguments to allow
11486         using it outside of message buffers.
11487
11488         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11489         (gnus-article-treat-unfold-headers): Use it.
11490         (gnus-article-truncate-lines): New variable.
11491         (gnus-article-mode): Use it.
11492         (gnus-article-toggle-truncate-lines): New function.
11493
11494         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11495         Add gnus-article-toggle-truncate-lines.
11496
11497         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11498         coding system in XEmacs, use binary.
11499
11500 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11503         after-load-alist.
11504
11505         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11506         this function should save decoded articles.
11507         (gnus-summary-write-to-file): Use property to specify this function
11508         should save decoded articles and specify gnus-summary-save-in-file
11509         should be used to save articles other than the first one when saving
11510         many articles.
11511         (gnus-summary-save-body-in-file): Use property to specify this
11512         function should save decoded articles.
11513         (gnus-summary-write-body-to-file): Use property to specify this
11514         function should save decoded articles and specify
11515         gnus-summary-save-body-in-file should be used to save articles other
11516         than the first one when saving many articles.
11517
11518         * gnus-sum.el (gnus-summary-save-article): Simplify.
11519
11520 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-art.el (gnus-default-article-saver):
11523         Add gnus-summary-write-body-to-file.
11524         (gnus-article-save-coding-system): Don't use coding system object
11525         in XEmacs.
11526         (gnus-read-save-file-name): Add optional `dir-var' argument which
11527         specifies directory in which files are saved; work even if optional
11528         `variable' argument is not specified.
11529         (gnus-summary-write-to-file): Read file name.
11530         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11531         (gnus-summary-write-body-to-file): New function.
11532
11533         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11534         (gnus-summary-local-variables): Add it.
11535         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11536         (gnus-summary-save-article): Remove optional `decode' argument;
11537         determine whether to decode articles by the value of
11538         gnus-default-article-saver; when saving many files using
11539         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11540         it first and use gnus-summary-save-in-file or
11541         gnus-summary-save-body-in-file thereafter unless
11542         gnus-prompt-before-saving is always; move point to article which
11543         will be saved.
11544         (gnus-summary-save-article-file): Revert.
11545         (gnus-summary-write-article-file): Revert.
11546         (gnus-summary-save-article-body-file): Revert.
11547         (gnus-summary-write-article-body-file): New function.
11548
11549 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-art.el (gnus-default-article-saver): Doc fix.
11552         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11553         from gnus-summary-save-article-coding-system, and default to a
11554         certain coding system.
11555         (gnus-output-to-file): Add coding cookie and encode text according
11556         to gnus-article-save-coding-system; don't use mm-append-to-file.
11557
11558         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11559         gnus-art.el and rename to gnus-article-save-coding-system.
11560         (gnus-summary-save-article): Require gnus-art; don't show all
11561         headers if it decodes articles; don't add coding cookie here;
11562         don't bind mm-text-coding-system-for-write.
11563         (gnus-summary-save-article-file): Save decoded articles.
11564         (gnus-summary-write-article-file): When saving many files, use
11565         gnus-summary-write-to-file first and gnus-summary-save-in-file
11566         thereafter unless gnus-prompt-before-saving is always.
11567         (gnus-summary-save-article-body-file): Save decoded articles.
11568
11569         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11570
11571 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * nnrss.el (nnrss-check-group): Bind hash-index.
11574
11575 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11576
11577         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11578         its hash index.  Store this hash in `nnrss-group-data'.
11579         (nnrss-read-group-data): Update accordingly.
11580
11581 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11584         entry.
11585
11586         * gnus-sum.el (gnus-summary-make-menu-bar):
11587         Add gnus-article-browse-html-article.
11588
11589 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11590
11591         * gnus-sum.el (gnus-summary-mime-map):
11592         Add gnus-article-browse-html-article.
11593
11594         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11595
11596 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11599         suitable coding systems in customize.
11600
11601 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * mail-source.el (mail-sources): Fix custom type.
11604
11605 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11608         (gnus-summary-expire-articles-now): Shorten prompt.
11609
11610         * gmm-utils.el (wid-edit): Require.
11611         (defun-gmm): Rename from `gmm-defun-compat'.
11612         (gmm-image-search-load-path): Use it.
11613         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11614
11615 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-sum.el (gnus-summary-save-article-coding-system):
11618         New variable.
11619         (gnus-summary-save-article): Add optional `decode' argument.
11620         If it is set and gnus-summary-save-article-coding-system is non-nil,
11621         save decoded article.
11622         (gnus-summary-write-article-file): Save decoded article if
11623         gnus-summary-save-article-coding-system is non-nil.
11624
11625         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11626         type.
11627
11628 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11631
11632 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11635         first to test gnus-single-article-buffer which may be buffer-local.
11636
11637         * gnus-sum.el (gnus-summary-setup-buffer):
11638         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11639         group; make gnus-article-buffer, gnus-article-current, and
11640         gnus-original-article-buffer always buffer-local.
11641         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11642         group.
11643         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11644
11645 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * nnml.el (nnml-request-compact-group): Compressed files might not
11648         have .gz extension.
11649
11650 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11651
11652         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11653         (mm-copy-to-buffer): Use with-current-buffer.
11654         (mm-display-part): Simplify.
11655         (mm-inlinable-p): Add optional arg `type'.
11656
11657 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11658
11659         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11660         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11661         Try harder to show the attachment internally or externally using
11662         gnus-mime-view-part-as-type.
11663
11664 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * message.el (message-from-style, message-signature-separator)
11667         (message-user-organization-file, message-send-mail-function)
11668         (message-citation-line-function, message-yank-prefix)
11669         (message-indent-citation-function, message-signature)
11670         (message-signature-file, message-signature-insert-empty-line):
11671         Remove autoloads.
11672
11673         * gnus-art.el (gnus-buttonized-mime-types):
11674         Remove "multipart/signed".  Revert 2006-04-26 change.
11675
11676 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * gnus.el (gnus-version-number): Bump version.
11679
11680 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11681
11682         * gnus.el: No Gnus v0.5 is released.
11683
11684 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11685
11686         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11687         fetching articles by message-id.
11688
11689 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * message.el (hashcash): Require hashcash as normal.
11692
11693         * ecomplete.el (ecomplete-highlight-match-line):
11694         Use point-at-eol.
11695         (ecomplete-highlight-match-line): Use `highlight', because that
11696         face exists in both Emacs and XEmacs.
11697
11698         * message.el (message-display-abbrev): Use point-at-bol.
11699
11700         * mail-source.el: Don't require timer/timer-funcs.
11701
11702         * gnus-async.el: Ditto.
11703
11704         * password.el: Ditto.
11705
11706         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11707
11708         * mm-url.el: Ditto.
11709
11710         * gnus-xmas.el: Don't require timer-funcs.
11711
11712         * mm-util.el: Require timer/timer-funcs.
11713
11714 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11715
11716         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11717         Close.
11718
11719 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11722         unibyte after clear-decrypt function runs.
11723
11724         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11725         returns as a unibyte string.
11726
11727 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * lpath.el: Revert.
11730
11731         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11732         (pgg-gpg-process-sentinel): Revert.
11733
11734         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11735         (pgg-pgp-lookup-key): Revert.
11736
11737         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11738         (pgg-pgp5-lookup-key): Revert.
11739
11740         * pgg.el (pgg-fetch-key): Revert.
11741
11742 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * lpath.el: Fbind string-as-multibyte for XEmacs.
11745
11746         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11747         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11748         (mml1991-pgg-encrypt): Ditto.
11749
11750         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11751         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11752         a multibyte buffer.
11753
11754         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11755         (pgg-pgp-lookup-key): Ditto.
11756
11757         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11758         (pgg-pgp5-lookup-key): Ditto.
11759
11760         * pgg.el (pgg-fetch-key): Ditto.
11761
11762 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * message.el (message-user-organization-file): Check several
11765         locations of the organization file.
11766
11767         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11768         Add gnus-article-view-part-as-type.
11769
11770         * gnus-art.el (gnus-article-view-part-as-type): New function.
11771
11772         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11773         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11774
11775         * mml.el: Simplify autoload.
11776         (mml-mode): defvar dnd-protocol-alist instead of using
11777         symbol-value.
11778         (mml-default-directory): New variable.
11779         (mml-minibuffer-read-file): Use it.
11780         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11781
11782         * message.el (message-citation-line-format): New variable.
11783         (message-insert-formated-citation-line): New function.
11784         (message-citation-line-function):
11785         Add `message-insert-formated-citation-line' to custom type.
11786
11787         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11788         to doc string.
11789
11790         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11791         depending on mm-verify-option.
11792
11793 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11796         binding pgg-* variables; reimplement the section which prevents
11797         MIME header from being signed.
11798         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11799         pgg-text-mode; remove a blank line at the top of body.
11800
11801         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11802         lines at the top of body; use gnus-newsgroup-charset if there's no
11803         Charset header.
11804
11805 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * message.el (message-self-insert-commands): Doc fix.
11808
11809         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11810         (mm-uu-pgp-encrypted-test): Ditto.
11811         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11812         between header and body; return application/pgp-encrypted handle
11813         if decryption failed; decode decrypted body by charset.
11814
11815         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11816         element match to application/pgp-*.
11817
11818 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11819
11820         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11821         HTML.
11822
11823 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824
11825         * mail-source.el (mail-source-call-script): Message the error
11826         string.
11827
11828 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11829
11830         * gnus-util.el (gnus-byte-compile): Use it.
11831
11832 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11833
11834         * gnus-util.el (kill-empty-logs): New function.
11835
11836 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837
11838         * message.el (message-mail-alias-type): Doc fix.
11839         (message-mail-alias-type-p): New function.
11840         (message-send): Use it.
11841         (message-mode): Ditto.
11842         (message-strip-forbidden-properties): Ditto.
11843
11844         * ecomplete.el (ecomplete-database-file-coding-system):
11845         New variable.
11846         (ecomplete-save): Use it.
11847         (ecomplete-setup): Use it.
11848
11849 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * message.el (message-self-insert-commands): New variable.
11852         (message-strip-forbidden-properties): Use it.
11853
11854 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11855
11856         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11857         that doesn't make XEmacs choke.
11858
11859 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-util.el (gnus-replace-in-string):
11862         Prefer replace-regexp-in-string over of replace-in-string.
11863
11864 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-util.el (gnus-select-frame-set-input-focus):
11867         Use select-frame-set-input-focus if it is available in XEmacs; use
11868         definition defined in Emacs 22 for old Emacsen.
11869
11870         * dgnushack.el: Autoload unmorse-region for XEmacs.
11871
11872         * lpath.el: Bind cursor-in-non-selected-windows and
11873         select-frame-set-input-focus for XEmacs.
11874
11875 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11878
11879 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11880
11881         * gnus-registry.el (gnus-registry-cache-save): Remove text
11882         properties when saving via the temp buffer.
11883
11884 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * message.el (message-generate-hashcash): Honor custom type.
11887
11888 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * message.el (message-generate-hashcash): Default to non-nil when
11891         hashcash is found.
11892
11893         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11894         (gnus-refer-thread-limit): Increase default to 500.
11895
11896         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11897
11898         * flow-fill.el (fill-flowed): Allow delete-space.
11899
11900 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11903         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11904         Remove autoloads.
11905
11906 2006-04-18  Simon Josefsson  <jas@extundo.com>
11907
11908         * message.el (message-generate-hashcash): Default to.
11909
11910 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11913         concatenating segments rather than before concatenating them.
11914
11915 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11918
11919 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11920
11921         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11922
11923         * message.el (message-forward-make-body-plain):
11924         Allow message-forward-ignored-headers to be a list.
11925         (message-remove-ignored-headers): Factor out into function.
11926         (message-forward-make-body-mml): Use it.
11927
11928         * imap.el (imap-quote-specials): New function.
11929         (imap-login-auth): Quote specials.
11930
11931         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11932         (rfc2231-parse-string): Allow concatanation of parameters that
11933         aren't contiguous.  The test case is
11934           (mail-header-parse-content-type "message/external-body;
11935             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11936             access-type=LOCAL-FILE;
11937             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11938
11939 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11940
11941         * nntp.el (nntp-accept-process-output): Return the value of
11942         `nnheader-accept-process-output'.
11943
11944 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11947         (gnus-button-alist): Recognize more diff formats.
11948         (gnus-button-patch): Strip directory.
11949
11950 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11953         Emacs 22 when setting focus.
11954
11955 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11956
11957         * gnus-art.el (gnus-article-treat-types): Do treatment of
11958         text/x-verbatim parts.
11959         (gnus-button-patch): New command.
11960
11961         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11962         addresses that contain invalid characters.
11963
11964 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * message.el (message-put-addresses-in-ecomplete):
11967         Use gnus-replace-in-string.
11968         (message-is-yours-p): Use the more correct
11969         mail-header-parse-address instead of
11970         mail-extract-address-components.
11971         (message-put-addresses-in-ecomplete): Fix typo.
11972
11973         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11974         keystroke.
11975
11976         * gnus-art.el (gnus-treatment-function-alist): Change order of
11977         newsgroups/generic header folding to avoid double-folding.
11978
11979         * message.el (message-hidden-headers): Add X-Draft-From.
11980
11981         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11982         New command.
11983         (gnus-summary-repeat-search-article-backward): New command.
11984
11985         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11986         groups in the parent topic.
11987
11988 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11989
11990         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11991         (spam-extra-header-to-number): Return the CRM114 number as a
11992         number instead of a string.
11993
11994 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * gnus-art.el (gnus-face-properties-alist): Move here from
11997         gnus-fun.
11998
11999         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12000
12001 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * message.el (message-strip-forbidden-properties): Only display on
12004         self-insert-command.
12005
12006         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12007         reindent.
12008         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12009
12010 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12011
12012         * smiley.el (smiley-style): Fix typo.
12013
12014 2006-03-23  Kenichi Handa  <handa@m17n.org>
12015
12016         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12017         instead of set-buffer-multibyte.
12018
12019 2006-03-23  Kenichi Handa  <handa@m17n.org>
12020
12021         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12022         buffer and then decode the buffer text if necessary.
12023         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12024         first, and after mm-encode-body, change the buffer to unibyte.
12025
12026 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * hashcash.el (hashcash-insert-payment-async-2):
12029         Use message-goto-eoh instead of doing it manually.
12030         (mail-add-payment): Use message-narrow-to-header instead of trying
12031         to do the same itself.
12032
12033         * message.el (message-hidden-headers): Add Face.
12034
12035         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12036         reparenting code.
12037         (gnus-summary-reparent-children): Refactored out code.
12038         (gnus-summary-thread-map): New keystroke.
12039         (gnus-summary-reparent-children): Make into command.
12040
12041         * smiley.el (smiley-style): Default to `medium' if using a large
12042         font.
12043
12044         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12045         does it itself.
12046
12047         * message.el (message-point-in-header-p): Simplify definition.
12048
12049 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * nnagent.el (nnagent-request-set-mark): Silence log file
12052         writing.
12053         (nnagent-request-set-mark): Use write-region instead of
12054         append-to-file.
12055
12056         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12057         strange select method.
12058
12059         * ecomplete.el (ecomplete-display-matches): Get highlightling
12060         right.
12061         (ecomplete-display-matches): Use literals.
12062         (ecomplete-display-matches): Disable message logging.
12063
12064         * message.el (message-display-abbrev): Small optimization.
12065
12066         * ecomplete.el (ecomplete-display-matches): Allow automatic
12067         display.
12068
12069         * message.el (message-strip-forbidden-properties):
12070         Display abbrevs.
12071         (message-display-abbrev): Get automatic display right.
12072
12073         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12074         keystrokes.
12075
12076 2006-04-13  Romain Francoise  <romain@orebokech.com>
12077
12078         TODO: Backport to v5-10!
12079
12080         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12081         Move here (and rename) from gnus-registry.el.
12082
12083         * gnus-registry.el: Require gnus-util.
12084         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12085
12086 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12087
12088         * gnus-group.el (gnus-group-catchup-current):
12089         Change if-then-else-if-then-else into cond.
12090         (gnus-group-catchup): Indent.
12091         (group-name-at-point): New function.
12092         (gnus-fetch-group): Provide default from thing at point.
12093
12094 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12095
12096         * message.el (message-display-abbrev): Fix regexp.
12097
12098         * ecomplete.el (ecomplete-highlight-match-line):
12099         Reimplement choosing.
12100         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12101         dead variables.
12102
12103         * message.el (message-newline-and-indent): Remove debugging.
12104         (message-display-abbrev): Use new implementation.
12105
12106 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * gnus-art.el (gnus-article-mode):
12109         Set cursor-in-non-selected-windows to nil.
12110
12111         * smiley.el: Revert previous change.
12112         (smiley-data-directory): defvar it before using it in the
12113         defcustom of `smiley-style'.
12114
12115 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * message.el (message-newline-and-indent): New function.
12118
12119         * ecomplete.el: Implement more bits.
12120
12121         * message.el (message-put-addresses-in-ecomplete): Clean up the
12122         string.
12123
12124         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12125
12126         * gnus-sum.el (gnus-summary-save-parts):
12127         Bind gnus-summary-save-parts-counter and use it to make unique file
12128         names.
12129
12130         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12131
12132         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12133         parameter to say whether to actually parse the individual
12134         addresses.
12135
12136         * message.el (message-put-addresses-in-ecomplete): New function.
12137         (ecomplete): Require.
12138         (message-mail-alias-type): Add ecomplete as an option.
12139
12140 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12141
12142         * flow-fill.el (fill-flowed): Remove trailing space from blank
12143         quoted lines.
12144
12145 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * smiley.el (smiley-style): Move definition later to avoid a
12148         compilation warning.
12149
12150 2006-04-12  Kenichi Handa  <handa@m17n.org>
12151
12152         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12153         buffer and then decode the buffer text if necessary.
12154         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12155         first, and after mm-encode-body, change the buffer to unibyte.
12156         Use mm-disable-multibyte instead of set-buffer-multibyte.
12157
12158 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12161         Content-Type header instead of Content-Disposition header.
12162         (gnus-mime-inline-part): Ditto.
12163         (gnus-mime-view-part-as-charset): Ignore charset that the part
12164         specifies.
12165
12166         * mm-decode.el (mm-display-part): Work with external parts and
12167         usual parts similarly.
12168
12169         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12170         instead of gnus-display-mime.
12171
12172         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12173         instead of with-temp-buffer.
12174
12175         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12176         tag to summarized topics part in order to encode non-ASCII text.
12177
12178 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * smiley.el (smiley-style): New variable.
12181         (smiley-directory): New function.
12182         (smiley-data-directory): Derive from `smiley-style' using
12183         `smiley-directory'.
12184         (smiley-regexp-alist): Add new entries.
12185
12186         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12187         (gnus-article-browse-delete-temp): Add :version.
12188
12189 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12190
12191         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12192         the sieve region.
12193
12194 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12195
12196         * gnus.el (gnus-version-number): Bump version.
12197
12198 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus.el: No Gnus v0.4 is released.
12201
12202 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203
12204         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12205         layout.
12206
12207         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12208         unknown charset.
12209
12210         * message.el (message-header-synonyms): Add Original-To to the
12211         default.
12212
12213         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12214         optional parameter.
12215
12216 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-fun.el (gnus): Require it for gnus-directory.
12219
12220 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12223
12224 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12225
12226         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12227
12228 2006-04-05  Simon Josefsson  <jas@extundo.com>
12229
12230         * password.el (password-reset): New function.
12231
12232 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12233
12234         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12235         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12236
12237 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12238
12239         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12240         Some whitespace was matched into the url, which broke browsing hits
12241         > 100 when mm-url-use-external was nil.
12242
12243 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12246         Check gnus-extra-headers for 'Newsgroups.
12247
12248         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12249         bound.
12250
12251 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12252
12253         * pgg-gpg.el: Clean up process buffers every time gpg processes
12254         complete.
12255
12256 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12259         doc string.
12260
12261 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12262
12263         * pgg-gpg.el (pgg-gpg-process-filter)
12264         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12265
12266         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12267         lines, temporary fix.
12268
12269 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12272
12273 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12274
12275         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12276         default-enable-multibyte-characters.  This reverts the change from
12277         revision 6.17 which is no longer necessary because the passphrase
12278         is sent separately now.  GnuPG messages are unreadable under
12279         multibyte locales with default-enable-multibyte-characters set to
12280         nil.
12281
12282 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * message.el (message-tool-bar-gnome): Move "spell".
12285
12286 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12289         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12290         instead.
12291
12292 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12293
12294         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12295         Improve newsgroups handling for NNTP overviews which don't include
12296         Newsgroups.
12297
12298 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12299
12300         * message.el (message-resend): Bind message-generate-hashcash to nil.
12301
12302 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12303
12304         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12305         when searching for already-paid recipients.
12306
12307 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12308
12309         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12310         passphrases when it is not needed.
12311         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12312         passphrase stuff from gpg, should only be necessary when you use
12313         gpg with a smartcard.
12314
12315 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * mml.el (mml-insert-mime): Ignore cached contents of
12318         message/external-body part.
12319
12320         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12321         (mm-insert-part): Ditto.
12322
12323 2006-03-23  Simon Josefsson  <jas@extundo.com>
12324
12325         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12326         Reiner.
12327         (pgg-gpg-use-agent-p): Use it again.
12328
12329 2006-03-23  Simon Josefsson  <jas@extundo.com>
12330
12331         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12332         older emacsen.
12333         (pgg-gpg-use-agent-p): Don't use it.
12334
12335 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12338         if we can.
12339
12340 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12341
12342         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12343         (pgg-gpg-update-agent): New function.
12344         (pgg-gpg-use-agent-p): New function.
12345         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12346         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12347         (pgg-gpg-sign-region): Use it.
12348
12349 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12352         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12353
12354 2006-03-21  Simon Josefsson  <jas@extundo.com>
12355
12356         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12357         <wilde@sha-bang.de>.
12358         (pgg-gpg-use-agent): New variable.
12359         (pgg-gpg-process-region): Use it.
12360         (pgg-gpg-encrypt-region): Likewise.
12361         (pgg-gpg-encrypt-symmetric-region): Likewise.
12362         (pgg-gpg-decrypt-region): Likewise.
12363         (pgg-gpg-sign-region): Likewise.
12364         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12365
12366 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12369
12370         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12371         Add comment on version.
12372
12373 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * smiley.el: Add missing test smiley.
12376
12377 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * mm-decode.el (mm-with-part): New macro.
12380         (mm-get-part): Use it; work with message/external-body as well.
12381         (mm-save-part): Treat name and filename equally.
12382
12383         * mm-extern.el (mm-extern-cache-contents): New function.
12384         (mm-inline-external-body): Use it; force the part to be displayed;
12385         move undisplayer added to the cached handle to the parent.
12386
12387         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12388         (gnus-mime-view-part-as-type): Work with message/external-body.
12389
12390         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12391
12392 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12395         images in image-load-path.  [Sync with image.el, revision 1.60, in
12396         Emacs.]
12397
12398 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12401         path rather than symbol.  Always return list of directories.
12402         Guarantee that image directory comes first.  [Sync with image.el,
12403         revision 1.59, in Emacs.]
12404
12405         * message.el (message-make-tool-bar): Adjust to new API of
12406         `gmm-image-load-path-for-library'.
12407
12408         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12409
12410         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12411
12412 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12413
12414         * gnus-art.el (gnus-article-only-boring-p):
12415         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12416         intangible text.
12417         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12418
12419 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12422         Use `defun' instead of `gmm-defun-compat'.
12423
12424 2006-03-14  Simon Josefsson  <jas@extundo.com>
12425
12426         * message.el (message-unique-id): Don't use message-number-base36
12427         if (user-uid) is a float.
12428         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12429
12430 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12433
12434         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12435         empty line between a part and a message part.
12436
12437 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * smiley.el: Add more test smileys.
12440         (smiley-data-directory, smiley-regexp-alist)
12441         (gnus-smiley-file-types): Fix doc strings.
12442         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12443         adding new elements.
12444         (smiley-mouse-map): Unused code.  Make it a comment.
12445
12446 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12449         scan latest NoCeM messages instead of old ones.
12450         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12451         delimiters that are recently used.
12452         (gnus-nocem-load-cache): Add autoload cookie.
12453
12454         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12455
12456         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12457         level which is larger than gnus-use-nocem is specified.
12458
12459         * gnus-group.el (gnus-group-get-new-news): Ditto.
12460
12461 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-util.el (gnus-tool-bar-update): New function.
12464
12465         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12466         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12467
12468         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12469
12470         * gnus-group.el (gnus-group-redraw-when-idle)
12471         (gnus-group-redraw-check): Remove.
12472         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12473
12474 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12477         if optional last element is specified in splits (FIELD VALUE...).
12478
12479 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12482         to gmm-image-load-path-for-library.  Call with no-error argument.
12483         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12484
12485         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12486
12487         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12488
12489         * gmm-utils.el (gmm-image-load-path): Remove alias.
12490
12491 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gmm-utils.el (gmm-image-load-path): Add alias.
12494
12495         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12496         nnml-generate-nov-databases-1.
12497         (nnml-generate-nov-databases): Use it.
12498         (nnml-generate-nov-databases-directory): Document no-active
12499         argument.
12500
12501         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12502         directory if path is t.  Add no-error.
12503
12504         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12505         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12506
12507         * gnus-art.el (gnus-article-browse-delete-temp-files):
12508         Simplify resetting gnus-article-browse-html-temp-list.
12509
12510         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12511         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12512         Add example to docstring.  Rename local variables.  Move error
12513         checks to default case in cond and simplify.
12514
12515 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12518         handle is multipart when calling it recursively.
12519         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12520
12521 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12522
12523         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12524         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12525
12526 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12529         is loaded.
12530
12531         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12532         loaded.
12533
12534 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12537         to "Emacs 23 (unicode)" in doc string.
12538
12539         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12540         "Emacs 23 (unicode)" in comment.
12541
12542 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12545
12546         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12547         characters 160 through 255 in Emacs 23.
12548
12549 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12552         gnus-article-browse-html-temp.
12553         (gnus-article-browse-delete-temp): Make it customizable.
12554         Add `file'.  Adjust doc string.
12555         (gnus-article-browse-delete-temp-files): Add argument.
12556         Allow query for each file.  Adjust doc string.
12557         (gnus-article-browse-html-parts):
12558         Add `gnus-article-browse-delete-temp-files' to
12559         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12560
12561 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12562
12563         * gnus-art.el (gnus-article-browse-html-temp)
12564         (gnus-article-browse-delete-temp): New variables.
12565         (gnus-article-browse-delete-temp-files): New function.
12566         (gnus-article-browse-html-parts): Use it.
12567
12568 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12571
12572         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12573         string.
12574
12575         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12576         gnus-summary-insert-new-articles when unplugged.
12577         Remove gnus-summary-search-article-forward.
12578
12579         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12580         display-visual-class instead of display-color-cells.
12581
12582 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * dgnushack.el: Autoload customize-group for XEmacs.
12585
12586         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12587         message/* containing non-ASCII text properly.
12588
12589 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el: Require gmm-utils, remove autoloads.
12592         (message-tool-bar): Set default based on
12593         gmm-tool-bar-style.
12594         (message-tool-bar-gnome): Add gmm-customize-mode.
12595
12596         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12597         gmm-tool-bar-style.
12598         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12599
12600         * gnus-group.el (gnus-group-tool-bar): Set default based on
12601         gmm-tool-bar-style.
12602         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12603
12604         * gmm-utils.el (gmm-image-directory): Rename variable from
12605         gmm-image-load-path.
12606         (gmm-image-load-path): Use gmm-image-directory.
12607         (gmm-customize-mode): New function.
12608         (gmm-tool-bar-style): New variable.
12609
12610         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12611         gnus-group-redraw-line-number.
12612         (gnus-group-redraw-check): Simplify.
12613         (gnus-group-tool-bar-update): Remove redraw check.
12614         (gnus-group-make-tool-bar): Add redraw check.
12615
12616 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12617
12618         * gnus-art.el (gnus-button): Add missing parentheses.
12619
12620 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * lpath.el: Fbind line-number-at-pos.
12623
12624 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12627
12628 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * gnus-art.el (gnus-button): New face.
12631         (gnus-article-button-face): Use it.
12632
12633         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12634         Add gnus-summary-next-page.  Re-order.
12635
12636         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12637         next-node are now included.
12638         (gnus-group-redraw-line-number): New internal variable.
12639         (gnus-group-redraw-check): Helper function for updating the tool
12640         bar.
12641         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12642
12643         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12644
12645         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12646         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12647         Use it to match format of Spamassassin 3.0 and later.
12648         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12649         (spam-check-bogofilter)
12650         (spam-bogofilter-register-with-bogofilter): Fix args of
12651         `gnus-error' calls.
12652
12653 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12656         unnecessary interaction when sending queued mails.
12657         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12658
12659 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12662         first or last are nil.
12663
12664 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12665
12666         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12667
12668 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669
12670         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12671
12672 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12673
12674         * dns.el (query-dns): Protect more against buggy tcp output.
12675
12676 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12679         nov.php.
12680
12681 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12682
12683         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12684         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12685         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12686         output on the server side.
12687         (nnweb-google-create-mapping): Update regexps and add some
12688         progress indication.
12689
12690 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus-group.el (gnus-group-tool-bar-gnome):
12693         Fix gnus-agent-toggle-plugged.  Re-order icons.
12694         (gnus-group-tool-bar-gnome):
12695         Add gnus-group-{prev,next}-unread-group.
12696         (gnus-group-tool-bar-gnome): Re-order icons.
12697
12698         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12699         Move gnus-summary-insert-new-articles.
12700
12701         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12702         Fix comments.
12703
12704         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12705         also available in Emacs 21.3.
12706
12707         * message.el (message-fix-before-sending): Change "Emacs 22" to
12708         "Emacs 23 (unicode)" in comment.
12709
12710         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12711         "Emacs 23 (unicode)" in comment.
12712
12713         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12714         comment.
12715         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12716
12717         * mm-view.el (mm-fill-flowed): Add :version.
12718
12719 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12722         and load-path.
12723
12724 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * message.el: Autoload gmm-image-load-path.
12727         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12728         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12729         consitency.
12730
12731         * gmm-utils.el (gmm-image-load-path): Also search in
12732         "../etc/images".  Don't set gmm-image-load-path if we don't find
12733         the image.
12734
12735 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gmm-utils.el (gmm-image-load-path): Don't make
12738         `gmm-image-load-path' include subdirectories which the second arg
12739         `image' might specify.
12740
12741         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12742         subdirectory to icon file names.
12743
12744         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12745
12746 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12749         gmm-image-load-path calls.
12750
12751         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12752
12753         * message.el (message-make-tool-bar): Ditto.
12754
12755         * mml.el (mml-preview): Add comment concerning tool bar icons.
12756
12757         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12758         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12759
12760         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12761         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12762
12763         * message.el (message-tool-bar-gnome): Use new icon names.
12764         (message-make-tool-bar): Use `gmm-image-load-path'.
12765
12766         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12767         New functions from MH-E.
12768         (gmm-image-load-path): New variable from MH-E.
12769         (gmm-image-load-path): New function from MH-E.  Add arguments
12770         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12771         *-image-load-path-called-flag.
12772
12773 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12774
12775         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12776
12777 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12778
12779         * nnimap.el (nnimap-request-move-article): Change folder back to
12780         source group before deleting.
12781
12782 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12785
12786         * gnus-art.el (mm-url-insert-file-contents-external):
12787         Autoload mm-url.
12788
12789         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12790
12791 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12794         coding system which mm-charset-to-coding-system returns for a
12795         given charset is valid.
12796
12797 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12798
12799         * html2text.el (html2text-remove-tag-list):
12800         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12801
12802 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12803
12804         * gnus-cus.el: Revert 2005-10-17 change.
12805
12806 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * gnus-art.el (article-strip-banner):
12809         Call article-really-strip-banner only when the regexp match is made.
12810
12811 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-art.el (article-strip-banner):
12814         Use gnus-extract-address-components instead of
12815         mail-header-parse-addresses to make it work with non-ASCII text;
12816         remove mail-encode-encoded-word-string.
12817
12818         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12819         values which are surrounded with \"...\"; make it never cause a
12820         Lisp error; give up parsing of parameters if it failed in
12821         extracting type.
12822
12823 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12824
12825         * smime.el (smime-cert-by-ldap-1): Fix bug where
12826         `smime-ldap-search' returns results without userCertificates.
12827
12828 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12831
12832 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12833
12834         * spam.el (spam-check-spamassassin-headers): Adapt format for
12835         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12836         <ari@mbf.ocn.ne.jp>.
12837         (spam-list-of-processors): Add spam-use-gmane.
12838
12839 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12842         make-temp-file; make it work with XEmacs as well.
12843
12844         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12845         mm-make-temp-file.
12846
12847         * mm-decode.el (mm-display-external): Use the 3rd arg of
12848         mm-make-temp-file.
12849         (mm-create-image-xemacs): Ditto.
12850
12851 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12854         with message-narrow-to-headers.
12855         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12856         (gnus-draft-check-draft-articles): New function.
12857         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12858
12859 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-art.el (gnus-article-browse-html-parts):
12862         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12863         Don't use suffix argument for mm-make-temp-file for Emacs 21
12864         compatibility.  Remove useless `format'.
12865
12866 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12867
12868         * nnweb.el (nnweb-google-wash-article): Update regexps.
12869         (nnweb-group-alist): Use defvoo instead of defvar.
12870
12871 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12874         re-loading nn* modules.
12875
12876 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12879         for `tool-bar-mode' and don't check it's default-value.
12880
12881         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12882
12883         * message.el (message-make-tool-bar): Ditto.
12884
12885         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12886         `substring'.  Shorten tmp-file name.
12887
12888         * gnus.el: Remove bogus comment.
12889
12890 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12891
12892         * gnus-art.el (gnus-article-browse-html-parts): New function.
12893         (gnus-article-browse-html-article): New function for viewing html
12894         articles with a browser.
12895
12896 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12897
12898         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12899         in elisp.
12900         (pgg-gpg-encrypt-symmetric-region): Ditto.
12901         (pgg-gpg-sign-region): Ditto.
12902
12903         * pgg-def.el (pgg-text-mode): New variable.
12904
12905         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12906         (mml2015-pgg-encrypt): Ditto.
12907
12908         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12909         (mml1991-pgg-encrypt): Ditto.
12910
12911 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * nnfolder.el (nnfolder-insert-newsgroup-line):
12914         Use message-make-date instead of current-time-string.
12915
12916         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12917         to gnus-decoded which mm-uu might set.
12918
12919 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12922         don't decode quoted parameters; remove misimported Emacs code.
12923         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12924         (rfc2231-decode-encoded-string): Don't use split-string which
12925         behaves differently according to Emacs version; use
12926         mm-decode-coding-region to convert charset to coding-system.
12927         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12928         (rfc2231-encode-string): Remove misimported Emacs code.
12929
12930 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12933         when calling mail-header-parse-content-type.
12934         (article-de-quoted-unreadable): Ditto.
12935         (article-de-base64-unreadable): Ditto.
12936         (article-wash-html): Ditto.
12937
12938         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12939         calling mail-header-parse-content-type and
12940         mail-header-parse-content-disposition.
12941         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12942         mail-header-parse-content-type.
12943
12944         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12945         insert charset and format parameters; encode description after
12946         inserting it to buffer.
12947         (mml-insert-parameter): Fold lines properly even if a parameter is
12948         segmented into two or more lines; change the max column to 76.
12949
12950         * rfc1843.el (rfc1843-decode-article-body): Don't use
12951         ignore-errors when calling mail-header-parse-content-type.
12952
12953         * rfc2231.el (rfc2231-parse-string): Return at least type if
12954         possible; don't cause an error even if it fails in parsing of
12955         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12956         (rfc2231-encode-string): Don't break lines at the beginning, leave
12957         it to mml-insert-parameter.
12958
12959         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12960         calling mail-header-parse-content-type.
12961
12962 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * spam-report.el (spam-report-gmane-use-article-number):
12965         Improve doc string.
12966         (spam-report-gmane-internal): Check if a suitable header was found
12967         in the article.
12968
12969 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12972         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12973
12974 2006-02-05  Romain Francoise  <romain@orebokech.com>
12975
12976         Update copyright notices of all files in the gnus directory.
12977
12978 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12979
12980         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12981
12982 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12985         segmented lines of parameter value to cope with Thunderbird 1.5
12986         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12987         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12988         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12989
12990 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12991
12992         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12993         parts.
12994
12995 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12996
12997         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12998         there's only one active file for all servers.
12999         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13000         solid groups.  Gnus might have used a FAST request to select the group.
13001         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13002         and nnweb-search redundantly in the active file.
13003         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13004         (nnweb-request-create-group): Don't use ARGS.
13005         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13006         initialisations.  Let nnoo do the work.
13007
13008 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13011         Say the part has been decoded.
13012
13013         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13014
13015 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13016
13017         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13018         mailcap-viewer-test-cache when there's no 'test clause, since that
13019         will invert the meaning of a "nil" test previously determined by
13020         mailcap-mailcap-entry-passes-test.
13021
13022 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13025         compiling.
13026
13027         * gnus-sum.el: Ditto.
13028
13029         * message.el: Don't bind tool-bar-map when compiling.
13030
13031 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13034
13035 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13036
13037         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13038         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13039         current Google Groups.
13040
13041 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13044         and tool-bar-mode.
13045
13046         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13047         and tool-bar-mode.
13048
13049         * message.el (message-tool-bar-update): Simplify.
13050         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13051
13052         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13053         gnus-summary-buffer.
13054         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13055         gnus-summary-reply.
13056
13057         * gmm-utils.el (gmm): Add :version.
13058
13059 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * Makefile.in (clean): New rule.
13062         (distclean): Use it.
13063
13064 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13065
13066         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13067         Don't autoload.
13068
13069 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gmm-utils.el (gmm-verbose): Add :group.
13072
13073 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * message.el: Change some comments WRT tool-bars.
13076
13077         * gnus-sum.el (gnus-summary-tool-bar)
13078         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13079         (gnus-summary-tool-bar-zap-list): New variables.
13080         (gnus-summary-make-tool-bar): Complete rewrite using
13081         `gmm-tool-bar-from-list'.
13082
13083         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13084         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13085         New variables.
13086         (gnus-group-make-tool-bar): Complete rewrite using
13087         `gmm-tool-bar-from-list'.
13088         (gnus-group-tool-bar-update): New function.
13089
13090         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13091
13092 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13095         is dissected into a single part of which the type is the same as
13096         the given one; decode charset.
13097
13098 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13099
13100         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13101         into alists as symbol not string, since that's what
13102         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13103         look for.
13104
13105 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13108         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13109
13110         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13111
13112 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13115         (gnus-xmas-mime-security-button-menu): New function.
13116
13117         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13118         (gnus-mime-security-button-menu): New definition.
13119         (gnus-mime-security-button-map): Use them.
13120         (gnus-mime-security-button-menu): New function.
13121         (gnus-insert-mime-security-button): Addition to help echo.
13122         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13123         (gnus-mime-security-pipe-part): New functions.
13124
13125         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13126         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13127
13128         * mm-decode.el (mm-handle-set-disposition): Remove.
13129         (mm-handle-set-description): Remove.
13130
13131 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13134         (mm-w3m-standalone-supports-m17n-p): New function.
13135         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13136         w3m usage.
13137
13138         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13139         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13140
13141 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * message.el (message-tool-bar-zap-list):
13144         Use gmm-tool-bar-zap-list as custom type.
13145         (message-tool-bar-update): New function.
13146         (message-tool-bar, message-tool-bar-gnome)
13147         (message-tool-bar-retro): Add message-tool-bar-update.
13148         (message-tool-bar-gnome): Add flyspell-buffer.
13149
13150         * gnus-util.el (gnus-error): Describe `args'.
13151
13152         * gmm-utils.el (gmm-error): Describe `args'.
13153         (gmm-tool-bar-zap-list): New widget.
13154         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13155
13156 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13159         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13160         the number of recursive calls.
13161
13162         * mm-decode.el (mm-handle-set-disposition): New macro.
13163         (mm-handle-set-description): New macro.
13164
13165 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13168         encoding.
13169
13170 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * message.el (message-tool-bar-zap-list, message-tool-bar)
13173         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13174         (message-tool-bar-local-item-from-menu): Remove.
13175         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13176         (message-make-tool-bar): New function.
13177         (message-mode): Use `message-make-tool-bar'.
13178
13179         * gmm-utils.el: New file.
13180         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13181         (gmm-lazy): New widget copied from `nnmail.el'.
13182         (gmm-tool-bar-from-list): New function for creating customizable
13183         tool bars.
13184         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13185         output.
13186         (gmm): Add :prefix to defgroup.
13187
13188 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13189
13190         * gmm-utils.el (gmm-widget-p): New function.
13191
13192 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * mml.el (mml-attach-file): Describe `description' in doc string.
13195         (mml-menu): Add Emacs MIME manual and PGG manual.
13196
13197 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13198
13199         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13200
13201 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13202
13203         * nntp.el (nntp-end-of-line): Doc fix.
13204
13205 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13206
13207         * imap.el (imap-open): Handle case where buffer is a buffer
13208         object.
13209
13210 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13211
13212         * gnus-delay.el (gnus-delay): Don't autoload.
13213         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13214         to be re-loaded when customizing the `gnus-delay' group.
13215
13216 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13217
13218         * message.el (message-insert-citation-line): Use newlines.
13219
13220 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13221
13222         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13223         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13224         these routines, so the passphrase can be managed externally and
13225         passed in to the system.
13226         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13227         pgg-add-passphrase-to-cache function.
13228
13229         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13230         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13231         these routines, so the passphrase can be managed externally and
13232         passed in to the system.
13233         (pgg-pgp5-sign-region): Use new name of
13234         pgg-add-passphrase-to-cache function.
13235
13236 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13237
13238         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13239         part of the decoded armor to find the key-identifier.
13240         (pgg-gpg-lookup-key-owner): New function to return the
13241         human-readable identifier of a key owner.
13242         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13243         itself.
13244         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13245         the key value) if we have a key and can match it against a secret
13246         key.  Also, added a note pointing out fact that the prompt only
13247         indicates the first matching key.
13248
13249         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13250         pgg-decrypt-region.
13251         (pgg-add-passphrase-to-cache): Rename from
13252         `pgg-add-passphrase-cache' to reduce confusion (all callers
13253         changed).
13254         (pgg-remove-passphrase-from-cache): Rename from
13255         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13256         changed).
13257         (pgg-read-passphrase, pgg-add-passphrase-cache)
13258         (pgg-remove-passphrase-cache): Add informative docstrings.
13259         (pgg-decrypt): Convey provided passphrase in subordinate call to
13260         pgg-decrypt-region.
13261
13262 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13263
13264         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13265         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13266         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13267         'passphrase' argument, so the passphrase can be managed externally
13268         and then passed in to the system.
13269
13270         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13271         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13272         so the passphrase cache can be used reliably with identifiers
13273         besides a pgp packet's key id.
13274
13275         * pgg-gpg.el (pgg-gpg-encrypt-region)
13276         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13277         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13278         these routines, so the passphrase can be managed externally and
13279         passed in to the system.
13280
13281         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13282         'notruncate' argument, so the passphrase cache can be used
13283         reliably with identifiers besides a pgp packet's key id.
13284
13285 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13286
13287         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13288         symmetric encryption.
13289         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13290         encrypted session key.
13291         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13292         message ask for the passphrase in a proper way.
13293
13294         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13295         New user commands for symmetric encryption.
13296
13297 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13300
13301         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13302
13303 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13304
13305         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13306
13307 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * mm-decode.el (mm-inlined-types): Add application/pgp.
13310         (mm-automatic-display): Ditto.
13311
13312         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13313         part as text.
13314
13315 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * nnrss.el: Update copyright.
13318         (nnrss-opml-import): Query whether to subscribe to each entry.
13319
13320         * gnus-art.el:
13321         * gnus-sum.el:
13322         * gnus-xmas.el:
13323         * messagexmas.el:
13324         * mm-uu.el:
13325         * mm-view.el: Update copyright.
13326
13327 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * message.el (message-info): New function.
13330         (message-mode-menu): Add it.
13331         Update copyright.
13332
13333         * ChangeLog: Fix and update copyright.
13334
13335 2006-01-13  Romain Francoise  <romain@orebokech.com>
13336
13337         * message.el (message-forward-subject-name-subject): Prefer the
13338         address to 'nowhere' if the sender has no name.
13339         Fix typo.  Update copyright year.
13340
13341 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-art.el (article-wash-html):
13344         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13345         (gnus-article-wash-html-with-w3m-standalone): New function.
13346
13347         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13348         mm-inline-text-html-render-with-w3m-standalone.
13349         (mm-text-html-washer-alist): Map w3m-standalone to
13350         gnus-article-wash-html-with-w3m-standalone.
13351         (mm-inline-text-html-render-with-w3m-standalone): New function.
13352
13353 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13356         Improve LaTeX.
13357
13358 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13361         (nnrss-request-article): Render text/plain parts as HTML.
13362
13363         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13364         the buffer.
13365
13366 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13369         custom definition of `gnus-posting-styles'.
13370
13371         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13372         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13373
13374 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13377         Use nntp for bug archive.
13378
13379 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13382         parts.
13383         (nnrss-normalize-date): New function converts ISO 8601 date into
13384         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13385         (nnrss-check-group): Use it.
13386
13387 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13390
13391         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13392         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13393         (nnrss-insert-w3): Ditto.
13394
13395 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13398         the articles to be forwarded including the case where neither a
13399         number of articles nor a region is specified.
13400
13401 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * nnrss.el (nnrss-request-article): Fix last change; fill
13404         text/plain parts.
13405
13406 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13409         in text/plain part.
13410         (nnrss-check-group): Don't add excessive newline to dc:subject.
13411
13412 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13413
13414         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13415         article.
13416
13417 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13420         (nnml-use-compressed-files, nnml-save-mail): Support other
13421         comression programs such as bzip2.
13422
13423 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * dns.el (query-dns): Make sure we check the buffer size before
13426         removing tcp headers.
13427
13428 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13431         remove MIME buttons associated with multipart/alternative parts.
13432         (gnus-mime-display-alternative): Tag buttons using `article-type'
13433         text property.
13434
13435         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13436         associated with multipart/alternative parts.
13437
13438         * gnus-art.el (gnus-signature-separator): Fix custom type.
13439
13440         * mm-decode.el (mm-inlined-types): Fix custom type.
13441         (mm-keep-viewer-alive-types): Ditto.
13442         (mm-automatic-display): Ditto.
13443         (mm-attachment-override-types): Ditto.
13444         (mm-inline-override-types): Ditto.
13445         (mm-automatic-external-display): Ditto.
13446
13447 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13448
13449         * spam-report.el (spam-report-user-mail-address)
13450         (spam-report-user-agent): New variables.
13451         (spam-report-url-ping-plain): Use spam-report-user-agent.
13452
13453 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13454
13455         * gnus-art.el (gnus-button-handle-custom): Do not just use
13456         `customize-apropos' for any "M-x customize-*" button but the
13457         function called for.  Accept both the function name and its
13458         argument in order to achieve this.
13459         (gnus-button-alist): Remove support for "custom:" URL's.
13460         Pass function name to `gnus-button-handle-custom' in case of "M-x
13461         customize-*" buttons.
13462
13463 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13466         multipart/alternative and add xref to mm-discouraged-alternatives
13467         in doc string.
13468
13469         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13470         gnus-buttonized-mime-types in doc string.
13471
13472 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13475         Suggest image/.* in the doc string.
13476
13477 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13480         message-marks (Debian bug #342521).
13481
13482 2005-12-12  Simon Josefsson  <jas@extundo.com>
13483
13484         * password.el (password-read-from-cache): Add.
13485         (password-read): Use it.
13486
13487 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * rfc2047.el (rfc2047-charset-to-coding-system):
13490         Recognize us-ascii as a MIME charset.
13491
13492         * mm-bodies.el (mm-decode-content-transfer-encoding):
13493         Protect against the case where the 2nd arg TYPE is nil.
13494
13495 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * pop3.el (pop3-stream-type): Fix custom version.
13498
13499         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13500
13501 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13502
13503         * mm-decode.el (mm-display-external): Add missing cdr.
13504
13505 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13508         RFC1524) if it is in mailcap or add a suffix according to
13509         mailcap-mime-extensions when generating a temp filename; postpone
13510         deleting a temp file for 2 seconds for some wrappers, shell
13511         scripts, and so on, which might exit right after having started a
13512         viewer command as a background job.
13513
13514 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * nntp.el (nntp-marks-directory): Fix custom group.
13517
13518         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13519         steps when < 10.
13520
13521         * gnus-start.el (gnus-no-server-1):
13522         Mention `gnus-level-default-subscribed' in doc string.
13523
13524 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13525
13526         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13527         parens.
13528
13529 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-xmas.el (gnus-use-toolbar): Revert.
13532         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13533         gnus-use-toolbar is default.
13534
13535         * messagexmas.el (message-use-toolbar): Revert.
13536         (message-setup-toolbar): Use global default-toolbar if
13537         message-use-toolbar is default.
13538
13539 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13542         according to default-toolbar-visible-p.
13543
13544         * messagexmas.el (message-use-toolbar): Ditto.
13545
13546 2005-11-26  Dave Love  <fx@gnu.org>
13547
13548         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13549         (tls-program, tls-success): Provide openssl alternative.
13550
13551         * starttls.el: Doc fixes.
13552         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13553         SERVICE to PORT.
13554
13555         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13556         port null or service name.
13557         (starttls-negotiate): Autoload.
13558
13559 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * message.el (message-kill-to-signature): Fix interactive spec.
13562
13563 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * pop3.el (pop3-open-server): Recognize a string as a service name.
13566
13567 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13568
13569         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13570
13571 2005-11-23  Dave Love  <fx@gnu.org>
13572
13573         Add pop3s, pop3/starttls.
13574
13575         * pop3.el (pop3-authentication-scheme): Clarify doc.
13576         (open-tls-stream, starttls-open-stream): Autoload.
13577         (pop3-stream-type): New.
13578         (pop3-open-server): Use it.
13579
13580         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13581         for POP.
13582         (mail-source-keyword-map): Add :stream for POP.
13583         (mail-source-fetch-pop): Use pop3-stream-type.
13584
13585 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13588         of current-time-string.
13589
13590 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13591
13592         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13593         date header.
13594
13595 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13596
13597         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13598         it can seriously impact performance as it bypasses the agent's
13599         local caches.
13600
13601 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13602
13603         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13604         must be explicitly online rather than "not explicitly offline" for
13605         its flags to be synchronized.
13606
13607         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13608         that gnus-uu-unmark-thread will function correctly.
13609
13610         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13611         1024K is instead displayed as 1M.
13612
13613 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13614
13615         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13616
13617 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13618
13619         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13620
13621 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13622
13623         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13624         error message to display actual error condition.
13625         (gnus-agent-save-local): Avoid saving symbols that are bound to
13626         nil as they simply result in a warning message in
13627         gnus-agent-read-local.
13628
13629 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13632         rather than make-variable-buffer-local for file-precious-flag.
13633
13634 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13635
13636         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13637         for duplicates which are removed.  The invalid sort check then
13638         triggers a rescan after the sort as sorting may have moved
13639         duplicate entries such that they can be cheaply detected.
13640
13641 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13644
13645 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13646
13647         * gnus-agent.el (gnus-agent-article-alist-save-format):
13648         Change internal variable to a custom variable.  Change default value
13649         from compressed(2) to uncompressed(1).
13650         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13651         support for uncompressed agentview files.  Taken together, reading
13652         the agentview file should now be 6-7 times faster.
13653
13654 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13655
13656         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13657         as a buffer-local variable.  This avoids creating truncated
13658         dribble files as a result of a hang up, eg.
13659
13660 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13661
13662         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13663         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13664         XEmacs.
13665
13666 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus-start.el (gnus-start-draft-setup):
13669         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13670
13671         * gnus.el (gnus-splash): Change custom group.
13672         (gnus-group-get-parameter, gnus-group-parameter-value):
13673         Describe allow-list argument.
13674
13675         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13676         string.
13677
13678 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-art.el (gnus-default-article-saver): Add user-defined
13681         `function' to custom type.
13682
13683 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13684
13685         * imap.el (imap-open): Handle case where buffer is a buffer
13686         object.
13687
13688 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13691         long lines.
13692         (gnus-cache-delete-group): Wrap doc strings.
13693
13694         * gnus-agent.el (gnus-agent-rename-group)
13695         (gnus-agent-delete-group): Wrap doc strings.
13696
13697 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * messagexmas.el (message-use-toolbar): Change the valid values
13700         into default, top, bottom, left, and right.
13701         (message-toolbar-thickness): New variable.
13702         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13703         well.
13704         (message-setup-toolbar): Make it work.
13705
13706         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13707         (gnus-use-toolbar): Change the valid values into default, top,
13708         bottom, left, and right.
13709         (gnus-toolbar-thickness): New variable.
13710         (gnus-xmas-setup-toolbar): New function.
13711         (gnus-xmas-setup-group-toolbar): Use it.
13712         (gnus-xmas-setup-summary-toolbar): Use it.
13713
13714 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13715
13716         * gnus-start.el (gnus-1): Add "native" to
13717         gnus-predefined-server-alist.
13718
13719         * gnus.el (gnus-method-to-server): Don't add "native" to the
13720         lists here, because that leads to problems when
13721         gnus-select-method is bound.
13722
13723 2005-11-09  Simon Josefsson  <jas@extundo.com>
13724
13725         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13726         use (not sort-by-date) instead.
13727
13728 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13729
13730         * gnus-delay.el (gnus-delay-group): Don't autoload.
13731         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13732         to be re-loaded when customizing the `gnus-delay' group.
13733
13734 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13735
13736         * message.el: Revert last changes.
13737         (message-insert-citation-line): Use newlines.
13738
13739 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13740
13741         * message.el (message-courtesy-message)
13742         (message-mark-insert-begin, message-mark-insert-end)
13743         (message-elide-ellipsis, message-cancel-message)
13744         (message-add-header, message-change-subject)
13745         (message-cross-post-followup-to-header)
13746         (message-cross-post-insert-note, message-reduce-to-to-cc)
13747         (message-widen-reply, message-delete-not-region)
13748         (message-kill-to-signature, message-insert-signature)
13749         (message-insert-importance-high, message-insert-importance-low)
13750         (message-insert-or-toggle-importance)
13751         (message-insert-disposition-notification-to)
13752         (message-indent-citation, message-yank-original)
13753         (message-cite-original-without-signature, message-cite-original)
13754         (message-insert-citation-line, message-position-on-field)
13755         (message-fix-before-sending, message-send-mail-partially)
13756         (message-send-mail, message-send-mail-with-sendmail)
13757         (message-send-mail-with-qmail, message-send-news)
13758         (message-check-news-header-syntax, message-generate-headers)
13759         (message-insert-courtesy-copy, message-fill-address)
13760         (message-fill-header, message-shorten-references)
13761         (message-setup-1, message-cancel-news)
13762         (message-forward-make-body-plain, message-forward-make-body-mime)
13763         (message-forward-make-body-mml, message-encode-message-body)
13764         (message-forward-make-body-digest-plain)
13765         (message-forward-make-body-digest-mime)
13766         (message-use-alternative-email-as-from): Insert `hard-newline'
13767         instead of ordinary newlines.
13768
13769 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * message.el (message-generate-headers): Downcase the argument
13772         given to message-check-element.
13773
13774 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13775
13776         * nntp.el (nntp-authinfo-rejected): New error condition.
13777         (nntp-wait-for): Use new error condition to signal authentication
13778         error.
13779         (nntp-retrieve-data): Rethrow new error condition to break out of
13780         recursive call to nntp-send-authinfo.
13781
13782 2005-11-08  Romain Francoise  <romain@orebokech.com>
13783
13784         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13785         (gnus-summary-exit-map): Bind to `Z p'.
13786         (gnus-summary-make-menu-bar): Add menu item.
13787
13788 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13791         (gnus-treat-*): Add `first' in all doc strings.
13792
13793         * gnus-group.el (gnus-group-compact-group): Fix typo.
13794
13795 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus.el (gnus-parameters-case-fold-search): New variable.
13798         (gnus-parameters-get-parameter): Use it.
13799
13800         * gnus-score.el (gnus-home-score-file): Doc fix.
13801
13802 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13803
13804         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13805
13806 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * mm-util.el (mm-special-display-p): New function.
13809
13810         * mml.el (mml-preview): Use it; doc fix.
13811
13812 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13813
13814         * imap.el (imap-open): Handle case where buffer is a buffer object.
13815
13816 2005-10-29  Romain Francoise  <romain@orebokech.com>
13817
13818         * message.el (message-fix-before-sending): Fix comment.
13819
13820 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13821
13822         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13823
13824 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13825
13826         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13827         Used in gnus-score.el.
13828
13829 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13832
13833 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13836         whitespace removed in revision 7.8.  Use concatenated string to
13837         protect trailing whitespace.
13838
13839 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13840
13841         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13842         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13843         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13844         Courier IMAP ("some version from 2004").  Mostly based on similar
13845         code in the same function.
13846
13847 2005-10-26  Didier Verna  <didier@xemacs.org>
13848
13849         * gnus-group.el (gnus-group-compact-group): Invalidate original
13850         article buffer.
13851         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13852         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13853         NOV database and in article itself.
13854         Invalidate article backlog.
13855
13856 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13859
13860 2005-10-26  Simon Josefsson  <jas@extundo.com>
13861
13862         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13863         part of 2004-07-25 change.
13864
13865 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * message.el (message-display-completion-list): New function.
13868         (message-expand-group): Use it; make sure the Completions buffer
13869         is modifiable.
13870 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13871
13872         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13873         user-mail-name is an empty string.
13874
13875 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13878         depending on gnus-score-decay-constant.
13879
13880         * encrypt.el (encrypt-insert-file-contents)
13881         (encrypt-write-file-contents): Don't use `gnus-message'.
13882
13883         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13884         arguments.
13885         (mm-uu-type-alist): Add message-marks and insert-marks.
13886         Pass arguments to mm-uu-verbatim-marks-extract.
13887         (mm-uu-hide-markers): New variable.
13888         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13889
13890         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13891         (gnus-convert-image-to-face-command): Use "convert" by default to
13892         allow other input image formats.
13893         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13894         accordingly.
13895
13896 2005-10-23  Simon Josefsson  <jas@extundo.com>
13897
13898         * imap.el (imap-gssapi-program): Align command line parameters
13899         with latest GNU SASL.
13900         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13901
13902 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13903
13904         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13905         HTML.
13906         (nnslashdot-request-article): Ditto.
13907
13908         * lpath.el (featurep): Add nobreak-char-display.
13909
13910 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13911
13912         * mail-source.el (mail-source-fetch-pop): Require pop3.
13913         (mail-source-check-pop): Ditto.
13914
13915 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13918         errors.
13919
13920 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13923         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13924
13925         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13926
13927         * mm-bodies.el (mm-decode-string):
13928         Call `mm-charset-to-coding-system' with allow-override argument.
13929
13930 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13933         (rfc2047-charset-to-coding-system): New function.
13934         (rfc2047-decode-encoded-words): New function.
13935         (rfc2047-decode-region): Use them.
13936         (rfc2047-decode-cte): Remove.
13937         (rfc2047-parse-and-decode): Remove.
13938         (rfc2047-decode): Remove.
13939
13940 2005-10-15  Kenichi Handa  <handa@m17n.org>
13941
13942         * rfc2047.el (rfc2047-decode-cte): New function.
13943         (rfc2047-decode-region): Change the way to decode successive
13944         encoded-words: decode B- or Q-encoding in each encoded-word,
13945         concatenate them, and decode it as charset.
13946
13947 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * lpath.el: Fbind codepage-setup for XEmacs.
13950
13951 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13952
13953         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13954         widget-move-and-invoke.
13955         (gnus-custom-mode): Use gnus-custom-map.
13956
13957 2005-10-15  Bill Wohler  <wohler@newt.com>
13958
13959         * message.el (message-tool-bar-map): Rename image file from
13960         mail_send to mail/send.
13961
13962 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13963
13964         * message.el (message-expand-group): Pass the common
13965         prefix substring of completion to `display-completion-list'.
13966
13967 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * mml-sec.el (mml-secure-method): New internal variable.
13970         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13971         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13972         New functions using mml-secure-method.
13973
13974         * mml.el (mml-mode-map): Add key bindings for those functions.
13975         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13976         Harder <harder@myrealbox.com>.
13977         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13978         Goto end of message if point is the headers of the message.
13979
13980         * message.el (message-in-body-p): New function.
13981
13982         * assistant.el: Autoload gnus-util and netrc.
13983
13984         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13985         Use `mm-charset-override-alist' only when decoding.
13986
13987         * mm-bodies.el (mm-decode-body):
13988         Call `mm-charset-to-coding-system' with allow-override argument.
13989
13990         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13991         `filename' from Content-Disposition if Content-Type doesn't
13992         provide `name'.
13993         (gnus-mime-view-part-as-type): Set default instead of
13994         initial-input.
13995
13996 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13997
13998         * format-spec.el (format-spec): Propagate text properties of % spec.
13999
14000 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * gnus-art.el (gnus-treat-predicate): Add `first'.
14003
14004 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14005
14006         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14007         (mm-charset-override-alist): New variable.
14008         (mm-charset-to-coding-system): Use it.
14009         (mm-codepage-setup): New helper function.
14010         (mm-charset-eval-alist): New variable.
14011         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14012         Warn about unknown charsets.
14013
14014         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14015
14016 2005-10-04  David Hansen  <david.hansen@gmx.net>
14017
14018         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14019         (nnrss-check-group): Ditto.
14020
14021 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14024         Rename x-gnus-verbatim to x-verbatim.
14025         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14026
14027         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14028         x-verbatim.
14029
14030         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14031
14032         * gnus-util.el (gnus-remove-duplicates): Remove.
14033
14034         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14035         instead of gnus-remove-duplicates.
14036
14037         * message.el (message-remove-duplicates): Remove.
14038         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14039         message-remove-duplicates.
14040
14041         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14042         available, else use implementation from `delete-dups'.
14043
14044         * message.el (message-insert-expires): New function.
14045         (message-mode-map): Add key binding.
14046         (message-mode-field-menu): Add menu entry.
14047         (message-mode): Document it.
14048         (message-make-expires-date): Use `message-make-date'.
14049
14050 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14051
14052         * message.el (message-make-expires-date): New function.
14053
14054 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * Makefile.in (list-installed-shadows): New entry.
14057         (install): Use it.
14058         (remove-installed-shadows): New entry.
14059
14060         * dgnushack.el (dgnushack-default-load-path): New variable.
14061         (dgnushack-find-lisp-shadows): New function.
14062         (dgnushack-remove-lisp-shadows): New function.
14063
14064 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * Makefile.in (install-el-elc): New entry.
14067         (install): Use it so that .el files are necessarily installed.
14068
14069 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14072
14073 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14074
14075         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14076         function rather than the diff-mode.el package.
14077         (mm-display-external): Use with-current-buffer.
14078         (mm-viewer-completion-map, mm-viewer-completion-map):
14079         Move initialization inside declaration.
14080
14081 2005-09-29  Simon Josefsson  <jas@extundo.com>
14082
14083         * spam.el: Load hashcash when compiling, to avoid warnings.
14084         Don't autoload mail-check-payment.
14085         (spam-check-hashcash): Define unconditionally, since hashcash.el
14086         is part of Gnus now.  Ignore errors from payment checking.
14087
14088 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * message.el (message-bold-region, message-unbold-region):
14091         Rename from `bold-region' and `unbold-region'.
14092
14093         * message.el: Remove useless autoloads.
14094
14095 2005-09-28  Simon Josefsson  <jas@extundo.com>
14096
14097         * message.el (message-use-idna): Default to t.
14098         (message-use-idna): Test whether encoding works too.  Doc fix.
14099
14100 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * nntp.el (nntp-warn-about-losing-connection): Remove.
14103
14104 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14107         customizable.  Change default value.
14108         (mm-uu-diff-groups-regexp): Change default value.
14109         (mm-uu-type-alist): Add doc string.
14110         (mm-uu-configure): Add doc string.  Make it interactive.
14111         (mm-uu-tex-groups-regexp): New variable.
14112         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14113         (mm-uu-type-alist): Add LaTeX documents.
14114         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14115         of "text/verbatim".
14116         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14117
14118         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14119         instead of "text/verbatim".
14120
14121         * message.el (message-mark-inserted-region)
14122         (message-mark-insert-file): Use slrn style marks when called with
14123         prefix argument.
14124
14125 2005-09-27  Simon Josefsson  <jas@extundo.com>
14126
14127         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14128
14129 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14130
14131         * message.el (message-remove-duplicates): New function.
14132         Implementation borrowed from `gnus-remove-duplicates'.
14133         (message-idna-to-ascii-rhs): Also encode idna addresses in
14134         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14135         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14136         only ask about the same idna domain once per header and also tell
14137         in what header to replace the idna domain.
14138
14139         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14140         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14141         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14142         a header is decoded and not just the last one.
14143
14144 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14147         has been decoded.
14148
14149         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14150         (mm-insert-part): Don't modify text if it has been decoded.
14151
14152         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14153         decoded.
14154
14155         * mm-view.el (mm-inline-text): Don't strip text props unless
14156         decoding enriched or richtext parts.
14157
14158 2005-09-25  Romain Francoise  <romain@orebokech.com>
14159
14160         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14161         * gnus-start.el (gnus-subscribe-interactively):
14162         * gnus-uu.el (gnus-uu-grab-articles):
14163         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14164         space.
14165
14166 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14167
14168         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14169         * mm-view.el (mm-view-pkcs7-decrypt):
14170         * gnus-sum.el (gnus-summary-limit-to-extra)
14171         (gnus-summary-respool-article, gnus-read-move-group-name):
14172         * gnus-score.el (gnus-summary-increase-score):
14173         * gnus-util.el (gnus-completing-read-with-default):
14174         * gnus-art.el (gnus-read-save-file-name)
14175         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14176         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14177         * message.el (message-check-news-header-syntax):
14178         Follow convention for reading with the minibuffer.
14179
14180 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * spam-report.el (spam-report-url-ping-plain):
14183         Use gnus-extended-version as User-Agent.
14184
14185         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14186         default value is nil.
14187
14188         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14189         (mm-uu-verbatim-marks-extract): New function.
14190         (mm-uu-extract): New face.
14191         (mm-uu-copy-to-buffer): Use it.
14192
14193         * spam-report.el (spam-report-gmane-ham): Rename from
14194         `spam-report-gmane-unspam'.
14195         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14196         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14197
14198         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14199         Autoload.
14200         (spam-report-gmane-unregister-routine):
14201         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14202
14203 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14206         (spam-report-gmane-unregister-routine): Add support for gmane
14207         unregistration.
14208
14209         * spam-report.el (spam-report-gmane-unspam)
14210         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14211         (spam-report-gmane): Change to take a single article and do unspam
14212         registration.
14213
14214 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * mm-url.el (mm-url-decode-entities): Fix regexp.
14217
14218 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14219
14220         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14221         default to nil, to be able to use Gnus at all.  If the default
14222         switches to something else, then the function should be fixed not
14223         be exceedingly slow.
14224
14225 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14226
14227         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14228         fail hard.
14229
14230         * spam-report.el: Add better Keywords line.
14231
14232         * spam.el: Add Maintainer and better Keywords line.
14233
14234 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * gnus-art.el (gnus-article-replace-part)
14237         (gnus-mime-replace-part): New functions.
14238         (gnus-mime-action-alist, gnus-mime-button-commands)
14239         (gnus-mime-save-part-and-strip): Add file argument.
14240         (gnus-article-part-wrapper): Add interactive argument.
14241
14242         * gnus-sum.el (gnus-summary-mime-map):
14243         Add `gnus-article-replace-part'.
14244
14245 2005-09-19  Didier Verna  <didier@xemacs.org>
14246
14247         The nnml compaction feature:
14248         * nnml.el (nnml-request-compact-group): New function.
14249         * nnml.el (nnml-request-compact): New function.
14250         * gnus-int.el (gnus-request-compact-group): New function.
14251         * gnus-int.el (gnus-request-compact): New function.
14252         * gnus-group.el (gnus-group-compact-group): New function.
14253         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14254         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14255         * gnus-srvr.el (gnus-server-compact-server): New function.
14256         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14257         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14258
14259 2005-09-18  Deepak Goel  <deego@gnufans.org>
14260
14261         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14262         format spec.
14263
14264 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14267
14268 2005-09-15  Romain Francoise  <romain@orebokech.com>
14269
14270         * message.el (message-fill-paragraph): Clarify docstring.
14271
14272 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (gnus-mime-display-part): Protect against broken
14275         MIME messages.
14276
14277 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14280         before parsing header.
14281
14282 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14283
14284         * html2text.el (html2text-replace-list): Add new entities.
14285
14286 2005-09-11  Romain Francoise  <romain@orebokech.com>
14287
14288         * message.el (message-alternative-emails): Improve docstring.
14289         (message-setup-1): Call `message-use-alternative-email-as-from'
14290         after `message-setup-hook' to give it precedence over posting
14291         styles, etc.
14292         (message-use-alternative-email-as-from): Add docstring.
14293         Remove the original From header if present.
14294
14295         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14296         (nnml-save-mail): Use it.
14297
14298         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14299         articles.  Add new argument `silent'.
14300         (gnus-uu-mark-all): Report the total number of marked articles.
14301
14302 2005-09-10  Romain Francoise  <romain@orebokech.com>
14303
14304         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14305         (gnus-uu-mark-series): Likewise.
14306
14307 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * spam-report.el (spam-report-gmane): Fix generation of spam
14310         report URL.
14311
14312 2005-09-10  Simon Josefsson  <jas@extundo.com>
14313
14314         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14315         t, based on discussion on the ding list with Robert Epprecht
14316         <epprecht@solnet.ch>.
14317
14318 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * spam-report.el (spam-report-gmane): Make it work without
14321         X-Report-Spam header.  Gmane now only provides Archived-At.
14322         This is only used if `spam-report-gmane-use-article-number' is nil.
14323         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14324
14325         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14326         make `gnus-summary-sort-by-recipient' work with threading.
14327
14328         * nnweb.el (nnweb-google-wash-article): Print a message if article
14329         is not available.
14330
14331 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14332
14333         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14334         change.  Decode text/* parts content before displaying.
14335
14336 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14339
14340 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14343
14344         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14345         url-package-name, url-package-version,
14346         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14347         w3m-display-inline-images, and w3m-minor-mode-map.
14348
14349 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * message.el (message-tab-body-function): Fix mismatched custom type.
14352
14353         * gnus.el (gnus-group-change-level-function): Ditto.
14354
14355         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14356
14357         * gnus-art.el (gnus-signature-limit)
14358         (gnus-article-mime-part-function): Ditto.
14359
14360 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * mml.el (mml-mode): Silence the byte compiler.
14363
14364         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14365         using `(sit-for 0)' before moving the point to the specified part;
14366         skip unbuttonized parts.
14367         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14368         return to the summary window if gnus-auto-select-part is non-nil.
14369
14370 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14373         New variables.
14374         (mml-dnd-attach-file, mml-mode): Use them.
14375
14376         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14377         Make fetching article by MID work again for Google Groups.
14378         Add FIXME concerning gnus-group-make-web-group.
14379
14380         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14381         Don't depend on Gnus by using mail-extract-address-components if
14382         gnus-extract-address-components is not bound.
14383
14384 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14385
14386         * gnus-art.el (gnus-mime-display-security): Don't display the
14387         signature, but only the signed part.
14388
14389 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14392
14393         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14394         list, not listp.
14395
14396 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14397
14398         * mm-encode.el (mm-encode-content-transfer-encoding):
14399         Likewise when encoding.
14400
14401         * mm-bodies.el (mm-decode-content-transfer-encoding):
14402         De-canonicalize CRLF for all text content types, not just
14403         text/plain.
14404
14405 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14408         valid article; point arrow and cursor at the MIME button.
14409
14410 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14413         Suggested by Dan Christensen <jdc@uwo.ca>.
14414
14415         * mm-decode.el (mm-save-part): Enable change of prompt.
14416
14417 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14418
14419         * gnus-msg.el (gnus-inews-add-send-actions):
14420         Make `message-post-method' lambda parameter ARG `&optional'.
14421
14422 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * gnus-sum.el (gnus-summary-mime-map):
14425         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14426         gnus-article-jump-to-part.
14427
14428         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14429         (gnus-article-edit-part): Use it.
14430         (gnus-article-part-wrapper): Add no-handle argument.
14431         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14432         New functions.
14433
14434 2005-08-29  Romain Francoise  <romain@orebokech.com>
14435
14436         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14437         docstring.
14438         (gnus-face-from-file): Likewise.
14439
14440 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14443         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14444         non-nil.
14445         (gnus-auto-select-part): New variable.
14446         (gnus-article-jump-to-part): New function.
14447         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14448         (gnus-mime-delete-part): Allow selecting specified part after
14449         deleting or stripping parts.
14450         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14451         part if argument is bogus.
14452
14453 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14454
14455         * gnus-art.el (w3m-minor-mode-map):
14456         * gnus-spec.el (gnus-newsrc-file-version):
14457         * gnus-util.el (nnmail-active-file-coding-system)
14458         (gnus-original-article-buffer, gnus-user-agent):
14459         * gnus.el (gnus-ham-process-destinations)
14460         (gnus-parameter-ham-marks-alist)
14461         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14462         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14463         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14464         * mm-decode.el (gnus-current-window-configuration):
14465         * mm-extern.el (gnus-article-mime-handles):
14466         * mm-url.el (url-current-object, url-package-name)
14467         (url-package-version):
14468         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14469         (smime-keys, w3m-cid-retrieve-function-alist)
14470         (w3m-current-buffer, w3m-display-inline-images)
14471         (w3m-minor-mode-map):
14472         * mml-smime.el (gnus-extract-address-components):
14473         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14474         (gnus-newsrc-hashtb, message-default-charset)
14475         (message-deletable-headers, message-options)
14476         (message-posting-charset, message-required-mail-headers)
14477         (message-required-news-headers):
14478         * mml1991.el (mc-pgp-always-sign):
14479         * mml2015.el (mc-pgp-always-sign):
14480         * nnheader.el (nnmail-extra-headers):
14481         * rfc1843.el (gnus-decode-encoded-word-function)
14482         (gnus-decode-header-function, gnus-newsgroup-name):
14483         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14484
14485 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14486
14487         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14488         the end of the date treatments.
14489
14490 2005-08-15  Simon Josefsson  <jas@extundo.com>
14491
14492         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14493         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14494         Capello and Romain Francoise.
14495         (pgg-fetch-key-function): Remove, not used?
14496         (pgg-insert-url-with-w3): Require url, to get
14497         url-insert-file-contents regardless of where it is defined.
14498
14499 2005-08-13  Romain Francoise  <romain@orebokech.com>
14500
14501         * message.el (message-cite-original-1): New function.
14502         (message-cite-original): Use it.
14503         (message-cite-original-without-signature): Ditto.
14504
14505 2005-08-08  Romain Francoise  <romain@orebokech.com>
14506
14507         * message.el (message-yank-empty-prefix): New variable.
14508         (message-indent-citation): Use it.
14509         (message-cite-original-without-signature): Respect X-No-Archive.
14510
14511 2005-08-08  Simon Josefsson  <jas@extundo.com>
14512
14513         * pgg.el: Autoload url-insert-file-contents instead of loading
14514         w3/url.
14515         (pgg-insert-url-with-w3): Don't load url here.
14516
14517 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14518
14519         * message.el (message-kill-to-signature): Don't insert newline at
14520         bol.
14521         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14522
14523 2005-08-06  Romain Francoise  <romain@orebokech.com>
14524
14525         * message.el (message-user-fqdn): Fix typo in docstring.
14526
14527 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14528
14529         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14530
14531         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14532
14533 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * mm-bodies.el (mm-encode-body): Use coding system rather than
14536         charset to encode text.
14537
14538         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14539         number of charsets if utf-8 is available (XEmacs).
14540
14541 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14544         taken from `gnus-button-mid-or-mail-regexp'.
14545         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14546         (gnus-button-alist): Improve regexp for domain part of the MIDs
14547         for news:localpart@domain buttons.
14548         (gnus-button-ctan-directory-regexp): Update.
14549
14550 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * sieve-manage.el (sieve-manage-interactive-login):
14553         Use make-local-variable rather than make-variable-buffer-local.
14554         (sieve-manage-open): Ditto.
14555         (sieve-manage-authenticate): Ditto.
14556
14557         * mml.el (mml-generate-mime-1): Make the content type default to
14558         text/plain if the filename is not specified.
14559
14560 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14563         instead of insert-buffer.
14564
14565         * message.el (message-yank-original): Ditto; set the mark at the
14566         end of the yanked message.
14567
14568 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14571         lines to scroll rather than to stop it.
14572
14573         * mml.el (mml-generate-default-type): Add doc string.
14574         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14575         default to application/octet-stream when determining the content
14576         type if it is not specified for the part or the mml contents; add
14577         a comment about mml-generate-default-type.
14578
14579 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14582         make it default to application/octet-stream when determining the
14583         content type if it is not specified for the external contents.
14584
14585 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14588         segmented parameter but also other parameters might be there.
14589
14590 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * mm-decode.el (mm-display-external): Delete temp file, directory
14593         and buffer immediately if the external process is exited.
14594
14595 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14598         fewer lines than that of scroll-margin.
14599         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14600
14601 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-art.el (gnus-article-next-page): Revert.
14604         (gnus-article-beginning-of-window): New macro.
14605         (gnus-article-next-page-1): Use it.
14606         (gnus-article-prev-page): Ditto.
14607         (gnus-article-edit-part): Use insert-buffer-substring instead of
14608         insert-buffer.
14609         (gnus-article-edit-exit): Ditto.
14610
14611         * gnus-util.el (gnus-beginning-of-window): Remove.
14612         (gnus-end-of-window): Remove.
14613
14614         * lpath.el: Don't bind header-line-format and scroll-margin.
14615
14616 2005-07-25  Simon Josefsson  <jas@extundo.com>
14617
14618         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14619         to have the url package without w3.  Reported by Daiki Ueno
14620         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14621
14622 2005-07-20  Didier Verna  <didier@xemacs.org>
14623
14624         * gnus-diary.el: Remove the description comment (nndiary is now
14625         properly documented in the Gnus manual).
14626         Fix the spelling of "Back End".
14627         * nndiary.el: Ditto.
14628         Fix the copyright notice.
14629
14630 2005-07-18  Romain Francoise  <romain@orebokech.com>
14631
14632         * gnus-sum.el (gnus-summary-to-prefix)
14633         (gnus-summary-newsgroup-prefix): New variables.
14634         (gnus-summary-from-or-to-or-newsgroups): Use them.
14635
14636 2005-07-17  Romain Francoise  <romain@orebokech.com>
14637
14638         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14639         space as it's generally not especially interesting to the user.
14640
14641 2005-07-16  Romain Francoise  <romain@orebokech.com>
14642
14643         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14644         nil to avoid prompting and file modification if one of the
14645         messages at the top of the nnfolder file contains a copyright
14646         notice.
14647         Update copyright notice.
14648
14649         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14650         instead of `current-time-string' as the latter creates a time
14651         string that is not RFC 2822 compliant (it lacks the zone).
14652         Update copyright notice.
14653
14654 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14655
14656         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14657         for text/rtf.  Display default in prompt.  Pass default for M-n.
14658
14659         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14660
14661 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14662
14663         * gnus-msg.el (gnus-button-mailto):
14664         Remove save-selected-window-window hackery because it relies on
14665         save-selected-window internals.
14666
14667 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14670         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14671         (gnus-article-prev-page): Ditto.
14672
14673         * gnus-util.el (gnus-beginning-of-window): New function.
14674         (gnus-end-of-window): New function.
14675
14676         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14677
14678 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14679
14680         * gnus-score.el (gnus-score-edit-all-score):
14681         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14682         gnus-message.
14683
14684 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * gnus-msg.el (gnus-button-mailto):
14687         Remove save-selected-window-window hackery because it relies on
14688         save-selected-window internals.
14689
14690 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14693         add-minor-mode.
14694         (gnus-binary-mode): Ditto.
14695
14696         * gnus-topic.el (gnus-topic-mode): Ditto.
14697
14698 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14699
14700         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14701         (gnus-article-prev-page): Take scroll-margin into consideration.
14702
14703 2005-07-04  Lute Kamstra  <lute@gnu.org>
14704
14705         Update FSF's address in GPL notices.
14706
14707 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14708
14709         * gnus.el (gnus-exit):
14710         * gnus-group.el (gnus-group-icons):
14711         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14712
14713         * gnus-nocem.el (gnus-nocem):
14714         * message.el (message-various, message-buffers, message-sending)
14715         (message-interface, message-forwarding, message-insertion)
14716         (message-headers, message-news, message-mail):
14717         * pgg-gpg.el (pgg-gpg):
14718         * pgg-parse.el (pgg-parse):
14719         * pgg-pgp.el (pgg-pgp):
14720         * pgg-pgp5.el (pgg-pgp5):
14721         * pop3.el (pop3): Finish `defgroup' description with period.
14722
14723 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (article-display-face): Improve the efficiency.
14726         (article-display-x-face): Ditto; remove grey x-face stuff.
14727
14728 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus-art.el (article-display-face): Correct the position in
14731         which Faces are inserted.
14732
14733 2005-06-29  Didier Verna  <didier@xemacs.org>
14734
14735         * gnus-art.el (article-display-face): Display faces in correct
14736         order.
14737
14738 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14741         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14742         (gnus-nocem-check-article): Fetch the Type header.
14743         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14744         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14745         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14746         make sure gnus-nocem-hashtb is initialized.
14747         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14748         (gnus-nocem-unwanted-article-p): Ditto.
14749
14750         * pgg.el (pgg-verify): Return the verification result.
14751
14752 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14753
14754         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14755         is ascii.
14756
14757 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14758
14759         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14760         `show-nonbreak-escape'.
14761
14762 2005-06-23  Lute Kamstra  <lute@gnu.org>
14763
14764         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14765
14766         * dig.el (dig-mode):
14767         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14768
14769 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14770
14771         * nnimap.el (nnimap-split-download-body): Fix spellings.
14772
14773 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14774
14775         * gnus-art.el (gnus-article-encrypt-body):
14776         * gnus-cus.el (gnus-score-customize):
14777         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14778         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14779
14780 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14781
14782         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14783         header by looking for magic "MII" at the beginnig.
14784
14785 2005-06-16  Miles Bader  <miles@gnu.org>
14786
14787         * gnus-xmas.el (gnus-xmas-group-startup-message):
14788         Use renamed gnus-splash face.
14789
14790         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14791         (assistant-field-face): New backward-compatibility alias for renamed
14792         face.
14793         (assistant-render-text): Use renamed assistant-field face.
14794
14795         * spam.el (spam): Remove "-face" suffix from face name.
14796         (spam-face): New backward-compatibility alias for renamed face.
14797         (spam-face, spam-initialize): Use renamed spam face.
14798
14799         * message.el (message-header-to, message-header-cc)
14800         (message-header-subject, message-header-newsgroups)
14801         (message-header-other, message-header-name)
14802         (message-header-xheader, message-separator, message-cited-text)
14803         (message-mml): Remove "-face" suffix from face names.
14804         (message-header-to-face, message-header-cc-face)
14805         (message-header-subject-face, message-header-newsgroups-face)
14806         (message-header-other-face, message-header-name-face)
14807         (message-header-xheader-face, message-separator-face)
14808         (message-cited-text-face, message-mml-face):
14809         New backward-compatibility aliases for renamed faces.
14810         (message-font-lock-keywords): Use renamed message faces.
14811
14812         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14813         (sieve-test-commands, sieve-tagged-arguments):
14814         Remove "-face" suffix from face names.
14815         (sieve-control-commands-face, sieve-action-commands-face)
14816         (sieve-test-commands-face, sieve-tagged-arguments-face):
14817         New backward-compatibility aliases for renamed faces.
14818         (sieve-control-commands-face, sieve-action-commands-face)
14819         (sieve-test-commands-face, sieve-tagged-arguments-face):
14820         Use renamed sieve faces.
14821
14822         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14823         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14824         (gnus-group-news-3-empty, gnus-group-news-4)
14825         (gnus-group-news-4-empty, gnus-group-news-5)
14826         (gnus-group-news-5-empty, gnus-group-news-6)
14827         (gnus-group-news-6-empty, gnus-group-news-low)
14828         (gnus-group-news-low-empty, gnus-group-mail-1)
14829         (gnus-group-mail-1-empty, gnus-group-mail-2)
14830         (gnus-group-mail-2-empty, gnus-group-mail-3)
14831         (gnus-group-mail-3-empty, gnus-group-mail-low)
14832         (gnus-group-mail-low-empty, gnus-summary-selected)
14833         (gnus-summary-cancelled, gnus-summary-high-ticked)
14834         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14835         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14836         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14837         (gnus-summary-low-undownloaded)
14838         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14839         (gnus-summary-low-unread, gnus-summary-normal-unread)
14840         (gnus-summary-high-read, gnus-summary-low-read)
14841         (gnus-summary-normal-read, gnus-splash):
14842         Remove "-face" suffix from face names.
14843         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14844         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14845         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14846         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14847         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14848         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14849         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14850         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14851         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14852         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14853         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14854         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14855         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14856         (gnus-summary-normal-ticked-face)
14857         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14858         (gnus-summary-normal-ancient-face)
14859         (gnus-summary-high-undownloaded-face)
14860         (gnus-summary-low-undownloaded-face)
14861         (gnus-summary-normal-undownloaded-face)
14862         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14863         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14864         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14865         (gnus-splash-face):
14866         New backward-compatibility aliases for renamed faces.
14867         (gnus-group-startup-message): Use renamed gnus faces.
14868
14869         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14870         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14871         (gnus-server-agent): Remove "-face" suffix from face names.
14872         (gnus-server-agent-face, gnus-server-opened-face)
14873         (gnus-server-closed-face, gnus-server-denied-face)
14874         (gnus-server-offline-face):
14875         New backward-compatibility aliases for renamed faces.
14876         (gnus-server-agent-face, gnus-server-opened-face)
14877         (gnus-server-closed-face, gnus-server-denied-face)
14878         (gnus-server-offline-face): Use renamed gnus faces.
14879
14880         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14881         Remove "-face" suffix from face names.
14882         (gnus-picon-xbm-face, gnus-picon-face):
14883         New backward-compatibility aliases for renamed faces.
14884
14885         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14886         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14887         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14888         (gnus-cite-11): Remove "-face" suffix from face names.
14889         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14890         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14891         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14892         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14893         New backward-compatibility aliases for renamed faces.
14894         (gnus-cite-attribution-face, gnus-cite-face-list)
14895         (gnus-article-boring-faces): Use renamed gnus faces.
14896
14897         * gnus-art.el (gnus-signature, gnus-header-from)
14898         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14899         (gnus-header-content): Remove "-face" suffix from face names.
14900         (gnus-signature-face, gnus-header-from-face)
14901         (gnus-header-subject-face, gnus-header-newsgroups-face)
14902         (gnus-header-name-face, gnus-header-content-face):
14903         New backward-compatibility aliases for renamed faces.
14904         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14905
14906         * gnus-sum.el (gnus-summary-selected-face)
14907         (gnus-summary-highlight): Use renamed gnus faces.
14908         * gnus-group.el (gnus-group-highlight): Likewise.
14909
14910 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14911
14912         * gnus-sieve.el (gnus-sieve-article-add-rule):
14913         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14914         * spam-stat.el (spam-stat-buffer-change-to-spam)
14915         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14916
14917         * message.el (message-is-yours-p):
14918         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14919
14920 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-view.el (mm-inline-text): Withdraw the last change.
14923
14924 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14927         executing enriched-decode.
14928
14929 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14932         charset of tar files.
14933
14934 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14935
14936         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14937
14938 2005-06-04  Lute Kamstra  <lute@gnu.org>
14939
14940         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14941         information is never recorded.
14942
14943 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14944
14945         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14946
14947 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * pop3.el (pop3-apop): Run md5 in the binary mode.
14950
14951         * starttls.el (starttls-set-process-query-on-exit-flag):
14952         Use eval-and-compile.
14953
14954 2005-05-31  Simon Josefsson  <jas@extundo.com>
14955
14956         * smime.el (smime-replace-in-string): Define.
14957         (smime-cert-by-ldap-1): Use it.
14958
14959 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-art.el (article-display-x-face): Replace
14962         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14963
14964         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14965         set-process-query-on-exit-flag or process-kill-without-query.
14966
14967         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14968         loop instead of replace-regexp.
14969
14970         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14971         instead of process-kill-without-query if it is available.
14972
14973         * lpath.el: Fbind ldap-search-entries.
14974
14975         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14976         instead of find-file-hooks if it is available.
14977
14978         * mml1991.el: Bind pgg-default-user-id when compiling.
14979
14980         * mml2015.el: Bind pgg-default-user-id when compiling.
14981
14982         * nndraft.el (nndraft-request-associate-buffer):
14983         Use write-contents-functions instead of write-contents-hooks if it is
14984         available.
14985
14986         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14987         instead of find-file-hooks if it is available.
14988
14989         * nntp.el (nntp-open-connection): Replace
14990         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14991         (nntp-open-ssl-stream): Ditto.
14992         (nntp-open-tls-stream): Ditto.
14993
14994         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14995         set-process-query-on-exit-flag or process-kill-without-query.
14996         (starttls-open-stream-gnutls): Use it instead of
14997         process-kill-without-query.
14998         (starttls-open-stream): Ditto.
14999
15000 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15001
15002         * smime.el (smime-cert-by-ldap-1): Don't use
15003         replace-regexp-in-string.
15004
15005 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15006
15007         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15008
15009         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15010         in PEM format.  Adjust to the XEmacs compability.
15011
15012 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15015         by `string-to-number'.
15016         * gnus-agent.el (gnus-agent-regenerate-group)
15017         (gnus-agent-fetch-articles): Ditto.
15018         * gnus-art.el (gnus-button-fetch-group): Ditto.
15019         * gnus-cache.el (gnus-cache-generate-active)
15020         (gnus-cache-articles-in-group): Ditto.
15021         * gnus-group.el (gnus-group-set-current-level)
15022         (gnus-group-insert-group-line): Ditto.
15023         * gnus-score.el (gnus-score-set-expunge-below)
15024         (gnus-score-set-mark-below, gnus-summary-score-effect)
15025         (gnus-summary-score-entry): Ditto.
15026         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15027         (gnus-soup-pack): Ditto.
15028         * gnus-spec.el (gnus-xmas-format): Ditto.
15029         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15030         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15031         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15032         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15033         * nndb.el (nndb-get-remote-expire-response): Ditto.
15034         * nndiary.el (nndiary-parse-schedule-value)
15035         (nndiary-string-to-number, nndiary-request-replace-article)
15036         (nndiary-request-article): Ditto.
15037         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15038         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15039         * nneething.el (nneething-make-head): Ditto.
15040         * nnfolder.el (nnfolder-request-article)
15041         (nnfolder-retrieve-headers): Ditto.
15042         * nnheader.el (nnheader-file-to-number): Ditto.
15043         * nnkiboze.el (nnkiboze-request-article): Ditto.
15044         * nnmail.el (nnmail-process-unix-mail-format)
15045         (nnmail-process-babyl-mail-format): Ditto.
15046         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15047         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15048         (nnmh-request-create-group, nnmh-request-list-1)
15049         (nnmh-request-group, nnmh-request-article): Ditto.
15050         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15051         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15052         * nnsoup.el (nnsoup-make-active): Ditto.
15053         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15054         * nntp.el (nntp-find-group-and-number)
15055         (nntp-retrieve-headers-with-xover): Ditto.
15056         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15057         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15058         (pgg-format-key-identifier): Ditto.
15059         * pop3.el (pop3-last, pop3-stat): Ditto.
15060         * qp.el (quoted-printable-decode-region): Ditto.
15061
15062         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15063         of concat.
15064
15065 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15068
15069         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15070
15071         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15072
15073         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15074
15075         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15076
15077         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15078
15079         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15080         (gnus-carpal-mode): Ditto.
15081
15082         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15083         (gnus-browse-mode): Ditto.
15084
15085         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15086
15087         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15088
15089 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15090
15091         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15092
15093 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-util.el (gnus-run-mode-hooks): New function.
15096
15097         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15098
15099         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15100         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15101
15102 2005-05-27  Lute Kamstra  <lute@gnu.org>
15103
15104         * dns-mode.el (dns-mode): Specify customization group.
15105
15106 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15107
15108         * gnus-agent.el (gnus-agent-make-mode-line-string):
15109         Use mode-line-highlight as mouse-face.
15110
15111 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * canlock.el (canlock): Change the parent group to news.
15114
15115         * deuglify.el (gnus-outlook-deuglify): Add :group.
15116
15117         * dig.el (dig): Add :group.
15118
15119         * dns-mode.el (dns-mode): Add :group.
15120
15121         * encrypt.el (encrypt): Add :group.
15122
15123         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15124         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15125         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15126         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15127         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15128
15129         * gnus-diary.el (gnus-diary): Add :group.
15130
15131         * gnus.el (gnus-group-news-1-face): Add :group.
15132         (gnus-group-news-1-empty-face): Ditto.
15133         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15134         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15135         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15136         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15137         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15138         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15139         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15140         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15141         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15142         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15143         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15144         (gnus-summary-high-ticked-face): Ditto.
15145         (gnus-summary-low-ticked-face): Ditto.
15146         (gnus-summary-normal-ticked-face): Ditto.
15147         (gnus-summary-high-ancient-face): Ditto.
15148         (gnus-summary-low-ancient-face): Ditto.
15149         (gnus-summary-normal-ancient-face): Ditto.
15150         (gnus-summary-high-undownloaded-face): Ditto.
15151         (gnus-summary-low-undownloaded-face): Ditto.
15152         (gnus-summary-normal-undownloaded-face): Ditto.
15153         (gnus-summary-high-unread-face): Ditto.
15154         (gnus-summary-low-unread-face): Ditto.
15155         (gnus-summary-normal-unread-face): Ditto.
15156         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15157         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15158
15159         * hashcash.el (hashcash): New custom group.
15160         (hashcash-default-payment): Add :group.
15161         (hashcash-payment-alist): Ditto.
15162         (hashcash-default-accept-payment): Ditto.
15163         (hashcash-accept-resources): Ditto.
15164         (hashcash-path): Ditto.
15165         (hashcash-extra-generate-parameters): Ditto.
15166         (hashcash-double-spend-database): Ditto.
15167         (hashcash-in-news): Ditto.
15168
15169         * message.el (message-minibuffer-local-map): Add :group.
15170
15171         * netrc.el (netrc): Add :group.
15172
15173         * sieve-manage.el (sieve-manage-log): Add :group.
15174         (sieve-manage-default-user): Diito.
15175         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15176         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15177         (sieve-manage-authenticators): Ditto.
15178         (sieve-manage-authenticator-alist): Ditto.
15179         (sieve-manage-default-port): Ditto.
15180
15181         * sieve-mode.el (sieve-control-commands-face): Add :group.
15182         (sieve-action-commands-face): Ditto.
15183         (sieve-test-commands-face): Ditto.
15184         (sieve-tagged-arguments-face): Ditto.
15185
15186         * smime.el (smime): Add :group.
15187
15188         * spam-report.el (spam-report): Add :group.
15189
15190         * spam.el (spam, spam-face): Add :group.
15191
15192 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15193
15194         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15195         return \n.\n.\n at the end of articles.  Protect against that.
15196         (nntp-with-open-group): Allow debugging.
15197
15198         * nnheader.el (mail-header-set-extra): Make into a function
15199         because I just could't understand how to quote the list properly.
15200
15201         * dns.el (query-dns-cached): New function.
15202
15203 2005-05-26  Lute Kamstra  <lute@gnu.org>
15204
15205         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15206
15207 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15210
15211         * gnus-art.el: Don't autoload mail-extract-address-components.
15212
15213         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15214         eval-and-compile to evaluate it.
15215
15216         * hashcash.el: Don't autoload executable-find.
15217
15218         * nndb.el: Don't declare the nndb back end two or more times; don't
15219         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15220
15221         * nntp.el: Autoload format-spec instead of format; use
15222         eval-and-compile to evaluate autoload forms.
15223
15224 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15225
15226         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15227
15228 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15229
15230         * gnus.el (gnus-version-number): Bump version.
15231
15232 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15233
15234         * gnus.el: No Gnus v0.3 is released.
15235
15236 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15237
15238         * lpath.el (featurep): Bind show-nonbreak-escape.
15239
15240 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gnus-art.el (gnus-article-edit-part): Disable undo.
15243
15244 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15247         gnus-article-date-lapsed-new-header is t if date timer is active;
15248         skip headers in which the original date value is empty.
15249         (gnus-article-save-original-date): Redefine it as a macro.
15250         (gnus-display-mime): Use it.
15251
15252 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-art.el (article-date-ut): Support converting date in
15255         forwarded parts as well.
15256         (gnus-article-save-original-date): New function.
15257         (gnus-display-mime): Use it.
15258
15259 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15260
15261         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15262         enclosure element of <item>.
15263
15264 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * message.el (message-kill-buffer-query): Rename from
15267         `message-kill-buffer-query-if-modified'.  Add :version.
15268
15269 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15272         window layout.
15273
15274 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * mml.el: Autoload dnd when compiling.
15277
15278 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15281         x-dnd-*.
15282
15283 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * qp.el (quoted-printable-encode-region): Save excursion.
15286
15287 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15288
15289         * message.el (message-kill-buffer-query-if-modified): Add new variable
15290         so the user can kill a modified message buffer quickly.
15291         (message-kill-buffer): Use it.
15292
15293 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * lpath.el: Fbind display-time-event-handler; don't fbind
15296         string-to-multibyte.
15297
15298         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15299
15300 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15303         contained in text because xml.el decodes entities) with LFs.
15304
15305 2005-04-11  Lute Kamstra  <lute@gnu.org>
15306
15307         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15308         differently.
15309
15310 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15311
15312         * mm-util.el (mm-detect-coding-region): Typo.
15313
15314 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15317
15318 2005-04-06  Deepak Goel  <deego@gnufans.org>
15319
15320         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15321         user-function allow user modifications of the scores.
15322         (spam-stat-score-buffer-user): New function, to allow
15323         user-computed modifications to the score.
15324         (spam-stat-score-buffer-user-functions): List of additional
15325         scoring functions.
15326         (spam-stat-error-holder): Global temporary error holder.
15327         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15328         variable.
15329
15330 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15331
15332         * gnus-registry.el (gnus-registry-clean-empty-function)
15333         (gnus-registry-trim, gnus-registry-fetch-groups)
15334         (gnus-registry-delete-group): Groups that match
15335         `gnus-registry-ignored-groups' are removed from the registry
15336         entries, not just ignored for splitting.  This helps clean up the
15337         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15338         to get all the groups a message ID is in.
15339
15340         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15341         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15342         (spam-stat-score-buffer-user-functions): Add :number custom type.
15343
15344 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15347         argument in XEmacs.
15348
15349         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15350         (nnrss-request-group): Decode group name first.
15351         (nnrss-request-article): Make a text/plain article if mml-to-mime
15352         failed.
15353         (nnrss-get-encoding): Return a compatible encoding according to
15354         nnrss-compatible-encoding-alist.
15355         (nnrss-find-el): Use consp instead of listp.
15356         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15357
15358 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15361         which Emacs 20 doesn't support.
15362         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15363
15364 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15367         silence the byte compiler inside the defun.
15368
15369         * gnus-demon.el (parse-time-string): Add autoload.
15370
15371         * gnus-delay.el (parse-time-string): Add autoload.
15372
15373         * gnus-art.el (parse-time-string): Add autoload.
15374
15375         * nnultimate.el (parse-time): Require for `parse-time-string'.
15376
15377 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15380
15381         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15382
15383         * smime.el (smime-ldap-host-list): Add :version.
15384
15385 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15388         pass it to `gnus-browse-read-group'.
15389         (gnus-browse-read-group): Add NUMBER argument and pass it to
15390         `gnus-group-read-ephemeral-group'.
15391
15392         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15393         argument and pass it to `gnus-group-read-group'.
15394
15395 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15396
15397         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15398         mm-xemacs-find-mime-charset-1 if we have the mule feature
15399         available at runtime.
15400
15401 2005-03-25  Werner Lemberg  <wl@gnu.org>
15402
15403         * nnmaildir.el: Replace `illegal' with `invalid'.
15404
15405 2005-03-23  Lute Kamstra  <lute@gnu.org>
15406
15407         * time-date.el: Add comment on time value formats.
15408         Don't require parse-time.
15409         (with-decoded-time-value): New macro.
15410         (encode-time-value): New function.
15411         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15412         (days-to-time): Return a valid time value when arg is huge.
15413         (time-since): Use time-subtract.
15414         (time-to-number-of-days): Use time-to-seconds.
15415
15416 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15417
15418         * gnus-start.el (gnus-display-time-event-handler):
15419         Check display-time-timer at runtime rather than only at load time
15420         in case display-time-mode is turned off in the mean time.
15421
15422 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15423
15424         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15425         used.
15426
15427         * nneething.el (nneething-map-file-directory): Derive from
15428         `gnus-directory'.
15429
15430         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15431         the To/Cc button.
15432
15433 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * nnmaildir.el (nnmaildir-request-accept-article):
15436         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15437
15438 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15439
15440         * gnus-async.el: Require timer-funcs at compile time when in
15441         XEmacs for `run-with-idle-timer'.
15442
15443 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15444
15445         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15446         autoloaded function.
15447
15448 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15449
15450         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15451
15452 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15453
15454         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15455
15456 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15457
15458         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15459         Add gnus-expert-user to default.
15460
15461 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15462
15463         * nnimap.el (nnimap-open-server): Ditto.
15464
15465         * imap.el (imap-authenticate): Fix typo.
15466
15467 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15468
15469         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15470         buffer (since IMAP server might return FETCH response out of
15471         order, and the nntp buffer must be sorted).
15472
15473 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15474
15475         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15476         comparison on string.
15477
15478         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15479         (gnus-agent-score): Rename category keywords to match gnus-cus.
15480         (gnus-agent-summary-fetch-series): Modify to protect against
15481         gnus-agent-summary-fetch-group clearing processable flags.
15482         (gnus-agent-synchronize-group-flags): Update live group buffer as
15483         synchronization may occur due to the user toggle the plugged
15484         status.
15485         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15486         successfully downloaded.
15487         (gnus-agent-expire-group-1): Avoid using markers when the overview
15488         is in ascending order; greatly improves performance.
15489         (gnus-agent-regenerate-group):
15490         Use gnus-agent-synchronize-group-flags to reset read status in both
15491         gnus and server.
15492         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15493
15494 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15495
15496         * message.el: Don't autoload former message-utils variables.
15497         (message-strip-subject-trailing-was): Change doc string.
15498
15499         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15500         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15501         (nnweb-google-search): Add "hl=en" here.
15502         (nnweb-google-parse-1, nnweb-google-create-mapping):
15503         Don't hardcode URL.
15504
15505 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15506
15507         * message.el (message-get-reply-headers, message-followup):
15508         Mention related variables `message-use-followup-to' and
15509         `message-use-mail-followup-to', in the information buffer.
15510
15511         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15512         of broken groups(-beta).google.com.
15513
15514 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15517         parameter to invoked gnus-request-move-article; remove the
15518         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15519         all at once instead of once per article.
15520         (gnus-summary-remove-process-mark): Accept a list of articles as
15521         well as a single article for processing.
15522
15523         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15524         parameter.
15525
15526         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15527
15528         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15529
15530         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15531         parameter.
15532
15533         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15534         parameter.
15535
15536         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15537         parameter and remove the gnus-sum-hint-move-is-internal variable.
15538
15539         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15540         parameter.
15541
15542         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15543         parameter.
15544
15545         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15546         parameter.
15547
15548         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15549
15550         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15551         parameter.
15552
15553         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15554         parameter.
15555
15556 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15557
15558         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15559         a more conservative way.
15560
15561 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15562
15563         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15564         buffer, so it moves the window's cursor.
15565
15566 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15567
15568         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15569         `mm-dissect-multipart' and receive the from field as an (optional)
15570         argument from `mm-dissect-multipart'.
15571         (mm-dissect-multipart): Receive the from field as an argument and
15572         pass it on when we call `mm-dissect-buffer' on MIME parts.
15573         Fixes verification/decryption of signed/encrypted MIME parts.
15574
15575 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * gnus-sum.el (gnus-summary-move-article):
15578         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15579         whatever it calls (right now, only nnimap-request-move article
15580         respects it).
15581
15582         * nnimap.el (nnimap-request-move-article):
15583         When gnus-sum-hint-move-is-internal is set, don't do the extra
15584         nnimap-request-article.
15585
15586 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15589
15590         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15591         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15592
15593         * gnus-sum.el (gnus-summary-caesar-message):
15594         Apply `gnus-treat-article' after rotation.
15595
15596         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15597         doc string.
15598
15599 2005-02-22  Simon Josefsson  <jas@extundo.com>
15600
15601         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15602         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15603         <arne@arnested.dk>.
15604         (encrypt): Add password-cache and password-cache-expiry as group
15605         members.
15606
15607 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15608
15609         * smime.el (smime-ldap-host-list): Doc fix.
15610         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15611         cache) password.
15612         (smime-sign-region): Use it.
15613         (smime-decrypt-region): Use it.
15614         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15615         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15616         fails.
15617         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15618         certificate from DER to PEM format rather than calling openssl.
15619
15620         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15621
15622         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15623         for signing/encryption.
15624
15625         * mml.el (mml-parse-1): Use them.
15626
15627 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15628
15629         * nnrss.el (nnrss-verbose): Remove.
15630         (nnrss-request-group): Use `nnheader-message' instead.
15631
15632 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15633
15634         * nnrss.el (nnrss-verbose): New variable.
15635         (nnrss-request-group): Make it say nnrss is requesting a group.
15636
15637 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15640         Handle news URL with given port correctly.
15641
15642 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15645         containing special characters.
15646
15647         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15648
15649         * mml.el (mime-to-mml): Ditto.
15650
15651         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15652         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15653         (rfc2047-decode-region): Quote decoded words containing special
15654         characters when rfc2047-quote-decoded-words-containing-tspecials
15655         is non-nil.
15656
15657 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15658
15659         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15660
15661         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15662
15663 2005-02-15  Simon Josefsson  <jas@extundo.com>
15664
15665         * nnimap.el (nnimap-debug): Doc fix.
15666
15667         * imap.el (imap-debug): Doc fix.
15668
15669 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15672
15673 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15674
15675         * gnus.el (spam-contents): Improve docs for spam-contents
15676         parameter in its variable incarnation.
15677
15678 2005-02-14  Simon Josefsson  <jas@extundo.com>
15679
15680         * smime-ldap.el: Use require instead of load-library for ldap.
15681         (smime-ldap-search): Indent.
15682         (smime-ldap-search-internal): Shorten line.
15683
15684         * smime.el (smime-cert-by-dns): Add doc-string.
15685         (smime-cert-by-ldap-1): Indent.
15686
15687         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15688         mml-smime-get-dns-ldap.
15689         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15690
15691 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15692
15693         * smime.el: Require smime-ldap.
15694         (smime-ldap-host-list): New variable.
15695         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15696
15697         * mml-smime.el (mml-smime-encrypt-query): New function.
15698         (mml-smime-encrypt-query): Use it.
15699
15700         * smime-ldap.el: New file.
15701
15702 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15705
15706 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15707
15708         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15709         argument in doc string.  Make query for type more clear.
15710
15711 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * gnus.el (gnus-group-startup-message): Search for gnus images in
15714         etc/images/gnus.
15715         * mm-util.el (mm-image-load-path): Likewise.
15716         * smiley.el (smiley-data-directory): Search for smilies in
15717         etc/images/smilies.
15718
15719 2005-02-09  Kim F. Storm  <storm@cua.dk>
15720
15721         Change Emacs release version from 21.4 to 22.1 throughout.
15722         Change Emacs development version from 21.3.50 to 22.0.50.
15723
15724 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15727
15728         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15729         non-Mule XEmacs as well.
15730         (mm-decompress-buffer): Signal an error intentionally if it does
15731         not decompress compressed data because auto-compression-mode is
15732         disabled.
15733
15734 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15737         an ID in the registry even if it has no groups.
15738
15739 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15742         merge it into mm-decompress-buffer.
15743         (gnus-mime-copy-part): Use the MIME part charset, the value which
15744         a user specified or gnus-newsgroup-charset for decoding, like
15745         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15746         save-buffer what was used.  Suggested by Kevin Ryde
15747         <user42@zip.com.au>.
15748         (gnus-mime-inline-part): Allow the name parameter as well as the
15749         filename parameter; force decompressing of compressed data; always
15750         display contents being not decoded as unibyte.
15751
15752         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15753         as well as the filename parameter.
15754
15755         * mm-util.el (mm-decompress-buffer):
15756         Merge gnus-mime-jka-compr-maybe-uncompress.
15757         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15758         of compressed data.
15759
15760 2005-02-08  Simon Josefsson  <jas@extundo.com>
15761
15762         * imap.el (imap-log): Doc fix.
15763
15764 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15767         the coding cookies; decompress compressed parts.
15768
15769         * mml.el (mml-generate-mime-1): Add the charset parameter according
15770         to the value which a user specified manually or the coding cookie.
15771
15772         * mm-util.el (mm-string-to-multibyte): New function.
15773         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15774         (mm-coding-system-to-mime-charset): New function.
15775         (mm-decompress-buffer): New function.
15776         (mm-find-buffer-file-coding-system): New function.
15777
15778         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15779         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15780         parts.
15781
15782 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15783
15784         * mm-view.el (mm-display-inline-fontify): Decode a part according
15785         to the charset parameter.
15786
15787 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15790         prefix arg is neither nil nor a number, as info specifies.
15791
15792 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15795         timestamps.
15796
15797 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15798
15799         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15800         groups error checking and notify user.
15801
15802 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15803
15804         * message.el (message-send-mail-function): Check existence of
15805         sendmail-program first before using default value
15806         `message-send-mail-with-sendmail'.  Otherwise use more generic
15807         `smtpmail-send-it'.
15808
15809 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * nntp.el (nntp-request-update-info): Always return nil.
15812
15813 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15814
15815         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15816
15817 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15818
15819         * message.el (message-beginning-of-line): Change the behavior when
15820         invoked between BOL and : so that it first moves backward.
15821
15822 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15825         article buffer when editing of the article is discarded.
15826         (gnus-article-prepare): Revert.
15827
15828 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-art.el (gnus-article-prepare):
15831         Remove message-strip-forbidden-properties from the local hook.
15832
15833 2005-01-27  Simon Josefsson  <jas@extundo.com>
15834
15835         * password.el (password-cache-add): Only start one timer per key.
15836         Reported by Derek Atkins <warlord@MIT.EDU>.
15837
15838 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15839
15840         * run-at-time.el: Remove.  It is no longer needed as
15841         timer-funcs.el in the xemacs-base package has a working version of
15842         `run-at-time'.
15843
15844         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15845
15846         * password.el: Require timer-funcs instead of run-at-time in
15847         XEmacs.
15848         Remove `password-run-at-time' macro.
15849         (password-cache-add): Use `run-at-time' instead of
15850         `password-run-at-time'.
15851
15852         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15853         Remove `nnheader-cancel-function-timers' alias,
15854         `cancel-function-timers' exists in XEmacs in timer-funcs.
15855
15856         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15857         for `run-with-idle-timer'.
15858
15859         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15860         for `run-at-time'.
15861
15862         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15863         for `with-timeout'.
15864
15865         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15866         the same as for XEmacs 21.4.
15867         No need to ignore `run-with-idle-timer', this function exists in
15868         XEmacs now in timer-funcs.el in the xemacs-base package.
15869         (dgnushack-compile): No need to delete
15870         run-at-time.el from the list of files to compile because it
15871         doesn't exist anymore.
15872
15873 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15876         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15877
15878 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15879
15880         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15881         sensitively.
15882
15883 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15884
15885         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15886
15887 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15890         which will be inserted according to the multibyteness of a buffer
15891         rather than the type of contents.  Suggested by ARISAWA Akihiro
15892         <ari@mbf.ocn.ne.jp>.
15893
15894         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15895         of string which old xml.el may return rather than a string.
15896
15897 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15900
15901 2005-01-16  Simon Josefsson  <jas@extundo.com>
15902
15903         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15904         idn/idna.el isn't available.
15905         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15906         <michael@waxrat.com>.
15907
15908         * hashcash.el: Remove non-FSF copyright header.
15909
15910         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15911         (hashcash-generate-payment): Use it.
15912         (hashcash-generate-payment-async): Use it.
15913
15914 2005-01-15  Simon Josefsson  <jas@extundo.com>
15915
15916         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15917         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15918
15919         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15920         gnus-summary-idna-message.
15921         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15922         (gnus-summary-idna-message): New function.
15923
15924 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15927         gnus-novice-user.
15928
15929 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * nnrss.el (nnrss-request-delete-group): Delete entries in
15932         nnrss-group-alist as well.
15933         (nnrss-save-server-data): Insert newline.
15934
15935 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * gnus.el (gnus-user-agent): Use list of symbols instead of
15938         symbols.  Display full version number for (S)XEmacs.
15939         Optionally display (S)XEmacs codename.
15940
15941         * gnus-util.el (gnus-emacs-version): Update for new
15942         `gnus-user-agent'.
15943
15944         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15945         Gnus version.
15946
15947 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15950         which is unreadable in some setups.
15951
15952 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-spec.el (gnus-update-format-specifications): Flush the
15955         group format spec cache if it doesn't support decoded group names.
15956
15957 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15960         Allow to apply decay on score files matching a regexp.
15961
15962 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15965         compatibility in %g and %c.
15966
15967 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15970         name for only %g and %c.
15971         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15972         of gnus-tmp-group to decoded group name.
15973         (gnus-group-make-rss-group): Exclude `/'s from group names.
15974
15975 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * nnrss.el (nnrss-get-encoding): Fix regexp.
15978
15979 2004-12-27  Simon Josefsson  <jas@extundo.com>
15980
15981         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15982         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15983         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15984
15985 2004-12-17  Kim F. Storm  <storm@cua.dk>
15986
15987         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15988
15989         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15990
15991 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15992
15993         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15994
15995 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * nnrss.el: Require rfc2047 and mml.
15998         (nnrss-file-coding-system): New variable.
15999         (nnrss-format-string): Redefine it as an inline function.
16000         (nnrss-decode-group-name): New function.
16001         (nnrss-string-as-multibyte): Remove.
16002         (nnrss-retrieve-headers): Decode group name; don't use
16003         nnrss-format-string.
16004         (nnrss-request-group): Decode group name.
16005         (nnrss-request-article): Decode group name; allow a Message-ID as
16006         well as an article number; don't use nnrss-format-string; encode a
16007         Message-ID string which may contain non-ASCII characters; use
16008         mml-to-mime to compose a MIME article.
16009         (nnrss-request-expire-articles): Decode group name.
16010         (nnrss-request-delete-group): Decode group name.
16011         (nnrss-fetch): Clarify error message.
16012         (nnrss-read-server-data): Use insert-file-contents instead of load;
16013         bind file-name-coding-system; use multibyte buffer.
16014         (nnrss-save-server-data): Bind coding-system-for-write to the
16015         value of nnrss-file-coding-system; bind file-name-coding-system;
16016         add coding cookie.
16017         (nnrss-read-group-data): Use insert-file-contents instead of load;
16018         bind file-name-coding-system; use multibyte buffer.
16019         (nnrss-save-group-data): Bind coding-system-for-write to the
16020         value of nnrss-file-coding-system; bind file-name-coding-system.
16021         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16022         make it work with non-ASCII text.
16023         (nnrss-find-el): Make it work with old xml.el as well.
16024
16025 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16026
16027         * nnrss.el (nnrss-get-encoding): New function.
16028         (nnrss-fetch): Use unibyte buffer initially; bind
16029         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16030         decode contents according to the encoding attribute.
16031         (nnrss-save-group-data): Add coding cookie.
16032         (nnrss-mime-encode-string): New function.
16033         (nnrss-check-group): Use it to encode subject and author.
16034
16035 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16036
16037         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16038         imaginary variable.
16039
16040 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16043         correctly even if there are wide characters.
16044
16045 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16046
16047         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16048         downcased symbol names; make a new cache instead of reusing
16049         bbdb-hashtable.
16050
16051 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16054         concatenating segments rather than before concatenating them.
16055         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16056
16057         * message.el (message-get-reply-headers): Bind `extra'.
16058
16059 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16060
16061         * message.el (message-extra-wide-headers): New variable.
16062         (message-get-reply-headers): Use it.
16063
16064 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16067         (gnus-agent-group-pathname): Ditto.
16068
16069         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16070
16071         * gnus-group.el (gnus-group-make-group): Decode group name.
16072         (gnus-group-make-rss-group): Register the group data after opening
16073         the nnrss group.
16074
16075 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16076
16077         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16078         by expiry now get marked as read.
16079
16080 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16083
16084 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16085
16086         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16087         unify Latin characters in XEmacs.
16088         (mm-find-mime-charset-region): Use it.
16089
16090 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-util.el (gnus-delete-directory): New function.
16093
16094         * gnus-agent.el (gnus-agent-delete-group): Use it.
16095
16096         * gnus-cache.el (gnus-cache-delete-group): Use it.
16097
16098 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16101         names.
16102
16103 2004-12-16  Simon Josefsson  <jas@extundo.com>
16104
16105         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16106
16107 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16110
16111         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16112         (gnus-group-set-current-level): Decode group name.
16113
16114 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16115
16116         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16117         failed.
16118
16119 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-group.el (gnus-group-delete-group): Decode group name.
16122         (gnus-group-make-rss-group): Encode group name.
16123         (gnus-group-catchup-current): Decode group name.
16124         (gnus-group-kill-group): Decode group name.
16125
16126 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16127
16128         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16129
16130 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * gnus-group.el (gnus-group-make-rss-group):
16133         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16134
16135         * gnus-start.el (gnus-setup-news): Honor user's setting to
16136         gnus-message-archive-method.  Suggested by Lute Kamstra
16137         <lute@gnu.org>.
16138
16139 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16140
16141         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16142         global counterparts of the buffer-local variables.
16143
16144 2004-11-16  Romain Francoise  <romain@orebokech.com>
16145
16146         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16147         counterparts of the buffer-local variables.
16148
16149 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16150
16151         * message.el (message-forbidden-properties): Fix typo in doc
16152         string.
16153
16154 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16155
16156         * gnus-util.el (gnus-replace-in-string): Add doc string.
16157
16158         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16159         to avoid problems when splitting mails with many recipients.
16160
16161 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16162
16163         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16164         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16165
16166 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16167
16168         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16169         if there is no hashtable in memory or file modification time is
16170         newer than cached timestamp.
16171
16172 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-sum.el (gnus-summary-limit-to-recipient):
16175         Implement not-matching option.
16176
16177 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16180         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16181         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16182         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16183         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16184         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16185
16186 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * message.el (message-forward-make-body-mml): Remove headers
16189         according to message-forward-ignored-headers if a message is decoded.
16190
16191 2004-12-02  Romain Francoise  <romain@orebokech.com>
16192
16193         * message.el (message-forward-make-body-plain): Always remove
16194         headers according to message-forward-ignored-headers.
16195
16196 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16197
16198         * spam.el (spam-summary-prepare-exit): Remove the
16199         gnus-summary-limit pop for now, it has problems with ham marks for
16200         me.
16201
16202 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16203
16204         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16205         correctly.
16206
16207 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16208
16209         * format-spec.el (format-spec): Message the char.
16210
16211 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16212
16213         * gnus-art.el (gnus-split-methods): Reformat comments.
16214
16215         * spam.el (spam-summary-prepare-exit): Remove article limits
16216         before exiting the summary buffer.
16217
16218 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16221         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16222
16223         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16224         order to silence the byte compiler.
16225
16226         * spam.el: Fix the way to silence the byte compiler, which
16227         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16228         bbdb-search-simple, spam-BBDB-register-routine,
16229         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16230         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16231         spam-stat-buffer-is-spam, spam-stat-load,
16232         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16233         spam-stat-save and spam-stat-split-fancy.
16234
16235 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16238         which may confuse users.
16239         (canlock-password-for-verify): Ditto.
16240
16241         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16242
16243         * gnus-art.el (gnus-emphasis-alist): Ditto.
16244
16245         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16246
16247         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16248
16249         * gnus-start.el (gnus-save-killed-list): Ditto.
16250
16251         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16252         (gnus-sum-thread-tree-root): Ditto.
16253         (gnus-sum-thread-tree-false-root): Ditto.
16254         (gnus-sum-thread-tree-single-indent): Ditto.
16255
16256         * message.el (message-courtesy-message): Ditto.
16257         (message-archive-note): Ditto.
16258         (message-subscribed-address-file): Ditto.
16259         (message-user-fqdn): Ditto.
16260
16261         * spam-report.el (spam-report-gmane-regex): Ditto.
16262
16263         * spam.el (spam-blackhole-good-server-regex): Ditto.
16264
16265 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * mml.el (mml-preview): Widen the message buffer before copying
16268         the contents to the preview buffer; sort headers before previewing.
16269
16270         * message.el (message-hidden-headers): Fix the way to avoid a bug
16271         in the `repeat' widget in Emacs 21.3 or earlier.
16272
16273 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * message.el (message-hidden-headers): Default to "^References:".
16276         Improve customization type.  Suggested by Reiner Steib
16277         <Reiner.Steib@gmx.de>.
16278
16279 2004-11-25  Romain Francoise  <romain@orebokech.com>
16280
16281         * message.el (message-strip-forbidden-properties): Remove check for
16282         obsolete `message-hidden' text property, hidden headers are not
16283         accessible in the buffer anymore.
16284
16285 2004-11-22  Romain Francoise  <romain@orebokech.com>
16286
16287         * message.el (message-header-format-alist): Add `From' in list
16288         so that it can be sorted.
16289         (message-fix-before-sending): Widen and sort headers before
16290         sending.
16291         (message-hide-headers): Use narrowing to hide headers by moving
16292         them to the top of the buffer and narrowing to the region
16293         underneath.
16294
16295 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16296
16297         * message.el (message-strip-forbidden-properties):
16298         Bind buffer-read-only (etc) to nil.
16299
16300 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16303         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16304
16305 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16306
16307         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16308
16309 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16310
16311         * dns.el (query-dns): Use sit-for to time instead of
16312         accept-process-output, since that doesn't seem to work on udp
16313         sockets.
16314
16315 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16318
16319 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16320
16321         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16322         doc string.  Improve doc string.
16323
16324 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * nntp.el (nntp-request-update-info): Return nil if
16327         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16328         may not call gnus-activate-group which uselessly issues the GROUP
16329         commands for all nntp groups and wastes time.  Reported by Romain
16330         Francoise <romain@orebokech.com>.
16331
16332         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16333
16334 2004-11-15  Simon Josefsson  <jas@extundo.com>
16335
16336         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16337         headers separately.
16338         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16339         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16340
16341 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * gnus-start.el (gnus-convert-old-newsrc):
16344         Assign legacy-gnus-agent to 5.10.7.
16345
16346 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16349         start of the lines.
16350
16351 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16352
16353         * hashcash.el (hashcash-default-payment): Change default to 20.
16354         (hashcash-default-accept-payment): Change default to 20.
16355         (hashcash-process-alist): New variable.
16356         (hashcash-generate-payment-async): Add.
16357         (hashcash-already-paid-p): Add.
16358         (hashcash-insert-payment): Don't generate payments twice.
16359         (hashcash-insert-payment-async): Add.
16360         (hashcash-insert-payment-async-2): Add.
16361         (hashcash-cancel-async): Add.
16362         (hashcash-wait-async): Add.
16363         (hashcash-processes-running-p): Add.
16364         (hashcash-wait-or-cancel): Add.
16365         (mail-add-payment): New optional argument.  Conditionally start
16366         asynchronous calculation.
16367         (mail-add-payment-async): Add.
16368
16369         * message.el (message-send-mail): Wait for asynchronous hashcash
16370         results.  Don't clobber existing X-Hashcash headers.
16371         (message-setup-1): Call mail-add-payment-async when
16372         message-generate-hashcash is non-nil.
16373
16374 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16375
16376         * message.el (message-use-alternative-email-as-from): Examine the
16377         From header as well; use message-make-from in order to include a
16378         user's full name.
16379
16380 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16383         default; improve customization type.
16384         (gnus-emphasis-custom-with-format): New macro.
16385         (gnus-emphasis-custom-value-to-external): New function.
16386         (gnus-emphasis-custom-value-to-internal): New function.
16387
16388 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16389
16390         * dns.el (query-dns): Resolve reverse addresses.
16391
16392 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16393
16394         * gnus-group.el (gnus-group-get-new-news): Use it.
16395
16396         * gnus-start.el (gnus-check-reasonable-setup): New function.
16397
16398 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16401         "Args out of range" error.  Reported by Arnaud Giersch
16402         <arnaud.giersch@free.fr>.
16403
16404 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16405
16406         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16407
16408 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16409
16410         * spam.el (spam group): Add :version.
16411
16412         * pgg-def.el (pgg group): Add :version.
16413
16414 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * gnus-art.el (gnus-article-edit-article): Don't associate the
16417         article buffer with a draft file.  This is a temporary measure
16418         against the 2004-08-22 change to gnus-article-edit-mode.
16419
16420 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16423         (html2text-format-tags): Remove unused variable `attr'.
16424
16425 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16426
16427         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16428
16429         * tls.el (tls-process-connection-type, tls-success)
16430         (tls-certtool-program): Add :version.
16431
16432         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16433         (starttls-extra-arguments, starttls-process-connection-type)
16434         (starttls-connect, starttls-failure, starttls-success): Add :version.
16435
16436         * spam-stat.el (spam-stat): Add :version.
16437
16438         * sieve.el (sieve): Add :version.
16439
16440         * sha1.el (sha1): Add :version.
16441         (sha1-use-external): Remove redundant version.
16442
16443         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16444         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16445         (nnmail-split-fancy-match-partial-words)
16446         (nnmail-split-lowercase-expanded): Add :version.
16447
16448         * nndiary.el (nndiary): Add :version.
16449
16450         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16451
16452         * mml-sec.el (mml-default-sign-method)
16453         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16454         Add :version.
16455
16456         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16457
16458         * mm-url.el (mm-url-use-external, mm-url-program)
16459         (mm-url-arguments): Add :version.
16460
16461         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16462         (mm-attachment-file-modes, mm-decrypt-option)
16463         (mm-w3m-safe-url-regexp): Add :version.
16464
16465         * message.el (message-cite-prefix-regexp)
16466         (message-sendmail-envelope-from, message-minibuffer-local-map)
16467         (message-user-fqdn, message-completion-alist): Add :version.
16468
16469         * gnus-win.el (gnus-configure-windows-hook)
16470         (gnus-use-frames-on-any-display): Add :version.
16471
16472         * gnus-art.el (gnus-article-address-banner-alist)
16473         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16474         (gnus-treat-from-picon, gnus-treat-mail-picon)
16475         (gnus-treat-x-pgp-sig): Add :version.
16476
16477         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16478         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16479         (gnus-summary-article-delete-hook)
16480         (gnus-summary-display-while-building): Add :version.
16481
16482         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16483         (gnus-get-top-new-news-hook): Add :version.
16484
16485         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16486         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16487
16488         * gnus-registry.el (gnus-registry): Add :version.
16489
16490         * gnus-spec.el (gnus-use-correct-string-widths)
16491         (gnus-make-format-preserve-properties): Add :version.
16492
16493         * gnus.el (gnus-group-charter-alist)
16494         (gnus-group-fetch-control-use-browse-url)
16495         (gnus-install-group-spam-parameters): Add :version.
16496
16497         * gnus-diary.el (gnus-diary): Add :version.
16498
16499         * gnus-delay.el (gnus-delay): Add :version.
16500
16501         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16502         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16503         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16504         Add :version.
16505
16506         * gnus-agent.el (gnus-agent-max-fetch-size)
16507         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16508         (gnus-agent-prompt-send-queue): Add :version.
16509
16510         * deuglify.el (gnus-outlook-deuglify): Add :version.
16511
16512         * html2text.el: Beautify code.  Improve doc strings.
16513         Some checkdoc cleanup.
16514         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16515
16516 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16517
16518         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16519
16520 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16521
16522         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16523         when package is loaded.
16524
16525         * spam.el (spam-summary-score-preferred-header): Add global preference
16526         for people who want to override the default SpamAssassin over
16527         Bogofilter preference (when both are set).
16528         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16529         (spam-user-format-function-S):
16530         Check spam-summary-score-preferred-header.
16531         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16532         (spam-user-format-function-S): Format the score correctly.
16533
16534 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16537         signature file.  Suggested by Manoj Srivastava
16538         <srivasta@golden-gryphon.com>.
16539
16540         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16541         iso-2022-jp even in the Japanese language environment.
16542         Suggested by Jason Rumney <jasonr@gnu.org>.
16543
16544 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16547         use the same characters as the dummy marks; make it free from
16548         getting affected by the language environment.
16549         (gnus-summary-read-group-1): Update mark positions only when the
16550         format spec is updated.
16551
16552         * gnus-spec.el (gnus-update-format-specifications): Return a list
16553         of updated types.
16554
16555 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16558         of boundp to check if display-warning is available.
16559
16560 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16561
16562         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16563
16564 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * nnspool.el (nnspool-spool-directory): Use news-path if the
16567         news-directory variable is not bound.
16568
16569         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16570         function instead of display-warning if it is not available.
16571
16572 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16575         v5-10: Use `point-at-bol'.
16576
16577 2004-10-26  Simon Josefsson  <jas@extundo.com>
16578
16579         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16580         <chenggao@gmail.com>.
16581
16582 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16585         instead.
16586
16587 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16588
16589         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16590         to remove a server from the nnimap-server-buffer-alist.
16591         (nnimap-open-connection, nnimap-close-server): Use it.
16592
16593         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16594
16595 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16598         running the major-mode function.
16599
16600 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16603         dummy marks in the right way.
16604
16605 2004-10-18  David Edmondson  <dme@dme.org>
16606
16607         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16608         excessively.
16609
16610 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16611
16612         * gnus-util.el (gnus-split-references): Accept a nil references
16613         string and go on blissfully.
16614
16615         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16616         cases where the references string is non-nil but has no references.
16617
16618         * encrypt.el: Add autoload tags.
16619
16620         * spam.el (spam-resolve-registrations-routine): Remove article
16621         from unregistration list too.  Reported by David Hanak
16622         <dhanak@isis.vanderbilt.edu>
16623
16624 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16627         nil.  Change custom type.
16628
16629 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16632
16633         * gnus-sum.el (gnus-summary-move-article): Use it.
16634
16635 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * encrypt.el: Add autoload cookies.
16638
16639         * spam.el (spam-backend-article-list-property)
16640         (spam-backend-get-article-todo-list)
16641         (spam-backend-put-article-todo-list)
16642         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16643         Resolve registrations separately.
16644         (spam-register-routine): Format comments.
16645         (spam-unregister-routine, spam-register-routine): Always call with
16646         specific-articles, no default list.
16647         (spam-summary-prepare-exit): Use the spam-classifications function.
16648
16649         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16650         gnus-encrypt.el.
16651
16652         * encrypt.el: Copied from gnus-encrypt.el.
16653
16654         * gnus-encrypt.el: Commented that it's obsolete.
16655
16656 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16657
16658         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16659         (gnus-score-save): Use it.
16660
16661         * message.el (message-bury): Use `window-dedicated-p'.
16662
16663 2004-10-15  Simon Josefsson  <jas@extundo.com>
16664
16665         * pop3.el (top-level): Don't require nnheader.
16666         (pop3-read-timeout): Add.
16667         (pop3-accept-process-output): Add.
16668         (pop3-read-response, pop3-retr): Use it.
16669
16670 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (spam-register-routine): Move comment.
16673         (spam-verify-bogofilter): Use 'unknown for the initial
16674         spam-bogofilter-valid state, not 'never.
16675
16676         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16677         for netrc-machine.
16678
16679         * nnimap.el (nnimap-open-connection):
16680         Use netrc-machine-user-or-password.
16681
16682 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16683
16684         * gnus-registry.el (gnus-registry-unload-hook):
16685         Set as a variable with add-hook.
16686
16687         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16688         of news-path.
16689
16690         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16691
16692         * spam.el: Delete duplicate `provide'.
16693         (spam-unload-hook): Set as a variable with add-hook.
16694
16695 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16696
16697         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16698         in the doc string.
16699
16700         * message.el (message-ignored-news-headers)
16701         (message-ignored-supersedes-headers)
16702         (message-ignored-resent-headers)
16703         (message-forward-ignored-headers): Improve custom type.
16704
16705 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * message.el (message-tokenize-header): Fix 2004-09-06 change
16708         which used point-min in the wrong place.
16709
16710 2004-10-12  Simon Josefsson  <jas@extundo.com>
16711
16712         * tls.el (tls-certtool-program): New variable.
16713         (tls-certificate-information): New function, based on
16714         ssl-certificate-information.
16715
16716 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * compface.el: Move the version of ELisp-based uncompface program
16719         to the contrib directory because of the copyright problem.
16720
16721 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * message.el (message-kill-buffer): Raise the current frame.
16724
16725 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16728
16729         * gnus.el (message-y-or-n-p): Autoload.
16730
16731         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16732         (pop3-password-required, pop3-authentication-scheme)
16733         (pop3-leave-mail-on-server): Make customizable.
16734         (pop3): New custom group.
16735         (pop3-retr): Remove `sleep-for' statements.
16736         Suggested by Dave Love <fx@gnu.org>.
16737
16738         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16739         Windows/DOS.
16740
16741         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16742         (imap-parse-body): Fix incorrect use of `assert'.
16743         Suggested by Dave Love <fx@gnu.org>.
16744
16745         * mml.el (mml-minibuffer-read-disposition): Require match.
16746         Suggested by Dave Love <fx@gnu.org>.
16747
16748 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16749
16750         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16751         doc string.
16752
16753 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16756
16757 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16758
16759         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16760         instead of calling `mm-insert-inline', to decode text/* parts
16761         before displaying them.
16762
16763 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * mm-uu.el (mm-uu-text-plain-type): New variable.
16766         (mm-uu-pgp-signed-extract-1): Use it.
16767         (mm-uu-pgp-encrypted-extract-1): Use it.
16768         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16769         bind mm-uu-text-plain-type with that value.
16770         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16771         mm-uu-dissect.
16772
16773 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-group.el (gnus-update-group-mark-positions):
16776         * gnus-sum.el (gnus-update-summary-mark-positions):
16777         * message.el (message-check-news-body-syntax):
16778         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16779         of string-as-multibyte.
16780
16781 2004-10-05  Juri Linkov  <juri@jurta.org>
16782
16783         * gnus-group.el (gnus-update-group-mark-positions):
16784         * gnus-sum.el (gnus-update-summary-mark-positions):
16785         * message.el (message-check-news-body-syntax):
16786         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16787         8-bit unibyte values to a multibyte string for search functions.
16788
16789 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16792         (mm-uu-dissect-text-parts): New function.
16793
16794         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16795         dissect text parts.
16796
16797         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16798         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16799
16800         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16801
16802         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16803         Use gnus-current-topics instead of gnus-current-topic.
16804
16805 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16806
16807         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16808
16809 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16810
16811         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16812         where approriate.
16813
16814         * nnml.el (nnml-generate-active-info): do.
16815
16816         * nndiary.el (nndiary-generate-active-info): do.
16817
16818         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16819         (gnus-topic-move): do.
16820
16821         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16822         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16823
16824         * gnus-srvr.el (gnus-server-prepare)
16825         (gnus-server-open-all-servers): do.
16826
16827         * gnus-msg.el (gnus-summary-cancel-article)
16828         (gnus-summary-resend-message)
16829         (gnus-summary-mail-crosspost-complaint): do.
16830
16831         * gnus-move.el (gnus-change-server): do.
16832
16833         * gnus-group.el (gnus-group-unmark-all-groups)
16834         (gnus-group-set-current-level): do.
16835
16836 2004-10-04  Simon Josefsson  <jas@extundo.com>
16837
16838         * message.el (message-generate-hashcash): Doc fix.
16839
16840 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16841
16842         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16843         avoid infinite recursion via gnus-get-function.
16844
16845 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16846
16847         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16848
16849         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16850
16851         * nnmail.el (nnmail-split-history): do.
16852
16853         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16854         (nnml-request-delete-group): do.
16855
16856         * nnslashdot.el (nnslashdot-read-groups): do.
16857
16858         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16859         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16860
16861         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16862         (nnspool-sift-nov-with-sed): Use last.
16863         (nnspool-retrieve-headers-with-nov): Use mapc.
16864         (nnspool-request-newgroups): Use dolist.
16865         (nnspool-request-group): Use last.
16866
16867         * nntp.el (nntp-read-server-type): Use dolist.
16868
16869         * nnvirtual.el (nnvirtual-create-mapping)
16870         (nnvirtual-update-read-and-marked): Use dolist.
16871         (nnvirtual-convert-headers): Simplify.
16872
16873 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16874
16875         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16876         Add support for sync'ing tick marks.
16877
16878 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16881         there's no visible header.
16882
16883 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16884
16885         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16886         When necessary, pass full group name to gnus-request-set-marks.
16887
16888 2004-10-01  Simon Josefsson  <jas@extundo.com>
16889
16890         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16891         acroread.
16892
16893 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16894
16895         * spam-report.el (spam-report-gmane): Fix interactive.
16896
16897         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16898
16899         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16900         when writing file.
16901         (gnus-agent-synchronize-flags): Don't default to being
16902         interactive.
16903
16904 2004-09-30  Simon Josefsson  <jas@extundo.com>
16905
16906         * message.el (message-generate-hashcash): Add.
16907         (message-send-mail): Use it, call mail-add-payment.
16908
16909 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16910
16911         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16912
16913 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16914
16915         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16916         gnus-requst-update-info with explicit code to sync the in-memory
16917         info read flags with the marks being sync'd to the backend.
16918
16919         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16920
16921 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16922
16923         * spam.el (spam-verify-bogofilter): Add new function.
16924         (spam-check-bogofilter)
16925         (spam-bogofilter-register-with-bogofilter): Use it.
16926         (spam-verify-bogofilter): Add small fixes.
16927
16928 2004-09-28  Simon Josefsson  <jas@extundo.com>
16929
16930         * hashcash.el (hashcash-generate-payment): Revert.
16931
16932 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16935         Use gnus-extract-references instead of gnus-split-references.
16936
16937         * gnus-util.el (gnus-extract-references): Add new function, analogous
16938         to gnus-split-references but extracts only the message-ID without
16939         anything extra.
16940
16941         * hashcash.el (hashcash-generate-payment)
16942         (hashcash-check-payment): Do the right thing if hashcash-path is
16943         nil (because the hashcash program could not be found).
16944
16945         * spam.el (spam-use-hashcash): Remove comment.
16946
16947 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16948
16949         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16950         (gnus-cache-enter-article, gnus-cache-remove-article)
16951         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16952
16953         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16954
16955         * gnus-art.el (article-hide-boring-headers)
16956         (article-translate-strings, article-display-face)
16957         (gnus-article-mime-match-handle-first)
16958         (gnus-article-highlight-headers)
16959         (gnus-article-add-buttons-to-head): do.
16960
16961 2004-09-27  Simon Josefsson  <jas@extundo.com>
16962
16963         * hashcash.el: New version, from
16964         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16965         ../contrib/.
16966
16967 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16970
16971 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16972
16973         * gnus-dup.el (gnus-dup-open): Use mapc.
16974         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16975
16976         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16977         Reported by Stefan Wiens <s.wi@gmx.net>.
16978
16979         * gnus.el (gnus-shutdown): Use dolist.
16980
16981         * gnus-undo.el (gnus-undo): Use mapc.
16982
16983         * nnrss.el (nnrss-generate-active): do.
16984
16985         * message.el (message-cite-original-without-signature)
16986         (message-cite-original): Use mapc.
16987         (message-do-actions, message-make-forward-subject): Use dolist.
16988
16989 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16990
16991         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16992         deletion to remove entire duplicate line.  Fixes merged article
16993         number bug.
16994
16995 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16996
16997         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16998         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16999         first ask if you want to open a server and then, even when you
17000         responded with no, asking if you want to synchronize the server's
17001         flags.
17002         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17003         multi-line expressions.
17004         (gnus-agent-synchronize-group-flags): New internal function.
17005         Updates marks in memory (in the info structure) AND in the
17006         backend.
17007
17008         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17009
17010         * nnagent.el (nnagent-request-set-mark):
17011         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17012         method, to ensure that synchronization updates marks in the
17013         backend and in the info (in memory) structure.
17014
17015 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17018         convention fully; don't miss the root article of a thread; make
17019         the X-Draft-From header with correct article numbers.
17020
17021 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17022
17023         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17024         unless plugged.  Disable the agent so that an open failure causes
17025         an error.
17026
17027         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17028         Revert 2004-09-21 change.  The backend must be opened while
17029         synchronizing flags even when the backend stores the flags
17030         locally.
17031
17032 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17035         in `header' match.  Reported by Svend Tollak Munkejord.
17036
17037         * message.el (message-cite-original): Fix use of
17038         `message-cite-articles-with-x-no-archive'.
17039
17040 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17043         (gnus-window-to-buffer): Ditto.
17044
17045         * mml.el (mml-preview-buffer): New variable.
17046         (mml-preview): Manage window layout with gnus-buffer-configuration.
17047
17048         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17049         X-Draft-From header even if those articles aren't quoted.
17050
17051 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17052
17053         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17054         (gnus-request-set-mark, gnus-request-update-mark): Use new
17055         g-s-t-u-l-m to decide to use backend even when unplugged.
17056
17057 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17060         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17061
17062 2004-09-20  Simon Josefsson  <jas@extundo.com>
17063
17064         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17065         "utf-16-le".
17066
17067 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17068
17069         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17070
17071 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * uudecode.el (uudecode-use-external): Add :version.
17074
17075         * smime.el (smime-CA-file, smime-encrypt-cipher)
17076         (smime-dns-server): Add :version.
17077
17078         * smiley.el (gnus-smiley-file-types): Add :version.
17079
17080         * sha1.el (sha1-use-external): Add :version.
17081
17082         * pgg-def.el (pgg-query-keyserver): Add :version.
17083
17084         * nnmail.el (nnmail-fancy-expiry-targets)
17085         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17086         Add :version.
17087
17088         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17089         (nnimap-retrieve-groups-asynchronous): Add :version.
17090         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17091
17092         * mml.el (mml-content-disposition-parameters)
17093         (mml-insert-mime-headers-always): Add :version.
17094
17095         * mm-util.el (mm-coding-system-priorities): Add :version.
17096
17097         * mm-decode.el (mm-inline-text-html-with-images)
17098         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17099         (mm-verify-option): Add :version.
17100         (mm-text-html-renderer): Change :version.
17101
17102         * message.el (message-fcc-externalize-attachments)
17103         (message-required-headers, message-draft-headers)
17104         (message-subject-trailing-was-query)
17105         (message-subject-trailing-was-ask-regexp)
17106         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17107         (message-mark-insert-end, message-archive-header)
17108         (message-archive-note, message-cross-post-default)
17109         (message-cross-post-note, message-followup-to-note)
17110         (message-cross-post-note-function, message-use-mail-followup-to)
17111         (message-subscribed-address-functions)
17112         (message-subscribed-address-file, message-subscribed-addresses)
17113         (message-subscribed-regexps, message-allow-no-recipients)
17114         (message-yank-cited-prefix, message-signature-insert-empty-line)
17115         (message-hidden-headers, message-hierarchical-addresses)
17116         (message-mail-user-agent, message-use-idna)
17117         (message-valid-fqdn-regexp)
17118         (message-strip-special-text-properties, message-header-synonyms)
17119         (message-beginning-of-line, message-tab-body-function): Add :version.
17120         (message-insert-canlock, message-wide-reply-confirm-recipients):
17121         Change :version.
17122
17123         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17124         and :version.
17125         (mail-source-delete-old-incoming-confirm)
17126         (mail-source-movemail-program): Add :version.
17127
17128         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17129         (gnus-agent-cache, gnus-agent): Change :version.
17130
17131         * gnus-util.el (gnus-use-byte-compile): Change :version.
17132
17133         * gnus-sum.el (gnus-summary-make-false-root-always)
17134         (gnus-summary-default-high-score)
17135         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17136         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17137         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17138         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17139         (gnus-sum-thread-tree-single-indent)
17140         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17141         (gnus-sum-thread-tree-leaf-with-other)
17142         (gnus-sum-thread-tree-single-leaf): Add :version.
17143         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17144         (gnus-article-loose-mime): Change :version.
17145
17146         * gnus-start.el (gnus-backup-startup-file)
17147         (gnus-save-startup-file-via-temp-buffer): Add :version.
17148
17149         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17150         (gnus-server-offline-face): Add :version.
17151
17152         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17153
17154         * gnus-msg.el (gnus-gcc-externalize-attachments)
17155         (gnus-debug-files, gnus-debug-exclude-variables)
17156         (gnus-discouraged-post-methods): Change :version.
17157         (gnus-confirm-mail-reply-to-news)
17158         (gnus-confirm-treat-mail-like-news): Add :version.
17159
17160         * gnus-int.el (gnus-server-unopen-status): Add :version.
17161
17162         * gnus-group.el (gnus-group-jump-to-group-prompt)
17163         (gnus-large-ephemeral-newsgroup)
17164         (gnus-fetch-old-ephemeral-headers): Add :version.
17165
17166         * gnus-fun.el (gnus-x-face-directory)
17167         (gnus-convert-pbm-to-x-face-command)
17168         (gnus-convert-image-to-x-face-command)
17169         (gnus-convert-image-to-face-command): Add :version.
17170
17171         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17172
17173         * gnus-cite.el (gnus-cite-blank-line-after-header)
17174         (gnus-article-boring-faces): Add :version.
17175
17176         * gnus-art.el (gnus-buttonized-mime-types)
17177         (gnus-inhibit-mime-unbuttonizing)
17178         (gnus-treat-display-face)
17179         (gnus-treat-body-boundary): Change :version.
17180         (gnus-body-boundary-delimiter, gnus-picon-databases)
17181         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17182         (gnus-treat-date-english, gnus-treat-fold-headers)
17183         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17184         (gnus-treat-mail-picon, gnus-treat-wash-html)
17185         (gnus-article-encrypt-protocol)
17186         (gnus-use-idna, gnus-article-over-scroll)
17187         (gnus-mime-display-multipart-alternative-as-mixed)
17188         (gnus-mime-display-multipart-related-as-mixed)
17189         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17190         (gnus-ctan-url, gnus-button-ctan-handler)
17191         (gnus-button-handle-ctan-bogus-regexp)
17192         (gnus-button-ctan-directory-regexp)
17193         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17194         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17195         (gnus-button-man-level, gnus-button-emacs-level)
17196         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17197
17198         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17199         (gnus-agent-go-online): Change :version.
17200         (gnus-agent-expire-unagentized-dirs)
17201         (gnus-agent-auto-agentize-methods): Add :version.
17202
17203         * flow-fill.el (fill-flowed-display-column)
17204         (fill-flowed-encode-column): Add :version.
17205
17206         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17207         (gnus-outlook-deuglify-unwrap-max)
17208         (gnus-outlook-deuglify-cite-marks)
17209         (gnus-outlook-deuglify-unwrap-stop-chars)
17210         (gnus-outlook-deuglify-no-wrap-chars)
17211         (gnus-outlook-deuglify-attrib-cut-regexp)
17212         (gnus-outlook-deuglify-attrib-verb-regexp)
17213         (gnus-outlook-deuglify-attrib-end-regexp)
17214         (gnus-outlook-display-hook): Add :version.
17215
17216         * binhex.el (binhex-use-external): Add :version.
17217
17218 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17219
17220         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17221         and `invisible'.
17222
17223 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17226         in gnus-registry-trim.
17227
17228 2004-09-13  Simon Josefsson  <jas@extundo.com>
17229
17230         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17231
17232         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17233
17234         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17235         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17236         <yamaoka@jpl.org>.
17237         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17238         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17239         <yamaoka@jpl.org>.
17240
17241         * sieve.el (sieve-manage-mode): Ditto.
17242
17243 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17246
17247 2004-09-11  Simon Josefsson  <jas@extundo.com>
17248
17249         * dns-mode.el: Add.
17250
17251         * mm-view.el (mm-display-dns-inline): Add.
17252
17253         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17254         (mm-automatic-display): Ditto.
17255
17256         * mailcap.el (mailcap-mime-data): Add text/dns.
17257         (mailcap-mime-extensions): Map .soa to text/dns.
17258
17259 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17260
17261         * gnus-art.el (article-decode-mime-words, article-babel)
17262         (gnus-article-highlight-signature, gnus-article-add-buttons)
17263         (gnus-signature-toggle): Remove unnecessary bindings of
17264         `inhibit-read-only' inherited from v5.10 merge.
17265
17266 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17267
17268         * nntp.el (nntp): New customization group.
17269         (nntp-authinfo-file): Add customization group.
17270
17271         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17272
17273         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17274
17275         * gnus.el (to-address, to-list, subscribed)
17276         (large-newsgroup-initial): Ditto.
17277
17278         * flow-fill.el (fill-flowed-display-column)
17279         (fill-flowed-encode-column): Ditto.
17280
17281 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17282
17283         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17284         Use point-min rather than 1.
17285         (message-send-mail): Use buffer-size rather than point-max.
17286
17287         * gnus-sum.el (gnus-summary-search-article-forward):
17288         Signal a specific `search-failed' rather than a generic `error'.
17289
17290         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17291         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17292         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17293
17294 2004-09-10  Simon Josefsson  <jas@extundo.com>
17295
17296         * nndb.el (require): Remove tcp and duplicate cl.
17297
17298 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-agent.el (directory-files-and-attributes): Move forward.
17301
17302 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17303
17304         * gnus-agent.el (directory-files-and-attributes):
17305         Optionally defined to support XEmacs.
17306
17307 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17308
17309         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17310         to avoid run-time CL dependencies.
17311         (gnus-agent-unfetch-articles): New function.
17312         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17313         article numbers even when local .overview file is missing.
17314         (gnus-agent-read-article-number): New function.  Only accepts
17315         27-bit article numbers.
17316         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17317         Use gnus-agent-read-article-number.
17318         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17319         from backend while recognizing that article numbers in .overview
17320         must be valid.
17321         (gnus-agent-update-files-total-fetched-for):
17322         Use directory-files-and-attributes to improve performance.
17323         * gnus-int.el (gnus-request-move-article):
17324         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17325         improve performance.
17326
17327         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17328         some users confused by references to .newsrc when they only have a
17329         .newsrc.eld file.
17330         (gnus-convert-mark-converter-prompt)
17331         (gnus-convert-converter-needs-prompt): Fix use of property list.
17332         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17333         New function.  Used internally to only display 'gnus converting
17334         files' message when actually necessary.
17335
17336         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17337         methods now autoloaded.
17338
17339 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17342         identifiers.
17343
17344 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * gnus-picon.el: Fix indentation and closing parenthesis.
17347
17348 2004-09-01  Simon Josefsson  <jas@extundo.com>
17349
17350         * message.el (message-canlock-generate): Require sha1, not
17351         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17352         to require within a function.  Sadly, if sha1.el isn't loaded, the
17353         let binding in m-c-g will hide the defcustom definition, which is
17354         bad.)
17355
17356         * canlock.el: Require sha1, not sha1-el.
17357
17358         * message.el: Don't autoload sha1 (there is a autoload cookie in
17359         sha1.el).
17360
17361         * sha1-el.el: Rename to sha1.el.
17362
17363 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17364
17365         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17366
17367 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17368
17369         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17370
17371 2004-08-30  Kim F. Storm  <storm@cua.dk>
17372
17373         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17374
17375         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17376         Add :group 'nnimap.
17377
17378 2004-08-30  Andreas Schwab  <schwab@suse.de>
17379
17380         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17381         ?* and ?\;.
17382
17383         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17384         and ?\' to symbol instead of whitespace.
17385
17386 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17389
17390         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17391         instead of re-search-forward.
17392
17393         * gnus-uu.el (gnus-uu-save-article): Ditto.
17394         (gnus-uu-post-encode-uuencode): Ditto.
17395
17396         * html2text.el (html2text-clean-list-items): Ditto.
17397         (html2text-clean-dtdd): Ditto.
17398         (html2text-format-tags): Ditto.
17399
17400         * message.el (message-send-mail-with-sendmail): Fix regexp.
17401         (message-fill-field-general): Use search-forward instead of
17402         re-search-forward.
17403         (unbold-region): Ditto.
17404
17405         * nnrss.el (nnrss-request-article): Ditto.
17406
17407         * nnslashdot.el (nnslashdot-request-article): Ditto.
17408
17409         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17410
17411         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17412         "Unrecognized menu descriptor" error in XEmacs.
17413
17414 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17415
17416         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17417         parent article of a sparse article in the thread hashtb.
17418
17419 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17420
17421         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17422         (nnmail-expand-newtext): Lowercase expanded entries if
17423         nnmail-split-lowercase-expanded is non-nil.
17424
17425 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17428
17429         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17430         of gnus-tmp-news-method into string under XEmacs.  It will be
17431         passed to gnus-correct-length which takes only a string argument.
17432
17433 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-util.el (gnus-bind-print-variables): New macro.
17436         (gnus-prin1): Use it.
17437         (gnus-prin1-to-string): Use it.
17438         (gnus-pp): New function.
17439         (gnus-pp-to-string): New function.
17440
17441         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17442         Replace pp-to-string with gnus-pp-to-string.
17443         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17444         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17445         * gnus-msg.el (gnus-debug): Ditto.
17446         * gnus-score.el (gnus-score-save): Ditto.
17447         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17448         gnus-pp-to-string.
17449         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17450         with gnus-pp.
17451         * score-mode.el (gnus-score-pretty-print): Ditto.
17452         * webmail.el (webmail-debug): Ditto.
17453
17454 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-art.el (article-display-face, article-display-x-face):
17457         Use buffer-read-only.
17458
17459 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus-art.el (article-hide-list-identifiers):
17462         Bind inhibit-read-only as t.
17463
17464 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17467
17468 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17469
17470         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17471         (gnus-narrow-to-page): Don't assume point-min == 1.
17472         (gnus-article-edit-mode): Derive from message-mode.
17473
17474         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17475         point-min == 1.
17476
17477         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17478         Disable incorrect use of `assert'.
17479
17480         * message.el (message-mode): Set comment-start-skip.
17481
17482
17483 2004-08-22  Sam Steingold  <sds@gnu.org>
17484
17485         * pop3.el (pop3-leave-mail-on-server): New user variable.
17486         (pop3-movemail): Delete mail only when it is nil.
17487
17488 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17489
17490         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17491
17492         * mml.el (mml-preview): Use `pop-to-buffer'.
17493
17494         * message.el (message-goto-mail-followup-to): Insert after "To".
17495         (message-carefully-insert-headers): Add comment.
17496
17497         * gnus.el: Remove unused variable `gnus-article-check-size'.
17498
17499         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17500
17501         * gnus-art.el (gnus-button-alist):
17502         Improve `gnus-button-handle-library' entry.
17503
17504 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17505
17506         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17507         Use downcase, since XEmacs capitalizes error messages differently.
17508
17509 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17510
17511         * nntp.el: Add (require 'gnus) due to reference to
17512         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17513
17514 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17515
17516         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17517         Bind `mm-fill-flowed'.
17518
17519         * mm-decode.el (mm-dissect-singlepart): Check it.
17520
17521 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17524         'imap' for netrc parsing.
17525
17526 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * mailcap.el (mailcap-mime-data): Mark as risky.
17529
17530 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17533         may be included in the encoded word.
17534         (rfc2047-encode): Don't append a space if the encoded word
17535         includes close parenthesis.
17536
17537 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17540         of text within parentheses.
17541
17542 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17543
17544         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17545         (gnus-encrypt-write-file-contents): Make the password key the file
17546         name PLUS the cipher, not just the cipher.  Also remove failed
17547         passwords from the cache.
17548
17549 2004-08-06  Simon Josefsson  <jas@extundo.com>
17550
17551         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17552         Doc fix.
17553
17554 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17557         LWSP.
17558
17559 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17560
17561         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17562         Try to append in-reply-to: data to the references: header.
17563
17564         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17565         (netrc-parse): Use gnus-encrypt.el functions.
17566
17567         * gnus-encrypt.el: Add new file for encryption support; currently
17568         does only a few GPG ciphers and an internal XOR cipher.
17569
17570         * password.el: Add comments on using password-read-and-add.
17571         (password-read-and-add): Add function to read and add the
17572         password to the cache at once.
17573
17574 2004-07-28  Simon Josefsson  <jas@extundo.com>
17575
17576         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17577         parameter (but don't use it, for now).
17578
17579         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17580         instead of hard coding to nil.
17581
17582 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17585         as mm-inline-image-xemacs does.
17586
17587 2004-07-26  Simon Josefsson  <jas@extundo.com>
17588
17589         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17590         Revert part of 2004-07-17 change below.
17591
17592 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17595         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17596
17597 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17598
17599         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17600         quotes that actually start with ">" at the beginning of the
17601         lines.
17602
17603 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * rfc2047.el (rfc2047-encode-region): Fix last change.
17606         (rfc2047-encode-parameter): Remove useless concat.
17607
17608 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17611         encode special characters; fix some kind of misconfigured headers;
17612         signal a real error if debug-on-quit or debug-on-error is non-nil.
17613         (rfc2047-encode-max-chars): New variable.
17614         (rfc2047-encode-1): Use it.
17615         (rfc2047-encode-parameter): New function.
17616
17617         * mml.el (mml-insert-parameter): Remove an excessive space.
17618
17619 2004-07-17  Simon Josefsson  <jas@extundo.com>
17620
17621         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17622         Kai Grossjohann <kai@emptydomain.de>.
17623         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17624         (gnus-group-make-menu-bar): Ditto.
17625
17626         * gnus-util.el (gnus-group-server): Add.
17627
17628 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17629
17630         * message.el (message-clone-locals): Clone sendmail and smtp
17631         variables.
17632
17633 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * rfc2047.el (rfc2047-encode-region): Fix last change.
17636
17637 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17640         characters as non-special.
17641
17642 2004-07-09  Simon Josefsson  <jas@extundo.com>
17643
17644         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17645         Users will lose all flag changes made while unplugged with
17646         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17647         good default.  See numerous reports on ding mailing list.
17648
17649 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17652         add generate-head-function and generate-article-function to the
17653         rfc822-forward entry.
17654         (nndoc-rfc822-forward-generate-article): New function.
17655         (nndoc-rfc822-forward-generate-head): New function.
17656
17657         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17658
17659 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17660
17661         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17662         respect display group parameter and gnus-summary-expunge-below.
17663         (gnus-articles-to-read): Remove unused reference to display group
17664         parameter.
17665
17666 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667
17668         * nnheader.el (nnheader-uniquify-message-id): New experimental
17669         variable.
17670         (nnheader-nov-read-message-id): Use it.
17671
17672         * spam-report.el (spam-report-gmane): Add interactive.
17673
17674 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * mm-encode.el (mm-content-transfer-encoding-defaults):
17677         Use qp-or-base64 for the application/* types.
17678
17679 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17680
17681         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17682
17683 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17684
17685         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17686         trim value.
17687
17688 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17689
17690         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17691         New macro and function.
17692         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17693
17694 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17697         after-load-alist.
17698
17699 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700
17701         * gnus-group.el (gnus-group-get-new-news-this-group):
17702         Don't update info that isn't there.
17703
17704 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17705
17706         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17707         entry.
17708
17709 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * mm-view.el (mm-inline-render-with-function): Use multibyte
17712         buffer; decode html source by charset.
17713
17714         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17715
17716         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17717         Mule-UCS is loaded under XEmacs.
17718         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17719
17720 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17721
17722         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17723
17724 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * mm-util.el (mm-coding-system-p): Return a coding-system.
17727         (mm-mime-mule-charset-alist): Use shift_jis instead of
17728         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17729         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17730         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17731         instead of japanese-shift-jis and iso-latin-1 respectively in
17732         order to share the default value with both Emacs and XEmacs-mule.
17733         (mm-mule-charset-to-mime-charset):
17734         Make mm-coding-system-priorities effective.
17735         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17736         while predicating of candidates upon the priorities.
17737
17738 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17739
17740         * gnus-sum.el (gnus-summary-make-menu-bar):
17741         Add gnus-uu-invert-processable.
17742
17743         * gnus.el: Autoload gnus-uu-invert-processable.
17744
17745 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * mm-util.el (mm-with-multibyte-buffer): New macro.
17748
17749         * rfc2047.el (rfc2047-encode-string): Use it.
17750         (rfc2047-encode-region): Move point to the end of the region after
17751         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17752
17753 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17756         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17757
17758 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17761         (gnus-cite-parse): Ignore quoted envelope From_.
17762         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17763
17764 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17765
17766         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17767         invalid addresses.
17768
17769 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * spam.el: Change section markers, revise TODO list.
17772         (spam-backends): Make new master list of all installed backends.
17773         (spam-summary-exit-behavior): Add new variable to determine how
17774         messages moves are done at summary exit.
17775         (spam-move-spam-nonspam-groups-only)
17776         (spam-process-ham-in-nonham-groups)
17777         (spam-process-ham-in-spam-groups): Remove variables, the
17778         spam-summary-exit-behavior variable should be used to manage this
17779         behavior.
17780         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17781         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17782         and spam-old-spam-articles.
17783         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17784         Add empty variables, placeholders for the backends they represent.
17785         (spam-set-difference): Move, unchanged.
17786         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17787         unless the user has a processor variable.
17788         (spam-classifications, spam-classification-valid-p)
17789         (spam-backend-properties, spam-backend-property-valid-p)
17790         (spam-backend-function-type-valid-p)
17791         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17792         (spam-report-articles-gmane, spam-report-articles-resend):
17793         Remove functions, they are not needed.
17794         (spam-install-backend-super, spam-backend-list)
17795         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17796         (spam-backend-function, spam-backend-ham-registration-function)
17797         (spam-backend-spam-registration-function)
17798         (spam-backend-ham-unregistration-function)
17799         (spam-backend-spam-unregistration-function)
17800         (spam-backend-statistical-p, spam-backend-mover-p)
17801         (spam-install-backend-alias, spam-install-checkonly-backend)
17802         (spam-install-mover-backend, spam-install-nocheck-backend)
17803         (spam-install-backend, spam-install-statistical-backend)
17804         (spam-install-statistical-checkonly-backend): Add backend installation
17805         support.
17806         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17807         (spam-group-processor-p): Use the new backend code and respect the
17808         summary exit behavior.
17809         (spam-mark-spam-as-expired-and-move-routine): Remove.
17810         (spam-summary-prepare): Change to use the new spam-old-articles
17811         variable.
17812         (spam-copy-or-move-routine, spam-copy-spam-routine)
17813         (spam-move-spam-routine, spam-copy-ham-routine)
17814         (spam-move-ham-routine): Add code to copy/move ham or spam.
17815         (spam-fetch-field-fast): Improve doc and code, plus allow the
17816         'number request.
17817         (spam-list-of-checks, spam-list-of-statistical-checks):
17818         Remove variables.
17819         (spam-split, spam-find-spam): Use the new backend code.
17820         (spam-registration-functions): Remove variable.
17821         (spam-unregister-routine): Add convenience wrapper.
17822         (spam-log-undo-registration, spam-register-routine)
17823         (spam-log-processing-to-registry)
17824         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17825         where possible.
17826         (spam-check-gmane-xref, spam-check-regex-headers)
17827         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17828         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17829         (spam-check-bogofilter-headers, spam-check-spamoracle)
17830         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17831         (spam-check-crm114-headers): Use the spam-split-group that
17832         spam-split prepares, no need to determine it every time.
17833
17834         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17835         to the nnheader-parse-naked-head call.
17836
17837         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17838
17839         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17840         the nnheader-nov-read-message-id call.
17841
17842 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17845         gnus-activate-group twice.  Suggested by Markus Peter
17846         <warp@spin.de>.
17847
17848 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * gnus-art.el (gnus-article-time-format): Exchange the order of
17851         day and month in the default value; fix customization type.
17852         (article-date-ut): Use add-text-properties.
17853         (article-make-date-line): Use message-make-date instead of
17854         current-time-string.
17855
17856         * message.el (message-fetch-field): Don't use set-text-properties.
17857         (message-make-date): Simplify.
17858
17859         * messagexmas.el (message-xmas-make-date): New function.
17860         (message-xmas-redefine): Defalias message-make-date to it.
17861
17862 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17865         (rfc2047-encode-region): Treat text within parentheses as special;
17866         show the original text when error has occurred.
17867
17868         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17869         already-computed method to gnus-activate-group.
17870
17871         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17872         same select-methods identical Lisp objects.
17873
17874         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17875         object when modifying the info.
17876
17877 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17880         gnus-opened-servers since it has never been opened with the new
17881         configuration yet.
17882
17883 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17886         arg to nnheader-generate-fake-message-id.
17887
17888 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17889
17890         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17891         number and build a fake message ID localized to a group and
17892         article number (so it's repeatable from that point on).
17893         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17894         ID format.
17895
17896         * gnus-sum.el (gnus-get-newsgroup-headers):
17897         Call nnheader-generate-fake-message-id with the article number.
17898
17899 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17900
17901         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17902         end-of-buffer.
17903
17904 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * message.el (message-ignored-supersedes-headers): Add Approved.
17907
17908 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17911         goto-char.
17912         (rfc2047-encode): Fold the line before encoding.
17913
17914 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17915
17916         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17917         folding -- not all headers can be folded, and this should be done
17918         by the message composition mode.  Probably.  I think.
17919
17920 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17923         fast.
17924
17925         * gnus-ems.el (gnus-remove-image): Don't use
17926         message-text-with-property; remove only the image found first.
17927
17928         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17929         found first.
17930
17931 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17932
17933         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17934
17935 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * message.el (message-text-with-property): Make it fast and accept
17938         optional arguments.
17939         (message-strip-forbidden-properties): Use it.
17940         (message-fix-before-sending): Follow the m-t-w-p change.
17941
17942         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17943
17944 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * gnus-art.el (article-hide-headers): Don't change the buffer
17947         mistakenly when performing mml-preview even if
17948         gnus-single-article-buffer is nil.
17949
17950 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17951
17952         * message.el (message-expand-name-databases): New user option.
17953         (message-expand-name): Use it.
17954
17955 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17956
17957         * spam.el (spam-report-articles-resend)
17958         (spam-report-resend-register-routine): Allow ham reporting.
17959         (spam-report-resend-register-ham-routine): Add wrapper.
17960         (spam-registration-functions): Add ham resending functions.
17961         (spam-list-of-processors): Add ham resend processor.
17962
17963         * gnus.el (ham-resend-to): Add new group parameter.
17964         (spam-process): Add ham resend option.
17965
17966         * spam-report.el (spam-report-resend): Allow reporting ham.
17967         (spam-report-resend-ham): Add wrapper.
17968
17969 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17970
17971         * message.el (message-cite-articles-with-x-no-archive):
17972         New variable.
17973         (message-cite-original): Use it.
17974
17975 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17976
17977         * message.el (message-cite-original): Respect X-No-Archive.
17978
17979 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * gnus-art.el (article-hide-headers): Refer to the values for
17982         gnus-ignored-headers and gnus-visible-headers in the summary
17983         buffer since a user may have set them as group parameters.
17984
17985 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * assistant.el (assistant-node-name): Add convenience function.
17988         (assistant-render-text, assistant-render-node): Add error handling,
17989         plus handle multiple next nodes.
17990         (assistant-find-next-node): Comment out for now.
17991         (assistant-find-next-nodes): Add function, returns list of next
17992         nodes.
17993
17994 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17995
17996         * mail-source.el (mail-source-directory): Fix doc-string.
17997
17998 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17999
18000         * assistant.el (assistant-render-text, assistant-eval): Add :set
18001         widget type, which is different because it takes and returns a
18002         list.  Much hilarity ensues.
18003
18004 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18005
18006         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18007
18008         * gnus-group.el (gnus-group-get-new-news-this-group):
18009         Add doc-string.
18010
18011         * gnus-start.el (gnus-activate-group): Add doc-string.
18012
18013 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18016
18017 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18018
18019         * assistant.el (assistant-render-text): Try to add a :set
18020         widget, more to come.
18021
18022         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18023         strings.
18024         (spam-report-articles-resend)
18025         (spam-register-routine): Do registration iff any articles warrant
18026         it.
18027         (spam-summary-prepare-exit): Change log message for nil group
18028         destinations.
18029
18030 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18031
18032         * spam.el (spam-report-resend-register-routine):
18033         Allow spam-report-resend-to to be a group parameter or a global value.
18034
18035 2004-05-26  Simon Josefsson  <jas@extundo.com>
18036
18037         * starttls.el: Merge with my GNUTLS based starttls.el.
18038         (starttls-gnutls-program, starttls-use-gnutls)
18039         (starttls-extra-arguments, starttls-process-connection-type)
18040         (starttls-connect, starttls-failure, starttls-success):
18041         New variables.
18042         (starttls-program, starttls-extra-args): Doc fix.
18043         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18044         New functions.
18045         (starttls-negotiate, starttls-open-stream):
18046         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18047         function if it is set.
18048
18049 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18052         structured fields.
18053
18054 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18057
18058 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18059
18060         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18061         Add variable.
18062         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18063         assigning the spam-mark to new messages.
18064
18065 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18066
18067         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18068
18069 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18072
18073         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18074         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18075         default.
18076
18077 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18078
18079         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18080         correct data.
18081
18082 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18083
18084         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18085         (spam-group-processor-p): Fix function.
18086         (spam-group-processor-multiple-p)
18087         (spam-group-spam-processor-report-gmane-p)
18088         (spam-group-spam-processor-report-resend-p)
18089         (spam-group-spam-processor-bogofilter-p)
18090         (spam-group-spam-processor-blacklist-p)
18091         (spam-group-spam-processor-ifile-p)
18092         (spam-group-ham-processor-ifile-p)
18093         (spam-group-spam-processor-spamoracle-p)
18094         (spam-group-spam-processor-crm114-p)
18095         (spam-group-ham-processor-bogofilter-p)
18096         (spam-group-spam-processor-stat-p)
18097         (spam-group-ham-processor-stat-p)
18098         (spam-group-ham-processor-whitelist-p)
18099         (spam-group-ham-processor-BBDB-p)
18100         (spam-group-ham-processor-spamoracle-p)
18101         (spam-group-ham-processor-copy-p): Remove functions with some
18102         prejudice against unneeded code.
18103         (spam-report-articles-resend)
18104         (spam-report-resend-register-routine): Allow the group/topic
18105         spam-resend-to value to override spam-report-resend-to.
18106         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18107         properly now.
18108
18109         * gnus.el (spam-resend-to): Add group/topic parameter.
18110         (spam-process): Move the OBSOLETE processors to the end of the
18111         choices.
18112
18113 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18114
18115         * spam-report.el (spam-report-resend-to, spam-report-resend):
18116         Start with resend-to set to nil, and then ask the user if necessary.
18117         (spam-report-resend): spam-report-resend takes a list of articles, not
18118         separate article numbers.
18119
18120 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18123         addition to emacs-w3m.
18124
18125 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * assistant.el (assistant-authinfo-data): New function.
18128         (assistant-eval): Eval for entire assistant.
18129
18130         * netrc.el (netrc-services-file): New variable.
18131         (netrc-parse-services): New function.
18132         (netrc-find-service-name): New function.
18133         (netrc-find-service-number): New function.
18134         (netrc-port-equal): New function.
18135         (netrc-machine): Use it.
18136
18137         * nnimap.el (nnimap-open-connection): Use netrc.
18138
18139         * gnus-util.el (gnus-netrc-get): Remove aliases.
18140
18141         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18142
18143         * assistant.el (wid-edit): Fix compilation.
18144
18145         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18146
18147 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18148
18149         * gnus-util.el (gnus-set-file-modes): New function.  (small
18150         patch).
18151
18152 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18153
18154         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18155
18156         * assistant.el (assistant-render-node): Fix up rendering and
18157         read-only text.
18158         (assistant-render-node): Reset.
18159         (assistant-make-read-only): Not sticky.
18160
18161 2004-05-20  Danny Siu  <dsiu@adobe.com>
18162
18163         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18164         centered even when gnus-auto-center-summary is t.
18165
18166 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18167
18168         * dns.el (dns-get-txt-answer): New function.
18169         (dns-read-txt): Ditto.
18170         (query-dns): Use it.
18171
18172 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18175         active for foreign groups even if the group level is higher than
18176         the specified value.
18177
18178 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18179
18180         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18181         non-active groups.
18182
18183         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18184
18185 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18186
18187         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18188
18189 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18190
18191         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18192         (spam-crm114-header, spam-crm114-spam-switch)
18193         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18194         (spam-crm114-positive-spam-header)
18195         (spam-crm114-database-directory, spam-list-of-processors)
18196         (spam-group-spam-processor-crm114-p)
18197         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18198         (spam-generic-score, spam-list-of-checks)
18199         (spam-list-of-statistical-checks, spam-registration-functions)
18200         (spam-check-crm114-headers, spam-crm114-score)
18201         (spam-check-crm114, spam-crm114-register-with-crm114)
18202         (spam-crm114-register-spam-routine)
18203         (spam-crm114-unregister-spam-routine)
18204         (spam-crm114-register-ham-routine)
18205         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18206         From asjo@koldfront.dk (Adam Sjøgren).
18207
18208         * gnus.el: Add spam-use-crm114.
18209
18210         * spam.el (spam-list-of-processors, spam-registration-functions):
18211         Add spam-use-resend.
18212         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18213         (spam-report-articles-gmane): Add doc fix.
18214         (spam-report-articles-resend, spam-report-resend-register-routine):
18215         Add wrappers around spam-report-resend-to.
18216
18217         * spam-report.el (spam-report-resend-to, spam-report-resend):
18218         Add support for resending spam.
18219         (spam-report-gmane): Fix line length >80.
18220
18221         * gnus.el (spam-process): Add spam-use-resend.
18222
18223 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18224
18225         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18226         number of processed spam messages.
18227         (spam-ham-copy-or-move-routine): Return the number of processed
18228         ham messages.
18229         (spam-summary-prepare-exit): Use the above values to decide
18230         whether status messages shouled be displayed.
18231
18232 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18235         `rfc2047-encoding-function-alist' in order to avoid conflicting
18236         with the old version.
18237         (rfc2047-encode-region): Concatenate words containing non-ASCII
18238         characters in structured fields; don't encode space-delimited
18239         ASCII words even in unstructured fields; don't break words at
18240         char-category boundaries.
18241         (rfc2047-encode-1): New function.
18242         (rfc2047-encode): Use it; encode text so that it occupies the
18243         maximum width within 76-column; work correctly on Q encoding for
18244         iso-2022-* charsets.
18245         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18246         sure not to break a line just after the header name.
18247         (rfc2047-b-encode-region): Remove.
18248         (rfc2047-b-encode-string): New function.
18249         (rfc2047-q-encode-region): Remove.
18250         (rfc2047-q-encode-string): New function.
18251
18252         * mm-util.el (mm-replace-in-string): New function.
18253
18254 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18255
18256         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18257         Really get it right.
18258         (gnus-inews-make-draft): Really.
18259
18260 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18261
18262         * nnmh.el (nnmh-request-list-1): Don't check the link count
18263         before descending.  (small patch)
18264
18265 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18266
18267         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18268         stuff.
18269
18270         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18271         Match on real group name.
18272
18273         * gnus-art.el (gnus-signature-limit): Doc fix.
18274
18275         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18276
18277         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18278
18279 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18280
18281         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18282         isn't a string.
18283
18284 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18285
18286         * gnus-draft.el (gnus-draft-send):
18287         Bind rfc2047-encode-encoded-words.
18288
18289         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18290         (rfc2047-encodable-p): Say that =? needs encoding.
18291         (rfc2047-encode-encoded-words): New variable.
18292
18293         * gnus-group.el (gnus-group-select-group): Doc fix.
18294
18295         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18296
18297         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18298         to nil.
18299
18300         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18301
18302         * nnheader.el (nnheader-get-lines-and-char): New function.
18303
18304 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-msg.el (gnus-summary-followup-with-original):
18307         Document yanking of region when active.
18308
18309 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18312         groups if the group level is higher than the specified value.
18313
18314 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18317         (gnus-group-jump-to-group): Add prefix argument using
18318         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18319         non-active group.
18320
18321         * compface.el (uncompface): Be verbose when changing
18322         `uncompface-use-external'.
18323
18324         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18325         handle manual section.
18326
18327 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18328
18329         * gnus-art.el (gnus-button-alist): Revert previous change.
18330
18331 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18332
18333         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18334
18335 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18336
18337         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18338         whether backend can accept message.
18339
18340         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18341
18342 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18343
18344         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18345         Avoid creating directory when nntp-marks-is-evil is true.
18346         Reported by Reiner Steib.
18347
18348 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18349
18350         * gnus-picon.el (gnus-picon-style): New variable.
18351         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18352         (gnus-picon-transform-address): Support `gnus-picon-style'.
18353         From Jesper Harder <harder@ifa.au.dk>.
18354
18355 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18356
18357         * message.el (message-fill-field): Return point.
18358         (message-generate-headers): Go to end of field.
18359
18360         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18361         stuff for non-living groups.
18362
18363 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * gnus-art.el (gnus-article-followup-with-original)
18366         (gnus-article-reply-with-original): gnus-mark-active-p ->
18367         gnus-region-active-p.
18368
18369 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18370
18371         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18372         only when there is spam or ham to be processed.
18373
18374 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18375
18376         * mail-source.el (mail-source-delete-crash-box): Refactor.
18377         (mail-source-fetch): Use it.
18378         (mail-source-fetch-file): Ditto.
18379         (mail-source-fetch-directory): Run postscript in loop.
18380         (mail-source-fetch-pop): Delete.
18381         (mail-source-fetch-maildir): Ditto.
18382         (mail-source-fetch-imap): Ditto.
18383
18384         * imap.el (imap-authenticators): Comment out sasl.
18385
18386         * message.el (message-skip-to-next-address): New function.
18387         (message-fill-header-address): Refactor.
18388         (message-fill-address): Use it.
18389         (message-delete-address): Use it.
18390         (message-fill-header-general): Refactor.
18391         (message-fill-field-address): Rename.
18392         (message-narrow-to-field): Find the start of the header.
18393         (message-header-format-alist): Don't pre-fill.
18394         (message-fill-header): Remove.
18395         (message-insert-header): New function.
18396         (message-shorten-references): Use it.
18397
18398         * rfc2047.el (rfc2047-field-value): Strip props.
18399
18400         * mail-parse.el (mail-header-make-address): New alias.
18401
18402         * ietf-drums.el (ietf-drums-make-address): New function.
18403
18404         * imap.el: Add compiler directives.
18405
18406         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18407
18408         * gnus-art.el (article-decode-idna-rhs): Don't use
18409         message-idna-inside-rhs-p.
18410
18411 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18412
18413         * message.el (message-idna-inside-rhs-p): Remove.
18414         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18415
18416         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18417         false positives.
18418
18419 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18420
18421         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18422
18423 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18424
18425         * nneething.el (nneething-file-name): Don't create spurious
18426         files.
18427
18428         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18429         (gnus-inews-do-gcc): Remove sleep.
18430
18431         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18432         part under point.
18433
18434         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18435         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18436
18437 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18438
18439         * spam.el (spam-summary-prepare-exit): Fix (length).
18440
18441 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18442
18443         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18444         as expired without moving it" message when there are spam
18445         messages left.
18446
18447 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18448
18449         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18450         header is not nil.
18451
18452 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18453
18454         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18455         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18456         (nntp-marks-changed-p): New arg SERVER.
18457         (nntp-request-update-info): Adjust caller.
18458
18459 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18460
18461         * nntp.el (nntp-save-marks): Pass missing arg.
18462
18463 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18464
18465         * nntp.el: Support marks.
18466         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18467         (nntp-marks-modtime, nntp-marks-directory): New variables.
18468         (nntp-request-set-mark, nntp-request-update-info)
18469         (nntp-possibly-create-directory, nntp-marks-changed-p)
18470         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18471         New functions.
18472
18473 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18476         (gnus-xmas-redefine): Rename.
18477
18478         * gnus-score.el (gnus-score-insert-help):
18479         Use gnus-select-lowest-window.
18480
18481         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18482         appt-select-lowest-window and rename to gnus-select-lowest-window.
18483
18484         * gnus.el: do.
18485
18486 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18487
18488         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18489         encodings of MIME-encoded words, in order to improve
18490         interoperability with several broken MUAs.
18491
18492 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18493
18494         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18495         tags, only when charsets are not specified in headers.
18496         (mm-inline-text-html-render-with-w3m): Ditto.
18497
18498         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18499         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18500
18501 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18502
18503         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18504         instead of MIME-decoded from fields when checking
18505         `gnus-article-address-banner-alist'.
18506
18507 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18508
18509         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18510         description rather than subject.
18511
18512 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18513
18514         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18515
18516 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18517
18518         * gnus.el (gnus-version-number): Bump.
18519
18520 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18521
18522         * gnus.el: No Gnus v0.2 is released.
18523
18524 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18525
18526         * gnus-agent.el (gnus-agent-read-agentview):
18527         Inline gnus-uncompress-range.
18528
18529 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18530
18531         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18532         `exec-installed-p'.
18533
18534 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18535
18536         * gnus.el (spam-process, spam-autodetect-methods):
18537         Add bsfilter and bsfilter-headers.
18538
18539         * spam.el (spam-bsfilter): New customize group.
18540         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18541         (spam-bsfilter-header, spam-bsfilter-probability-header)
18542         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18543         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18544         (spam-bsfilter-database-directory): New options.
18545         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18546         (spam-list-of-statistical-checks, spam-registration-functions):
18547         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18548         (spam-bsfilter-score): New command.
18549         (spam-check-bsfilter-headers, spam-check-bsfilter)
18550         (spam-bsfilter-register-with-bsfilter)
18551         (spam-bsfilter-register-spam-routine)
18552         (spam-bsfilter-unregister-spam-routine)
18553         (spam-bsfilter-register-ham-routine)
18554         (spam-bsfilter-unregister-ham-routine): New functions.
18555         (spam-generic-score): Support bsfilter; Accept an optional argument
18556         to recalcurate spam score even if scoring header has already been
18557         added.
18558         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18559         optional argument to recalcurate spam score even if scoring header
18560         has already been added.
18561
18562 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18565         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18566         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18567         link is missing.
18568
18569 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18570
18571         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18572         (html2text-get-attr): Rewrite.
18573
18574         * message.el (message-setup-1): Remove redundant put-text-property
18575         on mail-header-separator.
18576
18577 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18578
18579         * gnus-registry.el (gnus-registry-cache-whitespace)
18580         (gnus-registry-action, gnus-registry-spool-action)
18581         (gnus-registry-split-fancy-with-parent): Change message levels
18582         from 5 to 3 or 7, as needed.
18583
18584         * spam.el (spam-summary-prepare-exit)
18585         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18586         (spam-split, spam-find-spam, spam-log-undo-registration)
18587         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18588         level from 5 to 6.
18589
18590 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18593         2004-03-04 change).
18594
18595 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18596
18597         * sieve-manage.el (sieve-manage-open):
18598         * nnweb.el (nnweb-insert-html):
18599         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18600         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18601         * nnspool.el (nnspool-request-group):
18602         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18603         * nnml.el (nnml-request-update-info):
18604         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18605         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18606         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18607         (nnimap-request-set-mark):
18608         * nnfolder.el (nnfolder-request-update-info):
18609         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18610         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18611         * gnus-uu.el (gnus-uu-find-articles-matching):
18612         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18613         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18614         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18615         * gnus-nocem.el (gnus-nocem-scan-groups):
18616         * gnus-int.el (gnus-start-news-server):
18617         * gnus-group.el (gnus-group-make-kiboze-group)
18618         (gnus-group-browse-foreign-server):
18619         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18620         Use mapc when appropriate.
18621
18622 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18623
18624         FIXME: Make separate entries for each person.
18625
18626         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18627         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18628         <shields@msrl.com>:
18629
18630         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18631         may need for spam sorting and scoring.
18632         (spam-user-format-function-S): Add user format function suitable for
18633         general use.
18634         (spam-article-sort-by-spam-status): Add sorting function for summary
18635         sorting.
18636         (spam-extra-header-to-number): Add function to get a score from a
18637         header.
18638         (spam-summary-score): Add function to get a numeric score from the
18639         headers.
18640         (spam-generic-score): Fix function doc, was in wrong place.
18641         (spam-initialize): Take symbols when it's run, and install the
18642         extra headers that spam-necessary-extra-headers thinks we need.
18643
18644 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18645
18646         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18647         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18648
18649 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18650
18651         * gnus-sum.el (gnus-set-global-variables)
18652         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18653         (gnus-article-get-xrefs, gnus-summary-best-group)
18654         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18655         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18656         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18657         Use with-current-buffer.
18658
18659 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18660
18661         * spam.el (spam-summary-prepare-exit): Simplify logic.
18662         (spam-fetch-article-header): Read the article header if it's not
18663         available.
18664         (spam-list-articles): Simplify logic.
18665         (spam-filelist-register-routine): Fix bug with unregister-list.
18666
18667         * gnus-registry.el: Fix comments at beginning.
18668
18669 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18670
18671         * message.el (message-cater-to-broken-inn): Remove.
18672         (message-shorten-references): Make sure the total folded length of
18673         References is shorter than 998 characters to cater to a bug in INN
18674         2.3.  Also, don't pretend that references aren't folded -- this
18675         hasn't worked for a while.
18676
18677 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18678
18679         * gnus-agent.el (gnus-agentize):
18680         gnus-agent-send-mail-real-function no longer set to current value
18681         of message-send-mail-function but rather a lambda that calls
18682         message-send-mail-function.  The change makes the agent real-time
18683         responsive to user changes to message-send-mail-function.
18684
18685 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18686
18687         * legacy-gnus-agent.el
18688         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18689         help from Florian Weimer <fw@deneb.enyo.de>
18690
18691 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * nnmail.el (nnmail-cache-insert): Revert last change.
18694
18695 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * nnmail.el (nnmail-cache-insert): Always check whether
18698         nnmail-cache-ignore-groups matches a group name.
18699
18700 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18703         (spam-find-spam, spam-log-processing-to-registry)
18704         (spam-log-registered-p, spam-log-unregistration-needed-p)
18705         (spam-log-undo-registration): Use gnus-message instead of
18706         gnus-error, none of these errors are fatal.
18707
18708         * gnus-registry.el (gnus-registry-clean-empty-function)
18709         (gnus-registry-clean-empty): Remove only empty entries without
18710         extra data.
18711
18712 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18713
18714         * spam-stat.el (spam-stat-buffer-change-to-spam)
18715         (spam-stat-buffer-change-to-non-spam): Change (error) to
18716         (gnus-message 8) invocation.
18717
18718 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * nntp.el (nntp-via-netcat-command): New variable.
18721         (nntp-via-netcat-switches): New variable.
18722         (nntp-open-via-rlogin-and-netcat): New function.
18723         (nntp-open-connection-function): Doc fix.
18724         (nntp-telnet-command): Doc fix.
18725         (nntp-end-of-line): Doc fix.
18726         (nntp-via-rlogin-command): Doc fix.
18727         (nntp-via-user-name): Doc fix.
18728         (nntp-via-address): Doc fix.
18729
18730 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18733         error in Emacs 21.1.
18734
18735 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18738
18739 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18740
18741         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18742         (gnus-agent-with-refreshed-group): New macro.
18743         (gnus-agent-rename-group): New function.
18744         (gnus-agent-delete-group): New function.
18745         (gnus-agent-save-group-info): Use gnus-command-method when
18746         `method' parameter is nil.  Don't write nil entries into the
18747         active file.
18748         (gnus-agent-get-group-info): New function.
18749         (gnus-agent-fetch-articles):
18750         Use gnus-agent-update-files-total-fetched-for to increment disk space
18751         used.
18752         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18753         Use gnus-agent-update-view-total-fetched-for to increment disk space
18754         used.
18755         (gnus-agent-get-local): Add optional parameters to avoid calling
18756         gnus-group-real-name and gnus-find-method-for-group.
18757         (gnus-agent-set-local): Delete stored entry if either min, or max,
18758         are nil.
18759         (gnus-agent-fetch-session): Reworded error/quit messages.
18760         On quit, use gnus-agent-regenerate-group to record existance of any
18761         articles fetched to disk before the quit occurred.
18762         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18763         gnus-agent-update-view-total-fetched-for, and
18764         gnus-agent-update-files-total-fetched-for to decrement disk space
18765         used.
18766         (gnus-agent-retrieve-headers):
18767         Use gnus-agent-update-view-total-fetched-for to increment disk space
18768         used.
18769         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18770         with gnus-agent-update-files-total-fetched-for to decrement disk
18771         space and fresh group buffer.
18772         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18773         (gnus-agent-need-update-total-fetched-for): New variable.
18774         (gnus-agent-update-files-total-fetched-for): New function.
18775         (gnus-agent-update-view-total-fetched-for): New function.
18776         (gnus-agent-total-fetched-for): New function.
18777
18778         * gnus-cache.el (gnus-cache-save-buffers):
18779         Use gnus-cache-update-overview-total-fetched-for to change disk space
18780         used by this group.
18781         (gnus-cache-possibly-enter-article):
18782         Use gnus-cache-update-file-total-fetched-for to increment disk space
18783         used by this group.
18784         (gnus-cache-possibly-remove-article):
18785         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18786         used by this group.
18787         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18788         (gnus-cache-rename-group): New function.
18789         (gnus-cache-delete-group): New function.
18790         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18791         (gnus-cache-need-update-total-fetched-for): New variable.
18792         (gnus-cache-with-refreshed-group): New macro.
18793         (gnus-cache-update-file-total-fetched-for): New function.
18794         (gnus-cache-update-overview-total-fetched-for): New function.
18795         (gnus-cache-rename-group-total-fetched-for): New function.
18796         (gnus-cache-delete-group-total-fetched-for): New function.
18797         (gnus-cache-total-fetched-for): New function.
18798
18799         * gnus-group.el: Require gnus-sum and autoload functions to
18800         resolve warnings when gnus-group.el compiled alone.
18801         (gnus-group-line-format): Documented new %F.
18802         (size of Fetched data) group line format; identifies disk space
18803         used by agent and cache.
18804         (gnus-group-line-format-alist): Defined new F format.
18805         (gnus-total-fetched-for): New function.
18806         (gnus-group-delete-group): No longer update
18807         gnus-cache-active-altered as gnus-request-delete-group now keeps
18808         the cache in sync.
18809         (gnus-group-list-active): Let the agent store a server's active
18810         list if currently plugged.
18811
18812         * gnus-int.el (gnus-request-delete-group):
18813         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18814         local disk in sync with the server.
18815         (gnus-request-rename-group):
18816         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18817         local disk in sync with the server.
18818
18819         * gnus-start.el (gnus-get-unread-articles):
18820         Cosmetic simplification to logic.
18821
18822         * gnus-util.el (gnus-rename-file): New function.
18823
18824 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18825
18826         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18827
18828 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18829
18830         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18831         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18832
18833 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18834
18835         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18836         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18837
18838 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18839
18840         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18841
18842 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18843
18844         * spam.el (spam-set-difference): Add function to replace
18845         gnus-set-difference in spam.el.
18846         (spam-summary-prepare-exit): Use spam-set-difference.
18847
18848 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18849
18850         * gnus-registry.el (gnus-registry-cache-file): Update to use
18851         gnus-dribble-directory OR gnus-home-directory OR ~.
18852         (gnus-registry-split-fancy-with-parent): Fix doc.
18853
18854 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * message.el (message-exchange-point-and-mark):
18857         Use message-mark-active-p.  Suggested by Jesper Harder
18858         <harder@ifa.au.dk>.
18859
18860 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * message.el (message-exchange-point-and-mark): Don't activate
18863         region if it was inactive.  Suggested by Hiroshi Fujishima
18864         <pooh@nature.tsukuba.ac.jp>.
18865
18866 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18867
18868         * gnus-art.el (article-display-face): Display Faces in the same
18869         order as X-Faces.
18870
18871 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18874
18875 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18878         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18879         (gnus-article-mime-hierarchy): Remove.
18880         (gnus-article-mime-hierarchy-next): Remove.
18881         (gnus-article-mode): Revert 2004-03-19 change.
18882         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18883         (gnus-insert-mime-button): Revert 2004-03-19 change.
18884         (gnus-mime-accumulate-hierarchy): Remove.
18885         (gnus-mime-enter-multipart): Remove.
18886         (gnus-mime-leave-multipart): Remove.
18887         (gnus-mime-display-part): Revert 2004-03-19 change.
18888         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18889
18890         * mml.el (mml-preview): Revert 2004-03-19 change.
18891
18892 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18893
18894         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18895
18896 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18899         t while entering a file name using the mm-with-multibyte macro.
18900         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18901
18902         * mm-util.el (mm-with-multibyte): New macro.
18903
18904 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18907         New user option.
18908         (gnus-mime-multipart-functions): Doc and customization fix.
18909         (gnus-article-mime-hierarchy): New variable.
18910         (gnus-article-mime-hierarchy-next): New variable.
18911         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18912         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18913         gnus-article-mime-hierarchy-next to nil.
18914         (gnus-insert-mime-button): Show hierarchy numbers.
18915         (gnus-mime-accumulate-hierarchy): New function.
18916         (gnus-mime-enter-multipart): New function.
18917         (gnus-mime-leave-multipart): New function.
18918         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18919         (gnus-mime-display-alternative): Show hierarchy numbers.
18920
18921         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18922         gnus-article-mime-hierarchy-next to nil.
18923
18924 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18925
18926         * dns.el: Don't require gnus-xmas.
18927
18928 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18929
18930         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18931         inline PGP.
18932         (mml-menu): Disable mml-quote-region if mark is inactive.
18933
18934 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18937         when the group's active is not available.
18938
18939 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18942         error.
18943
18944 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18945
18946         * imap.el (imap-store-password): New variable.
18947         (imap-interactive-login): Use it.
18948         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18949
18950 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18953         window-start and hscroll to summary window.
18954
18955 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18956
18957         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18958         conversion message to newsrc-dribble when an actual conversion is
18959         performed.
18960
18961 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18962
18963         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18964
18965 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * mm-decode.el (mm-complicated-handles): New function reviving
18968         former definition of mm-multiple-handles.
18969
18970         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18971         (gnus-mime-delete-part): Use it.
18972
18973 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18974
18975         * gnus-agent.el (gnus-agent-read-local):
18976         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18977         avoid the implicit assumption that they will always be equal.
18978         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18979         coding-system-for-write, as the with-temp-file macro first prints
18980         to a buffer then saves the buffer.
18981
18982 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gnus-art.el (gnus-article-edit-part): New function.
18985         (gnus-mime-save-part-and-strip): Use it; do query instead of
18986         signaling an error; don't use mm-multiple-handles.
18987         (gnus-mime-delete-part): Ditto.
18988
18989 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18990
18991         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18992         old file versions.
18993         (gnus-group-prepare-hook): Remove function that converted list
18994         form of gnus-agent-expire-days to group properties.
18995
18996         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18997         (gnus-request-accept-article): Re-indented.
18998
18999         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19000         converters to handle old agent file formats.  Add logic for a
19001         "backup before upgrading warning".
19002         (gnus-convert-mark-converter-prompt): Developers can mark
19003         functions as needing (default), or not needing,
19004         gnus-convert-old-newsrc's "backup before upgrading warning".
19005         (gnus-convert-converter-needs-prompt): Tests whether the user
19006         should be protected from potentially irreversable changes by the
19007         function.
19008
19009         * legacy-gnus-agent.el: New.  Provides converters that are only
19010         loaded when gnus-convert-old-newsrc needs to call them.
19011
19012 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * mail-source.el (mail-source-touch-pop): Doc fix.
19015
19016         * message.el (message-smtpmail-send-it): Doc fix.
19017
19018 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19019
19020         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19021
19022         * nnmail.el (nnmail-split-fancy): do.
19023
19024         * gnus-kill.el (gnus-kill, gnus-execute): do.
19025
19026 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19027
19028         * gnus-sum.el (gnus-widget-reversible-match)
19029         (gnus-widget-reversible-to-internal)
19030         (gnus-widget-reversible-to-external): New functions.
19031         (gnus-widget-reversible): New widget.
19032         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19033
19034 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19035
19036         * gnus-sum.el (gnus-thread-sort-functions)
19037         (gnus-article-sort-functions): Document `(not F)' items.
19038
19039 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19040
19041         * spam.el (spam-use-gmane-xref): Add new backend.
19042         (spam-gmane-xref-spam-group): Add variable to control the name of the
19043         Gmane spam group.
19044         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19045         (spam-regex-headers-spam, spam-regex-headers-ham)
19046         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19047         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19048         backends and checks.
19049         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19050
19051         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19052         an autodetect method.
19053
19054 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19055
19056         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19057         articles are being added to a group.
19058         (gnus-request-replace-article): Inform the agent that articles
19059         need to be uncached as the cached contents are no longer valid.
19060
19061 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * binhex.el: Don't autoload executable-find.
19064
19065         * canlock.el: Don't autoload mail-fetch-field.
19066
19067         * dgnushack.el: Autoload c-mode for XEmacs.
19068
19069         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19070
19071         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19072         rmail-dont-reply-to and rmail-output.
19073
19074         * gnus-score.el: Don't autoload ffap-string-at-point.
19075
19076         * gnus-setup.el: Don't autoload sc-cite-original.
19077
19078         * imap.el: Don't autoload base64-decode-string,
19079         base64-encode-string and md5.
19080
19081         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19082         and rmail-msg-restore-non-pruned-header.
19083
19084         * mm-decode.el: Don't autoload executable-find.
19085
19086         * mm-url.el: Don't autoload executable-find.
19087
19088         * mm-view.el: Don't autoload diff-mode.
19089
19090         * nndb.el: Don't autoload news-reply-mode, news-setup,
19091         cancel-timer and telnet.
19092
19093         * password.el: Don't autoload run-at-time for Emacs.
19094
19095         * sha1-el.el: Don't autoload executable-find.
19096
19097         * sieve-mode.el: Don't autoload c-mode.
19098
19099         * uudecode.el: Don't autoload executable-find.
19100
19101 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19102
19103         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19104         (gnus-agent-possibly-alter-active): Avoid null in numeric
19105         comparison.
19106         (gnus-agent-set-local): Refuse to save null in local object table.
19107         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19108         list of articles that will be marked as unread.
19109
19110 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19113
19114 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19115
19116         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19117         language tags.
19118
19119 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19120
19121         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19122         Don't bind "obarray".
19123
19124         * gnus-sum.el (gnus-thread-sort-functions):
19125         Add `gnus-thread-sort-by-most-recent-number' and
19126         `gnus-thread-sort-by-most-recent-date'.
19127         Reported by Kai Grossjohann <kai@emptydomain.de>.
19128
19129 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19132
19133 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19134
19135         * gnus-cus.el (gnus-agent-customize-category):
19136         Remove ignore-errors macro reference that required cl to be loaded at
19137         run-time.
19138
19139         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19140         single-interval range of the form (min . max).  Previously the
19141         range had to look like ((min . max)).  Likewise, return
19142         (min . max) rather than ((min . max)).
19143         (gnus-range-map): Use gnus-range-normalize to accept
19144         single-interval range.
19145
19146         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19147         the cache, but not the agent, now appear with their usual face.
19148
19149         * dgnushack.el (loaddir): New variable that is bound to the
19150         directory containing the dgnushack.el file. Use loaddir, rather
19151         than srcdir, to update load-path. Change lets dgnushack compile
19152         code in directories other than GNUS/lisp.
19153
19154 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * lpath.el: Don't bind w3m-safe-url-regexp.
19157
19158         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19159         w3m-safe-url-regexp variable buffer-local.
19160
19161         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19162
19163 2004-02-27  Simon Josefsson  <jas@extundo.com>
19164
19165         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19166         gnus-group-real-prefix.
19167         (gnus-summary-move-article): Use it, instead of
19168         gnus-group-real-prefix.
19169
19170 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * lpath.el: Bind w3m-safe-url-regexp.
19173
19174         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19175         w3m-safe-url-regexp variable buffer-local and set it as the value
19176         of mm-w3m-safe-url-regexp.
19177
19178         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19179
19180         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19181         parsing gnus-posting-styles when the message is not for replying.
19182
19183         * dgnushack.el: Autoload sgml-mode for XEmacs.
19184
19185         * nnrss.el (nnrss-opml-export):
19186         Use mm-set-buffer-file-coding-system instead of
19187         set-buffer-file-coding-system.
19188
19189 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19192         of checkdoc.el).
19193         * nnrss.el: do.
19194         * gnus-mlspl.el: do.
19195         * gnus-ml.el: do.
19196         * gnus-srvr.el: do.
19197
19198         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19199
19200 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19201
19202         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19203         Corrections to custom-manual links.
19204
19205         * gnus-art.el (gnus-article): Ditto.
19206
19207         * mm-decode.el (mime-display, mime-security): Ditto.
19208
19209 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19210
19211         * flow-fill.el: Typo.
19212
19213 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19214
19215         * spam-wash.el: New file.
19216
19217 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19218
19219         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19220
19221 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19222
19223         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19224         to be run with new-articles as LIST1, not LIST2.
19225         (spam-registration-functions): Add spam-use-ham-copy as a nil
19226         registration backend.
19227
19228 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19229
19230         * spam-stat.el (spam-stat-washing-hook): New option.
19231         (spam-stat-buffer-words): Use it.
19232         (spam-stat-process-directory, spam-stat-test-directory):
19233         Use insert-file-contents-literally.
19234         (spam-stat-coding-system): New variable.
19235         (spam-stat-load, spam-stat-save): Use it.
19236
19237 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * spam-report.el (spam-report-plug-agent):
19240         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19241
19242 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19243
19244         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19245         Allow / in mailto URLs.
19246
19247 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * spam-report.el (spam-report-process-queue): Fix interactive use.
19250         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19251         (spam-report-unplug-agent): Doc fixes.
19252         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19253         (spam-report-agentize, spam-report-deagentize): Autoload.
19254
19255 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19258
19259         * message.el (message-setup-fill-variables): Add mml tags to
19260         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19261         <ajk@iu.edu>.
19262         (message-mode): Don't modify paragraph-separate there.
19263
19264 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * compface.el (uncompface-use-external): Default to undecided.
19267         (uncompface-use-external-threshold): New variable.
19268         (uncompface-float-time): New macro.
19269         (uncompface): Determine whether to use the external decoder if
19270         uncompface-use-external is undecided.
19271
19272 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19273
19274         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19275         after images.
19276
19277         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19278
19279 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19282
19283         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19284
19285         * gnus-sum.el (gnus-summary-limit-to-age)
19286         (gnus-summary-limit-children): do.
19287
19288         * gnus-int.el (gnus-request-scan): do.
19289
19290         * gnus-group.el (gnus-group-suspend): do.
19291
19292         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19293
19294         * gnus-cite.el (gnus-cite-parse-attributions): do.
19295
19296         * gnus-agent.el (gnus-summary-set-agent-mark)
19297         (gnus-agent-regenerate-group): do.
19298
19299         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19300
19301         * binhex.el (binhex-decode-region-internal): do.
19302
19303 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-fun.el (gnus-face-properties-alist): New user option.
19306         (gnus-display-x-face-in-from): Use it.
19307
19308         * gnus-art.el (article-display-face): Ditto.
19309
19310         * compface.el (uncompface-use-external): Default to nil.
19311
19312 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19313
19314         * nntp.el (nntp-erase-buffer): New function.
19315         (nntp-retrieve-data, nntp-send-command)
19316         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19317         (nntp-possibly-change-group): Use it.
19318
19319         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19320         Use with-current-buffer.
19321
19322 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19323
19324         * compface.el: Merge the ELisp-based uncompface program.
19325         (compface): New customization group.
19326         (uncompface-use-external): New user option.
19327         (uncompface): Call uncompface-internal if uncompface-use-external
19328         is nil.
19329         (uncompface-internal): New function.  Note that there are also
19330         some other functions and variables added for this function.
19331
19332 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19335         if necessary.
19336
19337 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19338
19339         * spam-report.el (spam-report-unplug-agent)
19340         (spam-report-plug-agent, spam-report-deagentize)
19341         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19342         Add support for the Agent in spam-report: when unplugged, report to a
19343         file; when plugged, submit all the requests.
19344
19345         * spam.el (spam-register-routine): Fix message about
19346         registration.
19347
19348 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19349
19350         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19351         dependencies.
19352         (rfc2047-encode): Use it.
19353
19354         * gnus-art.el (gnus-button-marker-list): Move before first
19355         reference.
19356
19357         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19358         (imap-parse-body): Fix format string mismatch.
19359
19360         * gnus-score.el (gnus-summary-increase-score): do.
19361
19362         * nnrss.el (nnrss-close): New function.
19363
19364 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19365
19366         * nnrss.el (nnrss-make-filename): New function.
19367         (nnrss-request-delete-group, nnrss-read-server-data)
19368         (nnrss-save-server-data, nnrss-read-group-data)
19369         (nnrss-save-group-data): Use it.
19370         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19371         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19372         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19373
19374 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19375
19376         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19377
19378 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19379
19380         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19381         files.
19382
19383         * message.el (message-generate-headers-first): Don't quote nil
19384         and t in docstrings.
19385
19386         * imap.el (imap-id): do.
19387
19388         * gnus-agent.el (gnus-agent-consider-all-articles)
19389         (gnus-agent-queue-mail): do.
19390
19391 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * spam-report.el (spam-report-process-queue): New function.
19394         Process requests from `spam-report-requests-file'.
19395         (spam-report-process-queue): Doc fix.
19396
19397 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19398
19399         * spam.el (spam-register-routine)
19400         (spam-log-processing-to-registry, spam-log-registered-p)
19401         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19402         Change "check" to "spam-check" for semi-clarity.
19403
19404 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19405
19406         * pop3.el: Require nnheader.
19407
19408         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19409
19410         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19411
19412         * gnus-picon.el: Require cl.
19413
19414         * gnus-fun.el: Require gnus-ems and gnus-util.
19415
19416         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19417
19418         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19419
19420         * gnus-art.el (gnus-article-edit-mode): Define before first
19421         reference.
19422
19423 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19424
19425         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19426         (gnus-uu-post-encoded): Use point-at-bol.
19427
19428         * gnus-topic.el (gnus-group-active-topic-p): do.
19429
19430         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19431
19432         * gnus-group.el (gnus-group-kill-region): do.
19433
19434         * gnus-art.el (article-date-ut): do.
19435
19436         * message.el (message-fetch-field): Remove redundant
19437         case-fold-search binding.
19438         (message-narrow-to-field): Simplify.
19439
19440 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19441
19442         * spam.el (spam-directory): Derive from `gnus-directory'.
19443
19444         * spam-report.el (spam-report-url-to-file)
19445         (spam-report-requests-file): New function and variable for offline
19446         reporting.
19447         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19448         and user defined function.
19449         (spam-report-url-ping-mm-url): Remove doubled slash.
19450
19451 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19452
19453         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19454
19455 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19456
19457         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19458         Fix format string mismatch.
19459
19460         * sieve.el (sieve-deactivate-all): do.
19461
19462         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19463
19464         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19465
19466         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19467
19468         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19469
19470 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19471
19472         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19473         the list of checks.
19474
19475 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19476
19477         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19478         padding.
19479
19480 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19481
19482         * mm-view.el (mm-fill-flowed): New variable.
19483         (mm-inline-text): Use it.
19484
19485 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19486
19487         * spam.el (spam-spamassassin-register-ham-routine)
19488         (spam-spamassassin-register-spam-routine): Fix function names.
19489
19490 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * gnus.el (gnus-tmp-grouplens): Remove.
19493         (gnus-summary-line-format): Remove grouplens.
19494
19495         * gnus-group.el (gnus-group-line-format): Ditto.
19496
19497         * gnus-spec.el (gnus-format-specs): Ditto.
19498         (gnus-update-format-specifications): Flush the group format spec
19499         cache if there's the grouplens stuff.
19500         (gnus-parse-simple-format): Replace %l with the empty string.
19501
19502 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19503
19504         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19505         omission.
19506
19507 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19510         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19511
19512 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19513
19514         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19515         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19516         New macros and functions.
19517         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19518         Handle > NLINK_MAX messages.
19519         * nnmaildir.el (nnmaildir-request-set-mark):
19520         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19521
19522 2004-01-25  Alex Schroeder  <alex@gnu.org>
19523
19524         * spam-stat.el (spam-stat-process-directory-age): New option.
19525         (spam-stat-process-directory): Use it.
19526
19527 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19528
19529         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19530         (spam-stat-save): Accept prefix argument.
19531
19532 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19533
19534         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19535         links" error.
19536
19537 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19538
19539         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19540         the rest of the and/or forms.
19541
19542 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19543
19544         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19545         compatibility with old .newsrc.eld files.
19546
19547         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19548
19549         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19550
19551         * gnus-start.el (gnus-1): do.
19552
19553         * gnus-group.el (gnus-group-line-format-alist): do.
19554
19555         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19556
19557         * gnus-gl.el: Remove.
19558
19559 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19560
19561         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19562         marks consisting of a single range {for example, (3 . 5)} rather
19563         than a list of a single range { ((3 . 5)) }.
19564
19565 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19566
19567         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19568         Use with-current-buffer.
19569         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19570         avoid consing a string.
19571
19572         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19573         Remove obsolete entries for big5 and gb2312.
19574
19575 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19576
19577         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19578         uncompressed list.
19579
19580 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19581
19582         * spam-stat.el (spam-stat-strip-xref): New function.
19583         (spam-stat-process-directory): Use it.
19584
19585         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19586         here -- it's done in message-fetch-field.
19587
19588 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19589
19590         * gnus-agent.el (gnus-agent-queue-mail)
19591         (gnus-agent-prompt-send-queue): New variables.
19592         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19593         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19594         "nndraft:queue" along to gnus-draft-send.
19595         Use gnus-agent-prompt-send-queue.
19596         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19597         is "nndraft:queue".  Suggested by Gaute Strokkenes
19598         <gs234@srcf.ucam.org>
19599
19600         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19601         (agent-enable-undownloaded-faces): Add.
19602         (gnus-agent-cat-groups): Use eval-and-compile, not
19603         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19604         method of gnus-agent-cat-groups even when the buffer has been
19605         evaled.
19606         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19607         delete gnus-agent-save-active-1.
19608         (gnus-agent-save-groups): Delete.  Identical to
19609         gnus-agent-save-active.
19610         (gnus-agent-write-active): No longer adjust agent's copy of active
19611         file as agent's adjustments are now stored in their own
19612         file.  Remove optional parameter.
19613         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19614         servers.  Add use of min/max range limits from server's local
19615         file.
19616         (gnus-agent-save-alist): Remove unused optional argument.
19617         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19618         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19619         (gnus-agent-set-local): A per-server file that keeps min/max range
19620         limits for articles known to the agent.  Provides a fast mechanism
19621         for altering many active ranges.
19622         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19623         active file (local makes it unnecessary).
19624         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19625
19626         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19627         (agent-enable-undownloaded-faces): Add.
19628
19629         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19630         disable it when sending to "nndraft:queue".
19631         (gnus-group-send-queue): Add safety check to avoid sending queue
19632         when unplugged.
19633
19634         * gnus-group.el (gnus-group-catchup): Use new
19635         gnus-sequence-of-unread-articles, not
19636         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19637         numbers of articles.  Use gnus-range-map to avoid having to
19638         uncompress the unread list.
19639         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19640         Fix invalid ange-ftp reference.
19641
19642         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19643         (gnus-sorted-range-intersection): Intersection of two ranges
19644         without requiring that they first be uncompressed.
19645
19646         * gnus-start.el (gnus-activate-group): Unless blocked by the
19647         caller, possibly expand the active range to include both cached
19648         and agentized articles.
19649         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19650         multiple version-dependent converters.
19651         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19652         gnus-agent-save-active.
19653         (gnus-save-newsrc-file): Save dirty agent range limits.
19654
19655         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19656         gnus-agent-possibly-alter-active.
19657         (gnus-adjust-marked-articles): Faster handling of simple lists.
19658
19659 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19660
19661         * spam-stat.el (spam-stat-test-directory): New optional argument
19662         displays a list of files detected.  Suggested by Andrew Cohen
19663         <cohen@andy.bu.edu>.
19664         (spam-stat-buffer-words-with-scores): Don't narrow and change
19665         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19666
19667 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19668
19669         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19670         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19671         (spam-spamassassin-arguments)
19672         (spam-spamassassin-spam-flag-header)
19673         (spam-spamassassin-positive-spam-flag-header)
19674         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19675         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19676         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19677         (spam-list-of-processors, spam-list-of-checks)
19678         (spam-list-of-statistical-checks, spam-registration-functions)
19679         (spam-check-spamassassin-headers, spam-check-spamassassin)
19680         (spam-spamassassin-score)
19681         (spam-spamassassin-register-with-sa-learn)
19682         (spam-spamassassin-register-spam-routine)
19683         (spam-spamassassin-register-ham-routine)
19684         (spam-assassin-register-spam-routine)
19685         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19686         (spam-bogofilter-score): Fix to show article before scoring.
19687
19688 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19689
19690         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19691         default scoring function.
19692         (spam-generic-score): Call spam-spamassassin-score if
19693         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19694         spam-bogofilter-score otherwise.
19695
19696         * gnus.el (spam-process, spam-autodetect-methods):
19697         Add spamassassin and spamassassin-headers.
19698
19699 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19700
19701         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19702         Suppress unnecessary messages.
19703
19704 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19705
19706         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19707         make-hash-table.
19708
19709 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19710
19711         * canlock.el (base64-encode-string): Don't autoload it.
19712
19713 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * run-at-time.el: Remove useless (require 'itimer),
19716         eval-and-compile and (featurep 'xemacs).
19717
19718 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19719
19720         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19721         GROUP is a virtual group.
19722
19723 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19724
19725         * gnus.el: Autoload `message-y-or-n-p'.
19726
19727 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19728
19729         * pgg-parse.el: Remove unnecessary (require 'custom).
19730
19731         * pgg-def.el: do.
19732
19733         * nnmail.el: do.
19734
19735         * gnus-undo.el: do.
19736
19737         * gnus-picon.el: do.
19738
19739         * gnus-util.el: do.
19740
19741 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19744
19745 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19748         handle, as well as a list.
19749
19750         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19751         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19752         (mm-w3m-cid-retrieve): Simplify.
19753
19754 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19755
19756         * message.el (message-kill-to-signature): Allow prefix arg to
19757         specify number of lines to keep before signature.
19758
19759 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19760
19761         * message.el (message-kill-to-signature): Change docstring.
19762
19763 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * canlock.el: Always require sha1-el.
19766         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19767
19768         * message.el: Autoload sha1 only when compiling.
19769
19770         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19771         eudc-expand-inline for XEmacs.
19772
19773 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * message.el (message-canlock-generate): Require sha1-el.
19776
19777 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19778
19779         * message.el (message-expand-name): Silence the byte compiler.
19780
19781         * lpath.el: Add detect-coding-system.
19782
19783         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19784         cus-edit.
19785
19786 2004-01-13  Simon Josefsson  <jas@extundo.com>
19787
19788         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19789         Invoke gnus-score-mode.
19790         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19791
19792         * gnus-range.el (gnus-compress-sequence): Doc fix.
19793         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19794
19795 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19796
19797         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19798
19799 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19800
19801         * spam.el (spam-get-article-as-string): Update to use
19802         gnus-request-article-this-buffer, much simpler.
19803         (spam-get-article-as-buffer): Remove.
19804
19805 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19806
19807         * message.el (message-expand-name): Use EUDC if the user uses that.
19808
19809 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19810
19811         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19812         character for the encoding to avoid consing a string.
19813
19814         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19815         unnecessarily.
19816
19817         * mm-util.el (mm-replace-chars-in-string): Remove.
19818
19819         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19820         of mm-replace-chars-in-string.
19821
19822 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19823
19824         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19825
19826         * mm-util.el (mm-subst-char-in-string): Support inplace.
19827
19828         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19829         a new string in every iteration.  Use shy groups.
19830
19831 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19832
19833         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19834         * gnus-soup.el (gnus-soup-group-brew):
19835         * gnus-msg.el (gnus-put-message):
19836         * gnus-move.el (gnus-group-move-group-to-server):
19837         * gnus-kill.el (gnus-batch-score):
19838         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19839         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19840         (gnus-group-update-group, gnus-group-read-group)
19841         (gnus-group-make-group, gnus-group-make-help-group)
19842         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19843         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19844         (gnus-group-sort-by-unread, gnus-group-catchup)
19845         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19846         (gnus-group-yank-group, gnus-group-set-info)
19847         (gnus-group-list-groups):
19848         * gnus.el (gnus-generate-new-group-name):
19849         * gnus-delay.el (gnus-delay-send-queue):
19850         * nnvirtual.el (nnvirtual-catchup-group):
19851         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19852         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19853         (gnus-group-prepare-topics, gnus-topic-check-topology):
19854         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19855         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19856         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19857         (gnus-group-make-articles-read):
19858         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19859         (gnus-group-change-level, gnus-kill-newsgroup)
19860         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19861         (gnus-get-unread-articles, gnus-make-articles-unread)
19862         (gnus-make-ascending-articles-unread): Use accessor
19863         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19864         to get group information for improved readability.
19865
19866
19867 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19868
19869         * gnus-art.el (article-decode-mime-words, article-babel)
19870         (gnus-article-highlight-signature, gnus-article-add-buttons)
19871         (gnus-signature-toggle): Use gnus-with-article-buffer.
19872
19873         * gnus-art.el (gnus-article-highlight-headers)
19874         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19875
19876         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19877         (gnus-article-set-globals, gnus-request-article-this-buffer)
19878         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19879         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19880         (gnus-mime-display-alternative): Use with-current-buffer.
19881
19882 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19883
19884         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19885         also under 80 char limit, and call gnus-error if needed.
19886         (spam-fetch-article-header): Fix - it was a
19887         buffer-local variable (gnus-newsgroup-data).
19888         (spam-find-spam): Use spam-generate-fake-headers, forget about
19889         spam-insert-fake-headers.
19890         (spam-insert-fake-headers): Remove.
19891
19892 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19893
19894         * deuglify.el (gnus-article-outlook-unwrap-lines)
19895         (gnus-outlook-rearrange-article)
19896         (gnus-outlook-repair-attribution-outlook)
19897         (gnus-outlook-repair-attribution-block)
19898         (gnus-outlook-repair-attribution-other): Remove redundant
19899         save-excursion.
19900
19901 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19902
19903         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19904         (spam-fetch-field-subject-fast)
19905         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19906         (spam-fetch-article-header): Add functions to deal with Gnus
19907         internals for fast retrieval of article header data.
19908         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19909
19910 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19911
19912         * pop3.el (pop3-md5): Remove.
19913         (pop3-apop): Replace pop3-md5 with md5.
19914
19915         * mm-bodies.el: base64 is always built-in.
19916
19917         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19918         Use with-current-buffer.
19919
19920 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * canlock.el (canlock-insert-header): Remove excessive grouping in
19923         regexp.
19924
19925         * gnus-sum.el (gnus-summary-read-document): Ditto.
19926
19927         * gnus-uu.el (gnus-uu-part-number): Ditto.
19928
19929         * html2text.el (html2text-remove-tags): Ditto.
19930         (html2text-format-tags): Ditto.
19931         (html2text-format-single-elements): Ditto.
19932
19933         * mml.el (mml-parse-1): Ditto.
19934
19935 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19936
19937         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19938
19939         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19940
19941         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19942
19943         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19944
19945 2003-11-15  Simon Josefsson  <jas@extundo.com>
19946
19947         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19948         (pgg-gpg-lookup-key): Use regexp match instead of
19949         split-string (split-string is different between emacs 21.2 and
19950         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19951
19952 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19953
19954         * gnus-art.el (gnus-mime-view-all-parts)
19955         (gnus-article-part-wrapper, gnus-article-view-part):
19956         Use with-current-buffer.
19957
19958 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19959
19960         * spam.el (spam-disable-spam-split-during-ham-respool)
19961         (spam-spamoracle-database, spam-cache-lookups)
19962         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19963         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19964         (spam-group-ham-marks, spam-group-spam-marks)
19965         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19966         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19967         also add spam-use-blackholes to the statistical checks.
19968         (spam-fetch-field-fast): Add interface to fetching fields, may
19969         become a macro.
19970         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19971         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19972         (spam-insert-fake-headers): Fake an article when needed.
19973         (spam-find-spam): Fake article when possible.
19974         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19975         (spam-check-bogofilter-headers): Use message-fetch-field instead
19976         of nnmail-fetch-field.
19977
19978 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19979
19980         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19981
19982 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19983
19984         * spam.el (spam-split): Do not require spam-use-CHECK to be
19985         enabled if that check is passed to spam-split explicitly; also
19986         fix so 'spam doesn't get converted to spam-split-group when
19987         spam-split-symbolic-return is t.
19988         (spam-find-spam): Find registrations of the article and use those
19989         instead of re-running spam-split to find the spam/ham
19990         classification of the article.
19991         (spam-log-processing-to-registry, spam-log-registered-p)
19992         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19993         Use gnus-error instead of gnus-message.
19994         (spam-log-registration-type): Add function to determine the
19995         classification of a message based on registry entries; will
19996         return nil if both 'spam and 'ham are found.
19997         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19998         a reasonably fast local cache without the loading errors.
19999         (spam-cache-lookups): Set to t by default.
20000         (spam-find-spam): Don't try to guess spam-cache-lookups.
20001         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20002         spam-caches entry.
20003         (spam-filelist-build-cache, spam-filelist-check-cache):
20004         Fix caching of whitelist/blacklist entries.
20005         (spam-check-whitelist, spam-check-blacklist):
20006         Invoke spam-from-listed-p with a type, not a cache variable.
20007         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20008
20009 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20010
20011         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20012
20013         * nnmail.el (nnmail-split-fancy): do.
20014
20015         * mml.el (mml-parse): do.
20016
20017         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20018         (gnus-score-adaptive): do.
20019
20020 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20021
20022         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20023         (gnus-mime-button-map): Don't set keymap parent.
20024         (gnus-button-ctan-directory-regexp): Use shy grouping.
20025         (gnus-prev-page-map): Don't set keymap parent.
20026         (gnus-prev-page-map): Remove duplicated one.
20027         (gnus-next-page-map): Don't set keymap parent.
20028         (gnus-mime-security-button-map): Ditto.
20029
20030         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20031         version number.
20032
20033         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20034
20035 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * canlock.el (canlock-sha1-function): Remove.
20038         (canlock-sha1-function-for-verify): Remove.
20039         (canlock-openssl-program): Remove.
20040         (canlock-openssl-args): Remove.
20041         (canlock-ignore-errors): Remove.
20042         (canlock-sha1-with-openssl): Remove.
20043         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20044         (canlock-verify): Don't use canlock-ignore-errors.
20045
20046         * sha1-el.el (sha1-string-external): Make it can return a string
20047         in binary form.
20048         (sha1-region-external): Ditto.
20049         (sha1-string-internal): Ditto.
20050         (sha1-region-internal): Ditto.
20051         (sha1-region): Ditto.
20052         (sha1-string): Ditto.
20053         (sha1): Ditto.
20054
20055 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20056
20057         * spam.el (spam-report-articles-gmane): New command.
20058
20059 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20060
20061         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20062
20063         * run-at-time.el (run-at-time-saved): Remove.
20064         (run-at-time): Doc fix.
20065
20066 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20067
20068         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20069         (gnus-summary-limit-map): Add it.
20070         (gnus-summary-make-menu-bar): do.
20071
20072 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20073
20074         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20075         Make attempt at some caching support (done for BBDB only now).
20076         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20077         addresses to be checked.
20078         (spam-clear-cache-BBDB): Add function, to be invoked by
20079         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20080         (spam-check-BBDB): Check and use the caches, if
20081         spam-cache-lookups is on, remove superfluous (provide).
20082
20083 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20084
20085         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20086
20087 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20088
20089         * run-at-time.el (run-at-time-saved): Move to after the definition
20090         of `run-at-time'.
20091
20092         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20093
20094 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20097         mm-w3m-local-map-property.
20098
20099         * mm-view.el (mm-w3m-mode-map): Remove.
20100         (mm-w3m-local-map-property): Remove.
20101         (mm-inline-text-html-render-with-w3m): Don't use
20102         mm-w3m-local-map-property.
20103
20104 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20105
20106         * run-at-time.el: New file.
20107
20108         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20109         under Emacs.
20110
20111         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20112         of gnus-set-text-properties.
20113
20114         * gnus-uu.el (gnus-uu-save-article): Ditto.
20115
20116         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20117
20118         * gnus-cite.el (gnus-cite-parse): Ditto.
20119
20120         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20121         of gnus-.
20122
20123         * gnus-xmas.el (run-at-time): Require run-at-time.
20124
20125         * gnus.el: Change calls to nnheader-run-at-time and
20126         password-run-at-time throughout to use run-at-time directly.
20127
20128         * password.el: Remove definition of run-at-time.
20129
20130         * nnheaderxm.el: Remove definition of run-at-time.
20131
20132 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20133
20134         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20135         in prompt.
20136
20137 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20138
20139         * messagexmas.el (message-xmas-redefine): Alias
20140         `message-make-caesar-translation-table' to
20141         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20142         version.
20143
20144         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20145         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20146         `gnus-xmas-set-text-properties'.
20147         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20148         `gnus-xmas-completing-read'.
20149         (gnus-xmas-completing-read): Removed.
20150         (gnus-xmas-open-network-stream): Removed.
20151
20152         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20153         XEmacs version.
20154
20155         * dns.el (dns-make-network-process): Use `open-network-stream'
20156         instead of `gnus-xmas-open-network-stream'.
20157
20158         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20159
20160         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20161
20162 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20163
20164         * gnus-art.el (gnus-mime-display-alternative)
20165         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20166         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20167         Don't use gnus-local-map-property.
20168
20169         * gnus-util.el (gnus-local-map-property): Remove.
20170
20171         * mm-view.el (mm-view-pkcs7-decrypt):
20172         Replace gnus-completing-read-maybe-default with completing-read.
20173
20174         * gnus-util.el (gnus-completing-read): do.
20175         (gnus-completing-read-maybe-default): Remove.
20176
20177 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20178
20179         * password.el: Only autoload `run-at-time' if not XEmacs.
20180         Only autoload the itimer functions if XEmacs.
20181
20182 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20183
20184         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20185         XEmacsen.
20186
20187         * dgnushack.el: Autoload executable-find for XEmacs.
20188
20189 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20190
20191         * gnus-art.el (gnus-read-string): Remove.
20192         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20193         read-string.
20194
20195 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20196
20197         * netrc.el: Autoload password-read.
20198         (netrc): Add configuration group.
20199         (netrc-encoding-method, netrc-openssl-path):
20200         Add variables for encoding and decoding of files with symmetric
20201         ciphers.
20202         (netrc-encode): Add assistant function to encode a file with
20203         netrc-encoding-method.
20204         (netrc-parse): Add interactive parameter, added optional
20205         decoding if netrc-encoding-method is non-nil but otherwise
20206         behavior is standard.
20207         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20208         Do s/encode/encrypt/ everywhere.
20209
20210         * spam.el: Remove executable-find autoload.
20211
20212 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20213
20214         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20215
20216         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20217
20218 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20219
20220         * gnus-art.el (gnus-treat-ansi-sequences)
20221         (article-treat-ansi-sequences): New variable and function.
20222         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20223
20224         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20225         Use it.
20226
20227 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20228
20229         * mm-util.el (mm-quote-arg): Remove.
20230
20231         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20232         shell-quote-argument.
20233
20234         * gnus-uu.el (gnus-uu-command): do.
20235
20236         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20237
20238         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20239         with make-char.
20240
20241         * mm-util.el (mm-make-char): Remove.
20242
20243         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20244         add-minor-mode.
20245
20246         * gnus-undo.el (gnus-undo-mode): do.
20247
20248         * gnus-topic.el (gnus-topic-mode): do.
20249
20250         * gnus-sum.el (gnus-dead-summary-mode): do.
20251
20252         * gnus-start.el (gnus-slave-mode): do.
20253
20254         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20255
20256         * gnus-ml.el (gnus-mailing-list-mode): do.
20257
20258         * gnus-gl.el (gnus-grouplens-mode): do.
20259
20260         * gnus-draft.el (gnus-draft-mode): do.
20261
20262         * gnus-dired.el (gnus-dired-mode): do.
20263
20264         * gnus-ems.el (gnus-add-minor-mode): Remove.
20265
20266         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20267         Replace gnus-char-width with char-width.
20268
20269         * gnus-ems.el (gnus-char-width): Remove.
20270
20271         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20272         Replace gnus-char-width with char-width.
20273
20274         * gnus-ems.el (gnus-char-width): Remove.
20275
20276         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20277         definition.
20278         Remove Emacs 20 hash table compatibility code.
20279
20280         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20281         20 compatibility code.
20282
20283         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20284
20285         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20286
20287         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20288         Replace with point-at-{eol,bol}.
20289
20290         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20291
20292         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20293
20294         * flow-fill.el (fill-flowed-point-at-bol)
20295         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20296
20297         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20298         Replace with point-at-{eol,bol} throughout all files.
20299
20300 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * ntlm.el (ntlm-string-as-unibyte): New macro.
20303         (ntlm-build-auth-response): Use it.
20304
20305         Remove Emacs 20 stuff:
20306         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20307         (butlast, mapc, remove): Remove the compiler macros.
20308         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20309         of delq and copy-sequence.
20310         * gnus-art.el (popup-menu): Remove the compiler macro.
20311         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20312         Emacs 20.
20313
20314 2004-01-05  Simon Josefsson  <jas@extundo.com>
20315
20316         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20317         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20318         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20319         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20320         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20321         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20322         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20323         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20324         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20325         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20326         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20327         string-xor into ntlm-string-xor.
20328         Suggested by Jesper Harder <harder@myrealbox.com>.
20329
20330         * ntlm.el: Don't include poem.
20331
20332         * md4.el (print-int32, print-string-hexa): Remove.
20333         Suggested by Jesper Harder <harder@myrealbox.com>.
20334
20335         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20336
20337         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20338         probably breaks emacs with DL patch, but do we care? Is anyone
20339         still using the DL stuff?)
20340
20341         * sieve-manage.el: Use the password package.
20342         (sieve-manage-read-passwd): Remove.
20343         (sieve-manage-interactive-login): Use password.  Re-add
20344         condition-case around loop.
20345
20346         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20347         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20348         Use the password package.
20349
20350 2003-02-19  Simon Josefsson  <jas@extundo.com>
20351
20352         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20353         token.
20354
20355 2002-08-07  Simon Josefsson  <jas@extundo.com>
20356
20357         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20358         (sieve-manage-authenticators):
20359         (sieve-manage-authenticator-alist): Add some SASL mechs.
20360         (sieve-sasl-auth): New function.
20361         (sieve-manage-cram-md5-auth):
20362         (sieve-manage-plain-auth): Rewrite using SASL library.
20363         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20364         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20365         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20366         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20367
20368 2004-01-05  Simon Josefsson  <jas@extundo.com>
20369
20370         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20371         New files.
20372
20373 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20374
20375         * gnus-group.el (gnus-no-groups-message): Update.
20376
20377         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20378
20379 2003-11-09  Simon Josefsson  <jas@extundo.com>
20380
20381         * imap.el: Support for ID IMAP extension (RFC 2971).
20382         (imap-local-variables): Add imap-id.
20383         (imap-id): New variable.
20384         (imap-id): New function.
20385         (imap-parse-response): Parse untagged ID response.
20386         * nnimap.el (nnimap-id): New variable.
20387         (nnimap-open-connection): Use it.
20388
20389 2003-12-28  Simon Josefsson  <jas@extundo.com>
20390
20391         * gnus-score.el (gnus-score-edit-all-score): New.
20392         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20393
20394 2004-01-04  Simon Josefsson  <jas@extundo.com>
20395
20396         * password.el: Add.
20397
20398 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20399
20400         * dns.el (dns-query-types): Fix typo.
20401         (dns-query-types): New function.
20402         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20403         PTR and SOA replies, see RFC 1035.
20404
20405 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20406
20407         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20408
20409         * Move to Changelog.2.
20410
20411 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20412
20413         * gnus.el (gnus-version-number): Bump version.
20414
20415 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20416
20417         * gnus.el: No Gnus v0.1 is released.
20418
20419 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20420
20421         * gnus.el: No Gnus v0.0 is released.
20422
20423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20424
20425         * gnus.el (gnus-version-number): Bump.
20426         (gnus-version): No.
20427
20428 See ChangeLog.2 for earlier changes.
20429
20430   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20431
20432   This file is part of GNU Emacs.
20433
20434   GNU Emacs is free software: you can redistribute it and/or modify
20435   it under the terms of the GNU General Public License as published by
20436   the Free Software Foundation, either version 3 of the License, or
20437   (at your option) any later version.
20438
20439   GNU Emacs is distributed in the hope that it will be useful,
20440   but WITHOUT ANY WARRANTY; without even the implied warranty of
20441   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20442   GNU General Public License for more details.
20443
20444   You should have received a copy of the GNU General Public License
20445   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20446
20447 ;; Local Variables:
20448 ;; coding: utf-8
20449 ;; fill-column: 79
20450 ;; add-log-time-zone-rule: t
20451 ;; End: