(time-date): Require to make some autoload issues on XEmacs go away.
[gnus] / lisp / ChangeLog
1 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-util.el (float-time): If float-time is bound, always use it on
4         all Emacsen.  It's unclear why the subrp check was there.
5         (time-date): Require to make some autoload issues on XEmacs go away.
6
7         * shr.el (shr-put-color): Don't do the box padding in tables, since
8         they're already padded.
9
10 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-art.el (gnus-article-next-page): When the last line of the
13         article is displayed, scroll down once more instead of going to the
14         next article at once.
15         (article-lapsed-string): Refactor out and allow specifying how many
16         segments you want.
17         (gnus-article-setup-buffer): Start updating the lapsed header directly.
18         (gnus-article-update-lapsed-header): New variable.
19
20         * shr.el: Revert change that made headings use different-sized faces.
21         The Emacs display engine isn't advanced enough that, for instance,
22         tables can comfortably use differntly-sized faces.
23
24 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
25
26         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
27         used.
28         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
29         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
30         we're using an encrypted connection.
31
32         * proto-stream.el: Alter the interface functions to also return the
33         actual stream type used: network or tls.
34
35 2011-01-25  Julien Danjou  <julien@danjou.info>
36
37         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
38         (mm-display-javascript-inline): New function.
39
40         * mm-decode.el (mm-inline-media-tests): Add application/javascript
41         viewing function.
42
43 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * shr.el (shr-expand-newlines): Fix variable name.
46
47 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
48
49         * shr.el (shr-expand-newlines): Make nested boxes work.
50
51 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
52
53         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
54         backgrounds.
55         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
56         in a more sensible manner.
57
58 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
61         if EPG is loaded.
62
63 2011-01-24  Julien Danjou  <julien@danjou.info>
64
65         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
66         tags.
67
68 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
69
70         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
71         commands.
72
73         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
74         in the article buffer.
75         (gnus-gravatar-insert): Use blank space from the current buffer to
76         avoid breaking text properties.  This makes X-Sent updating work again.
77
78         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
79
80 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
83         fix the bug in url-http.el instead.
84
85         * shr.el (shr-image-fetched): Ditto.
86
87         * shr.el (shr-image-fetched): Avoid having point move in the article
88         buffer.
89
90         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
91         buffer after being called.  It's apparently being killed by url.el, and
92         killing it made point move to end-of-buffer in a random buffer.
93
94         * shr.el (shr-image-fetched): Ditto.
95
96 2011-01-23  Julien Danjou  <julien@danjou.info>
97
98         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
99
100         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
101         text/x-org.
102
103 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-sum.el (gnus-summary-move-article): Protect against backends
106         (i.e., nnimap) returning nil as the article number.
107
108 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
109
110         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
111         "DelSp" parameter in RFC3676.
112
113 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
114
115         * message.el (message-check-recipients): Display the encoded version of
116         the bogus address if they differ.
117
118         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
119         after sending.
120
121         * gnus-agent.el (gnus-agent-send-mail): Ditto.
122
123         * gnus-group.el (gnus-group-refresh-group): New convenience function.
124
125         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
126         group buffer after sending the queue.
127
128         * gnus-agent.el (gnus-agent-send-mail): Ditto.
129
130 2011-01-22  Julien Danjou  <julien@danjou.info>
131
132         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
133
134 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
135
136         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
137         nested related parts.
138
139         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
140         unexpired articles.  This fixes the regression that led expiry marks to
141         disappear from nnfolder groups.
142
143 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
144
145         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
146         Don't confuse the "ret" of "retrograde" with RET.
147
148 2011-01-21  Julien Danjou  <julien@danjou.info>
149
150         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
151         than mm-insert-inline.
152
153 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
156         Widen article buffer.
157
158 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
159
160         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
161         the temp buffer.
162         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
163
164 2011-01-20  Julien Danjou  <julien@danjou.info>
165
166         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
167
168         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
169         than mm-insert-inline to insert inline part: this respect
170         mm-inline-media-tests displayers.
171
172         * mm-view.el (mm-display-shell-script-inline): New function.
173
174         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
175
176         * mm-uu.el (mm-uu-type-alist): Add org block.
177         (mm-uu-org-src-code-block-extract): New function.
178
179         * mm-view.el (mm-display-org-inline): New function.
180
181         * mm-decode.el (mm-automatic-display): Add text/org.
182
183         * mailcap.el (mailcap-mime-extensions): Add .org.
184
185 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-art.el (gnus-article-highlight): Remove argument passed to
188         gnus-article-add-buttons.
189
190 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
191
192         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
193         From header with a date and "nobody" as the sender.
194
195 2011-01-19  Julien Danjou  <julien@danjou.info>
196
197         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
198         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
199         if you have the same regexp several times.
200         (gnus-button-push): Fix matching when regexp is symbol.
201
202 2011-01-15  Glenn Morris  <rgm@gnu.org>
203
204         * message.el (message-mail): A compose-mail function should
205         accept headers as strings.
206
207 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
208
209         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
210         Add :vert-only tags.
211         (message-mail): New arg RETURN-ACTION.
212         (message-return-action): New var.
213         (message-bury): Use it.
214         (message-mode): Make it buffer-local.
215         (message-send-and-exit): Always call message-bury.
216
217         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
218         message-mail.
219
220 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * nnimap.el (nnimap-convert-partial-article): Protect against
223         zero-length body parts.
224
225         * mm-decode.el (mm-preferred-alternative-precedence):
226         Discourage showing empty parts.
227
228         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
229         and stuff if the backend didn't return the article number.  This fixes
230         an Exchange-related nnimap bug.
231
232         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
233         group window, because it does the wrong thing when a separate frame
234         displays the group buffer.
235
236         * proto-stream.el (open-protocol-stream): Protect against the low-level
237         transport functions returning nil.
238
239 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
240
241         * mml2015.el (epg-sub-key-fingerprint): Autoload.
242         (mml2015-epg-find-usable-secret-key): New function.
243         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
244         mml2015-epg-find-usable-key (Bug#7797).
245         (mml2015-epg-encrypt): Ditto.
246
247 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * dgnushack.el (rot13-string): Fix the way to get the argument.
250
251 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
254
255 2011-01-03  Glenn Morris  <rgm@gnu.org>
256
257         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
258
259         * sieve.el (sieve-open-server): Give a more explicit error if
260         sieve-manage-open returns nil.  (Bug#7720)
261
262 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
263
264         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
265
266 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
269         This avoids sending passwords in plain text over non-encrypted
270         channels.
271
272         * shr.el (shr-rescale-image): Display all GIF images as animated images.
273
274         * nnimap.el (nnimap-login): Refactored out into own function, and
275         implement CRAM-MD5.
276         (nnimap-wait-for-line): Refactored out.
277
278         * mm-view.el (mml-smime): Require.
279
280 2010-12-20  David Engster  <deng@eml.cc>
281
282         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
283         use EPG to decrypt S/MIME messages instead of openssl.
284
285 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
288
289         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
290         status is the group clearly is unreachable.
291
292         * auth-source.el (auth-source-create): Add the optional second
293         parameter to `local-variable-p' to be compatible with XEmacs.
294
295 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
296
297         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
298         work when using a compressed nnml folder.
299
300 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
303         backends after sanitising on entry, because this never makes sense:
304         If the articles have gone missing, then the data no longer exists on
305         the backend, and if they haven't, then Gnus is wrong, and shouldn't
306         overwrite anything anyway.
307
308         * shr.el (shr-insert-document): Bind shr-width dynamically to
309         window-width if it's nil.
310
311 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
312
313         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
314         with the meaning of using the full emacs window width for rendering.
315
316 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
317
318         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
319         case when sender is not given.
320
321 2010-12-23  Julien Danjou  <julien@danjou.info>
322
323         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
324         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
325         the addresses, otherwise we might misplaced the gravatar.
326
327 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
328
329         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
330         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
331         obsolete in Emacs.
332
333 2010-12-20  Julien Danjou  <julien@danjou.info>
334
335         * gnus-util.el (gnus-rescale-image): Revert last change.
336
337 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
338
339         * binhex.el: Improve commentary (Bug#7482).
340
341 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus-group.el (gnus-group-delete-articles): New command.
344
345 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
346
347         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
348
349 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
352         here, since it's up to the backends to do CRLF removal if their
353         protocol has it.
354
355         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
356
357 2010-12-17  Julien Danjou  <julien@danjou.info>
358
359         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
360         they are from file. Can also scale up.
361
362 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
363
364         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
365         gnus-use-agent.
366         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
367
368         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
369
370 2010-12-17  Julien Danjou  <julien@danjou.info>
371
372         * gravatar.el (gravatar-retrieve-synchronously): New function.
373         (gravatar-get-data): Make more robust.
374
375 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
378
379 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
382         to really consider the last line.
383
384 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
385
386         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
387         list of recipient keys, or use symmetric encryption if not a list.
388         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
389         EPA override, replacing the call to `netrc-store-data'.
390
391 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
392
393         * gnus-srvr.el: Avoid passing nil regexp argument to
394         delete-matching-lines.
395
396 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
399         fetching stops when Gnus exits.
400
401         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
402         function.
403         (nnfolder-request-expire-articles): Save all the buffers after doing
404         expiry.
405
406         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
407         the last article", since that led to serious performance regressions
408         when expiring nnml groups.
409
410 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
411
412         * nnir.el: Improve customizations.
413
414 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
417
418         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
419         group has been killed.
420         (gnus-group-yank-group): Ditto.
421
422         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
423
424         * nnimap.el (nnimap-request-update-group-status): New function.
425
426         * gnus-int.el (gnus-request-update-group-status): New interface
427         function.
428
429         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
430         copying read-ness to the backends.
431
432         * nnimap.el (nnimap-quirk): New function.
433         (nnimap-retrieve-group-data-early): Use it.
434         (nnimap-quirks): New alist.
435
436 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * shr.el (shr-insert): Set shr-start after deleting trailing space;
439         don't delete it within indentation.
440
441 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
444         previous line.
445
446 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
449         QRESYNC command by deleting a superfluous space which broke Cyrus
450         servers.  This change will break other servers that are buggy the other
451         way around.
452
453 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * spam.el: Reindent and fix long lines.
456         (spam-copy-or-move-routine): Exclude invalid move destinations.
457
458 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
459
460         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
461         installed the registry.
462
463 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
466
467 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
470         groupname doesn't contain "gmane".
471
472 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
475         and netrc-bound-and-true-p bindings.
476         (netrc-parse): Cache the netrc contents.
477
478         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
479         (gnus-1): Don't create the nndrafts group twice.
480         (gnus-setup-news): There's no need to read the active file here, since
481         that's done again later on a per-backend basis.
482         (gnus-start-draft-setup): Make sure that the new group is started out
483         empty.
484
485         * gnus-agent.el (gnus-agentize): Don't create the queue group
486         automatically on startup.  It'll be created later, if needed.
487
488         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
489         of automatically subscribed groups.
490         (gnus-auto-subscribed-categories): New variable.
491         (gnus-matches-options-n): Use it.
492         (gnus-default-subscribed-newsgroups): Remove unused variable.
493         (gnus-start-draft-setup): Message a bit less.
494
495 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
496
497         * nnir.el (nnir-run-imap): Return article list in order of increasing
498         UID.
499
500 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-sum.el (gnus-summary-enter-digest-group):
503         Mention gnus-auto-select-on-ephemeral-exit.
504
505         * proto-stream.el (proto-stream-open-network-only): Fix the calling
506         convention of the network-only option.
507
508 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * proto-stream.el (proto-stream-open-network-only): New function to
511         have a way to specify non-STARTTLS upgrade connections.
512
513 2010-12-10  Julien Danjou  <julien@danjou.info>
514
515         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
516         email address is nil.
517
518         * message.el (message-bogus-recipient-p): Set address to "" if nil.
519
520 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
521
522         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
523         deletion.
524         (nnir-run-imap): Only need to parse list once.
525
526 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * shr.el (shr-tag-script): Ignore <script>.
529         (shr-tag-label): Add <label> support.
530
531 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
534
535         * shr.el (shr-image-displayer): Work for images lined side by side.
536
537 2010-12-08  Robert Pluim  <rpluim@gmail.com>
538
539         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
540         parameter, since XEmacs doesn't accept t as a parameter.
541
542 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
545         ids.
546         (nnir-run-gmane): Simplify groupspec formatting.
547         (nnir-request-expire-articles): New function.
548
549 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
552         overflow, possibly.
553
554         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
555         (shr-render-td): Handle td style="" better.
556         (shr-tag-table): Use the color from the style sheet.
557         (shr-render-td): Make sure we copy over all the overlays, too.
558
559 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
560
561         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
562         (nnir-request-article): Improve article retrieval.
563
564 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * mm-util.el (mm-extra-numeric-entities): New variable.
567
568         * mm-url.el (mm-url-decode-entities):
569         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
570
571         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
572
573 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
574
575         * message.el: Use completion-at-point.
576         (message-completion-function): New fun, extracted from message-tab.
577         (message-mode): Use it for completion-at-point-functions.
578         (message-tab): Use it and completion-at-point.
579
580 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
583         character if a non-breakable character follows.
584
585 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
588         any stream.
589
590         * shr.el (shr-tag-font): Colorize the region.
591         (shr-tag-body): Ditto.
592         (shr-tag-font): Actually let the styles be inherited instead of
593         overwriting them.
594         (shr-tag-font): Get the background color right.
595         (shr-tag-style): Ignore all <style> tags for the moment.
596
597         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
598         a Message-ID to avoid having nnimap depend on gnus-sum.
599
600         * shr.el (shr-descend): Only colorize something if we have a node that
601         sets colors.
602
603 2010-12-06  Julien Danjou  <julien@danjou.info>
604
605         * shr.el (shr-render-td): Render td content with shr-descend, so style
606         will be applied to <td> too.
607         (shr-colorize-region): Colorize region even if we only have a background.
608         (shr-tag-body): Fix color and background color inheritance.
609         Do not recolorize after shr-generic.
610         (shr-tag-font): Let shr-generic colorize via inheritance.
611
612 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
615
616 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
617
618         * nnir.el (nnir-request-move-article): Remove obsolete code.
619
620 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
623
624 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-sum.el (gnus-summary-respool-article): The completion function
627         expects a list instead of an alist.
628
629         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
630         string as the parameter.
631
632         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
633
634         * shr.el (shr-stylesheet): New dynamic variable for cascading the
635         styles.
636         (shr-colorize-region): New function.
637         (shr-insert-background-overlay): Remove.
638         (shr-render-td): Background setting should be taken care of on a higher
639         level.
640         (shr-tag-body): Use post-hoc colorizations.
641         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
642         (shr-put-color-1): Don't overwrite old colors.
643         (shr-colorize-region): When the background color isn't explicit, use
644         a fixed background.
645
646         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
647         nnmail variables.
648
649 2010-12-05  Bjørn Mork  <bjorn@mork.no>
650
651         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
652         unless necessary.
653
654 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
655
656         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
657         server.
658
659 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
662         so that TAB works.
663
664         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
665         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
666
667         * shr.el (shr-urlify): Show the URL before the title to avoid
668         misleading URLs.
669
670 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
671
672         * shr.el (shr-urlify): Display the title in <a> tags.
673
674 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
675
676         * nnir.el (nnir-categorize): Replace mapcar with mapc.
677
678 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
679
680         * nnir.el: Rearrange code to allow macros to be autoloaded by
681         gnus-sum.el.
682         (nnir-retrieve-headers-override-function): Make this variable
683         customizable.
684         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
685
686         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
687         from nnir.el.
688
689 2010-12-03  Julien Danjou  <julien@danjou.info>
690
691         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
692
693 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
696         allow optional argument `environment'.
697
698 2010-12-03  Glenn Morris  <rgm@gnu.org>
699
700         * mm-extern.el (message-goto-body): Update declaration.
701
702 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-util.el (gnus-macroexpand-all): New function.
705
706         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
707         instead of macroexpand-all that is unavailable in XEmacs.
708
709 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
710
711         * nnir.el (nnir-summary-line-format): New variable.
712         (nnir-mode): Use it.
713         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
714         (nnir-article-ids): Reimplement as defsubst.
715         (nnir-retrieve-headers): Don't mangle the subject header.
716         (nnir-run-imap): Use 100 as RSV score.
717         (nnir-run-find-grep): Fix for full server searching.
718         (nnir-run-gmane): Better restriction to gmane groups.
719
720         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
721         summary buffers.
722
723 2010-12-02  Julien Danjou  <julien@danjou.info>
724
725         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
726
727         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
728
729         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
730         support.
731
732 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
733
734         * nnir.el: Update to handle the registry better.
735         (autoload): Silence byte-compiler.
736         (nnir-open-server): Add a hook for nnir groups.
737         (nnir-request-move-article): Don't mangle the header. Better to use
738         formating variables (which will be added in the future).
739         (nnir-registry-action): Update the registry using the original article
740         group name.
741         (nnir-mode): Install nnir-specific hooks for updating the registry.
742
743         * gnus-sum.el
744         (gnus-article-original-subject,gnus-newsgroup-original-name):
745         Remove obsolete variables.
746         (gnus-summary-move-article): Remove use of obsolete variables.
747         (gnus-summary-local-variables): Make move and delete hooks local to
748         summary buffers.
749
750 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * rtree.el: New file.
753
754 2010-12-01  Julien Danjou  <julien@danjou.info>
755
756         * message.el (message-user-organization): Do not use
757         gnus-local-organization.
758
759         * gnus.el: Remove gnus-local-organization.
760
761         * gnus-msg.el: Remove nastygram thing.
762
763 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
766         funcall.
767
768 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
771         names.
772
773         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
774         characters.
775
776         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
777         to t of inhibit-read-only since it is inside gnus-with-article-headers.
778         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
779         (gnus-gravatar-transform-address): Use mail-extract-address-components
780         that supports non-ASCII names rather than mail-header-parse-addresses.
781
782 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * proto-stream.el (open-protocol-stream): All starttls connections are
785         handled by the network handler.
786
787 2010-11-30  Julien Danjou  <julien@danjou.info>
788
789         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
790         (nnimap-open-connection-1): Fix PREAUTH.
791
792         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
793
794 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
797         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
798         (shr-insert): Use them.
799         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
800
801 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
802
803         * nnir.el (nnir-request-move-article): Bail out if original group
804         doesn't support article moves.
805         (nnir-get-active): Improve active list retrieval.
806
807 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-find-fill-point): Don't break before apostrophes.
810
811 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
812
813         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
814         seem to accept strings-with-numbers as port numbers,
815
816 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
817
818         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
819         change the registry.
820
821 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
824         delete-dups that is not available in XEmacs 21.4.
825
826         * mm-util.el (mm-delete-duplicates): Add comment.
827
828 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
829
830         * nnir.el (nnir-ignored-newsgroups): New variable.
831         (nnir-get-active): Use it.
832
833 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * proto-stream.el (proto-stream-open-network): Add some comments.
836
837         * nntp.el (nntp-open-connection): Provide a :success condition.
838
839         * nnimap.el (nnimap-open-connection-1): Ditto.
840
841         * proto-stream.el (proto-stream-open-network): See what the response to
842         the STARTTLS command is.
843
844         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
845         backwards compatibility).
846         (nnimap-open-connection-1): Really respect nnimap-server-port.
847
848         * proto-stream.el (proto-stream-open-network): When doing opportunistic
849         TLS upgrades we don't really care about the identity of the peer.
850         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
851         that what we've checked for.
852         (proto-stream-always-use-starttls): Only default to t if
853         open-gnutls-stream exists.
854         (proto-stream-open-network): If STARTTLS failed, then just open a
855         normal connection.
856         (proto-stream-open-network): Wait until the greeting before doing
857         STARTTLS.
858
859         * nntp.el (nntp-open-connection): Report what the connection error is.
860
861         * proto-stream.el (open-protocol-stream): Rename from
862         open-proto-stream.
863
864 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * nnimap.el (nnimap-stream): Change default to `undecided'.
867         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
868         first, and then network.
869         (nnimap-open-connection-1): Respect nnimap-server-port.
870         (nnimap-open-connection): Be more backwards-compatible.
871
872         * proto-stream.el (proto-stream-always-use-starttls): New variable.
873         (proto-stream-open-starttls): De-duplicate the starttls code.
874         (proto-stream-open-starttls): Folded back into the main function.
875         (proto-stream-open-network): Fix typo in the gnutls path.
876         (proto-stream-command): Refactor out.
877
878         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
879
880         * proto-stream.el (proto-stream-open-starttls): Actually implement the
881         starttls.el STARTTLS.
882
883         * color.el (color-lab->srgb): Fix function call name.
884
885         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
886         if we're using tls.el.
887         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
888         built in, then don't try to establish a STARTTLS connection.
889
890         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
891         servers.
892
893         * proto-stream.el (open-proto-stream): Use network, not stream.
894         (open-proto-stream): Add a way to specify what the end of a command is.
895
896         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
897         connections types.
898         (nntp-open-network-stream): Remove.
899         (nntp-open-ssl-stream): Remove.
900         (nntp-open-tls-stream): Remove.
901         (nntp-ssl-program): Remove.
902
903         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
904
905 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * nnir.el: Fix typos.
908         (nnir-retrieve-headers-override-function): Rename variable to reflect
909         new semantics.
910         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
911         macros.
912         (nnir-request-article, nnir-request-move-article): Use them.
913         (nnir-categorize): New function.
914         (nnir-run-query): Use it.
915         (nnir-retrieve-headers): Rewrite to batch header retrieval.
916         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
917         sorted.
918         (nnir-group-full-name): Use gnus-group-full-name instead.
919         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
920         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
921
922 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
925
926         * proto-stream.el: New library to provide protocol-specific
927         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
928         protocols.
929         (open-proto-stream): Complete the documentation.
930         (proto-stream-open-network): Fix some typos.
931
932         * nnimap.el (nnimap-open-connection): Use it.
933
934 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
935
936         * pop3.el (pop3-open-server): Read server greeting before starting TLS
937         negotiation.
938
939 2010-11-26  Julien Danjou  <julien@danjou.info>
940
941         * color.el: Rename various rgb functions to srgb.
942
943 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
946         names.
947
948 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * shr.el (shr-insert): Revert last change.
951         (shr-find-fill-point): Never leave point being at bol;
952         relax the kinsoku limitation when rendering tables.
953
954 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
957         results from -accept-article.
958
959         * shr-color.el: Require cl when compiling.
960
961         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
962         checkin.
963
964         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
965
966         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
967
968         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
969         'add and 'delete to set backend marks.
970
971         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
972
973         * nnheader.el (nnheader-update-marks-actions): Refactor out.
974
975         * nntp.el (nntp-request-set-mark): Use it.
976
977         * nnfolder.el (nnfolder-request-set-mark): Ditto.
978
979         * nnml.el (nnml-request-set-mark): Ditto.
980
981         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
982         introduces regressions in article selection.
983         (nnimap-find-uid-response): New function.
984         (nnimap-request-accept-article): Use the UID returned, if any.
985         (nnimap-request-move-article): Use the UID returned, if any.
986         (nnimap-get-groups): Reimplement to work with folded lines.
987         (nnimap-find-uid-response): The UID is the last element in the list.
988         (nnimap-request-set-mark): Extend syntax with 'set.
989
990         * nnml.el (nnml-request-set-mark): Ditto.
991
992         * nnfolder.el (nnfolder-request-set-mark): Ditto.
993
994         * nntp.el (nntp-request-set-mark): Ditto.
995
996 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * message.el (message-called-interactively-p): A temporary macro.
999         (message-goto-body): Use it temporarily.
1000
1001 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1004         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1005         (nnimap-last-response-string): Fix last unfolding fix.
1006
1007 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * shr.el (shr-insert): Fix the way to fold lines.
1010
1011 2010-11-25  Julien Danjou  <julien@danjou.info>
1012
1013         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1014
1015         * color.el: Rename from color-lab.el
1016         (color-rgb->hex): Add.
1017         (color-complement): Add.
1018         (color-complement-hex): Add.
1019
1020         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1021
1022 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1025         don't exist.
1026
1027 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1030         assuming that article displaying or another mml-preview may be
1031         interrupted for an error or for the like.
1032
1033         * shr.el (shr-get-background): Fix argument name.
1034
1035 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1038
1039         * gnus-sum.el (gnus-summary-include-articles): New function.
1040
1041         * message.el (message-goto-body): called-interactively-p needs a
1042         parameter, so use `any'.
1043
1044         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1045         clear marks before moving, since they're synced from the Gnus side
1046         first.
1047
1048         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1049         (gnus-summary-move-article): Copy over all marks before moving, so that
1050         IMAP doesn't think a new article has arrived.
1051
1052 2010-11-24  Julien Danjou  <julien@danjou.info>
1053
1054         * shr.el (shr-insert-background-overlay): Fix typo.
1055         (shr-render-td): Copy the background before rendering.
1056
1057         * shr-color.el (shr-color-visible): Fix docstring.
1058
1059         * shr.el (shr-tag-table): Add bgcolor support.
1060         (shr-render-td): Add bgcolor support.
1061         (shr-get-background): Add.
1062         (shr-insert-foreground-overlay): Use shr-get-background.
1063
1064         * message.el (message-goto-body): Use called-interactively-p.
1065         (message-in-body-p): message-goto-body returns point.
1066
1067 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1070         Fixes something or other in Emacs 23, and is backwards compatible.
1071
1072         * message.el (message-goto-body): Remove the <#secure special-casing,
1073         which is too special.
1074
1075         * shr.el (shr-parse-style): Drop !important from styles.
1076
1077 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1078
1079         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1080         this function to return incorrect results when calling it with an
1081         explicit article argument different from
1082         (gnus-summary-article-number).
1083
1084 2010-11-24  Julien Danjou  <julien@danjou.info>
1085
1086         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1087         (shr-tag-body): Add background support.
1088         (shr-descend): Add background support.
1089         (shr-tag-title): Add.
1090
1091         * shr-color.el (shr-color-visible): Really return original background
1092         if fixed.
1093
1094 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * shr.el (shr-color-check): Protect against non-existant colour names.
1097
1098 2010-11-24  Julien Danjou  <julien@danjou.info>
1099
1100         * color-lab.el: Require 'cl when compiling.
1101
1102         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1103
1104         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1105         matched part.
1106
1107         * color-lab.el: Fix all expt calls to use float type.
1108
1109 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1112         expression to shr-color-check as is.
1113
1114         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1115
1116         * color-lab.el: Add coding cookie.
1117         (float-pi): Use eval-and-compile.
1118
1119         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1120         compiled for Emacsen having no `libxml-parse-html-region' support.
1121
1122 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * shr.el (shr-insert-color-overlay): Split stuff like
1125         "#444444 !important" to find the real colour.
1126         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1127         parse <font color="red"> entries.
1128
1129 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1130
1131         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1132         point when parsing headers.
1133
1134         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1135         is positioned properly when parsing headers.
1136
1137 2010-11-23  Julien Danjou  <julien@danjou.info>
1138
1139         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1140
1141         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1142
1143         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1144
1145         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1146         Use shr-color-hue-to-rgb.
1147         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1148
1149 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * shr.el (shr-color->hexadecimal): Autoload.
1152         (shr-descend): Add color to all tags.
1153
1154 2010-11-22  Julien Danjou  <julien@danjou.info>
1155
1156         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1157         shr-color->hexadecimal.
1158
1159         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1160         RGB() or HSL() color representation.
1161
1162         * shr.el (shr-tag-font): Add.
1163         (shr-tag-color-check): New function to get better colors.
1164         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1165         tag-span.
1166
1167         * shr-color.el: New file.
1168
1169         * color-lab.el: New file.
1170
1171         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1172
1173 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1174
1175         * nnir.el: Fix typo in comments.
1176         (nnir-run-imap): Simplify code. No need to reverse artlist.
1177         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1178
1179 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1182
1183         * nnimap.el (nnimap-get-capabilities): Refactor out.
1184         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1185
1186 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1187
1188         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1189         appearing when `mm-uu-hide-markers' is nil.
1190
1191 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * nnimap.el (nnimap-unselect-group): Make into its own function.
1194         (nnimap-request-rename-group): Unselect group before renaming.
1195         This had gotten lost somewhere.
1196         (nnimap-request-accept-article): Keep track of examined groups, and
1197         unselect the group before APPENDing to read-only groups.
1198         (nnimap-request-move-article): Clear flags before moving so that they
1199         can be re-set later.
1200
1201 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1204         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1205
1206 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-art.el (gnus-mime-display-single)
1209         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1210         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1211         parameter.
1212
1213 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1216         (shr-table-vertical-line): New variable.
1217         (shr-insert-table): Use it.
1218
1219 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-html.el (gnus-html-wash-images): Don't display images if
1222         gnus-inhibit-images is non-nil; register displayer for cid images.
1223         (gnus-html-display-image): Work for cid image.
1224         (gnus-html-insert-image): Allow arguments.
1225         (gnus-html-put-image): Inhibit read-only.
1226         (gnus-html-prefetch-images): Don't prefetch images if
1227         gnus-inhibit-images is non-nil.
1228
1229 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * shr.el (shr-put-image): Break lines when inserting big pictures.
1232
1233 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1234
1235         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1236         sender, thanks Katsumi Yamaoka.
1237
1238 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1239
1240         * nnir.el (nnir-run-imap): Reverse the article list for each group
1241         rather than the whole list.
1242
1243 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * shr.el (shr-image-displayer): Protect function against non-existent
1246         image source.
1247
1248         * gnus-art.el (gnus-inhibit-images): New user option.
1249         (gnus-mime-display-single): Don't display image if it is non-nil.
1250
1251         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1252         gnus-inhibit-images.
1253
1254         * shr.el (shr-image-displayer): New function.
1255         (shr-tag-img): Use it.
1256
1257 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1258
1259         * mml2015.el (mml2015-epg-sign): Use From header.
1260
1261 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1264
1265         * gnus-util.el (gnus-find-text-property-region): Return markers.
1266
1267         * shr.el (shr-tag-img): Put a displayer in the text property.
1268
1269         * gnus-util.el (gnus-find-text-property-region): New utility function.
1270
1271         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1272         (gnus-html-show-images): Remove.
1273
1274         * gnus-art.el (gnus-article-show-images): New, more general function.
1275
1276         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1277         image url text properties.
1278
1279         * shr.el: Ditto.
1280
1281         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1282         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1283
1284 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1287         work for two or more articles.
1288
1289 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1292         divide an image that's in an html article to two or more when washing
1293         non-ASCII characters in alt text of it.
1294
1295 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1298         smime-decrypt-region using function argument.
1299         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1300
1301         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1302
1303         * smime.el (smime-decrypt-region): Catch it.
1304
1305 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1306
1307         * smime.el (smime-mode-map): Move initialization into declaration.
1308         (gnus-run-mode-hooks): Don't autoload.
1309         (smime-mode): Use define-derived-mode.
1310
1311 2010-11-11  Glenn Morris  <rgm@gnu.org>
1312
1313         * smime.el (from): Restrict declaration to XEmacs.
1314
1315         * nnir.el (gnus-group-topic-name): Autoload.
1316
1317 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * shr.el (shr-insert): Don't break long line if it is because of
1320         kinsoku-bol characters in the line end.
1321
1322 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1323
1324         * nnir.el (nnir-request-move-article): Fix to provide original group
1325         and subject.
1326         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1327         been retrieved.
1328
1329         * gnus-sum.el (gnus-summary-move-article): Use original group and
1330         subject for virtual articles such as those in an nnir summary buffer.
1331
1332 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1335         least 21.5).
1336
1337         * smime.el (from): Declare it again for XEmacs.
1338
1339 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * message.el (message-resend): Don't disable encoding unless it's
1342         already encoded.
1343
1344         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1345         low-numbered articles.
1346
1347 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * rfc2047.el (rfc2047-syntax-table): Simplify.
1350
1351         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1352
1353         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1354         set-char-table-range for XEmacs.
1355
1356 2010-11-10  Glenn Morris  <rgm@gnu.org>
1357
1358         * time-date.el (time-to-seconds): Always an alias on Emacs,
1359         never a real function.
1360         (with-no-warnings): Remove compat stub, now unused.
1361         (time-less-p): Doc fix.
1362         (time-to-number-of-days): Simplify.
1363
1364         * smime.el (from): Remove unused declaration.
1365
1366         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1367         (gnus-float-time): On Emacs, always an alias.
1368
1369         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1370         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1371
1372 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * dgnushack.el: Don't use ignore-errors in the top level form since it
1375         is unavailable in XEmacs even if cl is loaded.
1376
1377         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1378
1379 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * shr.el (browse-url-mailto): Autoload.
1382
1383         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1384
1385         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1386         regexp doesn't need quoting.
1387
1388 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1389
1390         * message.el (message-subject-trailing-was-ask-regexp)
1391         (message-subject-trailing-was-regexp): Match was: in addition to was.
1392
1393 2010-11-09  Glenn Morris  <rgm@gnu.org>
1394
1395         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1396         (nnbabyl-check-mbox): Use point-at-bol.
1397
1398 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1401
1402         * message.el (message-mailto): New function.
1403         (message-mailto): Should accept other parameters.
1404         (message-mailto): Remove since it duplicates browse-url-mailto
1405         functionality.
1406
1407 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1410         methods.
1411         (gnus-read-active-file): Ditto.
1412
1413         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1414         ": " from the prompt.
1415         (gnus-group-make-group): Ditto.
1416
1417 2010-11-07  Glenn Morris  <rgm@gnu.org>
1418
1419         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1420         (gnus-bookmark-kill-line): Use point-at-eol.
1421
1422 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1425         asterisks in From header.
1426
1427 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1430         string to avoid making the From headers syntactically invalid.
1431
1432         * message.el (message-send-mail): Don't insert courtesy messages if the
1433         message already has List-Post and List-ID messages.
1434
1435 2010-11-06  Glenn Morris  <rgm@gnu.org>
1436
1437         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1438         `condition', `type', `length' a prefix.
1439         (gnus-treat-predicate): Update for above name changes.
1440
1441 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1442
1443         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1444         binding.  Handled by `gnus-summary-refer-thread' instead.
1445         (nnir-warp-to-article): New backend function.
1446
1447         * nnimap.el (nnimap-request-thread): Force dependency updating.
1448
1449         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1450         (gnus-summary-refer-thread): Rework to improve thread-referral.
1451
1452         * gnus-int.el (gnus-warp-to-article): New function.
1453
1454         * gnus-sum.el (gnus-summary-article-map): Bind it.
1455
1456 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1457
1458         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1459         gnus-summary-refer-thread.
1460
1461         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1462         headers.
1463         (gnus-summary-limit-include-thread): Prevent articles in thread from
1464         being cut in gnus-cut-threads.
1465         (gnus-summary-refer-thread): Limit retrieved headers to those in
1466         thread.
1467
1468 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * message.el (message-send-mail): Use the value of
1471         message-courtesy-message from the message buffer.
1472
1473         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1474
1475         * shr.el (shr-browse-url): Implement mailto: URLs.
1476
1477         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1478         "raw".
1479
1480         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1481         if it's already selected.
1482
1483         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1484
1485 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1488         to measure the length and truncate alt text.
1489
1490 2010-11-03  Glenn Morris  <rgm@gnu.org>
1491
1492         * nndiary.el (nndiary-generate-nov-databases-1)
1493         (nndiary-generate-active-info): Rename dynamic variable `files' to
1494         something less generic.
1495
1496 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1497
1498         * nnir.el (nnir-request-move-article): Call the underlying backend to
1499         move articles from nnir.
1500
1501 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1504
1505 2010-11-02  Julien Danjou  <julien@danjou.info>
1506
1507         * nnir.el: Remove wais support.
1508
1509 2010-11-02  Glenn Morris  <rgm@gnu.org>
1510
1511         * gnus-html.el: Reorder requirements to quieten compiler.
1512
1513 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1516         properly for XEmacs as well.
1517         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1518         (gnus-article-natural-long-line-p): Use window-width rather than
1519         frame-width.
1520
1521 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1522
1523         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1524         (nnir-read-parms): Don't modify query.
1525         (nnir-run-query): Add ability to search topic on current line.
1526         (nnir-get-active): Clean up.
1527
1528 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1531         degenerate articles.
1532
1533         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1534         (gnus-print-buffer): Just print the buffer as is, without any copying
1535         to a buffer and then re-highlighting.
1536
1537         * nnimap.el (nnimap-request-group): Store the new updated info.
1538         (nnimap-request-group): Select the group when we don't know whether it
1539         exists or not.
1540
1541         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1542         groups.
1543
1544         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1545         groups.
1546
1547         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1548         groups.
1549
1550         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1551         long-lines case by only filling the long lines.
1552
1553         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1554         (bug #7311).
1555
1556 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * shr.el: No need to declare `declare-function' since shr.el is for
1559         only Emacsen that provide `libxml-parse-html-region'.
1560
1561         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1562         effective only in a file it is referred to.
1563
1564 2010-11-01  Glenn Morris  <rgm@gnu.org>
1565
1566         * mm-util.el (gnus-completing-read): Autoload.
1567         (mm-read-coding-system): Simplify Emacs definition.
1568
1569         * nnmail.el (gnus-activate-group):
1570         * nnimap.el (gnutls-negotiate):
1571         * nntp.el (netrc-parse): Fix declarations.
1572
1573 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1576         string-match-p in Emacs >=23.
1577
1578         * gnus-msg.el (gnus-configure-posting-styles)
1579         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1580
1581 2010-11-01  Glenn Morris  <rgm@gnu.org>
1582
1583         * nnir.el (declare-function): Add compat stub.
1584         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1585         (nnir-run-gmane): Require 'mm-url.
1586
1587         * mm-util.el (mm-string-to-multibyte): Simplify.
1588
1589         * shr.el (declare-function): Add compat stub.
1590         (url-cache-create-filename): Declare.
1591         (mm-disable-multibyte, widget-convert-button): Autoload.
1592
1593         * smime.el (ldap-search): Declare.
1594         (smime-cert-by-ldap-1): Require ldap on Emacs.
1595
1596         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1597         (nnimap-keepalive): Use gnus-float-time.
1598
1599         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1600         (mail-source-delete-crash-box): Use gnus-float-time.
1601
1602         * gnus-dired.el (gnus-completing-read): Autoload.
1603
1604         * mm-view.el (gnus-rescale-image): Autoload.
1605
1606         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1607
1608         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1609
1610         * sieve-manage.el: Require 'cl when compiling.
1611
1612         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1613         (gnus-iswitchb-completing-read): Require iswitchb.
1614         (gnus-select-frame-set-input-focus): Silence compiler.
1615
1616 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * message.el (message-subject-trailing-was-query): Change default to t,
1619         since I think that's what most people want.
1620
1621         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1622         appending for easier debugging.
1623         (nnimap-wait-for-connection): Take a regexp.
1624         (nnimap-request-accept-article): Wait for the continuation line before
1625         sending anything unless we're streaming.
1626
1627         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1628         leave the header washing to take place.
1629
1630 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1631
1632         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1633         regular expression match and replace in posting styles.
1634
1635 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1636
1637         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1638         an entire server.
1639         (nnir-get-active): New function.
1640         (nnir-run-imap): Use it.
1641         (nnir-run-gmane): Who knew, gmane search returns an article score!
1642
1643         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1644         server on the current line with nnir.
1645
1646 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1649         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1650         left edge.
1651         (gnus-article-foldable-buffer): Skip past the prefix when determining
1652         raggedness.
1653
1654         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1655         the raw article, and change `C-u g' to show the article without doing
1656         treatments.
1657
1658         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1659         on to `gnus-treat-article'.
1660         (gnus-inhibit-article-treatments): New variable.
1661
1662         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1663
1664         * gnus-art.el (gnus-treatment-function-alist): Have
1665         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1666         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1667         sections.
1668
1669         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1670         parameter.
1671         (gnus-article-fill-cited-long-lines): New function.
1672         (gnus-article-fill-cited-article): Allow filling only long sections.
1673
1674         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1675         and non-punctuation (like after the apostrophe in "'We").
1676
1677         * gnus-sum.el (gnus-summary-select-article): Make sure
1678         gnus-original-article-buffer is alive.
1679
1680         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1681         reflect the order they're in in the digest.
1682
1683         * gnus.el (gnus-group-startup-message): Move point to the start of the
1684         buffer.
1685
1686         * nnimap.el (nnimap-capability): New function.
1687         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1688         is set.
1689
1690 2010-10-31  David Engster  <dengste@eml.cc>
1691
1692         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1693         conform with changes to gnus-completing-read.
1694
1695 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1698
1699 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1700
1701         * nnir.el: Move defvar, defcustom around to keep file organized
1702         and keep byte-compiler quiet.
1703         (nnir-read-parms): Accept search-engine as arg.
1704         (nnir-run-query): Pass search-engine as arg.
1705         (nnir-search-engine): Remove.
1706
1707 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * shr.el (shr-generic): The text nodes should be text, not :text.
1710
1711         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1712         later in the file.
1713
1714 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1715
1716         * nnir.el: General clean up.  Allow searching with multiple engines.
1717         Allow separate extra-parameters for each engine.
1718         Batch queries when possible.
1719         (nnir-imap-default-search-key,nnir-method-default-engines):
1720         Add customize interface.
1721         (nnir-run-gmane): New engine.
1722         (nnir-engines): Use it.  Qualify all prompts with engine name.
1723         (nnir-search-engine): Remove global variable.
1724         (nnir-run-hyrex): Restore for now.
1725         (nnir-extra-parms,nnir-search-history): New variables.
1726         (gnus-group-make-nnir-group): Use them.
1727         (nnir-group-server): Remove in favor of gnus-group-server.
1728         (nnir-request-group): Avoid searching twice.
1729         (nnir-sort-groups-by-server): New function.
1730
1731 2010-10-30  Julien Danjou  <julien@danjou.info>
1732
1733         * gnus-group.el: Remove gnus-group-fetch-control.
1734
1735         * gnus-start.el (gnus-find-new-newsgroups):
1736         Remove gnus-check-first-time-used.
1737
1738         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1739
1740 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1741
1742         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1743         set on groups that don't have \* permanentflags.
1744
1745 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1748         control the background color.
1749         (shr-tag-img): Ignore very small web bug type images.
1750         (shr-put-image): Add help-echo alt texts to the images.
1751         (shr-tag-video): Show the video poster image.
1752
1753 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * shr.el (shr-table-depth): New variable.
1756         (shr-tag-table-1): Only insert the images after the top-level table.
1757
1758         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1759
1760         * gnus-util.el (gnus-list-memq-of-list): New function.
1761
1762         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1763         selected.
1764         (nnimap-unsplittable-articles): New slot.
1765         (nnimap-new-articles): Use it.
1766
1767 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1768
1769         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1770         move to the previous line on `M-g'.
1771
1772 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1775         *-request-group, which seems unnecessary.
1776
1777         * nnimap.el (nnimap-quote-specials): Function copied over from
1778         imap.el.
1779         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1780         they support that.  Suggested by Tom Regner.
1781
1782 2010-10-29  Julien Danjou  <julien@danjou.info>
1783
1784         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1785         defalias.
1786         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1787
1788         * gnus.el: Remove `gnus-nntp-service' variable.
1789         (gnus-secondary-servers): Make obsolete.
1790         (gnus-nntp-server): Make obsolete.
1791
1792         * gnus-start.el (gnus-1): Remove x-splash calls.
1793
1794         * gnus-ems.el (gnus-x-splash): Remove.
1795
1796         * gnus.el (gnus-group-startup-message): Simplify/update code.
1797
1798         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1799         definition.
1800
1801         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1802         capability before doing anything.
1803         (gnus-group-insert-group-line): Remove useless
1804         gnus-group-remove-excess-properties.
1805
1806 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1809
1810 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1813         config after reselecting.
1814
1815 2010-10-28  Julien Danjou  <julien@danjou.info>
1816
1817         * shr.el (shr-put-image): Use point even if only inserting text.
1818         (shr-put-image): Save excursion when inserting alt text on non-graphic
1819         display, so the behaviour is the same when we are on a graphic display.
1820
1821         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1822
1823 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1826         (gnus-mime-copy-part): Check coding system, not charset.
1827         (gnus-mime-view-part-externally): Never remove part.
1828         (gnus-mime-view-part-internally): Don't remove part here.
1829         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1830         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1831         multipart/alternative.
1832
1833         * mm-decode.el (mm-display-part): Take optional arg `force'.
1834
1835 2010-10-26  Julien Danjou  <julien@danjou.info>
1836
1837         * gnus-group.el (gnus-group-default-list-level): Add this function to
1838         compute the default list level.
1839         (gnus-group-default-list-level): Add possibility to use a function.
1840
1841 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1844
1845         * gnus-group.el (gnus-group-completing-read)
1846         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1847         gnus-replace-in-string.
1848
1849 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * shr.el (shr-tag-div): Add.
1852
1853         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1854
1855 2010-10-25  Julien Danjou  <julien@danjou.info>
1856
1857         * gnus-util.el: Remove `gnus-with-local-quit'.
1858
1859         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1860
1861 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1864         the original article buffer.
1865
1866 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * nnimap.el (nnimap-request-head): New function.
1869         (nnimap-request-move-article): Try to be slighly faster by not
1870         requesting the entire message when moving.
1871         (nnimap-transform-headers): Don't bug out on bodiless articles.
1872         (nnimap-send-command): Have no outstanding messages if the IMAP server
1873         doesn't support streaming.
1874         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1875
1876 2010-10-24  Julien Danjou  <julien@danjou.info>
1877
1878         * message.el (message-default-headers): Fix type.
1879
1880 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1883         prefetching images.
1884
1885         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1886         backend for unknown groups.  This is mainly useful for nnimap groups.
1887
1888         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1889         group isn't covered by the agent.
1890
1891 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1892
1893         * nnir.el (nnir-method-default-engines): New variable.
1894         (nnir-run-query): Use it.
1895         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1896         (gnus-summary-nnir-goto-thread): Change group if needed.
1897
1898         * gnus-group.el (gnus-group-group-map): Add key binding for
1899         gnus-group-make-nnir-group.
1900
1901 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * shr.el (shr-tag-object): Add.
1904
1905         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1906         original article buffer live.
1907         (gnus-summary-select-article-buffer):
1908         Mention gnus-widen-article-buffer.
1909
1910 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * shr.el (shr-tag-strong): Add.
1913
1914 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1917         group names.  They mess up the group buffer badly.
1918
1919         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1920
1921         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1922         instead of the summary one.
1923
1924 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * mml.el (mml-preview): Work properly when editing article.
1927
1928         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1929         gnus-have-read-active-file if it's already been in.
1930
1931 2010-10-22  Tom Tromey  <tromey@redhat.com>
1932
1933         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1934         gnus-group-completing-read.
1935
1936 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * message.el (message-mode-map): Don't bind M-; to comment region, to
1939         allow the global comment-dwim to work.
1940
1941 2010-10-21  Julien Danjou  <julien@danjou.info>
1942
1943         * message.el (message-setup-1): Allow message-default-headers to be a
1944         function.
1945
1946 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * shr.el (shr-tag-table): Simplify.
1949
1950 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1953         to avoid trying to snarf invalid stuff.
1954
1955         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1956
1957         * gnus.el (gnus-message-archive-group): Quote value.
1958         (gnus-message-archive-group): Mark as changed.
1959
1960         * shr.el (shr-add-font): Don't put the font properties on the newline
1961         or the indentation.
1962
1963         * message.el (message-fix-before-sending): Change options when sending
1964         non-printable characters.
1965
1966         * gnus.el (gnus-message-archive-method): Change the default to
1967         monthly outgoing groups.
1968
1969         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1970         that have gotten new numbers.
1971
1972         * nnimap.el (nnimap-request-replace-article): New function.
1973
1974 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1977         (nnrss-request-article): Don't use special html washing code.
1978
1979 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * shr.el (shr-tag-table): Remove useless nconc.
1982
1983 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-art.el (article-wash-html): Simplify and remove the charset
1986         stuff.  Use the normal html rendering code instead of the special html
1987         washing code.
1988
1989         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1990         `gnus-w3m' symbols.
1991         (mm-text-html-washer-alist): Remove.
1992
1993         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1994         (mm-inline-media-tests): Remove use.
1995         (mm-text-html-renderer): Change default to the `shr' symbol.
1996
1997         * mm-view.el (mm-inline-text-html): Remove use.
1998
1999         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2000         `gnus-blocked-images' to be a function.
2001         (gnus-article-wash-function): Remove.
2002
2003 2010-10-20  Julien Danjou  <julien@danjou.info>
2004
2005         * spam.el (spam-list-of-processors): Mark as obsolete.
2006
2007         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2008         (nnimap-insert-partial-structure): Fix boundary detection.
2009
2010 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2011
2012         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2013         run file-truename on remote files.  This can be expensive and even
2014         prevent one from editing drafts if some unrelated buffer has a stale
2015         connection.
2016
2017 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2020         kinsoku-eol regardless of shr-kinsoku-shorten.
2021         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2022         (shr-tag-table): Support caption, thead, and tfoot.
2023
2024 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2027         lines.
2028         (shr-save-contents): New command and keystroke.
2029
2030         * nndoc.el (nndoc-type-alist): Add git support.
2031         (nndoc-git-type-p): New function.
2032         (nndoc-transform-git-article): Ditto.
2033         (nndoc-transform-git-headers): Ditto.
2034         (nndoc-transform-git-headers): Generate Subject headers.
2035
2036         * shr.el (shr-parse-style): New function.
2037         (shr-tag-span): Ditto.
2038
2039         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2040         to `G G' to avoid collisions.
2041
2042 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * shr.el: Load kinsoku if necessary.
2045         (shr-kinsoku-shorten): New internal variable.
2046         (shr-find-fill-point): Make kinsoku shorten text line if
2047         shr-kinsoku-shorten is bound to non-nil.
2048         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2049         shr-indentation too when testing if table is wider than frame width.
2050         (shr-insert-table): Use `string-width' instead of `length' to measure
2051         text width.
2052         (shr-insert-table-ruler): Make sure indentation is done at bol.
2053
2054 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2055
2056         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2057         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2058         undecoded network data.
2059
2060 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2063         name in the mode line spec so that the mode line menu works
2064         (bug #2431).
2065
2066         * message.el (message-get-reply-headers): If we're fed `to-address',
2067         then always use that.
2068
2069         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2070         aren't so wide as to need to switch off the edit menu.
2071
2072         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2073         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2074
2075         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2076         `M-g'.
2077         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2078         the permanent marks.
2079
2080 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2081
2082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2083         Splitting according to references/in-reply-to obeys the ignore-groups
2084         variable, while splitting by sender and subject do not.
2085
2086 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2089         alist, so that we can look for non-Unicode chars.
2090         (article-translate-strings): Allow both character and string maps.
2091
2092 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-insert): Don't insert space behind a wide character
2095         categorized as kinsoku-bol, or between characters both categorized as
2096         nospace.
2097
2098 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2099
2100         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2101         headers to gnus-newsgroup-headers.
2102
2103 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * shr.el (shr-tag-img): Don't align images -- since we're not
2106         rescaling, this often leads to ugly displays.
2107
2108 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2109
2110         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2111         duplicates.
2112
2113 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2114
2115         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2116         call.
2117
2118 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * gnus.el: Autoload gnus-html-show-images.
2121
2122         * nnimap.el: Use nnheader-message throughout.
2123
2124         * shr.el (shr-tag-img): Ignore images with no data.
2125
2126 2010-10-15  Julien Danjou  <julien@danjou.info>
2127
2128         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2129         a possibility to disable format=flow encoding when using hard newlines.
2130
2131 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * shr.el (shr-insert): Remove space inserted before or after a
2134         breakable character or at the beginning or the end of a line.
2135         (shr-find-fill-point): Do kinsoku; find the second best point or give
2136         it up if there's no breakable point.
2137
2138 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * nnimap.el (nnimap-open-connection): Message when opening connection
2141         for debugging purposes.
2142
2143         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2144         on every setup buffer call to allow this to change from article to
2145         article.
2146
2147         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2148         buffers where we have a wide table.
2149
2150 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2151
2152         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2153         uses *-request-thread.
2154
2155 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2158         incantation, which is no longer valid.
2159
2160 2010-10-14  Julien Danjou  <julien@danjou.info>
2161
2162         * shr.el: Fix defcustom type (char -> character).
2163
2164 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2167         programs.
2168
2169 2010-10-14  Julien Danjou  <julien@danjou.info>
2170
2171         * shr.el (shr-tag-a): Use url-link as widget type.
2172
2173         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2174         `gnus-group-get-icon'.
2175
2176 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2179         This should make server editing work better.
2180
2181         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2182
2183         * tls.el (tls-program): Remove spurious %s from openssl.
2184
2185         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2186         (nnimap-parse-flags): Fix regexp.
2187
2188         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2189         probably work for CJVK text, too.
2190
2191         * nnimap.el (nnimap-extend-tls-programs): Remove.
2192         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2193
2194         * tls.el (tls-starttls-switches): Remove starttls hack.
2195         (open-tls-stream): Ditto.
2196         (tls-find-starttls-argument): Ditto.
2197
2198 2010-10-13  Julien Danjou  <julien@danjou.info>
2199
2200         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2201         responses.
2202
2203 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2206
2207         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2208         anything in Emacs.
2209
2210         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2211
2212 2010-10-13  Julien Danjou  <julien@danjou.info>
2213
2214         * shr.el (shr-width): Make shr-width a defcustom with default to
2215         fill-column.
2216         (shr-tag-img): Use shr-width rather than fill-column.
2217
2218 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * dgnushack.el (byte-optimize-apply)
2221         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2222
2223         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2224         position when (X-)Faces exist.
2225         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2226         avatars when called interactively.
2227
2228 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2231         gnus-article-x-face-too-ugly is bound.
2232
2233 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2236
2237         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2238         mailbox that doesn't exist.
2239
2240 2010-10-12  Julien Danjou  <julien@danjou.info>
2241
2242         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2243         (shr-get-image-data): Encode URL properly when fetching from cache.
2244         (shr-tag-img): Use aligned-to spaces to align correctly images.
2245
2246         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2247         before inserting the Gravatar.
2248
2249         * shr.el (shr-tag-img): Add align attribute support for <img>.
2250
2251 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-gravatar.el (gnus-art): Require.
2254
2255         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2256         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2257         Remove long obsoleted functions.
2258
2259 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2262
2263         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2264
2265         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2266         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2267         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2268         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2269         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2270         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2271         * sieve-manage.el, smime.el, spam.el:
2272         Fix comment for declare-function.
2273
2274 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * nnimap.el (nnimap-request-rename-group): Select group read-only
2277         before renaming it.
2278
2279         * shr.el (shr-insert): Fix up the white space only regexp.
2280
2281         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2282         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2283
2284         * shr.el (shr-current-column): New function.
2285         (shr-find-fill-point): New function.
2286
2287 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2288
2289         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2290         numbers.
2291
2292 2010-10-11  Julien Danjou  <julien@danjou.info>
2293
2294         * shr.el (shr-hr-line): Add.
2295         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2296         display hr lines.
2297         (shr-max-columns): Do not change state to nil if we just inserting
2298         spaces.
2299
2300 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2303         select the last group.
2304
2305 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2308
2309 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2310
2311         * dig.el (dig-mode-map): Declare and define in one step.
2312
2313 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2316         for Gnus.
2317         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2318         (nnimap-update-qresync-info): Mark \Seen articles as read.
2319
2320         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2321         non-variable, too.
2322
2323         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2324         available.
2325         (nnimap-update-info): Rely more on the current active than the param
2326         active to avoid marking articles as read too much.
2327
2328         * auth-source.el (auth-source-create): Use (user-login-name) for the
2329         user name default.
2330
2331         * nnimap.el (nnimap-update-info): If the server doesn't return any
2332         useful info, just use the previous info.
2333         (nnimap-update-info): Prefer old info over start-article.
2334         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2335
2336 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2337
2338         * nnir.el (autoload): Clean up autoloads.
2339         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2340         Use key rather than value.
2341         (nnir-imap-search-other): New variable.
2342         (nnir-read-parm): Use it.
2343         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2344         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2345
2346 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2347
2348         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2349         the process, too.
2350
2351 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * spam.el (gnus-summary-mode-map): Bind to "$".
2354         Suggested by Russ Allbery.
2355
2356         * shr.el: Rework the way things are indented by <li> slightly.
2357
2358         * gnus.el (gnus-group-set-parameter): Fix typo.
2359
2360         * nnimap.el: Start implementing QRESYNC support.
2361
2362 2010-10-09  Julien Danjou  <julien@danjou.info>
2363
2364         * nnir.el (nnir-engines): Fix too many arguments.
2365
2366 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2369         group is the "last", so that the backends like nnfolder actually save
2370         their folders.
2371
2372         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2373         try to use that for the tls stream.
2374         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2375         UIDVALIDITY and find out which groups are read-only and not.
2376         (nnimap-get-flags): Use the same marks parsing code as the rest of
2377         nnimap.
2378
2379 2010-10-09  Julien Danjou  <julien@danjou.info>
2380
2381         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2382
2383         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2384         retrieving gravatars.
2385
2386         * shr.el (shr-table-corner): Add.
2387         (shr-table-line): Add.
2388         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2389
2390 2010-10-08  Julien Danjou  <julien@danjou.info>
2391
2392         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2393
2394 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2397
2398         * gnus-sum.el (gnus-mark-article-as-unread)
2399         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2400         (gnus-summary-set-bookmark): Use it.
2401
2402         * gnus-msg.el (gnus-setup-message): Use it.
2403
2404         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2405
2406         * gnus.el (gnus-group-remove-parameter): Use it.
2407
2408         * gnus-group.el (gnus-group-make-web-group): Use it.
2409
2410         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2411
2412         * nnregistry.el: Update docs to mention manual.
2413
2414         * gnus-registry.el: Update docs to mention nnregistry.el.
2415         (gnus-registry-initialize): Don't install nnregistry refer method
2416         automatically.
2417         (gnus-registry-install-nnregistry): Remove it.
2418
2419 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * shr.el (shr-insert): Don't insert double spaces.
2422
2423 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-gravatar.el (gnus-treat-from-gravatar)
2426         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2427         called interactively.
2428
2429         * gnus-art.el (gnus-mime-view-part-externally)
2430         (gnus-mime-view-part-internally): Make predicate function passed to
2431         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2432         of a mime type.
2433
2434         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2435
2436 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * shr.el (require): Require cl when compiling.
2439         (shr-tag-hr): New function.
2440
2441         * nnimap.el (nnimap-update-info): Remove double setting of high.
2442         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2443         This makes nnimap work properly on Courier again.
2444
2445         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2446         the variable for backwards compatability.
2447
2448         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2449         the file name before using to avoid setting mm-default-directory to
2450         nil.
2451
2452         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2453         bidning gnus-agent variables.
2454
2455         * shr.el (shr-render-td): Use a cache for the table rendering function
2456         to avoid getting an exponential rendering behaviour in nested tables.
2457         (shr-insert): Rework the line-breaking algorithm.
2458         (shr-insert): Don't leave trailing spaces.
2459         (shr-insert-table): Also insert empty TDs.
2460         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2461
2462 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2463
2464         * gnus-sum.el (gnus-number): Rename from `number'.
2465         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2466         (gnus-summary-limit-children): Update uses correspondingly.
2467
2468 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2471         (gnus-gravatar-transform-address): Don't show avatars of people of
2472         which mail addresses match gnus-gravatar-too-ugly.
2473
2474 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * shr.el (shr-table-widths): Expand TD elements to fill available
2477         space.
2478
2479 2010-10-07  Julien Danjou  <julien@danjou.info>
2480
2481         * nnimap.el (nnimap-request-rename-group): Add this method.
2482
2483 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2486         name from XEmacs' function-arglist.
2487
2488         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2489         gravatar under XEmacs.
2490
2491 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2492
2493         * auth-source.el: Update docs with TODO items.
2494
2495         * gnus-sync.el: Update docs to explain state and plans.
2496
2497         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2498         Hooks for mark updates.
2499         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2500
2501         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2502         hooks with arguments, which is needed for mark update hooks.
2503
2504 2010-10-06  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2507         was matched.
2508
2509         * sieve-manage.el: Update example in `Commentary'.
2510
2511         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2512
2513         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2514         not 2000.
2515         (sieve-manage-authenticate): Re-add function.
2516
2517 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * shr.el (shr-insert): Get 'space transition right.
2520         (shr-render-td): Only delete space at the end of the TD.
2521
2522         * nnimap.el (nnimap-open-connection): Prepare to support
2523         open-gnutls-stream.
2524
2525         * shr.el: Rearrange function order to be more logical.
2526
2527 2010-10-06  Julien Danjou  <julien@danjou.info>
2528
2529         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2530         (nnrss-discover-feed): Remove 404 URL in docstring.
2531
2532         * nnir.el: Fix Swish-E URL.
2533         Fix Namazu URL.
2534
2535         * message.el (message-change-subject): Remove 404 URL in a comment.
2536
2537 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2540         called interactively.
2541
2542         * gnus-util.el (gnus-remove-if): Allow hash table.
2543         (gnus-remove-if-not): New function.
2544
2545         * gnus-art.el (gnus-mime-view-part-as-type)
2546         * gnus-score.el (gnus-summary-score-effect)
2547         * gnus-sum.el (gnus-read-move-group-name):
2548         Replace remove-if-not with gnus-remove-if-not.
2549
2550         * gnus-group.el (gnus-group-completing-read):
2551         Regard collection as a hash table if it is not a list.
2552
2553 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2556
2557         * shr.el: Document the table-rendering algorithm.
2558
2559 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2562         for Emacsen having no `libxml-parse-html-region' support.
2563
2564 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2567         invalid URLs.
2568
2569         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2570         line-broken.
2571         (shr-tag-img): Ignore image fetching errors.
2572         (shr-overlays-in-region): Compute overlay positions correctly.
2573
2574         * mm-decode.el (mm-shr): Require shr.
2575
2576         * gnus-art.el (gnus-blocked-images): Move variable here.
2577
2578         * shr.el (shr-insert-table): Bind free variable.
2579
2580         * mm-decode.el (mm-shr): Bind shr-content-function.
2581
2582         * shr.el (shr-content-function): New variable.
2583
2584         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2585         added for symmetry.
2586
2587         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2588
2589         * gnus-group.el (gnus-group-make-group): Doc fix.
2590
2591         * nnimap.el (nnimap-request-newgroups): Return success.
2592
2593         * shr.el (shr-find-elements): New function.
2594         (shr-tag-table): Put all the images after the table.
2595         (shr-tag-table): Really inhibit images inside the table.
2596         (shr-collect-overlays): Copy over overlays from the TD elements to the
2597         main document.
2598
2599         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2600         gnus-blocked-images.
2601
2602 2010-10-05  Julien Danjou  <julien@danjou.info>
2603
2604         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2605
2606         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2607         (gnus-html-maximum-image-size): Add this function.
2608         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2609
2610         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2611         server-value of the capability is nil.
2612
2613 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * shr.el (shr-tag-em): Add <EM> tag.
2616
2617 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2618
2619         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2620         customizable.
2621
2622         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2623         handing broken links to browse-url.
2624
2625 2010-10-05  Julien Danjou  <julien@danjou.info>
2626
2627         * gnus-util.el (gnus-emacs-completing-read)
2628         (gnus-iswitchb-completing-read): Use autoload rather than require.
2629
2630 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2633         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2634         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2635         iswitchb-temp-buflist for XEmacs.
2636
2637         * gnus-util.el (gnus-completing-read-function): Exclude
2638         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2639         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2640         XEmacs.
2641
2642         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2643         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2644
2645         * gnus-html.el: Don't require help-fns under XEmacs.
2646         (gnus-html-schedule-image-fetching): Work for XEmacs.
2647
2648         * mm-decode.el (mm-shr): Decode contents by charset.
2649
2650 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2653         unknown.
2654
2655         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2656         (shr-get-image-data): Ensure against the cache file missing.
2657
2658         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2659         for data.
2660
2661         * spam-report.el (spam-report-url-ping-plain): Don't query about
2662         killing the process.
2663
2664         * shr.el (shr-render-td): Protect against too-wide text.
2665
2666 2010-10-04  Julien Danjou  <julien@danjou.info>
2667
2668         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2669         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2670
2671         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2672         retrieved.
2673
2674 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * shr.el (browse-url): Require.
2677         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2678         lines.
2679         (shr-show-alt-text, shr-browse-image): New commands.
2680         (shr-browse-url, shr-copy-url): New commands.
2681
2682         * gnus-sum.el (gnus-widen-article-window): New variable.
2683         (gnus-summary-select-article-buffer): Use it.
2684
2685         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2686         without @ signs.
2687
2688 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2689
2690         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2691
2692 2010-10-04  Julien Danjou  <julien@danjou.info>
2693
2694         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2695         for XEmacs.
2696
2697 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2700
2701         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2702         (nnimap-close-server): Implement.
2703
2704         * dgnushack.el (iswitchb): Require to shut up the compiler.
2705
2706         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2707         (shr-insert): Tweak line breaking.
2708         (shr-insert): Handle <pre> better.
2709         (shr-tag-li): Get <li> indentation right.
2710         (shr-tag-li): Get <li> indentation even righter.
2711         (shr-tag-blockquote): Ensure paragraph start.
2712         (shr-make-table): Tweak table generation.
2713         (shr-make-table): Fix typo.
2714
2715         * shr.el: Implement table rendering.
2716
2717 2010-10-04  Julien Danjou  <julien@danjou.info>
2718
2719         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2720
2721 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * shr.el (shr-insert): Use string anchors instead of line anchors.
2724
2725 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * shr.el: Add headings.
2728         (shr-ensure-paragraph): Actually work.
2729         (shr-tag-li): Make <ul> prettier.
2730         (shr-insert): Get white space at the beginning/end of elements right.
2731         (shr-tag-p): Collapse subsequent <p>s.
2732         (shr-ensure-paragraph): Don't insert double line feeds after blank
2733         lines.
2734         (shr-insert): \t is also space.
2735         (shr-tag-s): Fix "s" tag name function.
2736         (shr-tag-s): Fix face prop name.
2737
2738 2010-10-03  Julien Danjou  <julien@danjou.info>
2739
2740         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2741
2742         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2743         gnus-window-inside-pixel-edges.
2744
2745         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2746         gnus-ems.
2747
2748         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2749
2750         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2751         function.
2752
2753         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2754         resize choice.
2755
2756 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2759         beginning of the buffer.
2760
2761         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2762         article buffer again.
2763
2764         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2765
2766         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2767         when it's at the start of the buffer.
2768
2769         * shr.el (shr-tag-blockquote): Convert name.
2770         (shr-rescale-image): Use the right image-size variant.
2771
2772         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2773         buffer isn't shown, then select the current article first instead of
2774         bugging out.
2775         (gnus-summary-select-article-buffer): Show both the article and summary
2776         buffers again.
2777
2778         * shr.el (shr-fontize-cont): Protect against regions with no text.
2779         Rename tag functions to shr-tag-* for enhanced security.
2780         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2781
2782 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2783
2784         * shr.el (shr-insert):
2785         * pop3.el (pop3-movemail):
2786         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2787         loaded.
2788
2789 2010-10-03  Glenn Morris  <rgm@gnu.org>
2790
2791         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2792
2793         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2794
2795         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2796
2797         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2798
2799         * gnus-util.el (gnus-make-local-hook): Simplify.
2800
2801 2010-10-02  Julien Danjou  <julien@danjou.info>
2802
2803         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2804         (gnus-ido-completing-read): New function.
2805         (gnus-emacs-completing-read): New function.
2806         (gnus-completing-read): Use gnus-completing-read-function.
2807         Add gnus-completing-read-function.
2808
2809 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * shr.el (shr-insert-document): Autoload.
2812         (shr-img): Be silent.
2813         (shr-insert): Add a newline after every picture before text.
2814         (shr-add-font): Use overlays for combining faces.
2815         (shr-insert): Pass upwards the text start point.
2816
2817         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2818         possible.
2819         (mm-shr): New function.
2820
2821 2010-10-02  Julien Danjou  <julien@danjou.info>
2822
2823         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2824         should go backward.
2825
2826 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2827
2828         * shr.el (shr): Fix typo in provide call.
2829
2830 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * shr.el: New file.
2833
2834         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2835
2836         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2837         completing read.
2838
2839 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2842         we're being queried about.  Suggested by Dan Jacobson.
2843
2844         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2845         Suggested by Jason Eisner.
2846
2847         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2848         table, too.  Suggested by Stefan Wiens.
2849         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2850         the table unnecessary.  Suggested by Stefan Wiens.
2851
2852         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2853         longer needed, and probably doesn't work either, as pointed out by
2854         Stefan Wiens.
2855         (gnus-summary-exit): Remove call to the clearing function.
2856         (gnus-summary-exit-no-update): Ditto.
2857
2858         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2859         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2860         Reported by Stefan Monnier.
2861         (gnus-summary-save-in-rmail): Ditto.
2862
2863         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2864         article buffer, instead of both the article buffer and the summary
2865         buffer.  Sort of suggested by Dan Jacobson.
2866
2867         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2868
2869         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2870         Suggested by Dan Jacobson.
2871
2872         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2873         documentation clearer.
2874
2875         * message.el (message-shorten-references): Comment on the number "21".
2876         Suggested by Stefan Monnier.
2877
2878         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2879         Suggested by Dan Jacobson.
2880
2881         * gnus.el (gnus-large-newsgroup):
2882         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2883
2884         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2885         externalize attachments.  Bug reported by Steve Wen.
2886
2887         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2888         really message anything to the user.
2889
2890         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2891         directly.
2892
2893         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2894         messages in empty groups.
2895
2896 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2897
2898         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2899         non-UIDNEXT group.
2900
2901 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2904         not the value from the collection.
2905
2906         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2907         values.  This sometimes happens on some groups that have no info.
2908         (nnimap-request-newgroups): New function.
2909
2910 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2913         check into `gnus-registry-initialize'.
2914         (gnus-registry-initialize): Ditto.
2915         Fix and extend header docs.
2916
2917 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2920         regexp backtrace overflows.
2921
2922         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2923         for starttls that tls.el implements; i.e. openssl.
2924
2925         * tls.el (tls-starttls-switches): Give up on using starttls with
2926         gnutls-cli.
2927         (tls-program): Add --insecure to be consistent with the defaults from
2928         openssl s_client.  Now all three commands are insecure.
2929
2930 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * lpath.el: Bind completion-styles-alist for XEmacs.
2933
2934         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2935         (gravatar-create-image): New function that's an alias to
2936         gnus-xmas-create-image, gnus-create-image, or create-image.
2937         (gravatar-data->image): Use it.
2938
2939 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2942         install the nnregistry refer method.
2943         (gnus-registry-install-hooks): Use it.
2944         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2945         unfollowed groups.
2946
2947 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2948
2949         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2950         expanding threads.
2951
2952 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnir.el: Use the server names without suffixes (bug #7009).
2955
2956         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2957         unencrypted to STARTTLS, if possible.
2958
2959 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2960
2961         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2962         headers before superseding.
2963
2964 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * nnrss.el (nnrss-use-local): Add documentation.
2967
2968         * nnimap.el (nnimap-extend-tls-programs): New function.
2969         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2970         (nnimap-wait-for-connection): Accept the greeting from the stupid
2971         output from openssl s_client -starttls, too.
2972
2973         * tls.el (tls-starttls-switches): New variable.
2974         (tls-find-starttls-argument): Use it.
2975         (open-tls-stream): Ditto.
2976
2977         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2978         (netrc-machine): Ditto.
2979
2980         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2981         article number.
2982         (nnimap-split-fancy): New variable.
2983         (nnimap-split-incoming-mail): Use it.
2984
2985         * nntp.el (nntp-server-list-active-group): Document.
2986
2987         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2988         SELECT to get the message-id.
2989
2990         * mail-source.el (mail-sources): Remove webmail support.
2991         (defvar): Ditto.
2992         (mail-source-fetcher-alist): Ditto.
2993         (mail-source-fetch-webmail): Remove.
2994
2995         * webmail.el: Remove -- doesn't seem relevant any more.
2996
2997         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2998
2999         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3000         the \r.
3001
3002 2010-09-30  Julien Danjou  <julien@danjou.info>
3003
3004         * gnus-agent.el (gnus-agent-add-group): Fix call to
3005         gnus-completing-read.
3006
3007 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * nndoc.el (nndoc-retrieve-groups): New function.
3010
3011         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3012         `default', use nnmail-split-methods.
3013         (nnimap-request-article): Downcase the NILs so that they are nil.
3014
3015         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3016         symbol.
3017
3018         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3019         code, since if the user has requested network, that's what they ought
3020         to get.
3021         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3022         (nnimap-split-rule): Mark as obsolete.
3023
3024         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3025         New variable.
3026
3027         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3028         correct slot, too.
3029
3030 2010-09-29  Julien Danjou  <julien@danjou.info>
3031
3032         * gnus.el (gnus-local-domain): Declare variable obsolete.
3033
3034         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3035         Fix history computing.
3036         (gnus-ido-completing-read): Require ido.
3037
3038 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3041         build Gnus.
3042
3043         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3044         when interpreting the structures.
3045         (nnimap-request-accept-article): Add \r\n to the lines to make this
3046         work with Cyrus.
3047
3048         * nndraft.el (nndraft-request-expire-articles): Use the group name
3049         instead if "nndraft".  Fix found by Nils Ackermann.
3050
3051 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3052
3053         * nnregistry.el: Add.
3054
3055 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3056
3057         * nnmail.el (group, group-art-list, group-art):
3058         Remove unneeded directives.
3059
3060 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3063         (mm-mime-charset)
3064         * rfc2047.el (rfc2047-syntax-table)
3065         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3066
3067         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3068         rather than `insert-file-contents' and `eval-region'.
3069
3070         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3071         construction.
3072
3073         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3074
3075         * time-date.el: No need to require cl for Emacs 21.
3076
3077 2010-09-29  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3080         replacement of `gnus-gravatar-relief' to mimic
3081         `gnus-faces-properties-alist'.
3082         Add :version property.
3083
3084 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * mail-source.el (mail-source-report-new-mail)
3087         * message.el (message-default-mail-headers)
3088         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3089
3090         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3091
3092 2010-09-28  Julien Danjou  <julien@danjou.info>
3093
3094         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3095         mail-address contains the same string as real-name.
3096
3097         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3098         non-blank in header, otherwise it'll get stripped.
3099
3100         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3101         real-name, and then for mail address rather than doing : or , search.
3102
3103 2010-09-27  Julien Danjou  <julien@danjou.info>
3104
3105         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3106         right completing-read function.
3107         (gnus-use-ido): New variable
3108         (gnus-completing-read-with-default): Remove.
3109         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3110         (gnus-agent-add-group):
3111         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3112         * mm-view.el (mm-view-pkcs7-decrypt):
3113         * mm-util.el (mm-codepage-setup):
3114         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3115         * mml-smime.el (mml-smime-openssl-sign-query):
3116         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3117         (mml-insert-multipart):
3118         * gnus-msg.el (gnus-summary-yank-message):
3119         * gnus-int.el (gnus-start-news-server):
3120         * mm-decode.el (mm-interactively-view-part):
3121         * gnus-dired.el (gnus-dired-attach):
3122         * gnus.el (gnus-read-method):
3123         * gnus-bookmark.el (gnus-bookmark-jump):
3124         * gnus-art.el (gnus-mime-view-part-as-type)
3125         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3126         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3127         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3128         * nnmairix.el (nnmairix-create-server-and-default-group)
3129         (nnmairix-update-groups, nnmairix-get-server)
3130         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3131         (nnmairix-get-group-from-file-path):
3132         * nnrss.el (nnrss-find-rss-via-syndic8):
3133         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3134         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3135         (gnus-group-browse-foreign-server):
3136         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3137         (gnus-summary-execute-command, gnus-summary-respool-article)
3138         (gnus-read-move-group-name):
3139         * gnus-score.el (gnus-summary-increase-score)
3140         (gnus-summary-score-effect):
3141         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3142
3143 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3146         x-focus-frame.
3147
3148         * nnimap.el (auth-source-forget-user-or-password)
3149         (auth-source-user-or-password): Autoload.
3150
3151         * message.el (message-from-style, message-interactive)
3152         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3153         (message-yank-prefix, message-indentation-spaces, message-signature)
3154         (message-signature-file): Add comment.
3155
3156 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3159         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3160         new articles.
3161
3162         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3163         parts.
3164         (nnimap-request-article): Work with the t setting, too.
3165
3166         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3167         that you don't get flashes of other buffers.
3168         (gnus-summary-show-complete-article): Intern before setting.
3169
3170 2010-09-27  David Engster  <dengste@eml.cc>
3171
3172         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3173         well as HEADERS.
3174         (nnmairix-retrieve-headers): Provide new argument for the above.
3175
3176 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-sum.el (gnus-summary-move-article): Don't alter
3179         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3180         group.
3181
3182         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3183
3184         * message.el (message-cite-prefix-regexp): Revert my last edit.
3185
3186         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3187         variable instead of the Gnus variable.
3188
3189         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3190
3191         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3192
3193         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3194         since some servers don't like it.
3195         (nnimap-open-connection): Forget credentials if the server says the
3196         password was wrong.
3197         (nnimap-parse-line): Protect against invalid data.
3198
3199         * gnus-sum.el (gnus-summary-move-article): Add comment.
3200         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3201         nothing alters it while scanning for new messages.
3202
3203         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3204         which may or may not help.
3205         (nnimap-open-connection): If we're doing a stream connection, and then
3206         discover we're on a STARTTLS-capable server, then open a STARTTLS
3207         connection instead.
3208
3209 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * nnimap.el (utf7): Require.
3212
3213         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3214         prefix.
3215
3216 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3217
3218         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3219
3220 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nnimap.el (nnimap-request-accept-article): Message the error on
3223         error.
3224
3225 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3228
3229 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nndoc.el (nndoc-request-list): Return success always.
3232
3233         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3234         `fetch-old' -- we only want to fetch the articles we've requested.
3235         The rest are in the agent, probably.
3236         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3237         disappeared server" to something low.  It's not important.
3238
3239         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3240         arrived before the FETCH data.
3241
3242         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3243         target here, because we don't know the Gnus name of the group.
3244
3245         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3246         for the correct group.
3247
3248         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3249
3250         * gnus.el (gnus): Give a final warning after startup.
3251
3252         * gnus-util.el (gnus-action-message-log): New variable.
3253         (gnus-message): Use it.
3254         (gnus-final-warning): New function.
3255
3256         * nnimap.el (nnimap-open-connection): Record the greeting.
3257         (nnimap): Add greeting.
3258
3259 2010-09-26  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3262         arguments.
3263         (gnus-html-wash-images): Fix spec computing to include start/end.
3264
3265         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3266
3267 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3270         deletion.
3271         (nnimap-retrieve-headers): Don't select the group, because that's
3272         already done by nnimap-possibly-change-group.
3273
3274         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3275         (gnus-picon-transform-address): Use it.
3276
3277         * mail-source.el (mail-source-value): Revert previous patch.
3278
3279         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3280         on failure.
3281         (nnimap-open-connection): Look up both virtual and physical server name
3282         credentials.
3283
3284         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3285
3286 2009-02-07  Dave Love  <fx@gnu.org>
3287
3288         * tls.el (open-tls-stream): Don't query killing process.
3289
3290 2009-02-08  Dave Love  <fx@gnu.org>
3291
3292         * gnus-win.el (gnus-window-to-buffer-helper)
3293         (gnus-all-windows-visible-p): Function needn't be a symbol.
3294
3295         * mail-source.el (mail-source-value): Function needn't be a symbol.
3296
3297 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * message.el (message-cite-prefix-regexp): Remove } from the cite
3300         prefix.
3301
3302         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3303         highlight again, so that the highlight is correct.
3304
3305         * gnus-picon.el (gnus-picon): Remove again.
3306         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3307
3308         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3309         doing the header highlightling, so that the background colour of the
3310         picon is correct.
3311
3312         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3313         (gnus-picon): Ditto.
3314         (gnus-picon): Reinstate.  The background colour for picons is white.
3315         (gnus-picon-insert-glyph): Make the background white.
3316
3317         * nnml.el (nnml-open-nov): Don't return dead buffers.
3318
3319         * auth-source.el (auth-source-create): Query the user for whether to
3320         store the credentials.
3321
3322         * netrc.el (netrc-store-data): New function.
3323
3324         * auth-source.el (auth-source-user-or-password): Use the existing auth
3325         sources, if any, for creation.
3326
3327         * gnus.el (gnus-group-fast-parameter): Return the last matching
3328         parameter instead of the first matching parameter.
3329
3330 2010-09-26  Julien Danjou  <julien@danjou.info>
3331
3332         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3333
3334 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * mml2015.el (mml2015-use): Remove gpg support.
3337
3338         * mml1991.el (mml1991-function-alist): Remove gpg function.
3339         (mml1991-gpg-sign): Remove.
3340
3341 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3342
3343         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3344         (gnus-browse-unsubscribe-current-group): Document it.
3345         (gnus-browse-unsubscribe-group): Use it.
3346
3347 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3350         address to the To list for easier response.
3351
3352         * gnus.el (gnus-play-startup-jingle): Remove.
3353         (gnus-splash): Don't play jingle.
3354         (gnus): Silence gnus-load message.
3355
3356         * gnus-art.el (gnus-treat-play-sounds): Remove.
3357
3358         * gnus.el (gnus-play-jingle): Remove audio support.
3359
3360         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3361
3362         * earcon.el: Remove -- no users.
3363
3364         * gnus-audio.el: Remove -- no users of this package.
3365
3366         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3367
3368         * gnus-start.el (gnus-setup-news): Remove nocem support.
3369
3370         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3371
3372         * gnus.el (gnus-use-nocem): Remove.
3373
3374         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3375         Remove.
3376
3377         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3378         uses NoCeM any more.
3379
3380         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3381         (gnus-button-ctan-handler): Ditto.
3382         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3383         (gnus-button-ctan-directory-regexp): Ditto.
3384         (gnus-button-handle-ctan): Ditto.
3385         (gnus-button-tex-level): Ditto.
3386         (gnus-button-alist): Remove CTAN stuff.
3387
3388 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3391         nnimap-streaming test.
3392
3393         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3394         servers twice.
3395
3396         * nnimap.el (nnimap-open-connection): Add more error reporting when
3397         nnimap fails early.
3398
3399         * nnheader.el (nnheader-get-report-string): New function.
3400         (nnheader-get-report): Use it.
3401
3402         * gnus-int.el (gnus-check-server): Say what the error was when opening
3403         failed.
3404
3405         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3406         using streaming.
3407
3408 2010-09-25  Julien Danjou  <julien@danjou.info>
3409
3410         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3411         gnus-window-inside-pixel-edges.
3412
3413 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3416
3417         * mm-decode.el (mm-save-part): Allow saving to other directories the
3418         normal Emacs way.
3419
3420         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3421         Suggested by Jay Berkenbilt.
3422
3423         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3424         there isn't a single byte.
3425
3426         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3427         just do it.  It doesn't really seem to matter what the user responds
3428         here, I think, so it's just a confusing question.
3429
3430         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3431         non-streaming case.
3432
3433         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3434         (gnus-article-encrypt-body): Use it.
3435
3436         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3437         keystroke.
3438
3439         * nnimap.el (nnimap-find-wanted-parts-1):
3440         Use gnus-fetch-partial-articles.
3441
3442         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3443
3444         * nnimap.el (nnimap-insert-partial-structure): New function.
3445         (nnimap-get-partial-article): New function.
3446         (nnimap-request-article): Use it.
3447         (nnimap-wait-for-response): Return whether the wait was successful.
3448         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3449         retrieval wasn't successful.
3450         (nnimap-retrieve-group-data-early): Allow throttling servers.
3451         (nnimap-streaming): New variable.
3452         (nnimap-fetch-partial-articles): Remove.
3453
3454         * mm-decode.el (mm-with-part): Protect against killed buffers.
3455
3456         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3457         for prettier summary display.
3458
3459 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3460
3461         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3462
3463 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3466         apparently third-party libraries depend on it.
3467
3468         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3469         before starting negotiation.
3470
3471         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3472         privacy reasons.
3473         (gnus-treat-mail-gravatar): Ditto.
3474
3475         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3476         buffer when inserting images.  Inserting text into the headers, for
3477         instance, can make them invalid.
3478
3479 2010-09-25  Julien Danjou  <julien@danjou.info>
3480
3481         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3482         variables.
3483
3484         * nnheader.el: Remove useless variables news-reply-yank-from and
3485         news-reply-yank-message-id.
3486
3487         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3488         variables.
3489
3490         * mml1991.el: Remove useless mml1991-verbose.
3491
3492         * gnus.el: Remove useless variable gnus-use-generic-from.
3493         Remove obsolete variable gnus-topic-indentation.
3494
3495         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3496
3497         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3498
3499         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3500
3501         * gnus-group.el: Remove useless gnus-group-icon-cache.
3502         Remove useless gnus-ephemeral-group-server.
3503
3504         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3505
3506         * mml2015.el: Remove useless mml2015-verbose.
3507
3508         * mml-smime.el: Remove useless mml-smime-verbose.
3509
3510         * gnus.el: Remove useless gnus-local-domain.
3511
3512         * gnus-gravatar.el (gnus-gravatar-transform-address):
3513         Use gnus-gravatar-size.
3514
3515         * gnus-art.el: Remove useless gnus-treat-translate.
3516
3517 2010-09-24  Julien Danjou  <julien@danjou.info>
3518
3519         * gnus-sum.el: Add support for Gravatars.
3520
3521         * gnus-art.el: Add support for Gravatars.
3522
3523         * gnus-gravatar.el: Add this file.
3524
3525         * gravatar.el: Add this file.
3526
3527 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3530
3531         * gnus-group.el (gnus-group-fetch-faq): Remove.
3532
3533         * gnus.el (gnus-group-faq-directory): Remove.
3534
3535         * gnus-group.el (gnus-group-fetch-charter): Remove.
3536
3537         * gnus.el (gnus-group-charter-alist): Remove.
3538
3539         * gnus-group.el (gnus-group-archive-directory): Remove.
3540         (gnus-group-recent-archive-directory): Ditto.
3541         (gnus-group-make-archive-group): Remove.
3542
3543         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3544
3545         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3546         use the same article number for all the cached articles.
3547
3548         * nnimap.el (nnimap-command): Register the last command time so
3549         that we can use it for idling NOOPs.
3550         (nnimap-open-connection): Start the keeplive timer.
3551         (nnimap-make-process-buffer): Store all the process buffers.
3552         (nnimap-keepalive): New function.
3553
3554         * starttls.el (starttls-open-stream): Add autoload cookie.
3555
3556 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3557
3558         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3559         handling.
3560
3561 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3564         its data structures.
3565
3566         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3567         instead of the cl.el copy-list.
3568         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3569         equalp.
3570
3571 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3574         and tool-bar-local-item-from-menu.
3575
3576         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3577         mode-line-highlight face for Emacs.
3578
3579         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3580         loading gnus-sum.elc; fix comment for canlock-verify.
3581         (gnus-article-jump-to-part): Use read-number.
3582         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3583         Remove Emacs pre-21 compatible code for help-echo.
3584         (gnus-article-next-page-1): No need to adjust the number of lines.
3585         (gnus-article-describe-bindings): Always use help-buffer.
3586
3587         * gnus-audio.el (gnus-audio-inline-sound)
3588         * gnus-cus.el (gnus-custom-mode)
3589         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3590
3591         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3592
3593         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3594         compatible code.
3595
3596 2010-09-24  Glenn Morris  <rgm@gnu.org>
3597
3598         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3599         visiting the fcc file in rmail-mode.
3600
3601         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3602
3603 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * nnir.el: Silence the byte compiler.
3606
3607         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3608         alias to browse-url-url-encode-chars if any.
3609         (gnus-html-encode-url): Use it.
3610
3611 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-start.el (gnus-use-backend-marks): New variable.
3614         (gnus-get-unread-articles-in-group): Use it.
3615
3616         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3617         makeover.
3618
3619 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3620
3621         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3622
3623 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3626         Remove.
3627         (gnus-setup-news-hook):
3628         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3629
3630         * gnus-int.el (gnus-request-update-info): Protect against backends not
3631         having the function.
3632
3633         * nnimap.el (nnimap-stream): Mention starttls.
3634         (nnimap-open-connection): Add starttls support.
3635
3636 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3637
3638         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3639
3640 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3643         BODYSTRUCTUREs.
3644         (nnimap-transform-headers): Unfold quoted {42} headers.
3645
3646         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3647         the info.
3648         (gnus-get-unread-articles): Only call updatep on backends that support
3649         it.
3650
3651         * nnweb.el (nnweb-request-update-info): NOOP.
3652
3653         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3654
3655         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3656         since it only deals with marks.
3657
3658         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3659         gnus-request-marks, and make a new gnus-request-update-info.
3660
3661         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3662         the active instead of the high number, which is usually too low.
3663
3664 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3665
3666         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3667         * encrypt.el: Remove.
3668
3669 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3672         server in symbolic form.
3673
3674         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3675
3676 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3679         (nnimap-update-info): Fix up code slightly.
3680
3681         * gnus-int.el (gnus-open-server): Add tracing for performance
3682         debugging.
3683
3684         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3685         (gnus-group-insert-group-line): Pass the real group name so that it
3686         gets the right data.
3687
3688         * gnus-start.el (gnus-get-unread-articles): Don't have
3689         `gnus-get-unread-articles-in-group' update info, since that can be
3690         really slow and doesn't seem to be needed?
3691
3692 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3693
3694         * time-date.el (date-to-time): Try using parse-time-string first before
3695         using the slower timezone-make-date-arpa-standard.
3696
3697 2010-09-22  Julien Danjou  <julien@danjou.info>
3698
3699         * gnus-group.el (gnus-group-insert-group-line):
3700         Call gnus-group-highlight-line.
3701         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3702         default hook list.
3703         (gnus-group-update-eval-form): Add new function.
3704         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3705         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3706
3707 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3710         immediate, then expire all articles.
3711         (nnimap-update-info): Fix off-by-one errors.
3712         (nnimap-flags-to-marks): Would return no marks lists for group with no
3713         flags.  Instead return the other data.
3714
3715 2010-09-22  Julien Danjou  <julien@danjou.info>
3716
3717         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3718         Only return an icon.
3719         (gnus-group-insert-group-line): Compute icon to return.
3720
3721         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3722         (gnus-html-image-fetched): Only cache if
3723         gnus-html-image-automatic-caching is set.
3724         (gnus-html-image-fetched): Check for errors.
3725
3726 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3729         once per method on `g'.  This ensures that backends like nnfolder don't
3730         open all their folders.
3731
3732         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3733         (nnimap-request-list): Nix out group in the correct buffer.
3734         (nnimap-parse-flags): Implement by using `read' instead of
3735         hand-parsing.
3736         (nnimap-flags-to-marks): Pass on permanent-flags.
3737         (nnimap-make-process-buffer): Record the server name.
3738         (nnimap-parse-flags): Fix typo.
3739         (nnimap-request-scan): Run split on the server in general, not just a
3740         single group.
3741
3742         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3743         parameter, and propagate this downwards.
3744
3745         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3746         since EXAMINE changes it on the server.
3747
3748         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3749         this command might take a while.
3750
3751 2010-09-22  Julien Danjou  <julien@danjou.info>
3752
3753         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3754         harmful if you have 2 images side-by-side, they can't be properly
3755         update on text deletion.  Using text-property is safer here.
3756         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3757         data.
3758
3759 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnimap.el (nnimap-expunge-inbox): Remove.
3762         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3763         (nnimap-expunge): Flip default to t.
3764
3765         * gnus.el (gnus-method-to-server): Don't push things to the cache
3766         unless it's unique.
3767         (gnus-server-to-method): Ditto.
3768
3769 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3772
3773 2010-09-22  Julien Danjou  <julien@danjou.info>
3774
3775         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3776         get the start of data.
3777         (gnus-html-encode-url): Add this function to encode special chars in
3778         URL.
3779         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3780         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3781
3782         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3783         default.
3784         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3785
3786         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3787         images alt-text.
3788         (gnus-html-put-image): Put alt-text as help-echo.
3789
3790 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3793         * mm-util.el (mm-decompress-buffer)
3794         * nnir.el (nnir-run-find-grep)
3795         * pop3.el (pop3-list): Use 3rd arg of split-string.
3796
3797         * time-date.el (format-seconds): Comment fix.
3798
3799         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3800         and byte-optimize-form-code-walker.
3801         (dgnushack-make-auto-load): Don't advise make-autoload.
3802
3803         * lpath.el: Remove Emacs 21 stuff.
3804
3805 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3808         outside the active range.  Suggested by Dan Christensen.
3809
3810         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3811         slightly later to avoid double-getting it.
3812
3813         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3814         previous patch.
3815
3816         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3817
3818 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3819
3820         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3821
3822 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * gnus-int.el (gnus-open-server): Give a better error message in the
3825         "go offline" case.
3826
3827         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3828         marks for nnimap, which is seldom the right thing to do.
3829
3830         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3831         (gnus-same-method-different-name): New function.
3832
3833         * nnimap.el (parse-time): Require.
3834
3835         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3836         method in the presence of many similar methods.
3837
3838         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3839
3840         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3841         nnml-inhibit-expiry.
3842
3843         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3844         find out whether methods are equal.
3845
3846         * nnimap.el (nnimap-find-expired-articles): New function.
3847         (nnimap-process-expiry-targets): New function.
3848         (nnimap-request-move-article): Request the article before looking at
3849         what the Message-ID is.  Fix found by Andrew Cohen.
3850         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3851
3852         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3853         for oldness in addition to being a predicate.
3854
3855         * nnimap.el (nnimap-request-group): When we have zero articles, return
3856         the right data to Gnus.
3857         (nnimap-request-expire-articles): Only delete articles immediately if
3858         the target is 'delete.
3859
3860         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3861         method, this would bug out.
3862
3863         * gnus-group.el (gnus-group-expunge-group): Rename from
3864         gnus-group-nnimap-expunge, and implemented as a normal interface
3865         function.
3866
3867         * gnus-int.el (gnus-request-expunge-group): New function.
3868
3869         * nnimap.el (nnimap-request-create-group): Implement.
3870         (nnimap-request-expunge-group): New function.
3871
3872 2010-09-21  Julien Danjou  <julien@danjou.info>
3873
3874         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3875         (gnus-html-cache-expired): Add new function.
3876         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3877         wethever we should display image for fetch it.
3878         Compute alt-text earlier to pass it to the fetching function too.
3879         (gnus-html-schedule-image-fetching): Change function argument to only
3880         get one image at a time, not a list.
3881         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3882         cache.
3883         (gnus-html-get-image-data): New function to retrieve image data from
3884         cache.
3885         (gnus-html-put-image): Change buffer argument to use image data rather
3886         than file, and place image above region rather than inserting a new
3887         one.  Do not take alt-text as argument, since it's useless now: we place
3888         the image above alt-text.
3889         (gnus-html-prune-cache): Remove.
3890         (gnus-html-show-images): Start to fetch image when we find one, do not
3891         push into a temporary list.
3892         (gnus-html-prefetch-images): Only fetch image if they have expired.
3893         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3894         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3895
3896 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3899
3900 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3903         spec inser "*" if the group isn't active instead of 0.
3904
3905         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3906         opening the server.
3907         (nnimap-request-delete-group): Implement group deletion.
3908         (nnimap-transform-headers): Return the size of the entire message in
3909         the Bytes header, not just the size of the first part.
3910         (nnimap-request-move-article): When moving an article from nnimap,
3911         request the article first so the accepting form has an article to
3912         accept.  Reported by Dan Christensen.
3913         (nnimap-command): Make sure that the error message doesn't error out.
3914
3915 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3916
3917         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3918         we haven't requested anything.
3919
3920 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3923         "".  Fix found by Andrew Cohen.
3924
3925         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3926         instead of -encode-string.
3927
3928 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3931
3932         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3933         by mm-subst-char-in-string.
3934
3935 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3938         waiting for the connection string.
3939
3940         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3941         arriving.
3942
3943         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3944         bogus characters.  This allows selecting certain Gmail groups.
3945
3946         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3947         (nnimap-fetch-partial-articles): New variable.
3948         (nnimap-open-connection): When looking for credentials, also use the
3949         nnimap-server-port.
3950         (nnimap-request-article): Return the group/article number, so that Gnus
3951         `^' works as expected.
3952         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3953
3954         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3955         comments.
3956         (gnus-methods-sloppily-equal): New function.
3957         (gnus): When using the development version of Gnus, load the gnus-load
3958         file.
3959
3960         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3961         `gnus-open-server' on each method before trying to scan them etc.
3962         This ensures that all the backend parameters are set correctly.
3963
3964         * nnimap.el (nnimap-authenticator): New variable.
3965         (nnimap-open-connection): Allow anonymous login.
3966         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3967         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3968
3969         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3970         patch, found by Knut Anders Hatlen.
3971
3972 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3973
3974         * gnus-agent.el (gnus-agent-batch-confirmation)
3975         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3976         to gnus-message.
3977         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3978         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3979         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3980         * gnus-int.el (gnus-open-server): Likewise.
3981         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3982         (gnus-score-check-syntax): Likewise.
3983         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3984         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3985         Likewise.
3986         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3987
3988 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3991         calling conventions so that prefetch doesn't bug out.
3992
3993 2010-09-19  Julien Danjou  <julien@danjou.info>
3994
3995         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3996         rather than `subst-char-in-region' in order to be able to replace ASCII
3997         char by UTF-8 ones.
3998
3999         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4000         than curl.
4001         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4002         the right URL and ALT text on images.
4003         (gnus-html-wash-tags): Fix tag case.
4004         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4005         (gnus-article-html): Add -o display_ins_del=2 option.
4006         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4007
4008 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4011         the extra mail headers, which sometimes seem to happen for unknown
4012         reasons.
4013
4014         * mail-parse.el (mail-header-encode-parameter): Define as
4015         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4016         (or most, perhaps?) mail readers don't understand the latter, but do
4017         understand the former.
4018
4019         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4020         to nil, so that no methods are automatically agentized.  I think this
4021         is probably what most users want.
4022
4023         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4024         from url-retrieve, for instance about invalid URLs.
4025
4026         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4027         groups that have no articles.
4028         (nnimap-request-article): Check that we really got an article when we
4029         requested one.
4030
4031         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4032         doesn't exist.
4033
4034         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4035         nntp buffer so the agent can save it.
4036         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4037         that CRLF doesn't get translated to \n.
4038         (nnimap-open-connection): Don't make 'shell commands only send \n.
4039
4040 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4041
4042         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4043         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4044         Update var name.
4045         (nnml-generate-nov-file): Use dolist.
4046         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4047         Use with-current-buffer.
4048
4049 2010-09-18  Julien Danjou  <julien@danjou.info>
4050
4051         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4052         parallel.
4053
4054 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4057         the range update right.
4058         (nnimap-request-group): Don't make `M-g' bug out on group with no
4059         marks.
4060         (nnoo): Require, so that other packages can require nnimap.
4061         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4062         command we're looking for.  This helps when the server sends more
4063         responses after we've gotten everything we expected.
4064         (nnimap): Add a `newlinep' field to keep track of end-of-line
4065         conventions.
4066         Don't send CRLF to things that don't want it.
4067         (nnimap-request-accept-article): Ditto.
4068
4069 2010-09-18  Julien Danjou  <julien@danjou.info>
4070
4071         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4072         than curl to retrieve images.
4073
4074 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4077         the marks.
4078         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4079         (nnimap-wait-for-connection): New function.
4080         (nnimap-open-connection): If we have PREAUTH, don't query for login
4081         credentials.
4082         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4083         when doing a partial update.
4084
4085 2010-09-18  Julien Danjou  <julien@danjou.info>
4086
4087         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4088         tags.
4089
4090 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * nnimap.el (nnimap-credentials): New function.
4093         (nnimap-open-connection): Use the new function to look for credentials
4094         also on the numeric equivalents of "imap" and "imaps".
4095
4096         * gnus-start.el (gnus-activate-group): Send the info to
4097         gnus-request-group.
4098
4099         * nnimap.el (nnimap-request-group): Have the "check" version of the
4100         function parse flags and update the info, so that a `M-g' get a total
4101         resync of all flags from the group.
4102
4103         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4104         to allow backends to alter the info on group selection.  Also alter all
4105         the backend -request-group functions to take the parameter.
4106
4107         * nnimap.el (nnimap-store-info): New function.
4108         (nnimap-update-info): Store the info for later usage.
4109         (nnimap-request-group): Use the stored info for the dont-check case, so
4110         that we don't retrieve all marks when we enter a group.
4111
4112         * nnimap.el: Use deffoo instead of defun for interface functions.
4113
4114         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4115         update the group info.  This makes the nndraft groups, for instance, go
4116         back to their old behaviour.
4117
4118         * gnus-sum.el (gnus-select-newsgroup): Indent.
4119
4120         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4121         in.
4122         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4123         nothing.
4124
4125         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4126         from methods that are denied.
4127
4128         * gnus-int.el (gnus-method-denied-p): New function.
4129
4130         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4131         store the password instead of netrc.
4132         (nnimap-open-connection): Don't error out when we can't make a
4133         connections.
4134
4135         * auth-source.el (auth-source-create): In the password prompt, say what
4136         we're querying for.  Also prompt for user name if that hasn't been
4137         given.
4138
4139         * nnimap.el (nnimap-with-process-buffer): Remove.
4140
4141 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4144         method when we're reading from the agent.
4145
4146         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4147
4148         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4149         that's probably most useful for users.
4150
4151         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4152         "failed" all the time.
4153
4154         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4155         ...)) with (with-current-buffer ... ).
4156
4157         * nntp.el (nntp-open-server): Return whether the open was successful or
4158         not.
4159
4160         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4161         select an unread unseen article first.
4162
4163         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4164         /etc/services, supply some sensible port defaults.
4165
4166         * dgnushack.el: Define netrc-credentials.
4167
4168 2010-09-17  Julien Danjou  <julien@danjou.info>
4169
4170         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4171
4172 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4173
4174         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4175         doesn't have any parameters.
4176
4177 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4180         only upcased checks.
4181
4182         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4183
4184         * nnimap.el (nnimap-open-shell-stream): New function.
4185         (nnimap-open-connection): Use it.
4186         (nnimap-transform-headers): Get the number of lines in each message.
4187         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4188         number of lines.
4189         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4190         problem.
4191
4192         * utf7.el (utf7-encode): Autoload.
4193
4194         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4195         to allow the mail splitting to not return a default group.  This is
4196         useful for nnimap, which will leave unmatched mail in the inbox.
4197
4198         * nnimap.el: Rewritten.
4199
4200         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4201         nnimap usage.
4202
4203         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4204         if the move is internal, so that nnimap can do fast internal moves.
4205
4206         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4207         data.
4208         (gnus-read-active-for-groups): Support finishing the early retrieval of
4209         data.
4210
4211         * gnus-range.el (gnus-range-nconcat): New function.
4212
4213         * gnus-int.el (gnus-finish-retrieve-group-infos)
4214         (gnus-retrieve-group-data-early): New functions.
4215
4216 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4217
4218         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4219         (nnrss-retrieve-groups):
4220         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4221         (pop3-quit): Use with-current-buffer.
4222
4223 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4226         instead of nnheader-accept-process-output.
4227
4228         * dgnushack.el (dgnushack-compile): Add comment.
4229
4230         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4231
4232         * gnus-html.el (gnus-html-schedule-image-fetching)
4233         (gnus-html-prefetch-images): Replace process-kill-without-query by
4234         gnus-set-process-query-on-exit-flag.
4235
4236 2010-09-16  Romain Francoise  <romain@orebokech.com>
4237
4238         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4239
4240 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4243         parameter to unintern is mandatory-ish in Emacs 24.
4244
4245         * gnus-html.el (gnus-html-schedule-image-fetching)
4246         (gnus-html-prefetch-images): Check for curl before using it.
4247
4248         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4249         depend on curl, which isn't essential.
4250
4251         * imap.el: Revert back to version
4252         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4253         seem problematic.
4254
4255 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4256
4257         * gnus-registry.el (gnus-registry-install-shortcuts):
4258         Explicitly pass `obarray' to `unintern' to avoid a warning.
4259
4260 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4263         change.
4264
4265         * nnrss.el (nnrss-request-list): Remove this function and related
4266         functions, including the moreover stuff.
4267
4268 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * nnrss.el (nnrss-retrieve-groups): New function.
4271
4272 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4273
4274         * .dir-locals.el: Add no-byte-compile cookie.
4275
4276 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * time-date.el (format-seconds): Comment fix.
4279
4280         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4281         for back end that doesn't support request-scan.
4282
4283 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4286         then do request scans from the backends.
4287
4288         * netrc.el (netrc-credentials): New conveniency function.
4289
4290         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4291         avoid running a hook per line, since this takes a lot of time,
4292         profiling shows.
4293         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4294         directly if gnus-visual-p is true.
4295
4296 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4299         groups; replace mapcar with dolist which is a bit faster; pass groups
4300         info to gnus-read-active-file-1.
4301         (gnus-read-active-file-1): Scan only specified groups if the new
4302         optional arg `infos' is given.
4303
4304 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4307
4308         * pop3.el (pop3-movemail): Remove.
4309         (pop3-streaming-movemail): Rename to pop3-movemail.
4310
4311         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4312         don't restrict end-tag searches to the end of the line.
4313
4314 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4317         articles of every unchecked group to t, which means unknown since the
4318         server has never been opened.
4319
4320 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-html.el (gnus-html-show-alt-text): New command.
4323         (gnus-html-browse-image): Ditto.
4324         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4325         to browse the image directly.
4326         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4327         better.
4328
4329         * gnus-async.el (gnus-async-article-callback):
4330         Call `gnus-html-prefetch-images' unconditionally.
4331
4332         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4333         before feeding URLs to curl.
4334
4335 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4338         internal images as deletable by `W D D'.
4339
4340         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4341         (gnus-async-article-callback): Fix typo.
4342
4343 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4346         current line to work around bugs in the output from w3m.
4347
4348         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4349         for groups that want that.
4350
4351         * nntp.el (nntp-wait-for-string): Supply a timeout for
4352         accept-process-output to ensure progress.
4353
4354         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4355         level to get unread articles from, then use that for foreign groups,
4356         too.
4357
4358         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4359         confuses the rest of the function.
4360
4361         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4362         for the methods that support -retrieve-groups, too.
4363
4364         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4365
4366 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4369         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4370
4371         * pop3.el: Require cl when compiling.
4372         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4373
4374 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4377         that aren't going to be activated.
4378         (gnus-get-unread-articles): Fix up the last commit.
4379
4380         * gnus-html.el (gnus-article-html): Allow calling without specifying
4381         the handle.  In that case, dissect the buffer first.
4382
4383         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4384
4385         * nnimap.el (nnimap-open-connection): Revert the change that would look
4386         into authinfo for imaps instead of imap.
4387
4388         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4389         say that you don't want to call gnus-request-group with don-check, but
4390         do check the reponse.  This is for virtual groups only.
4391         (gnus-get-unread-articles): Count the archive groups as secondary, so
4392         that they're activated the same way as before.
4393
4394         * imap.el (imap-message-map): Removed optional buffer parameter, since
4395         no callers use it.
4396         (imap-message-get): Ditto.
4397         (imap-message-put): Ditto.
4398         (imap-mailbox-map): Ditto.
4399         (imap-mailbox-put): Ditto.
4400         (imap-mailbox-get): Ditto.
4401         (imap-mailbox-get): Revert last change for this function.
4402
4403         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4404         case-insensitively.
4405         (nnimap-debug): Remove.
4406
4407         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4408         to use `imap-fetch' instead.  According to the comments, this should be
4409         safe, since all other IMAP clients use the 1:* syntax.
4410         (imap-enable-exchange-bug-workaround): Removed.
4411         (imap-debug): Removed -- doesn't seem very useful.
4412
4413         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4414         mail from a file, and the file doesn't exist.
4415
4416         * imap.el (imap-log): New convenience function used throughout instead
4417         of repeating the same code all over the place.
4418
4419         * pop3.el (pop3-streaming-movemail): Return t for success.
4420
4421         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4422         .authinfo if we're using ssl connection.
4423
4424         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4425         already have if we're in a main Gnus `g' run.
4426
4427         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4428
4429 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4432
4433         * nnmh.el (nnmh-request-list-1): Bind `file'.
4434
4435         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4436         alias to set-process-query-on-exit-flag or process-kill-without-query.
4437         (pop3-open-server): Use it.
4438
4439 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4442         box to the Incoming file.  Fixes mistake in previous checkin.
4443
4444         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4445         request loop (for debugging purposes) removed.
4446
4447         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4448         culprit is more visible.
4449         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4450         (nnml-add-incremental-nov): New functions to do "incremental" nov
4451         updates, where we just append to the end of the existing nov files
4452         without reading/writing them in full.
4453
4454         * mail-source.el (mail-source-delete-crash-box): Really only check the
4455         incoming files once in a while.
4456
4457         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4458
4459         * mail-source.el (mail-source-delete-crash-box): Only check the
4460         incoming files for deletion once per day to save a lot of file
4461         accesses.
4462
4463         * pop3.el (pop3-logon): Fix up unbound variable typo.
4464
4465         * mail-source.el (pop3-streaming-movemail): Autoload.
4466
4467         * pop3.el (pop3-streaming-movemail):
4468         Respect pop3-leave-mail-on-server.
4469
4470         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4471         retrieval.
4472
4473         * pop3.el (pop3-process-filter): Remove unused function.
4474         (pop3-streaming-movemail, pop3-send-streaming-command)
4475         (pop3-wait-for-messages, pop3-write-to-file)
4476         (pop3-number-of-responses): New functions for streaming pop3
4477         retrieval.
4478
4479         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4480         come from no known methods.
4481         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4482         list.
4483
4484         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4485         message sizes.
4486         (pop3-movemail): Use erase-buffer instead of looping and deleting
4487         regions, which seems rather odd.
4488
4489         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4490         file once per `g' run.
4491
4492         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4493         directories.  This makes the draft queue directory work.
4494
4495         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4496         data from the backends, so that we only request the list of groups from
4497         each method once.  This should speed things up considerably.
4498
4499         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4500         detect that it's not implemented.
4501
4502         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4503         we actually do recurse down into the tree, but don't stat all leaf
4504         nodes.
4505
4506         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4507         then say so instead of bugging out.
4508
4509         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4510         files exist before trying to read them.
4511
4512         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4513         around <pre_int>.
4514
4515         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4516
4517         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4518
4519 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * mm-util.el (mm-image-load-path): Just return the image directories,
4522         not all directories in the path in addition to the image directories.
4523         (mm-image-load-path): Maintain a cache of the image directories so that
4524         the `g' command in Gnus doesn't have to stat dozens of directories each
4525         time.
4526
4527         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4528         (gnus-html-wash-tags): Add a new `i' command to insert images.
4529         (gnus-html-insert-image): New command and keystroke.
4530         (gnus-html-redisplay-with-images): New command and keystroke.
4531         (gnus-html-show-images): Rename command.
4532         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4533         spacers.
4534         (gnus-html-wash-tags): Decode entities at the end, so that entities
4535         inside the tags don't mess up the rest of the "parsing".
4536
4537         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4538         so that nnimap methods aren't agentized by default.  There's apparently
4539         many problems related to agent/imap behaviour.
4540
4541         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4542
4543         * gnus-html.el: Doc fix.
4544
4545 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4548         specifier-spec-list for Emacs 21.
4549
4550         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4551         glyph-width and glyph-height instead of display-graphic-p and
4552         image-size; make avoidance of displaying small images work for XEmacs.
4553
4554         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4555         for XEmacs.
4556
4557         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4558         of symbol that holds plist data.
4559         (gnus-process-plist): Remove plist of process after getting it.
4560
4561 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * message.el (message-generate-hashcash): Change default to
4564         'opportunistic if hashcash is installed.
4565
4566         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4567         (gnus-html-put-image): Only call image-size once, since it's somewhat
4568         time-consuming on remote X servers.
4569
4570 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4573         type on data, not a file name.
4574
4575         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4576         window-pixel-edges for Emacs 21.
4577
4578         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4579         decoded contents.
4580         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4581
4582 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4585         group line format, since it isn't very interesting.
4586
4587         * gnus-agent.el (gnus-agent-short-article),
4588         (gnus-agent-long-article): Increase values for these two variables,
4589         since most people are likely to have more network connection and
4590         storage than before.
4591
4592         * gnus.el (gnus-refer-article-method): Change default to 'current.
4593         When referring an article, the common behaviour is to refer it from the
4594         current select method, not the native select method.  The chances of
4595         the native select method having the message in question is rather slim
4596         these days.
4597
4598         * gnus-sum.el (gnus-auto-select-subject): Change default to
4599         `unseen-or-unread'.  I think it's likely that most people want to
4600         select an unseen article over a previously seen, but unread one.
4601
4602         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4603         means that in the article buffer none of the minor mode elements will
4604         be shown, usually, and this is not desirable in most cases.
4605
4606         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4607         that commands like `d' (and the like) go to the next line in the
4608         buffer, instead of the next unread article.  I think this is the
4609         behaviour that is most natural for most users.
4610         (gnus-single-article-buffer): Change default to nil, so that people can
4611         have as many article buffers open as they have summary buffer.  I think
4612         this is the most natural way for the groups to behave.
4613
4614         * message.el (message-generate-new-buffers): Change default to
4615         `unsent', so that all new message buffers start their names with the
4616         string "*unsent", and it's easier to find the buffers if you move from
4617         them.
4618
4619 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4622         small.  They're probably tracking images.
4623         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4624         (gnus-html-rescale-image): Yet another try at getting the image sizing
4625         right.
4626
4627         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4628         nntp-marks-file-name is nil.
4629
4630 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * gnus-html.el (gnus-html-wash-tags)
4633         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4634         Better logging.
4635
4636 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4639
4640         * gnus-html.el (gnus-html-wash-tags): Check the value of
4641         gnus-blocked-images in the summary buffer.
4642
4643 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4646
4647 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4650         like "a", it seems like.
4651         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4652         since it needs to be picked from the correct buffer.
4653
4654         * nnwfm.el: Remove.
4655
4656         * nnlistserv.el: Remove.
4657
4658 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4661         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4662
4663 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nnkiboze.el: Remove.
4666
4667         * nndb.el: Remove.
4668
4669         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4670         alt text.
4671         (gnus-html-rescale-image): Try to get the rescaling logic right for
4672         images that are just wide and not tall.
4673
4674         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4675         overshadow variable bindings.
4676
4677 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * gnus-html.el (gnus-html-wash-tags)
4680         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4681         Add extra logging.
4682
4683 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4686         (gnus-max-image-proportion): New variable.
4687         (gnus-html-rescale-image): New function.
4688         (gnus-html-put-image): Rescale images.
4689
4690 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4691
4692         Fix up some byte-compiler warnings.
4693         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4694         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4695         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4696         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4697         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4698         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4699         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4700
4701 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-html.el (gnus-article-html): Decode contents by charset.
4704
4705 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4708         (gnus-html-frame-width, gnus-blocked-images)
4709         * message.el (message-prune-recipient-rules): Add custom version.
4710         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4711
4712         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4713         functions.
4714
4715         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4716         gnus-process-get.
4717
4718 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4719
4720         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4721         instead of lsub directly.
4722
4723 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * nnwarchive.el: Remove.
4726
4727         * gnus-soup.el: Remove.
4728
4729         * nnsoup.el: Remove.
4730
4731         * nnultimate.el: Remove.
4732
4733         * gnus-html.el (gnus-blocked-images): New variable.
4734
4735         * message.el (message-prune-recipients): New function.
4736         (message-prune-recipient-rules): New variable.
4737
4738         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4739         guess whether a long line is natural text or not.
4740
4741         * gnus-html.el (gnus-html-schedule-image-fetching):
4742         Use gnus-process-plist and friends for compatibility.
4743
4744 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * gnus-html.el: Require packages that define macros used in this file.
4747         (gnus-article-mouse-face): Declare to silence byte-compiler.
4748         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4749         process-get.
4750         (gnus-html-put-image): Use plist-get to avoid getf.
4751         (gnus-html-prefetch-images): Use with-current-buffer.
4752
4753 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-ems.el: Provide compatibility functions for
4756         gnus-set-process-plist.
4757
4758         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4759         header-line-format for XEmacs 21.4.
4760
4761         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4762         * gnus.el (gnus-valid-select-methods)
4763         * message.el (message-send-mail-partially-limit)
4764         * mm-decode.el (mm-text-html-renderer)
4765         * mml.el (mml-insert-mime-headers-always)
4766         * smiley.el (smiley-regexp-alist): Bump custom version.
4767
4768 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus-html.el: require mm-url.
4771         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4772         with the url to `url'.
4773         (gnus-html-wash-tags): Support cid: URLs/images.
4774
4775 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776
4777         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4778         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4779         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4780
4781         * gnus-move.el: Remove file, since it doesn't really work.
4782
4783         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4784         UTF-8.  This seems to fix problems with some German web feeds.
4785
4786         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4787         at the top so that the proper colours are applied.
4788
4789         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4790         don't have dots in their names.
4791
4792         * gnus-art.el (gnus-article-view-part): Doc fix.
4793
4794         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4795         XEmacs-compatible.
4796         (gnus-html-put-image): Don't do images on non-graphic displays.
4797
4798         * nnslashdot.el: Remove this unused backend.
4799
4800         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4801         actions.
4802         (gnus-undo-register-1): Revert last change.
4803
4804         * gnus-group.el (gnus-group-completing-read): Protect against not
4805         having completion-styles bound.
4806
4807         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4808         make broken recipients happier.
4809
4810         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4811
4812         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4813         point parameter.
4814
4815         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4816
4817         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4818         completion-styles for group selection.
4819
4820 2009-02-04  Andreas Schwab  <schwab@suse.de>
4821
4822         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4823         headers and regexp-quote the match if necessary.
4824
4825 2009-03-24  Miles Bader  <miles@gnu.org>
4826
4827         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4828         the blinking smiley.
4829
4830 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4831
4832         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4833         blink smiley.
4834
4835 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4838         where the dribbel file lives exists.
4839
4840         * message.el (message-send-mail-partially-limit): Change the default to
4841         nil, since most people don't want this.
4842
4843         * mm-url.el (mm-url-decode-entities): Also decode entities like
4844         &#x3212.
4845
4846 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4847
4848         * gnus-sum.el (gnus-summary-idna-message):
4849         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4850         Hyperlink urls in docstrings with URL `...'.
4851
4852 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4853
4854         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4855         functions.
4856
4857 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4860         say what the mouseover text should be.
4861
4862         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4863         version of the mm-w3m-safe-url-regexp variable to only download images
4864         in the groups where we want that to happen.
4865
4866         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4867
4868         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4869         easier debugging.
4870         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4871         big pictures in the article buffer.
4872
4873         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4874         gnus-article-html.
4875         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4876         w3m.
4877
4878         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4879
4880 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4883         which doesn't exist.
4884
4885         * message.el (message-inhibit-ecomplete): New variable to allow some
4886         function to inhibit ecomplete address storage.
4887         (message-resend): Disable ecomplete message storage when resending
4888         messages.
4889
4890         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4891
4892 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4895         Save excursion while copying, moving, and deleting articles in order to
4896         prevent the cursor from jumping to unforeseen place.
4897
4898 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * lpath.el: No need to bind bookmark-current-buffer,
4901         bookmark-yank-point and bookmark-make-record-function.
4902
4903 2010-08-17  Glenn Morris  <rgm@gnu.org>
4904
4905         * gnus-sync.el: Require gnus components whose functions are used.
4906
4907         * gnus-art.el (bookmark-make-record-function):
4908         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4909         Declare for compiler.
4910
4911         * mm-url.el (mml-compute-boundary): Autoload.
4912
4913 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4916
4917 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         Typo fix "hoo4a" -> "hook".
4920
4921         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4922
4923 2010-08-14  Glenn Morris  <rgm@gnu.org>
4924
4925         * gnus-sync.el (gnus-sync): Fix defgroup version.
4926
4927 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4928
4929         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4930
4931         * gnus-sync.el: Fix docs.
4932         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4933         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4934
4935 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         Optimizations for gnus-sync.el.
4938
4939         * gnus-sync.el: Add docs about gnus-sync-backend
4940         possibilities.
4941         (gnus-sync-save): Remove unnecessary message.
4942         (gnus-sync-read): Optimize and show what groups were skipped.
4943
4944 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         Minor bug fixes for gnus-sync.el.
4947
4948         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4949         Don't read the sync on get-new-news.
4950
4951         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4952         quiet.
4953
4954         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4955         (fix typo).
4956
4957 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4958
4959         Make saving and restoring of hidden threads work with overlays.
4960         Patch applied by Ted Zlatanov.
4961
4962         * gnus-sum.el (gnus-hidden-threads-configuration)
4963         (gnus-restore-hidden-threads-configuration): Update to deal with text
4964         properties, rather than searching for a magic character.
4965
4966 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4967
4968         New gnus-sync.el library for synchronization of marks.
4969
4970         * gnus-sync.el: New library for synchronization of marks.
4971
4972         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4973         renamed from `gnus-registry-grep-in-list'.
4974
4975         * gnus-registry.el (gnus-registry-follow-group-p):
4976         Use `gnus-grep-in-list'.
4977
4978         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4979
4980 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4983         determining charset of text fails.
4984
4985 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * nnmail.el (nnmail-get-new-mail-1): Revert.
4988
4989         * nnml.el (nnml-active-number): Make sure names of newly created groups
4990         in nnml-group-alist are encoded.
4991
4992 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4995         containing non-ASCII characters in active file for nnml back end.
4996
4997 2010-07-24  David Engster  <dengste@eml.cc>
4998
4999         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5000         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5001
5002 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5003
5004         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5005         tag (Bug#6654).
5006
5007 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5010         the article buffer, not the summary buffer.
5011
5012 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5015         Emacs 23 as well.
5016
5017 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5020         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5021
5022 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5023
5024         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5025         Patch applied by Karl Fogel.
5026
5027         * gnus-sum.el (gnus-summary-bookmark-make-record):
5028         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5029
5030 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5031
5032         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5033         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5034         C-w still not working correctly from Article buffers; Thierry's
5035         patch to fix that will be applied after this.
5036
5037         * gnus-art.el (bookmark-make-record-function): New local variable.
5038
5039         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5040         article buffer.
5041         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5042
5043 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5044
5045         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5046         on changes in bookmark.el.
5047
5048 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5051         `no-log' instead of message not to log prompt string.
5052
5053 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5054
5055         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5056         the *other* type of HTML form submission.
5057
5058 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5059
5060         * auth-source.el (auth-source-pick): If choice does not contain a
5061         questioned keyword, set the check to t.
5062
5063 2010-06-12  Romain Francoise  <romain@orebokech.com>
5064
5065         * gnus-util.el (gnus-date-get-time): Move up before first use.
5066
5067 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5070         (gnus-article-edit-part): Bind it to make last part that is substituted
5071         or deleted visible.
5072         (gnus-mime-display-single): Buttonize part of which id equals to
5073         gnus-mime-buttonized-part-id.
5074
5075 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5076
5077         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5078         (gnus-dd-mmm): Use gnus-date-get-time.
5079         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5080         simplify logic.
5081         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5082         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5083
5084 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5085
5086         * auth-source.el (top): Autoload `secrets-list-collections',
5087         `secrets-create-item', `secrets-delete-item'.
5088         (auth-sources): Fix tag string.
5089         (auth-get-source, auth-source-retrieve, auth-source-create)
5090         (auth-source-delete): New defuns.
5091         (auth-source-pick): Rewrite in order to avoid 2 passes.
5092         (auth-source-forget-user-or-password): New parameter USERNAME.
5093         (auth-source-user-or-password): New parameters CREATE-MISSING and
5094         DELETE-EXISTING.  Retrieve password interactively, if needed.
5095
5096 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5097
5098         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5099         deleting unused directories when gnus-expert-user is t.
5100
5101 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5104         for each temp file when gnus-article-browse-delete-temp is ask.
5105
5106 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5109         Lisp calls to delete-backward-char by calls to delete-char.
5110
5111 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5112
5113         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5114
5115 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5116
5117         * password-cache.el (password-cache-remove): Fix docstring.
5118
5119 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5122         article unless decoding article to be saved.
5123
5124 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5127         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5128         generated within the mm-with-unibyte-current-buffer macro.
5129
5130 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5133         to nil when we're in a mml-preview buffer and no group is selected.
5134
5135 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5136
5137         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5138         when catching the `C-g'.  Reported by "Leo".
5139
5140 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * message.el (message-forward-make-body-plain)
5143         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5144         multibyte-string-p.
5145
5146         * lpath.el: Revert.
5147
5148 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * message.el (message-forward-make-body-mml): Assume original message
5151         is multibyte string; error on unibyte.
5152         (message-forward-make-body-plain): Ditto; don't add excessive newline
5153         in body end.
5154
5155         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5156
5157 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5158
5159         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5160         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5161
5162 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * mm-extern.el (mm-extern-url): Don't use
5165         mm-with-unibyte-current-buffer.
5166         (mm-extern-cache-contents): Use with-current-buffer instead of
5167         save-excursion + set-buffer.
5168
5169 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * mm-util.el (mm-emacs-mule): Remove.
5172
5173 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5174
5175         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5176         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5177         change.
5178
5179 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5182         bind the default value of enable-multibyte-characters to nil.
5183
5184 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * message.el (message-forward-make-body-plain)
5187         (message-forward-make-body-mml):
5188         Don't use mm-with-unibyte-current-buffer.
5189
5190 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5191
5192         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5193
5194 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5195
5196         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5197         (Bug#5592).
5198
5199 2010-05-07  Julien Danjou  <julien@danjou.info>
5200
5201         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5202         it to mm-pipe-part.
5203
5204         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5205         it is given.
5206
5207 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * binhex.el (binhex-decode-region-internal)
5210         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5211         (dns-query)
5212         * nnweb.el (nnweb-gmane-search)
5213         * pgg-parse.el (pgg-parse-armor)
5214         * pgg.el (pgg-verify-region)
5215         * sha1.el (sha1-string-external)
5216         * uudecode.el (uudecode-decode-region-internal)
5217         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5218         XEmacs.
5219
5220         * gnus-art.el (gnus-article-browse-html-parts)
5221         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5222         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5223         make-temp-file.
5224
5225         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5226         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5227         compiling.
5228
5229         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5230         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5231         XEmacs when compiling.
5232
5233         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5234         gnus-pick-mode-off-hook for XEmacs when compiling.
5235         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5236         gnus-binary-mode-off-hook for XEmacs when compiling.
5237
5238         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5239         Return nil if char-charset is not available.
5240
5241         * imap.el (imap-disable-multibyte)
5242         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5243         macros.
5244
5245         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5246         instead of encode-coding-string.
5247
5248         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5249         'xemacs) instead of mm-emacs-mule to switch function definitions.
5250         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5251
5252         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5253         bind temporary-file-directory for XEmacs;
5254         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5255         timer-set-function for XEmacs 21.4 and SXEmacs;
5256         bind timer-list for XEmacs 21.4 and SXEmacs;
5257         fbind char-charset and find-charset-region for non-Mule XEmacs;
5258         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5259         encode-coding-region and encode-coding-string for XEmacs having no
5260         file-coding feature.
5261
5262 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5263
5264         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5265
5266 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5269         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5270
5271 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5272
5273         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5274         alias `jka-compr-delete-temp-file' no longer exists.
5275
5276 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5277
5278         Use define-minor-mode in Gnus where applicable.
5279         * mml.el (mml-mode): Use define-minor-mode.
5280         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5281         (gnus-undo-mode): Use define-minor-mode.
5282         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5283         (gnus-dead-summary-mode): Use define-minor-mode.
5284         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5285         Initialize in declaration.
5286         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5287         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5288         (gnus-mailing-list-mode): Use define-minor-mode.
5289         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5290         (gnus-draft-mode): Use define-minor-mode.
5291         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5292         (gnus-dired-mode): Use define-minor-mode.
5293
5294 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5295
5296         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5297         handles on recursive mml-to-mime translation and check them for
5298         boundary delimiter collisions.  Reported by Greg Troxel.
5299
5300 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5303
5304 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5305
5306         * mm-util.el (mm-find-buffer-file-coding-system):
5307         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5308
5309 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5310
5311         * message.el (message-generate-headers): Record insertion of optional
5312         headers as well.  Otherwise the check to prevent repeated insertion of
5313         optional headers is a no-op.
5314
5315 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         * smime.el: Don't mention CVS.
5318
5319         * nnrss.el (nnrss-fetch): Don't mention CVS.
5320
5321         * nnir.el: Don't mention CVS.
5322
5323 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5324
5325         * gnus-sum.el (gnus-summary-bookmark-make-record):
5326         Add `location' field.
5327
5328 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * lpath.el: Fbind bookmark-default-handler,
5331         bookmark-get-bookmark-record, bookmark-make-record-default,
5332         bookmark-prop-get for Emacs <23 and XEmacs.
5333
5334 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5335
5336         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5337         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5338         Use with-current-buffer to silence the byte-compiler.
5339         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5340         bother to require `gnus'.
5341         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5342
5343 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5344
5345         * gnus-sum.el (gnus-summary-bookmark-make-record)
5346         (gnus-summary-bookmark-jump): New functions.
5347         (gnus-summary-mode): Setup bookmark support.
5348
5349 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5350
5351         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5352         if set.
5353
5354 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5357         gnus-article-browse-html-save-cid-image; make it work recursively for
5358         forwarded messages as well.
5359         (gnus-article-browse-html-parts): Work when prefix arg is given.
5360         (gnus-article-browse-html-article): Doc fix.
5361
5362 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5363
5364         * message.el (message-default-mail-headers):
5365         (message-default-headers): Carry the value mail-default-headers over
5366         into message-default-mail-headers, rather than message-default-headers.
5367
5368 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5369
5370         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5371         charset.
5372
5373         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5374         charset into the <meta> tag when the article is encoded to utf-8.
5375
5376 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-art.el (gnus-article-browse-delete-temp-files):
5379         Delete directories as well.
5380         (gnus-article-browse-html-parts): Work for images that do not specify
5381         file names; delete temp directory when quitting; insert header at the
5382         right place; use file: scheme for image files.
5383
5384 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5385
5386         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5387         (gnus-article-browse-html-parts): Use it to make temporary cid image
5388         files in addition to html file so that browser may display them.
5389
5390 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5393
5394 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5397
5398 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * auth-source.el (auth-sources): Change default to be simpler.
5401         Explain about Secret Service API sources.  Improve Customize options.
5402         (auth-source-pick): Change to accept any number of search parameters.
5403         Implement fallbacks iteratively, not recursively.  Add scoring on the
5404         second pass and sort by score.  Call Secret Service API when needed.
5405         (auth-source-user-or-password): Use it.  Call Secret Service API
5406         directly when needed to get the user name and the password.
5407
5408 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5409
5410         * message.el (message-interactive): Doc fix.
5411         (message-qmail-inject-args): Reflow.
5412         (message-kill-to-signature): Fix typo in docstring.
5413
5414         * smiley.el (smiley-buffer): Fix typo in docstring.
5415
5416 2010-03-24  Glenn Morris  <rgm@gnu.org>
5417
5418         * mail-source.el (gnus-message): Declare.
5419         (mail-source-delete-old-incoming): Require gnus-util.
5420
5421 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5424
5425         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5426
5427         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5428         password-cache's default if it is not bound.
5429         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5430         password-cache-expiry's default if it is not bound.
5431
5432         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5433         available in Emacs 21.
5434
5435         * lpath.el: Suppress compiler warnings for:
5436         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5437         XEmacs;
5438         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5439         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5440         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5441
5442 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * auth-source.el (auth-sources): Fix up definition so extra parameters
5445         are always inline.
5446
5447 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5448
5449         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5450         wasn't updated after mismatch.  Clear cached mailbox info correctly
5451         when uidvalidity changes.
5452         (nnimap-group-prefixed-name): New function to avoid some code
5453         duplication.
5454         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5455         (nnimap-request-group): Use it.
5456         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5457         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5458         with many imap folders.  This is done by caching the group status from
5459         the imap server persistently in a group parameter `imap-status'.  (This
5460         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5461         but not persistently, so every Gnus startup was still very slow.)
5462
5463 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5464
5465         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5466         delete the extra newline.  Otherwise editing of :string and :number
5467         types don't work.
5468
5469 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5472         secrets.el dependency.
5473         (auth-sources): Add optional user name.  Add secrets.el configuration
5474         choice (unused right now).
5475
5476 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * gnus-sum.el (gnus-summary-make-menu-bar):
5479         Let `gnus-registry-install-shortcuts' fill in the functions.
5480
5481         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5482         warnings.
5483         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5484         (gnus-registry-install-shortcuts): Populate and use it in a
5485         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5486
5487 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5488
5489         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5490         In-place substitutions for the group name encoding/decoding.
5491         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5492         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5493         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5494         (nnimap-update-unseen, nnimap-request-list)
5495         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5496         (nnimap-request-set-mark, nnimap-split-to-groups)
5497         (nnimap-split-articles, nnimap-request-newgroups)
5498         (nnimap-request-create-group, nnimap-request-accept-article)
5499         (nnimap-request-delete-group, nnimap-request-rename-group)
5500         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5501         `encoded-mbx' for consistency.
5502         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5503         variable `imap-current-mailbox'.
5504
5505         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5506         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5507
5508 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5509
5510         * pop3.el (pop3-display-message-size-flag): Display message size byte
5511         counts during POP3 download.
5512         (pop3-movemail): Use it.
5513         (pop3-list): Implement listing of available messages.
5514
5515 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5516
5517         * nnir.el (nnir-get-article-nov-override-function): New function to
5518         override the normal NOV retrieval.
5519         (nnir-retrieve-headers): Use it.
5520
5521 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5522
5523         * auth-source.el (netrc-machine-user-or-password): Autoload.
5524
5525 2010-03-19  Glenn Morris  <rgm@gnu.org>
5526
5527         Stop message.el from loading about 40 libraries it doesn't always need.
5528         The general approach is to autoload rather than require, and to
5529         require in the specific functions rather than the file.  (Bug#5642)
5530
5531         * gmm-utils.el: Don't require wid-edit.
5532         (widget-create-child-value, widget-convert, widget-default-get):
5533         Autoload.
5534
5535         * gnus-util.el: Don't require time-date, netrc.
5536         (message-fetch-field, gnus-group-name-decode): Declare rather than
5537         autoloading.
5538         (gnus-fetch-field): Require message.
5539         (gnus-decode-newsgroups): Require gnus-group.
5540
5541         * ietf-drums.el: Don't require time-date.
5542
5543         * message.el: Don't require hashcash, canlock, ecomplete.
5544         Do require mail-utils.  Require nnheader only when compiling.
5545         (smtpmail-default-smtp-server): Remove declaration.
5546         (message-send-mail-function): Check smtpmail-default-smtp-server
5547         is bound rather than requiring smtpmail.
5548         (message-auto-save-directory, message-insert-signature):
5549         Use expand-file-name rather than nnheader-concat.
5550         (nnheader-insert-file-contents): Autoload.
5551         (hashcash-wait-async): Declare.
5552         (message-send-mail): Only call gnus-setup-posting-charset if
5553         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5554         (message-send-mail-with-sendmail): Require sendmail.
5555         (canlock-password, canlock-password-for-verify): Declare.
5556         (message-canlock-password): Require canlock.
5557         (nnheader-get-report): Autoload.
5558         (gnus-setup-posting-charset): Declare.
5559         (message-send-news): Require gnus-msg.
5560         (message-make-references, message-make-in-reply-to): Use mail-header-id
5561         rather than the alias mail-header-message-id.
5562         (ecomplete-add-item, ecomplete-save): Declare.
5563         (message-put-addresses-in-ecomplete): Require ecomplete.
5564         (ecomplete-display-matches): Autoload.
5565
5566         * mm-decode.el: Don't require mailcap, gnus-util.
5567         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5568         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5569         Autoload.
5570         (mailcap-mime-extensions): Declare.
5571
5572         * mm-encode.el: Don't require mailcap.
5573         (mailcap-extension-to-mime): Autoload.
5574
5575         * mml-sec.el: Don't require password-cache.
5576
5577         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5578         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5579         (mml-minibuffer-read-type): Require mailcap.
5580         (mml-preview): Require gnus-msg.
5581
5582         * mml1991.el: Require password-cache.
5583         (password-cache-expiry): Remove declaration.
5584
5585         * mml2015.el: Require password-cache.
5586         (password-cache-expiry): Remove declaration.
5587
5588         * nneething.el (mailcap): Require mailcap.
5589
5590         * nnheader.el (declare-function): Add compatibility stub.
5591         (message-remove-header): Declare rather than autoload.
5592         (nnheader-replace-header): Require message.
5593
5594         * nnimap.el (declare-function): Add compatibility stub.
5595         (netrc-parse, netrc-machine-user-or-password): Declare.
5596         (nnimap-open-connection): Require netrc.
5597
5598         * nntp.el (declare-function): Add compatibility stub.
5599         (netrc-parse, netrc-machine, netrc-get): Declare.
5600         (nntp-send-authinfo): Require netrc.
5601
5602         * rfc2047.el: Don't require qp.
5603         (quoted-printable-encode-region, quoted-printable-decode-string):
5604         Autoload.
5605
5606         * sieve-mode.el: Don't require easymenu.
5607         (easy-menu-add-item): Autoload it.
5608
5609         * spam-stat.el (time-to-number-of-days): Autoload it.
5610
5611 2010-03-19  Glenn Morris  <rgm@gnu.org>
5612
5613         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5614
5615 2010-03-18  Glenn Morris  <rgm@gnu.org>
5616
5617         * hashcash.el (declare-function): Remove duplicate definition.
5618
5619 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5620
5621         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5622         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5623         value if any backslash escapes).
5624
5625 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5628         if it is available.  (bug#5647)
5629
5630         * lpath.el: Suppress compiler warning for coding-system-from-name for
5631         Emacs 21 and XEmacs.
5632
5633 2010-03-14  Juri Linkov  <juri@jurta.org>
5634
5635         * hmac-def.el:
5636         * hmac-md5.el:
5637         * netrc.el: Fix keywords.
5638
5639 2010-02-26  Glenn Morris  <rgm@gnu.org>
5640
5641         * message.el (message-send-mail-function): Change the default, so that
5642         it inherits from a customized send-mail-function.  (Bug#5643)
5643
5644 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5645
5646         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5647         shell-command-to-string signals an error (bug#5299).
5648
5649 2010-02-24  Glenn Morris  <rgm@gnu.org>
5650
5651         * message.el (message-smtpmail-send-it)
5652         (message-send-mail-with-mailclient): Doc fixes.
5653
5654 2010-02-16  Glenn Morris  <rgm@gnu.org>
5655
5656         * message.el (message-default-mail-headers): Change the default value
5657         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5658
5659 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5662         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5663
5664 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5665
5666         * time-date.el (date-to-time): Doc fix (Bug#5408).
5667
5668 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5669
5670         * message.el (message-mail): Just pass yank-action on to message-setup.
5671         (message-setup): Handle (FUN . ARGS) form of yank-action.
5672         (message-with-reply-buffer, message-widen-reply)
5673         (message-yank-original): Handle non-buffer values of
5674         message-reply-buffer (Bug#4080).
5675         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5676
5677 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5678
5679         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5680         Fix typo in docstring.
5681
5682 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5683
5684         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5685         response.
5686
5687 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5690
5691         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5692
5693         * message.el (message-check-news-header-syntax): Protect against a
5694         string that `rfc822-addresses' returns when parsing fails.
5695
5696 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5699         (gnus-previous-char-property-change): New functions.
5700
5701         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5702
5703 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5704
5705         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5706         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5707
5708 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5709
5710         * message.el (message-exchange-point-and-mark): Rework last change to
5711         avoid using optional arg of exchange-point-and-mark, for backward
5712         compatibility.
5713
5714 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5715
5716         * message.el (message-exchange-point-and-mark):
5717         Call exchange-point-and-mark with an argument rather than setting
5718         mark-active by hand (Bug#5175).
5719
5720 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * nntp.el (nntp-service-to-port): Work for service expressed with
5723         numeric string; replace [:digit:] with [0-9] for XEmacs.
5724
5725 2009-12-17  Glenn Morris  <rgm@gnu.org>
5726
5727         * gnus-group.el (gnus-bug-group-download-format-alist):
5728         Change emacs entry to debbugs.gnu.org.  Bump :version.
5729
5730 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5733
5734 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * message.el (message-info): Explain why we use `Info-goto-node'.
5737
5738 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5741
5742 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5743
5744         * message.el (message-completion-in-region): New compatibility function.
5745         (message-expand-group): Use it.
5746
5747 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5750         with no unread article should be listed if the 2nd arg `predicate' is
5751         given.
5752
5753 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5756
5757 2009-11-29  Juri Linkov  <juri@jurta.org>
5758
5759         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5760         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5761         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5762
5763 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5764
5765         * sha1.el (sha1-string-external): default-directory "/" in case
5766         otherwise non-existent.  process-connection-type pipe for touch of
5767         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5768
5769 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5770
5771         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5772         it's comms related and sgml-mode.el has "comm" on that basis too.
5773
5774 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5777         containing tspecial characters if they have been already quoted.
5778
5779 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5780
5781         * dns-mode.el (auto-mode-alist): Purecopy string.
5782
5783 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5786
5787 2009-10-24  Glenn Morris  <rgm@gnu.org>
5788
5789         * gnus-art.el (help-xref-stack-item): Define for compiler.
5790
5791 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5792
5793         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5794
5795 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5798
5799 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5802         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5803
5804 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5807         (gnus-overlays-in): New alias to overlays-in.
5808
5809         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5810         gnus-overlay-get, and gnus-delete-overlay.
5811         (gnus-summary-show-thread): Make it work as well for systems in which
5812         next-single-char-property-change is not available.
5813         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5814
5815         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5816         (gnus-overlay-get): New alias to extent-property.
5817         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5818
5819         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5820         SXEmacs.
5821
5822         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5823         SXEmacs.
5824
5825 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5828
5829 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5830
5831         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5832         and XEmacs that don't have `remove-overlays'.
5833
5834 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5835
5836         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5837         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5838         selective display.  Use overlays instead.
5839
5840 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5841
5842         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5843
5844 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * spam-stat.el (spam-stat-load): Fix typo in message.
5847
5848 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5849
5850         * dig.el (dig-invoke): Fix typo in docstring.
5851         (query-dig): Reflow docstring.
5852
5853 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5854
5855         * gnus-art.el (gnus-article-encrypt-body):
5856         * message.el (message-check-recipients):
5857         * mm-util.el (mm-codepage-setup):
5858         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5859         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5860
5861 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5862
5863         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5864         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5865         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5866         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5867         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5868
5869 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5870
5871         * dig.el: Add "Keywords: comm", as per net-utils.el.
5872
5873 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5874
5875         * dig.el (dig-mode): Use define-derived-mode.
5876
5877 2009-09-19  Glenn Morris  <rgm@gnu.org>
5878
5879         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5880
5881 2009-09-18  Glenn Morris  <rgm@gnu.org>
5882
5883         * gnus-diary.el (gnus-diary-check-message):
5884         * message.el (message-insert-formatted-citation-line):
5885         * nnbabyl.el (top-level):
5886         * nndiary.el (nndiary-schedule):
5887         Fix typos in condition-case handlers.
5888
5889 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5892         configuration that provides the sole article window in a frame;
5893         position point correctly after deleting a part.
5894
5895 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5896
5897         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5898         (spam-resolve-registrations-routine): Use it to unregister articles
5899         that change status.
5900
5901 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5904         with XEmacs.
5905         (parse-time-string-chars): Use it.
5906
5907 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * imap.el (imap-interactive-login): Better messages.
5910         (imap-open): Fix bug with renamed buffer on reconnect.
5911         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5912         for easier debugging and cleaner code.  On successful (guessed based on
5913         server capabilities) secondary authentication, set imap-state
5914         correctly.
5915         (imap-last-authenticator): Define imap-last-authenticator as a variable
5916         to avoid warnings.
5917
5918 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * nnrss.el (nnrss-request-article): Remove binding of
5921         default-enable-multibyte-characters that has gotten needless by
5922         the 2007-07-13 change in rfc2047-encode-message-header.
5923
5924         * mml.el (mml-insert-multipart): Error on the message header.
5925         (mml-insert-part): Error on the message header; position point at
5926         the end of a MIME tag.
5927
5928 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * time-date.el (autoload): Expand define-obsolete-function-alias into
5931         defalias and make-obsolete for old Emacsen that Gnus supports.
5932         (with-no-warnings): Define it for old Emacsen.
5933         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5934         is available.
5935         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5936         float-time is available; suppress compile warning for time-to-seconds.
5937
5938         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5939         (gnus-float-time): Alias to float-time if it exists.
5940
5941         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5942         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5943         float-time is available; suppress compile warning for time-to-seconds.
5944
5945         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5946         XEmacs.
5947
5948 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * imap.el (imap-message-map): Docstring fix.
5951
5952 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5955         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5956         Add the optional argument `encoding' that overrides the default.
5957
5958         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5959         mm-encode-buffer.
5960
5961 2009-09-04  Glenn Morris  <rgm@gnu.org>
5962
5963         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5964         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5965         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5966         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5967         * mm-util.el (mm-with-unibyte-current-buffer)
5968         (mm-find-buffer-file-coding-system):
5969         * yenc.el (yenc-decode-region): Use default-value rather than
5970         default-enable-multibyte-characters.
5971
5972 2009-09-03  Glenn Morris  <rgm@gnu.org>
5973
5974         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5975         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5976         than default-enable-multibyte-characters.
5977
5978 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5979
5980         * gnus-art.el (gnus-article-read-summary-keys):
5981         Fix gnus-buffer-configuration's value temporarily used.
5982
5983 2009-09-02  Glenn Morris  <rgm@gnu.org>
5984
5985         * gnus-util.el (gnus-float-time): New function.
5986         * gnus-delay.el (gnus-delay-article):
5987         * gnus-sum.el (gnus-thread-latest-date):
5988         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5989         * nnspool.el (nnspool-request-newgroups):
5990         Use gnus-float-time rather than time-to-seconds.
5991         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5992
5993         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5994         (gnus-header-subject-face, gnus-header-newsgroups-face)
5995         (gnus-header-name-face, gnus-header-content-face):
5996         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5997         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5998         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5999         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6000         (gnus-cite-face-11):
6001         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6002         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6003         (gnus-server-closed-face, gnus-server-denied-face)
6004         (gnus-server-offline-face):
6005         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6006         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6007         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6008         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6009         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6010         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6011         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6012         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6013         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6014         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6015         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6016         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6017         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6018         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6019         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6020         (gnus-summary-high-undownloaded-face)
6021         (gnus-summary-low-undownloaded-face)
6022         (gnus-summary-normal-undownloaded-face)
6023         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6024         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6025         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6026         (gnus-splash-face):
6027         * message.el (message-header-to-face, message-header-cc-face)
6028         (message-header-subject-face, message-header-newsgroups-face)
6029         (message-header-other-face, message-header-name-face)
6030         (message-header-xheader-face, message-separator-face)
6031         (message-cited-text-face, message-mml-face):
6032         * sieve-mode.el (sieve-control-commands-face)
6033         (sieve-action-commands-face, sieve-test-commands-face)
6034         (sieve-tagged-arguments-face):
6035         * spam.el (spam-face):
6036         Mark face aliases with "-face" in the name as obsolete.
6037
6038 2009-09-01  Glenn Morris  <rgm@gnu.org>
6039
6040         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6041         than goto-line.
6042
6043 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6046         Don't move point if the command is invoked inside the message header.
6047
6048 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6049
6050         * imap.el (imap-send-command): Simplify.
6051         (imap-wait-for-tag): point-max -> buffer-size.
6052
6053 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6056         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6057         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6058         * nnir.el (nnir-swish-e-index-file):
6059         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6060         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6061         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6062         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6063         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6064         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6065
6066 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6069         Don't save excursion.
6070
6071 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6072
6073         * nnheader.el (nnheader-find-file-noselect):
6074         * mm-util.el (mm-insert-file-contents):
6075         Use (default-value 'major-mode) instead of default-major-mode.
6076
6077 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6078
6079         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6080
6081 2009-08-26  Glenn Morris  <rgm@gnu.org>
6082
6083         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6084         than placing in files.el.
6085
6086 2009-08-25  Glenn Morris  <rgm@gnu.org>
6087
6088         * nnir.el (top-level): Don't require cl at run-time.
6089         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6090         Replace cl-function substitute with gnus-replace-in-string.
6091         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6092         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6093         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6094         simplified expansions.
6095
6096 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6097
6098         * dig.el (dig): Add autoload cookie.
6099
6100 2009-08-22  Glenn Morris  <rgm@gnu.org>
6101
6102         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6103         goto-line.
6104
6105 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6106
6107         * parse-time.el (parse-time-string-chars): Save match data.
6108
6109 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6110
6111         * parse-time.el (parse-time-string-chars): Compute using character
6112         classes, to handle non-ascii characters (Bug#3190).
6113
6114 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6117
6118         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6119         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6120         (gnus-mm-display-part, gnus-mime-display-single)
6121         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6122         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6123
6124         * gnus-sum.el
6125         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6126         (gnus-summary-move-article): Add expirable mark to articles copied or
6127         moved to group that has auto-expire turned on if the option is non-nil.
6128
6129 2009-07-24  Glenn Morris  <rgm@gnu.org>
6130
6131         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6132         Fix typo.  (Bug#3903)
6133
6134 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6137         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6138         that should not be used for draft articles.
6139         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6140         that has no concern in minor mode keys.
6141         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6142         Abolish.
6143
6144 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6147         article without making inquiry to a user for unknown encoding.
6148
6149         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6150         (nnmaildir--scan): Assume i-node and device number that file-attributes
6151         returns might be cons-cell.
6152
6153         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6154
6155         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6156
6157 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * auth-source.el: Remove docs now in auth.texi.  Don't use
6160         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6161         `auth-source-hide-passwords' and use them.
6162
6163 2009-07-15  Glenn Morris  <rgm@gnu.org>
6164
6165         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6166
6167 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6170         excessive whitespace from the default values of title and description.
6171
6172 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6175         mail-fetch-field to fetch Content-Description header in order to
6176         exclude newlines.
6177
6178 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6179
6180         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6181         format used by GnuPG 2.0.11.
6182
6183 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6186         to deleted part.
6187
6188 2009-05-30  David Engster  <dengste@eml.cc>
6189
6190         * nnmairix.el: Remove old documentation in the commentary block.
6191         (nnmairix-request-group): Do not update active file for nnml back ends.
6192         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6193         end so that overview files are ignored.
6194         (nnmairix-update-groups): Make updating the groups more robust by using
6195         marks.
6196         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6197         with dollar characters in message-id.
6198
6199 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6202         2008-12-25 in dns.el.
6203
6204 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6205
6206         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6207         could happen if the text is only composed of spaces and/or tabs.
6208
6209 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6210
6211         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6212         when sending a queued message to avoid extra mml tags.
6213
6214 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6217
6218 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6221         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6222         rmail-toggle-header for XEmacs;
6223         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6224
6225 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-dired.el: Remove autoload for gnus-setup-message.
6228         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6229         displaying Gnus logo; always use compose-mail.
6230
6231 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6234
6235 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6238         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6239         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6240         available.
6241         (gnus-nocem-epg-verify): New function.
6242
6243 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6246
6247 2009-02-15  Glenn Morris  <rgm@gnu.org>
6248
6249         * gnus-util.el (rmail-insert-rmail-file-header)
6250         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6251         autoloads.
6252         (rmail-default-rmail-file): Remove unnecessary declaration.
6253         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6254
6255 2009-02-14  Glenn Morris  <rgm@gnu.org>
6256
6257         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6258         variable (only used in gnus-util, which declares it anyway).
6259         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6260         which was only needed by gnus-art (changed to not use it any more).
6261         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6262         only used in gnus-util, which autoloads it itself.
6263         (rmail-update-summary): Fix autoload.
6264
6265         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6266         rather than rmail-output-to-rmail-file.
6267
6268 2009-02-07  Glenn Morris  <rgm@gnu.org>
6269
6270         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6271         autoload of function that no longer exists.
6272         (rmail-toggle-header): Declare.
6273         (message-forward-rmail-make-body): Handle mbox Rmail.
6274
6275 2009-01-31  Glenn Morris  <rgm@gnu.org>
6276
6277         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6278         2009-01-09 change.
6279
6280 2009-01-31  Dave Love  <fx@gnu.org>
6281
6282         * imap.el (imap-fetch-safe): Bind debug-on-error.
6283         (imap-debug): Add imap-fetch-safe.
6284
6285 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6286
6287         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6288         (auth-source-forget-all-cached): New convenience function.
6289         (auth-source-user-or-password): Accept list of modes or a single mode.
6290
6291         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6292         auth-source modes.
6293
6294         * netrc.el (netrc-machine-user-or-password): Use list of
6295         auth-source modes.
6296
6297         * nnimap.el (nnimap-open-connection): Use list of
6298         auth-source modes.
6299
6300         * nntp.el (nntp-send-authinfo): Use list of
6301         auth-source modes.
6302
6303 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6306         now.
6307
6308 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6311         coding system in XEmacs; add a workaround for XEmacs.
6312
6313         * lpath.el: Fbind coding-system-aliasee.
6314
6315 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6318         of current-language-environment.
6319
6320 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6323         available at runtime.
6324
6325 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6328
6329 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6330
6331         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6332         the greatest positive fixnum value doesn't work under an XEmacs with
6333         bignum support; use the most-positive-fixnum constant instead,
6334         available since Emacs 21.1 with cl and XEmacs 21.1.
6335
6336 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6339         XEmacs gets not to work.
6340
6341 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * mm-util.el (mm-coding-system-priorities): Allow the value like
6344         "Japanese (UTF-8)" of current-language-environment.
6345
6346 2009-01-09  Glenn Morris  <rgm@gnu.org>
6347
6348         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6349         with last-command-event.
6350
6351 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6354         in the doc string.
6355
6356         * message.el (message-fix-before-sending): Amend comment.
6357
6358 2009-01-08  Dave Love  <fx@gnu.org>
6359
6360         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6361
6362 2009-01-07  David Engster  <dengste@eml.cc>
6363
6364         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6365         simplified server definitions by converting it via
6366         gnus-server-to-method.
6367
6368 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6371         parameter's operands.
6372
6373 2009-01-06  David Engster  <dengste@eml.cc>
6374
6375         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6376         primary select method (for gnus-group-mark-article-as-read).
6377
6378 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6379
6380         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6381         `(gnus)Face', not `(gnus)X-Face'.
6382
6383 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * mm-util.el (mm-ucs-to-char): New function.
6386
6387         * mm-url.el (mm-url-decode-entities): Use it.
6388
6389         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6390         unicode-to-char.
6391
6392 2009-01-05  Dave Love  <fx@gnu.org>
6393
6394         * time-date.el: Require cl for `declare'.
6395
6396 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6399         Dave Love.
6400
6401 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * message.el (message-fix-before-sending): Add `eight-bit' to
6404         illegible-text check.
6405
6406 2009-01-03  Michael Olson  <mwolson@gnu.org>
6407
6408         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6409         `headers' is nil.  This can occur if the IMAP server does not have
6410         permissions to read messages from a folder, but can write new messages
6411         to the folder.
6412         (nnimap-request-article-part): Do not insert `data' if it is nil.
6413
6414         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6415         characters which will confuse `read', so skip past them.
6416
6417 2009-01-01  Dave Love  <fx@gnu.org>
6418
6419         * imap.el (imap-string-to-integer): Fix typo.
6420         (imap-fetch-safe): New function.
6421         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6422
6423         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6424
6425         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6426         (imap-parse-greeting): Fix doc strings.
6427         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6428         (imap-parse-flag-list): Make messages unique.
6429         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6430
6431         * nnimap.el: Fix author email.
6432         (nnimap-split-rule): Add FIXME comment.
6433         (nnimap-debug): Fix doc string.
6434
6435 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6438
6439 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6442         nslookup if resolv.conf isn't available.
6443         (dns-query): Rename from query-dns.
6444         (dns-query-cached): Rename from query-dns-cached.
6445
6446 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6449         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6450         to check if those variables exist (first appeared in Emacs 18.50).
6451
6452 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * mm-util.el (mm-line-number-at-pos): New function.
6455
6456         * spam-report.el (spam-report-process-queue): Use it.
6457
6458 2008-12-24  David Engster  <dengste@eml.cc>
6459
6460         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6461         parameters that haven't existed as variables as buffer-local variables.
6462
6463 2008-12-23  Dave Love  <fx@gnu.org>
6464
6465         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6466         cadar.
6467
6468         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6469         imap-starttls-p.
6470         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6471
6472 2008-12-22  Dave Love  <fx@gnu.org>
6473
6474         * imap.el: Fix author email.  Doc fixes.
6475         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6476         reply.
6477
6478 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * spam-report.el (spam-report-gmane-max-requests): New constant.
6481         (spam-report-gmane-wait): New variable.
6482         (spam-report-gmane-ham, spam-report-gmane-spam)
6483         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6484         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6485         the server.
6486
6487         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6488         Add explanations.
6489
6490         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6491         nnheader-accept-process-output and nnheader-read-timeout if available.
6492         (pop3-movemail): Use it.
6493
6494         * message.el (message-check-news-body-syntax): Fix signature check if
6495         there's an attachment.
6496
6497 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * mm-util.el: Add comments to the mm- emulating functions.
6500
6501 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6504         Reported by Stephen Berman <stephen.berman@gmx.net>.
6505
6506 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * mm-util.el (mm-substring-no-properties): New function.
6509         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6510         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6511         (mm-string-to-multibyte): Doc fix.
6512
6513         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6514
6515 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * mml.el (mml-attach-file): Strip text properties from file name.
6518         (Bug#1574)
6519
6520 2008-12-16  Glenn Morris  <rgm@gnu.org>
6521
6522         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6523
6524 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6527         knows since the charset specified might be a bogus alias that
6528         mm-charset-synonym-alist provides.
6529
6530 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6533         "ISO_8859-1".
6534
6535         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6536
6537 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * mm-util.el (mm-charset-eval-alist):
6540         Define it before mm-charset-to-coding-system.
6541         (mm-charset-to-coding-system): Add optional argument `silent';
6542         define it before mm-charset-override-alist.
6543         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6544         default value if it can be used in Emacs currently running;
6545         silence mm-charset-to-coding-system.
6546
6547 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6550         `allow-override' which says whether to use `mm-charset-override-alist'.
6551         (rfc2047-decode-encoded-words): Use it.
6552
6553         * mm-util.el (mm-charset-override-alist): Fix custom type;
6554         add `(gb2312 . gbk)' to choices.
6555
6556 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6559         fast.
6560
6561         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6562
6563         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6564
6565 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6566
6567         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6568         on links.
6569
6570         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6571
6572 2008-12-03  Lute Kamstra  <lute@gnu.org>
6573
6574         * sha1.el: Remove leading * from docstrings of defcustoms,
6575         deffaces, defconsts and defuns.
6576
6577 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6580         users' addresses that don't have domain parts.
6581         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6582         rather than message-narrow-to-head since there will be the message
6583         header separator.
6584
6585 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6586
6587         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6588         since the result is inserted in a unibyte buffer anyway.
6589         (nnimap-demule-use-string-to-multibyte): Remove.
6590         (nnimap-demule): Alias it to mm-string-to-multibyte.
6591
6592 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6595         variable for debugging bug#464 and bug#1174.
6596         (nnimap-demule): Use it.
6597
6598 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6601         score calculation correctly.
6602
6603 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6604
6605         * message.el (message-send-mail): Just set the buffer to unibyte
6606         rather than use mm-with-unibyte-current-buffer which does a lot more.
6607         (message-send-mail-partially): Don't bother with
6608         mm-with-unibyte-current-buffer since it's already been made unibyte by
6609         message-send-mail.
6610
6611 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6612
6613         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6614
6615 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6616
6617         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6618
6619 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6622         require itself and to remove `with-no-warnings'.
6623
6624 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6625
6626         * starttls.el (starttls-any-program-available): Get the name of the
6627         available TLS layer program.
6628         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6629         well as the host name in the "opening" message.
6630
6631         * auth-source.el (auth-source-cache, auth-source-do-cache)
6632         (auth-source-user-or-password): Cache passwords and logins by default,
6633         allow override with `auth-source-do-cache'.
6634         (auth-source-forget-user-or-password): Allow users to remove cache
6635         entries if needed.
6636
6637 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6638
6639         * md4.el (md4-buffer): Fix typo in docstring.
6640         (md4, md4-64): Doc fixes.
6641         (md4-pack-int32): Reflow docstring.
6642
6643 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6646         condition-case to only the forward-sexp call.
6647
6648 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6651         quotes contained.  Make it more robust regardless by an extra
6652         condition-case wrapper.
6653
6654 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6657
6658 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * nnml.el (nnml-request-expire-articles): Check if the function set to
6661         `nnmail-expiry-target' returns the symbol `delete'.
6662
6663         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6664
6665         * nnmail.el (nnmail-expiry-target): Fix custom type.
6666
6667 2008-10-02  Glenn Morris  <rgm@gnu.org>
6668
6669         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6670         Silence compiler warning.
6671
6672 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6673
6674         * tls.el (open-tls-stream): Show the actual command being
6675         executed, instead of the format string.
6676
6677 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * lpath.el: Fbind codepage-setup for Emacs 23.
6680
6681 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6682
6683         * mml.el (mml-menu): Don't assume mml2015 is bound.
6684
6685 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6688         exists.
6689
6690 2008-09-27  Glenn Morris  <rgm@gnu.org>
6691
6692         * gnus-util.el (mail-header-remove-comments): Autoload it.
6693
6694 2008-09-27  Andreas Schwab  <schwab@suse.de>
6695
6696         * gnus-util.el (gnus-split-references): Strip comments.
6697         (gnus-parent-id): Likewise.
6698
6699 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-confirm-send): Fix version.
6702
6703 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * message.el (message-idna-to-ascii-rhs-1): Use
6706         mail-extract-address-components rather than mail-header-parse-addresses
6707         that is an alias by default to ietf-drums-parse-addresses that does not
6708         support non-ASCII names in headers' contents.
6709
6710 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * message.el (message-confirm-send): Fix variable documentation to
6713         avoid the "y/n" wording.
6714
6715 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6716
6717         * message.el (message-set-auto-save-file-name): Save to a different
6718         filename so multiple messages (especially drafts) can be recovered.
6719
6720 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * message.el (message-confirm-send): Add appropriate version.
6723
6724 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6727         defvar.
6728
6729 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6730
6731         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6732         (mm-pkcs7-enveloped-magic): Ditto.
6733
6734 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6735
6736         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6737         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6738
6739 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6740
6741         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6742         default, it's better.
6743
6744 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6747         summary line gnus-number property and ignore them (with a warning
6748         message).
6749
6750 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6753         macro caddr in the interactive form since it won't be expanded.
6754
6755 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6758         `charset'; fix name of function called recursively.
6759         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6760
6761 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6764         (gnus-mime-set-charset-parameters): New function.
6765         (gnus-mime-view-part-as-charset): Use it to correctly display part
6766         specifying wrong charset.
6767
6768 2008-09-08  David Engster  <dengste@eml.cc>
6769
6770         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6771         in completing-read for back end server.
6772
6773 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6774
6775         * message.el (message-confirm-send): New variable to confirm sending a
6776         message.
6777         (message-send): Use it.
6778
6779 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6782
6783 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6786
6787 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6790         prevent tracking too many groups.
6791         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6792         Use it.
6793
6794 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6795
6796         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6797         moving point to the bottom of the window in order to avoid recentering.
6798
6799 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6802
6803         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6804         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6805         (gnus-article-beginning-of-window): Fix calculation.
6806
6807 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-msg.el (gnus-summary-supersede-article)
6810         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6811         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6812         message header.
6813
6814 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6815
6816         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6817         pending output coming after the status change.
6818
6819 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6820
6821         * message.el:
6822         * gnus-start.el:
6823         * gnus-registry.el: Remove VMS support.
6824
6825 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6828         macro.
6829         (rfc2104-hash): Use it.
6830
6831 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6834         (gnus-summary-sort-by-most-recent-date): New commands.
6835         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6836         and menu entries.
6837
6838 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6841         don't redisplay article for raw contents; remove plural articles stuff.
6842
6843         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6844         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6845         on gnus-summary-save-article; display results properly.
6846
6847 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * lpath.el: No need to fbind ns-focus-frame.
6850
6851 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6854
6855 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-art.el (gnus-summary-save-in-pipe):
6858         Consider gnus-save-all-headers.
6859
6860 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6861
6862         * gnus-util.el (ns-focus-frame): Remove declaration.
6863         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6864         like x.
6865
6866 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6867
6868         * rfc2104.el (rfc2104-zero): Delete defconst.
6869         (rfc2104-hex-alist): Likewise.
6870         (rfc2104-hex-to-int): Delete func.
6871         (rfc2104-hexstring-to-bitstring): Likewise.
6872         (rfc2104-nybbles): New defconst.
6873         (rfc2104-hash): Rewrite for speed.
6874
6875 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * tls.el (open-tls-stream): Make it work with the 2nd argument
6878         BUFFER that is a string but does not exist as a buffer object, as
6879         mentioned in the doc-string.
6880
6881 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6884         SXEmacs.
6885
6886 2008-07-16  Glenn Morris  <rgm@gnu.org>
6887
6888         * gnus-util.el (ns-focus-frame): Declare for compiler.
6889
6890 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6893         set as a group parameter.
6894         (gnus-summary-save-in-pipe): Work when it is called independently.
6895         (gnus-summary-pipe-to-muttprint): Don't modify
6896         gnus-summary-pipe-output-default-command.
6897
6898 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6899
6900         * message.el (message-send-mail-with-sendmail):
6901         Display the error message.
6902
6903 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-art.el (gnus-default-article-saver):
6906         Add gnus-summary-save-in-pipe to choices.
6907         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6908         gnus-summary-pipe-output-default-command as the default command.
6909         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6910         instead of gnus-last-shell-command.
6911
6912         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6913         New user option.
6914         (gnus-summary-muttprint-program): Mention the value will be changed.
6915         (gnus-summary-save-article): Force showing of all headers.
6916         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6917
6918 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6919
6920         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6921
6922 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6923
6924         * nnimap.el (nnimap-id):
6925         * sieve-manage.el (sieve-manage-open): Doc fixes.
6926
6927 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6928
6929         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6930         if available.
6931
6932 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6935
6936         * nnkiboze.el (nnkiboze-generate-group):
6937         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6938
6939         * nnmairix.el: Require CL.
6940
6941 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * dgnushack.el: Autoload get-display-table and put-display-table for
6944         XEmacs 21.5.
6945
6946         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6947         21.4 and SXEmacs.
6948
6949 2008-06-15  David Engster  <dengste@eml.cc>
6950
6951         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6952
6953 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6954
6955         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6956         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6957         runtime choice under XEmacs.
6958
6959         * gnus-sum.el (gnus-summary-set-display-table):
6960         Use `gnus-put-display-table', `gnus-get-display-table',
6961         `gnus-set-display-table' for the display table, instead of `aset'.
6962
6963         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6964         Use `gnus-put-display-table', `gnus-get-display-table',
6965         `gnus-set-display-table' for the display table.
6966
6967 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * nnmairix.el: Add autoloads.
6970
6971 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * nnmairix.el (nnmairix-delete-recreate-group)
6974         (nnmairix-update-and-clear-marks): Fix error messages.
6975
6976 2008-06-14  David Engster  <dengste@eml.cc>
6977
6978         * nnmairix.el: Upgrade to version 0.6.
6979         (nnmairix-group-toggle-propmarks-this-group)
6980         (nnmairix-group-toggle-readmarks-this-group)
6981         (nnmairix-group-delete-recreate-this-group)
6982         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6983         (nnmairix-remove-tick-mark-original-article): New commands.
6984         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6985         (nnmairix-propagate-marks-to-nnmairix-groups)
6986         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6987         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6988         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6989         functions needed for marks propagation and manipulation of read marks.
6990         (nnmairix-update-groups): New function.
6991         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6992         (nnmairix-determine-original-group-from-registry)
6993         (nnmairix-determine-original-group-from-path)
6994         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6995         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6996         New helper functions.
6997         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6998         keystrokes for new commands.
6999         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7000         (nnmairix-request-group): Check allow-fast group parameter.
7001         (nnmairix-request-create-group): Set allow-fast group parameter if
7002         nnmairix-allowfast-default is set.
7003         (nnmairix-close-group): Propagate marks upon closing if needed.
7004         (nnmairix-group-toggle-threads-this-group): Use new.
7005         nnmairix-group-toggle-parameter helper function.
7006         (nnmairix-search): Better check for empty search result.
7007         (nnmairix-goto-original-article): Use new helper functions for
7008         determining original article.
7009         (nnmairix-show-original-article): Make sure message-id is in brackets.
7010         (nnmairix-call-mairix-binary): Change variable name.
7011         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7012         helper function.
7013         (nnmairix-widget-toggle-activate): Fix doc string.
7014
7015 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * nnir.el: Require edmacro when compiling with XEmacs.
7018         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7019         available in Emacs 21.
7020
7021 2008-06-11  Glenn Morris  <rgm@gnu.org>
7022
7023         * gnus-util.el (x-focus-frame):
7024         * gnus.el (image-size):
7025         * mm-decode.el (image-size): Declare.
7026
7027         * gnus-picon.el (declare-function): Add compat definition.
7028         (image-size): Declare.
7029
7030         * gnus-group.el (tool-bar-map):
7031         * gnus-sum.el (tool-bar-map): Define for compiler.
7032
7033         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7034
7035         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7036
7037         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7038         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7039         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7040         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7041         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7042         * sieve-manage.el, spam-report.el, spam.el:
7043         Remove unnecessary eval-and-compile of autoloads.
7044
7045 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7046
7047         * auth-source.el: Precise Tramp doc.
7048
7049 2008-06-07  Glenn Morris  <rgm@gnu.org>
7050
7051         * nnmairix.el: Remove unnecessary eval-when-compile.
7052
7053 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * lpath.el: Fbind propertize for XEmacs 21.4.
7056
7057 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * nnir.el: Move here from ../contrib.
7060
7061 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7062
7063         * gnus-util.el (gnus-read-shell-command): New function.
7064         * mm-decode.el (mm-pipe-part):
7065         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7066
7067 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7070
7071 2008-06-03  Glenn Morris  <rgm@gnu.org>
7072
7073         * pop3.el (nnheader-accept-process-output): Autoload it.
7074
7075 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7078         are not 2-digit hexadecimal characters that follow `%'s.
7079
7080 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * message.el (message-bogus-recipient-p): Fix type in doc string.
7083         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7084         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7085         Improve custom options.
7086         (message-bogus-recipient-p): Adjust accordingly.
7087
7088 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7089
7090         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7091         long-form month and day names.
7092
7093 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * dgnushack.el: Autoload debug, eudc-expand-inline and
7096         pgg-snarf-keys-region for XEmacs.
7097
7098         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7099
7100         * nnmairix.el: Require edmacro when compiling with XEmacs.
7101
7102 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7105         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7106
7107 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * auth-source.el: Add more docs.
7110
7111         * netrc.el (netrc-machine): Always match if the port is not given.
7112
7113 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7116         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7117         retrieval faster in some cases, but might make CPU usage larger.
7118         If this has any bad side effects, we might revert this change.
7119
7120         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7121         seems to make mail retrieval much, much faster.
7122         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7123         unconditionally.
7124
7125         * gnus-draft.el (gnus-group-send-queue):
7126         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7127
7128 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7131
7132         * message.el (message-bogus-address-regexp): Fix and improve custom
7133         type.
7134         (message-setup-hook): Add message-check-recipients as custom option.
7135
7136 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * message.el (message-cite-function): Remove bogus autoload which crept
7139         in during merge from v5-10.
7140
7141 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7144
7145         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7146
7147         * auth-source.el: Preliminary Tramp docs.
7148         (auth-sources): Change the default auth-sources to use
7149         EPA .gpg files.
7150
7151 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7152
7153         * nntp.el: Autoload `auth-source-user-or-password'.
7154         (nntp-send-authinfo): Use it.
7155
7156         * nnimap.el: Autoload `auth-source-user-or-password'.
7157         (nnimap-open-connection): Use it.
7158
7159         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7160         for the gnus-message function.
7161         (auth-source-user-or-password): Use it.
7162
7163 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7166         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7167         (rfc2104-hash): Use it.
7168
7169 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7170
7171         * gnus-art.el (gnus-article-toggle-truncate-lines):
7172         Don't use `iff' in docstring.
7173
7174 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7177
7178         * gnus-util.el (gnus-extract-address-component-name)
7179         (gnus-extract-address-component-email): Convenience functions around
7180         `gnus-extract-address-components'.
7181
7182         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7183         Use `gnus-extract-address-component-email' to fix bug of comparing full
7184         sender name to `user-mail-address'.
7185
7186 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7189         catch/throw to optimize.
7190         (gnus-registry-find-keywords): Just use member to find a keyword.
7191
7192 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7195         is current before calling gnus-server-prepare.
7196         (gnus-server-setup-buffer, gnus-server-update-server)
7197         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7198
7199 2008-05-04  Juri Linkov  <juri@jurta.org>
7200
7201         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7202         (mailcap-file-default-commands): Use mailcap-replace-in-string
7203         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7204         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7205
7206 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7207
7208         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7209
7210 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7211
7212         * gnus.el: Bump version to 0.11.
7213
7214 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7215
7216         * gnus.el: No Gnus v0.10 is released.
7217
7218 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7221         hooks.
7222         (gnus-update-read-articles): Speed up non-marks-using users.
7223         (gnus-use-marks): Define gnus-use-marks.
7224         (gnus-propagate-marks): Rename variable to something more sensible.
7225
7226 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7227
7228         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7229         (gmm-image-load-path-for-library): Fix typos in docstrings.
7230         (gmm-message): Reflow docstring.
7231
7232 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * mail-source.el (mail-source-set-1, mail-source-bind):
7235         Move auth-source code out of the macro to clean it up and fix bugs.
7236
7237 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7238
7239         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7240         by sender if it's equal to user-mail-address, it's likely to be
7241         useless.
7242
7243         * mail-source.el (mail-source-bind): Don't use user or password if they
7244         are not bound.  Unintern them if they are nil.  Don't use server unless
7245         it's bound, and default it to empty string otherwise.
7246
7247 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7248
7249         * mail-source.el: Load auth-source.el.
7250         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7251         get user name or password, if auth-sources is set up.
7252
7253         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7254         strategy of splitting with parent.
7255         (gnus-registry-split-fancy-with-parent)
7256         (gnus-registry-post-process-groups): Use it and fix prior
7257         bug (returning a list as the split result).
7258
7259         * auth-source.el (auth-sources): Remove server parameter.
7260         (auth-source-pick, auth-source-user-or-password)
7261         (auth-source-user-or-password-imap)
7262         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7263         (auth-source-user-or-password-sftp)
7264         (auth-source-user-or-password-smtp): Remove server parameter.
7265
7266 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7267
7268         * smime.el (smime-sign-region, smime-encrypt-region)
7269         (smime-decrypt-region):
7270         Remove redundant calls to `generate-new-buffer-name'.
7271
7272 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7273
7274         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7275         Don't use QP for message/rfc822.
7276         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7277
7278 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7279
7280         * sieve-manage.el (sieve-string-bytes): Remove.
7281         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7282         correct byte-length only if the process's coding-system is the same as
7283         the one used internally by Emacs to represent strings.
7284
7285 2008-04-22  Juri Linkov  <juri@jurta.org>
7286
7287         * mailcap.el (mailcap-file-default-commands): New function.
7288
7289 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * message.el (message-signature-separator, message-cite-function):
7292         Change custom version.
7293
7294 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7295
7296         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7297         commands.
7298         (tls-checktrust): Ditto.
7299
7300 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * mm-decode.el (mm-display-external): Make temp file read-only.
7303
7304 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7307         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7308         `C-c C-f d'.
7309
7310 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7311
7312         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7313
7314 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus.el: Bump version to 0.9.
7317
7318 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gnus.el: No Gnus v0.8 is released.
7321
7322 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7323
7324         * mail-source.el (mail-source-value):
7325         Prefer fboundp to functionp so it works with macros as well.
7326
7327 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7328
7329         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7330         Fix last change in case the element is not even a symbol.
7331
7332 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7333
7334         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7335         Prefer fboundp to functionp so it works with macros as well.
7336
7337 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * auth-source.el: Add docs.
7340         (auth-sources): Modify format to support server.
7341         (auth-source-pick, auth-source-user-or-password)
7342         (auth-source-user-or-password-imap)
7343         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7344         (auth-source-user-or-password-sftp)
7345         (auth-source-user-or-password-smtp): Add server parameter.
7346
7347 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7348
7349         * gnus-registry.el: Initialize the registry when gnus-registry-install
7350         is t.
7351
7352 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * compface.el (uncompface): Make buffer unibyte.
7355
7356 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7357
7358         * mail-source.el (mail-source-value):
7359         Prefer fboundp to functionp so it works with macros as well.
7360
7361 2008-04-05  Glenn Morris  <rgm@gnu.org>
7362
7363         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7364
7365 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7366
7367         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7368         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7369
7370         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7371         multibyteness after rather than before erasing it.
7372
7373         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7374         mm-with-multibyte.
7375         (gnus-request-article-this-buffer): Make sure the proper decoding is
7376         used if gnus-original-article-buffer happens to be unibyte.
7377
7378         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7379         default-enable-multibyte-characters.
7380
7381         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7382         default-enable-multibyte-characters.
7383
7384         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7385
7386         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7387
7388 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7389
7390         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7391         Fix last change in case the element is not even a symbol.
7392
7393 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7394
7395         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7396         (imap-message-copyuid-1): Use it.
7397         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7398         J. Williams in
7399         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7400
7401         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7402         imap-enable-exchange-bug-workaround.
7403         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7404
7405 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7406
7407         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7408         a 100 byte status-checks into a 2-3MB transfer for each group.
7409         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7410         to enable bug workaround or not.
7411         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7412
7413 2008-03-31  Glenn Morris  <rgm@gnu.org>
7414
7415         * message.el (mml2015-use): Declare for compiler.
7416         (message-info): Require mml2015 when appropriate.
7417
7418 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7421         whitespace.
7422
7423 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7424
7425         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7426         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7427         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7428         (nntp-service-to-port): New function.
7429         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7430         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7431         (nntp-open-netcat-stream): New function.
7432         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7433
7434 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7435
7436         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7437
7438 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7439
7440         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7441
7442 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7443
7444         * dns.el (dns-write): Use set-buffer-multibyte.
7445
7446 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7447
7448         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7449
7450 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * message.el (message-signature-separator): Change default.
7453         Improve custom type.
7454         (message-cite-function): Change default to
7455         message-cite-original-without-signature.
7456
7457         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7458         toggle.
7459
7460         * message.el (message-check-news-body-syntax): Fix signature check.
7461         (message-setup-1): Mark buffer as unmodified _after_ running
7462         message-setup-hook and handling message-alternative-emails.
7463         (message-shorten-references): Be more strict when building list of
7464         valid references to comply with GNKSA.
7465
7466         * gnus-group.el (gnus-read-ephemeral-bug-group)
7467         (gnus-read-ephemeral-debian-bug-group)
7468         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7469
7470         * message.el (message-info): Don't use booleanp which isn't supported
7471         in Emacs 21 and XEmacs.
7472
7473 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7476         gnus-group-gmane-group-download-format.
7477         (gnus-group-read-ephemeral-gmane-group): Rename from
7478         gnus-group-read-ephemeral-gmane-group.
7479         (gnus-read-ephemeral-gmane-group-url): Rename from
7480         gnus-group-read-ephemeral-gmane-group-url.
7481         (gnus-bug-group-download-format-alist): New variable.
7482         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7483         (gnus-read-ephemeral-emacs-bug-group): New commands.
7484
7485 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7488         (gnus-visible-headers): Improve custom type.
7489
7490 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * mml.el (mml-menu): Add workarounds for XEmacs.
7493
7494         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7495         X-Boundary header.
7496
7497         * message.el (message-simplify-recipients): Fix previous commit.
7498
7499 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * mm-util.el (mm-set-buffer-multibyte): New function.
7502         * mm-decode.el (mm-copy-to-buffer): Use it.
7503
7504         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7505         Prefer fboundp to functionp so it works with macros as well.
7506
7507 2008-03-19  Glenn Morris  <rgm@gnu.org>
7508
7509         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7510         Accidentally removed in the sync process with Emacs.
7511
7512 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * message.el (message-alter-recipients-discard-bogus-full-name):
7515         New function.
7516         (message-alter-recipients-function): New variable.
7517         (message-get-reply-headers): Use it.
7518         (message-replace-header): New helper function.
7519         (message-recipients-without-full-name): New variable.
7520         (message-simplify-recipients): New command.
7521
7522         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7523
7524         * message.el (message-info): Handle EasyPG manual.
7525
7526         * mml.el (mml-menu): Add entry for EasyPG.
7527
7528 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7529
7530         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7531         parameter.
7532
7533         * message.el (message-disassociate-draft): Specify drafts group name
7534         fully.
7535
7536 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7539         Eliminate unnecessary duplicates from the match list.
7540
7541 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7544
7545         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7546
7547         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7548         args of `how-many' of which the XEmacs version doesn't take; declare
7549         Info-index-next as function.
7550
7551 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-score.el (gnus-score-headers): Fix handling of
7554         gnus-inhibit-slow-scoring.
7555
7556         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7557         string.
7558         (gnus-button-url-regexp): Improve handling of parenthesis.
7559         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7560         (gnus-button-handle-info-keystrokes): Handle index entries.
7561
7562 2008-03-15  Glenn Morris  <rgm@gnu.org>
7563
7564         * parse-time.el (parse-time-string): Simplify.
7565
7566 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7569         Incoming* files.
7570
7571 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * auth-source.el (auth-sources): Rename from auth-source-choices.
7574         (auth-source-pick): Use it.
7575
7576 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7577
7578         * binhex.el (binhex-decode-region-internal):
7579         * uudecode.el (uudecode-decode-region-internal):
7580         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7581         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7582         setting default-enable-multibyte-characters.
7583
7584 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7585
7586         * auth-source.el (auth-source-protocols)
7587         (auth-source-protocols-customize, auth-source-choices): Add and
7588         modified variable customizations and defaults.
7589         (auth-source-pick, auth-source-user-or-password)
7590         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7591         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7592         (auth-source-user-or-password-sftp)
7593         (auth-source-user-or-password-smtp): Use new variables and provide an
7594         interface to netrc.el.
7595
7596 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7599         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7600         Make sure the nntp port to specify is a string.
7601
7602 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7603
7604         * nntp.el: Use with-current-buffer.
7605         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7606         dubious mm-with-unibyte-current-buffer.
7607         (nntp-with-open-group-function): New function extracted from
7608         nntp-with-open-group macro.
7609         (nntp-with-open-group): Use the function, so it's easier to debug.
7610         Add indentation and debugging info.
7611         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7612         Recommend the use of the netcat alternatives.
7613
7614         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7615         Avoid mm-string-as-multibyte as well.
7616
7617         * nnweb.el (nnweb-insert-html):
7618         Remove use of nnheader-string-as-multibyte.
7619
7620         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7621         (nnheader-string-as-multibyte): Remove.
7622
7623         * mm-view.el: Use inhibit-read-only.
7624         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7625         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7626         or unibyte-string.
7627
7628         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7629         (mm-uu-yenc-extract): Use with-current-buffer.
7630
7631         * gnus-soup.el (gnus-soup-send-packet): Don't use
7632         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7633
7634         * nnmh.el: Use with-current-buffer.
7635         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7636         mm-string-as-multibyte on the output of mm-encode-coding-string.
7637
7638         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7639         (nnimap-request-move-article): Use with-current-buffer.
7640
7641         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7642         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7643         conversion uses string-make-unibyte rather than string-as-unibyte.
7644
7645         * gnus-msg.el: Use with-current-buffer.
7646
7647         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7648
7649 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7650
7651         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7652         string for caching if it is 'PIN.
7653
7654 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * lpath.el: Consider the case without Emacs/W3.
7657
7658 2008-03-08  Glenn Morris  <rgm@gnu.org>
7659
7660         * time-date.el (date-to-time, time-subtract, time-add)
7661         (safe-date-to-time): Doc fixes.
7662
7663 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * mail-source.el (mail-source-delete-old-incoming-confirm):
7666         Change default to nil.
7667         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7668
7669 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * lpath.el: Rearrange.
7672
7673         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7674         (gnus-article-goto-prev-page): Work for articles having ^L's.
7675
7676         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7677
7678         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7679
7680 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7681
7682         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7683         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7684         (gnus-bookmark-jump): Adjust some variable names.
7685
7686 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * auth-source.el: New package.
7689         (auth-source-choices): Add customization entry point variable.
7690
7691         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7692         bug.
7693
7694 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7695
7696         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7697         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7698         (gnus-registry-install-shortcuts): Rename from
7699         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7700         the `gnus-registry-mark-map' keymap dynamically from
7701         `gnus-registry-marks'.  The generated functions update the summary line
7702         when a registry mark is added or deleted, and will call
7703         `gnus-registry-install-p' (see the comments in the code).
7704         (gnus-registry-user-format-function-M): Use concat intelligently.
7705
7706         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7707         the registry mark functions.
7708
7709 2008-03-05  Glenn Morris  <rgm@gnu.org>
7710
7711         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7712         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7713         gnus-art.
7714         (top-level): No need to load own source when compiling.
7715
7716 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7719         Suggested by <chris.anderton@zetnet.co.uk>.
7720
7721 2008-03-04  Glenn Morris  <rgm@gnu.org>
7722
7723         * gnus-sum.el (top-level): No need to require gnus when compiling,
7724         since unconditionally required near start of file.
7725         (gnus-summary-display-while-building): Move definition before use.
7726
7727 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * gnus-registry.el (gnus-registry-user-format-function-M):
7730         Add formatting function.
7731
7732 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7735         with plists.
7736         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7737         Use new format.
7738
7739 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7742         `where-is-internal' that returns a range of key sequences.
7743
7744 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7745
7746         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7747
7748         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7749         (gnus-summary-jump-to-group): Consider windows on other displayed
7750         frames as well.  Similar changes might be needed elsewhere, but that's
7751         the one I've bumped into during my use.
7752
7753         * nndoc.el (nndoc-oe-dbx-type-p):
7754         * gnus-msg.el (gnus-debug):
7755         * gnus-group.el (gnus-update-group-mark-positions):
7756         Use mm-string-to-multibyte.
7757
7758 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7761         doesn't handle NotDashEscaped.
7762
7763         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7764         (mml-dnd-attach-options): Fix typo in custom choice.
7765
7766         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7767         Change nndoc-article-type to mbox.
7768         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7769
7770         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7771         to nil, instead of html2text.
7772
7773         * imap.el (imap-debug): Add `imap-ping-server'.
7774
7775         * gnus-bookmark.el: Add FIXMEs.
7776
7777         * message.el (message-form-letter-separator)
7778         (message-send-form-letter-delay): New variables.
7779         (message-send-form-letter): Use them.  New command to send form
7780         letters.  Requested by Uwe Siart.
7781         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7782
7783 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * Update copyright years.
7786
7787 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         Sync from EMACS_22_BASE.
7790
7791         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7792
7793 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7794
7795         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7796         empty author.
7797
7798 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * gnus-registry.el (gnus-registry-marks): Add variable for
7801         customization of marks and their appearance.
7802         (gnus-registry-read-mark): Use it.
7803         (gnus-registry-do-marks): Add utility function to loop through
7804         `gnus-registry-marks'.
7805         (gnus-registry-install-shortcuts-and-menus): Add function to install
7806         shortcuts and menus.
7807         (gnus-registry-initialize): Use it.
7808         (gnus-registry-default-mark): Clarify documentation.
7809
7810 2008-02-29  Glenn Morris  <rgm@gnu.org>
7811
7812         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7813         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7814         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7815         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7816         Change defcustom :version from 23.0 to 23.1.
7817
7818 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7819
7820         * gnus-registry.el (gnus-registry-follow-group-p)
7821         (gnus-registry-post-process-groups): Add functions to aid registry
7822         splitting and improve logging.  Clarify behavior in function
7823         documentation.
7824         (gnus-registry-split-fancy-with-parent): Use them.
7825
7826 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7827
7828         * gnus-art.el: Use with-current-buffer.
7829
7830 2008-02-27  David Engster  <dengste@eml.cc>
7831
7832         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7833         Express real group name in the response.
7834
7835 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7838         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7839         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7840         autoload gnus-registry-fetch-group when compiling.
7841         (nnmairix-request-group-with-article-number-correction):
7842         Remove unreferenced argument passed to nnmairix-call-backend.
7843
7844 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7847         (mm-uu-extract): Improve face for low color ttys.
7848         Reported by Sascha Wilde.
7849
7850 2008-02-27  Glenn Morris  <rgm@gnu.org>
7851
7852         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7853         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7854         variables to defconsts.  Convert comments to doc-strings.
7855         (nnmairix-last-server, nnmairix-current-server): Convert from free
7856         variables to defvars.  Convert comments to doc-strings.
7857         (gnus-registry-fetch-group): Autoload.
7858         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7859         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7860         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7861         caddr.
7862         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7863         nnmairix-request-group-with-article-number-correction call.
7864         (nnmairix-fast, nnmairix-group): New, less general names, for free
7865         variables passed from nnmairix-request-group to
7866         nnmairix-request-group-with-article-number-correction.  Declare.
7867         (nnmairix-request-group-with-article-number-correction):
7868         Use nnmairix-fast, nnmairix-group rather than fast, group.
7869
7870 2008-02-26  David Engster  <dengste@eml.cc>
7871
7872         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7873         version 0.5.
7874
7875 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7878         instead of making an extra function call.  Don't add the current group
7879         to articles only when they have the group.  Use
7880         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7881         Reported by David <de_bb@arcor.de>.
7882
7883 2008-02-24  Miles Bader  <miles@gnu.org>
7884
7885         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7886         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7887         (mm-find-mime-charset-region):
7888         * mm-bodies.el (mm-encode-body):
7889         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7890
7891 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7894         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7895
7896 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * mail-source.el (mail-source-delete-incoming): Change default.
7899         Supplement doc string.
7900
7901         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7902
7903 2008-02-14  Glenn Morris  <rgm@gnu.org>
7904
7905         * time-date.el (format-seconds): New function.
7906
7907 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * nnmail.el (nnmail-message-id-cache-file): Derive from
7910         `gnus-home-directory'.
7911
7912 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7915         Document negative prefix.
7916
7917         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7918
7919 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * message.el (message-unsent-separator): Add the Exim bounce
7922         separator.
7923
7924 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7925
7926         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7927         list.
7928         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7929         recipient/signer list.
7930
7931 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * Makefile.in (datarootdir): Define.
7934         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7935         name that might contain whitespace.
7936
7937 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7940         fbound (Emacs 23 unicode), signal an error.
7941
7942 2008-02-08  Glenn Morris  <rgm@gnu.org>
7943
7944         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7945
7946 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7947
7948         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7949         ports to the calls to `netrc-machine-user-or-password' in addition to
7950         "imap" and "imaps".
7951
7952 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7953
7954         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7955
7956         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7957
7958 2008-02-01  Kenichi Handa  <handa@m17n.org>
7959
7960         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7961         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7962         (rfc2104-hash): Convert the result of concat to unibyte string.
7963
7964 2008-02-01  Dave Love  <fx@gnu.org>
7965
7966         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7967         coding-system-for-read.
7968         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7969
7970 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7973         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7974         <hanche@math.ntnu.no>.
7975
7976 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7979
7980         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7981
7982 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7983
7984         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7985         * message.el (message-beginning-of-line): Use featurep instead of bound
7986         tests in order to resolve conditionals at compile time.
7987
7988 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7989
7990         * mail-source.el (mail-sources): Add `group' choice.
7991
7992         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7993         parameter `in-group' to control into which group the articles go.
7994         Add treatment of `group' mail-source.
7995
7996 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7999
8000         * mm-decode.el (mm-dissect-buffer): Decode description.
8001
8002         * mml.el (mml-to-mime): Encode message header first.
8003
8004 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8007         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8008
8009         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8010         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8011
8012 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8013
8014         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8015
8016 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8019         prefix keys.
8020         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8021         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8022         gnus-xmas.el.
8023
8024         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8025         (gnus-xmas-article-describe-bindings): New function.
8026         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8027         gnus-xmas-article-describe-bindings.
8028
8029         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8030
8031 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8034         Add new variables for article mark management.
8035         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8036         list of extra data entries which, when present, will indicate that the
8037         article ID should not be trimmed from the registry.
8038         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8039         functions.
8040         (gnus-registry-read-mark): New function to read a mark name from the
8041         user.
8042         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8043         (gnus-registry-set-article-mark-internal): New functions to add and
8044         remove marks.
8045         (gnus-registry-get-article-marks): New function to show the marks for
8046         an article, or retrieve them for further use.
8047
8048 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8051         keys when no argument is given.
8052
8053 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * imap.el (imap-ping-server): New variable.
8056         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8057         (imap-ping-server): Minor doc string fixes.
8058
8059 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8060
8061         * imap.el (imap-ping-server): New function.
8062         (imap-opened): Call imap-ping-server.
8063
8064 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * gnus-sum.el (gnus-article-sort-by-random)
8067         (gnus-thread-sort-by-random): Fix doc strings.
8068         Reported by jidanni@jidanni.org.
8069
8070 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-art.el (gnus-article-describe-bindings): New function.
8073         (gnus-article-read-summary-keys): Use it.
8074         (gnus-article-mode-map): Bind `C-h b' to it.
8075
8076 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8079         XEmacs.
8080         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8081         Protect against non-character events.
8082
8083         * lpath.el: Fbind map-keymap for Emacs 21.
8084
8085 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8088         New command.
8089         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8090         instead of END.  Change name of the temp file.
8091         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8092         customizable.
8093
8094 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8097         bind `S W' to gnus-article-wide-reply-with-original; set default
8098         binding to gnus-article-read-summary-send-keys.
8099         (gnus-article-read-summary-keys): Fix the order of keys; display
8100         continuation keys correctly in the echo area; describe bindings
8101         correctly when keys end with `C-h'.
8102         (gnus-article-read-summary-send-keys): New function.
8103         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8104         Work for gnus-article-read-summary-send-keys; display continuation keys
8105         correctly in the echo area.
8106         (gnus-article-reply-with-original): Ignore prefix argument.
8107         (gnus-article-wide-reply-with-original): New function.
8108
8109         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8110         Emacs 21.
8111
8112 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8115         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8116
8117 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8120         (gnus-group-read-ephemeral-gmane-group): New command.
8121
8122 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8123
8124         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8125
8126 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * message.el (message-send-mail-function): Increase custom version.
8129
8130         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8131         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8132
8133 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8134
8135         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8136         for the cases where imap-authenticate is called with a nil buffer
8137         parameter.
8138
8139 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8142         html parts correctly; support forwarded messages.
8143         (gnus-article-browse-html-article): Remove work buffers.
8144
8145         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8146         compiling.
8147         (netrc-bound-and-true-p): New macro.
8148         (netrc-parse): Use it instead of bound-and-true-p that is not available
8149         in XEmacs 21.4.
8150
8151 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-registry.el (gnus-registry-mark-article)
8154         (gnus-registry-article-marks): Add functionality to mark articles
8155         through the Gnus registry.
8156
8157         * encrypt.el: Clarify documentation for the new pgg method.
8158         (encrypt-file-alist): Add PGG option.
8159         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8160         functionality.  Abstract password key and messaging to external
8161         functions.
8162         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8163         (encrypt-message-method-and-cipher): Add new convenience external
8164         functions.
8165         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8166         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8167
8168         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8169         (netrc-parse): Use encrypt-file-alist to determine if
8170         encrypt-find-model or encrypt-insert-file-contents should be used.
8171
8172         * encrypt.el: Clarify documentation.  Load password-cache or
8173         password, whichever one is found first, instead of autoloading.
8174
8175 2007-12-19  Glenn Morris  <rgm@gnu.org>
8176
8177         * mml.el (message-options-set, message-narrow-to-head)
8178         (message-in-body-p, message-mail-p, message-encode-message-body):
8179         Autoload.
8180         (message-remove-header, message-narrow-to-headers-or-head)
8181         (message-subscribed-p, message-make-mail-followup-to)
8182         (message-position-on-field, message-news-p)
8183         (message-options-set-recipient, message-generate-headers)
8184         (message-sort-headers): Declare as functions.
8185
8186 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8189         convention in doc string.
8190
8191 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8194         title to html parts.
8195         (gnus-article-browse-html-article): Pass message header to it.
8196
8197         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8198
8199 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8202         or password compatible with XEmacs.
8203
8204 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8207         format document.
8208         (gnus-mime-delete-part): Don't write description line if empty.
8209         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8210
8211 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8212
8213         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8214         (gnus-summary-mark-read-and-unread-as-read)
8215         (gnus-summary-mark-current-read-and-unread-as-read)
8216         (gnus-summary-mark-unread-as-ticked): Doc fix.
8217         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8218
8219 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8222         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8223
8224 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8227         yes-or-no-p.
8228
8229 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * mm-decode.el (mm-add-meta-html-tag): New function.
8232         (mm-save-part-to-file, mm-pipe-part): Use it.
8233
8234         * gnus-art.el (gnus-article-browse-delete-temp-files):
8235         Use gnus-y-or-n-p instead of y-or-n-p.
8236         (gnus-article-browse-html-parts): Work with message/external-body; use
8237         mm-add-meta-html-tag.
8238
8239 2007-12-11  Glenn Morris  <rgm@gnu.org>
8240
8241         * gnus-cache.el: Require gnus-sum not just when compiling.
8242
8243         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8244
8245         * gnus-int.el (gnus-server-opened, gnus-status-message):
8246         Move definitions before use.
8247
8248         * mm-decode.el: Require gnus-util.
8249         (mm-remove-part): Only call delete-annotation on XEmacs.
8250
8251         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8252
8253         * nnmail.el: Require gnus-int.
8254
8255         * spam.el: Move `require's before `eval-when-compile's.
8256
8257         * gnus-ems.el (gnus-alive-p):
8258         * gnus-fun.el (message-goto-eoh):
8259         * gnus-util.el (gnus-group-name-decode):
8260         * mail-source.el (gnus-compress-sequence):
8261         * message.el (Info-goto-node, format-spec):
8262         * mm-bodies.el (message-options-get):
8263         * mm-decode.el (mm-view-pkcs7):
8264         * mm-util.el (gmm-write-region):
8265         * mml-smime.el (mml-compute-boundary)
8266         (gnus-completing-read-with-default):
8267         * mml.el (widget-button-press, gnus-make-hashtable):
8268         * mml1991.el (mm-decode-content-transfer-encoding)
8269         (mm-encode-content-transfer-encoding)
8270         (message-options-get, message-options-set):
8271         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8272         * nnfolder.el (gnus-request-group):
8273         * nnheader.el (ietf-drums-unfold-fws):
8274         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8275         * smime.el (gnus-run-mode-hooks):
8276         * spam-stat.el (gnus-message): Autoload.
8277
8278         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8279         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8280         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8281         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8282         Add declare-function compatibility definition.
8283
8284         * gnus-cache.el (nnvirtual-find-group-art):
8285         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8286         (gnus-add-image, gnus-add-wash-type):
8287         * gnus-group.el (nnkiboze-score-file):
8288         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8289         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8290         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8291         (message-tokenize-header, gnus-get-buffer-create)
8292         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8293         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8294         * gnus.el (gnus-group-decoded-name):
8295         * mail-source.el (imap-capability):
8296         * mm-bodies.el (message-options-set):
8297         * mm-decode.el (gnus-configure-windows):
8298         * mm-extern.el (message-goto-body):
8299         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8300         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8301         (epg-sub-key-validity, message-options-set):
8302         * mml.el (widget-event-point, gnus-configure-windows):
8303         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8304         * mml2015.el (epg-check-configuration, epg-configuration)
8305         (message-options-set):
8306         * nndb.el (nndb-request-article):
8307         * nnfolder.el (gnus-request-create-group):
8308         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8309         * nnmaildir.el (gnus-group-mark-article-read):
8310         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8311         * rfc1843.el (message-fetch-field):
8312         * spam.el (gnus-extract-address-components):
8313         Declare as functions.
8314
8315 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8318
8319         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8320
8321         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8322         bind show-trailing-whitespace for XEmacs.
8323
8324 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8327         new no-op macro for backward compatibility.
8328
8329         * imap.el (imap-string-to-integer): New function.
8330
8331 2007-12-09  Glenn Morris  <rgm@gnu.org>
8332
8333         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8334
8335         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8336         * message.el, mm-view.el, sieve-manage.el, smime.el:
8337         Add declare-function compatibility definition.
8338
8339         * gnus-art.el (w3-region, w3m-region, Info-menu):
8340         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8341         * gnus-sum.el (gnus-get-predicate):
8342         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8343         * message.el (mail-abbrev-in-expansion-header-p):
8344         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8345         (w3m-detect-meta-charset, w3m-region):
8346         * sieve-manage.el (password-read, password-cache-add)
8347         (password-cache-remove):
8348         * smime.el (password-read-and-add): Declare as functions.
8349
8350 2007-12-08  David Kastrup  <dak@gnu.org>
8351
8352         * gnus-sum.el (gnus-summary-simplify-subject-query):
8353         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8354         `message'.
8355
8356 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8359         it to bind idna-program, installation-directory, defined-colors, and
8360         face-attribute for XEmacs of the version that compiles defcustom forms.
8361
8362 2007-12-07  Glenn Morris  <rgm@gnu.org>
8363
8364         * gnus-art.el (article-make-date-line): Revert previous change.
8365
8366 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8369
8370 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8371
8372         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8373         Call gnus-add-to-range ranges only once with a prepared article-list.
8374
8375 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8376
8377         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8378         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8379         group names with backslashes.
8380         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8381
8382 2007-12-06  Deepak Goel  <deego3@gmail.com>
8383
8384         * gnus-art.el (article-make-date-line):
8385         * gnus-start.el (gnus-load):
8386         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8387
8388 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-art.el (gnus-use-idna)
8391         * gnus-start.el (gnus-site-init-file)
8392         * message.el (message-use-idna)
8393         * mm-uu.el (mm-uu-hide-markers)
8394         * smiley.el (smiley-style): Revert changes that suppress warnings.
8395
8396 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8399         specify charset to html source.
8400         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8401
8402 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8405         idna-program in order to suppress byte compile warning issued by XEmacs
8406         that came to byte compile the default value section of defcustom forms
8407         recently.
8408
8409         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8410         value of installation-directory.
8411
8412         * message.el (message-use-idna): Don't directly refer to the value of
8413         idna-program.
8414
8415         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8416
8417         * smiley.el (smiley-style): Don't directly call face-attribute.
8418
8419 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8422
8423         * gnus-dired.el: Reduce Gnus dependencies.
8424         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8425         Don't require.  Use autoloads instead.
8426         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8427         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8428         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8429         (gnus-dired-mode): Adjust doc string.
8430         (gnus-dired-mail-mode): New variable.
8431         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8432         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8433         (gnus-dired-mail-buffers): New function.  Return mail or message
8434         composition buffers.
8435         (gnus-dired-attach): Use it.
8436         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8437         NO-DECODE.
8438         (gnus-dired-print): Use `gnus-print-buffer' depending on
8439         `gnus-dired-mail-mode'.
8440
8441 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * rfc2047.el (rfc2047-encoded-word-regexp)
8444         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8445         explaining what regexp patterns are for.
8446
8447 2007-12-04  Glenn Morris  <rgm@gnu.org>
8448
8449         * password.el: Move to password-cache.el.
8450
8451         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8452         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8453         * mml-smime.el (password-read, password-cache-add)
8454         (password-cache-remove):
8455         No need to autoload, since mml-sec requires password.
8456
8457         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8458         * message.el (gnus-extract-address-components):
8459         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8460
8461         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8462         password.
8463
8464 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * mailcap.el: Reduce dependencies.
8467         (mail-header-parse-content-type): Autoload.
8468         (mailcap-delete-duplicates): New alias.
8469         (mailcap-mime-info): Add optional argument NO-DECODE.
8470         (mailcap-mime-types): Use mailcap-delete-duplicates.
8471
8472         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8473
8474 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8475
8476         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8477         (imap-parse-status): Upcase status-att for servers that sends them
8478         lower-case (e.g., MS Exchange 2007).
8479
8480 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8483         function.
8484
8485         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8486         (gnus-uu-yenc-article): New function.
8487
8488         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8489
8490         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8491
8492 2007-12-02  Glenn Morris  <rgm@gnu.org>
8493
8494         * binhex.el (binhex): New custom group.
8495         (binhex-decoder-program, binhex-decoder-switches)
8496         (binhex-use-external): Move to the binhex custom group.
8497
8498         * uudecode.el (uudecode): New custom group.
8499         (uudecode-decoder-program, uudecode-decoder-switches)
8500         (uudecode-use-external): Move to the uudecode custom group.
8501
8502         * netrc.el (top-level): Don't load `encrypt' features.
8503         (netrc-parse): Don't use encrypt.
8504         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8505
8506         * encrypt.el: Remove file.
8507
8508 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8511         matches on patches.
8512
8513         * gnus-art.el (gnus-article-browse-html-article):
8514         Mention `mm-text-html-renderer' in the doc string.
8515
8516         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8517         string.  Add comments.
8518
8519         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8520         if rhs is ASCII.
8521
8522 2007-12-01  Glenn Morris  <rgm@gnu.org>
8523
8524         * mail-source.el (top-level): Require format-spec before
8525         eval-when-compile.
8526
8527 2007-11-30  Glenn Morris  <rgm@gnu.org>
8528
8529         * encrypt.el: Require password, rather than autoloading password-read.
8530
8531 2007-11-29  Glenn Morris  <rgm@gnu.org>
8532
8533         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8534         (sasl-make-client, sasl-next-step, sasl-step-data)
8535         (sasl-step-set-data): Declare as functions.
8536
8537 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8540
8541 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8542
8543         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8544         certs should be verified and what is to be done in the event of a
8545         verification failure.
8546
8547         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8548         caller can indicate whether the cache should be disregarded for this
8549         call.  This way the result of the call is reproducible at all times and
8550         can be considered a canonical server name for the supplied method.
8551         (gnus-agent-method-p): Canonicalize server names by pushing their
8552         method through `gnus-method-to-server' using the no-cache argument.
8553
8554         * gnus-srvr.el (gnus-server-insert-server-line):
8555         Call `gnus-method-to-server' with `no-cache' argument.
8556
8557         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8558         gnus-agent-possibly-synchronize-flags as this should be called when the
8559         server is actually being opened.
8560         (gnus-agent-possibly-synchronize-flags)
8561         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8562         flags file of an agentized server to the latter function.
8563
8564         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8565         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8566         after a connection has been established successfully.
8567
8568 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (article-display-face): Force to display face if called
8571         interactively; check if gnus-article-x-face-too-ugly matches author.
8572         (article-display-x-face): Display face even if From header is missing
8573         as article-display-face does.
8574
8575 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8576
8577         * hashcash.el (message-narrow-to-headers-or-head)
8578         (message-fetch-field, message-goto-eoh)
8579         (message-narrow-to-headers): Declare as functions.
8580
8581 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * mail-source.el (mail-sources): Default to fetch from file for
8584         compatibility with default of nnmail-spool-file.
8585
8586 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8589         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8590         to look for encoded word that should be encoded again.
8591         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8592         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8593         encoding pattern.
8594         (rfc2047-decode-region): Switch strict regexp and loose one according
8595         to rfc2047-allow-irregular-q-encoded-words.
8596
8597 2007-11-25  Romain Francoise  <romain@orebokech.com>
8598
8599         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8600
8601 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * tls.el (tls-program): Provide more custom choices from
8604         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8605         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8606
8607 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8610         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8611
8612         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8613         `nnmail-spool-file'.
8614
8615         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8616         `nnmail-spool-file'.
8617
8618         * gnus-move.el (gnus-change-server): Ditto.
8619
8620         * gnus-kill.el (gnus-batch-score): Ditto.
8621
8622         * gnus-cache.el (gnus-jog-cache): Ditto.
8623
8624         * gnus-msg.el (gnus-summary-reply):
8625         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8626
8627 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8630         version.  Minor improvement to doc strings.
8631         (tls-program): Add comment.
8632
8633 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8634
8635         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8636         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8637         mismatch between the hostname provided in the certificate and the name
8638         of the host connnecting to.
8639         (open-tls-stream): Use them.  Check certificates against trusted root
8640         certificates.
8641
8642 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-cache.el (gnus-cache-generate-nov-databases):
8645         Use nnml-generate-nov-databases-directory instead of
8646         nnml-generate-nov-databases-1.
8647
8648 2007-11-24  Glenn Morris  <rgm@gnu.org>
8649
8650         * message.el (message-tool-bar-retro): Update for rename
8651         mail_send.xpm->mail-send.xpm.
8652
8653 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8656         `smime-ldap-search' for Emacs 22 and up.
8657
8658 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8659
8660         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8661
8662         * message.el (message-send-mail-function): Fix error convention.
8663         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8664         (message-widen-reply, message-send-mail, message-talkative-question)
8665         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8666         (message-clone-locals, message-send-news): Use with-current-buffer.
8667         (message-insert-or-toggle-importance): Remove unused var `valid'.
8668         (message-make-references): Remove unused var `new-references'.
8669         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8670
8671 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8672
8673         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8674         (spam-split-symbolic-return-positive): Reflow docstring.
8675         (spam-backends, spam-summary-exit-behavior)
8676         (spam-mark-ham-unread-before-move-from-spam-group)
8677         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8678         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8679         (spam-clear-cache, spam-backend-check, spam-install-backend)
8680         (spam-install-statistical-backend, spam-list-of-processors)
8681         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8682         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8683         (spam-check-crm114, spam-initialize, spam-unload-hook):
8684         Fix typos in docstrings.
8685
8686 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8689         been checked if they have never been read and those group levels are
8690         higher than the one that a user specified.
8691
8692 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8695         foreign groups unless a group level is specified by a user.
8696         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8697
8698 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * message.el (message-send-mail-function): Require sendmail.
8701
8702 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * message.el (message-send-mail-function): Check for smtpmail too.
8705
8706         * utf7.el (utf7-encode, utf7-decode): Use coding system
8707         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8708
8709         * message.el (message-send-mail-function): New function.
8710         (message-send-mail-function): Set default using
8711         message-send-mail-function.  Adjust doc string.
8712         (message-send-mail-with-mailclient): New function.
8713
8714 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8715
8716         * smime.el (from):
8717         * rfc2047.el (message-posting-charset):
8718         * qp.el (mm-use-ultra-safe-encoding):
8719         * pop3.el (parse-time-months):
8720         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8721         * nnml.el (files):
8722         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8723         (jka-compr-compression-info-list, ange-ftp-path-format)
8724         (efs-path-regexp):
8725         * nndiary.el (files):
8726         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8727         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8728         (epg-digest-algorithm-alist, inhibit-redisplay)
8729         (password-cache-expiry):
8730         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8731         (pgg-output-buffer, password-cache-expiry):
8732         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8733         (efs-path-regexp):
8734         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8735         (inhibit-redisplay):
8736         * mm-uu.el (file-name, start-point, end-point, entry)
8737         (gnus-newsgroup-name, gnus-newsgroup-charset):
8738         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8739         (latin-unity-ucs-list):
8740         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8741         (mm-uu-binhex-decode-function):
8742         * message.el (gnus-message-group-art, gnus-list-identifiers)
8743         (rmail-enable-mime-composing, gnus-local-organization)
8744         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8745         (gnus-read-active-file, facemenu-add-face-function)
8746         (facemenu-remove-face-function, gnus-article-decoded-p)
8747         (tool-bar-mode):
8748         * mail-source.el (display-time-mail-function):
8749         * gnus-util.el (nnmail-pathname-coding-system)
8750         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8751         (gnus-original-article-buffer, gnus-user-agent)
8752         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8753         (xemacs-codename, sxemacs-codename, emacs-program-version):
8754         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8755         * gnus-start.el (gnus-agent-covered-methods)
8756         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8757         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8758         (gnus-newsgroup-headers, gnus-group-list-mode)
8759         (gnus-group-mark-positions, gnus-newsgroup-data)
8760         (gnus-newsgroup-unreads, nnoo-state-alist)
8761         (gnus-current-select-method, mail-sources)
8762         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8763         (nnmail-spool-file, gnus-cache-active-hashtb):
8764         * gnus-mh.el (mh-lib-progs):
8765         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8766         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8767         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8768         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8769         (gnus-group-buffer):
8770         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8771         (font-lock-set-defaults):
8772         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8773         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8774         (gnus-summary-post-menu, total-parts, type, condition, length):
8775         * gnus-agent.el (gnus-agent-read-agentview):
8776         * flow-fill.el (show-trailing-whitespace):
8777         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8778         eval-and-compile wrappers for byte compiler pacifiers.
8779
8780         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8781         (mm-display-inline-fontify): Check for featurep 'xemacs not
8782         extent-list.
8783
8784         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8785         itimer-list.
8786         (mm-create-image-xemacs): Only do something for XEmacs.
8787         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8788
8789         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8790
8791         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8792         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8793
8794 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8795
8796         * nnimap.el (nnimap-split-download-body):
8797         * gnus-demon.el (gnus-demon):
8798         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8799
8800 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8803         New macros.
8804         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8805         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8806         copy data from unibyte buffer to multibyte current buffer.
8807         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8808         to copy data from unibyte current buffer to multibyte buffer.
8809         (nntp-make-process-buffer): Make process buffer unibyte.
8810
8811         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8812
8813 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8814
8815         * pop3.el (pop3-open-server): Accept and process data more robustly at
8816         connexion start to avoid spurious "POP SSL connexion failed" errors.
8817
8818 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8821         read group names.
8822
8823 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8826
8827 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8830         (nnmail-save-active): Use a unibyte buffer when saving active file,
8831         which may contain non-ASCII group names.
8832
8833         * nnml.el (nnml-request-group): Decode group names in messages.
8834
8835 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * message.el (message-citation-line-function)
8838         (message-insert-formatted-citation-line): Fix spelling of
8839         `message-insert-formated-citation-line'.
8840
8841 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8844
8845 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8848         nnmail-pathname-coding-system.
8849
8850         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8851         that a user enters; decode group names in messages.
8852
8853         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8854
8855 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8858
8859         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8860
8861         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8862         risky local variable.
8863
8864         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8865
8866 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * encrypt.el: Improve documentation to fix function name typo.
8869         Reported by Daiki Ueno <ueno@unixuser.org>.
8870
8871 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8874         even if the point is not in the last page of an article.
8875         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8876         back to the previous page.
8877
8878 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8881
8882 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8885
8886 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8887
8888         * message.el (message-check-news-body-syntax):
8889         Avoid mm-string-as-multibyte.
8890         (message-hide-headers): Don't assume (point-min)==1.
8891
8892 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * message.el (message-remove-blank-cited-lines): Fix if remove is
8895         given.
8896         (message-bogus-address-regexp): New variable.
8897         (message-bogus-recipient-p): New function.
8898         (message-check-recipients): New command.
8899         (message-syntax-checks): Add `bogus-recipient'.
8900         (message-fix-before-sending): Add `bogus-recipient'.
8901
8902         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8903         (gnus-treat-body-boundary): Don't test window-system.
8904
8905 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8906
8907         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8908
8909 2007-10-28  Miles Bader  <miles@gnu.org>
8910
8911         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8912         at compile-time too.
8913
8914 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-msg.el (gnus-message-setup-hook):
8917         Add `message-remove-blank-cited-lines' to options.
8918
8919 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * message.el (message-remove-blank-cited-lines): New function.
8922         Suggested by Karl Plästerer.
8923
8924 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8927         mapc.
8928
8929         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8930         (top-level): Use mapc to set functions to be traced for debugging.
8931
8932         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8933         called for effect with while loop.
8934
8935         * message.el (message-talkative-question): Replace mapcar called for
8936         effect with mapc.
8937
8938         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8939         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8940         called for effect with dolist.
8941
8942         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8943
8944         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8945         gnus-extra-headers and nnmail-extra-headers.
8946
8947         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8948         called for effect with dolist.
8949         (top-level): Use mapc to set functions to be traced for debugging.
8950
8951         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8952         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8953         dolist.
8954
8955         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8956         Replace mapcar called for effect with mapc.
8957         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8958         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8959         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8960         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8961
8962         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8963         remove-if that's a cl function.
8964
8965         * webmail.el (webmail-debug): Replace mapcar called for effect with
8966         dolist.
8967
8968         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8969         with mapc.
8970
8971 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8974         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8975         with while loop.
8976
8977         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8978         functions from article-* functions.
8979         (gnus-multi-decode-header): Replace mapcar called for effect with
8980         dolist.
8981
8982         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8983         (gnus-bookmark-show-details): Replace mapcar called for effect with
8984         while loop.
8985
8986         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8987         called for effect with while loop.
8988
8989         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8990         with dolist.
8991
8992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8993         Replace mapcar called for effect with dolist.
8994
8995         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8996
8997         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8998         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8999         Replace mapcar called for effect with dolist.
9000         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9001         mapc.
9002
9003         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9004         Replace mapcar called for effect with dolist.
9005         (gnus-topic-list): Replace mapcar called for effect with mapc.
9006
9007         * gnus.el: Use mapc instead of mapcar to add autoloads.
9008
9009 2007-10-23  Richard Stallman  <rms@gnu.org>
9010
9011         * gnus-group.el (gnus-group-highlight): Mark as risky.
9012
9013 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus.el (gnus-server-to-method): Return method found first in
9016         gnus-newsrc-alist.
9017
9018         * gnus-art.el (gnus-article-highlight-signature)
9019         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9020         button overlay without the front stickiness.
9021
9022 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9023
9024         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9025         overview buffer needed a catch to receive its throw.
9026         (gnus-agent-flush-cache): Declare as interactive to make this function
9027         easier to use.
9028
9029 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9032         `next-line'.
9033
9034 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9037         exclude address matching message-dont-reply-to-names.
9038
9039 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-util.el (gnus-string<): New function.
9042
9043         * gnus-sum.el (gnus-article-sort-by-author)
9044         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9045
9046 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9049         the frame-focus tag is set in gnus-buffer-configuration.
9050
9051 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9054         the front stickiness.
9055
9056 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9059         url pattern; remove duplicate one.
9060         (gnus-article-extend-url-button): New function.
9061         (gnus-article-add-buttons): Use it.
9062         (gnus-button-push): Use concatenated url that it makes.
9063
9064 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9065
9066         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9067
9068 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9069
9070         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9071         Don't hardcode point-min==1.
9072
9073 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9076         Fix comment about "iso8859-1".
9077
9078 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9079
9080         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9081         ones returned from the verify-function.
9082
9083         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9084         Call mml2015-extract-cleartext-signature if extraction failed.
9085
9086 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9087
9088         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9089         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9090         failed.
9091
9092 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9095
9096 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9099         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9100         recommends to use EasyPG instead of PGG.
9101
9102         * pgg.el: Revert to revision 6.23.2.16.
9103
9104         * pgg-def.el: Revert to revision 6.6.2.14.
9105
9106         * pgg-gpg.el: Revert to revision 6.23.2.34.
9107
9108 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9109
9110         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9111         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9112         thread for both the null and zero (kill/expire thread) universal prefix
9113         cases.
9114         (gnus-summary-expire-thread): Add new function to expire a thread,
9115         using gnus-summary-kill-thread.
9116         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9117         shortcuts for gnus-summary-expire-thread.
9118         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9119         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9120
9121 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9122
9123         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9124         extras value, so an extras entry can be deleted.
9125         (gnus-registry-delete-extra-entry): Use it.
9126         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9127         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9128         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9129         storage through the gnus-registry, and provide an appropriate API for
9130         it.
9131
9132 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9135         Suggested by Leo <sdl.web@gmail.com>.
9136
9137         * gnus.el: Do.
9138
9139 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9142         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9143
9144         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9145
9146         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9147         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9148
9149 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9152         newline.
9153         (nnmbox-request-accept-article): Don't change article in source buffer;
9154         narrow to header to use message-fetch-field rather than
9155         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9156         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9157         as delimiters; make sure article ends with newline.
9158         (nnmbox-delete-mail): Correct last position of article to be deleted;
9159         ignore X-Gnus-Newsgroup header in article body.
9160         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9161         positions; make sure article ends with newline.
9162
9163         * message.el (message-display-abbrev): Don't infloop when a user
9164         inserts SPC in the beginning of header.
9165
9166         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9167         coding-system-for-read and coding-system-for-write for XEmacs having no
9168         file-coding feature.
9169
9170         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9171
9172 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9173
9174         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9175         list of groups not followed by default.  Fix type to be regexp.
9176         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9177
9178 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9179
9180         * hmac-def.el (define-hmac-function): Switch from old-style to
9181         new-style backquotes.
9182
9183         * md4.el (md4-make-step): Likewise.
9184
9185 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9188         raw-text coding system when saving .newsrc file, which may contain
9189         non-ASCII group names.
9190
9191 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-cus.el (gnus-score-extra): New widget.
9194         (gnus-score-extra-convert): New function.
9195         (gnus-score-customize): Use it for Extra.
9196
9197 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9198
9199         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9200         (mml2015-mailcrypt-clear-verify): Use it.
9201         (mml2015-gpg-clear-verify): Use it.
9202         (mml2015-pgg-clear-verify): Use it.
9203         (mml2015-epg-clear-verify): Replace the current part with the output
9204         from GnuPG; don't extract the plaintext by itself.
9205
9206         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9207         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9208         mml2015-clear-verify-function; don't touch the armor headers or
9209         dash-escaped text here.
9210
9211 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9214         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9215         parts, or application/octet-stream as a last resort.
9216         (gnus-mime-view-part-as-type): Don't toggle display.
9217         (gnus-mime-view-part-as-charset): Don't turn off display before
9218         querying charset.
9219
9220         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9221         stuff to undisplayer function in Emacs.
9222         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9223
9224         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9225         text/calendar parts.
9226
9227 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9230         decoding text/calendar parts.
9231
9232         * message.el (message-forward-make-body-mime): Always mark body as
9233         having no illegible text; remove signed-or-encrypted argument.
9234         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9235
9236         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9237         (mml-generate-mime-1): Don't encode body if it is specified to be in
9238         raw form; don't make buffer be unibyte when inserting multibyte string.
9239
9240 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9241
9242         * sha1.el: Fix up comment style.
9243         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9244         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9245
9246         * hex-util.el: Fix up comment style.
9247         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9248
9249         * gnus-salt.el: Use with-current-buffer.
9250         (gnus-pick-setup-message): Fix long-standing typo.
9251
9252 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * imap.el (imap-logout-timeout): New variable.
9255         (imap-logout, imap-logout-wait): New functions.
9256         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9257
9258         * nnimap.el (nnimap-logout-timeout): New server variable.
9259         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9260         nnimap-logout-timeout.
9261
9262         * gnus-art.el (gnus-article-summary-command-nosave)
9263         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9264
9265 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus.el (gnus-maximum-newsgroup): New variable.
9268
9269         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9270         according to gnus-maximum-newsgroup.
9271
9272         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9273         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9274         Limit the range of articles according to gnus-maximum-newsgroup.
9275
9276 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9277
9278         * gnus-art.el (gnus-sticky-article): Fix problems described in
9279         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9280         Don't perform gnus-configure-windows here; reuse existing sticky
9281         article buffer.
9282
9283         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9284         it doesn't exist in gnus-article-mode.
9285
9286 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9289         (gnus-agent-decoded-group-name): New function.
9290         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9291         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9292
9293 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9294
9295         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9296         Add binding for gnus-sticky-article.
9297         (gnus-summary-exit): Don't kill sticky article buffers.
9298
9299         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9300         article buffer.
9301         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9302         (gnus-kill-sticky-article-buffers): New commands.
9303
9304 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * nntp.el (nntp-xref-number-is-evil): New server variable.
9307         (nntp-find-group-and-number): If it is non-nil, don't trust article
9308         numbers in the Xref header.
9309
9310 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-agent.el (gnus-agent-read-group): New function.
9313         (gnus-agent-flush-group, gnus-agent-expire-group)
9314         (gnus-agent-regenerate-group): Use it.
9315         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9316         nnmail-pathname-coding-system.
9317
9318 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9321
9322         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9323         that are unread as unread, and also as selected so that information of
9324         marks having been changed by a user may be updated when exiting group.
9325
9326 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9329
9330 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9333         calculated ignoring signature parts to gnus-treat-article.
9334
9335 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9338         a point here in order to keep the window start.
9339         (gnus-insert-mime-security-button): Make a button overlay without the
9340         front stickiness.
9341         (gnus-mime-display-security): Goto the end of a button.
9342
9343         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9344
9345 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9348         group-name-at-point.
9349         (gnus-group-completing-read): New function that offers decoded
9350         non-ASCII group names for completion.
9351         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9352         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9353         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9354         (gnus-group-fetch-control): Use it.
9355         (gnus-fetch-group): Use group-name-at-point for the initial value
9356         rather than the default value; use gnus-alive-p.
9357
9358         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9359         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9360         (gnus-summary-post-news): Use gnus-group-completing-read.
9361
9362         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9363         (gnus-read-move-group-name): Decode group name for completion.
9364
9365 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9366
9367         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9368         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9369         Yamaoka slightly modified the code).
9370
9371 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9374         (nnmail-split-incoming): Bind it.
9375
9376         * nnml.el (nnml-group-name-charset): New function.
9377         (nnml-decoded-group-name): Use it; don't decode group name if
9378         nnmail-group-names-not-encoded-p is non-nil.
9379         (nnml-encoded-group-name): New function.
9380         (nnml-group-pathname): Inline nnml-decoded-group-name.
9381         (nnml-request-expire-articles): Decode group name in message.
9382         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9383         nnmail-pathname-coding-system.
9384         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9385         not decoded ones according to nnmail-group-names-not-encoded-p.
9386         (nnml-generate-active-info): Use nnml-encoded-group-name.
9387
9388 2007-08-08  Glenn Morris  <rgm@gnu.org>
9389
9390         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9391         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9392         doc-strings and comments.
9393
9394 2007-07-25  Glenn Morris  <rgm@gnu.org>
9395
9396         * Relicense all FSF files to GPLv3 or later.
9397
9398 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-sum.el (gnus-summary-move-article):
9401         Make gnus-summary-respool-article work.
9402
9403 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9406         string.
9407
9408 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9409
9410         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9411         that should be ignored when comparing distant RSS articles with local
9412         ones.
9413         (nnrss-make-hash-index): New function.  Create a hash index according
9414         to the ignored fields.
9415         (nnrss-check-group): Use it.
9416
9417 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9420
9421         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9422
9423         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9424         the new optional argument ENCODED is non-nil.
9425         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9426         coding system for encoding group name.
9427         (gnus-group-make-rss-group): Pass un-encoded group name to
9428         gnus-group-make-group.
9429         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9430         encoded.
9431
9432         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9433         Encode group name to which articles are moved or copied.
9434         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9435         coding system for encoding Newsgroup, Followup-To and Xref headers.
9436
9437         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9438         marks; use nnheader-file-coding-system to write a file.
9439         (nnagent-retrieve-headers): Bind file-name-coding-system to
9440         nnmail-pathname-coding-system.
9441
9442         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9443
9444         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9445         (nnml-request-article, nnml-request-create-group)
9446         (nnml-request-rename-group, nnml-find-id)
9447         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9448         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9449         (nnml-save-marks): Use nnml-group-pathname instead of
9450         nnmail-group-pathname.
9451
9452         (nnml-request-create-group, nnml-request-expire-articles)
9453         (nnml-request-move-article, nnml-request-delete-group)
9454         (nnml-deletable-article-p, nnml-possibly-create-directory)
9455         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9456         (nnml-open-marks): Bind file-name-coding-system to
9457         nnmail-pathname-coding-system.
9458
9459         (nnml-request-article): Pass server argument to nnml-find-group-number.
9460         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9461         Pass server argument to nnml-possibly-create-directory.
9462         (nnml-request-accept-article): Pass server argument to
9463         nnml-active-number and nnml-save-mail.
9464         (nnml-find-group-number): Pass server argument to nnml-find-id.
9465         (nnml-request-update-info): Pass server argument to
9466         nnml-marks-changed-p.
9467
9468         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9469         (nnml-save-mail, nnml-active-number): Add server argument.
9470
9471         (nnml-request-delete-group): Warn if group is missing.
9472         (nnml-get-nov-buffer): Decode group name.
9473         (nnml-generate-active-info): Encode group name.
9474         (nnml-open-marks): Decode group name in messages.
9475
9476 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9479         if it is not specified.
9480         (gnus-article-pipe-part, gnus-article-save-part)
9481         (gnus-article-interactively-view-part, gnus-article-copy-part)
9482         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9483         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9484         (gnus-article-replace-part, gnus-article-delete-part)
9485         (gnus-article-view-part-as-type): Pass raw prefix argument to
9486         gnus-article-part-wrapper.
9487
9488 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-agent.el (gnus-agent-save-active):
9491         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9492
9493         * gnus-cache.el (gnus-cache-save-buffers)
9494         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9495         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9496         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9497         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9498         (gnus-cache-generate-active, gnus-cache-rename-group)
9499         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9500         (gnus-cache-update-overview-total-fetched-for):
9501         Bind file-name-coding-system to nnmail-pathname-coding-system.
9502         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9503         New variables.
9504         (gnus-cache-decoded-group-name): New function.
9505         (gnus-cache-file-name): Use it.
9506         (gnus-cache-generate-active): Use non-decoded group name for active.
9507
9508         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9509         right place.
9510         (gnus-write-active-file): Don't break non-ASCII group names.
9511
9512         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9513         nnmail-pathname-coding-system.
9514
9515         * lpath.el: Bind default-file-name-coding-system,
9516         file-name-coding-system and language-info-alist for XEmacs.
9517
9518         * gnus-uu.el (gnus-uu-decode-save): Typo.
9519
9520 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9523
9524 2007-07-14  David Kastrup  <dak@gnu.org>
9525
9526         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9527         finishing actions if we did not edit the article.
9528
9529 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9532         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9533         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9534         (gnus-agent-flush-group, gnus-agent-flush-cache)
9535         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9536         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9537         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9538         (gnus-agent-regenerate-group)
9539         (gnus-agent-update-files-total-fetched-for)
9540         (gnus-agent-update-view-total-fetched-for):
9541         Bind file-name-coding-system to nnmail-pathname-coding-system.
9542         (gnus-agent-group-pathname): Don't encode file names by
9543         nnmail-pathname-coding-system.
9544         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9545         coding-system-for-write instead of buffer-file-coding-system to
9546         gnus-agent-file-coding-system.
9547
9548         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9549         Decode group name.
9550
9551         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9552
9553         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9554         (gnus-read-newsrc-el-file): Make group names unibyte.
9555
9556         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9557         nnmail-pathname-coding-system.
9558
9559         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9560         (nnrss-request-delete-group): Bind file-name-coding-system to
9561         nnmail-pathname-coding-system.
9562         (nnrss-read-server-data, nnrss-read-group-data):
9563         Bind file-name-coding-system correctly.
9564         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9565
9566         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9567         (nntp-server-to-method-cache): New variable.
9568         (nntp-group-pathname): New function that decodes non-ASCII group names.
9569         (nntp-possibly-create-directory, nntp-marks-changed-p)
9570         (nntp-save-marks, nntp-open-marks): Use it.
9571         (nntp-possibly-create-directory, nntp-open-marks):
9572         Bind file-name-coding-system to nnmail-pathname-coding-system.
9573         (nntp-open-marks): Decode group names when bootstrapping marks.
9574
9575         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9576         Newsgroups and Folowup-To headers.
9577
9578 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9581         (gnus-server-closed-face, gnus-server-denied-face)
9582         (gnus-server-offline-face): Remove variable.
9583         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9584
9585         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9586         of modifying message-stack directly for XEmacs.
9587
9588         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9589         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9590         if the coding-system argument is nil for XEmacs.
9591
9592         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9593         mm-charset-override-alist.
9594
9595         * rfc2047.el: Don't require base64; require rfc2045 for the function
9596         rfc2045-encode-string.
9597         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9598         to quote the parameter value.
9599
9600 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9603         form in gnus-group-name-charset-method-alist.
9604
9605         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9606         overrides the default layout edit-form.
9607
9608         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9609
9610         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9611
9612 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9615         as unfetched articles.
9616
9617 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9620
9621 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9624         original back end that keeps marks in the local system.
9625
9626 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9629         arg of pop-to-buffer for XEmacs.
9630         (gnus-article-read-summary-keys): Ditto; don't restore window
9631         configuration if summary command ends up with neither article buffer
9632         nor summary buffer; describe bindings if summary keys end with C-h.
9633
9634 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * message.el (message-fix-before-sending): Skip raw message part to be
9637         forwarded while checking illegible text.
9638         (message-forward-make-body-mime, message-forward-make-body):
9639         Mark signed or encrypted raw message as having no illegible text.
9640
9641 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9644         (gnus-message-with-timestamp-1): New macro.
9645         (gnus-message-with-timestamp): New function.
9646         (gnus-message): Use them.
9647
9648         * nnheader.el (nnheader-message): Use them.
9649
9650 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9653         .newsrc.eld file.
9654
9655 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-agent.el (gnus-agent-fetch-headers)
9658         (gnus-agent-retrieve-headers):
9659         Bind gnus-decode-encoded-address-function to identity.
9660
9661         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9662         available also when the server returns simply a dot.
9663
9664         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9665
9666 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9669
9670 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-ems.el (gnus-x-splash): Make it work.
9673
9674         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9675         from being used.
9676
9677         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9678
9679 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9682         4th and the 5th arguments.
9683
9684         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9685         the front stickiness.
9686         (gnus-article-summary-command-nosave): Correct the order of the
9687         arguments passed to pop-to-buffer.
9688         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9689         summary command ends up with the article buffer.
9690
9691         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9692         the same faces.
9693
9694 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9695
9696         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9697
9698 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9699
9700         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9701         * gnus-sum.el (gnus-summary-highlight):
9702         * pgg.el (pgg-sign-region, pgg-sign):
9703         * mail-source.el (mail-source-delete-old-incoming-confirm):
9704         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9705
9706 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-art.el (gnus-mime-view-part-externally)
9709         (gnus-mime-view-part-internally): Fix predicate function passed to
9710         completing-read.
9711
9712         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9713
9714         * gnus.el (gnus-update-message-archive-method): Add :version.
9715
9716 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus.el (gnus-update-message-archive-method): New variable.
9719
9720         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9721         according to gnus-message-archive-method if
9722         gnus-update-message-archive-method is non-nil.
9723
9724 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9727         Suggested by Loic Dachary <loic@dachary.org>.
9728         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9729
9730 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * message.el (message-pop-to-buffer): Add switch-function argument.
9733         (message-mail): Pass switch-function argument to it.
9734
9735 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9738         Improve doc string.
9739
9740 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9743         (gnus-header-content)
9744         * gnus-cite.el (gnus-cite-10)
9745         * gnus-srvr.el (gnus-server-closed)
9746         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9747         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9748         (gnus-group-mail-3-empty, gnus-group-mail-low)
9749         (gnus-group-mail-low-empty, gnus-splash)
9750         * message.el (message-header-to, message-header-cc)
9751         (message-header-subject, message-header-other, message-header-name)
9752         (message-header-xheader, message-separator, message-cited-text)
9753         (message-mml): Lighten colors of faces used for dark background.
9754
9755 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9756
9757         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9758         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9759
9760 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * message.el (message-narrow-to-headers-or-head):
9763         Ignore mail-header-separator in the body.
9764
9765 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9768         same as window size.
9769
9770 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9771
9772         * message.el (message-font-lock-keywords): Use message-header-xheader
9773         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9774         ahead of the anything pattern, to get it recognised.
9775
9776 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9779         spam.el loads uses it in the compiled defadvice form.
9780
9781 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9782
9783         * gnus-sum.el (gnus-articles-to-read)
9784         (gnus-summary-insert-old-articles): Don't truncate group name for
9785         `read-string'.
9786
9787         * gnus-util.el (gnus-limit-string): Delete this function.
9788
9789         * gnus-sum.el (gnus-simplify-subject-fully):
9790         Use `truncate-string-to-width' instead.
9791
9792 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9793
9794         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9795         Tell if, on summary exit, the next group has to be selected.
9796         (gnus-summary-exit): Use it.
9797
9798 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9801         non-break space.
9802
9803 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9806         Check if group is not a directory.
9807         (nnfolder-request-expire-articles): Don't delete articles if the target
9808         group is not available.
9809
9810         * nnml.el (nnml-request-create-group): Properly check if group is not a
9811         file.
9812         (nnml-request-expire-articles): Don't delete articles if the target
9813         group is not available.
9814
9815         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9816         Don't quote characters that are within parentheses.
9817
9818 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9821         (gnus-handle-ephemeral-exit): Select article according to it.
9822
9823 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * message.el (message-insert-formated-citation-line): Remove newline.
9826         (message-citation-line-format): Add final \n here so that the user can
9827         avoid a blank line.
9828
9829 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9830
9831         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9832         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9833         Update lanl/arXiv support.
9834
9835 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus.el: Bump version number.
9838
9839 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * gnus.el (gnus-version-number): Bump version.
9842
9843 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9844
9845         * gnus.el: No Gnus v0.6 is released.
9846
9847 2007-04-27  Didier Verna  <didier@xemacs.org>
9848
9849         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9850         * gmm-utils.el (gmm-regexp-concat): ... here.
9851         * message.el: Don't require 'gnus-util.
9852         (message-dont-reply-to-names): Handle name change above.
9853         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9854
9855 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9858         since the initial value varies according to the system.
9859
9860 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9863
9864 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9865
9866         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9867
9868 2007-04-24  Didier Verna  <didier@xemacs.org>
9869
9870         Improve the type of gnus-ignored-from-addresses.
9871         * gnus-util.el (gnus-orify-regexp): New function.
9872         * message.el (gnus-util): Require it.
9873         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9874         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9875         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9876
9877 2007-04-24  Didier Verna  <didier@xemacs.org>
9878
9879         * gnus-sum.el:
9880         * gnus-utils.el: Fix some trailing whitespaces.
9881
9882 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9885         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9886         article's Message-ID; refer parent article in summary buffer.
9887
9888         * message.el (message-bounce): Call mime-to-mml.
9889
9890         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9891         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9892         optimize and/or forms properly.
9893
9894 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9897         URL.
9898
9899 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9902
9903 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9906         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9907         displayed of multipart/alternative part if it is invoked from summary
9908         buffer.
9909
9910         * mm-view.el (mm-inline-text-html-render-with-w3m)
9911         (mm-inline-text-html-render-with-w3m-standalone)
9912         (mm-inline-render-with-function): Use mail-parse-charset by default.
9913
9914 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9915
9916         * parse-time.el (parse-time-string-chars): Check if CHAR
9917         is less than the length of parse-time-syntax.
9918
9919 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9922         from gnus-newsgroup-processable.
9923
9924 2007-04-16  Didier Verna  <didier@xemacs.org>
9925
9926         * gnus-msg.el (gnus-configure-posting-styles):
9927         Handle message-signature-directory properly with :file syntax.
9928         Reported by "Leo".
9929
9930 2007-04-11  Didier Verna  <didier@xemacs.org>
9931
9932         New user option: message-signature-directory.
9933         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9934         * message.el (message-insert-signature): Ditto.
9935         * message.el (message-signature-file): Doc update.
9936         * message.el (message-signature-directory): New.
9937
9938 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-msg.el (gnus-inews-yank-articles):
9941         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9942
9943 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * message.el (message-yank-original): Make sure cited text ends with
9946         newline; don't exchange point and mark.
9947
9948 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9949
9950         * tls.el (open-tls-stream): Properly handle case where there
9951         is no associated buffer.
9952
9953 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9954
9955         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9956         message-yank-original, make sure (< mark TEXT point).
9957
9958 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * message.el (message-fill-column): New variable.
9961         (message-mode): Use it.  Add comment on a possible new hook.
9962
9963         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9964         (nnmail-get-new-mail): Reformat.
9965
9966         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9967
9968         * gmm-utils.el: Fix Commentary.
9969         (gmm-tool-bar-from-list): Fix typo in doc string.
9970
9971 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9972
9973         * message.el (message-yank-original): Don't switch point and mark
9974         unnecessarily to put point and mark as documented.
9975
9976 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9977
9978         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9979         from the message heads.
9980
9981 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9982
9983         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9984         article buffer does not have a window.  This may not be the best
9985         solution but is certainly better than setting the start of the null,
9986         that is the current, window.
9987
9988 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9991         (gnus-draft-setup): Run it.
9992
9993         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9994         gnus-score-fast-scoring.  Allow regexp.
9995         (gnus-score-headers): Use it.
9996
9997         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9998         XEmacs.
9999
10000         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10001         string.
10002         (gnus-button-alist): Also catch `<f1> k ...'.
10003         (gnus-treat-display-x-face): Fix doc string.
10004
10005 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10006
10007         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10008         evaluation of gnus-extended-version to ensure correct generation of the
10009         User-Agent header when message-generate-headers-first is used.
10010
10011 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10012
10013         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10014         hashcash-path is nil.  Don't call callback with incorrect number of
10015         parameters if val is 0.
10016
10017 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10018
10019         * message.el (message-required-news-headers):
10020         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10021
10022 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10023
10024         * tls.el (open-tls-stream): In handshake-waiting loop,
10025         don't wait more if there is output available to process.
10026
10027 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10028
10029         * tls.el (tls-program): Doc fix.
10030
10031 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * message.el (message-generate-new-buffers): Change the meaning of the
10034         nil value; add `standard' to the choices; treat t as `unique'; improve
10035         doc string.
10036         (gnus-select-frame-set-input-focus): Autoload.
10037         (message-buffer-name): Search for the existing message buffer if
10038         message-generate-new-buffers is nil or `standard'; treat the value t of
10039         message-generate-new-buffers as `unique'.
10040         (message-pop-to-buffer): Raise the frame already displaying the message
10041         buffer; clear the echo area after querying.
10042         (message-setup): Pass the `continue' argument to compose-mail.
10043         (message-mail): Prefer `switch-function' if it is given; search for the
10044         existing message buffer if the `continue' argument is non-nil; pass
10045         continue and switch-function arguments to compose-mail by way of
10046         message-setup.
10047         (message-mail-other-window): Adjust argument of message-setup.
10048         (message-mail-other-frame): Ditto.
10049
10050 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10053         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10054         to turn font-lock on when turning gnus-message-citation-mode on.
10055
10056 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10059         (mml-smime-function-alist): New variable; add epg as the backend.
10060         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10061         mml-smime- functions instead.
10062         * mm-view.el: Require smime.
10063
10064 2007-03-05  Didier Verna  <didier@xemacs.org>
10065
10066         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10067         instead of just inheritance for posting styles.
10068         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10069
10070 2007-02-24  Chris Moore  <dooglus@gmail.com>
10071
10072         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10073         * pgg-pgp.el (pgg-pgp-encrypt-region):
10074         * pgg-gpg.el (pgg-gpg-encrypt-region):
10075         Check pgg-encrypt-for-me if no other recipients.
10076
10077 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10078
10079         * tls.el (tls-certtool-program): Fix custom type.
10080
10081 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10084         and point-at-eol instead of line-(beginning|end)-position.
10085
10086         * assistant.el (assistant-parse-buffer): Ditto.
10087
10088         * netrc.el (netrc-parse-services): Ditto.
10089
10090 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10091
10092         * mml2015.el (mml2015-epg-find-usable-key): New function.
10093         (mml2015-epg-sign): Use it.
10094         (mml2015-epg-encrypt): Use it.
10095
10096 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * message.el (message-make-in-reply-to): Quote name containing
10099         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10100         if there are special characters.  Reported by NAKAJI Hiroyuki
10101         <nakaji@jp.freebsd.org>.
10102
10103 2007-02-27  Didier Verna  <didier@xemacs.org>
10104
10105         Include the group parameters as well as the topic ones in the
10106         inheritance filter process.
10107         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10108         argument GROUP-PARAMS-LIST.
10109         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10110
10111 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * nntp.el (nntp-never-echoes-commands)
10114         (nntp-open-connection-functions-never-echo-commands): New variables.
10115         (nntp-send-command): Use them.
10116
10117 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10118
10119         * mml2015.el (mml2015-epg-verify): Simplify.
10120
10121 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * mml.el (mml-content-disposition-alist): New user option.
10124         (mml-content-disposition): New function.
10125         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10126         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10127
10128 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10129
10130         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10131         verification.
10132
10133 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10136         articles posted in the last 24 hours.
10137
10138 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10139
10140         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10141
10142 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10143
10144         * nntp.el (nntp-send-command): Don't wait for echoes when
10145         nntp-open-ssl-stream is used.
10146
10147 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10150         (gnus-message-add-citation-keywords)
10151         (gnus-message-remove-citation-keywords): Remove.
10152         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10153         directly, make the variables in font-lock-defaults buffer-local, add
10154         gnus-message-citation-keywords to them and then update the value of
10155         font-lock-keywords.
10156
10157 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * message.el (message-cite-original-1): Don't call
10160         gnus-article-highlight-citation.
10161
10162         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10163         citations; fix line count.
10164
10165 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10168         (gnus-message-add-citation-keywords)
10169         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10170         versions of font-lock-add-keywords and font-lock-remove-keywords to
10171         work with XEmacs correctly.
10172
10173 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-cite.el (gnus-cite-face-list): Set the values of
10176         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10177         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10178         (gnus-message-cite-prefix-regexp): New variable.
10179         (gnus-message-search-citation-line): Use it; protect against long
10180         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10181         the 0th match data for Emacs.
10182         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10183         (gnus-message-add-citation-keywords): Append keywords rather than
10184         prepending; emulate font-lock-add-keywords if it is not available.
10185         (gnus-message-remove-citation-keywords):
10186         Emulate font-lock-remove-keywords if it is not available.
10187
10188         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10189
10190         * message.el (message-cite-prefix-regexp): Set the value of
10191         gnus-message-cite-prefix-regexp.
10192
10193 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10194
10195         * nnweb.el (nnweb-google-parse-1): Update parser.
10196
10197 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10198
10199         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10200
10201 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10202
10203         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10204         regexp.
10205
10206 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10209         string-to-multibyte.
10210         (uudecode-decode-region-internal): Use it.
10211
10212         * lpath.el: Fbind string-as-multibyte for XEmacs.
10213
10214 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10217         Fix custom choice.
10218
10219         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10220
10221 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10222
10223         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10224
10225         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10226         `write-region' to respect `mm-inhibit-file-name-handlers'.
10227
10228 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10231         Use gnus-home-directory instead of "~/" or "$HOME".
10232
10233 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10234
10235         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10236         to mention filename.
10237         Add comments at beginning regarding usage.
10238         (encrypt-write-file-contents): Change interactive so a string is
10239         acceptable.  If the file has no associated model, show an error instead
10240         of a nonsense prompt.
10241
10242 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10243
10244         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10245         Thanks to Yoshihiko Yamada for kind notification of this typo.
10246
10247 2007-01-12  Kenichi Handa  <handa@m17n.org>
10248
10249         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10250         multibyte buffer.
10251
10252 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-score.el (gnus-score-fast-scoring): New variable.
10255         (gnus-score-headers): Use it.
10256
10257         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10258
10259         * message.el (message-cite-original-1):
10260         Call gnus-article-highlight-citation if requested.
10261         (message-make-from): Allow name and address as optional arguments.
10262
10263         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10264
10265         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10266         bugs to doc string.
10267         (gnus-button-alist): Add mid\\|message-id.
10268         (gnus-button-fetch-group): Extend for use in
10269         `browse-url-browser-function'.
10270         (gnus-button-url-regexp): Try to catch paired parentheses like in
10271         Wikipedia URLs.
10272
10273         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10274         Suggested by Simon Krahnke <overlord@gmx.li>.
10275
10276 2007-01-13  Romain Francoise  <romain@orebokech.com>
10277
10278         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10279         Update copyright.
10280
10281 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10282
10283         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10284
10285 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10286
10287         * gnus-registry.el (gnus-registry-unfollowed-groups)
10288         (gnus-registry-split-fancy-with-parent): Fix documentation.
10289
10290 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10293         from nnweb groups.
10294
10295 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10298         Xref urls.  Erase buffer before requesting head.
10299
10300         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10301
10302 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10305         customizable.
10306
10307 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10308
10309         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10310         no signing key is found.
10311         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10312         no encrypting and/or signing key is found.
10313
10314 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10317
10318 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10319
10320         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10321         headers read from disk with the ones newly found in the current search.
10322         This should no longer cause problems, because the article numbers in
10323         Gmane's `nov.php' output are ignored since the previous change.
10324
10325 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10328
10329 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10332         replace-regexp-in-string; bind url-version; fbind display-images-p and
10333         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10334         find-face and set-itimer-function for Emacs; bind itimer-list for
10335         Emacs.
10336
10337         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10338
10339 2007-01-01  Romain Francoise  <romain@orebokech.com>
10340
10341         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10342
10343 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10344
10345         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10346         `define-minor-mode' macro definition expanded properly.
10347         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10348         exclude it there.
10349
10350         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10351         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10352         `fboundp' test.
10353         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10354         This is OK to autoload in (S)XEmacs now.
10355
10356 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10359         keystroke.
10360         (gnus-summary-limit-to-singletons): Fix typo.
10361
10362         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10363         else fails.
10364
10365 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10366
10367         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10368         docstring.
10369
10370         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10371         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10372         (gnus-summary-insert-dormant-articles): Fix typo in message.
10373
10374 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10377         nil for XEmacs.
10378         (gnus-message-citation-mode): Don't autoload in XEmacs.
10379
10380         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10381
10382 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10383
10384         * nnimap.el (nnimap-expunge-search-string):
10385         Mention nnimap-search-uids-not-since-is-evil in docstring.
10386
10387 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * spam.el: Revert to make-obsolete-variable because
10390         define-obsolete-variable-alias is not supported in Emacs 21.
10391
10392         * spam.el (spam-ifile-path, spam-ifile-database-path)
10393         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10394         make-obsolete-variable.
10395         (spam-bsfilter-path, spam-bsfilter-program)
10396         (spam-spamassassin-path, spam-spamassassin-program)
10397         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10398         Don't use "path" inappropriately.
10399         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10400         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10401         variable names.
10402
10403 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10404
10405         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10406         summary buffer.
10407
10408         * password.el (password-cache-remove): Use clear-string to burn
10409         password, if available.
10410
10411 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10414
10415         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10416
10417         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10418         (gnus-message-highlight-citation): Move defcustom here from
10419         gnus-cite.el.
10420         (gnus-message-citation-mode): Autoload.
10421
10422         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10423         checks to make it compile with XEmacs.
10424         (gnus-message-citation-mode): New minor mode.
10425         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10426         (gnus-message-highlight-citation): New variables.
10427         (gnus-message-search-citation-line)
10428         (gnus-message-add-citation-keywords)
10429         (gnus-message-remove-citation-keywords)
10430         (turn-on-gnus-message-citation-mode)
10431         (turn-off-gnus-message-citation-mode): New functions.
10432
10433 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10434
10435         * gnus-cite.el: Enable highlighting of different citation levels in
10436         message-mode.
10437
10438 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * message.el (message-make-fqdn): Fix comment.
10441         (message-bogus-system-names): Add ".local".
10442
10443         * spam.el (spam-ifile-path, spam-ifile-program)
10444         (spam-ifile-database-path, spam-ifile-database)
10445         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10446         Don't use "path" inappropriately.
10447         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10448         strings.
10449         (spam-check-ifile, spam-ifile-register-with-ifile)
10450         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10451         Use new variable names.
10452
10453         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10454         (gnus-treat-display-smileys): Simplify using
10455         gnus-image-type-available-p.
10456
10457         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10458         available.
10459
10460         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10461         Use `display-images-p' if available.
10462
10463 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10466         one after turning on the buffer's multibyteness instead of decoding
10467         them directly in the unibyte buffer that causes unexpected conversion
10468         in Emacs 23 (unicode).
10469
10470 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10471
10472         * message.el (message-generate-hashcash): Fix custom type.
10473
10474 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10477
10478 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10481         disconnect icons.  Add help text.
10482
10483 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10484
10485         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10486         negated to be consistent with the others we handle.
10487
10488 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10491         version of gnus-summary-buffer to something, so that we can use two
10492         article buffers at the same time.
10493
10494 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10495
10496         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10497         trigger all the extra headers.
10498         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10499         sorting.
10500
10501 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10502
10503         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10504         solid groups.
10505
10506 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10507
10508         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10509
10510 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * legacy-gnus-agent.el: Add Copyright notice.
10513
10514 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10515
10516         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10517
10518 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10521
10522         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10523         to make it work reliably in CVS Emacs.
10524         (gnus-summary-limit-strange-charsets-predicate)
10525         (gnus-summary-limit-to-predicate): New functions.
10526
10527 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10528
10529         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10530         specifying array size.
10531         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10532         array if it is too small.
10533         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10534         (gnus-sort-threads-loop): New function.
10535
10536 2006-12-06  Chris Moore  <dooglus@gmail.com>
10537
10538         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10539         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10540
10541 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10542
10543         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10544         options.
10545
10546 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10549         DOS-ing the recipient.
10550
10551         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10552         the headers when creating the mapping to avoid mismappings.
10553         (nnweb-gmane-create-mapping): Always nix out old mapping.
10554
10555 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10558         and mm-verify-option to never.
10559
10560 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * message.el (message-signed-or-encrypted-p): New function.
10563         (message-forward-make-body): Use it.
10564
10565         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10566         Replace encode-coding-string with mm-encode-coding-string.
10567
10568 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * nneething.el (nneething-decode-file-name):
10571         Replace decode-coding-string with mm-decode-coding-string.
10572
10573         * gnus-int.el (gnus-open-server): Say failed server's name.
10574
10575 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10576
10577         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10578         strings to a single string.  Quote `errors-file-name'.
10579         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10580         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10581         Adjust calls.  Use `shell-quote-argument'.
10582
10583 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10584
10585         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10586         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10587
10588         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10589         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10590         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10591         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10592         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10593         (gnus-subscribe-newsgroup, gnus-1):
10594         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10595         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10596         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10597         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10598
10599 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10600
10601         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10602         keystroke.
10603         (gnus-summary-limit-to-bodies): Implement headersp.
10604
10605 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10608
10609 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10612
10613 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * message.el (message-generate-hashcash): Expand range of values to
10616         include `opportunistic'.
10617         (message-send-mail): Use it.
10618
10619 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10620
10621         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10622         and comment it.
10623
10624         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10625
10626 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * gnus-util.el (gnus-extract-address-components): Improve comment.
10629
10630 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-util.el (gnus-extract-address-components): Work with address in
10633         which the name portion contains @.
10634
10635         * lpath.el: Fbind custom-autoload.
10636
10637 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus.el (gnus-start): Move custom group up.
10640         (gnus-select-method): Don't autoload, but make it available for
10641         `customize-variable'.
10642         (gnus-getenv-nntpserver): Don't autoload.
10643
10644 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10645
10646         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10647
10648 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * message.el (message-sendmail-extra-arguments): New variable.
10651         (message-send-mail-with-sendmail): Use it.
10652
10653 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10656         mm-with-unibyte-current-buffer to make string unibyte.
10657
10658         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10659         mm-string-as-multibyte.
10660
10661 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10662
10663         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10664         Reported by Werner Koch <wk@gnupg.org>.
10665
10666 2006-11-14  Daiki Ueno  <ueno@p360>
10667
10668         * mml2015.el: Autoload epa-select-keys when compiling.
10669
10670 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10671
10672         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10673         message-options.
10674         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10675
10676 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10677
10678         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10679         EasyPG (< 0.0.6).
10680         (mml2015-always-trust): New user option.
10681         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10682         prompt.
10683
10684 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * nntp.el (nntp-authinfo-force): New variable.
10687         (nntp-send-authinfo): Use it.
10688
10689 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10692         decode encoded words.  Improve prompt.  Add comment about forwarding.
10693         (message-replacement-char): Move up.
10694
10695 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10696
10697         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10698         instead of gnus-intersection because arguments of gnus-sorted-nunion
10699         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10700
10701 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10704         (message-simplify-subject-functions):
10705         Enable message-strip-subject-encoded-words by default.
10706
10707 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * message.el (message-strip-subject-encoded-words): New function.
10710         (message-simplify-subject-functions): New variable.
10711         (message-simplify-subject): Use it.  Fix typo in doc string.
10712         Support message-strip-subject-encoded-words.
10713
10714 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10715
10716         * gnus-diary.el (gnus-diary-delay-format-function):
10717         * nndiary.el (nndiary-reminders):
10718         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10719
10720 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * gnus-art.el (article-hide-boring-headers): Fetch date from
10723         gnus-original-article-buffer to avoid problems with localized date
10724         strings.
10725
10726 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10729
10730 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10731
10732         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10733         New variables.
10734         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10735         (mm-charset-synonym-alist): Move some entries to
10736         mm-codepage-iso-8859-list.
10737         (mm-charset-synonym-alist, mm-charset-override-alist):
10738         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10739
10740 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10743
10744 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10747         with Emacs 21 and XEmacs.
10748
10749 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10750
10751         * spam.el (spam-parse-address): New function for better parsing,
10752         catching errors, etc.
10753         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10754
10755 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * mm-view.el: Add interactive arg to html2text autoload.
10758
10759 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10762
10763 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10766         New variables.
10767         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10768         (mm-charset-synonym-alist): Move some entries to
10769         mm-codepage-iso-8859-list.
10770
10771         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10772
10773 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * message.el (message-citation-line-format)
10776         (message-insert-formated-citation-line): Fix implementation of %E, %N
10777         and %n according to the doc string.
10778
10779 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10782         Use car-safe to avoid bad parses.
10783
10784 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10787         names.
10788
10789         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10790
10791 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10794         header.
10795
10796         * message.el (message-draft-headers): Add Date.
10797         (message-headers-to-generate): Fix typo in docstring.
10798
10799         * nndraft.el (nndraft-required-headers): New variable.
10800         (nndraft-generate-headers): Use it.
10801
10802         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10803
10804 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10805
10806         * gnus-registry.el (gnus-registry-wash-for-keywords)
10807         (gnus-registry-find-keywords): New functions to allow easy searching of
10808         articles that are in the registry.
10809
10810 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10813         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10814         Reported by Damien Elmes <damien@repose.cx>.
10815
10816 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * gnus.el (gnus-mime): Remove unused custom group.
10819
10820 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10821
10822         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10823         "blank line" when searching for end of armor headers.
10824
10825 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gmm-utils.el (gmm-write-region): Fix variable name.
10828
10829 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * gmm-utils.el (gmm-write-region): New function based on compatibility
10832         code from `mm-make-temp-file'.
10833
10834         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10835
10836         * nnmaildir.el (nnmaildir--update-nov)
10837         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10838         Use `gmm-write-region'.
10839
10840 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10843         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10844
10845         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10846
10847         * message.el (message-replacement-char): New variable.
10848         (message-fix-before-sending): Use it.
10849         (message-simplify-subject): New function to remove duplicate code.
10850         (message-reply, message-followup): Use it.
10851
10852         * gnus-sum.el (gnus-summary-make-menu-bar):
10853         Clarify gnus-summary-limit-to-articles.
10854
10855 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-util.el (gnus-with-local-quit): New macro.
10858
10859         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10860
10861 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10862
10863         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10864         ignore non-string data.
10865
10866 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10867
10868         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10869         non-string data (needs to be done in the registry too).
10870
10871 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10872
10873         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10874         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10875         (gnus-registry-split-fancy-with-parent)
10876         (gnus-registry-fetch-simplified-message-subject-fast)
10877         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10878         Remove text properties on ingress into the registry and when it's saved.
10879         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10880         registry from entries with no groups.
10881
10882 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10883
10884         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10885         function to remove string properties.
10886
10887 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gmm-utils.el (gmm): Adjust custom version.
10890
10891         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10892         Adjust custom version.
10893
10894         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10895
10896 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-art.el (gnus-insert-prev-page-button)
10899         (gnus-insert-next-page-button): Simplify.  Reformat.
10900
10901 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10902
10903         * gnus-art.el (gnus-insert-prev-page-button)
10904         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10905
10906 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10907
10908         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10909
10910 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10911
10912         * gnus-art.el (gnus-insert-mime-button)
10913         (gnus-insert-mime-security-button):
10914         Apply gnus-article-button-face to MIME and security buttons.
10915
10916 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10919         readable.
10920
10921 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10924
10925 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10926
10927         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10928         `browse-url-of-file' instead of `browse-url'.
10929
10930 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10931
10932         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10933         regexp.  Articles containing quotation were cut prematurely.
10934
10935 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * message.el (message-cite-original-1): Use nobody by default for the
10938         value of From header.
10939         (message-reply): Ditto.
10940
10941 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10942
10943         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10944         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10945         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10946
10947 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10950         mails in the doc string.  Add some URLs in comment.
10951         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10952
10953 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10956         backslashes handling and the way to find boundaries of quoted strings.
10957
10958 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10959
10960         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10961         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10962         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10963         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10964
10965 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10968         doc string.
10969         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10970
10971 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * lpath.el: Fbind epg-check-configuration.
10974
10975 2006-09-06  Simon Josefsson  <jas@extundo.com>
10976
10977         * mml2015.el (mml2015-use): Doc fix, mention epg.
10978
10979 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10980
10981         * mml2015.el (mml2015-use): Default to epg, if available.
10982
10983 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10984
10985         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10986         message-sender.
10987         (mml1991-epg-encrypt): Ditto.
10988         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10989         message-sender.
10990         (mml2015-epg-encrypt): Ditto.
10991
10992 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10993
10994         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10995         several common directories.
10996
10997 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10998
10999         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11000         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11001
11002 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (article-decode-encoded-words): Make it fast.
11005
11006 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11009
11010         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11011         in quoted string into `\'.
11012
11013 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11016         Use standard-syntax-table.
11017
11018 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-art.el (gnus-decode-address-function): New variable.
11021         (article-decode-encoded-words): Use it to decode headers which are
11022         assumed to contain addresses.
11023         (gnus-mime-delete-part): Remove useless `or'.
11024
11025         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11026         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11027         (gnus-nov-parse-line): Use it to decode From header.
11028         (gnus-get-newsgroup-headers): Ditto.
11029         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11030
11031         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11032         (mail-decode-encoded-address-string): New alias.
11033
11034         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11035         New function.
11036         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11037         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11038         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11039         (rfc2047-decode-string): Ditto.
11040         (rfc2047-decode-address-region): New function.
11041         (rfc2047-decode-address-string): New function.
11042
11043 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * message.el (message-caesar-buffer-body): Allow rotating headers.
11046
11047         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11048
11049         * message.el (message-insert-formated-citation-line): Fix %f.
11050         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11051
11052 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11055         (gnus-bookmark-mouse-available-p): New macro.
11056         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11057         (gnus-bookmark-bmenu-show-infos): Use it.
11058         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11059         (gnus-bookmark-bmenu-hide-infos): Ditto.
11060         (gnus-bookmark-remove-properties): New function.
11061         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11062         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11063         (gnus-bookmark-write-file): Bind coding-system-for-write.
11064         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11065         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11066         group before selecting it.
11067         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11068         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11069         quit-window if it is not available; use gnus-mouse-2 and bind it to
11070         gnus-bookmark-bmenu-select-by-mouse.
11071         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11072         (gnus-bookmark-bmenu-select-by-mouse): New function.
11073
11074 2006-08-13  Romain Francoise  <romain@orebokech.com>
11075
11076         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11077         space.
11078
11079 2006-08-10  Romain Francoise  <romain@orebokech.com>
11080
11081         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11082         (dns-mode-soa-auto-increment-serial): New user option.
11083         (dns-mode-soa-maybe-increment-serial): New function.
11084         (dns-mode): Add the latter to `write-contents-functions'.
11085
11086 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * compface.el (uncompface): Use binary rather than raw-text-unix.
11089
11090 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * compface.el (uncompface): Make sure the eol conversion doesn't take
11093         place when communicating with the external programs.
11094         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11095
11096 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11099
11100 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11101
11102         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11103         Make it more robust by parsing author and date independently.
11104
11105 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11108
11109 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11110
11111         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11112         first matching secret key.
11113         (mml2015-epg-encrypt): Ditto.
11114
11115         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11116         first matching secret key.
11117         (mml1991-epg-encrypt): Ditto.
11118
11119         * mml2015.el (mml2015-encrypt-to-self): New user option.
11120         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11121         mml2015-epg-encrypt-to-self is set.
11122
11123         * mml1991.el (mml1991-encrypt-to-self): New variable.
11124         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11125         mml1991-epg-encrypt-to-self is set.
11126
11127         * mml2015.el (mml2015-signers): New user option.
11128         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11129         (mml2015-epg-encrypt): Allow to select signing keys.
11130
11131         * mml1991.el (mml1991-signers): New variable.
11132         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11133         (mml1991-epg-encrypt): Allow to select signing keys.
11134
11135 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * nnheader.el (nnheader-insert-head): Make it work even if the file
11138         uses CRLF for the line-break code.
11139
11140 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11141
11142         * mml2015.el: Require mml-sec instead of password.
11143         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11144         (mml2015-cache-passphrase): Inherit the default value from
11145         mml-secure-cache-passphrase.
11146         (mml2015-passphrase-cache-expiry): Inherit the default value from
11147         mml-secure-passphrase-cache-expiry.
11148
11149         * mml1991.el: Require mml-sec instead of password.
11150         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11151         (mml1991-cache-passphrase): Inherit the default value from
11152         mml-secure-cache-passphrase.
11153         (mml1991-passphrase-cache-expiry): Inherit the default value from
11154         mml-secure-passphrase-cache-expiry.
11155
11156         * mml-sec.el: Require password.
11157         (mml-secure-verbose): New user option.
11158         (mml-secure-cache-passphrase): New user option.
11159         (mml-secure-passphrase-cache-expiry): New user option.
11160
11161 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11162
11163         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11164         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11165         andreas@altroot.de (Andreas Vögele).
11166
11167         FIXME: Use `tiny change'?
11168
11169 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11170
11171         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11172         workaround for the url package included with Emacs.
11173
11174         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11175
11176 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11179         correctly.  This fixes a bug caused by the 2006-05-12 change.
11180
11181 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11182
11183         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11184         some information about the error when saying that the `bogus' mail
11185         group will be used.
11186
11187 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11190         string.
11191
11192 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11193
11194         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11195
11196 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11197
11198         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11199
11200 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11201
11202         * mml1991.el (mml1991-function-alist): Add epg.
11203         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11204         (mml1991-epg-encrypt): New functions.
11205
11206 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11207
11208         * mml2015.el (mml2015-verbose): New variable.
11209         (mml2015-cache-passphrase): Ditto.
11210         (mml2015-passphrase-cache-expiry): Ditto.
11211         (mml2015-function-alist): Add epg.
11212         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11213         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11214         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11215         New functions.
11216
11217 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11218
11219         * message.el (message-cite-original-1): Preserve region when removing
11220         quoted text due to X-No-Archive in order to avoid bogus attribution
11221         when citing multiple messages.
11222
11223 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11224
11225         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11226         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11227
11228 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-diary.el (gnus-user-format-function-d)
11231         (gnus-user-format-function-D): Autoload.
11232
11233         * imap.el (Commentary): Fix typo.
11234
11235         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11236         2006-04-22 contribution.
11237
11238 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11239
11240         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11241         It didn't really fix the bogosity I'm seeing with solid web groups.
11242
11243 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11244
11245         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11246         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11247         created using server names.  If we use the feature without declaring
11248         it, Gnus does not properly manage server and group state.
11249
11250         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11251         bound.
11252
11253 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11254
11255         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11256         looking up the method using GROUP's prefix before inventing a new one.
11257         It is used on killed/unknown groups in various places where returning
11258         an all-new method isn't expected by the caller.
11259
11260         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11261         and match semantics of gnus-group-real-prefix.
11262
11263 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * nnmail.el (nnmail-broken-references-mailers): New variable.
11266         (nnmail-ignore-broken-references): New function generalizing
11267         nnmail-fix-eudora-headers.
11268         (nnmail-fix-eudora-headers): Now obsolete.
11269
11270         * gnus-art.el (gnus-button-handle-custom):
11271         Support `customize-apropos*'.
11272
11273 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11276
11277         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11278         articles.
11279
11280 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * message.el (message-cite-reply-above): New variable.
11283         (message-yank-original): Use it.
11284
11285 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11288
11289 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11292         as read.
11293
11294         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11295
11296 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11299         (gnus-bookmark-default-file): Use gnus-directory.
11300         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11301         Remove "*" in doc string.
11302         (gnus-bookmark-write-file): Simplify.
11303         (gnus-bookmark-maybe-sort-alist): Use `when'.
11304         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11305         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11306         Add FIXME about Emacs 21 and XEmacs compatibility.
11307         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11308         compatibility.
11309         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11310         compatibility.
11311         (gnus-bookmark-menu-heading): Fix version.
11312
11313 2006-06-19  Bastien Guerry  <bzg@altern.org>
11314
11315         * gnus-bookmark.el: New file.
11316
11317 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * message.el (message-syntax-checks): Doc fix.
11320
11321 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11322
11323         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11324         unsubscribed groups as if they were killed ones.  It causes duplicate
11325         entries in gnus-newsrc-alist.
11326
11327 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * message.el (message-syntax-checks): Doc fix.
11330         (message-send-mail): Add check for continuation headers.
11331         (message-check-news-header-syntax): Fix regexp used to check for
11332         continuation headers.
11333
11334 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11337
11338 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11341
11342 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11345         default-truncate-lines.
11346
11347 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11350         to fill the utf-8 entry.
11351
11352         * lpath.el: Fbind unicode-precedence-list.
11353
11354 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11355
11356         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11357
11358 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11359
11360         * gnus-agent.el (directory-files-and-attributes): Move all the way
11361         forward (the third and final move).
11362         (gnus-agent-read-agentview): Trap reconstruction errors due to
11363         nonexistent directory.  Handle by returning nil.
11364
11365 2006-05-30  Didier Verna  <didier@xemacs.org>
11366
11367         * message.el (message-dont-reply-to-names): Update the custom type.
11368         * message.el (message-dont-reply-to-names): New defsubst: potentially
11369         convert a list of regexps into a single one.
11370         * message.el (message-get-reply-headers): Use it.
11371         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11372
11373 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-agent.el (directory-files-and-attributes): Move forward.
11376
11377 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * gnus-ml.el (gnus-mailing-list-subscribe)
11380         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11381         (gnus-mailing-list-message): Fix doc strings.
11382
11383 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11384
11385         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11386         of doing it manually.
11387
11388 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11391         comment.
11392
11393 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11394
11395         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11396         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11397         (gnus-agent-read-local): All symbols allocated in my-obarray.
11398         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11399         (gnus-agent-regenerate-group): Check numeric names to see if they are
11400         messages or groups.
11401         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11402         better way of do this...)
11403
11404         * gnus-cache.el (gnus-agent-total-fetched-for):
11405         Ignore 'dummy.group' (there should be a better way of do this...)
11406
11407 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11410         (gnus-saved-headers): Ditto.
11411         (gnus-default-article-saver): Mention functions may have properties.
11412         (gnus-article-save): Override gnus-save-all-headers and
11413         gnus-saved-headers by :headers property which saver function may have.
11414         (gnus-summary-save-in-file): Add :headers property.
11415         (gnus-summary-write-to-file): Ditto.
11416
11417         * gnus-sum.el (gnus-summary-save-article): Bind
11418         gnus-prompt-before-saving to t when saving many articles in a file;
11419         always show all headers.
11420
11421         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11422
11423 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11426         marks.
11427
11428         * message.el (message-indent-citation): Add optional arguments to allow
11429         using it outside of message buffers.
11430
11431         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11432         (gnus-article-treat-unfold-headers): Use it.
11433         (gnus-article-truncate-lines): New variable.
11434         (gnus-article-mode): Use it.
11435         (gnus-article-toggle-truncate-lines): New function.
11436
11437         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11438         Add gnus-article-toggle-truncate-lines.
11439
11440         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11441         coding system in XEmacs, use binary.
11442
11443 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11446         after-load-alist.
11447
11448         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11449         this function should save decoded articles.
11450         (gnus-summary-write-to-file): Use property to specify this function
11451         should save decoded articles and specify gnus-summary-save-in-file
11452         should be used to save articles other than the first one when saving
11453         many articles.
11454         (gnus-summary-save-body-in-file): Use property to specify this
11455         function should save decoded articles.
11456         (gnus-summary-write-body-to-file): Use property to specify this
11457         function should save decoded articles and specify
11458         gnus-summary-save-body-in-file should be used to save articles other
11459         than the first one when saving many articles.
11460
11461         * gnus-sum.el (gnus-summary-save-article): Simplify.
11462
11463 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-art.el (gnus-default-article-saver):
11466         Add gnus-summary-write-body-to-file.
11467         (gnus-article-save-coding-system): Don't use coding system object
11468         in XEmacs.
11469         (gnus-read-save-file-name): Add optional `dir-var' argument which
11470         specifies directory in which files are saved; work even if optional
11471         `variable' argument is not specified.
11472         (gnus-summary-write-to-file): Read file name.
11473         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11474         (gnus-summary-write-body-to-file): New function.
11475
11476         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11477         (gnus-summary-local-variables): Add it.
11478         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11479         (gnus-summary-save-article): Remove optional `decode' argument;
11480         determine whether to decode articles by the value of
11481         gnus-default-article-saver; when saving many files using
11482         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11483         it first and use gnus-summary-save-in-file or
11484         gnus-summary-save-body-in-file thereafter unless
11485         gnus-prompt-before-saving is always; move point to article which
11486         will be saved.
11487         (gnus-summary-save-article-file): Revert.
11488         (gnus-summary-write-article-file): Revert.
11489         (gnus-summary-save-article-body-file): Revert.
11490         (gnus-summary-write-article-body-file): New function.
11491
11492 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-art.el (gnus-default-article-saver): Doc fix.
11495         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11496         from gnus-summary-save-article-coding-system, and default to a
11497         certain coding system.
11498         (gnus-output-to-file): Add coding cookie and encode text according
11499         to gnus-article-save-coding-system; don't use mm-append-to-file.
11500
11501         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11502         gnus-art.el and rename to gnus-article-save-coding-system.
11503         (gnus-summary-save-article): Require gnus-art; don't show all
11504         headers if it decodes articles; don't add coding cookie here;
11505         don't bind mm-text-coding-system-for-write.
11506         (gnus-summary-save-article-file): Save decoded articles.
11507         (gnus-summary-write-article-file): When saving many files, use
11508         gnus-summary-write-to-file first and gnus-summary-save-in-file
11509         thereafter unless gnus-prompt-before-saving is always.
11510         (gnus-summary-save-article-body-file): Save decoded articles.
11511
11512         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11513
11514 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * nnrss.el (nnrss-check-group): Bind hash-index.
11517
11518 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11519
11520         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11521         its hash index.  Store this hash in `nnrss-group-data'.
11522         (nnrss-read-group-data): Update accordingly.
11523
11524 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11527         entry.
11528
11529         * gnus-sum.el (gnus-summary-make-menu-bar):
11530         Add gnus-article-browse-html-article.
11531
11532 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11533
11534         * gnus-sum.el (gnus-summary-mime-map):
11535         Add gnus-article-browse-html-article.
11536
11537         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11538
11539 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11542         suitable coding systems in customize.
11543
11544 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * mail-source.el (mail-sources): Fix custom type.
11547
11548 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11551         (gnus-summary-expire-articles-now): Shorten prompt.
11552
11553         * gmm-utils.el (wid-edit): Require.
11554         (defun-gmm): Rename from `gmm-defun-compat'.
11555         (gmm-image-search-load-path): Use it.
11556         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11557
11558 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-sum.el (gnus-summary-save-article-coding-system):
11561         New variable.
11562         (gnus-summary-save-article): Add optional `decode' argument.
11563         If it is set and gnus-summary-save-article-coding-system is non-nil,
11564         save decoded article.
11565         (gnus-summary-write-article-file): Save decoded article if
11566         gnus-summary-save-article-coding-system is non-nil.
11567
11568         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11569         type.
11570
11571 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11574
11575 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11578         first to test gnus-single-article-buffer which may be buffer-local.
11579
11580         * gnus-sum.el (gnus-summary-setup-buffer):
11581         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11582         group; make gnus-article-buffer, gnus-article-current, and
11583         gnus-original-article-buffer always buffer-local.
11584         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11585         group.
11586         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11587
11588 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * nnml.el (nnml-request-compact-group): Compressed files might not
11591         have .gz extension.
11592
11593 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11594
11595         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11596         (mm-copy-to-buffer): Use with-current-buffer.
11597         (mm-display-part): Simplify.
11598         (mm-inlinable-p): Add optional arg `type'.
11599
11600 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11601
11602         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11603         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11604         Try harder to show the attachment internally or externally using
11605         gnus-mime-view-part-as-type.
11606
11607 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * message.el (message-from-style, message-signature-separator)
11610         (message-user-organization-file, message-send-mail-function)
11611         (message-citation-line-function, message-yank-prefix)
11612         (message-indent-citation-function, message-signature)
11613         (message-signature-file, message-signature-insert-empty-line):
11614         Remove autoloads.
11615
11616         * gnus-art.el (gnus-buttonized-mime-types):
11617         Remove "multipart/signed".  Revert 2006-04-26 change.
11618
11619 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * gnus.el (gnus-version-number): Bump version.
11622
11623 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11624
11625         * gnus.el: No Gnus v0.5 is released.
11626
11627 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11628
11629         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11630         fetching articles by message-id.
11631
11632 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * message.el (hashcash): Require hashcash as normal.
11635
11636         * ecomplete.el (ecomplete-highlight-match-line):
11637         Use point-at-eol.
11638         (ecomplete-highlight-match-line): Use `highlight', because that
11639         face exists in both Emacs and XEmacs.
11640
11641         * message.el (message-display-abbrev): Use point-at-bol.
11642
11643         * mail-source.el: Don't require timer/timer-funcs.
11644
11645         * gnus-async.el: Ditto.
11646
11647         * password.el: Ditto.
11648
11649         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11650
11651         * mm-url.el: Ditto.
11652
11653         * gnus-xmas.el: Don't require timer-funcs.
11654
11655         * mm-util.el: Require timer/timer-funcs.
11656
11657 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11658
11659         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11660         Close.
11661
11662 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11665         unibyte after clear-decrypt function runs.
11666
11667         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11668         returns as a unibyte string.
11669
11670 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * lpath.el: Revert.
11673
11674         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11675         (pgg-gpg-process-sentinel): Revert.
11676
11677         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11678         (pgg-pgp-lookup-key): Revert.
11679
11680         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11681         (pgg-pgp5-lookup-key): Revert.
11682
11683         * pgg.el (pgg-fetch-key): Revert.
11684
11685 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * lpath.el: Fbind string-as-multibyte for XEmacs.
11688
11689         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11690         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11691         (mml1991-pgg-encrypt): Ditto.
11692
11693         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11694         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11695         a multibyte buffer.
11696
11697         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11698         (pgg-pgp-lookup-key): Ditto.
11699
11700         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11701         (pgg-pgp5-lookup-key): Ditto.
11702
11703         * pgg.el (pgg-fetch-key): Ditto.
11704
11705 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el (message-user-organization-file): Check several
11708         locations of the organization file.
11709
11710         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11711         Add gnus-article-view-part-as-type.
11712
11713         * gnus-art.el (gnus-article-view-part-as-type): New function.
11714
11715         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11716         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11717
11718         * mml.el: Simplify autoload.
11719         (mml-mode): defvar dnd-protocol-alist instead of using
11720         symbol-value.
11721         (mml-default-directory): New variable.
11722         (mml-minibuffer-read-file): Use it.
11723         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11724
11725         * message.el (message-citation-line-format): New variable.
11726         (message-insert-formated-citation-line): New function.
11727         (message-citation-line-function):
11728         Add `message-insert-formated-citation-line' to custom type.
11729
11730         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11731         to doc string.
11732
11733         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11734         depending on mm-verify-option.
11735
11736 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11739         binding pgg-* variables; reimplement the section which prevents
11740         MIME header from being signed.
11741         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11742         pgg-text-mode; remove a blank line at the top of body.
11743
11744         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11745         lines at the top of body; use gnus-newsgroup-charset if there's no
11746         Charset header.
11747
11748 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * message.el (message-self-insert-commands): Doc fix.
11751
11752         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11753         (mm-uu-pgp-encrypted-test): Ditto.
11754         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11755         between header and body; return application/pgp-encrypted handle
11756         if decryption failed; decode decrypted body by charset.
11757
11758         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11759         element match to application/pgp-*.
11760
11761 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11762
11763         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11764         HTML.
11765
11766 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767
11768         * mail-source.el (mail-source-call-script): Message the error
11769         string.
11770
11771 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * gnus-util.el (gnus-byte-compile): Use it.
11774
11775 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11776
11777         * gnus-util.el (kill-empty-logs): New function.
11778
11779 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * message.el (message-mail-alias-type): Doc fix.
11782         (message-mail-alias-type-p): New function.
11783         (message-send): Use it.
11784         (message-mode): Ditto.
11785         (message-strip-forbidden-properties): Ditto.
11786
11787         * ecomplete.el (ecomplete-database-file-coding-system):
11788         New variable.
11789         (ecomplete-save): Use it.
11790         (ecomplete-setup): Use it.
11791
11792 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * message.el (message-self-insert-commands): New variable.
11795         (message-strip-forbidden-properties): Use it.
11796
11797 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798
11799         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11800         that doesn't make XEmacs choke.
11801
11802 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * gnus-util.el (gnus-replace-in-string):
11805         Prefer replace-regexp-in-string over of replace-in-string.
11806
11807 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-util.el (gnus-select-frame-set-input-focus):
11810         Use select-frame-set-input-focus if it is available in XEmacs; use
11811         definition defined in Emacs 22 for old Emacsen.
11812
11813         * dgnushack.el: Autoload unmorse-region for XEmacs.
11814
11815         * lpath.el: Bind cursor-in-non-selected-windows and
11816         select-frame-set-input-focus for XEmacs.
11817
11818 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11821
11822 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * gnus-registry.el (gnus-registry-cache-save): Remove text
11825         properties when saving via the temp buffer.
11826
11827 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * message.el (message-generate-hashcash): Honor custom type.
11830
11831 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * message.el (message-generate-hashcash): Default to non-nil when
11834         hashcash is found.
11835
11836         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11837         (gnus-refer-thread-limit): Increase default to 500.
11838
11839         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11840
11841         * flow-fill.el (fill-flowed): Allow delete-space.
11842
11843 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11846         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11847         Remove autoloads.
11848
11849 2006-04-18  Simon Josefsson  <jas@extundo.com>
11850
11851         * message.el (message-generate-hashcash): Default to.
11852
11853 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11856         concatenating segments rather than before concatenating them.
11857
11858 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11861
11862 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11863
11864         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11865
11866         * message.el (message-forward-make-body-plain):
11867         Allow message-forward-ignored-headers to be a list.
11868         (message-remove-ignored-headers): Factor out into function.
11869         (message-forward-make-body-mml): Use it.
11870
11871         * imap.el (imap-quote-specials): New function.
11872         (imap-login-auth): Quote specials.
11873
11874         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11875         (rfc2231-parse-string): Allow concatanation of parameters that
11876         aren't contiguous.  The test case is
11877           (mail-header-parse-content-type "message/external-body;
11878             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11879             access-type=LOCAL-FILE;
11880             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11881
11882 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11883
11884         * nntp.el (nntp-accept-process-output): Return the value of
11885         `nnheader-accept-process-output'.
11886
11887 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11890         (gnus-button-alist): Recognize more diff formats.
11891         (gnus-button-patch): Strip directory.
11892
11893 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11896         Emacs 22 when setting focus.
11897
11898 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11899
11900         * gnus-art.el (gnus-article-treat-types): Do treatment of
11901         text/x-verbatim parts.
11902         (gnus-button-patch): New command.
11903
11904         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11905         addresses that contain invalid characters.
11906
11907 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * message.el (message-put-addresses-in-ecomplete):
11910         Use gnus-replace-in-string.
11911         (message-is-yours-p): Use the more correct
11912         mail-header-parse-address instead of
11913         mail-extract-address-components.
11914         (message-put-addresses-in-ecomplete): Fix typo.
11915
11916         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11917         keystroke.
11918
11919         * gnus-art.el (gnus-treatment-function-alist): Change order of
11920         newsgroups/generic header folding to avoid double-folding.
11921
11922         * message.el (message-hidden-headers): Add X-Draft-From.
11923
11924         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11925         New command.
11926         (gnus-summary-repeat-search-article-backward): New command.
11927
11928         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11929         groups in the parent topic.
11930
11931 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11932
11933         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11934         (spam-extra-header-to-number): Return the CRM114 number as a
11935         number instead of a string.
11936
11937 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * gnus-art.el (gnus-face-properties-alist): Move here from
11940         gnus-fun.
11941
11942         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11943
11944 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * message.el (message-strip-forbidden-properties): Only display on
11947         self-insert-command.
11948
11949         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11950         reindent.
11951         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11952
11953 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11954
11955         * smiley.el (smiley-style): Fix typo.
11956
11957 2006-03-23  Kenichi Handa  <handa@m17n.org>
11958
11959         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11960         instead of set-buffer-multibyte.
11961
11962 2006-03-23  Kenichi Handa  <handa@m17n.org>
11963
11964         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11965         buffer and then decode the buffer text if necessary.
11966         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11967         first, and after mm-encode-body, change the buffer to unibyte.
11968
11969 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * hashcash.el (hashcash-insert-payment-async-2):
11972         Use message-goto-eoh instead of doing it manually.
11973         (mail-add-payment): Use message-narrow-to-header instead of trying
11974         to do the same itself.
11975
11976         * message.el (message-hidden-headers): Add Face.
11977
11978         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11979         reparenting code.
11980         (gnus-summary-reparent-children): Refactored out code.
11981         (gnus-summary-thread-map): New keystroke.
11982         (gnus-summary-reparent-children): Make into command.
11983
11984         * smiley.el (smiley-style): Default to `medium' if using a large
11985         font.
11986
11987         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11988         does it itself.
11989
11990         * message.el (message-point-in-header-p): Simplify definition.
11991
11992 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993
11994         * nnagent.el (nnagent-request-set-mark): Silence log file
11995         writing.
11996         (nnagent-request-set-mark): Use write-region instead of
11997         append-to-file.
11998
11999         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12000         strange select method.
12001
12002         * ecomplete.el (ecomplete-display-matches): Get highlightling
12003         right.
12004         (ecomplete-display-matches): Use literals.
12005         (ecomplete-display-matches): Disable message logging.
12006
12007         * message.el (message-display-abbrev): Small optimization.
12008
12009         * ecomplete.el (ecomplete-display-matches): Allow automatic
12010         display.
12011
12012         * message.el (message-strip-forbidden-properties):
12013         Display abbrevs.
12014         (message-display-abbrev): Get automatic display right.
12015
12016         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12017         keystrokes.
12018
12019 2006-04-13  Romain Francoise  <romain@orebokech.com>
12020
12021         TODO: Backport to v5-10!
12022
12023         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12024         Move here (and rename) from gnus-registry.el.
12025
12026         * gnus-registry.el: Require gnus-util.
12027         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12028
12029 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * gnus-group.el (gnus-group-catchup-current):
12032         Change if-then-else-if-then-else into cond.
12033         (gnus-group-catchup): Indent.
12034         (group-name-at-point): New function.
12035         (gnus-fetch-group): Provide default from thing at point.
12036
12037 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038
12039         * message.el (message-display-abbrev): Fix regexp.
12040
12041         * ecomplete.el (ecomplete-highlight-match-line):
12042         Reimplement choosing.
12043         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12044         dead variables.
12045
12046         * message.el (message-newline-and-indent): Remove debugging.
12047         (message-display-abbrev): Use new implementation.
12048
12049 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus-art.el (gnus-article-mode):
12052         Set cursor-in-non-selected-windows to nil.
12053
12054         * smiley.el: Revert previous change.
12055         (smiley-data-directory): defvar it before using it in the
12056         defcustom of `smiley-style'.
12057
12058 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12059
12060         * message.el (message-newline-and-indent): New function.
12061
12062         * ecomplete.el: Implement more bits.
12063
12064         * message.el (message-put-addresses-in-ecomplete): Clean up the
12065         string.
12066
12067         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12068
12069         * gnus-sum.el (gnus-summary-save-parts):
12070         Bind gnus-summary-save-parts-counter and use it to make unique file
12071         names.
12072
12073         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12074
12075         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12076         parameter to say whether to actually parse the individual
12077         addresses.
12078
12079         * message.el (message-put-addresses-in-ecomplete): New function.
12080         (ecomplete): Require.
12081         (message-mail-alias-type): Add ecomplete as an option.
12082
12083 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12084
12085         * flow-fill.el (fill-flowed): Remove trailing space from blank
12086         quoted lines.
12087
12088 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12089
12090         * smiley.el (smiley-style): Move definition later to avoid a
12091         compilation warning.
12092
12093 2006-04-12  Kenichi Handa  <handa@m17n.org>
12094
12095         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12096         buffer and then decode the buffer text if necessary.
12097         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12098         first, and after mm-encode-body, change the buffer to unibyte.
12099         Use mm-disable-multibyte instead of set-buffer-multibyte.
12100
12101 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12104         Content-Type header instead of Content-Disposition header.
12105         (gnus-mime-inline-part): Ditto.
12106         (gnus-mime-view-part-as-charset): Ignore charset that the part
12107         specifies.
12108
12109         * mm-decode.el (mm-display-part): Work with external parts and
12110         usual parts similarly.
12111
12112         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12113         instead of gnus-display-mime.
12114
12115         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12116         instead of with-temp-buffer.
12117
12118         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12119         tag to summarized topics part in order to encode non-ASCII text.
12120
12121 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * smiley.el (smiley-style): New variable.
12124         (smiley-directory): New function.
12125         (smiley-data-directory): Derive from `smiley-style' using
12126         `smiley-directory'.
12127         (smiley-regexp-alist): Add new entries.
12128
12129         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12130         (gnus-article-browse-delete-temp): Add :version.
12131
12132 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12133
12134         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12135         the sieve region.
12136
12137 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * gnus.el (gnus-version-number): Bump version.
12140
12141 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * gnus.el: No Gnus v0.4 is released.
12144
12145 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12148         layout.
12149
12150         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12151         unknown charset.
12152
12153         * message.el (message-header-synonyms): Add Original-To to the
12154         default.
12155
12156         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12157         optional parameter.
12158
12159 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * gnus-fun.el (gnus): Require it for gnus-directory.
12162
12163 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12166
12167 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12168
12169         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12170
12171 2006-04-05  Simon Josefsson  <jas@extundo.com>
12172
12173         * password.el (password-reset): New function.
12174
12175 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12176
12177         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12178         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12179
12180 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12181
12182         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12183         Some whitespace was matched into the url, which broke browsing hits
12184         > 100 when mm-url-use-external was nil.
12185
12186 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12189         Check gnus-extra-headers for 'Newsgroups.
12190
12191         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12192         bound.
12193
12194 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12195
12196         * pgg-gpg.el: Clean up process buffers every time gpg processes
12197         complete.
12198
12199 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12202         doc string.
12203
12204 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12205
12206         * pgg-gpg.el (pgg-gpg-process-filter)
12207         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12208
12209         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12210         lines, temporary fix.
12211
12212 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12215
12216 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12217
12218         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12219         default-enable-multibyte-characters.  This reverts the change from
12220         revision 6.17 which is no longer necessary because the passphrase
12221         is sent separately now.  GnuPG messages are unreadable under
12222         multibyte locales with default-enable-multibyte-characters set to
12223         nil.
12224
12225 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * message.el (message-tool-bar-gnome): Move "spell".
12228
12229 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12232         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12233         instead.
12234
12235 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12236
12237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12238         Improve newsgroups handling for NNTP overviews which don't include
12239         Newsgroups.
12240
12241 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12242
12243         * message.el (message-resend): Bind message-generate-hashcash to nil.
12244
12245 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12246
12247         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12248         when searching for already-paid recipients.
12249
12250 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12251
12252         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12253         passphrases when it is not needed.
12254         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12255         passphrase stuff from gpg, should only be necessary when you use
12256         gpg with a smartcard.
12257
12258 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * mml.el (mml-insert-mime): Ignore cached contents of
12261         message/external-body part.
12262
12263         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12264         (mm-insert-part): Ditto.
12265
12266 2006-03-23  Simon Josefsson  <jas@extundo.com>
12267
12268         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12269         Reiner.
12270         (pgg-gpg-use-agent-p): Use it again.
12271
12272 2006-03-23  Simon Josefsson  <jas@extundo.com>
12273
12274         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12275         older emacsen.
12276         (pgg-gpg-use-agent-p): Don't use it.
12277
12278 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12281         if we can.
12282
12283 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12284
12285         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12286         (pgg-gpg-update-agent): New function.
12287         (pgg-gpg-use-agent-p): New function.
12288         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12289         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12290         (pgg-gpg-sign-region): Use it.
12291
12292 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12295         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12296
12297 2006-03-21  Simon Josefsson  <jas@extundo.com>
12298
12299         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12300         <wilde@sha-bang.de>.
12301         (pgg-gpg-use-agent): New variable.
12302         (pgg-gpg-process-region): Use it.
12303         (pgg-gpg-encrypt-region): Likewise.
12304         (pgg-gpg-encrypt-symmetric-region): Likewise.
12305         (pgg-gpg-decrypt-region): Likewise.
12306         (pgg-gpg-sign-region): Likewise.
12307         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12308
12309 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12312
12313         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12314         Add comment on version.
12315
12316 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * smiley.el: Add missing test smiley.
12319
12320 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * mm-decode.el (mm-with-part): New macro.
12323         (mm-get-part): Use it; work with message/external-body as well.
12324         (mm-save-part): Treat name and filename equally.
12325
12326         * mm-extern.el (mm-extern-cache-contents): New function.
12327         (mm-inline-external-body): Use it; force the part to be displayed;
12328         move undisplayer added to the cached handle to the parent.
12329
12330         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12331         (gnus-mime-view-part-as-type): Work with message/external-body.
12332
12333         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12334
12335 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12338         images in image-load-path.  [Sync with image.el, revision 1.60, in
12339         Emacs.]
12340
12341 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12344         path rather than symbol.  Always return list of directories.
12345         Guarantee that image directory comes first.  [Sync with image.el,
12346         revision 1.59, in Emacs.]
12347
12348         * message.el (message-make-tool-bar): Adjust to new API of
12349         `gmm-image-load-path-for-library'.
12350
12351         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12352
12353         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12354
12355 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12356
12357         * gnus-art.el (gnus-article-only-boring-p):
12358         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12359         intangible text.
12360         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12361
12362 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12365         Use `defun' instead of `gmm-defun-compat'.
12366
12367 2006-03-14  Simon Josefsson  <jas@extundo.com>
12368
12369         * message.el (message-unique-id): Don't use message-number-base36
12370         if (user-uid) is a float.
12371         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12372
12373 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12376
12377         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12378         empty line between a part and a message part.
12379
12380 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * smiley.el: Add more test smileys.
12383         (smiley-data-directory, smiley-regexp-alist)
12384         (gnus-smiley-file-types): Fix doc strings.
12385         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12386         adding new elements.
12387         (smiley-mouse-map): Unused code.  Make it a comment.
12388
12389 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12392         scan latest NoCeM messages instead of old ones.
12393         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12394         delimiters that are recently used.
12395         (gnus-nocem-load-cache): Add autoload cookie.
12396
12397         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12398
12399         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12400         level which is larger than gnus-use-nocem is specified.
12401
12402         * gnus-group.el (gnus-group-get-new-news): Ditto.
12403
12404 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * gnus-util.el (gnus-tool-bar-update): New function.
12407
12408         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12409         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12410
12411         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12412
12413         * gnus-group.el (gnus-group-redraw-when-idle)
12414         (gnus-group-redraw-check): Remove.
12415         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12416
12417 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12420         if optional last element is specified in splits (FIELD VALUE...).
12421
12422 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12425         to gmm-image-load-path-for-library.  Call with no-error argument.
12426         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12427
12428         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12429
12430         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12431
12432         * gmm-utils.el (gmm-image-load-path): Remove alias.
12433
12434 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gmm-utils.el (gmm-image-load-path): Add alias.
12437
12438         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12439         nnml-generate-nov-databases-1.
12440         (nnml-generate-nov-databases): Use it.
12441         (nnml-generate-nov-databases-directory): Document no-active
12442         argument.
12443
12444         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12445         directory if path is t.  Add no-error.
12446
12447         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12448         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12449
12450         * gnus-art.el (gnus-article-browse-delete-temp-files):
12451         Simplify resetting gnus-article-browse-html-temp-list.
12452
12453         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12454         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12455         Add example to docstring.  Rename local variables.  Move error
12456         checks to default case in cond and simplify.
12457
12458 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12461         handle is multipart when calling it recursively.
12462         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12463
12464 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12465
12466         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12467         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12468
12469 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12472         is loaded.
12473
12474         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12475         loaded.
12476
12477 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12480         to "Emacs 23 (unicode)" in doc string.
12481
12482         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12483         "Emacs 23 (unicode)" in comment.
12484
12485 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12488
12489         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12490         characters 160 through 255 in Emacs 23.
12491
12492 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12495         gnus-article-browse-html-temp.
12496         (gnus-article-browse-delete-temp): Make it customizable.
12497         Add `file'.  Adjust doc string.
12498         (gnus-article-browse-delete-temp-files): Add argument.
12499         Allow query for each file.  Adjust doc string.
12500         (gnus-article-browse-html-parts):
12501         Add `gnus-article-browse-delete-temp-files' to
12502         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12503
12504 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12505
12506         * gnus-art.el (gnus-article-browse-html-temp)
12507         (gnus-article-browse-delete-temp): New variables.
12508         (gnus-article-browse-delete-temp-files): New function.
12509         (gnus-article-browse-html-parts): Use it.
12510
12511 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12514
12515         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12516         string.
12517
12518         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12519         gnus-summary-insert-new-articles when unplugged.
12520         Remove gnus-summary-search-article-forward.
12521
12522         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12523         display-visual-class instead of display-color-cells.
12524
12525 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * dgnushack.el: Autoload customize-group for XEmacs.
12528
12529         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12530         message/* containing non-ASCII text properly.
12531
12532 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * message.el: Require gmm-utils, remove autoloads.
12535         (message-tool-bar): Set default based on
12536         gmm-tool-bar-style.
12537         (message-tool-bar-gnome): Add gmm-customize-mode.
12538
12539         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12540         gmm-tool-bar-style.
12541         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12542
12543         * gnus-group.el (gnus-group-tool-bar): Set default based on
12544         gmm-tool-bar-style.
12545         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12546
12547         * gmm-utils.el (gmm-image-directory): Rename variable from
12548         gmm-image-load-path.
12549         (gmm-image-load-path): Use gmm-image-directory.
12550         (gmm-customize-mode): New function.
12551         (gmm-tool-bar-style): New variable.
12552
12553         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12554         gnus-group-redraw-line-number.
12555         (gnus-group-redraw-check): Simplify.
12556         (gnus-group-tool-bar-update): Remove redraw check.
12557         (gnus-group-make-tool-bar): Add redraw check.
12558
12559 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12560
12561         * gnus-art.el (gnus-button): Add missing parentheses.
12562
12563 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * lpath.el: Fbind line-number-at-pos.
12566
12567 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12570
12571 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-art.el (gnus-button): New face.
12574         (gnus-article-button-face): Use it.
12575
12576         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12577         Add gnus-summary-next-page.  Re-order.
12578
12579         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12580         next-node are now included.
12581         (gnus-group-redraw-line-number): New internal variable.
12582         (gnus-group-redraw-check): Helper function for updating the tool
12583         bar.
12584         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12585
12586         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12587
12588         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12589         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12590         Use it to match format of Spamassassin 3.0 and later.
12591         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12592         (spam-check-bogofilter)
12593         (spam-bogofilter-register-with-bogofilter): Fix args of
12594         `gnus-error' calls.
12595
12596 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12597
12598         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12599         unnecessary interaction when sending queued mails.
12600         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12601
12602 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12605         first or last are nil.
12606
12607 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12608
12609         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12610
12611 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12614
12615 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * dns.el (query-dns): Protect more against buggy tcp output.
12618
12619 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12622         nov.php.
12623
12624 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12625
12626         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12627         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12628         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12629         output on the server side.
12630         (nnweb-google-create-mapping): Update regexps and add some
12631         progress indication.
12632
12633 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * gnus-group.el (gnus-group-tool-bar-gnome):
12636         Fix gnus-agent-toggle-plugged.  Re-order icons.
12637         (gnus-group-tool-bar-gnome):
12638         Add gnus-group-{prev,next}-unread-group.
12639         (gnus-group-tool-bar-gnome): Re-order icons.
12640
12641         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12642         Move gnus-summary-insert-new-articles.
12643
12644         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12645         Fix comments.
12646
12647         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12648         also available in Emacs 21.3.
12649
12650         * message.el (message-fix-before-sending): Change "Emacs 22" to
12651         "Emacs 23 (unicode)" in comment.
12652
12653         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12654         "Emacs 23 (unicode)" in comment.
12655
12656         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12657         comment.
12658         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12659
12660         * mm-view.el (mm-fill-flowed): Add :version.
12661
12662 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12665         and load-path.
12666
12667 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * message.el: Autoload gmm-image-load-path.
12670         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12671         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12672         consitency.
12673
12674         * gmm-utils.el (gmm-image-load-path): Also search in
12675         "../etc/images".  Don't set gmm-image-load-path if we don't find
12676         the image.
12677
12678 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * gmm-utils.el (gmm-image-load-path): Don't make
12681         `gmm-image-load-path' include subdirectories which the second arg
12682         `image' might specify.
12683
12684         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12685         subdirectory to icon file names.
12686
12687         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12688
12689 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12692         gmm-image-load-path calls.
12693
12694         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12695
12696         * message.el (message-make-tool-bar): Ditto.
12697
12698         * mml.el (mml-preview): Add comment concerning tool bar icons.
12699
12700         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12701         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12702
12703         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12704         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12705
12706         * message.el (message-tool-bar-gnome): Use new icon names.
12707         (message-make-tool-bar): Use `gmm-image-load-path'.
12708
12709         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12710         New functions from MH-E.
12711         (gmm-image-load-path): New variable from MH-E.
12712         (gmm-image-load-path): New function from MH-E.  Add arguments
12713         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12714         *-image-load-path-called-flag.
12715
12716 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12717
12718         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12719
12720 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12721
12722         * nnimap.el (nnimap-request-move-article): Change folder back to
12723         source group before deleting.
12724
12725 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12728
12729         * gnus-art.el (mm-url-insert-file-contents-external):
12730         Autoload mm-url.
12731
12732         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12733
12734 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12737         coding system which mm-charset-to-coding-system returns for a
12738         given charset is valid.
12739
12740 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12741
12742         * html2text.el (html2text-remove-tag-list):
12743         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12744
12745 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12746
12747         * gnus-cus.el: Revert 2005-10-17 change.
12748
12749 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus-art.el (article-strip-banner):
12752         Call article-really-strip-banner only when the regexp match is made.
12753
12754 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-art.el (article-strip-banner):
12757         Use gnus-extract-address-components instead of
12758         mail-header-parse-addresses to make it work with non-ASCII text;
12759         remove mail-encode-encoded-word-string.
12760
12761         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12762         values which are surrounded with \"...\"; make it never cause a
12763         Lisp error; give up parsing of parameters if it failed in
12764         extracting type.
12765
12766 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12767
12768         * smime.el (smime-cert-by-ldap-1): Fix bug where
12769         `smime-ldap-search' returns results without userCertificates.
12770
12771 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12774
12775 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * spam.el (spam-check-spamassassin-headers): Adapt format for
12778         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12779         <ari@mbf.ocn.ne.jp>.
12780         (spam-list-of-processors): Add spam-use-gmane.
12781
12782 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12785         make-temp-file; make it work with XEmacs as well.
12786
12787         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12788         mm-make-temp-file.
12789
12790         * mm-decode.el (mm-display-external): Use the 3rd arg of
12791         mm-make-temp-file.
12792         (mm-create-image-xemacs): Ditto.
12793
12794 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12797         with message-narrow-to-headers.
12798         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12799         (gnus-draft-check-draft-articles): New function.
12800         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12801
12802 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-art.el (gnus-article-browse-html-parts):
12805         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12806         Don't use suffix argument for mm-make-temp-file for Emacs 21
12807         compatibility.  Remove useless `format'.
12808
12809 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12810
12811         * nnweb.el (nnweb-google-wash-article): Update regexps.
12812         (nnweb-group-alist): Use defvoo instead of defvar.
12813
12814 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12817         re-loading nn* modules.
12818
12819 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12822         for `tool-bar-mode' and don't check it's default-value.
12823
12824         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12825
12826         * message.el (message-make-tool-bar): Ditto.
12827
12828         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12829         `substring'.  Shorten tmp-file name.
12830
12831         * gnus.el: Remove bogus comment.
12832
12833 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12834
12835         * gnus-art.el (gnus-article-browse-html-parts): New function.
12836         (gnus-article-browse-html-article): New function for viewing html
12837         articles with a browser.
12838
12839 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12840
12841         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12842         in elisp.
12843         (pgg-gpg-encrypt-symmetric-region): Ditto.
12844         (pgg-gpg-sign-region): Ditto.
12845
12846         * pgg-def.el (pgg-text-mode): New variable.
12847
12848         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12849         (mml2015-pgg-encrypt): Ditto.
12850
12851         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12852         (mml1991-pgg-encrypt): Ditto.
12853
12854 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * nnfolder.el (nnfolder-insert-newsgroup-line):
12857         Use message-make-date instead of current-time-string.
12858
12859         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12860         to gnus-decoded which mm-uu might set.
12861
12862 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12865         don't decode quoted parameters; remove misimported Emacs code.
12866         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12867         (rfc2231-decode-encoded-string): Don't use split-string which
12868         behaves differently according to Emacs version; use
12869         mm-decode-coding-region to convert charset to coding-system.
12870         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12871         (rfc2231-encode-string): Remove misimported Emacs code.
12872
12873 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12876         when calling mail-header-parse-content-type.
12877         (article-de-quoted-unreadable): Ditto.
12878         (article-de-base64-unreadable): Ditto.
12879         (article-wash-html): Ditto.
12880
12881         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12882         calling mail-header-parse-content-type and
12883         mail-header-parse-content-disposition.
12884         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12885         mail-header-parse-content-type.
12886
12887         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12888         insert charset and format parameters; encode description after
12889         inserting it to buffer.
12890         (mml-insert-parameter): Fold lines properly even if a parameter is
12891         segmented into two or more lines; change the max column to 76.
12892
12893         * rfc1843.el (rfc1843-decode-article-body): Don't use
12894         ignore-errors when calling mail-header-parse-content-type.
12895
12896         * rfc2231.el (rfc2231-parse-string): Return at least type if
12897         possible; don't cause an error even if it fails in parsing of
12898         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12899         (rfc2231-encode-string): Don't break lines at the beginning, leave
12900         it to mml-insert-parameter.
12901
12902         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12903         calling mail-header-parse-content-type.
12904
12905 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * spam-report.el (spam-report-gmane-use-article-number):
12908         Improve doc string.
12909         (spam-report-gmane-internal): Check if a suitable header was found
12910         in the article.
12911
12912 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12915         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12916
12917 2006-02-05  Romain Francoise  <romain@orebokech.com>
12918
12919         Update copyright notices of all files in the gnus directory.
12920
12921 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12922
12923         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12924
12925 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12928         segmented lines of parameter value to cope with Thunderbird 1.5
12929         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12930         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12931         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12932
12933 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12934
12935         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12936         parts.
12937
12938 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12939
12940         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12941         there's only one active file for all servers.
12942         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12943         solid groups.  Gnus might have used a FAST request to select the group.
12944         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12945         and nnweb-search redundantly in the active file.
12946         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12947         (nnweb-request-create-group): Don't use ARGS.
12948         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12949         initialisations.  Let nnoo do the work.
12950
12951 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12954         Say the part has been decoded.
12955
12956         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12957
12958 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12959
12960         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12961         mailcap-viewer-test-cache when there's no 'test clause, since that
12962         will invert the meaning of a "nil" test previously determined by
12963         mailcap-mailcap-entry-passes-test.
12964
12965 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12968         compiling.
12969
12970         * gnus-sum.el: Ditto.
12971
12972         * message.el: Don't bind tool-bar-map when compiling.
12973
12974 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12977
12978 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12979
12980         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12981         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12982         current Google Groups.
12983
12984 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12987         and tool-bar-mode.
12988
12989         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12990         and tool-bar-mode.
12991
12992         * message.el (message-tool-bar-update): Simplify.
12993         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12994
12995         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12996         gnus-summary-buffer.
12997         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12998         gnus-summary-reply.
12999
13000         * gmm-utils.el (gmm): Add :version.
13001
13002 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * Makefile.in (clean): New rule.
13005         (distclean): Use it.
13006
13007 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13008
13009         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13010         Don't autoload.
13011
13012 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gmm-utils.el (gmm-verbose): Add :group.
13015
13016 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * message.el: Change some comments WRT tool-bars.
13019
13020         * gnus-sum.el (gnus-summary-tool-bar)
13021         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13022         (gnus-summary-tool-bar-zap-list): New variables.
13023         (gnus-summary-make-tool-bar): Complete rewrite using
13024         `gmm-tool-bar-from-list'.
13025
13026         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13027         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13028         New variables.
13029         (gnus-group-make-tool-bar): Complete rewrite using
13030         `gmm-tool-bar-from-list'.
13031         (gnus-group-tool-bar-update): New function.
13032
13033         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13034
13035 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13038         is dissected into a single part of which the type is the same as
13039         the given one; decode charset.
13040
13041 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13042
13043         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13044         into alists as symbol not string, since that's what
13045         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13046         look for.
13047
13048 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13051         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13052
13053         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13054
13055 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13058         (gnus-xmas-mime-security-button-menu): New function.
13059
13060         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13061         (gnus-mime-security-button-menu): New definition.
13062         (gnus-mime-security-button-map): Use them.
13063         (gnus-mime-security-button-menu): New function.
13064         (gnus-insert-mime-security-button): Addition to help echo.
13065         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13066         (gnus-mime-security-pipe-part): New functions.
13067
13068         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13069         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13070
13071         * mm-decode.el (mm-handle-set-disposition): Remove.
13072         (mm-handle-set-description): Remove.
13073
13074 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13077         (mm-w3m-standalone-supports-m17n-p): New function.
13078         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13079         w3m usage.
13080
13081         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13082         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13083
13084 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * message.el (message-tool-bar-zap-list):
13087         Use gmm-tool-bar-zap-list as custom type.
13088         (message-tool-bar-update): New function.
13089         (message-tool-bar, message-tool-bar-gnome)
13090         (message-tool-bar-retro): Add message-tool-bar-update.
13091         (message-tool-bar-gnome): Add flyspell-buffer.
13092
13093         * gnus-util.el (gnus-error): Describe `args'.
13094
13095         * gmm-utils.el (gmm-error): Describe `args'.
13096         (gmm-tool-bar-zap-list): New widget.
13097         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13098
13099 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13102         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13103         the number of recursive calls.
13104
13105         * mm-decode.el (mm-handle-set-disposition): New macro.
13106         (mm-handle-set-description): New macro.
13107
13108 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13111         encoding.
13112
13113 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13114
13115         * message.el (message-tool-bar-zap-list, message-tool-bar)
13116         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13117         (message-tool-bar-local-item-from-menu): Remove.
13118         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13119         (message-make-tool-bar): New function.
13120         (message-mode): Use `message-make-tool-bar'.
13121
13122         * gmm-utils.el: New file.
13123         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13124         (gmm-lazy): New widget copied from `nnmail.el'.
13125         (gmm-tool-bar-from-list): New function for creating customizable
13126         tool bars.
13127         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13128         output.
13129         (gmm): Add :prefix to defgroup.
13130
13131 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13132
13133         * gmm-utils.el (gmm-widget-p): New function.
13134
13135 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * mml.el (mml-attach-file): Describe `description' in doc string.
13138         (mml-menu): Add Emacs MIME manual and PGG manual.
13139
13140 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13141
13142         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13143
13144 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13145
13146         * nntp.el (nntp-end-of-line): Doc fix.
13147
13148 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13149
13150         * imap.el (imap-open): Handle case where buffer is a buffer
13151         object.
13152
13153 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13154
13155         * gnus-delay.el (gnus-delay): Don't autoload.
13156         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13157         to be re-loaded when customizing the `gnus-delay' group.
13158
13159 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13160
13161         * message.el (message-insert-citation-line): Use newlines.
13162
13163 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13164
13165         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13166         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13167         these routines, so the passphrase can be managed externally and
13168         passed in to the system.
13169         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13170         pgg-add-passphrase-to-cache function.
13171
13172         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13173         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13174         these routines, so the passphrase can be managed externally and
13175         passed in to the system.
13176         (pgg-pgp5-sign-region): Use new name of
13177         pgg-add-passphrase-to-cache function.
13178
13179 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13180
13181         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13182         part of the decoded armor to find the key-identifier.
13183         (pgg-gpg-lookup-key-owner): New function to return the
13184         human-readable identifier of a key owner.
13185         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13186         itself.
13187         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13188         the key value) if we have a key and can match it against a secret
13189         key.  Also, added a note pointing out fact that the prompt only
13190         indicates the first matching key.
13191
13192         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13193         pgg-decrypt-region.
13194         (pgg-add-passphrase-to-cache): Rename from
13195         `pgg-add-passphrase-cache' to reduce confusion (all callers
13196         changed).
13197         (pgg-remove-passphrase-from-cache): Rename from
13198         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13199         changed).
13200         (pgg-read-passphrase, pgg-add-passphrase-cache)
13201         (pgg-remove-passphrase-cache): Add informative docstrings.
13202         (pgg-decrypt): Convey provided passphrase in subordinate call to
13203         pgg-decrypt-region.
13204
13205 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13206
13207         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13208         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13209         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13210         'passphrase' argument, so the passphrase can be managed externally
13211         and then passed in to the system.
13212
13213         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13214         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13215         so the passphrase cache can be used reliably with identifiers
13216         besides a pgp packet's key id.
13217
13218         * pgg-gpg.el (pgg-gpg-encrypt-region)
13219         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13220         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13221         these routines, so the passphrase can be managed externally and
13222         passed in to the system.
13223
13224         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13225         'notruncate' argument, so the passphrase cache can be used
13226         reliably with identifiers besides a pgp packet's key id.
13227
13228 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13229
13230         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13231         symmetric encryption.
13232         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13233         encrypted session key.
13234         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13235         message ask for the passphrase in a proper way.
13236
13237         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13238         New user commands for symmetric encryption.
13239
13240 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13243
13244         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13245
13246 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13247
13248         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13249
13250 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * mm-decode.el (mm-inlined-types): Add application/pgp.
13253         (mm-automatic-display): Ditto.
13254
13255         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13256         part as text.
13257
13258 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * nnrss.el: Update copyright.
13261         (nnrss-opml-import): Query whether to subscribe to each entry.
13262
13263         * gnus-art.el:
13264         * gnus-sum.el:
13265         * gnus-xmas.el:
13266         * messagexmas.el:
13267         * mm-uu.el:
13268         * mm-view.el: Update copyright.
13269
13270 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * message.el (message-info): New function.
13273         (message-mode-menu): Add it.
13274         Update copyright.
13275
13276         * ChangeLog: Fix and update copyright.
13277
13278 2006-01-13  Romain Francoise  <romain@orebokech.com>
13279
13280         * message.el (message-forward-subject-name-subject): Prefer the
13281         address to 'nowhere' if the sender has no name.
13282         Fix typo.  Update copyright year.
13283
13284 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-art.el (article-wash-html):
13287         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13288         (gnus-article-wash-html-with-w3m-standalone): New function.
13289
13290         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13291         mm-inline-text-html-render-with-w3m-standalone.
13292         (mm-text-html-washer-alist): Map w3m-standalone to
13293         gnus-article-wash-html-with-w3m-standalone.
13294         (mm-inline-text-html-render-with-w3m-standalone): New function.
13295
13296 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13299         Improve LaTeX.
13300
13301 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13304         (nnrss-request-article): Render text/plain parts as HTML.
13305
13306         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13307         the buffer.
13308
13309 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13312         custom definition of `gnus-posting-styles'.
13313
13314         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13315         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13316
13317 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13320         Use nntp for bug archive.
13321
13322 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13325         parts.
13326         (nnrss-normalize-date): New function converts ISO 8601 date into
13327         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13328         (nnrss-check-group): Use it.
13329
13330 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13333
13334         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13335         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13336         (nnrss-insert-w3): Ditto.
13337
13338 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13341         the articles to be forwarded including the case where neither a
13342         number of articles nor a region is specified.
13343
13344 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * nnrss.el (nnrss-request-article): Fix last change; fill
13347         text/plain parts.
13348
13349 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13352         in text/plain part.
13353         (nnrss-check-group): Don't add excessive newline to dc:subject.
13354
13355 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13356
13357         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13358         article.
13359
13360 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13363         (nnml-use-compressed-files, nnml-save-mail): Support other
13364         comression programs such as bzip2.
13365
13366 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * dns.el (query-dns): Make sure we check the buffer size before
13369         removing tcp headers.
13370
13371 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13374         remove MIME buttons associated with multipart/alternative parts.
13375         (gnus-mime-display-alternative): Tag buttons using `article-type'
13376         text property.
13377
13378         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13379         associated with multipart/alternative parts.
13380
13381         * gnus-art.el (gnus-signature-separator): Fix custom type.
13382
13383         * mm-decode.el (mm-inlined-types): Fix custom type.
13384         (mm-keep-viewer-alive-types): Ditto.
13385         (mm-automatic-display): Ditto.
13386         (mm-attachment-override-types): Ditto.
13387         (mm-inline-override-types): Ditto.
13388         (mm-automatic-external-display): Ditto.
13389
13390 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * spam-report.el (spam-report-user-mail-address)
13393         (spam-report-user-agent): New variables.
13394         (spam-report-url-ping-plain): Use spam-report-user-agent.
13395
13396 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13397
13398         * gnus-art.el (gnus-button-handle-custom): Do not just use
13399         `customize-apropos' for any "M-x customize-*" button but the
13400         function called for.  Accept both the function name and its
13401         argument in order to achieve this.
13402         (gnus-button-alist): Remove support for "custom:" URL's.
13403         Pass function name to `gnus-button-handle-custom' in case of "M-x
13404         customize-*" buttons.
13405
13406 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13409         multipart/alternative and add xref to mm-discouraged-alternatives
13410         in doc string.
13411
13412         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13413         gnus-buttonized-mime-types in doc string.
13414
13415 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13418         Suggest image/.* in the doc string.
13419
13420 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13423         message-marks (Debian bug #342521).
13424
13425 2005-12-12  Simon Josefsson  <jas@extundo.com>
13426
13427         * password.el (password-read-from-cache): Add.
13428         (password-read): Use it.
13429
13430 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * rfc2047.el (rfc2047-charset-to-coding-system):
13433         Recognize us-ascii as a MIME charset.
13434
13435         * mm-bodies.el (mm-decode-content-transfer-encoding):
13436         Protect against the case where the 2nd arg TYPE is nil.
13437
13438 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * pop3.el (pop3-stream-type): Fix custom version.
13441
13442         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13443
13444 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13445
13446         * mm-decode.el (mm-display-external): Add missing cdr.
13447
13448 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13451         RFC1524) if it is in mailcap or add a suffix according to
13452         mailcap-mime-extensions when generating a temp filename; postpone
13453         deleting a temp file for 2 seconds for some wrappers, shell
13454         scripts, and so on, which might exit right after having started a
13455         viewer command as a background job.
13456
13457 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * nntp.el (nntp-marks-directory): Fix custom group.
13460
13461         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13462         steps when < 10.
13463
13464         * gnus-start.el (gnus-no-server-1):
13465         Mention `gnus-level-default-subscribed' in doc string.
13466
13467 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13468
13469         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13470         parens.
13471
13472 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-xmas.el (gnus-use-toolbar): Revert.
13475         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13476         gnus-use-toolbar is default.
13477
13478         * messagexmas.el (message-use-toolbar): Revert.
13479         (message-setup-toolbar): Use global default-toolbar if
13480         message-use-toolbar is default.
13481
13482 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13485         according to default-toolbar-visible-p.
13486
13487         * messagexmas.el (message-use-toolbar): Ditto.
13488
13489 2005-11-26  Dave Love  <fx@gnu.org>
13490
13491         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13492         (tls-program, tls-success): Provide openssl alternative.
13493
13494         * starttls.el: Doc fixes.
13495         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13496         SERVICE to PORT.
13497
13498         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13499         port null or service name.
13500         (starttls-negotiate): Autoload.
13501
13502 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * message.el (message-kill-to-signature): Fix interactive spec.
13505
13506 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * pop3.el (pop3-open-server): Recognize a string as a service name.
13509
13510 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13511
13512         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13513
13514 2005-11-23  Dave Love  <fx@gnu.org>
13515
13516         Add pop3s, pop3/starttls.
13517
13518         * pop3.el (pop3-authentication-scheme): Clarify doc.
13519         (open-tls-stream, starttls-open-stream): Autoload.
13520         (pop3-stream-type): New.
13521         (pop3-open-server): Use it.
13522
13523         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13524         for POP.
13525         (mail-source-keyword-map): Add :stream for POP.
13526         (mail-source-fetch-pop): Use pop3-stream-type.
13527
13528 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13531         of current-time-string.
13532
13533 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13534
13535         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13536         date header.
13537
13538 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13539
13540         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13541         it can seriously impact performance as it bypasses the agent's
13542         local caches.
13543
13544 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13545
13546         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13547         must be explicitly online rather than "not explicitly offline" for
13548         its flags to be synchronized.
13549
13550         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13551         that gnus-uu-unmark-thread will function correctly.
13552
13553         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13554         1024K is instead displayed as 1M.
13555
13556 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13557
13558         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13559
13560 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13561
13562         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13563
13564 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13565
13566         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13567         error message to display actual error condition.
13568         (gnus-agent-save-local): Avoid saving symbols that are bound to
13569         nil as they simply result in a warning message in
13570         gnus-agent-read-local.
13571
13572 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13575         rather than make-variable-buffer-local for file-precious-flag.
13576
13577 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13578
13579         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13580         for duplicates which are removed.  The invalid sort check then
13581         triggers a rescan after the sort as sorting may have moved
13582         duplicate entries such that they can be cheaply detected.
13583
13584 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13587
13588 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13589
13590         * gnus-agent.el (gnus-agent-article-alist-save-format):
13591         Change internal variable to a custom variable.  Change default value
13592         from compressed(2) to uncompressed(1).
13593         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13594         support for uncompressed agentview files.  Taken together, reading
13595         the agentview file should now be 6-7 times faster.
13596
13597 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13598
13599         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13600         as a buffer-local variable.  This avoids creating truncated
13601         dribble files as a result of a hang up, eg.
13602
13603 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13604
13605         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13606         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13607         XEmacs.
13608
13609 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * gnus-start.el (gnus-start-draft-setup):
13612         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13613
13614         * gnus.el (gnus-splash): Change custom group.
13615         (gnus-group-get-parameter, gnus-group-parameter-value):
13616         Describe allow-list argument.
13617
13618         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13619         string.
13620
13621 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gnus-art.el (gnus-default-article-saver): Add user-defined
13624         `function' to custom type.
13625
13626 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13627
13628         * imap.el (imap-open): Handle case where buffer is a buffer
13629         object.
13630
13631 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13632
13633         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13634         long lines.
13635         (gnus-cache-delete-group): Wrap doc strings.
13636
13637         * gnus-agent.el (gnus-agent-rename-group)
13638         (gnus-agent-delete-group): Wrap doc strings.
13639
13640 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * messagexmas.el (message-use-toolbar): Change the valid values
13643         into default, top, bottom, left, and right.
13644         (message-toolbar-thickness): New variable.
13645         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13646         well.
13647         (message-setup-toolbar): Make it work.
13648
13649         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13650         (gnus-use-toolbar): Change the valid values into default, top,
13651         bottom, left, and right.
13652         (gnus-toolbar-thickness): New variable.
13653         (gnus-xmas-setup-toolbar): New function.
13654         (gnus-xmas-setup-group-toolbar): Use it.
13655         (gnus-xmas-setup-summary-toolbar): Use it.
13656
13657 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13658
13659         * gnus-start.el (gnus-1): Add "native" to
13660         gnus-predefined-server-alist.
13661
13662         * gnus.el (gnus-method-to-server): Don't add "native" to the
13663         lists here, because that leads to problems when
13664         gnus-select-method is bound.
13665
13666 2005-11-09  Simon Josefsson  <jas@extundo.com>
13667
13668         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13669         use (not sort-by-date) instead.
13670
13671 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13672
13673         * gnus-delay.el (gnus-delay-group): Don't autoload.
13674         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13675         to be re-loaded when customizing the `gnus-delay' group.
13676
13677 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13678
13679         * message.el: Revert last changes.
13680         (message-insert-citation-line): Use newlines.
13681
13682 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13683
13684         * message.el (message-courtesy-message)
13685         (message-mark-insert-begin, message-mark-insert-end)
13686         (message-elide-ellipsis, message-cancel-message)
13687         (message-add-header, message-change-subject)
13688         (message-cross-post-followup-to-header)
13689         (message-cross-post-insert-note, message-reduce-to-to-cc)
13690         (message-widen-reply, message-delete-not-region)
13691         (message-kill-to-signature, message-insert-signature)
13692         (message-insert-importance-high, message-insert-importance-low)
13693         (message-insert-or-toggle-importance)
13694         (message-insert-disposition-notification-to)
13695         (message-indent-citation, message-yank-original)
13696         (message-cite-original-without-signature, message-cite-original)
13697         (message-insert-citation-line, message-position-on-field)
13698         (message-fix-before-sending, message-send-mail-partially)
13699         (message-send-mail, message-send-mail-with-sendmail)
13700         (message-send-mail-with-qmail, message-send-news)
13701         (message-check-news-header-syntax, message-generate-headers)
13702         (message-insert-courtesy-copy, message-fill-address)
13703         (message-fill-header, message-shorten-references)
13704         (message-setup-1, message-cancel-news)
13705         (message-forward-make-body-plain, message-forward-make-body-mime)
13706         (message-forward-make-body-mml, message-encode-message-body)
13707         (message-forward-make-body-digest-plain)
13708         (message-forward-make-body-digest-mime)
13709         (message-use-alternative-email-as-from): Insert `hard-newline'
13710         instead of ordinary newlines.
13711
13712 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * message.el (message-generate-headers): Downcase the argument
13715         given to message-check-element.
13716
13717 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13718
13719         * nntp.el (nntp-authinfo-rejected): New error condition.
13720         (nntp-wait-for): Use new error condition to signal authentication
13721         error.
13722         (nntp-retrieve-data): Rethrow new error condition to break out of
13723         recursive call to nntp-send-authinfo.
13724
13725 2005-11-08  Romain Francoise  <romain@orebokech.com>
13726
13727         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13728         (gnus-summary-exit-map): Bind to `Z p'.
13729         (gnus-summary-make-menu-bar): Add menu item.
13730
13731 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13734         (gnus-treat-*): Add `first' in all doc strings.
13735
13736         * gnus-group.el (gnus-group-compact-group): Fix typo.
13737
13738 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus.el (gnus-parameters-case-fold-search): New variable.
13741         (gnus-parameters-get-parameter): Use it.
13742
13743         * gnus-score.el (gnus-home-score-file): Doc fix.
13744
13745 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13746
13747         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13748
13749 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * mm-util.el (mm-special-display-p): New function.
13752
13753         * mml.el (mml-preview): Use it; doc fix.
13754
13755 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13756
13757         * imap.el (imap-open): Handle case where buffer is a buffer object.
13758
13759 2005-10-29  Romain Francoise  <romain@orebokech.com>
13760
13761         * message.el (message-fix-before-sending): Fix comment.
13762
13763 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13764
13765         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13766
13767 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13768
13769         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13770         Used in gnus-score.el.
13771
13772 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13775
13776 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13779         whitespace removed in revision 7.8.  Use concatenated string to
13780         protect trailing whitespace.
13781
13782 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13783
13784         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13785         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13786         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13787         Courier IMAP ("some version from 2004").  Mostly based on similar
13788         code in the same function.
13789
13790 2005-10-26  Didier Verna  <didier@xemacs.org>
13791
13792         * gnus-group.el (gnus-group-compact-group): Invalidate original
13793         article buffer.
13794         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13795         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13796         NOV database and in article itself.
13797         Invalidate article backlog.
13798
13799 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13802
13803 2005-10-26  Simon Josefsson  <jas@extundo.com>
13804
13805         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13806         part of 2004-07-25 change.
13807
13808 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * message.el (message-display-completion-list): New function.
13811         (message-expand-group): Use it; make sure the Completions buffer
13812         is modifiable.
13813 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13814
13815         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13816         user-mail-name is an empty string.
13817
13818 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13821         depending on gnus-score-decay-constant.
13822
13823         * encrypt.el (encrypt-insert-file-contents)
13824         (encrypt-write-file-contents): Don't use `gnus-message'.
13825
13826         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13827         arguments.
13828         (mm-uu-type-alist): Add message-marks and insert-marks.
13829         Pass arguments to mm-uu-verbatim-marks-extract.
13830         (mm-uu-hide-markers): New variable.
13831         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13832
13833         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13834         (gnus-convert-image-to-face-command): Use "convert" by default to
13835         allow other input image formats.
13836         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13837         accordingly.
13838
13839 2005-10-23  Simon Josefsson  <jas@extundo.com>
13840
13841         * imap.el (imap-gssapi-program): Align command line parameters
13842         with latest GNU SASL.
13843         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13844
13845 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13846
13847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13848         HTML.
13849         (nnslashdot-request-article): Ditto.
13850
13851         * lpath.el (featurep): Add nobreak-char-display.
13852
13853 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13854
13855         * mail-source.el (mail-source-fetch-pop): Require pop3.
13856         (mail-source-check-pop): Ditto.
13857
13858 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13861         errors.
13862
13863 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13866         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13867
13868         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13869
13870         * mm-bodies.el (mm-decode-string):
13871         Call `mm-charset-to-coding-system' with allow-override argument.
13872
13873 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13876         (rfc2047-charset-to-coding-system): New function.
13877         (rfc2047-decode-encoded-words): New function.
13878         (rfc2047-decode-region): Use them.
13879         (rfc2047-decode-cte): Remove.
13880         (rfc2047-parse-and-decode): Remove.
13881         (rfc2047-decode): Remove.
13882
13883 2005-10-15  Kenichi Handa  <handa@m17n.org>
13884
13885         * rfc2047.el (rfc2047-decode-cte): New function.
13886         (rfc2047-decode-region): Change the way to decode successive
13887         encoded-words: decode B- or Q-encoding in each encoded-word,
13888         concatenate them, and decode it as charset.
13889
13890 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * lpath.el: Fbind codepage-setup for XEmacs.
13893
13894 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13895
13896         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13897         widget-move-and-invoke.
13898         (gnus-custom-mode): Use gnus-custom-map.
13899
13900 2005-10-15  Bill Wohler  <wohler@newt.com>
13901
13902         * message.el (message-tool-bar-map): Rename image file from
13903         mail_send to mail/send.
13904
13905 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13906
13907         * message.el (message-expand-group): Pass the common
13908         prefix substring of completion to `display-completion-list'.
13909
13910 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * mml-sec.el (mml-secure-method): New internal variable.
13913         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13914         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13915         New functions using mml-secure-method.
13916
13917         * mml.el (mml-mode-map): Add key bindings for those functions.
13918         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13919         Harder <harder@myrealbox.com>.
13920         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13921         Goto end of message if point is the headers of the message.
13922
13923         * message.el (message-in-body-p): New function.
13924
13925         * assistant.el: Autoload gnus-util and netrc.
13926
13927         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13928         Use `mm-charset-override-alist' only when decoding.
13929
13930         * mm-bodies.el (mm-decode-body):
13931         Call `mm-charset-to-coding-system' with allow-override argument.
13932
13933         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13934         `filename' from Content-Disposition if Content-Type doesn't
13935         provide `name'.
13936         (gnus-mime-view-part-as-type): Set default instead of
13937         initial-input.
13938
13939 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13940
13941         * format-spec.el (format-spec): Propagate text properties of % spec.
13942
13943 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-art.el (gnus-treat-predicate): Add `first'.
13946
13947 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13950         (mm-charset-override-alist): New variable.
13951         (mm-charset-to-coding-system): Use it.
13952         (mm-codepage-setup): New helper function.
13953         (mm-charset-eval-alist): New variable.
13954         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13955         Warn about unknown charsets.
13956
13957         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13958
13959 2005-10-04  David Hansen  <david.hansen@gmx.net>
13960
13961         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13962         (nnrss-check-group): Ditto.
13963
13964 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13967         Rename x-gnus-verbatim to x-verbatim.
13968         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13969
13970         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13971         x-verbatim.
13972
13973         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13974
13975         * gnus-util.el (gnus-remove-duplicates): Remove.
13976
13977         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13978         instead of gnus-remove-duplicates.
13979
13980         * message.el (message-remove-duplicates): Remove.
13981         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13982         message-remove-duplicates.
13983
13984         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13985         available, else use implementation from `delete-dups'.
13986
13987         * message.el (message-insert-expires): New function.
13988         (message-mode-map): Add key binding.
13989         (message-mode-field-menu): Add menu entry.
13990         (message-mode): Document it.
13991         (message-make-expires-date): Use `message-make-date'.
13992
13993 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13994
13995         * message.el (message-make-expires-date): New function.
13996
13997 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * Makefile.in (list-installed-shadows): New entry.
14000         (install): Use it.
14001         (remove-installed-shadows): New entry.
14002
14003         * dgnushack.el (dgnushack-default-load-path): New variable.
14004         (dgnushack-find-lisp-shadows): New function.
14005         (dgnushack-remove-lisp-shadows): New function.
14006
14007 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * Makefile.in (install-el-elc): New entry.
14010         (install): Use it so that .el files are necessarily installed.
14011
14012 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14015
14016 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14017
14018         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14019         function rather than the diff-mode.el package.
14020         (mm-display-external): Use with-current-buffer.
14021         (mm-viewer-completion-map, mm-viewer-completion-map):
14022         Move initialization inside declaration.
14023
14024 2005-09-29  Simon Josefsson  <jas@extundo.com>
14025
14026         * spam.el: Load hashcash when compiling, to avoid warnings.
14027         Don't autoload mail-check-payment.
14028         (spam-check-hashcash): Define unconditionally, since hashcash.el
14029         is part of Gnus now.  Ignore errors from payment checking.
14030
14031 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * message.el (message-bold-region, message-unbold-region):
14034         Rename from `bold-region' and `unbold-region'.
14035
14036         * message.el: Remove useless autoloads.
14037
14038 2005-09-28  Simon Josefsson  <jas@extundo.com>
14039
14040         * message.el (message-use-idna): Default to t.
14041         (message-use-idna): Test whether encoding works too.  Doc fix.
14042
14043 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * nntp.el (nntp-warn-about-losing-connection): Remove.
14046
14047 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14050         customizable.  Change default value.
14051         (mm-uu-diff-groups-regexp): Change default value.
14052         (mm-uu-type-alist): Add doc string.
14053         (mm-uu-configure): Add doc string.  Make it interactive.
14054         (mm-uu-tex-groups-regexp): New variable.
14055         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14056         (mm-uu-type-alist): Add LaTeX documents.
14057         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14058         of "text/verbatim".
14059         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14060
14061         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14062         instead of "text/verbatim".
14063
14064         * message.el (message-mark-inserted-region)
14065         (message-mark-insert-file): Use slrn style marks when called with
14066         prefix argument.
14067
14068 2005-09-27  Simon Josefsson  <jas@extundo.com>
14069
14070         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14071
14072 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14073
14074         * message.el (message-remove-duplicates): New function.
14075         Implementation borrowed from `gnus-remove-duplicates'.
14076         (message-idna-to-ascii-rhs): Also encode idna addresses in
14077         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14078         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14079         only ask about the same idna domain once per header and also tell
14080         in what header to replace the idna domain.
14081
14082         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14083         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14084         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14085         a header is decoded and not just the last one.
14086
14087 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14090         has been decoded.
14091
14092         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14093         (mm-insert-part): Don't modify text if it has been decoded.
14094
14095         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14096         decoded.
14097
14098         * mm-view.el (mm-inline-text): Don't strip text props unless
14099         decoding enriched or richtext parts.
14100
14101 2005-09-25  Romain Francoise  <romain@orebokech.com>
14102
14103         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14104         * gnus-start.el (gnus-subscribe-interactively):
14105         * gnus-uu.el (gnus-uu-grab-articles):
14106         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14107         space.
14108
14109 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14110
14111         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14112         * mm-view.el (mm-view-pkcs7-decrypt):
14113         * gnus-sum.el (gnus-summary-limit-to-extra)
14114         (gnus-summary-respool-article, gnus-read-move-group-name):
14115         * gnus-score.el (gnus-summary-increase-score):
14116         * gnus-util.el (gnus-completing-read-with-default):
14117         * gnus-art.el (gnus-read-save-file-name)
14118         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14119         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14120         * message.el (message-check-news-header-syntax):
14121         Follow convention for reading with the minibuffer.
14122
14123 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * spam-report.el (spam-report-url-ping-plain):
14126         Use gnus-extended-version as User-Agent.
14127
14128         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14129         default value is nil.
14130
14131         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14132         (mm-uu-verbatim-marks-extract): New function.
14133         (mm-uu-extract): New face.
14134         (mm-uu-copy-to-buffer): Use it.
14135
14136         * spam-report.el (spam-report-gmane-ham): Rename from
14137         `spam-report-gmane-unspam'.
14138         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14139         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14140
14141         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14142         Autoload.
14143         (spam-report-gmane-unregister-routine):
14144         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14145
14146 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14147
14148         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14149         (spam-report-gmane-unregister-routine): Add support for gmane
14150         unregistration.
14151
14152         * spam-report.el (spam-report-gmane-unspam)
14153         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14154         (spam-report-gmane): Change to take a single article and do unspam
14155         registration.
14156
14157 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * mm-url.el (mm-url-decode-entities): Fix regexp.
14160
14161 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14162
14163         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14164         default to nil, to be able to use Gnus at all.  If the default
14165         switches to something else, then the function should be fixed not
14166         be exceedingly slow.
14167
14168 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14169
14170         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14171         fail hard.
14172
14173         * spam-report.el: Add better Keywords line.
14174
14175         * spam.el: Add Maintainer and better Keywords line.
14176
14177 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * gnus-art.el (gnus-article-replace-part)
14180         (gnus-mime-replace-part): New functions.
14181         (gnus-mime-action-alist, gnus-mime-button-commands)
14182         (gnus-mime-save-part-and-strip): Add file argument.
14183         (gnus-article-part-wrapper): Add interactive argument.
14184
14185         * gnus-sum.el (gnus-summary-mime-map):
14186         Add `gnus-article-replace-part'.
14187
14188 2005-09-19  Didier Verna  <didier@xemacs.org>
14189
14190         The nnml compaction feature:
14191         * nnml.el (nnml-request-compact-group): New function.
14192         * nnml.el (nnml-request-compact): New function.
14193         * gnus-int.el (gnus-request-compact-group): New function.
14194         * gnus-int.el (gnus-request-compact): New function.
14195         * gnus-group.el (gnus-group-compact-group): New function.
14196         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14197         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14198         * gnus-srvr.el (gnus-server-compact-server): New function.
14199         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14200         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14201
14202 2005-09-18  Deepak Goel  <deego@gnufans.org>
14203
14204         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14205         format spec.
14206
14207 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14210
14211 2005-09-15  Romain Francoise  <romain@orebokech.com>
14212
14213         * message.el (message-fill-paragraph): Clarify docstring.
14214
14215 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-art.el (gnus-mime-display-part): Protect against broken
14218         MIME messages.
14219
14220 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14223         before parsing header.
14224
14225 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14226
14227         * html2text.el (html2text-replace-list): Add new entities.
14228
14229 2005-09-11  Romain Francoise  <romain@orebokech.com>
14230
14231         * message.el (message-alternative-emails): Improve docstring.
14232         (message-setup-1): Call `message-use-alternative-email-as-from'
14233         after `message-setup-hook' to give it precedence over posting
14234         styles, etc.
14235         (message-use-alternative-email-as-from): Add docstring.
14236         Remove the original From header if present.
14237
14238         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14239         (nnml-save-mail): Use it.
14240
14241         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14242         articles.  Add new argument `silent'.
14243         (gnus-uu-mark-all): Report the total number of marked articles.
14244
14245 2005-09-10  Romain Francoise  <romain@orebokech.com>
14246
14247         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14248         (gnus-uu-mark-series): Likewise.
14249
14250 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * spam-report.el (spam-report-gmane): Fix generation of spam
14253         report URL.
14254
14255 2005-09-10  Simon Josefsson  <jas@extundo.com>
14256
14257         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14258         t, based on discussion on the ding list with Robert Epprecht
14259         <epprecht@solnet.ch>.
14260
14261 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14262
14263         * spam-report.el (spam-report-gmane): Make it work without
14264         X-Report-Spam header.  Gmane now only provides Archived-At.
14265         This is only used if `spam-report-gmane-use-article-number' is nil.
14266         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14267
14268         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14269         make `gnus-summary-sort-by-recipient' work with threading.
14270
14271         * nnweb.el (nnweb-google-wash-article): Print a message if article
14272         is not available.
14273
14274 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14275
14276         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14277         change.  Decode text/* parts content before displaying.
14278
14279 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14282
14283 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14286
14287         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14288         url-package-name, url-package-version,
14289         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14290         w3m-display-inline-images, and w3m-minor-mode-map.
14291
14292 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * message.el (message-tab-body-function): Fix mismatched custom type.
14295
14296         * gnus.el (gnus-group-change-level-function): Ditto.
14297
14298         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14299
14300         * gnus-art.el (gnus-signature-limit)
14301         (gnus-article-mime-part-function): Ditto.
14302
14303 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * mml.el (mml-mode): Silence the byte compiler.
14306
14307         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14308         using `(sit-for 0)' before moving the point to the specified part;
14309         skip unbuttonized parts.
14310         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14311         return to the summary window if gnus-auto-select-part is non-nil.
14312
14313 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14316         New variables.
14317         (mml-dnd-attach-file, mml-mode): Use them.
14318
14319         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14320         Make fetching article by MID work again for Google Groups.
14321         Add FIXME concerning gnus-group-make-web-group.
14322
14323         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14324         Don't depend on Gnus by using mail-extract-address-components if
14325         gnus-extract-address-components is not bound.
14326
14327 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14328
14329         * gnus-art.el (gnus-mime-display-security): Don't display the
14330         signature, but only the signed part.
14331
14332 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14335
14336         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14337         list, not listp.
14338
14339 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14340
14341         * mm-encode.el (mm-encode-content-transfer-encoding):
14342         Likewise when encoding.
14343
14344         * mm-bodies.el (mm-decode-content-transfer-encoding):
14345         De-canonicalize CRLF for all text content types, not just
14346         text/plain.
14347
14348 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14351         valid article; point arrow and cursor at the MIME button.
14352
14353 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14356         Suggested by Dan Christensen <jdc@uwo.ca>.
14357
14358         * mm-decode.el (mm-save-part): Enable change of prompt.
14359
14360 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14361
14362         * gnus-msg.el (gnus-inews-add-send-actions):
14363         Make `message-post-method' lambda parameter ARG `&optional'.
14364
14365 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-sum.el (gnus-summary-mime-map):
14368         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14369         gnus-article-jump-to-part.
14370
14371         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14372         (gnus-article-edit-part): Use it.
14373         (gnus-article-part-wrapper): Add no-handle argument.
14374         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14375         New functions.
14376
14377 2005-08-29  Romain Francoise  <romain@orebokech.com>
14378
14379         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14380         docstring.
14381         (gnus-face-from-file): Likewise.
14382
14383 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14386         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14387         non-nil.
14388         (gnus-auto-select-part): New variable.
14389         (gnus-article-jump-to-part): New function.
14390         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14391         (gnus-mime-delete-part): Allow selecting specified part after
14392         deleting or stripping parts.
14393         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14394         part if argument is bogus.
14395
14396 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14397
14398         * gnus-art.el (w3m-minor-mode-map):
14399         * gnus-spec.el (gnus-newsrc-file-version):
14400         * gnus-util.el (nnmail-active-file-coding-system)
14401         (gnus-original-article-buffer, gnus-user-agent):
14402         * gnus.el (gnus-ham-process-destinations)
14403         (gnus-parameter-ham-marks-alist)
14404         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14405         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14406         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14407         * mm-decode.el (gnus-current-window-configuration):
14408         * mm-extern.el (gnus-article-mime-handles):
14409         * mm-url.el (url-current-object, url-package-name)
14410         (url-package-version):
14411         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14412         (smime-keys, w3m-cid-retrieve-function-alist)
14413         (w3m-current-buffer, w3m-display-inline-images)
14414         (w3m-minor-mode-map):
14415         * mml-smime.el (gnus-extract-address-components):
14416         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14417         (gnus-newsrc-hashtb, message-default-charset)
14418         (message-deletable-headers, message-options)
14419         (message-posting-charset, message-required-mail-headers)
14420         (message-required-news-headers):
14421         * mml1991.el (mc-pgp-always-sign):
14422         * mml2015.el (mc-pgp-always-sign):
14423         * nnheader.el (nnmail-extra-headers):
14424         * rfc1843.el (gnus-decode-encoded-word-function)
14425         (gnus-decode-header-function, gnus-newsgroup-name):
14426         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14427
14428 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14429
14430         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14431         the end of the date treatments.
14432
14433 2005-08-15  Simon Josefsson  <jas@extundo.com>
14434
14435         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14436         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14437         Capello and Romain Francoise.
14438         (pgg-fetch-key-function): Remove, not used?
14439         (pgg-insert-url-with-w3): Require url, to get
14440         url-insert-file-contents regardless of where it is defined.
14441
14442 2005-08-13  Romain Francoise  <romain@orebokech.com>
14443
14444         * message.el (message-cite-original-1): New function.
14445         (message-cite-original): Use it.
14446         (message-cite-original-without-signature): Ditto.
14447
14448 2005-08-08  Romain Francoise  <romain@orebokech.com>
14449
14450         * message.el (message-yank-empty-prefix): New variable.
14451         (message-indent-citation): Use it.
14452         (message-cite-original-without-signature): Respect X-No-Archive.
14453
14454 2005-08-08  Simon Josefsson  <jas@extundo.com>
14455
14456         * pgg.el: Autoload url-insert-file-contents instead of loading
14457         w3/url.
14458         (pgg-insert-url-with-w3): Don't load url here.
14459
14460 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14461
14462         * message.el (message-kill-to-signature): Don't insert newline at
14463         bol.
14464         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14465
14466 2005-08-06  Romain Francoise  <romain@orebokech.com>
14467
14468         * message.el (message-user-fqdn): Fix typo in docstring.
14469
14470 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14471
14472         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14473
14474         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14475
14476 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * mm-bodies.el (mm-encode-body): Use coding system rather than
14479         charset to encode text.
14480
14481         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14482         number of charsets if utf-8 is available (XEmacs).
14483
14484 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14487         taken from `gnus-button-mid-or-mail-regexp'.
14488         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14489         (gnus-button-alist): Improve regexp for domain part of the MIDs
14490         for news:localpart@domain buttons.
14491         (gnus-button-ctan-directory-regexp): Update.
14492
14493 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * sieve-manage.el (sieve-manage-interactive-login):
14496         Use make-local-variable rather than make-variable-buffer-local.
14497         (sieve-manage-open): Ditto.
14498         (sieve-manage-authenticate): Ditto.
14499
14500         * mml.el (mml-generate-mime-1): Make the content type default to
14501         text/plain if the filename is not specified.
14502
14503 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14506         instead of insert-buffer.
14507
14508         * message.el (message-yank-original): Ditto; set the mark at the
14509         end of the yanked message.
14510
14511 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14514         lines to scroll rather than to stop it.
14515
14516         * mml.el (mml-generate-default-type): Add doc string.
14517         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14518         default to application/octet-stream when determining the content
14519         type if it is not specified for the part or the mml contents; add
14520         a comment about mml-generate-default-type.
14521
14522 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14525         make it default to application/octet-stream when determining the
14526         content type if it is not specified for the external contents.
14527
14528 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14531         segmented parameter but also other parameters might be there.
14532
14533 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * mm-decode.el (mm-display-external): Delete temp file, directory
14536         and buffer immediately if the external process is exited.
14537
14538 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14541         fewer lines than that of scroll-margin.
14542         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14543
14544 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-art.el (gnus-article-next-page): Revert.
14547         (gnus-article-beginning-of-window): New macro.
14548         (gnus-article-next-page-1): Use it.
14549         (gnus-article-prev-page): Ditto.
14550         (gnus-article-edit-part): Use insert-buffer-substring instead of
14551         insert-buffer.
14552         (gnus-article-edit-exit): Ditto.
14553
14554         * gnus-util.el (gnus-beginning-of-window): Remove.
14555         (gnus-end-of-window): Remove.
14556
14557         * lpath.el: Don't bind header-line-format and scroll-margin.
14558
14559 2005-07-25  Simon Josefsson  <jas@extundo.com>
14560
14561         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14562         to have the url package without w3.  Reported by Daiki Ueno
14563         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14564
14565 2005-07-20  Didier Verna  <didier@xemacs.org>
14566
14567         * gnus-diary.el: Remove the description comment (nndiary is now
14568         properly documented in the Gnus manual).
14569         Fix the spelling of "Back End".
14570         * nndiary.el: Ditto.
14571         Fix the copyright notice.
14572
14573 2005-07-18  Romain Francoise  <romain@orebokech.com>
14574
14575         * gnus-sum.el (gnus-summary-to-prefix)
14576         (gnus-summary-newsgroup-prefix): New variables.
14577         (gnus-summary-from-or-to-or-newsgroups): Use them.
14578
14579 2005-07-17  Romain Francoise  <romain@orebokech.com>
14580
14581         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14582         space as it's generally not especially interesting to the user.
14583
14584 2005-07-16  Romain Francoise  <romain@orebokech.com>
14585
14586         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14587         nil to avoid prompting and file modification if one of the
14588         messages at the top of the nnfolder file contains a copyright
14589         notice.
14590         Update copyright notice.
14591
14592         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14593         instead of `current-time-string' as the latter creates a time
14594         string that is not RFC 2822 compliant (it lacks the zone).
14595         Update copyright notice.
14596
14597 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14598
14599         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14600         for text/rtf.  Display default in prompt.  Pass default for M-n.
14601
14602         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14603
14604 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14605
14606         * gnus-msg.el (gnus-button-mailto):
14607         Remove save-selected-window-window hackery because it relies on
14608         save-selected-window internals.
14609
14610 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14613         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14614         (gnus-article-prev-page): Ditto.
14615
14616         * gnus-util.el (gnus-beginning-of-window): New function.
14617         (gnus-end-of-window): New function.
14618
14619         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14620
14621 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14622
14623         * gnus-score.el (gnus-score-edit-all-score):
14624         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14625         gnus-message.
14626
14627 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628
14629         * gnus-msg.el (gnus-button-mailto):
14630         Remove save-selected-window-window hackery because it relies on
14631         save-selected-window internals.
14632
14633 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14636         add-minor-mode.
14637         (gnus-binary-mode): Ditto.
14638
14639         * gnus-topic.el (gnus-topic-mode): Ditto.
14640
14641 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14642
14643         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14644         (gnus-article-prev-page): Take scroll-margin into consideration.
14645
14646 2005-07-04  Lute Kamstra  <lute@gnu.org>
14647
14648         Update FSF's address in GPL notices.
14649
14650 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14651
14652         * gnus.el (gnus-exit):
14653         * gnus-group.el (gnus-group-icons):
14654         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14655
14656         * gnus-nocem.el (gnus-nocem):
14657         * message.el (message-various, message-buffers, message-sending)
14658         (message-interface, message-forwarding, message-insertion)
14659         (message-headers, message-news, message-mail):
14660         * pgg-gpg.el (pgg-gpg):
14661         * pgg-parse.el (pgg-parse):
14662         * pgg-pgp.el (pgg-pgp):
14663         * pgg-pgp5.el (pgg-pgp5):
14664         * pop3.el (pop3): Finish `defgroup' description with period.
14665
14666 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-art.el (article-display-face): Improve the efficiency.
14669         (article-display-x-face): Ditto; remove grey x-face stuff.
14670
14671 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-art.el (article-display-face): Correct the position in
14674         which Faces are inserted.
14675
14676 2005-06-29  Didier Verna  <didier@xemacs.org>
14677
14678         * gnus-art.el (article-display-face): Display faces in correct
14679         order.
14680
14681 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14684         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14685         (gnus-nocem-check-article): Fetch the Type header.
14686         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14687         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14688         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14689         make sure gnus-nocem-hashtb is initialized.
14690         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14691         (gnus-nocem-unwanted-article-p): Ditto.
14692
14693         * pgg.el (pgg-verify): Return the verification result.
14694
14695 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14696
14697         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14698         is ascii.
14699
14700 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14701
14702         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14703         `show-nonbreak-escape'.
14704
14705 2005-06-23  Lute Kamstra  <lute@gnu.org>
14706
14707         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14708
14709         * dig.el (dig-mode):
14710         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14711
14712 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14713
14714         * nnimap.el (nnimap-split-download-body): Fix spellings.
14715
14716 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14717
14718         * gnus-art.el (gnus-article-encrypt-body):
14719         * gnus-cus.el (gnus-score-customize):
14720         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14721         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14722
14723 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14724
14725         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14726         header by looking for magic "MII" at the beginnig.
14727
14728 2005-06-16  Miles Bader  <miles@gnu.org>
14729
14730         * gnus-xmas.el (gnus-xmas-group-startup-message):
14731         Use renamed gnus-splash face.
14732
14733         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14734         (assistant-field-face): New backward-compatibility alias for renamed
14735         face.
14736         (assistant-render-text): Use renamed assistant-field face.
14737
14738         * spam.el (spam): Remove "-face" suffix from face name.
14739         (spam-face): New backward-compatibility alias for renamed face.
14740         (spam-face, spam-initialize): Use renamed spam face.
14741
14742         * message.el (message-header-to, message-header-cc)
14743         (message-header-subject, message-header-newsgroups)
14744         (message-header-other, message-header-name)
14745         (message-header-xheader, message-separator, message-cited-text)
14746         (message-mml): Remove "-face" suffix from face names.
14747         (message-header-to-face, message-header-cc-face)
14748         (message-header-subject-face, message-header-newsgroups-face)
14749         (message-header-other-face, message-header-name-face)
14750         (message-header-xheader-face, message-separator-face)
14751         (message-cited-text-face, message-mml-face):
14752         New backward-compatibility aliases for renamed faces.
14753         (message-font-lock-keywords): Use renamed message faces.
14754
14755         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14756         (sieve-test-commands, sieve-tagged-arguments):
14757         Remove "-face" suffix from face names.
14758         (sieve-control-commands-face, sieve-action-commands-face)
14759         (sieve-test-commands-face, sieve-tagged-arguments-face):
14760         New backward-compatibility aliases for renamed faces.
14761         (sieve-control-commands-face, sieve-action-commands-face)
14762         (sieve-test-commands-face, sieve-tagged-arguments-face):
14763         Use renamed sieve faces.
14764
14765         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14766         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14767         (gnus-group-news-3-empty, gnus-group-news-4)
14768         (gnus-group-news-4-empty, gnus-group-news-5)
14769         (gnus-group-news-5-empty, gnus-group-news-6)
14770         (gnus-group-news-6-empty, gnus-group-news-low)
14771         (gnus-group-news-low-empty, gnus-group-mail-1)
14772         (gnus-group-mail-1-empty, gnus-group-mail-2)
14773         (gnus-group-mail-2-empty, gnus-group-mail-3)
14774         (gnus-group-mail-3-empty, gnus-group-mail-low)
14775         (gnus-group-mail-low-empty, gnus-summary-selected)
14776         (gnus-summary-cancelled, gnus-summary-high-ticked)
14777         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14778         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14779         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14780         (gnus-summary-low-undownloaded)
14781         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14782         (gnus-summary-low-unread, gnus-summary-normal-unread)
14783         (gnus-summary-high-read, gnus-summary-low-read)
14784         (gnus-summary-normal-read, gnus-splash):
14785         Remove "-face" suffix from face names.
14786         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14787         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14788         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14789         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14790         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14791         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14792         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14793         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14794         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14795         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14796         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14797         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14798         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14799         (gnus-summary-normal-ticked-face)
14800         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14801         (gnus-summary-normal-ancient-face)
14802         (gnus-summary-high-undownloaded-face)
14803         (gnus-summary-low-undownloaded-face)
14804         (gnus-summary-normal-undownloaded-face)
14805         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14806         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14807         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14808         (gnus-splash-face):
14809         New backward-compatibility aliases for renamed faces.
14810         (gnus-group-startup-message): Use renamed gnus faces.
14811
14812         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14813         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14814         (gnus-server-agent): Remove "-face" suffix from face names.
14815         (gnus-server-agent-face, gnus-server-opened-face)
14816         (gnus-server-closed-face, gnus-server-denied-face)
14817         (gnus-server-offline-face):
14818         New backward-compatibility aliases for renamed faces.
14819         (gnus-server-agent-face, gnus-server-opened-face)
14820         (gnus-server-closed-face, gnus-server-denied-face)
14821         (gnus-server-offline-face): Use renamed gnus faces.
14822
14823         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14824         Remove "-face" suffix from face names.
14825         (gnus-picon-xbm-face, gnus-picon-face):
14826         New backward-compatibility aliases for renamed faces.
14827
14828         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14829         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14830         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14831         (gnus-cite-11): Remove "-face" suffix from face names.
14832         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14833         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14834         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14835         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14836         New backward-compatibility aliases for renamed faces.
14837         (gnus-cite-attribution-face, gnus-cite-face-list)
14838         (gnus-article-boring-faces): Use renamed gnus faces.
14839
14840         * gnus-art.el (gnus-signature, gnus-header-from)
14841         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14842         (gnus-header-content): Remove "-face" suffix from face names.
14843         (gnus-signature-face, gnus-header-from-face)
14844         (gnus-header-subject-face, gnus-header-newsgroups-face)
14845         (gnus-header-name-face, gnus-header-content-face):
14846         New backward-compatibility aliases for renamed faces.
14847         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14848
14849         * gnus-sum.el (gnus-summary-selected-face)
14850         (gnus-summary-highlight): Use renamed gnus faces.
14851         * gnus-group.el (gnus-group-highlight): Likewise.
14852
14853 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14854
14855         * gnus-sieve.el (gnus-sieve-article-add-rule):
14856         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14857         * spam-stat.el (spam-stat-buffer-change-to-spam)
14858         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14859
14860         * message.el (message-is-yours-p):
14861         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14862
14863 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * mm-view.el (mm-inline-text): Withdraw the last change.
14866
14867 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14870         executing enriched-decode.
14871
14872 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14875         charset of tar files.
14876
14877 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14878
14879         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14880
14881 2005-06-04  Lute Kamstra  <lute@gnu.org>
14882
14883         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14884         information is never recorded.
14885
14886 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14887
14888         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14889
14890 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * pop3.el (pop3-apop): Run md5 in the binary mode.
14893
14894         * starttls.el (starttls-set-process-query-on-exit-flag):
14895         Use eval-and-compile.
14896
14897 2005-05-31  Simon Josefsson  <jas@extundo.com>
14898
14899         * smime.el (smime-replace-in-string): Define.
14900         (smime-cert-by-ldap-1): Use it.
14901
14902 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-art.el (article-display-x-face): Replace
14905         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14906
14907         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14908         set-process-query-on-exit-flag or process-kill-without-query.
14909
14910         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14911         loop instead of replace-regexp.
14912
14913         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14914         instead of process-kill-without-query if it is available.
14915
14916         * lpath.el: Fbind ldap-search-entries.
14917
14918         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14919         instead of find-file-hooks if it is available.
14920
14921         * mml1991.el: Bind pgg-default-user-id when compiling.
14922
14923         * mml2015.el: Bind pgg-default-user-id when compiling.
14924
14925         * nndraft.el (nndraft-request-associate-buffer):
14926         Use write-contents-functions instead of write-contents-hooks if it is
14927         available.
14928
14929         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14930         instead of find-file-hooks if it is available.
14931
14932         * nntp.el (nntp-open-connection): Replace
14933         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14934         (nntp-open-ssl-stream): Ditto.
14935         (nntp-open-tls-stream): Ditto.
14936
14937         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14938         set-process-query-on-exit-flag or process-kill-without-query.
14939         (starttls-open-stream-gnutls): Use it instead of
14940         process-kill-without-query.
14941         (starttls-open-stream): Ditto.
14942
14943 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14944
14945         * smime.el (smime-cert-by-ldap-1): Don't use
14946         replace-regexp-in-string.
14947
14948 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14949
14950         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14951
14952         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14953         in PEM format.  Adjust to the XEmacs compability.
14954
14955 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14958         by `string-to-number'.
14959         * gnus-agent.el (gnus-agent-regenerate-group)
14960         (gnus-agent-fetch-articles): Ditto.
14961         * gnus-art.el (gnus-button-fetch-group): Ditto.
14962         * gnus-cache.el (gnus-cache-generate-active)
14963         (gnus-cache-articles-in-group): Ditto.
14964         * gnus-group.el (gnus-group-set-current-level)
14965         (gnus-group-insert-group-line): Ditto.
14966         * gnus-score.el (gnus-score-set-expunge-below)
14967         (gnus-score-set-mark-below, gnus-summary-score-effect)
14968         (gnus-summary-score-entry): Ditto.
14969         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14970         (gnus-soup-pack): Ditto.
14971         * gnus-spec.el (gnus-xmas-format): Ditto.
14972         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14973         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14974         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14975         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14976         * nndb.el (nndb-get-remote-expire-response): Ditto.
14977         * nndiary.el (nndiary-parse-schedule-value)
14978         (nndiary-string-to-number, nndiary-request-replace-article)
14979         (nndiary-request-article): Ditto.
14980         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14981         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14982         * nneething.el (nneething-make-head): Ditto.
14983         * nnfolder.el (nnfolder-request-article)
14984         (nnfolder-retrieve-headers): Ditto.
14985         * nnheader.el (nnheader-file-to-number): Ditto.
14986         * nnkiboze.el (nnkiboze-request-article): Ditto.
14987         * nnmail.el (nnmail-process-unix-mail-format)
14988         (nnmail-process-babyl-mail-format): Ditto.
14989         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14990         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14991         (nnmh-request-create-group, nnmh-request-list-1)
14992         (nnmh-request-group, nnmh-request-article): Ditto.
14993         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14994         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14995         * nnsoup.el (nnsoup-make-active): Ditto.
14996         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14997         * nntp.el (nntp-find-group-and-number)
14998         (nntp-retrieve-headers-with-xover): Ditto.
14999         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15000         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15001         (pgg-format-key-identifier): Ditto.
15002         * pop3.el (pop3-last, pop3-stat): Ditto.
15003         * qp.el (quoted-printable-decode-region): Ditto.
15004
15005         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15006         of concat.
15007
15008 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15011
15012         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15013
15014         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15015
15016         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15017
15018         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15019
15020         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15021
15022         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15023         (gnus-carpal-mode): Ditto.
15024
15025         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15026         (gnus-browse-mode): Ditto.
15027
15028         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15029
15030         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15031
15032 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15033
15034         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15035
15036 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-util.el (gnus-run-mode-hooks): New function.
15039
15040         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15041
15042         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15043         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15044
15045 2005-05-27  Lute Kamstra  <lute@gnu.org>
15046
15047         * dns-mode.el (dns-mode): Specify customization group.
15048
15049 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15050
15051         * gnus-agent.el (gnus-agent-make-mode-line-string):
15052         Use mode-line-highlight as mouse-face.
15053
15054 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * canlock.el (canlock): Change the parent group to news.
15057
15058         * deuglify.el (gnus-outlook-deuglify): Add :group.
15059
15060         * dig.el (dig): Add :group.
15061
15062         * dns-mode.el (dns-mode): Add :group.
15063
15064         * encrypt.el (encrypt): Add :group.
15065
15066         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15067         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15068         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15069         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15070         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15071
15072         * gnus-diary.el (gnus-diary): Add :group.
15073
15074         * gnus.el (gnus-group-news-1-face): Add :group.
15075         (gnus-group-news-1-empty-face): Ditto.
15076         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15077         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15078         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15079         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15080         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15081         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15082         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15083         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15084         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15085         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15086         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15087         (gnus-summary-high-ticked-face): Ditto.
15088         (gnus-summary-low-ticked-face): Ditto.
15089         (gnus-summary-normal-ticked-face): Ditto.
15090         (gnus-summary-high-ancient-face): Ditto.
15091         (gnus-summary-low-ancient-face): Ditto.
15092         (gnus-summary-normal-ancient-face): Ditto.
15093         (gnus-summary-high-undownloaded-face): Ditto.
15094         (gnus-summary-low-undownloaded-face): Ditto.
15095         (gnus-summary-normal-undownloaded-face): Ditto.
15096         (gnus-summary-high-unread-face): Ditto.
15097         (gnus-summary-low-unread-face): Ditto.
15098         (gnus-summary-normal-unread-face): Ditto.
15099         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15100         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15101
15102         * hashcash.el (hashcash): New custom group.
15103         (hashcash-default-payment): Add :group.
15104         (hashcash-payment-alist): Ditto.
15105         (hashcash-default-accept-payment): Ditto.
15106         (hashcash-accept-resources): Ditto.
15107         (hashcash-path): Ditto.
15108         (hashcash-extra-generate-parameters): Ditto.
15109         (hashcash-double-spend-database): Ditto.
15110         (hashcash-in-news): Ditto.
15111
15112         * message.el (message-minibuffer-local-map): Add :group.
15113
15114         * netrc.el (netrc): Add :group.
15115
15116         * sieve-manage.el (sieve-manage-log): Add :group.
15117         (sieve-manage-default-user): Diito.
15118         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15119         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15120         (sieve-manage-authenticators): Ditto.
15121         (sieve-manage-authenticator-alist): Ditto.
15122         (sieve-manage-default-port): Ditto.
15123
15124         * sieve-mode.el (sieve-control-commands-face): Add :group.
15125         (sieve-action-commands-face): Ditto.
15126         (sieve-test-commands-face): Ditto.
15127         (sieve-tagged-arguments-face): Ditto.
15128
15129         * smime.el (smime): Add :group.
15130
15131         * spam-report.el (spam-report): Add :group.
15132
15133         * spam.el (spam, spam-face): Add :group.
15134
15135 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15136
15137         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15138         return \n.\n.\n at the end of articles.  Protect against that.
15139         (nntp-with-open-group): Allow debugging.
15140
15141         * nnheader.el (mail-header-set-extra): Make into a function
15142         because I just could't understand how to quote the list properly.
15143
15144         * dns.el (query-dns-cached): New function.
15145
15146 2005-05-26  Lute Kamstra  <lute@gnu.org>
15147
15148         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15149
15150 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15153
15154         * gnus-art.el: Don't autoload mail-extract-address-components.
15155
15156         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15157         eval-and-compile to evaluate it.
15158
15159         * hashcash.el: Don't autoload executable-find.
15160
15161         * nndb.el: Don't declare the nndb back end two or more times; don't
15162         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15163
15164         * nntp.el: Autoload format-spec instead of format; use
15165         eval-and-compile to evaluate autoload forms.
15166
15167 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15168
15169         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15170
15171 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15172
15173         * gnus.el (gnus-version-number): Bump version.
15174
15175 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15176
15177         * gnus.el: No Gnus v0.3 is released.
15178
15179 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15180
15181         * lpath.el (featurep): Bind show-nonbreak-escape.
15182
15183 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-art.el (gnus-article-edit-part): Disable undo.
15186
15187 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15190         gnus-article-date-lapsed-new-header is t if date timer is active;
15191         skip headers in which the original date value is empty.
15192         (gnus-article-save-original-date): Redefine it as a macro.
15193         (gnus-display-mime): Use it.
15194
15195 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-art.el (article-date-ut): Support converting date in
15198         forwarded parts as well.
15199         (gnus-article-save-original-date): New function.
15200         (gnus-display-mime): Use it.
15201
15202 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15203
15204         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15205         enclosure element of <item>.
15206
15207 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * message.el (message-kill-buffer-query): Rename from
15210         `message-kill-buffer-query-if-modified'.  Add :version.
15211
15212 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15215         window layout.
15216
15217 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * mml.el: Autoload dnd when compiling.
15220
15221 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15224         x-dnd-*.
15225
15226 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * qp.el (quoted-printable-encode-region): Save excursion.
15229
15230 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15231
15232         * message.el (message-kill-buffer-query-if-modified): Add new variable
15233         so the user can kill a modified message buffer quickly.
15234         (message-kill-buffer): Use it.
15235
15236 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * lpath.el: Fbind display-time-event-handler; don't fbind
15239         string-to-multibyte.
15240
15241         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15242
15243 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15246         contained in text because xml.el decodes entities) with LFs.
15247
15248 2005-04-11  Lute Kamstra  <lute@gnu.org>
15249
15250         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15251         differently.
15252
15253 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15254
15255         * mm-util.el (mm-detect-coding-region): Typo.
15256
15257 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15260
15261 2005-04-06  Deepak Goel  <deego@gnufans.org>
15262
15263         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15264         user-function allow user modifications of the scores.
15265         (spam-stat-score-buffer-user): New function, to allow
15266         user-computed modifications to the score.
15267         (spam-stat-score-buffer-user-functions): List of additional
15268         scoring functions.
15269         (spam-stat-error-holder): Global temporary error holder.
15270         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15271         variable.
15272
15273 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * gnus-registry.el (gnus-registry-clean-empty-function)
15276         (gnus-registry-trim, gnus-registry-fetch-groups)
15277         (gnus-registry-delete-group): Groups that match
15278         `gnus-registry-ignored-groups' are removed from the registry
15279         entries, not just ignored for splitting.  This helps clean up the
15280         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15281         to get all the groups a message ID is in.
15282
15283         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15284         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15285         (spam-stat-score-buffer-user-functions): Add :number custom type.
15286
15287 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15290         argument in XEmacs.
15291
15292         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15293         (nnrss-request-group): Decode group name first.
15294         (nnrss-request-article): Make a text/plain article if mml-to-mime
15295         failed.
15296         (nnrss-get-encoding): Return a compatible encoding according to
15297         nnrss-compatible-encoding-alist.
15298         (nnrss-find-el): Use consp instead of listp.
15299         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15300
15301 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15304         which Emacs 20 doesn't support.
15305         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15306
15307 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15310         silence the byte compiler inside the defun.
15311
15312         * gnus-demon.el (parse-time-string): Add autoload.
15313
15314         * gnus-delay.el (parse-time-string): Add autoload.
15315
15316         * gnus-art.el (parse-time-string): Add autoload.
15317
15318         * nnultimate.el (parse-time): Require for `parse-time-string'.
15319
15320 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15323
15324         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15325
15326         * smime.el (smime-ldap-host-list): Add :version.
15327
15328 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15331         pass it to `gnus-browse-read-group'.
15332         (gnus-browse-read-group): Add NUMBER argument and pass it to
15333         `gnus-group-read-ephemeral-group'.
15334
15335         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15336         argument and pass it to `gnus-group-read-group'.
15337
15338 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15339
15340         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15341         mm-xemacs-find-mime-charset-1 if we have the mule feature
15342         available at runtime.
15343
15344 2005-03-25  Werner Lemberg  <wl@gnu.org>
15345
15346         * nnmaildir.el: Replace `illegal' with `invalid'.
15347
15348 2005-03-23  Lute Kamstra  <lute@gnu.org>
15349
15350         * time-date.el: Add comment on time value formats.
15351         Don't require parse-time.
15352         (with-decoded-time-value): New macro.
15353         (encode-time-value): New function.
15354         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15355         (days-to-time): Return a valid time value when arg is huge.
15356         (time-since): Use time-subtract.
15357         (time-to-number-of-days): Use time-to-seconds.
15358
15359 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15360
15361         * gnus-start.el (gnus-display-time-event-handler):
15362         Check display-time-timer at runtime rather than only at load time
15363         in case display-time-mode is turned off in the mean time.
15364
15365 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15368         used.
15369
15370         * nneething.el (nneething-map-file-directory): Derive from
15371         `gnus-directory'.
15372
15373         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15374         the To/Cc button.
15375
15376 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * nnmaildir.el (nnmaildir-request-accept-article):
15379         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15380
15381 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15382
15383         * gnus-async.el: Require timer-funcs at compile time when in
15384         XEmacs for `run-with-idle-timer'.
15385
15386 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15387
15388         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15389         autoloaded function.
15390
15391 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15392
15393         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15394
15395 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15396
15397         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15398
15399 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15400
15401         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15402         Add gnus-expert-user to default.
15403
15404 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15405
15406         * nnimap.el (nnimap-open-server): Ditto.
15407
15408         * imap.el (imap-authenticate): Fix typo.
15409
15410 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15411
15412         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15413         buffer (since IMAP server might return FETCH response out of
15414         order, and the nntp buffer must be sorted).
15415
15416 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15417
15418         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15419         comparison on string.
15420
15421         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15422         (gnus-agent-score): Rename category keywords to match gnus-cus.
15423         (gnus-agent-summary-fetch-series): Modify to protect against
15424         gnus-agent-summary-fetch-group clearing processable flags.
15425         (gnus-agent-synchronize-group-flags): Update live group buffer as
15426         synchronization may occur due to the user toggle the plugged
15427         status.
15428         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15429         successfully downloaded.
15430         (gnus-agent-expire-group-1): Avoid using markers when the overview
15431         is in ascending order; greatly improves performance.
15432         (gnus-agent-regenerate-group):
15433         Use gnus-agent-synchronize-group-flags to reset read status in both
15434         gnus and server.
15435         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15436
15437 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * message.el: Don't autoload former message-utils variables.
15440         (message-strip-subject-trailing-was): Change doc string.
15441
15442         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15443         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15444         (nnweb-google-search): Add "hl=en" here.
15445         (nnweb-google-parse-1, nnweb-google-create-mapping):
15446         Don't hardcode URL.
15447
15448 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * message.el (message-get-reply-headers, message-followup):
15451         Mention related variables `message-use-followup-to' and
15452         `message-use-mail-followup-to', in the information buffer.
15453
15454         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15455         of broken groups(-beta).google.com.
15456
15457 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15458
15459         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15460         parameter to invoked gnus-request-move-article; remove the
15461         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15462         all at once instead of once per article.
15463         (gnus-summary-remove-process-mark): Accept a list of articles as
15464         well as a single article for processing.
15465
15466         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15467         parameter.
15468
15469         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15470
15471         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15472
15473         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15474         parameter.
15475
15476         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15477         parameter.
15478
15479         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15480         parameter and remove the gnus-sum-hint-move-is-internal variable.
15481
15482         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15483         parameter.
15484
15485         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15486         parameter.
15487
15488         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15489         parameter.
15490
15491         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15492
15493         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15494         parameter.
15495
15496         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15497         parameter.
15498
15499 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15500
15501         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15502         a more conservative way.
15503
15504 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15505
15506         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15507         buffer, so it moves the window's cursor.
15508
15509 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15510
15511         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15512         `mm-dissect-multipart' and receive the from field as an (optional)
15513         argument from `mm-dissect-multipart'.
15514         (mm-dissect-multipart): Receive the from field as an argument and
15515         pass it on when we call `mm-dissect-buffer' on MIME parts.
15516         Fixes verification/decryption of signed/encrypted MIME parts.
15517
15518 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15519
15520         * gnus-sum.el (gnus-summary-move-article):
15521         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15522         whatever it calls (right now, only nnimap-request-move article
15523         respects it).
15524
15525         * nnimap.el (nnimap-request-move-article):
15526         When gnus-sum-hint-move-is-internal is set, don't do the extra
15527         nnimap-request-article.
15528
15529 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15532
15533         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15534         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15535
15536         * gnus-sum.el (gnus-summary-caesar-message):
15537         Apply `gnus-treat-article' after rotation.
15538
15539         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15540         doc string.
15541
15542 2005-02-22  Simon Josefsson  <jas@extundo.com>
15543
15544         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15545         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15546         <arne@arnested.dk>.
15547         (encrypt): Add password-cache and password-cache-expiry as group
15548         members.
15549
15550 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15551
15552         * smime.el (smime-ldap-host-list): Doc fix.
15553         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15554         cache) password.
15555         (smime-sign-region): Use it.
15556         (smime-decrypt-region): Use it.
15557         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15558         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15559         fails.
15560         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15561         certificate from DER to PEM format rather than calling openssl.
15562
15563         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15564
15565         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15566         for signing/encryption.
15567
15568         * mml.el (mml-parse-1): Use them.
15569
15570 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15571
15572         * nnrss.el (nnrss-verbose): Remove.
15573         (nnrss-request-group): Use `nnheader-message' instead.
15574
15575 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15576
15577         * nnrss.el (nnrss-verbose): New variable.
15578         (nnrss-request-group): Make it say nnrss is requesting a group.
15579
15580 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15583         Handle news URL with given port correctly.
15584
15585 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15588         containing special characters.
15589
15590         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15591
15592         * mml.el (mime-to-mml): Ditto.
15593
15594         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15595         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15596         (rfc2047-decode-region): Quote decoded words containing special
15597         characters when rfc2047-quote-decoded-words-containing-tspecials
15598         is non-nil.
15599
15600 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15601
15602         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15603
15604         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15605
15606 2005-02-15  Simon Josefsson  <jas@extundo.com>
15607
15608         * nnimap.el (nnimap-debug): Doc fix.
15609
15610         * imap.el (imap-debug): Doc fix.
15611
15612 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15615
15616 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * gnus.el (spam-contents): Improve docs for spam-contents
15619         parameter in its variable incarnation.
15620
15621 2005-02-14  Simon Josefsson  <jas@extundo.com>
15622
15623         * smime-ldap.el: Use require instead of load-library for ldap.
15624         (smime-ldap-search): Indent.
15625         (smime-ldap-search-internal): Shorten line.
15626
15627         * smime.el (smime-cert-by-dns): Add doc-string.
15628         (smime-cert-by-ldap-1): Indent.
15629
15630         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15631         mml-smime-get-dns-ldap.
15632         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15633
15634 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15635
15636         * smime.el: Require smime-ldap.
15637         (smime-ldap-host-list): New variable.
15638         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15639
15640         * mml-smime.el (mml-smime-encrypt-query): New function.
15641         (mml-smime-encrypt-query): Use it.
15642
15643         * smime-ldap.el: New file.
15644
15645 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15648
15649 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15652         argument in doc string.  Make query for type more clear.
15653
15654 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * gnus.el (gnus-group-startup-message): Search for gnus images in
15657         etc/images/gnus.
15658         * mm-util.el (mm-image-load-path): Likewise.
15659         * smiley.el (smiley-data-directory): Search for smilies in
15660         etc/images/smilies.
15661
15662 2005-02-09  Kim F. Storm  <storm@cua.dk>
15663
15664         Change Emacs release version from 21.4 to 22.1 throughout.
15665         Change Emacs development version from 21.3.50 to 22.0.50.
15666
15667 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15670
15671         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15672         non-Mule XEmacs as well.
15673         (mm-decompress-buffer): Signal an error intentionally if it does
15674         not decompress compressed data because auto-compression-mode is
15675         disabled.
15676
15677 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15678
15679         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15680         an ID in the registry even if it has no groups.
15681
15682 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15685         merge it into mm-decompress-buffer.
15686         (gnus-mime-copy-part): Use the MIME part charset, the value which
15687         a user specified or gnus-newsgroup-charset for decoding, like
15688         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15689         save-buffer what was used.  Suggested by Kevin Ryde
15690         <user42@zip.com.au>.
15691         (gnus-mime-inline-part): Allow the name parameter as well as the
15692         filename parameter; force decompressing of compressed data; always
15693         display contents being not decoded as unibyte.
15694
15695         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15696         as well as the filename parameter.
15697
15698         * mm-util.el (mm-decompress-buffer):
15699         Merge gnus-mime-jka-compr-maybe-uncompress.
15700         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15701         of compressed data.
15702
15703 2005-02-08  Simon Josefsson  <jas@extundo.com>
15704
15705         * imap.el (imap-log): Doc fix.
15706
15707 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15710         the coding cookies; decompress compressed parts.
15711
15712         * mml.el (mml-generate-mime-1): Add the charset parameter according
15713         to the value which a user specified manually or the coding cookie.
15714
15715         * mm-util.el (mm-string-to-multibyte): New function.
15716         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15717         (mm-coding-system-to-mime-charset): New function.
15718         (mm-decompress-buffer): New function.
15719         (mm-find-buffer-file-coding-system): New function.
15720
15721         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15722         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15723         parts.
15724
15725 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15726
15727         * mm-view.el (mm-display-inline-fontify): Decode a part according
15728         to the charset parameter.
15729
15730 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15733         prefix arg is neither nil nor a number, as info specifies.
15734
15735 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15738         timestamps.
15739
15740 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15741
15742         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15743         groups error checking and notify user.
15744
15745 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15746
15747         * message.el (message-send-mail-function): Check existence of
15748         sendmail-program first before using default value
15749         `message-send-mail-with-sendmail'.  Otherwise use more generic
15750         `smtpmail-send-it'.
15751
15752 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * nntp.el (nntp-request-update-info): Always return nil.
15755
15756 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15757
15758         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15759
15760 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15761
15762         * message.el (message-beginning-of-line): Change the behavior when
15763         invoked between BOL and : so that it first moves backward.
15764
15765 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15768         article buffer when editing of the article is discarded.
15769         (gnus-article-prepare): Revert.
15770
15771 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-art.el (gnus-article-prepare):
15774         Remove message-strip-forbidden-properties from the local hook.
15775
15776 2005-01-27  Simon Josefsson  <jas@extundo.com>
15777
15778         * password.el (password-cache-add): Only start one timer per key.
15779         Reported by Derek Atkins <warlord@MIT.EDU>.
15780
15781 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15782
15783         * run-at-time.el: Remove.  It is no longer needed as
15784         timer-funcs.el in the xemacs-base package has a working version of
15785         `run-at-time'.
15786
15787         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15788
15789         * password.el: Require timer-funcs instead of run-at-time in
15790         XEmacs.
15791         Remove `password-run-at-time' macro.
15792         (password-cache-add): Use `run-at-time' instead of
15793         `password-run-at-time'.
15794
15795         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15796         Remove `nnheader-cancel-function-timers' alias,
15797         `cancel-function-timers' exists in XEmacs in timer-funcs.
15798
15799         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15800         for `run-with-idle-timer'.
15801
15802         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15803         for `run-at-time'.
15804
15805         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15806         for `with-timeout'.
15807
15808         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15809         the same as for XEmacs 21.4.
15810         No need to ignore `run-with-idle-timer', this function exists in
15811         XEmacs now in timer-funcs.el in the xemacs-base package.
15812         (dgnushack-compile): No need to delete
15813         run-at-time.el from the list of files to compile because it
15814         doesn't exist anymore.
15815
15816 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15819         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15820
15821 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15822
15823         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15824         sensitively.
15825
15826 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15827
15828         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15829
15830 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15833         which will be inserted according to the multibyteness of a buffer
15834         rather than the type of contents.  Suggested by ARISAWA Akihiro
15835         <ari@mbf.ocn.ne.jp>.
15836
15837         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15838         of string which old xml.el may return rather than a string.
15839
15840 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15843
15844 2005-01-16  Simon Josefsson  <jas@extundo.com>
15845
15846         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15847         idn/idna.el isn't available.
15848         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15849         <michael@waxrat.com>.
15850
15851         * hashcash.el: Remove non-FSF copyright header.
15852
15853         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15854         (hashcash-generate-payment): Use it.
15855         (hashcash-generate-payment-async): Use it.
15856
15857 2005-01-15  Simon Josefsson  <jas@extundo.com>
15858
15859         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15860         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15861
15862         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15863         gnus-summary-idna-message.
15864         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15865         (gnus-summary-idna-message): New function.
15866
15867 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15870         gnus-novice-user.
15871
15872 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * nnrss.el (nnrss-request-delete-group): Delete entries in
15875         nnrss-group-alist as well.
15876         (nnrss-save-server-data): Insert newline.
15877
15878 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * gnus.el (gnus-user-agent): Use list of symbols instead of
15881         symbols.  Display full version number for (S)XEmacs.
15882         Optionally display (S)XEmacs codename.
15883
15884         * gnus-util.el (gnus-emacs-version): Update for new
15885         `gnus-user-agent'.
15886
15887         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15888         Gnus version.
15889
15890 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15891
15892         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15893         which is unreadable in some setups.
15894
15895 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * gnus-spec.el (gnus-update-format-specifications): Flush the
15898         group format spec cache if it doesn't support decoded group names.
15899
15900 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15903         Allow to apply decay on score files matching a regexp.
15904
15905 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15908         compatibility in %g and %c.
15909
15910 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15913         name for only %g and %c.
15914         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15915         of gnus-tmp-group to decoded group name.
15916         (gnus-group-make-rss-group): Exclude `/'s from group names.
15917
15918 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * nnrss.el (nnrss-get-encoding): Fix regexp.
15921
15922 2004-12-27  Simon Josefsson  <jas@extundo.com>
15923
15924         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15925         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15926         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15927
15928 2004-12-17  Kim F. Storm  <storm@cua.dk>
15929
15930         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15931
15932         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15933
15934 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15935
15936         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15937
15938 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * nnrss.el: Require rfc2047 and mml.
15941         (nnrss-file-coding-system): New variable.
15942         (nnrss-format-string): Redefine it as an inline function.
15943         (nnrss-decode-group-name): New function.
15944         (nnrss-string-as-multibyte): Remove.
15945         (nnrss-retrieve-headers): Decode group name; don't use
15946         nnrss-format-string.
15947         (nnrss-request-group): Decode group name.
15948         (nnrss-request-article): Decode group name; allow a Message-ID as
15949         well as an article number; don't use nnrss-format-string; encode a
15950         Message-ID string which may contain non-ASCII characters; use
15951         mml-to-mime to compose a MIME article.
15952         (nnrss-request-expire-articles): Decode group name.
15953         (nnrss-request-delete-group): Decode group name.
15954         (nnrss-fetch): Clarify error message.
15955         (nnrss-read-server-data): Use insert-file-contents instead of load;
15956         bind file-name-coding-system; use multibyte buffer.
15957         (nnrss-save-server-data): Bind coding-system-for-write to the
15958         value of nnrss-file-coding-system; bind file-name-coding-system;
15959         add coding cookie.
15960         (nnrss-read-group-data): Use insert-file-contents instead of load;
15961         bind file-name-coding-system; use multibyte buffer.
15962         (nnrss-save-group-data): Bind coding-system-for-write to the
15963         value of nnrss-file-coding-system; bind file-name-coding-system.
15964         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15965         make it work with non-ASCII text.
15966         (nnrss-find-el): Make it work with old xml.el as well.
15967
15968 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15969
15970         * nnrss.el (nnrss-get-encoding): New function.
15971         (nnrss-fetch): Use unibyte buffer initially; bind
15972         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15973         decode contents according to the encoding attribute.
15974         (nnrss-save-group-data): Add coding cookie.
15975         (nnrss-mime-encode-string): New function.
15976         (nnrss-check-group): Use it to encode subject and author.
15977
15978 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15981         imaginary variable.
15982
15983 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15986         correctly even if there are wide characters.
15987
15988 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15989
15990         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15991         downcased symbol names; make a new cache instead of reusing
15992         bbdb-hashtable.
15993
15994 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15997         concatenating segments rather than before concatenating them.
15998         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15999
16000         * message.el (message-get-reply-headers): Bind `extra'.
16001
16002 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * message.el (message-extra-wide-headers): New variable.
16005         (message-get-reply-headers): Use it.
16006
16007 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16010         (gnus-agent-group-pathname): Ditto.
16011
16012         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16013
16014         * gnus-group.el (gnus-group-make-group): Decode group name.
16015         (gnus-group-make-rss-group): Register the group data after opening
16016         the nnrss group.
16017
16018 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16019
16020         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16021         by expiry now get marked as read.
16022
16023 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16026
16027 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16028
16029         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16030         unify Latin characters in XEmacs.
16031         (mm-find-mime-charset-region): Use it.
16032
16033 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * gnus-util.el (gnus-delete-directory): New function.
16036
16037         * gnus-agent.el (gnus-agent-delete-group): Use it.
16038
16039         * gnus-cache.el (gnus-cache-delete-group): Use it.
16040
16041 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16044         names.
16045
16046 2004-12-16  Simon Josefsson  <jas@extundo.com>
16047
16048         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16049
16050 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16053
16054         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16055         (gnus-group-set-current-level): Decode group name.
16056
16057 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16058
16059         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16060         failed.
16061
16062 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-group.el (gnus-group-delete-group): Decode group name.
16065         (gnus-group-make-rss-group): Encode group name.
16066         (gnus-group-catchup-current): Decode group name.
16067         (gnus-group-kill-group): Decode group name.
16068
16069 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16070
16071         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16072
16073 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-group.el (gnus-group-make-rss-group):
16076         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16077
16078         * gnus-start.el (gnus-setup-news): Honor user's setting to
16079         gnus-message-archive-method.  Suggested by Lute Kamstra
16080         <lute@gnu.org>.
16081
16082 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16083
16084         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16085         global counterparts of the buffer-local variables.
16086
16087 2004-11-16  Romain Francoise  <romain@orebokech.com>
16088
16089         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16090         counterparts of the buffer-local variables.
16091
16092 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * message.el (message-forbidden-properties): Fix typo in doc
16095         string.
16096
16097 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * gnus-util.el (gnus-replace-in-string): Add doc string.
16100
16101         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16102         to avoid problems when splitting mails with many recipients.
16103
16104 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16105
16106         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16107         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16108
16109 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16110
16111         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16112         if there is no hashtable in memory or file modification time is
16113         newer than cached timestamp.
16114
16115 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * gnus-sum.el (gnus-summary-limit-to-recipient):
16118         Implement not-matching option.
16119
16120 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16123         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16124         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16125         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16126         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16127         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16128
16129 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * message.el (message-forward-make-body-mml): Remove headers
16132         according to message-forward-ignored-headers if a message is decoded.
16133
16134 2004-12-02  Romain Francoise  <romain@orebokech.com>
16135
16136         * message.el (message-forward-make-body-plain): Always remove
16137         headers according to message-forward-ignored-headers.
16138
16139 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * spam.el (spam-summary-prepare-exit): Remove the
16142         gnus-summary-limit pop for now, it has problems with ham marks for
16143         me.
16144
16145 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16146
16147         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16148         correctly.
16149
16150 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16151
16152         * format-spec.el (format-spec): Message the char.
16153
16154 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16155
16156         * gnus-art.el (gnus-split-methods): Reformat comments.
16157
16158         * spam.el (spam-summary-prepare-exit): Remove article limits
16159         before exiting the summary buffer.
16160
16161 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16164         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16165
16166         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16167         order to silence the byte compiler.
16168
16169         * spam.el: Fix the way to silence the byte compiler, which
16170         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16171         bbdb-search-simple, spam-BBDB-register-routine,
16172         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16173         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16174         spam-stat-buffer-is-spam, spam-stat-load,
16175         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16176         spam-stat-save and spam-stat-split-fancy.
16177
16178 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16181         which may confuse users.
16182         (canlock-password-for-verify): Ditto.
16183
16184         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16185
16186         * gnus-art.el (gnus-emphasis-alist): Ditto.
16187
16188         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16189
16190         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16191
16192         * gnus-start.el (gnus-save-killed-list): Ditto.
16193
16194         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16195         (gnus-sum-thread-tree-root): Ditto.
16196         (gnus-sum-thread-tree-false-root): Ditto.
16197         (gnus-sum-thread-tree-single-indent): Ditto.
16198
16199         * message.el (message-courtesy-message): Ditto.
16200         (message-archive-note): Ditto.
16201         (message-subscribed-address-file): Ditto.
16202         (message-user-fqdn): Ditto.
16203
16204         * spam-report.el (spam-report-gmane-regex): Ditto.
16205
16206         * spam.el (spam-blackhole-good-server-regex): Ditto.
16207
16208 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * mml.el (mml-preview): Widen the message buffer before copying
16211         the contents to the preview buffer; sort headers before previewing.
16212
16213         * message.el (message-hidden-headers): Fix the way to avoid a bug
16214         in the `repeat' widget in Emacs 21.3 or earlier.
16215
16216 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * message.el (message-hidden-headers): Default to "^References:".
16219         Improve customization type.  Suggested by Reiner Steib
16220         <Reiner.Steib@gmx.de>.
16221
16222 2004-11-25  Romain Francoise  <romain@orebokech.com>
16223
16224         * message.el (message-strip-forbidden-properties): Remove check for
16225         obsolete `message-hidden' text property, hidden headers are not
16226         accessible in the buffer anymore.
16227
16228 2004-11-22  Romain Francoise  <romain@orebokech.com>
16229
16230         * message.el (message-header-format-alist): Add `From' in list
16231         so that it can be sorted.
16232         (message-fix-before-sending): Widen and sort headers before
16233         sending.
16234         (message-hide-headers): Use narrowing to hide headers by moving
16235         them to the top of the buffer and narrowing to the region
16236         underneath.
16237
16238 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16239
16240         * message.el (message-strip-forbidden-properties):
16241         Bind buffer-read-only (etc) to nil.
16242
16243 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16246         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16247
16248 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16249
16250         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16251
16252 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16253
16254         * dns.el (query-dns): Use sit-for to time instead of
16255         accept-process-output, since that doesn't seem to work on udp
16256         sockets.
16257
16258 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16261
16262 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16263
16264         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16265         doc string.  Improve doc string.
16266
16267 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * nntp.el (nntp-request-update-info): Return nil if
16270         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16271         may not call gnus-activate-group which uselessly issues the GROUP
16272         commands for all nntp groups and wastes time.  Reported by Romain
16273         Francoise <romain@orebokech.com>.
16274
16275         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16276
16277 2004-11-15  Simon Josefsson  <jas@extundo.com>
16278
16279         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16280         headers separately.
16281         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16282         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16283
16284 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-start.el (gnus-convert-old-newsrc):
16287         Assign legacy-gnus-agent to 5.10.7.
16288
16289 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16290
16291         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16292         start of the lines.
16293
16294 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16295
16296         * hashcash.el (hashcash-default-payment): Change default to 20.
16297         (hashcash-default-accept-payment): Change default to 20.
16298         (hashcash-process-alist): New variable.
16299         (hashcash-generate-payment-async): Add.
16300         (hashcash-already-paid-p): Add.
16301         (hashcash-insert-payment): Don't generate payments twice.
16302         (hashcash-insert-payment-async): Add.
16303         (hashcash-insert-payment-async-2): Add.
16304         (hashcash-cancel-async): Add.
16305         (hashcash-wait-async): Add.
16306         (hashcash-processes-running-p): Add.
16307         (hashcash-wait-or-cancel): Add.
16308         (mail-add-payment): New optional argument.  Conditionally start
16309         asynchronous calculation.
16310         (mail-add-payment-async): Add.
16311
16312         * message.el (message-send-mail): Wait for asynchronous hashcash
16313         results.  Don't clobber existing X-Hashcash headers.
16314         (message-setup-1): Call mail-add-payment-async when
16315         message-generate-hashcash is non-nil.
16316
16317 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16318
16319         * message.el (message-use-alternative-email-as-from): Examine the
16320         From header as well; use message-make-from in order to include a
16321         user's full name.
16322
16323 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16326         default; improve customization type.
16327         (gnus-emphasis-custom-with-format): New macro.
16328         (gnus-emphasis-custom-value-to-external): New function.
16329         (gnus-emphasis-custom-value-to-internal): New function.
16330
16331 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16332
16333         * dns.el (query-dns): Resolve reverse addresses.
16334
16335 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336
16337         * gnus-group.el (gnus-group-get-new-news): Use it.
16338
16339         * gnus-start.el (gnus-check-reasonable-setup): New function.
16340
16341 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16344         "Args out of range" error.  Reported by Arnaud Giersch
16345         <arnaud.giersch@free.fr>.
16346
16347 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16348
16349         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16350
16351 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16352
16353         * spam.el (spam group): Add :version.
16354
16355         * pgg-def.el (pgg group): Add :version.
16356
16357 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-art.el (gnus-article-edit-article): Don't associate the
16360         article buffer with a draft file.  This is a temporary measure
16361         against the 2004-08-22 change to gnus-article-edit-mode.
16362
16363 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16366         (html2text-format-tags): Remove unused variable `attr'.
16367
16368 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16371
16372         * tls.el (tls-process-connection-type, tls-success)
16373         (tls-certtool-program): Add :version.
16374
16375         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16376         (starttls-extra-arguments, starttls-process-connection-type)
16377         (starttls-connect, starttls-failure, starttls-success): Add :version.
16378
16379         * spam-stat.el (spam-stat): Add :version.
16380
16381         * sieve.el (sieve): Add :version.
16382
16383         * sha1.el (sha1): Add :version.
16384         (sha1-use-external): Remove redundant version.
16385
16386         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16387         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16388         (nnmail-split-fancy-match-partial-words)
16389         (nnmail-split-lowercase-expanded): Add :version.
16390
16391         * nndiary.el (nndiary): Add :version.
16392
16393         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16394
16395         * mml-sec.el (mml-default-sign-method)
16396         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16397         Add :version.
16398
16399         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16400
16401         * mm-url.el (mm-url-use-external, mm-url-program)
16402         (mm-url-arguments): Add :version.
16403
16404         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16405         (mm-attachment-file-modes, mm-decrypt-option)
16406         (mm-w3m-safe-url-regexp): Add :version.
16407
16408         * message.el (message-cite-prefix-regexp)
16409         (message-sendmail-envelope-from, message-minibuffer-local-map)
16410         (message-user-fqdn, message-completion-alist): Add :version.
16411
16412         * gnus-win.el (gnus-configure-windows-hook)
16413         (gnus-use-frames-on-any-display): Add :version.
16414
16415         * gnus-art.el (gnus-article-address-banner-alist)
16416         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16417         (gnus-treat-from-picon, gnus-treat-mail-picon)
16418         (gnus-treat-x-pgp-sig): Add :version.
16419
16420         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16421         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16422         (gnus-summary-article-delete-hook)
16423         (gnus-summary-display-while-building): Add :version.
16424
16425         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16426         (gnus-get-top-new-news-hook): Add :version.
16427
16428         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16429         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16430
16431         * gnus-registry.el (gnus-registry): Add :version.
16432
16433         * gnus-spec.el (gnus-use-correct-string-widths)
16434         (gnus-make-format-preserve-properties): Add :version.
16435
16436         * gnus.el (gnus-group-charter-alist)
16437         (gnus-group-fetch-control-use-browse-url)
16438         (gnus-install-group-spam-parameters): Add :version.
16439
16440         * gnus-diary.el (gnus-diary): Add :version.
16441
16442         * gnus-delay.el (gnus-delay): Add :version.
16443
16444         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16445         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16446         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16447         Add :version.
16448
16449         * gnus-agent.el (gnus-agent-max-fetch-size)
16450         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16451         (gnus-agent-prompt-send-queue): Add :version.
16452
16453         * deuglify.el (gnus-outlook-deuglify): Add :version.
16454
16455         * html2text.el: Beautify code.  Improve doc strings.
16456         Some checkdoc cleanup.
16457         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16458
16459 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16460
16461         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16462
16463 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16466         when package is loaded.
16467
16468         * spam.el (spam-summary-score-preferred-header): Add global preference
16469         for people who want to override the default SpamAssassin over
16470         Bogofilter preference (when both are set).
16471         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16472         (spam-user-format-function-S):
16473         Check spam-summary-score-preferred-header.
16474         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16475         (spam-user-format-function-S): Format the score correctly.
16476
16477 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16480         signature file.  Suggested by Manoj Srivastava
16481         <srivasta@golden-gryphon.com>.
16482
16483         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16484         iso-2022-jp even in the Japanese language environment.
16485         Suggested by Jason Rumney <jasonr@gnu.org>.
16486
16487 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16490         use the same characters as the dummy marks; make it free from
16491         getting affected by the language environment.
16492         (gnus-summary-read-group-1): Update mark positions only when the
16493         format spec is updated.
16494
16495         * gnus-spec.el (gnus-update-format-specifications): Return a list
16496         of updated types.
16497
16498 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16501         of boundp to check if display-warning is available.
16502
16503 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16504
16505         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16506
16507 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * nnspool.el (nnspool-spool-directory): Use news-path if the
16510         news-directory variable is not bound.
16511
16512         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16513         function instead of display-warning if it is not available.
16514
16515 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16518         v5-10: Use `point-at-bol'.
16519
16520 2004-10-26  Simon Josefsson  <jas@extundo.com>
16521
16522         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16523         <chenggao@gmail.com>.
16524
16525 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16528         instead.
16529
16530 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16531
16532         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16533         to remove a server from the nnimap-server-buffer-alist.
16534         (nnimap-open-connection, nnimap-close-server): Use it.
16535
16536         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16537
16538 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16541         running the major-mode function.
16542
16543 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16546         dummy marks in the right way.
16547
16548 2004-10-18  David Edmondson  <dme@dme.org>
16549
16550         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16551         excessively.
16552
16553 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16554
16555         * gnus-util.el (gnus-split-references): Accept a nil references
16556         string and go on blissfully.
16557
16558         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16559         cases where the references string is non-nil but has no references.
16560
16561         * encrypt.el: Add autoload tags.
16562
16563         * spam.el (spam-resolve-registrations-routine): Remove article
16564         from unregistration list too.  Reported by David Hanak
16565         <dhanak@isis.vanderbilt.edu>
16566
16567 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16570         nil.  Change custom type.
16571
16572 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16575
16576         * gnus-sum.el (gnus-summary-move-article): Use it.
16577
16578 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16579
16580         * encrypt.el: Add autoload cookies.
16581
16582         * spam.el (spam-backend-article-list-property)
16583         (spam-backend-get-article-todo-list)
16584         (spam-backend-put-article-todo-list)
16585         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16586         Resolve registrations separately.
16587         (spam-register-routine): Format comments.
16588         (spam-unregister-routine, spam-register-routine): Always call with
16589         specific-articles, no default list.
16590         (spam-summary-prepare-exit): Use the spam-classifications function.
16591
16592         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16593         gnus-encrypt.el.
16594
16595         * encrypt.el: Copied from gnus-encrypt.el.
16596
16597         * gnus-encrypt.el: Commented that it's obsolete.
16598
16599 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16602         (gnus-score-save): Use it.
16603
16604         * message.el (message-bury): Use `window-dedicated-p'.
16605
16606 2004-10-15  Simon Josefsson  <jas@extundo.com>
16607
16608         * pop3.el (top-level): Don't require nnheader.
16609         (pop3-read-timeout): Add.
16610         (pop3-accept-process-output): Add.
16611         (pop3-read-response, pop3-retr): Use it.
16612
16613 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16614
16615         * spam.el (spam-register-routine): Move comment.
16616         (spam-verify-bogofilter): Use 'unknown for the initial
16617         spam-bogofilter-valid state, not 'never.
16618
16619         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16620         for netrc-machine.
16621
16622         * nnimap.el (nnimap-open-connection):
16623         Use netrc-machine-user-or-password.
16624
16625 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16626
16627         * gnus-registry.el (gnus-registry-unload-hook):
16628         Set as a variable with add-hook.
16629
16630         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16631         of news-path.
16632
16633         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16634
16635         * spam.el: Delete duplicate `provide'.
16636         (spam-unload-hook): Set as a variable with add-hook.
16637
16638 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16641         in the doc string.
16642
16643         * message.el (message-ignored-news-headers)
16644         (message-ignored-supersedes-headers)
16645         (message-ignored-resent-headers)
16646         (message-forward-ignored-headers): Improve custom type.
16647
16648 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * message.el (message-tokenize-header): Fix 2004-09-06 change
16651         which used point-min in the wrong place.
16652
16653 2004-10-12  Simon Josefsson  <jas@extundo.com>
16654
16655         * tls.el (tls-certtool-program): New variable.
16656         (tls-certificate-information): New function, based on
16657         ssl-certificate-information.
16658
16659 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * compface.el: Move the version of ELisp-based uncompface program
16662         to the contrib directory because of the copyright problem.
16663
16664 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * message.el (message-kill-buffer): Raise the current frame.
16667
16668 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16671
16672         * gnus.el (message-y-or-n-p): Autoload.
16673
16674         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16675         (pop3-password-required, pop3-authentication-scheme)
16676         (pop3-leave-mail-on-server): Make customizable.
16677         (pop3): New custom group.
16678         (pop3-retr): Remove `sleep-for' statements.
16679         Suggested by Dave Love <fx@gnu.org>.
16680
16681         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16682         Windows/DOS.
16683
16684         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16685         (imap-parse-body): Fix incorrect use of `assert'.
16686         Suggested by Dave Love <fx@gnu.org>.
16687
16688         * mml.el (mml-minibuffer-read-disposition): Require match.
16689         Suggested by Dave Love <fx@gnu.org>.
16690
16691 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16694         doc string.
16695
16696 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16699
16700 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16701
16702         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16703         instead of calling `mm-insert-inline', to decode text/* parts
16704         before displaying them.
16705
16706 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * mm-uu.el (mm-uu-text-plain-type): New variable.
16709         (mm-uu-pgp-signed-extract-1): Use it.
16710         (mm-uu-pgp-encrypted-extract-1): Use it.
16711         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16712         bind mm-uu-text-plain-type with that value.
16713         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16714         mm-uu-dissect.
16715
16716 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-group.el (gnus-update-group-mark-positions):
16719         * gnus-sum.el (gnus-update-summary-mark-positions):
16720         * message.el (message-check-news-body-syntax):
16721         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16722         of string-as-multibyte.
16723
16724 2004-10-05  Juri Linkov  <juri@jurta.org>
16725
16726         * gnus-group.el (gnus-update-group-mark-positions):
16727         * gnus-sum.el (gnus-update-summary-mark-positions):
16728         * message.el (message-check-news-body-syntax):
16729         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16730         8-bit unibyte values to a multibyte string for search functions.
16731
16732 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16735         (mm-uu-dissect-text-parts): New function.
16736
16737         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16738         dissect text parts.
16739
16740         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16741         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16742
16743         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16744
16745         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16746         Use gnus-current-topics instead of gnus-current-topic.
16747
16748 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16751
16752 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16753
16754         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16755         where approriate.
16756
16757         * nnml.el (nnml-generate-active-info): do.
16758
16759         * nndiary.el (nndiary-generate-active-info): do.
16760
16761         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16762         (gnus-topic-move): do.
16763
16764         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16765         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16766
16767         * gnus-srvr.el (gnus-server-prepare)
16768         (gnus-server-open-all-servers): do.
16769
16770         * gnus-msg.el (gnus-summary-cancel-article)
16771         (gnus-summary-resend-message)
16772         (gnus-summary-mail-crosspost-complaint): do.
16773
16774         * gnus-move.el (gnus-change-server): do.
16775
16776         * gnus-group.el (gnus-group-unmark-all-groups)
16777         (gnus-group-set-current-level): do.
16778
16779 2004-10-04  Simon Josefsson  <jas@extundo.com>
16780
16781         * message.el (message-generate-hashcash): Doc fix.
16782
16783 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16784
16785         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16786         avoid infinite recursion via gnus-get-function.
16787
16788 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16789
16790         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16791
16792         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16793
16794         * nnmail.el (nnmail-split-history): do.
16795
16796         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16797         (nnml-request-delete-group): do.
16798
16799         * nnslashdot.el (nnslashdot-read-groups): do.
16800
16801         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16802         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16803
16804         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16805         (nnspool-sift-nov-with-sed): Use last.
16806         (nnspool-retrieve-headers-with-nov): Use mapc.
16807         (nnspool-request-newgroups): Use dolist.
16808         (nnspool-request-group): Use last.
16809
16810         * nntp.el (nntp-read-server-type): Use dolist.
16811
16812         * nnvirtual.el (nnvirtual-create-mapping)
16813         (nnvirtual-update-read-and-marked): Use dolist.
16814         (nnvirtual-convert-headers): Simplify.
16815
16816 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16817
16818         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16819         Add support for sync'ing tick marks.
16820
16821 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16824         there's no visible header.
16825
16826 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16827
16828         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16829         When necessary, pass full group name to gnus-request-set-marks.
16830
16831 2004-10-01  Simon Josefsson  <jas@extundo.com>
16832
16833         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16834         acroread.
16835
16836 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16837
16838         * spam-report.el (spam-report-gmane): Fix interactive.
16839
16840         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16841
16842         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16843         when writing file.
16844         (gnus-agent-synchronize-flags): Don't default to being
16845         interactive.
16846
16847 2004-09-30  Simon Josefsson  <jas@extundo.com>
16848
16849         * message.el (message-generate-hashcash): Add.
16850         (message-send-mail): Use it, call mail-add-payment.
16851
16852 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16853
16854         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16855
16856 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16857
16858         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16859         gnus-requst-update-info with explicit code to sync the in-memory
16860         info read flags with the marks being sync'd to the backend.
16861
16862         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16863
16864 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16865
16866         * spam.el (spam-verify-bogofilter): Add new function.
16867         (spam-check-bogofilter)
16868         (spam-bogofilter-register-with-bogofilter): Use it.
16869         (spam-verify-bogofilter): Add small fixes.
16870
16871 2004-09-28  Simon Josefsson  <jas@extundo.com>
16872
16873         * hashcash.el (hashcash-generate-payment): Revert.
16874
16875 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16878         Use gnus-extract-references instead of gnus-split-references.
16879
16880         * gnus-util.el (gnus-extract-references): Add new function, analogous
16881         to gnus-split-references but extracts only the message-ID without
16882         anything extra.
16883
16884         * hashcash.el (hashcash-generate-payment)
16885         (hashcash-check-payment): Do the right thing if hashcash-path is
16886         nil (because the hashcash program could not be found).
16887
16888         * spam.el (spam-use-hashcash): Remove comment.
16889
16890 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16891
16892         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16893         (gnus-cache-enter-article, gnus-cache-remove-article)
16894         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16895
16896         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16897
16898         * gnus-art.el (article-hide-boring-headers)
16899         (article-translate-strings, article-display-face)
16900         (gnus-article-mime-match-handle-first)
16901         (gnus-article-highlight-headers)
16902         (gnus-article-add-buttons-to-head): do.
16903
16904 2004-09-27  Simon Josefsson  <jas@extundo.com>
16905
16906         * hashcash.el: New version, from
16907         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16908         ../contrib/.
16909
16910 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16913
16914 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16915
16916         * gnus-dup.el (gnus-dup-open): Use mapc.
16917         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16918
16919         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16920         Reported by Stefan Wiens <s.wi@gmx.net>.
16921
16922         * gnus.el (gnus-shutdown): Use dolist.
16923
16924         * gnus-undo.el (gnus-undo): Use mapc.
16925
16926         * nnrss.el (nnrss-generate-active): do.
16927
16928         * message.el (message-cite-original-without-signature)
16929         (message-cite-original): Use mapc.
16930         (message-do-actions, message-make-forward-subject): Use dolist.
16931
16932 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16933
16934         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16935         deletion to remove entire duplicate line.  Fixes merged article
16936         number bug.
16937
16938 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16939
16940         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16941         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16942         first ask if you want to open a server and then, even when you
16943         responded with no, asking if you want to synchronize the server's
16944         flags.
16945         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16946         multi-line expressions.
16947         (gnus-agent-synchronize-group-flags): New internal function.
16948         Updates marks in memory (in the info structure) AND in the
16949         backend.
16950
16951         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16952
16953         * nnagent.el (nnagent-request-set-mark):
16954         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16955         method, to ensure that synchronization updates marks in the
16956         backend and in the info (in memory) structure.
16957
16958 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16961         convention fully; don't miss the root article of a thread; make
16962         the X-Draft-From header with correct article numbers.
16963
16964 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16965
16966         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16967         unless plugged.  Disable the agent so that an open failure causes
16968         an error.
16969
16970         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16971         Revert 2004-09-21 change.  The backend must be opened while
16972         synchronizing flags even when the backend stores the flags
16973         locally.
16974
16975 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16978         in `header' match.  Reported by Svend Tollak Munkejord.
16979
16980         * message.el (message-cite-original): Fix use of
16981         `message-cite-articles-with-x-no-archive'.
16982
16983 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16986         (gnus-window-to-buffer): Ditto.
16987
16988         * mml.el (mml-preview-buffer): New variable.
16989         (mml-preview): Manage window layout with gnus-buffer-configuration.
16990
16991         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16992         X-Draft-From header even if those articles aren't quoted.
16993
16994 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16995
16996         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16997         (gnus-request-set-mark, gnus-request-update-mark): Use new
16998         g-s-t-u-l-m to decide to use backend even when unplugged.
16999
17000 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17003         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17004
17005 2004-09-20  Simon Josefsson  <jas@extundo.com>
17006
17007         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17008         "utf-16-le".
17009
17010 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17011
17012         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17013
17014 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17015
17016         * uudecode.el (uudecode-use-external): Add :version.
17017
17018         * smime.el (smime-CA-file, smime-encrypt-cipher)
17019         (smime-dns-server): Add :version.
17020
17021         * smiley.el (gnus-smiley-file-types): Add :version.
17022
17023         * sha1.el (sha1-use-external): Add :version.
17024
17025         * pgg-def.el (pgg-query-keyserver): Add :version.
17026
17027         * nnmail.el (nnmail-fancy-expiry-targets)
17028         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17029         Add :version.
17030
17031         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17032         (nnimap-retrieve-groups-asynchronous): Add :version.
17033         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17034
17035         * mml.el (mml-content-disposition-parameters)
17036         (mml-insert-mime-headers-always): Add :version.
17037
17038         * mm-util.el (mm-coding-system-priorities): Add :version.
17039
17040         * mm-decode.el (mm-inline-text-html-with-images)
17041         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17042         (mm-verify-option): Add :version.
17043         (mm-text-html-renderer): Change :version.
17044
17045         * message.el (message-fcc-externalize-attachments)
17046         (message-required-headers, message-draft-headers)
17047         (message-subject-trailing-was-query)
17048         (message-subject-trailing-was-ask-regexp)
17049         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17050         (message-mark-insert-end, message-archive-header)
17051         (message-archive-note, message-cross-post-default)
17052         (message-cross-post-note, message-followup-to-note)
17053         (message-cross-post-note-function, message-use-mail-followup-to)
17054         (message-subscribed-address-functions)
17055         (message-subscribed-address-file, message-subscribed-addresses)
17056         (message-subscribed-regexps, message-allow-no-recipients)
17057         (message-yank-cited-prefix, message-signature-insert-empty-line)
17058         (message-hidden-headers, message-hierarchical-addresses)
17059         (message-mail-user-agent, message-use-idna)
17060         (message-valid-fqdn-regexp)
17061         (message-strip-special-text-properties, message-header-synonyms)
17062         (message-beginning-of-line, message-tab-body-function): Add :version.
17063         (message-insert-canlock, message-wide-reply-confirm-recipients):
17064         Change :version.
17065
17066         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17067         and :version.
17068         (mail-source-delete-old-incoming-confirm)
17069         (mail-source-movemail-program): Add :version.
17070
17071         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17072         (gnus-agent-cache, gnus-agent): Change :version.
17073
17074         * gnus-util.el (gnus-use-byte-compile): Change :version.
17075
17076         * gnus-sum.el (gnus-summary-make-false-root-always)
17077         (gnus-summary-default-high-score)
17078         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17079         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17080         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17081         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17082         (gnus-sum-thread-tree-single-indent)
17083         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17084         (gnus-sum-thread-tree-leaf-with-other)
17085         (gnus-sum-thread-tree-single-leaf): Add :version.
17086         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17087         (gnus-article-loose-mime): Change :version.
17088
17089         * gnus-start.el (gnus-backup-startup-file)
17090         (gnus-save-startup-file-via-temp-buffer): Add :version.
17091
17092         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17093         (gnus-server-offline-face): Add :version.
17094
17095         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17096
17097         * gnus-msg.el (gnus-gcc-externalize-attachments)
17098         (gnus-debug-files, gnus-debug-exclude-variables)
17099         (gnus-discouraged-post-methods): Change :version.
17100         (gnus-confirm-mail-reply-to-news)
17101         (gnus-confirm-treat-mail-like-news): Add :version.
17102
17103         * gnus-int.el (gnus-server-unopen-status): Add :version.
17104
17105         * gnus-group.el (gnus-group-jump-to-group-prompt)
17106         (gnus-large-ephemeral-newsgroup)
17107         (gnus-fetch-old-ephemeral-headers): Add :version.
17108
17109         * gnus-fun.el (gnus-x-face-directory)
17110         (gnus-convert-pbm-to-x-face-command)
17111         (gnus-convert-image-to-x-face-command)
17112         (gnus-convert-image-to-face-command): Add :version.
17113
17114         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17115
17116         * gnus-cite.el (gnus-cite-blank-line-after-header)
17117         (gnus-article-boring-faces): Add :version.
17118
17119         * gnus-art.el (gnus-buttonized-mime-types)
17120         (gnus-inhibit-mime-unbuttonizing)
17121         (gnus-treat-display-face)
17122         (gnus-treat-body-boundary): Change :version.
17123         (gnus-body-boundary-delimiter, gnus-picon-databases)
17124         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17125         (gnus-treat-date-english, gnus-treat-fold-headers)
17126         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17127         (gnus-treat-mail-picon, gnus-treat-wash-html)
17128         (gnus-article-encrypt-protocol)
17129         (gnus-use-idna, gnus-article-over-scroll)
17130         (gnus-mime-display-multipart-alternative-as-mixed)
17131         (gnus-mime-display-multipart-related-as-mixed)
17132         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17133         (gnus-ctan-url, gnus-button-ctan-handler)
17134         (gnus-button-handle-ctan-bogus-regexp)
17135         (gnus-button-ctan-directory-regexp)
17136         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17137         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17138         (gnus-button-man-level, gnus-button-emacs-level)
17139         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17140
17141         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17142         (gnus-agent-go-online): Change :version.
17143         (gnus-agent-expire-unagentized-dirs)
17144         (gnus-agent-auto-agentize-methods): Add :version.
17145
17146         * flow-fill.el (fill-flowed-display-column)
17147         (fill-flowed-encode-column): Add :version.
17148
17149         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17150         (gnus-outlook-deuglify-unwrap-max)
17151         (gnus-outlook-deuglify-cite-marks)
17152         (gnus-outlook-deuglify-unwrap-stop-chars)
17153         (gnus-outlook-deuglify-no-wrap-chars)
17154         (gnus-outlook-deuglify-attrib-cut-regexp)
17155         (gnus-outlook-deuglify-attrib-verb-regexp)
17156         (gnus-outlook-deuglify-attrib-end-regexp)
17157         (gnus-outlook-display-hook): Add :version.
17158
17159         * binhex.el (binhex-use-external): Add :version.
17160
17161 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17164         and `invisible'.
17165
17166 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17167
17168         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17169         in gnus-registry-trim.
17170
17171 2004-09-13  Simon Josefsson  <jas@extundo.com>
17172
17173         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17174
17175         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17176
17177         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17178         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17179         <yamaoka@jpl.org>.
17180         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17181         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17182         <yamaoka@jpl.org>.
17183
17184         * sieve.el (sieve-manage-mode): Ditto.
17185
17186 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17189
17190 2004-09-11  Simon Josefsson  <jas@extundo.com>
17191
17192         * dns-mode.el: Add.
17193
17194         * mm-view.el (mm-display-dns-inline): Add.
17195
17196         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17197         (mm-automatic-display): Ditto.
17198
17199         * mailcap.el (mailcap-mime-data): Add text/dns.
17200         (mailcap-mime-extensions): Map .soa to text/dns.
17201
17202 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17203
17204         * gnus-art.el (article-decode-mime-words, article-babel)
17205         (gnus-article-highlight-signature, gnus-article-add-buttons)
17206         (gnus-signature-toggle): Remove unnecessary bindings of
17207         `inhibit-read-only' inherited from v5.10 merge.
17208
17209 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17210
17211         * nntp.el (nntp): New customization group.
17212         (nntp-authinfo-file): Add customization group.
17213
17214         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17215
17216         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17217
17218         * gnus.el (to-address, to-list, subscribed)
17219         (large-newsgroup-initial): Ditto.
17220
17221         * flow-fill.el (fill-flowed-display-column)
17222         (fill-flowed-encode-column): Ditto.
17223
17224 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17225
17226         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17227         Use point-min rather than 1.
17228         (message-send-mail): Use buffer-size rather than point-max.
17229
17230         * gnus-sum.el (gnus-summary-search-article-forward):
17231         Signal a specific `search-failed' rather than a generic `error'.
17232
17233         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17234         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17235         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17236
17237 2004-09-10  Simon Josefsson  <jas@extundo.com>
17238
17239         * nndb.el (require): Remove tcp and duplicate cl.
17240
17241 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-agent.el (directory-files-and-attributes): Move forward.
17244
17245 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17246
17247         * gnus-agent.el (directory-files-and-attributes):
17248         Optionally defined to support XEmacs.
17249
17250 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17251
17252         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17253         to avoid run-time CL dependencies.
17254         (gnus-agent-unfetch-articles): New function.
17255         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17256         article numbers even when local .overview file is missing.
17257         (gnus-agent-read-article-number): New function.  Only accepts
17258         27-bit article numbers.
17259         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17260         Use gnus-agent-read-article-number.
17261         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17262         from backend while recognizing that article numbers in .overview
17263         must be valid.
17264         (gnus-agent-update-files-total-fetched-for):
17265         Use directory-files-and-attributes to improve performance.
17266         * gnus-int.el (gnus-request-move-article):
17267         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17268         improve performance.
17269
17270         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17271         some users confused by references to .newsrc when they only have a
17272         .newsrc.eld file.
17273         (gnus-convert-mark-converter-prompt)
17274         (gnus-convert-converter-needs-prompt): Fix use of property list.
17275         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17276         New function.  Used internally to only display 'gnus converting
17277         files' message when actually necessary.
17278
17279         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17280         methods now autoloaded.
17281
17282 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17285         identifiers.
17286
17287 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-picon.el: Fix indentation and closing parenthesis.
17290
17291 2004-09-01  Simon Josefsson  <jas@extundo.com>
17292
17293         * message.el (message-canlock-generate): Require sha1, not
17294         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17295         to require within a function.  Sadly, if sha1.el isn't loaded, the
17296         let binding in m-c-g will hide the defcustom definition, which is
17297         bad.)
17298
17299         * canlock.el: Require sha1, not sha1-el.
17300
17301         * message.el: Don't autoload sha1 (there is a autoload cookie in
17302         sha1.el).
17303
17304         * sha1-el.el: Rename to sha1.el.
17305
17306 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17307
17308         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17309
17310 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17311
17312         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17313
17314 2004-08-30  Kim F. Storm  <storm@cua.dk>
17315
17316         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17317
17318         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17319         Add :group 'nnimap.
17320
17321 2004-08-30  Andreas Schwab  <schwab@suse.de>
17322
17323         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17324         ?* and ?\;.
17325
17326         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17327         and ?\' to symbol instead of whitespace.
17328
17329 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17332
17333         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17334         instead of re-search-forward.
17335
17336         * gnus-uu.el (gnus-uu-save-article): Ditto.
17337         (gnus-uu-post-encode-uuencode): Ditto.
17338
17339         * html2text.el (html2text-clean-list-items): Ditto.
17340         (html2text-clean-dtdd): Ditto.
17341         (html2text-format-tags): Ditto.
17342
17343         * message.el (message-send-mail-with-sendmail): Fix regexp.
17344         (message-fill-field-general): Use search-forward instead of
17345         re-search-forward.
17346         (unbold-region): Ditto.
17347
17348         * nnrss.el (nnrss-request-article): Ditto.
17349
17350         * nnslashdot.el (nnslashdot-request-article): Ditto.
17351
17352         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17353
17354         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17355         "Unrecognized menu descriptor" error in XEmacs.
17356
17357 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17358
17359         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17360         parent article of a sparse article in the thread hashtb.
17361
17362 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17363
17364         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17365         (nnmail-expand-newtext): Lowercase expanded entries if
17366         nnmail-split-lowercase-expanded is non-nil.
17367
17368 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17371
17372         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17373         of gnus-tmp-news-method into string under XEmacs.  It will be
17374         passed to gnus-correct-length which takes only a string argument.
17375
17376 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-util.el (gnus-bind-print-variables): New macro.
17379         (gnus-prin1): Use it.
17380         (gnus-prin1-to-string): Use it.
17381         (gnus-pp): New function.
17382         (gnus-pp-to-string): New function.
17383
17384         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17385         Replace pp-to-string with gnus-pp-to-string.
17386         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17387         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17388         * gnus-msg.el (gnus-debug): Ditto.
17389         * gnus-score.el (gnus-score-save): Ditto.
17390         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17391         gnus-pp-to-string.
17392         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17393         with gnus-pp.
17394         * score-mode.el (gnus-score-pretty-print): Ditto.
17395         * webmail.el (webmail-debug): Ditto.
17396
17397 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-art.el (article-display-face, article-display-x-face):
17400         Use buffer-read-only.
17401
17402 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-art.el (article-hide-list-identifiers):
17405         Bind inhibit-read-only as t.
17406
17407 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17408
17409         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17410
17411 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17412
17413         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17414         (gnus-narrow-to-page): Don't assume point-min == 1.
17415         (gnus-article-edit-mode): Derive from message-mode.
17416
17417         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17418         point-min == 1.
17419
17420         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17421         Disable incorrect use of `assert'.
17422
17423         * message.el (message-mode): Set comment-start-skip.
17424
17425
17426 2004-08-22  Sam Steingold  <sds@gnu.org>
17427
17428         * pop3.el (pop3-leave-mail-on-server): New user variable.
17429         (pop3-movemail): Delete mail only when it is nil.
17430
17431 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17434
17435         * mml.el (mml-preview): Use `pop-to-buffer'.
17436
17437         * message.el (message-goto-mail-followup-to): Insert after "To".
17438         (message-carefully-insert-headers): Add comment.
17439
17440         * gnus.el: Remove unused variable `gnus-article-check-size'.
17441
17442         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17443
17444         * gnus-art.el (gnus-button-alist):
17445         Improve `gnus-button-handle-library' entry.
17446
17447 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17448
17449         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17450         Use downcase, since XEmacs capitalizes error messages differently.
17451
17452 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17453
17454         * nntp.el: Add (require 'gnus) due to reference to
17455         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17456
17457 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17458
17459         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17460         Bind `mm-fill-flowed'.
17461
17462         * mm-decode.el (mm-dissect-singlepart): Check it.
17463
17464 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17465
17466         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17467         'imap' for netrc parsing.
17468
17469 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17470
17471         * mailcap.el (mailcap-mime-data): Mark as risky.
17472
17473 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17476         may be included in the encoded word.
17477         (rfc2047-encode): Don't append a space if the encoded word
17478         includes close parenthesis.
17479
17480 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17483         of text within parentheses.
17484
17485 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17486
17487         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17488         (gnus-encrypt-write-file-contents): Make the password key the file
17489         name PLUS the cipher, not just the cipher.  Also remove failed
17490         passwords from the cache.
17491
17492 2004-08-06  Simon Josefsson  <jas@extundo.com>
17493
17494         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17495         Doc fix.
17496
17497 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17500         LWSP.
17501
17502 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17503
17504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17505         Try to append in-reply-to: data to the references: header.
17506
17507         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17508         (netrc-parse): Use gnus-encrypt.el functions.
17509
17510         * gnus-encrypt.el: Add new file for encryption support; currently
17511         does only a few GPG ciphers and an internal XOR cipher.
17512
17513         * password.el: Add comments on using password-read-and-add.
17514         (password-read-and-add): Add function to read and add the
17515         password to the cache at once.
17516
17517 2004-07-28  Simon Josefsson  <jas@extundo.com>
17518
17519         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17520         parameter (but don't use it, for now).
17521
17522         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17523         instead of hard coding to nil.
17524
17525 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17528         as mm-inline-image-xemacs does.
17529
17530 2004-07-26  Simon Josefsson  <jas@extundo.com>
17531
17532         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17533         Revert part of 2004-07-17 change below.
17534
17535 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17538         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17539
17540 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17541
17542         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17543         quotes that actually start with ">" at the beginning of the
17544         lines.
17545
17546 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * rfc2047.el (rfc2047-encode-region): Fix last change.
17549         (rfc2047-encode-parameter): Remove useless concat.
17550
17551 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17554         encode special characters; fix some kind of misconfigured headers;
17555         signal a real error if debug-on-quit or debug-on-error is non-nil.
17556         (rfc2047-encode-max-chars): New variable.
17557         (rfc2047-encode-1): Use it.
17558         (rfc2047-encode-parameter): New function.
17559
17560         * mml.el (mml-insert-parameter): Remove an excessive space.
17561
17562 2004-07-17  Simon Josefsson  <jas@extundo.com>
17563
17564         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17565         Kai Grossjohann <kai@emptydomain.de>.
17566         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17567         (gnus-group-make-menu-bar): Ditto.
17568
17569         * gnus-util.el (gnus-group-server): Add.
17570
17571 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * message.el (message-clone-locals): Clone sendmail and smtp
17574         variables.
17575
17576 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * rfc2047.el (rfc2047-encode-region): Fix last change.
17579
17580 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17583         characters as non-special.
17584
17585 2004-07-09  Simon Josefsson  <jas@extundo.com>
17586
17587         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17588         Users will lose all flag changes made while unplugged with
17589         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17590         good default.  See numerous reports on ding mailing list.
17591
17592 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17595         add generate-head-function and generate-article-function to the
17596         rfc822-forward entry.
17597         (nndoc-rfc822-forward-generate-article): New function.
17598         (nndoc-rfc822-forward-generate-head): New function.
17599
17600         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17601
17602 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17603
17604         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17605         respect display group parameter and gnus-summary-expunge-below.
17606         (gnus-articles-to-read): Remove unused reference to display group
17607         parameter.
17608
17609 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17610
17611         * nnheader.el (nnheader-uniquify-message-id): New experimental
17612         variable.
17613         (nnheader-nov-read-message-id): Use it.
17614
17615         * spam-report.el (spam-report-gmane): Add interactive.
17616
17617 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * mm-encode.el (mm-content-transfer-encoding-defaults):
17620         Use qp-or-base64 for the application/* types.
17621
17622 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17623
17624         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17625
17626 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17629         trim value.
17630
17631 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17632
17633         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17634         New macro and function.
17635         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17636
17637 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17640         after-load-alist.
17641
17642 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * gnus-group.el (gnus-group-get-new-news-this-group):
17645         Don't update info that isn't there.
17646
17647 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17648
17649         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17650         entry.
17651
17652 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * mm-view.el (mm-inline-render-with-function): Use multibyte
17655         buffer; decode html source by charset.
17656
17657         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17658
17659         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17660         Mule-UCS is loaded under XEmacs.
17661         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17662
17663 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17664
17665         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17666
17667 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * mm-util.el (mm-coding-system-p): Return a coding-system.
17670         (mm-mime-mule-charset-alist): Use shift_jis instead of
17671         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17672         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17673         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17674         instead of japanese-shift-jis and iso-latin-1 respectively in
17675         order to share the default value with both Emacs and XEmacs-mule.
17676         (mm-mule-charset-to-mime-charset):
17677         Make mm-coding-system-priorities effective.
17678         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17679         while predicating of candidates upon the priorities.
17680
17681 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17682
17683         * gnus-sum.el (gnus-summary-make-menu-bar):
17684         Add gnus-uu-invert-processable.
17685
17686         * gnus.el: Autoload gnus-uu-invert-processable.
17687
17688 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * mm-util.el (mm-with-multibyte-buffer): New macro.
17691
17692         * rfc2047.el (rfc2047-encode-string): Use it.
17693         (rfc2047-encode-region): Move point to the end of the region after
17694         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17695
17696 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17699         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17700
17701 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17704         (gnus-cite-parse): Ignore quoted envelope From_.
17705         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17706
17707 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17708
17709         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17710         invalid addresses.
17711
17712 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17713
17714         * spam.el: Change section markers, revise TODO list.
17715         (spam-backends): Make new master list of all installed backends.
17716         (spam-summary-exit-behavior): Add new variable to determine how
17717         messages moves are done at summary exit.
17718         (spam-move-spam-nonspam-groups-only)
17719         (spam-process-ham-in-nonham-groups)
17720         (spam-process-ham-in-spam-groups): Remove variables, the
17721         spam-summary-exit-behavior variable should be used to manage this
17722         behavior.
17723         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17724         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17725         and spam-old-spam-articles.
17726         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17727         Add empty variables, placeholders for the backends they represent.
17728         (spam-set-difference): Move, unchanged.
17729         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17730         unless the user has a processor variable.
17731         (spam-classifications, spam-classification-valid-p)
17732         (spam-backend-properties, spam-backend-property-valid-p)
17733         (spam-backend-function-type-valid-p)
17734         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17735         (spam-report-articles-gmane, spam-report-articles-resend):
17736         Remove functions, they are not needed.
17737         (spam-install-backend-super, spam-backend-list)
17738         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17739         (spam-backend-function, spam-backend-ham-registration-function)
17740         (spam-backend-spam-registration-function)
17741         (spam-backend-ham-unregistration-function)
17742         (spam-backend-spam-unregistration-function)
17743         (spam-backend-statistical-p, spam-backend-mover-p)
17744         (spam-install-backend-alias, spam-install-checkonly-backend)
17745         (spam-install-mover-backend, spam-install-nocheck-backend)
17746         (spam-install-backend, spam-install-statistical-backend)
17747         (spam-install-statistical-checkonly-backend): Add backend installation
17748         support.
17749         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17750         (spam-group-processor-p): Use the new backend code and respect the
17751         summary exit behavior.
17752         (spam-mark-spam-as-expired-and-move-routine): Remove.
17753         (spam-summary-prepare): Change to use the new spam-old-articles
17754         variable.
17755         (spam-copy-or-move-routine, spam-copy-spam-routine)
17756         (spam-move-spam-routine, spam-copy-ham-routine)
17757         (spam-move-ham-routine): Add code to copy/move ham or spam.
17758         (spam-fetch-field-fast): Improve doc and code, plus allow the
17759         'number request.
17760         (spam-list-of-checks, spam-list-of-statistical-checks):
17761         Remove variables.
17762         (spam-split, spam-find-spam): Use the new backend code.
17763         (spam-registration-functions): Remove variable.
17764         (spam-unregister-routine): Add convenience wrapper.
17765         (spam-log-undo-registration, spam-register-routine)
17766         (spam-log-processing-to-registry)
17767         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17768         where possible.
17769         (spam-check-gmane-xref, spam-check-regex-headers)
17770         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17771         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17772         (spam-check-bogofilter-headers, spam-check-spamoracle)
17773         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17774         (spam-check-crm114-headers): Use the spam-split-group that
17775         spam-split prepares, no need to determine it every time.
17776
17777         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17778         to the nnheader-parse-naked-head call.
17779
17780         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17781
17782         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17783         the nnheader-nov-read-message-id call.
17784
17785 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17788         gnus-activate-group twice.  Suggested by Markus Peter
17789         <warp@spin.de>.
17790
17791 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * gnus-art.el (gnus-article-time-format): Exchange the order of
17794         day and month in the default value; fix customization type.
17795         (article-date-ut): Use add-text-properties.
17796         (article-make-date-line): Use message-make-date instead of
17797         current-time-string.
17798
17799         * message.el (message-fetch-field): Don't use set-text-properties.
17800         (message-make-date): Simplify.
17801
17802         * messagexmas.el (message-xmas-make-date): New function.
17803         (message-xmas-redefine): Defalias message-make-date to it.
17804
17805 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17808         (rfc2047-encode-region): Treat text within parentheses as special;
17809         show the original text when error has occurred.
17810
17811         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17812         already-computed method to gnus-activate-group.
17813
17814         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17815         same select-methods identical Lisp objects.
17816
17817         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17818         object when modifying the info.
17819
17820 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17823         gnus-opened-servers since it has never been opened with the new
17824         configuration yet.
17825
17826 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17829         arg to nnheader-generate-fake-message-id.
17830
17831 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17834         number and build a fake message ID localized to a group and
17835         article number (so it's repeatable from that point on).
17836         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17837         ID format.
17838
17839         * gnus-sum.el (gnus-get-newsgroup-headers):
17840         Call nnheader-generate-fake-message-id with the article number.
17841
17842 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17843
17844         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17845         end-of-buffer.
17846
17847 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * message.el (message-ignored-supersedes-headers): Add Approved.
17850
17851 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17854         goto-char.
17855         (rfc2047-encode): Fold the line before encoding.
17856
17857 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17860         folding -- not all headers can be folded, and this should be done
17861         by the message composition mode.  Probably.  I think.
17862
17863 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17866         fast.
17867
17868         * gnus-ems.el (gnus-remove-image): Don't use
17869         message-text-with-property; remove only the image found first.
17870
17871         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17872         found first.
17873
17874 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17875
17876         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17877
17878 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * message.el (message-text-with-property): Make it fast and accept
17881         optional arguments.
17882         (message-strip-forbidden-properties): Use it.
17883         (message-fix-before-sending): Follow the m-t-w-p change.
17884
17885         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17886
17887 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-art.el (article-hide-headers): Don't change the buffer
17890         mistakenly when performing mml-preview even if
17891         gnus-single-article-buffer is nil.
17892
17893 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17894
17895         * message.el (message-expand-name-databases): New user option.
17896         (message-expand-name): Use it.
17897
17898 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * spam.el (spam-report-articles-resend)
17901         (spam-report-resend-register-routine): Allow ham reporting.
17902         (spam-report-resend-register-ham-routine): Add wrapper.
17903         (spam-registration-functions): Add ham resending functions.
17904         (spam-list-of-processors): Add ham resend processor.
17905
17906         * gnus.el (ham-resend-to): Add new group parameter.
17907         (spam-process): Add ham resend option.
17908
17909         * spam-report.el (spam-report-resend): Allow reporting ham.
17910         (spam-report-resend-ham): Add wrapper.
17911
17912 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17913
17914         * message.el (message-cite-articles-with-x-no-archive):
17915         New variable.
17916         (message-cite-original): Use it.
17917
17918 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17919
17920         * message.el (message-cite-original): Respect X-No-Archive.
17921
17922 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-art.el (article-hide-headers): Refer to the values for
17925         gnus-ignored-headers and gnus-visible-headers in the summary
17926         buffer since a user may have set them as group parameters.
17927
17928 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17929
17930         * assistant.el (assistant-node-name): Add convenience function.
17931         (assistant-render-text, assistant-render-node): Add error handling,
17932         plus handle multiple next nodes.
17933         (assistant-find-next-node): Comment out for now.
17934         (assistant-find-next-nodes): Add function, returns list of next
17935         nodes.
17936
17937 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * mail-source.el (mail-source-directory): Fix doc-string.
17940
17941 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17942
17943         * assistant.el (assistant-render-text, assistant-eval): Add :set
17944         widget type, which is different because it takes and returns a
17945         list.  Much hilarity ensues.
17946
17947 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17948
17949         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17950
17951         * gnus-group.el (gnus-group-get-new-news-this-group):
17952         Add doc-string.
17953
17954         * gnus-start.el (gnus-activate-group): Add doc-string.
17955
17956 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17959
17960 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17961
17962         * assistant.el (assistant-render-text): Try to add a :set
17963         widget, more to come.
17964
17965         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17966         strings.
17967         (spam-report-articles-resend)
17968         (spam-register-routine): Do registration iff any articles warrant
17969         it.
17970         (spam-summary-prepare-exit): Change log message for nil group
17971         destinations.
17972
17973 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17974
17975         * spam.el (spam-report-resend-register-routine):
17976         Allow spam-report-resend-to to be a group parameter or a global value.
17977
17978 2004-05-26  Simon Josefsson  <jas@extundo.com>
17979
17980         * starttls.el: Merge with my GNUTLS based starttls.el.
17981         (starttls-gnutls-program, starttls-use-gnutls)
17982         (starttls-extra-arguments, starttls-process-connection-type)
17983         (starttls-connect, starttls-failure, starttls-success):
17984         New variables.
17985         (starttls-program, starttls-extra-args): Doc fix.
17986         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17987         New functions.
17988         (starttls-negotiate, starttls-open-stream):
17989         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17990         function if it is set.
17991
17992 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17995         structured fields.
17996
17997 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18000
18001 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18002
18003         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18004         Add variable.
18005         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18006         assigning the spam-mark to new messages.
18007
18008 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18009
18010         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18011
18012 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18015
18016         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18017         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18018         default.
18019
18020 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18021
18022         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18023         correct data.
18024
18025 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18026
18027         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18028         (spam-group-processor-p): Fix function.
18029         (spam-group-processor-multiple-p)
18030         (spam-group-spam-processor-report-gmane-p)
18031         (spam-group-spam-processor-report-resend-p)
18032         (spam-group-spam-processor-bogofilter-p)
18033         (spam-group-spam-processor-blacklist-p)
18034         (spam-group-spam-processor-ifile-p)
18035         (spam-group-ham-processor-ifile-p)
18036         (spam-group-spam-processor-spamoracle-p)
18037         (spam-group-spam-processor-crm114-p)
18038         (spam-group-ham-processor-bogofilter-p)
18039         (spam-group-spam-processor-stat-p)
18040         (spam-group-ham-processor-stat-p)
18041         (spam-group-ham-processor-whitelist-p)
18042         (spam-group-ham-processor-BBDB-p)
18043         (spam-group-ham-processor-spamoracle-p)
18044         (spam-group-ham-processor-copy-p): Remove functions with some
18045         prejudice against unneeded code.
18046         (spam-report-articles-resend)
18047         (spam-report-resend-register-routine): Allow the group/topic
18048         spam-resend-to value to override spam-report-resend-to.
18049         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18050         properly now.
18051
18052         * gnus.el (spam-resend-to): Add group/topic parameter.
18053         (spam-process): Move the OBSOLETE processors to the end of the
18054         choices.
18055
18056 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18057
18058         * spam-report.el (spam-report-resend-to, spam-report-resend):
18059         Start with resend-to set to nil, and then ask the user if necessary.
18060         (spam-report-resend): spam-report-resend takes a list of articles, not
18061         separate article numbers.
18062
18063 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18066         addition to emacs-w3m.
18067
18068 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18069
18070         * assistant.el (assistant-authinfo-data): New function.
18071         (assistant-eval): Eval for entire assistant.
18072
18073         * netrc.el (netrc-services-file): New variable.
18074         (netrc-parse-services): New function.
18075         (netrc-find-service-name): New function.
18076         (netrc-find-service-number): New function.
18077         (netrc-port-equal): New function.
18078         (netrc-machine): Use it.
18079
18080         * nnimap.el (nnimap-open-connection): Use netrc.
18081
18082         * gnus-util.el (gnus-netrc-get): Remove aliases.
18083
18084         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18085
18086         * assistant.el (wid-edit): Fix compilation.
18087
18088         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18089
18090 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18091
18092         * gnus-util.el (gnus-set-file-modes): New function.  (small
18093         patch).
18094
18095 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18096
18097         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18098
18099         * assistant.el (assistant-render-node): Fix up rendering and
18100         read-only text.
18101         (assistant-render-node): Reset.
18102         (assistant-make-read-only): Not sticky.
18103
18104 2004-05-20  Danny Siu  <dsiu@adobe.com>
18105
18106         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18107         centered even when gnus-auto-center-summary is t.
18108
18109 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18110
18111         * dns.el (dns-get-txt-answer): New function.
18112         (dns-read-txt): Ditto.
18113         (query-dns): Use it.
18114
18115 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18118         active for foreign groups even if the group level is higher than
18119         the specified value.
18120
18121 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18124         non-active groups.
18125
18126         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18127
18128 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18129
18130         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18131
18132 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18133
18134         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18135         (spam-crm114-header, spam-crm114-spam-switch)
18136         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18137         (spam-crm114-positive-spam-header)
18138         (spam-crm114-database-directory, spam-list-of-processors)
18139         (spam-group-spam-processor-crm114-p)
18140         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18141         (spam-generic-score, spam-list-of-checks)
18142         (spam-list-of-statistical-checks, spam-registration-functions)
18143         (spam-check-crm114-headers, spam-crm114-score)
18144         (spam-check-crm114, spam-crm114-register-with-crm114)
18145         (spam-crm114-register-spam-routine)
18146         (spam-crm114-unregister-spam-routine)
18147         (spam-crm114-register-ham-routine)
18148         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18149         From asjo@koldfront.dk (Adam Sjøgren).
18150
18151         * gnus.el: Add spam-use-crm114.
18152
18153         * spam.el (spam-list-of-processors, spam-registration-functions):
18154         Add spam-use-resend.
18155         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18156         (spam-report-articles-gmane): Add doc fix.
18157         (spam-report-articles-resend, spam-report-resend-register-routine):
18158         Add wrappers around spam-report-resend-to.
18159
18160         * spam-report.el (spam-report-resend-to, spam-report-resend):
18161         Add support for resending spam.
18162         (spam-report-gmane): Fix line length >80.
18163
18164         * gnus.el (spam-process): Add spam-use-resend.
18165
18166 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18167
18168         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18169         number of processed spam messages.
18170         (spam-ham-copy-or-move-routine): Return the number of processed
18171         ham messages.
18172         (spam-summary-prepare-exit): Use the above values to decide
18173         whether status messages shouled be displayed.
18174
18175 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18178         `rfc2047-encoding-function-alist' in order to avoid conflicting
18179         with the old version.
18180         (rfc2047-encode-region): Concatenate words containing non-ASCII
18181         characters in structured fields; don't encode space-delimited
18182         ASCII words even in unstructured fields; don't break words at
18183         char-category boundaries.
18184         (rfc2047-encode-1): New function.
18185         (rfc2047-encode): Use it; encode text so that it occupies the
18186         maximum width within 76-column; work correctly on Q encoding for
18187         iso-2022-* charsets.
18188         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18189         sure not to break a line just after the header name.
18190         (rfc2047-b-encode-region): Remove.
18191         (rfc2047-b-encode-string): New function.
18192         (rfc2047-q-encode-region): Remove.
18193         (rfc2047-q-encode-string): New function.
18194
18195         * mm-util.el (mm-replace-in-string): New function.
18196
18197 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18198
18199         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18200         Really get it right.
18201         (gnus-inews-make-draft): Really.
18202
18203 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18204
18205         * nnmh.el (nnmh-request-list-1): Don't check the link count
18206         before descending.  (small patch)
18207
18208 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18209
18210         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18211         stuff.
18212
18213         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18214         Match on real group name.
18215
18216         * gnus-art.el (gnus-signature-limit): Doc fix.
18217
18218         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18219
18220         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18221
18222 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18223
18224         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18225         isn't a string.
18226
18227 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18228
18229         * gnus-draft.el (gnus-draft-send):
18230         Bind rfc2047-encode-encoded-words.
18231
18232         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18233         (rfc2047-encodable-p): Say that =? needs encoding.
18234         (rfc2047-encode-encoded-words): New variable.
18235
18236         * gnus-group.el (gnus-group-select-group): Doc fix.
18237
18238         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18239
18240         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18241         to nil.
18242
18243         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18244
18245         * nnheader.el (nnheader-get-lines-and-char): New function.
18246
18247 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18248
18249         * gnus-msg.el (gnus-summary-followup-with-original):
18250         Document yanking of region when active.
18251
18252 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18255         groups if the group level is higher than the specified value.
18256
18257 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18260         (gnus-group-jump-to-group): Add prefix argument using
18261         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18262         non-active group.
18263
18264         * compface.el (uncompface): Be verbose when changing
18265         `uncompface-use-external'.
18266
18267         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18268         handle manual section.
18269
18270 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18271
18272         * gnus-art.el (gnus-button-alist): Revert previous change.
18273
18274 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18277
18278 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18279
18280         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18281         whether backend can accept message.
18282
18283         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18284
18285 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18286
18287         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18288         Avoid creating directory when nntp-marks-is-evil is true.
18289         Reported by Reiner Steib.
18290
18291 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * gnus-picon.el (gnus-picon-style): New variable.
18294         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18295         (gnus-picon-transform-address): Support `gnus-picon-style'.
18296         From Jesper Harder <harder@ifa.au.dk>.
18297
18298 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * message.el (message-fill-field): Return point.
18301         (message-generate-headers): Go to end of field.
18302
18303         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18304         stuff for non-living groups.
18305
18306 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18307
18308         * gnus-art.el (gnus-article-followup-with-original)
18309         (gnus-article-reply-with-original): gnus-mark-active-p ->
18310         gnus-region-active-p.
18311
18312 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18313
18314         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18315         only when there is spam or ham to be processed.
18316
18317 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18318
18319         * mail-source.el (mail-source-delete-crash-box): Refactor.
18320         (mail-source-fetch): Use it.
18321         (mail-source-fetch-file): Ditto.
18322         (mail-source-fetch-directory): Run postscript in loop.
18323         (mail-source-fetch-pop): Delete.
18324         (mail-source-fetch-maildir): Ditto.
18325         (mail-source-fetch-imap): Ditto.
18326
18327         * imap.el (imap-authenticators): Comment out sasl.
18328
18329         * message.el (message-skip-to-next-address): New function.
18330         (message-fill-header-address): Refactor.
18331         (message-fill-address): Use it.
18332         (message-delete-address): Use it.
18333         (message-fill-header-general): Refactor.
18334         (message-fill-field-address): Rename.
18335         (message-narrow-to-field): Find the start of the header.
18336         (message-header-format-alist): Don't pre-fill.
18337         (message-fill-header): Remove.
18338         (message-insert-header): New function.
18339         (message-shorten-references): Use it.
18340
18341         * rfc2047.el (rfc2047-field-value): Strip props.
18342
18343         * mail-parse.el (mail-header-make-address): New alias.
18344
18345         * ietf-drums.el (ietf-drums-make-address): New function.
18346
18347         * imap.el: Add compiler directives.
18348
18349         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18350
18351         * gnus-art.el (article-decode-idna-rhs): Don't use
18352         message-idna-inside-rhs-p.
18353
18354 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18355
18356         * message.el (message-idna-inside-rhs-p): Remove.
18357         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18358
18359         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18360         false positives.
18361
18362 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18363
18364         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18365
18366 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18367
18368         * nneething.el (nneething-file-name): Don't create spurious
18369         files.
18370
18371         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18372         (gnus-inews-do-gcc): Remove sleep.
18373
18374         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18375         part under point.
18376
18377         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18378         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18379
18380 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18381
18382         * spam.el (spam-summary-prepare-exit): Fix (length).
18383
18384 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18387         as expired without moving it" message when there are spam
18388         messages left.
18389
18390 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18391
18392         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18393         header is not nil.
18394
18395 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18396
18397         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18398         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18399         (nntp-marks-changed-p): New arg SERVER.
18400         (nntp-request-update-info): Adjust caller.
18401
18402 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18403
18404         * nntp.el (nntp-save-marks): Pass missing arg.
18405
18406 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18407
18408         * nntp.el: Support marks.
18409         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18410         (nntp-marks-modtime, nntp-marks-directory): New variables.
18411         (nntp-request-set-mark, nntp-request-update-info)
18412         (nntp-possibly-create-directory, nntp-marks-changed-p)
18413         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18414         New functions.
18415
18416 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18419         (gnus-xmas-redefine): Rename.
18420
18421         * gnus-score.el (gnus-score-insert-help):
18422         Use gnus-select-lowest-window.
18423
18424         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18425         appt-select-lowest-window and rename to gnus-select-lowest-window.
18426
18427         * gnus.el: do.
18428
18429 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18430
18431         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18432         encodings of MIME-encoded words, in order to improve
18433         interoperability with several broken MUAs.
18434
18435 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18436
18437         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18438         tags, only when charsets are not specified in headers.
18439         (mm-inline-text-html-render-with-w3m): Ditto.
18440
18441         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18442         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18443
18444 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18445
18446         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18447         instead of MIME-decoded from fields when checking
18448         `gnus-article-address-banner-alist'.
18449
18450 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18451
18452         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18453         description rather than subject.
18454
18455 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18456
18457         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18458
18459 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18460
18461         * gnus.el (gnus-version-number): Bump.
18462
18463 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18464
18465         * gnus.el: No Gnus v0.2 is released.
18466
18467 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18468
18469         * gnus-agent.el (gnus-agent-read-agentview):
18470         Inline gnus-uncompress-range.
18471
18472 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18473
18474         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18475         `exec-installed-p'.
18476
18477 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18478
18479         * gnus.el (spam-process, spam-autodetect-methods):
18480         Add bsfilter and bsfilter-headers.
18481
18482         * spam.el (spam-bsfilter): New customize group.
18483         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18484         (spam-bsfilter-header, spam-bsfilter-probability-header)
18485         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18486         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18487         (spam-bsfilter-database-directory): New options.
18488         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18489         (spam-list-of-statistical-checks, spam-registration-functions):
18490         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18491         (spam-bsfilter-score): New command.
18492         (spam-check-bsfilter-headers, spam-check-bsfilter)
18493         (spam-bsfilter-register-with-bsfilter)
18494         (spam-bsfilter-register-spam-routine)
18495         (spam-bsfilter-unregister-spam-routine)
18496         (spam-bsfilter-register-ham-routine)
18497         (spam-bsfilter-unregister-ham-routine): New functions.
18498         (spam-generic-score): Support bsfilter; Accept an optional argument
18499         to recalcurate spam score even if scoring header has already been
18500         added.
18501         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18502         optional argument to recalcurate spam score even if scoring header
18503         has already been added.
18504
18505 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18508         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18509         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18510         link is missing.
18511
18512 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18515         (html2text-get-attr): Rewrite.
18516
18517         * message.el (message-setup-1): Remove redundant put-text-property
18518         on mail-header-separator.
18519
18520 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18521
18522         * gnus-registry.el (gnus-registry-cache-whitespace)
18523         (gnus-registry-action, gnus-registry-spool-action)
18524         (gnus-registry-split-fancy-with-parent): Change message levels
18525         from 5 to 3 or 7, as needed.
18526
18527         * spam.el (spam-summary-prepare-exit)
18528         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18529         (spam-split, spam-find-spam, spam-log-undo-registration)
18530         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18531         level from 5 to 6.
18532
18533 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18536         2004-03-04 change).
18537
18538 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18539
18540         * sieve-manage.el (sieve-manage-open):
18541         * nnweb.el (nnweb-insert-html):
18542         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18543         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18544         * nnspool.el (nnspool-request-group):
18545         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18546         * nnml.el (nnml-request-update-info):
18547         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18548         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18549         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18550         (nnimap-request-set-mark):
18551         * nnfolder.el (nnfolder-request-update-info):
18552         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18553         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18554         * gnus-uu.el (gnus-uu-find-articles-matching):
18555         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18556         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18557         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18558         * gnus-nocem.el (gnus-nocem-scan-groups):
18559         * gnus-int.el (gnus-start-news-server):
18560         * gnus-group.el (gnus-group-make-kiboze-group)
18561         (gnus-group-browse-foreign-server):
18562         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18563         Use mapc when appropriate.
18564
18565 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18566
18567         FIXME: Make separate entries for each person.
18568
18569         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18570         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18571         <shields@msrl.com>:
18572
18573         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18574         may need for spam sorting and scoring.
18575         (spam-user-format-function-S): Add user format function suitable for
18576         general use.
18577         (spam-article-sort-by-spam-status): Add sorting function for summary
18578         sorting.
18579         (spam-extra-header-to-number): Add function to get a score from a
18580         header.
18581         (spam-summary-score): Add function to get a numeric score from the
18582         headers.
18583         (spam-generic-score): Fix function doc, was in wrong place.
18584         (spam-initialize): Take symbols when it's run, and install the
18585         extra headers that spam-necessary-extra-headers thinks we need.
18586
18587 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18590         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18591
18592 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18593
18594         * gnus-sum.el (gnus-set-global-variables)
18595         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18596         (gnus-article-get-xrefs, gnus-summary-best-group)
18597         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18598         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18599         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18600         Use with-current-buffer.
18601
18602 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * spam.el (spam-summary-prepare-exit): Simplify logic.
18605         (spam-fetch-article-header): Read the article header if it's not
18606         available.
18607         (spam-list-articles): Simplify logic.
18608         (spam-filelist-register-routine): Fix bug with unregister-list.
18609
18610         * gnus-registry.el: Fix comments at beginning.
18611
18612 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18613
18614         * message.el (message-cater-to-broken-inn): Remove.
18615         (message-shorten-references): Make sure the total folded length of
18616         References is shorter than 998 characters to cater to a bug in INN
18617         2.3.  Also, don't pretend that references aren't folded -- this
18618         hasn't worked for a while.
18619
18620 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18621
18622         * gnus-agent.el (gnus-agentize):
18623         gnus-agent-send-mail-real-function no longer set to current value
18624         of message-send-mail-function but rather a lambda that calls
18625         message-send-mail-function.  The change makes the agent real-time
18626         responsive to user changes to message-send-mail-function.
18627
18628 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18629
18630         * legacy-gnus-agent.el
18631         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18632         help from Florian Weimer <fw@deneb.enyo.de>
18633
18634 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * nnmail.el (nnmail-cache-insert): Revert last change.
18637
18638 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * nnmail.el (nnmail-cache-insert): Always check whether
18641         nnmail-cache-ignore-groups matches a group name.
18642
18643 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18644
18645         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18646         (spam-find-spam, spam-log-processing-to-registry)
18647         (spam-log-registered-p, spam-log-unregistration-needed-p)
18648         (spam-log-undo-registration): Use gnus-message instead of
18649         gnus-error, none of these errors are fatal.
18650
18651         * gnus-registry.el (gnus-registry-clean-empty-function)
18652         (gnus-registry-clean-empty): Remove only empty entries without
18653         extra data.
18654
18655 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18656
18657         * spam-stat.el (spam-stat-buffer-change-to-spam)
18658         (spam-stat-buffer-change-to-non-spam): Change (error) to
18659         (gnus-message 8) invocation.
18660
18661 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * nntp.el (nntp-via-netcat-command): New variable.
18664         (nntp-via-netcat-switches): New variable.
18665         (nntp-open-via-rlogin-and-netcat): New function.
18666         (nntp-open-connection-function): Doc fix.
18667         (nntp-telnet-command): Doc fix.
18668         (nntp-end-of-line): Doc fix.
18669         (nntp-via-rlogin-command): Doc fix.
18670         (nntp-via-user-name): Doc fix.
18671         (nntp-via-address): Doc fix.
18672
18673 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18674
18675         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18676         error in Emacs 21.1.
18677
18678 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18679
18680         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18681
18682 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18683
18684         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18685         (gnus-agent-with-refreshed-group): New macro.
18686         (gnus-agent-rename-group): New function.
18687         (gnus-agent-delete-group): New function.
18688         (gnus-agent-save-group-info): Use gnus-command-method when
18689         `method' parameter is nil.  Don't write nil entries into the
18690         active file.
18691         (gnus-agent-get-group-info): New function.
18692         (gnus-agent-fetch-articles):
18693         Use gnus-agent-update-files-total-fetched-for to increment disk space
18694         used.
18695         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18696         Use gnus-agent-update-view-total-fetched-for to increment disk space
18697         used.
18698         (gnus-agent-get-local): Add optional parameters to avoid calling
18699         gnus-group-real-name and gnus-find-method-for-group.
18700         (gnus-agent-set-local): Delete stored entry if either min, or max,
18701         are nil.
18702         (gnus-agent-fetch-session): Reworded error/quit messages.
18703         On quit, use gnus-agent-regenerate-group to record existance of any
18704         articles fetched to disk before the quit occurred.
18705         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18706         gnus-agent-update-view-total-fetched-for, and
18707         gnus-agent-update-files-total-fetched-for to decrement disk space
18708         used.
18709         (gnus-agent-retrieve-headers):
18710         Use gnus-agent-update-view-total-fetched-for to increment disk space
18711         used.
18712         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18713         with gnus-agent-update-files-total-fetched-for to decrement disk
18714         space and fresh group buffer.
18715         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18716         (gnus-agent-need-update-total-fetched-for): New variable.
18717         (gnus-agent-update-files-total-fetched-for): New function.
18718         (gnus-agent-update-view-total-fetched-for): New function.
18719         (gnus-agent-total-fetched-for): New function.
18720
18721         * gnus-cache.el (gnus-cache-save-buffers):
18722         Use gnus-cache-update-overview-total-fetched-for to change disk space
18723         used by this group.
18724         (gnus-cache-possibly-enter-article):
18725         Use gnus-cache-update-file-total-fetched-for to increment disk space
18726         used by this group.
18727         (gnus-cache-possibly-remove-article):
18728         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18729         used by this group.
18730         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18731         (gnus-cache-rename-group): New function.
18732         (gnus-cache-delete-group): New function.
18733         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18734         (gnus-cache-need-update-total-fetched-for): New variable.
18735         (gnus-cache-with-refreshed-group): New macro.
18736         (gnus-cache-update-file-total-fetched-for): New function.
18737         (gnus-cache-update-overview-total-fetched-for): New function.
18738         (gnus-cache-rename-group-total-fetched-for): New function.
18739         (gnus-cache-delete-group-total-fetched-for): New function.
18740         (gnus-cache-total-fetched-for): New function.
18741
18742         * gnus-group.el: Require gnus-sum and autoload functions to
18743         resolve warnings when gnus-group.el compiled alone.
18744         (gnus-group-line-format): Documented new %F.
18745         (size of Fetched data) group line format; identifies disk space
18746         used by agent and cache.
18747         (gnus-group-line-format-alist): Defined new F format.
18748         (gnus-total-fetched-for): New function.
18749         (gnus-group-delete-group): No longer update
18750         gnus-cache-active-altered as gnus-request-delete-group now keeps
18751         the cache in sync.
18752         (gnus-group-list-active): Let the agent store a server's active
18753         list if currently plugged.
18754
18755         * gnus-int.el (gnus-request-delete-group):
18756         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18757         local disk in sync with the server.
18758         (gnus-request-rename-group):
18759         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18760         local disk in sync with the server.
18761
18762         * gnus-start.el (gnus-get-unread-articles):
18763         Cosmetic simplification to logic.
18764
18765         * gnus-util.el (gnus-rename-file): New function.
18766
18767 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18768
18769         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18770
18771 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18774         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18775
18776 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18779         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18780
18781 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18782
18783         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18784
18785 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18786
18787         * spam.el (spam-set-difference): Add function to replace
18788         gnus-set-difference in spam.el.
18789         (spam-summary-prepare-exit): Use spam-set-difference.
18790
18791 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18792
18793         * gnus-registry.el (gnus-registry-cache-file): Update to use
18794         gnus-dribble-directory OR gnus-home-directory OR ~.
18795         (gnus-registry-split-fancy-with-parent): Fix doc.
18796
18797 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * message.el (message-exchange-point-and-mark):
18800         Use message-mark-active-p.  Suggested by Jesper Harder
18801         <harder@ifa.au.dk>.
18802
18803 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * message.el (message-exchange-point-and-mark): Don't activate
18806         region if it was inactive.  Suggested by Hiroshi Fujishima
18807         <pooh@nature.tsukuba.ac.jp>.
18808
18809 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-art.el (article-display-face): Display Faces in the same
18812         order as X-Faces.
18813
18814 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18815
18816         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18817
18818 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18821         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18822         (gnus-article-mime-hierarchy): Remove.
18823         (gnus-article-mime-hierarchy-next): Remove.
18824         (gnus-article-mode): Revert 2004-03-19 change.
18825         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18826         (gnus-insert-mime-button): Revert 2004-03-19 change.
18827         (gnus-mime-accumulate-hierarchy): Remove.
18828         (gnus-mime-enter-multipart): Remove.
18829         (gnus-mime-leave-multipart): Remove.
18830         (gnus-mime-display-part): Revert 2004-03-19 change.
18831         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18832
18833         * mml.el (mml-preview): Revert 2004-03-19 change.
18834
18835 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18836
18837         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18838
18839 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18842         t while entering a file name using the mm-with-multibyte macro.
18843         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18844
18845         * mm-util.el (mm-with-multibyte): New macro.
18846
18847 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18850         New user option.
18851         (gnus-mime-multipart-functions): Doc and customization fix.
18852         (gnus-article-mime-hierarchy): New variable.
18853         (gnus-article-mime-hierarchy-next): New variable.
18854         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18855         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18856         gnus-article-mime-hierarchy-next to nil.
18857         (gnus-insert-mime-button): Show hierarchy numbers.
18858         (gnus-mime-accumulate-hierarchy): New function.
18859         (gnus-mime-enter-multipart): New function.
18860         (gnus-mime-leave-multipart): New function.
18861         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18862         (gnus-mime-display-alternative): Show hierarchy numbers.
18863
18864         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18865         gnus-article-mime-hierarchy-next to nil.
18866
18867 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18868
18869         * dns.el: Don't require gnus-xmas.
18870
18871 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18874         inline PGP.
18875         (mml-menu): Disable mml-quote-region if mark is inactive.
18876
18877 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18880         when the group's active is not available.
18881
18882 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18885         error.
18886
18887 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * imap.el (imap-store-password): New variable.
18890         (imap-interactive-login): Use it.
18891         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18892
18893 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18896         window-start and hscroll to summary window.
18897
18898 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18899
18900         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18901         conversion message to newsrc-dribble when an actual conversion is
18902         performed.
18903
18904 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18905
18906         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18907
18908 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18909
18910         * mm-decode.el (mm-complicated-handles): New function reviving
18911         former definition of mm-multiple-handles.
18912
18913         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18914         (gnus-mime-delete-part): Use it.
18915
18916 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18917
18918         * gnus-agent.el (gnus-agent-read-local):
18919         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18920         avoid the implicit assumption that they will always be equal.
18921         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18922         coding-system-for-write, as the with-temp-file macro first prints
18923         to a buffer then saves the buffer.
18924
18925 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * gnus-art.el (gnus-article-edit-part): New function.
18928         (gnus-mime-save-part-and-strip): Use it; do query instead of
18929         signaling an error; don't use mm-multiple-handles.
18930         (gnus-mime-delete-part): Ditto.
18931
18932 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18933
18934         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18935         old file versions.
18936         (gnus-group-prepare-hook): Remove function that converted list
18937         form of gnus-agent-expire-days to group properties.
18938
18939         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18940         (gnus-request-accept-article): Re-indented.
18941
18942         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18943         converters to handle old agent file formats.  Add logic for a
18944         "backup before upgrading warning".
18945         (gnus-convert-mark-converter-prompt): Developers can mark
18946         functions as needing (default), or not needing,
18947         gnus-convert-old-newsrc's "backup before upgrading warning".
18948         (gnus-convert-converter-needs-prompt): Tests whether the user
18949         should be protected from potentially irreversable changes by the
18950         function.
18951
18952         * legacy-gnus-agent.el: New.  Provides converters that are only
18953         loaded when gnus-convert-old-newsrc needs to call them.
18954
18955 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18956
18957         * mail-source.el (mail-source-touch-pop): Doc fix.
18958
18959         * message.el (message-smtpmail-send-it): Doc fix.
18960
18961 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18962
18963         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18964
18965         * nnmail.el (nnmail-split-fancy): do.
18966
18967         * gnus-kill.el (gnus-kill, gnus-execute): do.
18968
18969 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18970
18971         * gnus-sum.el (gnus-widget-reversible-match)
18972         (gnus-widget-reversible-to-internal)
18973         (gnus-widget-reversible-to-external): New functions.
18974         (gnus-widget-reversible): New widget.
18975         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18976
18977 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18978
18979         * gnus-sum.el (gnus-thread-sort-functions)
18980         (gnus-article-sort-functions): Document `(not F)' items.
18981
18982 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18983
18984         * spam.el (spam-use-gmane-xref): Add new backend.
18985         (spam-gmane-xref-spam-group): Add variable to control the name of the
18986         Gmane spam group.
18987         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18988         (spam-regex-headers-spam, spam-regex-headers-ham)
18989         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18990         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18991         backends and checks.
18992         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18993
18994         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18995         an autodetect method.
18996
18997 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18998
18999         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19000         articles are being added to a group.
19001         (gnus-request-replace-article): Inform the agent that articles
19002         need to be uncached as the cached contents are no longer valid.
19003
19004 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * binhex.el: Don't autoload executable-find.
19007
19008         * canlock.el: Don't autoload mail-fetch-field.
19009
19010         * dgnushack.el: Autoload c-mode for XEmacs.
19011
19012         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19013
19014         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19015         rmail-dont-reply-to and rmail-output.
19016
19017         * gnus-score.el: Don't autoload ffap-string-at-point.
19018
19019         * gnus-setup.el: Don't autoload sc-cite-original.
19020
19021         * imap.el: Don't autoload base64-decode-string,
19022         base64-encode-string and md5.
19023
19024         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19025         and rmail-msg-restore-non-pruned-header.
19026
19027         * mm-decode.el: Don't autoload executable-find.
19028
19029         * mm-url.el: Don't autoload executable-find.
19030
19031         * mm-view.el: Don't autoload diff-mode.
19032
19033         * nndb.el: Don't autoload news-reply-mode, news-setup,
19034         cancel-timer and telnet.
19035
19036         * password.el: Don't autoload run-at-time for Emacs.
19037
19038         * sha1-el.el: Don't autoload executable-find.
19039
19040         * sieve-mode.el: Don't autoload c-mode.
19041
19042         * uudecode.el: Don't autoload executable-find.
19043
19044 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19045
19046         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19047         (gnus-agent-possibly-alter-active): Avoid null in numeric
19048         comparison.
19049         (gnus-agent-set-local): Refuse to save null in local object table.
19050         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19051         list of articles that will be marked as unread.
19052
19053 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19056
19057 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19058
19059         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19060         language tags.
19061
19062 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19063
19064         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19065         Don't bind "obarray".
19066
19067         * gnus-sum.el (gnus-thread-sort-functions):
19068         Add `gnus-thread-sort-by-most-recent-number' and
19069         `gnus-thread-sort-by-most-recent-date'.
19070         Reported by Kai Grossjohann <kai@emptydomain.de>.
19071
19072 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19075
19076 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19077
19078         * gnus-cus.el (gnus-agent-customize-category):
19079         Remove ignore-errors macro reference that required cl to be loaded at
19080         run-time.
19081
19082         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19083         single-interval range of the form (min . max).  Previously the
19084         range had to look like ((min . max)).  Likewise, return
19085         (min . max) rather than ((min . max)).
19086         (gnus-range-map): Use gnus-range-normalize to accept
19087         single-interval range.
19088
19089         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19090         the cache, but not the agent, now appear with their usual face.
19091
19092         * dgnushack.el (loaddir): New variable that is bound to the
19093         directory containing the dgnushack.el file. Use loaddir, rather
19094         than srcdir, to update load-path. Change lets dgnushack compile
19095         code in directories other than GNUS/lisp.
19096
19097 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * lpath.el: Don't bind w3m-safe-url-regexp.
19100
19101         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19102         w3m-safe-url-regexp variable buffer-local.
19103
19104         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19105
19106 2004-02-27  Simon Josefsson  <jas@extundo.com>
19107
19108         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19109         gnus-group-real-prefix.
19110         (gnus-summary-move-article): Use it, instead of
19111         gnus-group-real-prefix.
19112
19113 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * lpath.el: Bind w3m-safe-url-regexp.
19116
19117         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19118         w3m-safe-url-regexp variable buffer-local and set it as the value
19119         of mm-w3m-safe-url-regexp.
19120
19121         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19122
19123         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19124         parsing gnus-posting-styles when the message is not for replying.
19125
19126         * dgnushack.el: Autoload sgml-mode for XEmacs.
19127
19128         * nnrss.el (nnrss-opml-export):
19129         Use mm-set-buffer-file-coding-system instead of
19130         set-buffer-file-coding-system.
19131
19132 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19135         of checkdoc.el).
19136         * nnrss.el: do.
19137         * gnus-mlspl.el: do.
19138         * gnus-ml.el: do.
19139         * gnus-srvr.el: do.
19140
19141         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19142
19143 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19144
19145         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19146         Corrections to custom-manual links.
19147
19148         * gnus-art.el (gnus-article): Ditto.
19149
19150         * mm-decode.el (mime-display, mime-security): Ditto.
19151
19152 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19153
19154         * flow-fill.el: Typo.
19155
19156 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19157
19158         * spam-wash.el: New file.
19159
19160 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19161
19162         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19163
19164 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19165
19166         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19167         to be run with new-articles as LIST1, not LIST2.
19168         (spam-registration-functions): Add spam-use-ham-copy as a nil
19169         registration backend.
19170
19171 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19172
19173         * spam-stat.el (spam-stat-washing-hook): New option.
19174         (spam-stat-buffer-words): Use it.
19175         (spam-stat-process-directory, spam-stat-test-directory):
19176         Use insert-file-contents-literally.
19177         (spam-stat-coding-system): New variable.
19178         (spam-stat-load, spam-stat-save): Use it.
19179
19180 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * spam-report.el (spam-report-plug-agent):
19183         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19184
19185 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19188         Allow / in mailto URLs.
19189
19190 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19191
19192         * spam-report.el (spam-report-process-queue): Fix interactive use.
19193         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19194         (spam-report-unplug-agent): Doc fixes.
19195         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19196         (spam-report-agentize, spam-report-deagentize): Autoload.
19197
19198 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19201
19202         * message.el (message-setup-fill-variables): Add mml tags to
19203         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19204         <ajk@iu.edu>.
19205         (message-mode): Don't modify paragraph-separate there.
19206
19207 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * compface.el (uncompface-use-external): Default to undecided.
19210         (uncompface-use-external-threshold): New variable.
19211         (uncompface-float-time): New macro.
19212         (uncompface): Determine whether to use the external decoder if
19213         uncompface-use-external is undecided.
19214
19215 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216
19217         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19218         after images.
19219
19220         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19221
19222 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19223
19224         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19225
19226         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19227
19228         * gnus-sum.el (gnus-summary-limit-to-age)
19229         (gnus-summary-limit-children): do.
19230
19231         * gnus-int.el (gnus-request-scan): do.
19232
19233         * gnus-group.el (gnus-group-suspend): do.
19234
19235         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19236
19237         * gnus-cite.el (gnus-cite-parse-attributions): do.
19238
19239         * gnus-agent.el (gnus-summary-set-agent-mark)
19240         (gnus-agent-regenerate-group): do.
19241
19242         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19243
19244         * binhex.el (binhex-decode-region-internal): do.
19245
19246 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * gnus-fun.el (gnus-face-properties-alist): New user option.
19249         (gnus-display-x-face-in-from): Use it.
19250
19251         * gnus-art.el (article-display-face): Ditto.
19252
19253         * compface.el (uncompface-use-external): Default to nil.
19254
19255 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19256
19257         * nntp.el (nntp-erase-buffer): New function.
19258         (nntp-retrieve-data, nntp-send-command)
19259         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19260         (nntp-possibly-change-group): Use it.
19261
19262         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19263         Use with-current-buffer.
19264
19265 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19266
19267         * compface.el: Merge the ELisp-based uncompface program.
19268         (compface): New customization group.
19269         (uncompface-use-external): New user option.
19270         (uncompface): Call uncompface-internal if uncompface-use-external
19271         is nil.
19272         (uncompface-internal): New function.  Note that there are also
19273         some other functions and variables added for this function.
19274
19275 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19276
19277         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19278         if necessary.
19279
19280 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19281
19282         * spam-report.el (spam-report-unplug-agent)
19283         (spam-report-plug-agent, spam-report-deagentize)
19284         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19285         Add support for the Agent in spam-report: when unplugged, report to a
19286         file; when plugged, submit all the requests.
19287
19288         * spam.el (spam-register-routine): Fix message about
19289         registration.
19290
19291 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19292
19293         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19294         dependencies.
19295         (rfc2047-encode): Use it.
19296
19297         * gnus-art.el (gnus-button-marker-list): Move before first
19298         reference.
19299
19300         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19301         (imap-parse-body): Fix format string mismatch.
19302
19303         * gnus-score.el (gnus-summary-increase-score): do.
19304
19305         * nnrss.el (nnrss-close): New function.
19306
19307 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19308
19309         * nnrss.el (nnrss-make-filename): New function.
19310         (nnrss-request-delete-group, nnrss-read-server-data)
19311         (nnrss-save-server-data, nnrss-read-group-data)
19312         (nnrss-save-group-data): Use it.
19313         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19314         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19315         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19316
19317 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19320
19321 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19322
19323         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19324         files.
19325
19326         * message.el (message-generate-headers-first): Don't quote nil
19327         and t in docstrings.
19328
19329         * imap.el (imap-id): do.
19330
19331         * gnus-agent.el (gnus-agent-consider-all-articles)
19332         (gnus-agent-queue-mail): do.
19333
19334 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * spam-report.el (spam-report-process-queue): New function.
19337         Process requests from `spam-report-requests-file'.
19338         (spam-report-process-queue): Doc fix.
19339
19340 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19341
19342         * spam.el (spam-register-routine)
19343         (spam-log-processing-to-registry, spam-log-registered-p)
19344         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19345         Change "check" to "spam-check" for semi-clarity.
19346
19347 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19348
19349         * pop3.el: Require nnheader.
19350
19351         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19352
19353         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19354
19355         * gnus-picon.el: Require cl.
19356
19357         * gnus-fun.el: Require gnus-ems and gnus-util.
19358
19359         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19360
19361         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19362
19363         * gnus-art.el (gnus-article-edit-mode): Define before first
19364         reference.
19365
19366 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19367
19368         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19369         (gnus-uu-post-encoded): Use point-at-bol.
19370
19371         * gnus-topic.el (gnus-group-active-topic-p): do.
19372
19373         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19374
19375         * gnus-group.el (gnus-group-kill-region): do.
19376
19377         * gnus-art.el (article-date-ut): do.
19378
19379         * message.el (message-fetch-field): Remove redundant
19380         case-fold-search binding.
19381         (message-narrow-to-field): Simplify.
19382
19383 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19384
19385         * spam.el (spam-directory): Derive from `gnus-directory'.
19386
19387         * spam-report.el (spam-report-url-to-file)
19388         (spam-report-requests-file): New function and variable for offline
19389         reporting.
19390         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19391         and user defined function.
19392         (spam-report-url-ping-mm-url): Remove doubled slash.
19393
19394 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19395
19396         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19397
19398 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19399
19400         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19401         Fix format string mismatch.
19402
19403         * sieve.el (sieve-deactivate-all): do.
19404
19405         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19406
19407         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19408
19409         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19410
19411         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19412
19413 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19416         the list of checks.
19417
19418 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19419
19420         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19421         padding.
19422
19423 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19424
19425         * mm-view.el (mm-fill-flowed): New variable.
19426         (mm-inline-text): Use it.
19427
19428 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19429
19430         * spam.el (spam-spamassassin-register-ham-routine)
19431         (spam-spamassassin-register-spam-routine): Fix function names.
19432
19433 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * gnus.el (gnus-tmp-grouplens): Remove.
19436         (gnus-summary-line-format): Remove grouplens.
19437
19438         * gnus-group.el (gnus-group-line-format): Ditto.
19439
19440         * gnus-spec.el (gnus-format-specs): Ditto.
19441         (gnus-update-format-specifications): Flush the group format spec
19442         cache if there's the grouplens stuff.
19443         (gnus-parse-simple-format): Replace %l with the empty string.
19444
19445 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19446
19447         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19448         omission.
19449
19450 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19453         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19454
19455 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19456
19457         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19458         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19459         New macros and functions.
19460         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19461         Handle > NLINK_MAX messages.
19462         * nnmaildir.el (nnmaildir-request-set-mark):
19463         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19464
19465 2004-01-25  Alex Schroeder  <alex@gnu.org>
19466
19467         * spam-stat.el (spam-stat-process-directory-age): New option.
19468         (spam-stat-process-directory): Use it.
19469
19470 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19471
19472         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19473         (spam-stat-save): Accept prefix argument.
19474
19475 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19476
19477         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19478         links" error.
19479
19480 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19483         the rest of the and/or forms.
19484
19485 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19486
19487         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19488         compatibility with old .newsrc.eld files.
19489
19490         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19491
19492         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19493
19494         * gnus-start.el (gnus-1): do.
19495
19496         * gnus-group.el (gnus-group-line-format-alist): do.
19497
19498         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19499
19500         * gnus-gl.el: Remove.
19501
19502 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19503
19504         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19505         marks consisting of a single range {for example, (3 . 5)} rather
19506         than a list of a single range { ((3 . 5)) }.
19507
19508 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19509
19510         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19511         Use with-current-buffer.
19512         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19513         avoid consing a string.
19514
19515         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19516         Remove obsolete entries for big5 and gb2312.
19517
19518 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19519
19520         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19521         uncompressed list.
19522
19523 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * spam-stat.el (spam-stat-strip-xref): New function.
19526         (spam-stat-process-directory): Use it.
19527
19528         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19529         here -- it's done in message-fetch-field.
19530
19531 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19532
19533         * gnus-agent.el (gnus-agent-queue-mail)
19534         (gnus-agent-prompt-send-queue): New variables.
19535         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19536         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19537         "nndraft:queue" along to gnus-draft-send.
19538         Use gnus-agent-prompt-send-queue.
19539         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19540         is "nndraft:queue".  Suggested by Gaute Strokkenes
19541         <gs234@srcf.ucam.org>
19542
19543         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19544         (agent-enable-undownloaded-faces): Add.
19545         (gnus-agent-cat-groups): Use eval-and-compile, not
19546         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19547         method of gnus-agent-cat-groups even when the buffer has been
19548         evaled.
19549         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19550         delete gnus-agent-save-active-1.
19551         (gnus-agent-save-groups): Delete.  Identical to
19552         gnus-agent-save-active.
19553         (gnus-agent-write-active): No longer adjust agent's copy of active
19554         file as agent's adjustments are now stored in their own
19555         file.  Remove optional parameter.
19556         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19557         servers.  Add use of min/max range limits from server's local
19558         file.
19559         (gnus-agent-save-alist): Remove unused optional argument.
19560         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19561         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19562         (gnus-agent-set-local): A per-server file that keeps min/max range
19563         limits for articles known to the agent.  Provides a fast mechanism
19564         for altering many active ranges.
19565         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19566         active file (local makes it unnecessary).
19567         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19568
19569         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19570         (agent-enable-undownloaded-faces): Add.
19571
19572         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19573         disable it when sending to "nndraft:queue".
19574         (gnus-group-send-queue): Add safety check to avoid sending queue
19575         when unplugged.
19576
19577         * gnus-group.el (gnus-group-catchup): Use new
19578         gnus-sequence-of-unread-articles, not
19579         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19580         numbers of articles.  Use gnus-range-map to avoid having to
19581         uncompress the unread list.
19582         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19583         Fix invalid ange-ftp reference.
19584
19585         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19586         (gnus-sorted-range-intersection): Intersection of two ranges
19587         without requiring that they first be uncompressed.
19588
19589         * gnus-start.el (gnus-activate-group): Unless blocked by the
19590         caller, possibly expand the active range to include both cached
19591         and agentized articles.
19592         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19593         multiple version-dependent converters.
19594         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19595         gnus-agent-save-active.
19596         (gnus-save-newsrc-file): Save dirty agent range limits.
19597
19598         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19599         gnus-agent-possibly-alter-active.
19600         (gnus-adjust-marked-articles): Faster handling of simple lists.
19601
19602 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19603
19604         * spam-stat.el (spam-stat-test-directory): New optional argument
19605         displays a list of files detected.  Suggested by Andrew Cohen
19606         <cohen@andy.bu.edu>.
19607         (spam-stat-buffer-words-with-scores): Don't narrow and change
19608         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19609
19610 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19611
19612         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19613         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19614         (spam-spamassassin-arguments)
19615         (spam-spamassassin-spam-flag-header)
19616         (spam-spamassassin-positive-spam-flag-header)
19617         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19618         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19619         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19620         (spam-list-of-processors, spam-list-of-checks)
19621         (spam-list-of-statistical-checks, spam-registration-functions)
19622         (spam-check-spamassassin-headers, spam-check-spamassassin)
19623         (spam-spamassassin-score)
19624         (spam-spamassassin-register-with-sa-learn)
19625         (spam-spamassassin-register-spam-routine)
19626         (spam-spamassassin-register-ham-routine)
19627         (spam-assassin-register-spam-routine)
19628         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19629         (spam-bogofilter-score): Fix to show article before scoring.
19630
19631 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19632
19633         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19634         default scoring function.
19635         (spam-generic-score): Call spam-spamassassin-score if
19636         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19637         spam-bogofilter-score otherwise.
19638
19639         * gnus.el (spam-process, spam-autodetect-methods):
19640         Add spamassassin and spamassassin-headers.
19641
19642 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19643
19644         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19645         Suppress unnecessary messages.
19646
19647 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19648
19649         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19650         make-hash-table.
19651
19652 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * canlock.el (base64-encode-string): Don't autoload it.
19655
19656 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19657
19658         * run-at-time.el: Remove useless (require 'itimer),
19659         eval-and-compile and (featurep 'xemacs).
19660
19661 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19662
19663         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19664         GROUP is a virtual group.
19665
19666 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19667
19668         * gnus.el: Autoload `message-y-or-n-p'.
19669
19670 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19671
19672         * pgg-parse.el: Remove unnecessary (require 'custom).
19673
19674         * pgg-def.el: do.
19675
19676         * nnmail.el: do.
19677
19678         * gnus-undo.el: do.
19679
19680         * gnus-picon.el: do.
19681
19682         * gnus-util.el: do.
19683
19684 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19685
19686         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19687
19688 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19691         handle, as well as a list.
19692
19693         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19694         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19695         (mm-w3m-cid-retrieve): Simplify.
19696
19697 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19698
19699         * message.el (message-kill-to-signature): Allow prefix arg to
19700         specify number of lines to keep before signature.
19701
19702 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19703
19704         * message.el (message-kill-to-signature): Change docstring.
19705
19706 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * canlock.el: Always require sha1-el.
19709         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19710
19711         * message.el: Autoload sha1 only when compiling.
19712
19713         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19714         eudc-expand-inline for XEmacs.
19715
19716 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * message.el (message-canlock-generate): Require sha1-el.
19719
19720 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19721
19722         * message.el (message-expand-name): Silence the byte compiler.
19723
19724         * lpath.el: Add detect-coding-system.
19725
19726         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19727         cus-edit.
19728
19729 2004-01-13  Simon Josefsson  <jas@extundo.com>
19730
19731         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19732         Invoke gnus-score-mode.
19733         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19734
19735         * gnus-range.el (gnus-compress-sequence): Doc fix.
19736         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19737
19738 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19739
19740         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19741
19742 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19743
19744         * spam.el (spam-get-article-as-string): Update to use
19745         gnus-request-article-this-buffer, much simpler.
19746         (spam-get-article-as-buffer): Remove.
19747
19748 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19749
19750         * message.el (message-expand-name): Use EUDC if the user uses that.
19751
19752 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19753
19754         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19755         character for the encoding to avoid consing a string.
19756
19757         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19758         unnecessarily.
19759
19760         * mm-util.el (mm-replace-chars-in-string): Remove.
19761
19762         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19763         of mm-replace-chars-in-string.
19764
19765 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19766
19767         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19768
19769         * mm-util.el (mm-subst-char-in-string): Support inplace.
19770
19771         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19772         a new string in every iteration.  Use shy groups.
19773
19774 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19775
19776         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19777         * gnus-soup.el (gnus-soup-group-brew):
19778         * gnus-msg.el (gnus-put-message):
19779         * gnus-move.el (gnus-group-move-group-to-server):
19780         * gnus-kill.el (gnus-batch-score):
19781         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19782         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19783         (gnus-group-update-group, gnus-group-read-group)
19784         (gnus-group-make-group, gnus-group-make-help-group)
19785         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19786         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19787         (gnus-group-sort-by-unread, gnus-group-catchup)
19788         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19789         (gnus-group-yank-group, gnus-group-set-info)
19790         (gnus-group-list-groups):
19791         * gnus.el (gnus-generate-new-group-name):
19792         * gnus-delay.el (gnus-delay-send-queue):
19793         * nnvirtual.el (nnvirtual-catchup-group):
19794         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19795         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19796         (gnus-group-prepare-topics, gnus-topic-check-topology):
19797         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19798         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19799         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19800         (gnus-group-make-articles-read):
19801         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19802         (gnus-group-change-level, gnus-kill-newsgroup)
19803         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19804         (gnus-get-unread-articles, gnus-make-articles-unread)
19805         (gnus-make-ascending-articles-unread): Use accessor
19806         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19807         to get group information for improved readability.
19808
19809
19810 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19811
19812         * gnus-art.el (article-decode-mime-words, article-babel)
19813         (gnus-article-highlight-signature, gnus-article-add-buttons)
19814         (gnus-signature-toggle): Use gnus-with-article-buffer.
19815
19816         * gnus-art.el (gnus-article-highlight-headers)
19817         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19818
19819         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19820         (gnus-article-set-globals, gnus-request-article-this-buffer)
19821         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19822         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19823         (gnus-mime-display-alternative): Use with-current-buffer.
19824
19825 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19826
19827         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19828         also under 80 char limit, and call gnus-error if needed.
19829         (spam-fetch-article-header): Fix - it was a
19830         buffer-local variable (gnus-newsgroup-data).
19831         (spam-find-spam): Use spam-generate-fake-headers, forget about
19832         spam-insert-fake-headers.
19833         (spam-insert-fake-headers): Remove.
19834
19835 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19836
19837         * deuglify.el (gnus-article-outlook-unwrap-lines)
19838         (gnus-outlook-rearrange-article)
19839         (gnus-outlook-repair-attribution-outlook)
19840         (gnus-outlook-repair-attribution-block)
19841         (gnus-outlook-repair-attribution-other): Remove redundant
19842         save-excursion.
19843
19844 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19845
19846         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19847         (spam-fetch-field-subject-fast)
19848         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19849         (spam-fetch-article-header): Add functions to deal with Gnus
19850         internals for fast retrieval of article header data.
19851         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19852
19853 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19854
19855         * pop3.el (pop3-md5): Remove.
19856         (pop3-apop): Replace pop3-md5 with md5.
19857
19858         * mm-bodies.el: base64 is always built-in.
19859
19860         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19861         Use with-current-buffer.
19862
19863 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19864
19865         * canlock.el (canlock-insert-header): Remove excessive grouping in
19866         regexp.
19867
19868         * gnus-sum.el (gnus-summary-read-document): Ditto.
19869
19870         * gnus-uu.el (gnus-uu-part-number): Ditto.
19871
19872         * html2text.el (html2text-remove-tags): Ditto.
19873         (html2text-format-tags): Ditto.
19874         (html2text-format-single-elements): Ditto.
19875
19876         * mml.el (mml-parse-1): Ditto.
19877
19878 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19879
19880         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19881
19882         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19883
19884         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19885
19886         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19887
19888 2003-11-15  Simon Josefsson  <jas@extundo.com>
19889
19890         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19891         (pgg-gpg-lookup-key): Use regexp match instead of
19892         split-string (split-string is different between emacs 21.2 and
19893         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19894
19895 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19896
19897         * gnus-art.el (gnus-mime-view-all-parts)
19898         (gnus-article-part-wrapper, gnus-article-view-part):
19899         Use with-current-buffer.
19900
19901 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19902
19903         * spam.el (spam-disable-spam-split-during-ham-respool)
19904         (spam-spamoracle-database, spam-cache-lookups)
19905         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19906         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19907         (spam-group-ham-marks, spam-group-spam-marks)
19908         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19909         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19910         also add spam-use-blackholes to the statistical checks.
19911         (spam-fetch-field-fast): Add interface to fetching fields, may
19912         become a macro.
19913         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19914         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19915         (spam-insert-fake-headers): Fake an article when needed.
19916         (spam-find-spam): Fake article when possible.
19917         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19918         (spam-check-bogofilter-headers): Use message-fetch-field instead
19919         of nnmail-fetch-field.
19920
19921 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19924
19925 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19926
19927         * spam.el (spam-split): Do not require spam-use-CHECK to be
19928         enabled if that check is passed to spam-split explicitly; also
19929         fix so 'spam doesn't get converted to spam-split-group when
19930         spam-split-symbolic-return is t.
19931         (spam-find-spam): Find registrations of the article and use those
19932         instead of re-running spam-split to find the spam/ham
19933         classification of the article.
19934         (spam-log-processing-to-registry, spam-log-registered-p)
19935         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19936         Use gnus-error instead of gnus-message.
19937         (spam-log-registration-type): Add function to determine the
19938         classification of a message based on registry entries; will
19939         return nil if both 'spam and 'ham are found.
19940         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19941         a reasonably fast local cache without the loading errors.
19942         (spam-cache-lookups): Set to t by default.
19943         (spam-find-spam): Don't try to guess spam-cache-lookups.
19944         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19945         spam-caches entry.
19946         (spam-filelist-build-cache, spam-filelist-check-cache):
19947         Fix caching of whitelist/blacklist entries.
19948         (spam-check-whitelist, spam-check-blacklist):
19949         Invoke spam-from-listed-p with a type, not a cache variable.
19950         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19951
19952 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19953
19954         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19955
19956         * nnmail.el (nnmail-split-fancy): do.
19957
19958         * mml.el (mml-parse): do.
19959
19960         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19961         (gnus-score-adaptive): do.
19962
19963 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19966         (gnus-mime-button-map): Don't set keymap parent.
19967         (gnus-button-ctan-directory-regexp): Use shy grouping.
19968         (gnus-prev-page-map): Don't set keymap parent.
19969         (gnus-prev-page-map): Remove duplicated one.
19970         (gnus-next-page-map): Don't set keymap parent.
19971         (gnus-mime-security-button-map): Ditto.
19972
19973         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19974         version number.
19975
19976         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19977
19978 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * canlock.el (canlock-sha1-function): Remove.
19981         (canlock-sha1-function-for-verify): Remove.
19982         (canlock-openssl-program): Remove.
19983         (canlock-openssl-args): Remove.
19984         (canlock-ignore-errors): Remove.
19985         (canlock-sha1-with-openssl): Remove.
19986         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19987         (canlock-verify): Don't use canlock-ignore-errors.
19988
19989         * sha1-el.el (sha1-string-external): Make it can return a string
19990         in binary form.
19991         (sha1-region-external): Ditto.
19992         (sha1-string-internal): Ditto.
19993         (sha1-region-internal): Ditto.
19994         (sha1-region): Ditto.
19995         (sha1-string): Ditto.
19996         (sha1): Ditto.
19997
19998 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19999
20000         * spam.el (spam-report-articles-gmane): New command.
20001
20002 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20003
20004         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20005
20006         * run-at-time.el (run-at-time-saved): Remove.
20007         (run-at-time): Doc fix.
20008
20009 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20010
20011         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20012         (gnus-summary-limit-map): Add it.
20013         (gnus-summary-make-menu-bar): do.
20014
20015 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20016
20017         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20018         Make attempt at some caching support (done for BBDB only now).
20019         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20020         addresses to be checked.
20021         (spam-clear-cache-BBDB): Add function, to be invoked by
20022         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20023         (spam-check-BBDB): Check and use the caches, if
20024         spam-cache-lookups is on, remove superfluous (provide).
20025
20026 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20027
20028         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20029
20030 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20031
20032         * run-at-time.el (run-at-time-saved): Move to after the definition
20033         of `run-at-time'.
20034
20035         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20036
20037 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20040         mm-w3m-local-map-property.
20041
20042         * mm-view.el (mm-w3m-mode-map): Remove.
20043         (mm-w3m-local-map-property): Remove.
20044         (mm-inline-text-html-render-with-w3m): Don't use
20045         mm-w3m-local-map-property.
20046
20047 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20048
20049         * run-at-time.el: New file.
20050
20051         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20052         under Emacs.
20053
20054         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20055         of gnus-set-text-properties.
20056
20057         * gnus-uu.el (gnus-uu-save-article): Ditto.
20058
20059         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20060
20061         * gnus-cite.el (gnus-cite-parse): Ditto.
20062
20063         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20064         of gnus-.
20065
20066         * gnus-xmas.el (run-at-time): Require run-at-time.
20067
20068         * gnus.el: Change calls to nnheader-run-at-time and
20069         password-run-at-time throughout to use run-at-time directly.
20070
20071         * password.el: Remove definition of run-at-time.
20072
20073         * nnheaderxm.el: Remove definition of run-at-time.
20074
20075 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20076
20077         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20078         in prompt.
20079
20080 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20081
20082         * messagexmas.el (message-xmas-redefine): Alias
20083         `message-make-caesar-translation-table' to
20084         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20085         version.
20086
20087         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20088         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20089         `gnus-xmas-set-text-properties'.
20090         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20091         `gnus-xmas-completing-read'.
20092         (gnus-xmas-completing-read): Removed.
20093         (gnus-xmas-open-network-stream): Removed.
20094
20095         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20096         XEmacs version.
20097
20098         * dns.el (dns-make-network-process): Use `open-network-stream'
20099         instead of `gnus-xmas-open-network-stream'.
20100
20101         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20102
20103         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20104
20105 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20106
20107         * gnus-art.el (gnus-mime-display-alternative)
20108         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20109         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20110         Don't use gnus-local-map-property.
20111
20112         * gnus-util.el (gnus-local-map-property): Remove.
20113
20114         * mm-view.el (mm-view-pkcs7-decrypt):
20115         Replace gnus-completing-read-maybe-default with completing-read.
20116
20117         * gnus-util.el (gnus-completing-read): do.
20118         (gnus-completing-read-maybe-default): Remove.
20119
20120 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20121
20122         * password.el: Only autoload `run-at-time' if not XEmacs.
20123         Only autoload the itimer functions if XEmacs.
20124
20125 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20128         XEmacsen.
20129
20130         * dgnushack.el: Autoload executable-find for XEmacs.
20131
20132 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20133
20134         * gnus-art.el (gnus-read-string): Remove.
20135         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20136         read-string.
20137
20138 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20139
20140         * netrc.el: Autoload password-read.
20141         (netrc): Add configuration group.
20142         (netrc-encoding-method, netrc-openssl-path):
20143         Add variables for encoding and decoding of files with symmetric
20144         ciphers.
20145         (netrc-encode): Add assistant function to encode a file with
20146         netrc-encoding-method.
20147         (netrc-parse): Add interactive parameter, added optional
20148         decoding if netrc-encoding-method is non-nil but otherwise
20149         behavior is standard.
20150         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20151         Do s/encode/encrypt/ everywhere.
20152
20153         * spam.el: Remove executable-find autoload.
20154
20155 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20156
20157         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20158
20159         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20160
20161 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20162
20163         * gnus-art.el (gnus-treat-ansi-sequences)
20164         (article-treat-ansi-sequences): New variable and function.
20165         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20166
20167         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20168         Use it.
20169
20170 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20171
20172         * mm-util.el (mm-quote-arg): Remove.
20173
20174         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20175         shell-quote-argument.
20176
20177         * gnus-uu.el (gnus-uu-command): do.
20178
20179         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20180
20181         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20182         with make-char.
20183
20184         * mm-util.el (mm-make-char): Remove.
20185
20186         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20187         add-minor-mode.
20188
20189         * gnus-undo.el (gnus-undo-mode): do.
20190
20191         * gnus-topic.el (gnus-topic-mode): do.
20192
20193         * gnus-sum.el (gnus-dead-summary-mode): do.
20194
20195         * gnus-start.el (gnus-slave-mode): do.
20196
20197         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20198
20199         * gnus-ml.el (gnus-mailing-list-mode): do.
20200
20201         * gnus-gl.el (gnus-grouplens-mode): do.
20202
20203         * gnus-draft.el (gnus-draft-mode): do.
20204
20205         * gnus-dired.el (gnus-dired-mode): do.
20206
20207         * gnus-ems.el (gnus-add-minor-mode): Remove.
20208
20209         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20210         Replace gnus-char-width with char-width.
20211
20212         * gnus-ems.el (gnus-char-width): Remove.
20213
20214         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20215         Replace gnus-char-width with char-width.
20216
20217         * gnus-ems.el (gnus-char-width): Remove.
20218
20219         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20220         definition.
20221         Remove Emacs 20 hash table compatibility code.
20222
20223         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20224         20 compatibility code.
20225
20226         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20227
20228         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20229
20230         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20231         Replace with point-at-{eol,bol}.
20232
20233         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20234
20235         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20236
20237         * flow-fill.el (fill-flowed-point-at-bol)
20238         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20239
20240         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20241         Replace with point-at-{eol,bol} throughout all files.
20242
20243 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * ntlm.el (ntlm-string-as-unibyte): New macro.
20246         (ntlm-build-auth-response): Use it.
20247
20248         Remove Emacs 20 stuff:
20249         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20250         (butlast, mapc, remove): Remove the compiler macros.
20251         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20252         of delq and copy-sequence.
20253         * gnus-art.el (popup-menu): Remove the compiler macro.
20254         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20255         Emacs 20.
20256
20257 2004-01-05  Simon Josefsson  <jas@extundo.com>
20258
20259         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20260         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20261         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20262         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20263         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20264         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20265         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20266         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20267         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20268         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20269         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20270         string-xor into ntlm-string-xor.
20271         Suggested by Jesper Harder <harder@myrealbox.com>.
20272
20273         * ntlm.el: Don't include poem.
20274
20275         * md4.el (print-int32, print-string-hexa): Remove.
20276         Suggested by Jesper Harder <harder@myrealbox.com>.
20277
20278         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20279
20280         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20281         probably breaks emacs with DL patch, but do we care? Is anyone
20282         still using the DL stuff?)
20283
20284         * sieve-manage.el: Use the password package.
20285         (sieve-manage-read-passwd): Remove.
20286         (sieve-manage-interactive-login): Use password.  Re-add
20287         condition-case around loop.
20288
20289         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20290         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20291         Use the password package.
20292
20293 2003-02-19  Simon Josefsson  <jas@extundo.com>
20294
20295         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20296         token.
20297
20298 2002-08-07  Simon Josefsson  <jas@extundo.com>
20299
20300         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20301         (sieve-manage-authenticators):
20302         (sieve-manage-authenticator-alist): Add some SASL mechs.
20303         (sieve-sasl-auth): New function.
20304         (sieve-manage-cram-md5-auth):
20305         (sieve-manage-plain-auth): Rewrite using SASL library.
20306         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20307         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20308         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20309         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20310
20311 2004-01-05  Simon Josefsson  <jas@extundo.com>
20312
20313         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20314         New files.
20315
20316 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20317
20318         * gnus-group.el (gnus-no-groups-message): Update.
20319
20320         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20321
20322 2003-11-09  Simon Josefsson  <jas@extundo.com>
20323
20324         * imap.el: Support for ID IMAP extension (RFC 2971).
20325         (imap-local-variables): Add imap-id.
20326         (imap-id): New variable.
20327         (imap-id): New function.
20328         (imap-parse-response): Parse untagged ID response.
20329         * nnimap.el (nnimap-id): New variable.
20330         (nnimap-open-connection): Use it.
20331
20332 2003-12-28  Simon Josefsson  <jas@extundo.com>
20333
20334         * gnus-score.el (gnus-score-edit-all-score): New.
20335         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20336
20337 2004-01-04  Simon Josefsson  <jas@extundo.com>
20338
20339         * password.el: Add.
20340
20341 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20342
20343         * dns.el (dns-query-types): Fix typo.
20344         (dns-query-types): New function.
20345         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20346         PTR and SOA replies, see RFC 1035.
20347
20348 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20349
20350         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20351
20352         * Move to Changelog.2.
20353
20354 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20355
20356         * gnus.el (gnus-version-number): Bump version.
20357
20358 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20359
20360         * gnus.el: No Gnus v0.1 is released.
20361
20362 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20363
20364         * gnus.el: No Gnus v0.0 is released.
20365
20366 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20367
20368         * gnus.el (gnus-version-number): Bump.
20369         (gnus-version): No.
20370
20371 See ChangeLog.2 for earlier changes.
20372
20373   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20374
20375   This file is part of GNU Emacs.
20376
20377   GNU Emacs is free software: you can redistribute it and/or modify
20378   it under the terms of the GNU General Public License as published by
20379   the Free Software Foundation, either version 3 of the License, or
20380   (at your option) any later version.
20381
20382   GNU Emacs is distributed in the hope that it will be useful,
20383   but WITHOUT ANY WARRANTY; without even the implied warranty of
20384   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20385   GNU General Public License for more details.
20386
20387   You should have received a copy of the GNU General Public License
20388   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20389
20390 ;; Local Variables:
20391 ;; coding: utf-8
20392 ;; fill-column: 79
20393 ;; add-log-time-zone-rule: t
20394 ;; End: