(float-time): If float-time is bound, always use it on all Emacsen.
[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
6         * shr.el (shr-put-color): Don't do the box padding in tables, since
7         they're already padded.
8
9 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-art.el (gnus-article-next-page): When the last line of the
12         article is displayed, scroll down once more instead of going to the
13         next article at once.
14         (article-lapsed-string): Refactor out and allow specifying how many
15         segments you want.
16         (gnus-article-setup-buffer): Start updating the lapsed header directly.
17         (gnus-article-update-lapsed-header): New variable.
18
19         * shr.el: Revert change that made headings use different-sized faces.
20         The Emacs display engine isn't advanced enough that, for instance,
21         tables can comfortably use differntly-sized faces.
22
23 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
24
25         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
26         used.
27         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
28         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
29         we're using an encrypted connection.
30
31         * proto-stream.el: Alter the interface functions to also return the
32         actual stream type used: network or tls.
33
34 2011-01-25  Julien Danjou  <julien@danjou.info>
35
36         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
37         (mm-display-javascript-inline): New function.
38
39         * mm-decode.el (mm-inline-media-tests): Add application/javascript
40         viewing function.
41
42 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * shr.el (shr-expand-newlines): Fix variable name.
45
46 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
47
48         * shr.el (shr-expand-newlines): Make nested boxes work.
49
50 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
51
52         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
53         backgrounds.
54         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
55         in a more sensible manner.
56
57 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
60         if EPG is loaded.
61
62 2011-01-24  Julien Danjou  <julien@danjou.info>
63
64         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
65         tags.
66
67 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
70         commands.
71
72         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
73         in the article buffer.
74         (gnus-gravatar-insert): Use blank space from the current buffer to
75         avoid breaking text properties.  This makes X-Sent updating work again.
76
77         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
78
79 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
82         fix the bug in url-http.el instead.
83
84         * shr.el (shr-image-fetched): Ditto.
85
86         * shr.el (shr-image-fetched): Avoid having point move in the article
87         buffer.
88
89         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
90         buffer after being called.  It's apparently being killed by url.el, and
91         killing it made point move to end-of-buffer in a random buffer.
92
93         * shr.el (shr-image-fetched): Ditto.
94
95 2011-01-23  Julien Danjou  <julien@danjou.info>
96
97         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
98
99         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
100         text/x-org.
101
102 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-sum.el (gnus-summary-move-article): Protect against backends
105         (i.e., nnimap) returning nil as the article number.
106
107 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
108
109         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
110         "DelSp" parameter in RFC3676.
111
112 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
113
114         * message.el (message-check-recipients): Display the encoded version of
115         the bogus address if they differ.
116
117         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
118         after sending.
119
120         * gnus-agent.el (gnus-agent-send-mail): Ditto.
121
122         * gnus-group.el (gnus-group-refresh-group): New convenience function.
123
124         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
125         group buffer after sending the queue.
126
127         * gnus-agent.el (gnus-agent-send-mail): Ditto.
128
129 2011-01-22  Julien Danjou  <julien@danjou.info>
130
131         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
132
133 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
134
135         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
136         nested related parts.
137
138         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
139         unexpired articles.  This fixes the regression that led expiry marks to
140         disappear from nnfolder groups.
141
142 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
143
144         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
145         Don't confuse the "ret" of "retrograde" with RET.
146
147 2011-01-21  Julien Danjou  <julien@danjou.info>
148
149         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
150         than mm-insert-inline.
151
152 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
155         Widen article buffer.
156
157 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
158
159         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
160         the temp buffer.
161         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
162
163 2011-01-20  Julien Danjou  <julien@danjou.info>
164
165         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
166
167         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
168         than mm-insert-inline to insert inline part: this respect
169         mm-inline-media-tests displayers.
170
171         * mm-view.el (mm-display-shell-script-inline): New function.
172
173         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
174
175         * mm-uu.el (mm-uu-type-alist): Add org block.
176         (mm-uu-org-src-code-block-extract): New function.
177
178         * mm-view.el (mm-display-org-inline): New function.
179
180         * mm-decode.el (mm-automatic-display): Add text/org.
181
182         * mailcap.el (mailcap-mime-extensions): Add .org.
183
184 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-art.el (gnus-article-highlight): Remove argument passed to
187         gnus-article-add-buttons.
188
189 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
190
191         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
192         From header with a date and "nobody" as the sender.
193
194 2011-01-19  Julien Danjou  <julien@danjou.info>
195
196         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
197         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
198         if you have the same regexp several times.
199         (gnus-button-push): Fix matching when regexp is symbol.
200
201 2011-01-15  Glenn Morris  <rgm@gnu.org>
202
203         * message.el (message-mail): A compose-mail function should
204         accept headers as strings.
205
206 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
207
208         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
209         Add :vert-only tags.
210         (message-mail): New arg RETURN-ACTION.
211         (message-return-action): New var.
212         (message-bury): Use it.
213         (message-mode): Make it buffer-local.
214         (message-send-and-exit): Always call message-bury.
215
216         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
217         message-mail.
218
219 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * nnimap.el (nnimap-convert-partial-article): Protect against
222         zero-length body parts.
223
224         * mm-decode.el (mm-preferred-alternative-precedence):
225         Discourage showing empty parts.
226
227         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
228         and stuff if the backend didn't return the article number.  This fixes
229         an Exchange-related nnimap bug.
230
231         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
232         group window, because it does the wrong thing when a separate frame
233         displays the group buffer.
234
235         * proto-stream.el (open-protocol-stream): Protect against the low-level
236         transport functions returning nil.
237
238 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
239
240         * mml2015.el (epg-sub-key-fingerprint): Autoload.
241         (mml2015-epg-find-usable-secret-key): New function.
242         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
243         mml2015-epg-find-usable-key (Bug#7797).
244         (mml2015-epg-encrypt): Ditto.
245
246 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * dgnushack.el (rot13-string): Fix the way to get the argument.
249
250 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
253
254 2011-01-03  Glenn Morris  <rgm@gnu.org>
255
256         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
257
258         * sieve.el (sieve-open-server): Give a more explicit error if
259         sieve-manage-open returns nil.  (Bug#7720)
260
261 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
262
263         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
264
265 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
268         This avoids sending passwords in plain text over non-encrypted
269         channels.
270
271         * shr.el (shr-rescale-image): Display all GIF images as animated images.
272
273         * nnimap.el (nnimap-login): Refactored out into own function, and
274         implement CRAM-MD5.
275         (nnimap-wait-for-line): Refactored out.
276
277         * mm-view.el (mml-smime): Require.
278
279 2010-12-20  David Engster  <deng@eml.cc>
280
281         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
282         use EPG to decrypt S/MIME messages instead of openssl.
283
284 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
287
288         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
289         status is the group clearly is unreachable.
290
291         * auth-source.el (auth-source-create): Add the optional second
292         parameter to `local-variable-p' to be compatible with XEmacs.
293
294 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
295
296         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
297         work when using a compressed nnml folder.
298
299 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
302         backends after sanitising on entry, because this never makes sense:
303         If the articles have gone missing, then the data no longer exists on
304         the backend, and if they haven't, then Gnus is wrong, and shouldn't
305         overwrite anything anyway.
306
307         * shr.el (shr-insert-document): Bind shr-width dynamically to
308         window-width if it's nil.
309
310 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
311
312         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
313         with the meaning of using the full emacs window width for rendering.
314
315 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
316
317         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
318         case when sender is not given.
319
320 2010-12-23  Julien Danjou  <julien@danjou.info>
321
322         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
323         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
324         the addresses, otherwise we might misplaced the gravatar.
325
326 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
327
328         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
329         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
330         obsolete in Emacs.
331
332 2010-12-20  Julien Danjou  <julien@danjou.info>
333
334         * gnus-util.el (gnus-rescale-image): Revert last change.
335
336 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
337
338         * binhex.el: Improve commentary (Bug#7482).
339
340 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-group.el (gnus-group-delete-articles): New command.
343
344 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
345
346         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
347
348 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
351         here, since it's up to the backends to do CRLF removal if their
352         protocol has it.
353
354         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
355
356 2010-12-17  Julien Danjou  <julien@danjou.info>
357
358         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
359         they are from file. Can also scale up.
360
361 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
364         gnus-use-agent.
365         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
366
367         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
368
369 2010-12-17  Julien Danjou  <julien@danjou.info>
370
371         * gravatar.el (gravatar-retrieve-synchronously): New function.
372         (gravatar-get-data): Make more robust.
373
374 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
377
378 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
381         to really consider the last line.
382
383 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
384
385         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
386         list of recipient keys, or use symmetric encryption if not a list.
387         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
388         EPA override, replacing the call to `netrc-store-data'.
389
390 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
391
392         * gnus-srvr.el: Avoid passing nil regexp argument to
393         delete-matching-lines.
394
395 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
398         fetching stops when Gnus exits.
399
400         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
401         function.
402         (nnfolder-request-expire-articles): Save all the buffers after doing
403         expiry.
404
405         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
406         the last article", since that led to serious performance regressions
407         when expiring nnml groups.
408
409 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
410
411         * nnir.el: Improve customizations.
412
413 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
416
417         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
418         group has been killed.
419         (gnus-group-yank-group): Ditto.
420
421         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
422
423         * nnimap.el (nnimap-request-update-group-status): New function.
424
425         * gnus-int.el (gnus-request-update-group-status): New interface
426         function.
427
428         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
429         copying read-ness to the backends.
430
431         * nnimap.el (nnimap-quirk): New function.
432         (nnimap-retrieve-group-data-early): Use it.
433         (nnimap-quirks): New alist.
434
435 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * shr.el (shr-insert): Set shr-start after deleting trailing space;
438         don't delete it within indentation.
439
440 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
443         previous line.
444
445 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
448         QRESYNC command by deleting a superfluous space which broke Cyrus
449         servers.  This change will break other servers that are buggy the other
450         way around.
451
452 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
453
454         * spam.el: Reindent and fix long lines.
455         (spam-copy-or-move-routine): Exclude invalid move destinations.
456
457 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
458
459         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
460         installed the registry.
461
462 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
465
466 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
467
468         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
469         groupname doesn't contain "gmane".
470
471 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
474         and netrc-bound-and-true-p bindings.
475         (netrc-parse): Cache the netrc contents.
476
477         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
478         (gnus-1): Don't create the nndrafts group twice.
479         (gnus-setup-news): There's no need to read the active file here, since
480         that's done again later on a per-backend basis.
481         (gnus-start-draft-setup): Make sure that the new group is started out
482         empty.
483
484         * gnus-agent.el (gnus-agentize): Don't create the queue group
485         automatically on startup.  It'll be created later, if needed.
486
487         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
488         of automatically subscribed groups.
489         (gnus-auto-subscribed-categories): New variable.
490         (gnus-matches-options-n): Use it.
491         (gnus-default-subscribed-newsgroups): Remove unused variable.
492         (gnus-start-draft-setup): Message a bit less.
493
494 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
495
496         * nnir.el (nnir-run-imap): Return article list in order of increasing
497         UID.
498
499 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-sum.el (gnus-summary-enter-digest-group):
502         Mention gnus-auto-select-on-ephemeral-exit.
503
504         * proto-stream.el (proto-stream-open-network-only): Fix the calling
505         convention of the network-only option.
506
507 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * proto-stream.el (proto-stream-open-network-only): New function to
510         have a way to specify non-STARTTLS upgrade connections.
511
512 2010-12-10  Julien Danjou  <julien@danjou.info>
513
514         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
515         email address is nil.
516
517         * message.el (message-bogus-recipient-p): Set address to "" if nil.
518
519 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
520
521         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
522         deletion.
523         (nnir-run-imap): Only need to parse list once.
524
525 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * shr.el (shr-tag-script): Ignore <script>.
528         (shr-tag-label): Add <label> support.
529
530 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
533
534         * shr.el (shr-image-displayer): Work for images lined side by side.
535
536 2010-12-08  Robert Pluim  <rpluim@gmail.com>
537
538         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
539         parameter, since XEmacs doesn't accept t as a parameter.
540
541 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
542
543         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
544         ids.
545         (nnir-run-gmane): Simplify groupspec formatting.
546         (nnir-request-expire-articles): New function.
547
548 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
551         overflow, possibly.
552
553         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
554         (shr-render-td): Handle td style="" better.
555         (shr-tag-table): Use the color from the style sheet.
556         (shr-render-td): Make sure we copy over all the overlays, too.
557
558 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
559
560         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
561         (nnir-request-article): Improve article retrieval.
562
563 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * mm-util.el (mm-extra-numeric-entities): New variable.
566
567         * mm-url.el (mm-url-decode-entities):
568         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
569
570         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
571
572 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
573
574         * message.el: Use completion-at-point.
575         (message-completion-function): New fun, extracted from message-tab.
576         (message-mode): Use it for completion-at-point-functions.
577         (message-tab): Use it and completion-at-point.
578
579 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
582         character if a non-breakable character follows.
583
584 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
587         any stream.
588
589         * shr.el (shr-tag-font): Colorize the region.
590         (shr-tag-body): Ditto.
591         (shr-tag-font): Actually let the styles be inherited instead of
592         overwriting them.
593         (shr-tag-font): Get the background color right.
594         (shr-tag-style): Ignore all <style> tags for the moment.
595
596         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
597         a Message-ID to avoid having nnimap depend on gnus-sum.
598
599         * shr.el (shr-descend): Only colorize something if we have a node that
600         sets colors.
601
602 2010-12-06  Julien Danjou  <julien@danjou.info>
603
604         * shr.el (shr-render-td): Render td content with shr-descend, so style
605         will be applied to <td> too.
606         (shr-colorize-region): Colorize region even if we only have a background.
607         (shr-tag-body): Fix color and background color inheritance.
608         Do not recolorize after shr-generic.
609         (shr-tag-font): Let shr-generic colorize via inheritance.
610
611 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
614
615 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
616
617         * nnir.el (nnir-request-move-article): Remove obsolete code.
618
619 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
622
623 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-sum.el (gnus-summary-respool-article): The completion function
626         expects a list instead of an alist.
627
628         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
629         string as the parameter.
630
631         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
632
633         * shr.el (shr-stylesheet): New dynamic variable for cascading the
634         styles.
635         (shr-colorize-region): New function.
636         (shr-insert-background-overlay): Remove.
637         (shr-render-td): Background setting should be taken care of on a higher
638         level.
639         (shr-tag-body): Use post-hoc colorizations.
640         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
641         (shr-put-color-1): Don't overwrite old colors.
642         (shr-colorize-region): When the background color isn't explicit, use
643         a fixed background.
644
645         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
646         nnmail variables.
647
648 2010-12-05  Bjørn Mork  <bjorn@mork.no>
649
650         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
651         unless necessary.
652
653 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
654
655         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
656         server.
657
658 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
661         so that TAB works.
662
663         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
664         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
665
666         * shr.el (shr-urlify): Show the URL before the title to avoid
667         misleading URLs.
668
669 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
670
671         * shr.el (shr-urlify): Display the title in <a> tags.
672
673 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
674
675         * nnir.el (nnir-categorize): Replace mapcar with mapc.
676
677 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
678
679         * nnir.el: Rearrange code to allow macros to be autoloaded by
680         gnus-sum.el.
681         (nnir-retrieve-headers-override-function): Make this variable
682         customizable.
683         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
684
685         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
686         from nnir.el.
687
688 2010-12-03  Julien Danjou  <julien@danjou.info>
689
690         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
691
692 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
695         allow optional argument `environment'.
696
697 2010-12-03  Glenn Morris  <rgm@gnu.org>
698
699         * mm-extern.el (message-goto-body): Update declaration.
700
701 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gnus-util.el (gnus-macroexpand-all): New function.
704
705         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
706         instead of macroexpand-all that is unavailable in XEmacs.
707
708 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
709
710         * nnir.el (nnir-summary-line-format): New variable.
711         (nnir-mode): Use it.
712         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
713         (nnir-article-ids): Reimplement as defsubst.
714         (nnir-retrieve-headers): Don't mangle the subject header.
715         (nnir-run-imap): Use 100 as RSV score.
716         (nnir-run-find-grep): Fix for full server searching.
717         (nnir-run-gmane): Better restriction to gmane groups.
718
719         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
720         summary buffers.
721
722 2010-12-02  Julien Danjou  <julien@danjou.info>
723
724         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
725
726         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
727
728         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
729         support.
730
731 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
732
733         * nnir.el: Update to handle the registry better.
734         (autoload): Silence byte-compiler.
735         (nnir-open-server): Add a hook for nnir groups.
736         (nnir-request-move-article): Don't mangle the header. Better to use
737         formating variables (which will be added in the future).
738         (nnir-registry-action): Update the registry using the original article
739         group name.
740         (nnir-mode): Install nnir-specific hooks for updating the registry.
741
742         * gnus-sum.el
743         (gnus-article-original-subject,gnus-newsgroup-original-name):
744         Remove obsolete variables.
745         (gnus-summary-move-article): Remove use of obsolete variables.
746         (gnus-summary-local-variables): Make move and delete hooks local to
747         summary buffers.
748
749 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * rtree.el: New file.
752
753 2010-12-01  Julien Danjou  <julien@danjou.info>
754
755         * message.el (message-user-organization): Do not use
756         gnus-local-organization.
757
758         * gnus.el: Remove gnus-local-organization.
759
760         * gnus-msg.el: Remove nastygram thing.
761
762 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
763
764         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
765         funcall.
766
767 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
770         names.
771
772         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
773         characters.
774
775         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
776         to t of inhibit-read-only since it is inside gnus-with-article-headers.
777         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
778         (gnus-gravatar-transform-address): Use mail-extract-address-components
779         that supports non-ASCII names rather than mail-header-parse-addresses.
780
781 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * proto-stream.el (open-protocol-stream): All starttls connections are
784         handled by the network handler.
785
786 2010-11-30  Julien Danjou  <julien@danjou.info>
787
788         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
789         (nnimap-open-connection-1): Fix PREAUTH.
790
791         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
792
793 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
796         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
797         (shr-insert): Use them.
798         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
799
800 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
801
802         * nnir.el (nnir-request-move-article): Bail out if original group
803         doesn't support article moves.
804         (nnir-get-active): Improve active list retrieval.
805
806 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * shr.el (shr-find-fill-point): Don't break before apostrophes.
809
810 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
811
812         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
813         seem to accept strings-with-numbers as port numbers,
814
815 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
818         change the registry.
819
820 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
823         delete-dups that is not available in XEmacs 21.4.
824
825         * mm-util.el (mm-delete-duplicates): Add comment.
826
827 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
828
829         * nnir.el (nnir-ignored-newsgroups): New variable.
830         (nnir-get-active): Use it.
831
832 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * proto-stream.el (proto-stream-open-network): Add some comments.
835
836         * nntp.el (nntp-open-connection): Provide a :success condition.
837
838         * nnimap.el (nnimap-open-connection-1): Ditto.
839
840         * proto-stream.el (proto-stream-open-network): See what the response to
841         the STARTTLS command is.
842
843         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
844         backwards compatibility).
845         (nnimap-open-connection-1): Really respect nnimap-server-port.
846
847         * proto-stream.el (proto-stream-open-network): When doing opportunistic
848         TLS upgrades we don't really care about the identity of the peer.
849         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
850         that what we've checked for.
851         (proto-stream-always-use-starttls): Only default to t if
852         open-gnutls-stream exists.
853         (proto-stream-open-network): If STARTTLS failed, then just open a
854         normal connection.
855         (proto-stream-open-network): Wait until the greeting before doing
856         STARTTLS.
857
858         * nntp.el (nntp-open-connection): Report what the connection error is.
859
860         * proto-stream.el (open-protocol-stream): Rename from
861         open-proto-stream.
862
863 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * nnimap.el (nnimap-stream): Change default to `undecided'.
866         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
867         first, and then network.
868         (nnimap-open-connection-1): Respect nnimap-server-port.
869         (nnimap-open-connection): Be more backwards-compatible.
870
871         * proto-stream.el (proto-stream-always-use-starttls): New variable.
872         (proto-stream-open-starttls): De-duplicate the starttls code.
873         (proto-stream-open-starttls): Folded back into the main function.
874         (proto-stream-open-network): Fix typo in the gnutls path.
875         (proto-stream-command): Refactor out.
876
877         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
878
879         * proto-stream.el (proto-stream-open-starttls): Actually implement the
880         starttls.el STARTTLS.
881
882         * color.el (color-lab->srgb): Fix function call name.
883
884         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
885         if we're using tls.el.
886         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
887         built in, then don't try to establish a STARTTLS connection.
888
889         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
890         servers.
891
892         * proto-stream.el (open-proto-stream): Use network, not stream.
893         (open-proto-stream): Add a way to specify what the end of a command is.
894
895         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
896         connections types.
897         (nntp-open-network-stream): Remove.
898         (nntp-open-ssl-stream): Remove.
899         (nntp-open-tls-stream): Remove.
900         (nntp-ssl-program): Remove.
901
902         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
903
904 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
905
906         * nnir.el: Fix typos.
907         (nnir-retrieve-headers-override-function): Rename variable to reflect
908         new semantics.
909         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
910         macros.
911         (nnir-request-article, nnir-request-move-article): Use them.
912         (nnir-categorize): New function.
913         (nnir-run-query): Use it.
914         (nnir-retrieve-headers): Rewrite to batch header retrieval.
915         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
916         sorted.
917         (nnir-group-full-name): Use gnus-group-full-name instead.
918         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
919         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
920
921 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
924
925         * proto-stream.el: New library to provide protocol-specific
926         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
927         protocols.
928         (open-proto-stream): Complete the documentation.
929         (proto-stream-open-network): Fix some typos.
930
931         * nnimap.el (nnimap-open-connection): Use it.
932
933 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
934
935         * pop3.el (pop3-open-server): Read server greeting before starting TLS
936         negotiation.
937
938 2010-11-26  Julien Danjou  <julien@danjou.info>
939
940         * color.el: Rename various rgb functions to srgb.
941
942 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
945         names.
946
947 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * shr.el (shr-insert): Revert last change.
950         (shr-find-fill-point): Never leave point being at bol;
951         relax the kinsoku limitation when rendering tables.
952
953 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
956         results from -accept-article.
957
958         * shr-color.el: Require cl when compiling.
959
960         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
961         checkin.
962
963         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
964
965         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
966
967         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
968         'add and 'delete to set backend marks.
969
970         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
971
972         * nnheader.el (nnheader-update-marks-actions): Refactor out.
973
974         * nntp.el (nntp-request-set-mark): Use it.
975
976         * nnfolder.el (nnfolder-request-set-mark): Ditto.
977
978         * nnml.el (nnml-request-set-mark): Ditto.
979
980         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
981         introduces regressions in article selection.
982         (nnimap-find-uid-response): New function.
983         (nnimap-request-accept-article): Use the UID returned, if any.
984         (nnimap-request-move-article): Use the UID returned, if any.
985         (nnimap-get-groups): Reimplement to work with folded lines.
986         (nnimap-find-uid-response): The UID is the last element in the list.
987         (nnimap-request-set-mark): Extend syntax with 'set.
988
989         * nnml.el (nnml-request-set-mark): Ditto.
990
991         * nnfolder.el (nnfolder-request-set-mark): Ditto.
992
993         * nntp.el (nntp-request-set-mark): Ditto.
994
995 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * message.el (message-called-interactively-p): A temporary macro.
998         (message-goto-body): Use it temporarily.
999
1000 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1003         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1004         (nnimap-last-response-string): Fix last unfolding fix.
1005
1006 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * shr.el (shr-insert): Fix the way to fold lines.
1009
1010 2010-11-25  Julien Danjou  <julien@danjou.info>
1011
1012         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1013
1014         * color.el: Rename from color-lab.el
1015         (color-rgb->hex): Add.
1016         (color-complement): Add.
1017         (color-complement-hex): Add.
1018
1019         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1020
1021 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1024         don't exist.
1025
1026 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1029         assuming that article displaying or another mml-preview may be
1030         interrupted for an error or for the like.
1031
1032         * shr.el (shr-get-background): Fix argument name.
1033
1034 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1037
1038         * gnus-sum.el (gnus-summary-include-articles): New function.
1039
1040         * message.el (message-goto-body): called-interactively-p needs a
1041         parameter, so use `any'.
1042
1043         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1044         clear marks before moving, since they're synced from the Gnus side
1045         first.
1046
1047         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1048         (gnus-summary-move-article): Copy over all marks before moving, so that
1049         IMAP doesn't think a new article has arrived.
1050
1051 2010-11-24  Julien Danjou  <julien@danjou.info>
1052
1053         * shr.el (shr-insert-background-overlay): Fix typo.
1054         (shr-render-td): Copy the background before rendering.
1055
1056         * shr-color.el (shr-color-visible): Fix docstring.
1057
1058         * shr.el (shr-tag-table): Add bgcolor support.
1059         (shr-render-td): Add bgcolor support.
1060         (shr-get-background): Add.
1061         (shr-insert-foreground-overlay): Use shr-get-background.
1062
1063         * message.el (message-goto-body): Use called-interactively-p.
1064         (message-in-body-p): message-goto-body returns point.
1065
1066 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1069         Fixes something or other in Emacs 23, and is backwards compatible.
1070
1071         * message.el (message-goto-body): Remove the <#secure special-casing,
1072         which is too special.
1073
1074         * shr.el (shr-parse-style): Drop !important from styles.
1075
1076 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1077
1078         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1079         this function to return incorrect results when calling it with an
1080         explicit article argument different from
1081         (gnus-summary-article-number).
1082
1083 2010-11-24  Julien Danjou  <julien@danjou.info>
1084
1085         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1086         (shr-tag-body): Add background support.
1087         (shr-descend): Add background support.
1088         (shr-tag-title): Add.
1089
1090         * shr-color.el (shr-color-visible): Really return original background
1091         if fixed.
1092
1093 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * shr.el (shr-color-check): Protect against non-existant colour names.
1096
1097 2010-11-24  Julien Danjou  <julien@danjou.info>
1098
1099         * color-lab.el: Require 'cl when compiling.
1100
1101         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1102
1103         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1104         matched part.
1105
1106         * color-lab.el: Fix all expt calls to use float type.
1107
1108 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1111         expression to shr-color-check as is.
1112
1113         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1114
1115         * color-lab.el: Add coding cookie.
1116         (float-pi): Use eval-and-compile.
1117
1118         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1119         compiled for Emacsen having no `libxml-parse-html-region' support.
1120
1121 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * shr.el (shr-insert-color-overlay): Split stuff like
1124         "#444444 !important" to find the real colour.
1125         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1126         parse <font color="red"> entries.
1127
1128 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1129
1130         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1131         point when parsing headers.
1132
1133         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1134         is positioned properly when parsing headers.
1135
1136 2010-11-23  Julien Danjou  <julien@danjou.info>
1137
1138         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1139
1140         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1141
1142         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1143
1144         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1145         Use shr-color-hue-to-rgb.
1146         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1147
1148 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * shr.el (shr-color->hexadecimal): Autoload.
1151         (shr-descend): Add color to all tags.
1152
1153 2010-11-22  Julien Danjou  <julien@danjou.info>
1154
1155         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1156         shr-color->hexadecimal.
1157
1158         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1159         RGB() or HSL() color representation.
1160
1161         * shr.el (shr-tag-font): Add.
1162         (shr-tag-color-check): New function to get better colors.
1163         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1164         tag-span.
1165
1166         * shr-color.el: New file.
1167
1168         * color-lab.el: New file.
1169
1170         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1171
1172 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1173
1174         * nnir.el: Fix typo in comments.
1175         (nnir-run-imap): Simplify code. No need to reverse artlist.
1176         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1177
1178 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1181
1182         * nnimap.el (nnimap-get-capabilities): Refactor out.
1183         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1184
1185 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1186
1187         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1188         appearing when `mm-uu-hide-markers' is nil.
1189
1190 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * nnimap.el (nnimap-unselect-group): Make into its own function.
1193         (nnimap-request-rename-group): Unselect group before renaming.
1194         This had gotten lost somewhere.
1195         (nnimap-request-accept-article): Keep track of examined groups, and
1196         unselect the group before APPENDing to read-only groups.
1197         (nnimap-request-move-article): Clear flags before moving so that they
1198         can be re-set later.
1199
1200 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1203         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1204
1205 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-art.el (gnus-mime-display-single)
1208         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1209         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1210         parameter.
1211
1212 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1215         (shr-table-vertical-line): New variable.
1216         (shr-insert-table): Use it.
1217
1218 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-html.el (gnus-html-wash-images): Don't display images if
1221         gnus-inhibit-images is non-nil; register displayer for cid images.
1222         (gnus-html-display-image): Work for cid image.
1223         (gnus-html-insert-image): Allow arguments.
1224         (gnus-html-put-image): Inhibit read-only.
1225         (gnus-html-prefetch-images): Don't prefetch images if
1226         gnus-inhibit-images is non-nil.
1227
1228 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-put-image): Break lines when inserting big pictures.
1231
1232 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1233
1234         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1235         sender, thanks Katsumi Yamaoka.
1236
1237 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1238
1239         * nnir.el (nnir-run-imap): Reverse the article list for each group
1240         rather than the whole list.
1241
1242 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * shr.el (shr-image-displayer): Protect function against non-existent
1245         image source.
1246
1247         * gnus-art.el (gnus-inhibit-images): New user option.
1248         (gnus-mime-display-single): Don't display image if it is non-nil.
1249
1250         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1251         gnus-inhibit-images.
1252
1253         * shr.el (shr-image-displayer): New function.
1254         (shr-tag-img): Use it.
1255
1256 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1257
1258         * mml2015.el (mml2015-epg-sign): Use From header.
1259
1260 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1263
1264         * gnus-util.el (gnus-find-text-property-region): Return markers.
1265
1266         * shr.el (shr-tag-img): Put a displayer in the text property.
1267
1268         * gnus-util.el (gnus-find-text-property-region): New utility function.
1269
1270         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1271         (gnus-html-show-images): Remove.
1272
1273         * gnus-art.el (gnus-article-show-images): New, more general function.
1274
1275         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1276         image url text properties.
1277
1278         * shr.el: Ditto.
1279
1280         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1281         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1282
1283 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1286         work for two or more articles.
1287
1288 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1291         divide an image that's in an html article to two or more when washing
1292         non-ASCII characters in alt text of it.
1293
1294 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1297         smime-decrypt-region using function argument.
1298         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1299
1300         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1301
1302         * smime.el (smime-decrypt-region): Catch it.
1303
1304 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1305
1306         * smime.el (smime-mode-map): Move initialization into declaration.
1307         (gnus-run-mode-hooks): Don't autoload.
1308         (smime-mode): Use define-derived-mode.
1309
1310 2010-11-11  Glenn Morris  <rgm@gnu.org>
1311
1312         * smime.el (from): Restrict declaration to XEmacs.
1313
1314         * nnir.el (gnus-group-topic-name): Autoload.
1315
1316 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * shr.el (shr-insert): Don't break long line if it is because of
1319         kinsoku-bol characters in the line end.
1320
1321 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1322
1323         * nnir.el (nnir-request-move-article): Fix to provide original group
1324         and subject.
1325         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1326         been retrieved.
1327
1328         * gnus-sum.el (gnus-summary-move-article): Use original group and
1329         subject for virtual articles such as those in an nnir summary buffer.
1330
1331 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1334         least 21.5).
1335
1336         * smime.el (from): Declare it again for XEmacs.
1337
1338 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * message.el (message-resend): Don't disable encoding unless it's
1341         already encoded.
1342
1343         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1344         low-numbered articles.
1345
1346 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * rfc2047.el (rfc2047-syntax-table): Simplify.
1349
1350         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1351
1352         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1353         set-char-table-range for XEmacs.
1354
1355 2010-11-10  Glenn Morris  <rgm@gnu.org>
1356
1357         * time-date.el (time-to-seconds): Always an alias on Emacs,
1358         never a real function.
1359         (with-no-warnings): Remove compat stub, now unused.
1360         (time-less-p): Doc fix.
1361         (time-to-number-of-days): Simplify.
1362
1363         * smime.el (from): Remove unused declaration.
1364
1365         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1366         (gnus-float-time): On Emacs, always an alias.
1367
1368         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1369         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1370
1371 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * dgnushack.el: Don't use ignore-errors in the top level form since it
1374         is unavailable in XEmacs even if cl is loaded.
1375
1376         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1377
1378 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * shr.el (browse-url-mailto): Autoload.
1381
1382         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1383
1384         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1385         regexp doesn't need quoting.
1386
1387 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1388
1389         * message.el (message-subject-trailing-was-ask-regexp)
1390         (message-subject-trailing-was-regexp): Match was: in addition to was.
1391
1392 2010-11-09  Glenn Morris  <rgm@gnu.org>
1393
1394         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1395         (nnbabyl-check-mbox): Use point-at-bol.
1396
1397 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1400
1401         * message.el (message-mailto): New function.
1402         (message-mailto): Should accept other parameters.
1403         (message-mailto): Remove since it duplicates browse-url-mailto
1404         functionality.
1405
1406 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1409         methods.
1410         (gnus-read-active-file): Ditto.
1411
1412         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1413         ": " from the prompt.
1414         (gnus-group-make-group): Ditto.
1415
1416 2010-11-07  Glenn Morris  <rgm@gnu.org>
1417
1418         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1419         (gnus-bookmark-kill-line): Use point-at-eol.
1420
1421 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1424         asterisks in From header.
1425
1426 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1429         string to avoid making the From headers syntactically invalid.
1430
1431         * message.el (message-send-mail): Don't insert courtesy messages if the
1432         message already has List-Post and List-ID messages.
1433
1434 2010-11-06  Glenn Morris  <rgm@gnu.org>
1435
1436         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1437         `condition', `type', `length' a prefix.
1438         (gnus-treat-predicate): Update for above name changes.
1439
1440 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1441
1442         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1443         binding.  Handled by `gnus-summary-refer-thread' instead.
1444         (nnir-warp-to-article): New backend function.
1445
1446         * nnimap.el (nnimap-request-thread): Force dependency updating.
1447
1448         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1449         (gnus-summary-refer-thread): Rework to improve thread-referral.
1450
1451         * gnus-int.el (gnus-warp-to-article): New function.
1452
1453         * gnus-sum.el (gnus-summary-article-map): Bind it.
1454
1455 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1456
1457         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1458         gnus-summary-refer-thread.
1459
1460         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1461         headers.
1462         (gnus-summary-limit-include-thread): Prevent articles in thread from
1463         being cut in gnus-cut-threads.
1464         (gnus-summary-refer-thread): Limit retrieved headers to those in
1465         thread.
1466
1467 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * message.el (message-send-mail): Use the value of
1470         message-courtesy-message from the message buffer.
1471
1472         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1473
1474         * shr.el (shr-browse-url): Implement mailto: URLs.
1475
1476         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1477         "raw".
1478
1479         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1480         if it's already selected.
1481
1482         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1483
1484 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1487         to measure the length and truncate alt text.
1488
1489 2010-11-03  Glenn Morris  <rgm@gnu.org>
1490
1491         * nndiary.el (nndiary-generate-nov-databases-1)
1492         (nndiary-generate-active-info): Rename dynamic variable `files' to
1493         something less generic.
1494
1495 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1496
1497         * nnir.el (nnir-request-move-article): Call the underlying backend to
1498         move articles from nnir.
1499
1500 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1503
1504 2010-11-02  Julien Danjou  <julien@danjou.info>
1505
1506         * nnir.el: Remove wais support.
1507
1508 2010-11-02  Glenn Morris  <rgm@gnu.org>
1509
1510         * gnus-html.el: Reorder requirements to quieten compiler.
1511
1512 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1515         properly for XEmacs as well.
1516         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1517         (gnus-article-natural-long-line-p): Use window-width rather than
1518         frame-width.
1519
1520 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1521
1522         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1523         (nnir-read-parms): Don't modify query.
1524         (nnir-run-query): Add ability to search topic on current line.
1525         (nnir-get-active): Clean up.
1526
1527 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1530         degenerate articles.
1531
1532         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1533         (gnus-print-buffer): Just print the buffer as is, without any copying
1534         to a buffer and then re-highlighting.
1535
1536         * nnimap.el (nnimap-request-group): Store the new updated info.
1537         (nnimap-request-group): Select the group when we don't know whether it
1538         exists or not.
1539
1540         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1541         groups.
1542
1543         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1544         groups.
1545
1546         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1547         groups.
1548
1549         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1550         long-lines case by only filling the long lines.
1551
1552         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1553         (bug #7311).
1554
1555 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * shr.el: No need to declare `declare-function' since shr.el is for
1558         only Emacsen that provide `libxml-parse-html-region'.
1559
1560         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1561         effective only in a file it is referred to.
1562
1563 2010-11-01  Glenn Morris  <rgm@gnu.org>
1564
1565         * mm-util.el (gnus-completing-read): Autoload.
1566         (mm-read-coding-system): Simplify Emacs definition.
1567
1568         * nnmail.el (gnus-activate-group):
1569         * nnimap.el (gnutls-negotiate):
1570         * nntp.el (netrc-parse): Fix declarations.
1571
1572 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1575         string-match-p in Emacs >=23.
1576
1577         * gnus-msg.el (gnus-configure-posting-styles)
1578         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1579
1580 2010-11-01  Glenn Morris  <rgm@gnu.org>
1581
1582         * nnir.el (declare-function): Add compat stub.
1583         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1584         (nnir-run-gmane): Require 'mm-url.
1585
1586         * mm-util.el (mm-string-to-multibyte): Simplify.
1587
1588         * shr.el (declare-function): Add compat stub.
1589         (url-cache-create-filename): Declare.
1590         (mm-disable-multibyte, widget-convert-button): Autoload.
1591
1592         * smime.el (ldap-search): Declare.
1593         (smime-cert-by-ldap-1): Require ldap on Emacs.
1594
1595         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1596         (nnimap-keepalive): Use gnus-float-time.
1597
1598         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1599         (mail-source-delete-crash-box): Use gnus-float-time.
1600
1601         * gnus-dired.el (gnus-completing-read): Autoload.
1602
1603         * mm-view.el (gnus-rescale-image): Autoload.
1604
1605         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1606
1607         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1608
1609         * sieve-manage.el: Require 'cl when compiling.
1610
1611         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1612         (gnus-iswitchb-completing-read): Require iswitchb.
1613         (gnus-select-frame-set-input-focus): Silence compiler.
1614
1615 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * message.el (message-subject-trailing-was-query): Change default to t,
1618         since I think that's what most people want.
1619
1620         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1621         appending for easier debugging.
1622         (nnimap-wait-for-connection): Take a regexp.
1623         (nnimap-request-accept-article): Wait for the continuation line before
1624         sending anything unless we're streaming.
1625
1626         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1627         leave the header washing to take place.
1628
1629 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1630
1631         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1632         regular expression match and replace in posting styles.
1633
1634 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1635
1636         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1637         an entire server.
1638         (nnir-get-active): New function.
1639         (nnir-run-imap): Use it.
1640         (nnir-run-gmane): Who knew, gmane search returns an article score!
1641
1642         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1643         server on the current line with nnir.
1644
1645 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1648         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1649         left edge.
1650         (gnus-article-foldable-buffer): Skip past the prefix when determining
1651         raggedness.
1652
1653         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1654         the raw article, and change `C-u g' to show the article without doing
1655         treatments.
1656
1657         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1658         on to `gnus-treat-article'.
1659         (gnus-inhibit-article-treatments): New variable.
1660
1661         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1662
1663         * gnus-art.el (gnus-treatment-function-alist): Have
1664         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1665         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1666         sections.
1667
1668         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1669         parameter.
1670         (gnus-article-fill-cited-long-lines): New function.
1671         (gnus-article-fill-cited-article): Allow filling only long sections.
1672
1673         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1674         and non-punctuation (like after the apostrophe in "'We").
1675
1676         * gnus-sum.el (gnus-summary-select-article): Make sure
1677         gnus-original-article-buffer is alive.
1678
1679         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1680         reflect the order they're in in the digest.
1681
1682         * gnus.el (gnus-group-startup-message): Move point to the start of the
1683         buffer.
1684
1685         * nnimap.el (nnimap-capability): New function.
1686         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1687         is set.
1688
1689 2010-10-31  David Engster  <dengste@eml.cc>
1690
1691         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1692         conform with changes to gnus-completing-read.
1693
1694 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1697
1698 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1699
1700         * nnir.el: Move defvar, defcustom around to keep file organized
1701         and keep byte-compiler quiet.
1702         (nnir-read-parms): Accept search-engine as arg.
1703         (nnir-run-query): Pass search-engine as arg.
1704         (nnir-search-engine): Remove.
1705
1706 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * shr.el (shr-generic): The text nodes should be text, not :text.
1709
1710         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1711         later in the file.
1712
1713 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1714
1715         * nnir.el: General clean up.  Allow searching with multiple engines.
1716         Allow separate extra-parameters for each engine.
1717         Batch queries when possible.
1718         (nnir-imap-default-search-key,nnir-method-default-engines):
1719         Add customize interface.
1720         (nnir-run-gmane): New engine.
1721         (nnir-engines): Use it.  Qualify all prompts with engine name.
1722         (nnir-search-engine): Remove global variable.
1723         (nnir-run-hyrex): Restore for now.
1724         (nnir-extra-parms,nnir-search-history): New variables.
1725         (gnus-group-make-nnir-group): Use them.
1726         (nnir-group-server): Remove in favor of gnus-group-server.
1727         (nnir-request-group): Avoid searching twice.
1728         (nnir-sort-groups-by-server): New function.
1729
1730 2010-10-30  Julien Danjou  <julien@danjou.info>
1731
1732         * gnus-group.el: Remove gnus-group-fetch-control.
1733
1734         * gnus-start.el (gnus-find-new-newsgroups):
1735         Remove gnus-check-first-time-used.
1736
1737         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1738
1739 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1740
1741         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1742         set on groups that don't have \* permanentflags.
1743
1744 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1747         control the background color.
1748         (shr-tag-img): Ignore very small web bug type images.
1749         (shr-put-image): Add help-echo alt texts to the images.
1750         (shr-tag-video): Show the video poster image.
1751
1752 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr.el (shr-table-depth): New variable.
1755         (shr-tag-table-1): Only insert the images after the top-level table.
1756
1757         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1758
1759         * gnus-util.el (gnus-list-memq-of-list): New function.
1760
1761         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1762         selected.
1763         (nnimap-unsplittable-articles): New slot.
1764         (nnimap-new-articles): Use it.
1765
1766 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1767
1768         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1769         move to the previous line on `M-g'.
1770
1771 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1774         *-request-group, which seems unnecessary.
1775
1776         * nnimap.el (nnimap-quote-specials): Function copied over from
1777         imap.el.
1778         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1779         they support that.  Suggested by Tom Regner.
1780
1781 2010-10-29  Julien Danjou  <julien@danjou.info>
1782
1783         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1784         defalias.
1785         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1786
1787         * gnus.el: Remove `gnus-nntp-service' variable.
1788         (gnus-secondary-servers): Make obsolete.
1789         (gnus-nntp-server): Make obsolete.
1790
1791         * gnus-start.el (gnus-1): Remove x-splash calls.
1792
1793         * gnus-ems.el (gnus-x-splash): Remove.
1794
1795         * gnus.el (gnus-group-startup-message): Simplify/update code.
1796
1797         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1798         definition.
1799
1800         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1801         capability before doing anything.
1802         (gnus-group-insert-group-line): Remove useless
1803         gnus-group-remove-excess-properties.
1804
1805 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1808
1809 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1812         config after reselecting.
1813
1814 2010-10-28  Julien Danjou  <julien@danjou.info>
1815
1816         * shr.el (shr-put-image): Use point even if only inserting text.
1817         (shr-put-image): Save excursion when inserting alt text on non-graphic
1818         display, so the behaviour is the same when we are on a graphic display.
1819
1820         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1821
1822 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1825         (gnus-mime-copy-part): Check coding system, not charset.
1826         (gnus-mime-view-part-externally): Never remove part.
1827         (gnus-mime-view-part-internally): Don't remove part here.
1828         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1829         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1830         multipart/alternative.
1831
1832         * mm-decode.el (mm-display-part): Take optional arg `force'.
1833
1834 2010-10-26  Julien Danjou  <julien@danjou.info>
1835
1836         * gnus-group.el (gnus-group-default-list-level): Add this function to
1837         compute the default list level.
1838         (gnus-group-default-list-level): Add possibility to use a function.
1839
1840 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1843
1844         * gnus-group.el (gnus-group-completing-read)
1845         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1846         gnus-replace-in-string.
1847
1848 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * shr.el (shr-tag-div): Add.
1851
1852         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1853
1854 2010-10-25  Julien Danjou  <julien@danjou.info>
1855
1856         * gnus-util.el: Remove `gnus-with-local-quit'.
1857
1858         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1859
1860 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1863         the original article buffer.
1864
1865 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * nnimap.el (nnimap-request-head): New function.
1868         (nnimap-request-move-article): Try to be slighly faster by not
1869         requesting the entire message when moving.
1870         (nnimap-transform-headers): Don't bug out on bodiless articles.
1871         (nnimap-send-command): Have no outstanding messages if the IMAP server
1872         doesn't support streaming.
1873         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1874
1875 2010-10-24  Julien Danjou  <julien@danjou.info>
1876
1877         * message.el (message-default-headers): Fix type.
1878
1879 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1882         prefetching images.
1883
1884         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1885         backend for unknown groups.  This is mainly useful for nnimap groups.
1886
1887         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1888         group isn't covered by the agent.
1889
1890 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1891
1892         * nnir.el (nnir-method-default-engines): New variable.
1893         (nnir-run-query): Use it.
1894         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1895         (gnus-summary-nnir-goto-thread): Change group if needed.
1896
1897         * gnus-group.el (gnus-group-group-map): Add key binding for
1898         gnus-group-make-nnir-group.
1899
1900 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * shr.el (shr-tag-object): Add.
1903
1904         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1905         original article buffer live.
1906         (gnus-summary-select-article-buffer):
1907         Mention gnus-widen-article-buffer.
1908
1909 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * shr.el (shr-tag-strong): Add.
1912
1913 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1916         group names.  They mess up the group buffer badly.
1917
1918         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1919
1920         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1921         instead of the summary one.
1922
1923 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * mml.el (mml-preview): Work properly when editing article.
1926
1927         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1928         gnus-have-read-active-file if it's already been in.
1929
1930 2010-10-22  Tom Tromey  <tromey@redhat.com>
1931
1932         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1933         gnus-group-completing-read.
1934
1935 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * message.el (message-mode-map): Don't bind M-; to comment region, to
1938         allow the global comment-dwim to work.
1939
1940 2010-10-21  Julien Danjou  <julien@danjou.info>
1941
1942         * message.el (message-setup-1): Allow message-default-headers to be a
1943         function.
1944
1945 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * shr.el (shr-tag-table): Simplify.
1948
1949 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1952         to avoid trying to snarf invalid stuff.
1953
1954         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1955
1956         * gnus.el (gnus-message-archive-group): Quote value.
1957         (gnus-message-archive-group): Mark as changed.
1958
1959         * shr.el (shr-add-font): Don't put the font properties on the newline
1960         or the indentation.
1961
1962         * message.el (message-fix-before-sending): Change options when sending
1963         non-printable characters.
1964
1965         * gnus.el (gnus-message-archive-method): Change the default to
1966         monthly outgoing groups.
1967
1968         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1969         that have gotten new numbers.
1970
1971         * nnimap.el (nnimap-request-replace-article): New function.
1972
1973 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1976         (nnrss-request-article): Don't use special html washing code.
1977
1978 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1979
1980         * shr.el (shr-tag-table): Remove useless nconc.
1981
1982 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus-art.el (article-wash-html): Simplify and remove the charset
1985         stuff.  Use the normal html rendering code instead of the special html
1986         washing code.
1987
1988         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1989         `gnus-w3m' symbols.
1990         (mm-text-html-washer-alist): Remove.
1991
1992         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1993         (mm-inline-media-tests): Remove use.
1994         (mm-text-html-renderer): Change default to the `shr' symbol.
1995
1996         * mm-view.el (mm-inline-text-html): Remove use.
1997
1998         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1999         `gnus-blocked-images' to be a function.
2000         (gnus-article-wash-function): Remove.
2001
2002 2010-10-20  Julien Danjou  <julien@danjou.info>
2003
2004         * spam.el (spam-list-of-processors): Mark as obsolete.
2005
2006         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2007         (nnimap-insert-partial-structure): Fix boundary detection.
2008
2009 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2010
2011         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2012         run file-truename on remote files.  This can be expensive and even
2013         prevent one from editing drafts if some unrelated buffer has a stale
2014         connection.
2015
2016 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2019         kinsoku-eol regardless of shr-kinsoku-shorten.
2020         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2021         (shr-tag-table): Support caption, thead, and tfoot.
2022
2023 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2026         lines.
2027         (shr-save-contents): New command and keystroke.
2028
2029         * nndoc.el (nndoc-type-alist): Add git support.
2030         (nndoc-git-type-p): New function.
2031         (nndoc-transform-git-article): Ditto.
2032         (nndoc-transform-git-headers): Ditto.
2033         (nndoc-transform-git-headers): Generate Subject headers.
2034
2035         * shr.el (shr-parse-style): New function.
2036         (shr-tag-span): Ditto.
2037
2038         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2039         to `G G' to avoid collisions.
2040
2041 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * shr.el: Load kinsoku if necessary.
2044         (shr-kinsoku-shorten): New internal variable.
2045         (shr-find-fill-point): Make kinsoku shorten text line if
2046         shr-kinsoku-shorten is bound to non-nil.
2047         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2048         shr-indentation too when testing if table is wider than frame width.
2049         (shr-insert-table): Use `string-width' instead of `length' to measure
2050         text width.
2051         (shr-insert-table-ruler): Make sure indentation is done at bol.
2052
2053 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2054
2055         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2056         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2057         undecoded network data.
2058
2059 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2062         name in the mode line spec so that the mode line menu works
2063         (bug #2431).
2064
2065         * message.el (message-get-reply-headers): If we're fed `to-address',
2066         then always use that.
2067
2068         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2069         aren't so wide as to need to switch off the edit menu.
2070
2071         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2072         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2073
2074         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2075         `M-g'.
2076         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2077         the permanent marks.
2078
2079 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2080
2081         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2082         Splitting according to references/in-reply-to obeys the ignore-groups
2083         variable, while splitting by sender and subject do not.
2084
2085 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2088         alist, so that we can look for non-Unicode chars.
2089         (article-translate-strings): Allow both character and string maps.
2090
2091 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * shr.el (shr-insert): Don't insert space behind a wide character
2094         categorized as kinsoku-bol, or between characters both categorized as
2095         nospace.
2096
2097 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2098
2099         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2100         headers to gnus-newsgroup-headers.
2101
2102 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * shr.el (shr-tag-img): Don't align images -- since we're not
2105         rescaling, this often leads to ugly displays.
2106
2107 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2108
2109         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2110         duplicates.
2111
2112 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2113
2114         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2115         call.
2116
2117 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus.el: Autoload gnus-html-show-images.
2120
2121         * nnimap.el: Use nnheader-message throughout.
2122
2123         * shr.el (shr-tag-img): Ignore images with no data.
2124
2125 2010-10-15  Julien Danjou  <julien@danjou.info>
2126
2127         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2128         a possibility to disable format=flow encoding when using hard newlines.
2129
2130 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * shr.el (shr-insert): Remove space inserted before or after a
2133         breakable character or at the beginning or the end of a line.
2134         (shr-find-fill-point): Do kinsoku; find the second best point or give
2135         it up if there's no breakable point.
2136
2137 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * nnimap.el (nnimap-open-connection): Message when opening connection
2140         for debugging purposes.
2141
2142         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2143         on every setup buffer call to allow this to change from article to
2144         article.
2145
2146         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2147         buffers where we have a wide table.
2148
2149 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2150
2151         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2152         uses *-request-thread.
2153
2154 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2157         incantation, which is no longer valid.
2158
2159 2010-10-14  Julien Danjou  <julien@danjou.info>
2160
2161         * shr.el: Fix defcustom type (char -> character).
2162
2163 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164
2165         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2166         programs.
2167
2168 2010-10-14  Julien Danjou  <julien@danjou.info>
2169
2170         * shr.el (shr-tag-a): Use url-link as widget type.
2171
2172         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2173         `gnus-group-get-icon'.
2174
2175 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2178         This should make server editing work better.
2179
2180         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2181
2182         * tls.el (tls-program): Remove spurious %s from openssl.
2183
2184         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2185         (nnimap-parse-flags): Fix regexp.
2186
2187         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2188         probably work for CJVK text, too.
2189
2190         * nnimap.el (nnimap-extend-tls-programs): Remove.
2191         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2192
2193         * tls.el (tls-starttls-switches): Remove starttls hack.
2194         (open-tls-stream): Ditto.
2195         (tls-find-starttls-argument): Ditto.
2196
2197 2010-10-13  Julien Danjou  <julien@danjou.info>
2198
2199         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2200         responses.
2201
2202 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2205
2206         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2207         anything in Emacs.
2208
2209         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2210
2211 2010-10-13  Julien Danjou  <julien@danjou.info>
2212
2213         * shr.el (shr-width): Make shr-width a defcustom with default to
2214         fill-column.
2215         (shr-tag-img): Use shr-width rather than fill-column.
2216
2217 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * dgnushack.el (byte-optimize-apply)
2220         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2221
2222         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2223         position when (X-)Faces exist.
2224         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2225         avatars when called interactively.
2226
2227 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2230         gnus-article-x-face-too-ugly is bound.
2231
2232 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2235
2236         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2237         mailbox that doesn't exist.
2238
2239 2010-10-12  Julien Danjou  <julien@danjou.info>
2240
2241         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2242         (shr-get-image-data): Encode URL properly when fetching from cache.
2243         (shr-tag-img): Use aligned-to spaces to align correctly images.
2244
2245         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2246         before inserting the Gravatar.
2247
2248         * shr.el (shr-tag-img): Add align attribute support for <img>.
2249
2250 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * gnus-gravatar.el (gnus-art): Require.
2253
2254         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2255         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2256         Remove long obsoleted functions.
2257
2258 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2261
2262         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2263
2264         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2265         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2266         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2267         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2268         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2269         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2270         * sieve-manage.el, smime.el, spam.el:
2271         Fix comment for declare-function.
2272
2273 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * nnimap.el (nnimap-request-rename-group): Select group read-only
2276         before renaming it.
2277
2278         * shr.el (shr-insert): Fix up the white space only regexp.
2279
2280         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2281         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2282
2283         * shr.el (shr-current-column): New function.
2284         (shr-find-fill-point): New function.
2285
2286 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2287
2288         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2289         numbers.
2290
2291 2010-10-11  Julien Danjou  <julien@danjou.info>
2292
2293         * shr.el (shr-hr-line): Add.
2294         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2295         display hr lines.
2296         (shr-max-columns): Do not change state to nil if we just inserting
2297         spaces.
2298
2299 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2302         select the last group.
2303
2304 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2305
2306         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2307
2308 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2309
2310         * dig.el (dig-mode-map): Declare and define in one step.
2311
2312 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2315         for Gnus.
2316         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2317         (nnimap-update-qresync-info): Mark \Seen articles as read.
2318
2319         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2320         non-variable, too.
2321
2322         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2323         available.
2324         (nnimap-update-info): Rely more on the current active than the param
2325         active to avoid marking articles as read too much.
2326
2327         * auth-source.el (auth-source-create): Use (user-login-name) for the
2328         user name default.
2329
2330         * nnimap.el (nnimap-update-info): If the server doesn't return any
2331         useful info, just use the previous info.
2332         (nnimap-update-info): Prefer old info over start-article.
2333         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2334
2335 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2336
2337         * nnir.el (autoload): Clean up autoloads.
2338         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2339         Use key rather than value.
2340         (nnir-imap-search-other): New variable.
2341         (nnir-read-parm): Use it.
2342         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2343         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2344
2345 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2346
2347         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2348         the process, too.
2349
2350 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * spam.el (gnus-summary-mode-map): Bind to "$".
2353         Suggested by Russ Allbery.
2354
2355         * shr.el: Rework the way things are indented by <li> slightly.
2356
2357         * gnus.el (gnus-group-set-parameter): Fix typo.
2358
2359         * nnimap.el: Start implementing QRESYNC support.
2360
2361 2010-10-09  Julien Danjou  <julien@danjou.info>
2362
2363         * nnir.el (nnir-engines): Fix too many arguments.
2364
2365 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2368         group is the "last", so that the backends like nnfolder actually save
2369         their folders.
2370
2371         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2372         try to use that for the tls stream.
2373         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2374         UIDVALIDITY and find out which groups are read-only and not.
2375         (nnimap-get-flags): Use the same marks parsing code as the rest of
2376         nnimap.
2377
2378 2010-10-09  Julien Danjou  <julien@danjou.info>
2379
2380         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2381
2382         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2383         retrieving gravatars.
2384
2385         * shr.el (shr-table-corner): Add.
2386         (shr-table-line): Add.
2387         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2388
2389 2010-10-08  Julien Danjou  <julien@danjou.info>
2390
2391         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2392
2393 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2394
2395         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2396
2397         * gnus-sum.el (gnus-mark-article-as-unread)
2398         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2399         (gnus-summary-set-bookmark): Use it.
2400
2401         * gnus-msg.el (gnus-setup-message): Use it.
2402
2403         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2404
2405         * gnus.el (gnus-group-remove-parameter): Use it.
2406
2407         * gnus-group.el (gnus-group-make-web-group): Use it.
2408
2409         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2410
2411         * nnregistry.el: Update docs to mention manual.
2412
2413         * gnus-registry.el: Update docs to mention nnregistry.el.
2414         (gnus-registry-initialize): Don't install nnregistry refer method
2415         automatically.
2416         (gnus-registry-install-nnregistry): Remove it.
2417
2418 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * shr.el (shr-insert): Don't insert double spaces.
2421
2422 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-gravatar.el (gnus-treat-from-gravatar)
2425         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2426         called interactively.
2427
2428         * gnus-art.el (gnus-mime-view-part-externally)
2429         (gnus-mime-view-part-internally): Make predicate function passed to
2430         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2431         of a mime type.
2432
2433         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2434
2435 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * shr.el (require): Require cl when compiling.
2438         (shr-tag-hr): New function.
2439
2440         * nnimap.el (nnimap-update-info): Remove double setting of high.
2441         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2442         This makes nnimap work properly on Courier again.
2443
2444         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2445         the variable for backwards compatability.
2446
2447         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2448         the file name before using to avoid setting mm-default-directory to
2449         nil.
2450
2451         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2452         bidning gnus-agent variables.
2453
2454         * shr.el (shr-render-td): Use a cache for the table rendering function
2455         to avoid getting an exponential rendering behaviour in nested tables.
2456         (shr-insert): Rework the line-breaking algorithm.
2457         (shr-insert): Don't leave trailing spaces.
2458         (shr-insert-table): Also insert empty TDs.
2459         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2460
2461 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2462
2463         * gnus-sum.el (gnus-number): Rename from `number'.
2464         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2465         (gnus-summary-limit-children): Update uses correspondingly.
2466
2467 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2470         (gnus-gravatar-transform-address): Don't show avatars of people of
2471         which mail addresses match gnus-gravatar-too-ugly.
2472
2473 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * shr.el (shr-table-widths): Expand TD elements to fill available
2476         space.
2477
2478 2010-10-07  Julien Danjou  <julien@danjou.info>
2479
2480         * nnimap.el (nnimap-request-rename-group): Add this method.
2481
2482 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2485         name from XEmacs' function-arglist.
2486
2487         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2488         gravatar under XEmacs.
2489
2490 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * auth-source.el: Update docs with TODO items.
2493
2494         * gnus-sync.el: Update docs to explain state and plans.
2495
2496         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2497         Hooks for mark updates.
2498         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2499
2500         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2501         hooks with arguments, which is needed for mark update hooks.
2502
2503 2010-10-06  Julien Danjou  <julien@danjou.info>
2504
2505         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2506         was matched.
2507
2508         * sieve-manage.el: Update example in `Commentary'.
2509
2510         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2511
2512         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2513         not 2000.
2514         (sieve-manage-authenticate): Re-add function.
2515
2516 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * shr.el (shr-insert): Get 'space transition right.
2519         (shr-render-td): Only delete space at the end of the TD.
2520
2521         * nnimap.el (nnimap-open-connection): Prepare to support
2522         open-gnutls-stream.
2523
2524         * shr.el: Rearrange function order to be more logical.
2525
2526 2010-10-06  Julien Danjou  <julien@danjou.info>
2527
2528         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2529         (nnrss-discover-feed): Remove 404 URL in docstring.
2530
2531         * nnir.el: Fix Swish-E URL.
2532         Fix Namazu URL.
2533
2534         * message.el (message-change-subject): Remove 404 URL in a comment.
2535
2536 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2539         called interactively.
2540
2541         * gnus-util.el (gnus-remove-if): Allow hash table.
2542         (gnus-remove-if-not): New function.
2543
2544         * gnus-art.el (gnus-mime-view-part-as-type)
2545         * gnus-score.el (gnus-summary-score-effect)
2546         * gnus-sum.el (gnus-read-move-group-name):
2547         Replace remove-if-not with gnus-remove-if-not.
2548
2549         * gnus-group.el (gnus-group-completing-read):
2550         Regard collection as a hash table if it is not a list.
2551
2552 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2555
2556         * shr.el: Document the table-rendering algorithm.
2557
2558 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2561         for Emacsen having no `libxml-parse-html-region' support.
2562
2563 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2566         invalid URLs.
2567
2568         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2569         line-broken.
2570         (shr-tag-img): Ignore image fetching errors.
2571         (shr-overlays-in-region): Compute overlay positions correctly.
2572
2573         * mm-decode.el (mm-shr): Require shr.
2574
2575         * gnus-art.el (gnus-blocked-images): Move variable here.
2576
2577         * shr.el (shr-insert-table): Bind free variable.
2578
2579         * mm-decode.el (mm-shr): Bind shr-content-function.
2580
2581         * shr.el (shr-content-function): New variable.
2582
2583         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2584         added for symmetry.
2585
2586         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2587
2588         * gnus-group.el (gnus-group-make-group): Doc fix.
2589
2590         * nnimap.el (nnimap-request-newgroups): Return success.
2591
2592         * shr.el (shr-find-elements): New function.
2593         (shr-tag-table): Put all the images after the table.
2594         (shr-tag-table): Really inhibit images inside the table.
2595         (shr-collect-overlays): Copy over overlays from the TD elements to the
2596         main document.
2597
2598         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2599         gnus-blocked-images.
2600
2601 2010-10-05  Julien Danjou  <julien@danjou.info>
2602
2603         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2604
2605         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2606         (gnus-html-maximum-image-size): Add this function.
2607         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2608
2609         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2610         server-value of the capability is nil.
2611
2612 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * shr.el (shr-tag-em): Add <EM> tag.
2615
2616 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2617
2618         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2619         customizable.
2620
2621         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2622         handing broken links to browse-url.
2623
2624 2010-10-05  Julien Danjou  <julien@danjou.info>
2625
2626         * gnus-util.el (gnus-emacs-completing-read)
2627         (gnus-iswitchb-completing-read): Use autoload rather than require.
2628
2629 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2632         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2633         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2634         iswitchb-temp-buflist for XEmacs.
2635
2636         * gnus-util.el (gnus-completing-read-function): Exclude
2637         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2638         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2639         XEmacs.
2640
2641         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2642         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2643
2644         * gnus-html.el: Don't require help-fns under XEmacs.
2645         (gnus-html-schedule-image-fetching): Work for XEmacs.
2646
2647         * mm-decode.el (mm-shr): Decode contents by charset.
2648
2649 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2652         unknown.
2653
2654         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2655         (shr-get-image-data): Ensure against the cache file missing.
2656
2657         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2658         for data.
2659
2660         * spam-report.el (spam-report-url-ping-plain): Don't query about
2661         killing the process.
2662
2663         * shr.el (shr-render-td): Protect against too-wide text.
2664
2665 2010-10-04  Julien Danjou  <julien@danjou.info>
2666
2667         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2668         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2669
2670         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2671         retrieved.
2672
2673 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * shr.el (browse-url): Require.
2676         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2677         lines.
2678         (shr-show-alt-text, shr-browse-image): New commands.
2679         (shr-browse-url, shr-copy-url): New commands.
2680
2681         * gnus-sum.el (gnus-widen-article-window): New variable.
2682         (gnus-summary-select-article-buffer): Use it.
2683
2684         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2685         without @ signs.
2686
2687 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2688
2689         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2690
2691 2010-10-04  Julien Danjou  <julien@danjou.info>
2692
2693         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2694         for XEmacs.
2695
2696 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2699
2700         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2701         (nnimap-close-server): Implement.
2702
2703         * dgnushack.el (iswitchb): Require to shut up the compiler.
2704
2705         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2706         (shr-insert): Tweak line breaking.
2707         (shr-insert): Handle <pre> better.
2708         (shr-tag-li): Get <li> indentation right.
2709         (shr-tag-li): Get <li> indentation even righter.
2710         (shr-tag-blockquote): Ensure paragraph start.
2711         (shr-make-table): Tweak table generation.
2712         (shr-make-table): Fix typo.
2713
2714         * shr.el: Implement table rendering.
2715
2716 2010-10-04  Julien Danjou  <julien@danjou.info>
2717
2718         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2719
2720 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * shr.el (shr-insert): Use string anchors instead of line anchors.
2723
2724 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * shr.el: Add headings.
2727         (shr-ensure-paragraph): Actually work.
2728         (shr-tag-li): Make <ul> prettier.
2729         (shr-insert): Get white space at the beginning/end of elements right.
2730         (shr-tag-p): Collapse subsequent <p>s.
2731         (shr-ensure-paragraph): Don't insert double line feeds after blank
2732         lines.
2733         (shr-insert): \t is also space.
2734         (shr-tag-s): Fix "s" tag name function.
2735         (shr-tag-s): Fix face prop name.
2736
2737 2010-10-03  Julien Danjou  <julien@danjou.info>
2738
2739         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2740
2741         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2742         gnus-window-inside-pixel-edges.
2743
2744         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2745         gnus-ems.
2746
2747         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2748
2749         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2750         function.
2751
2752         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2753         resize choice.
2754
2755 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2758         beginning of the buffer.
2759
2760         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2761         article buffer again.
2762
2763         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2764
2765         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2766         when it's at the start of the buffer.
2767
2768         * shr.el (shr-tag-blockquote): Convert name.
2769         (shr-rescale-image): Use the right image-size variant.
2770
2771         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2772         buffer isn't shown, then select the current article first instead of
2773         bugging out.
2774         (gnus-summary-select-article-buffer): Show both the article and summary
2775         buffers again.
2776
2777         * shr.el (shr-fontize-cont): Protect against regions with no text.
2778         Rename tag functions to shr-tag-* for enhanced security.
2779         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2780
2781 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2782
2783         * shr.el (shr-insert):
2784         * pop3.el (pop3-movemail):
2785         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2786         loaded.
2787
2788 2010-10-03  Glenn Morris  <rgm@gnu.org>
2789
2790         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2791
2792         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2793
2794         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2795
2796         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2797
2798         * gnus-util.el (gnus-make-local-hook): Simplify.
2799
2800 2010-10-02  Julien Danjou  <julien@danjou.info>
2801
2802         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2803         (gnus-ido-completing-read): New function.
2804         (gnus-emacs-completing-read): New function.
2805         (gnus-completing-read): Use gnus-completing-read-function.
2806         Add gnus-completing-read-function.
2807
2808 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * shr.el (shr-insert-document): Autoload.
2811         (shr-img): Be silent.
2812         (shr-insert): Add a newline after every picture before text.
2813         (shr-add-font): Use overlays for combining faces.
2814         (shr-insert): Pass upwards the text start point.
2815
2816         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2817         possible.
2818         (mm-shr): New function.
2819
2820 2010-10-02  Julien Danjou  <julien@danjou.info>
2821
2822         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2823         should go backward.
2824
2825 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2826
2827         * shr.el (shr): Fix typo in provide call.
2828
2829 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el: New file.
2832
2833         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2834
2835         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2836         completing read.
2837
2838 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2841         we're being queried about.  Suggested by Dan Jacobson.
2842
2843         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2844         Suggested by Jason Eisner.
2845
2846         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2847         table, too.  Suggested by Stefan Wiens.
2848         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2849         the table unnecessary.  Suggested by Stefan Wiens.
2850
2851         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2852         longer needed, and probably doesn't work either, as pointed out by
2853         Stefan Wiens.
2854         (gnus-summary-exit): Remove call to the clearing function.
2855         (gnus-summary-exit-no-update): Ditto.
2856
2857         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2858         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2859         Reported by Stefan Monnier.
2860         (gnus-summary-save-in-rmail): Ditto.
2861
2862         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2863         article buffer, instead of both the article buffer and the summary
2864         buffer.  Sort of suggested by Dan Jacobson.
2865
2866         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2867
2868         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2869         Suggested by Dan Jacobson.
2870
2871         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2872         documentation clearer.
2873
2874         * message.el (message-shorten-references): Comment on the number "21".
2875         Suggested by Stefan Monnier.
2876
2877         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2878         Suggested by Dan Jacobson.
2879
2880         * gnus.el (gnus-large-newsgroup):
2881         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2882
2883         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2884         externalize attachments.  Bug reported by Steve Wen.
2885
2886         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2887         really message anything to the user.
2888
2889         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2890         directly.
2891
2892         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2893         messages in empty groups.
2894
2895 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2896
2897         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2898         non-UIDNEXT group.
2899
2900 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2903         not the value from the collection.
2904
2905         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2906         values.  This sometimes happens on some groups that have no info.
2907         (nnimap-request-newgroups): New function.
2908
2909 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2912         check into `gnus-registry-initialize'.
2913         (gnus-registry-initialize): Ditto.
2914         Fix and extend header docs.
2915
2916 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2919         regexp backtrace overflows.
2920
2921         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2922         for starttls that tls.el implements; i.e. openssl.
2923
2924         * tls.el (tls-starttls-switches): Give up on using starttls with
2925         gnutls-cli.
2926         (tls-program): Add --insecure to be consistent with the defaults from
2927         openssl s_client.  Now all three commands are insecure.
2928
2929 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * lpath.el: Bind completion-styles-alist for XEmacs.
2932
2933         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2934         (gravatar-create-image): New function that's an alias to
2935         gnus-xmas-create-image, gnus-create-image, or create-image.
2936         (gravatar-data->image): Use it.
2937
2938 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2941         install the nnregistry refer method.
2942         (gnus-registry-install-hooks): Use it.
2943         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2944         unfollowed groups.
2945
2946 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2947
2948         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2949         expanding threads.
2950
2951 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * nnir.el: Use the server names without suffixes (bug #7009).
2954
2955         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2956         unencrypted to STARTTLS, if possible.
2957
2958 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2959
2960         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2961         headers before superseding.
2962
2963 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnrss.el (nnrss-use-local): Add documentation.
2966
2967         * nnimap.el (nnimap-extend-tls-programs): New function.
2968         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2969         (nnimap-wait-for-connection): Accept the greeting from the stupid
2970         output from openssl s_client -starttls, too.
2971
2972         * tls.el (tls-starttls-switches): New variable.
2973         (tls-find-starttls-argument): Use it.
2974         (open-tls-stream): Ditto.
2975
2976         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2977         (netrc-machine): Ditto.
2978
2979         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2980         article number.
2981         (nnimap-split-fancy): New variable.
2982         (nnimap-split-incoming-mail): Use it.
2983
2984         * nntp.el (nntp-server-list-active-group): Document.
2985
2986         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2987         SELECT to get the message-id.
2988
2989         * mail-source.el (mail-sources): Remove webmail support.
2990         (defvar): Ditto.
2991         (mail-source-fetcher-alist): Ditto.
2992         (mail-source-fetch-webmail): Remove.
2993
2994         * webmail.el: Remove -- doesn't seem relevant any more.
2995
2996         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2997
2998         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2999         the \r.
3000
3001 2010-09-30  Julien Danjou  <julien@danjou.info>
3002
3003         * gnus-agent.el (gnus-agent-add-group): Fix call to
3004         gnus-completing-read.
3005
3006 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * nndoc.el (nndoc-retrieve-groups): New function.
3009
3010         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3011         `default', use nnmail-split-methods.
3012         (nnimap-request-article): Downcase the NILs so that they are nil.
3013
3014         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3015         symbol.
3016
3017         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3018         code, since if the user has requested network, that's what they ought
3019         to get.
3020         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3021         (nnimap-split-rule): Mark as obsolete.
3022
3023         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3024         New variable.
3025
3026         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3027         correct slot, too.
3028
3029 2010-09-29  Julien Danjou  <julien@danjou.info>
3030
3031         * gnus.el (gnus-local-domain): Declare variable obsolete.
3032
3033         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3034         Fix history computing.
3035         (gnus-ido-completing-read): Require ido.
3036
3037 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3040         build Gnus.
3041
3042         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3043         when interpreting the structures.
3044         (nnimap-request-accept-article): Add \r\n to the lines to make this
3045         work with Cyrus.
3046
3047         * nndraft.el (nndraft-request-expire-articles): Use the group name
3048         instead if "nndraft".  Fix found by Nils Ackermann.
3049
3050 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3051
3052         * nnregistry.el: Add.
3053
3054 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3055
3056         * nnmail.el (group, group-art-list, group-art):
3057         Remove unneeded directives.
3058
3059 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3062         (mm-mime-charset)
3063         * rfc2047.el (rfc2047-syntax-table)
3064         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3065
3066         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3067         rather than `insert-file-contents' and `eval-region'.
3068
3069         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3070         construction.
3071
3072         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3073
3074         * time-date.el: No need to require cl for Emacs 21.
3075
3076 2010-09-29  Julien Danjou  <julien@danjou.info>
3077
3078         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3079         replacement of `gnus-gravatar-relief' to mimic
3080         `gnus-faces-properties-alist'.
3081         Add :version property.
3082
3083 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * mail-source.el (mail-source-report-new-mail)
3086         * message.el (message-default-mail-headers)
3087         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3088
3089         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3090
3091 2010-09-28  Julien Danjou  <julien@danjou.info>
3092
3093         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3094         mail-address contains the same string as real-name.
3095
3096         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3097         non-blank in header, otherwise it'll get stripped.
3098
3099         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3100         real-name, and then for mail address rather than doing : or , search.
3101
3102 2010-09-27  Julien Danjou  <julien@danjou.info>
3103
3104         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3105         right completing-read function.
3106         (gnus-use-ido): New variable
3107         (gnus-completing-read-with-default): Remove.
3108         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3109         (gnus-agent-add-group):
3110         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3111         * mm-view.el (mm-view-pkcs7-decrypt):
3112         * mm-util.el (mm-codepage-setup):
3113         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3114         * mml-smime.el (mml-smime-openssl-sign-query):
3115         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3116         (mml-insert-multipart):
3117         * gnus-msg.el (gnus-summary-yank-message):
3118         * gnus-int.el (gnus-start-news-server):
3119         * mm-decode.el (mm-interactively-view-part):
3120         * gnus-dired.el (gnus-dired-attach):
3121         * gnus.el (gnus-read-method):
3122         * gnus-bookmark.el (gnus-bookmark-jump):
3123         * gnus-art.el (gnus-mime-view-part-as-type)
3124         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3125         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3126         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3127         * nnmairix.el (nnmairix-create-server-and-default-group)
3128         (nnmairix-update-groups, nnmairix-get-server)
3129         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3130         (nnmairix-get-group-from-file-path):
3131         * nnrss.el (nnrss-find-rss-via-syndic8):
3132         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3133         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3134         (gnus-group-browse-foreign-server):
3135         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3136         (gnus-summary-execute-command, gnus-summary-respool-article)
3137         (gnus-read-move-group-name):
3138         * gnus-score.el (gnus-summary-increase-score)
3139         (gnus-summary-score-effect):
3140         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3141
3142 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3145         x-focus-frame.
3146
3147         * nnimap.el (auth-source-forget-user-or-password)
3148         (auth-source-user-or-password): Autoload.
3149
3150         * message.el (message-from-style, message-interactive)
3151         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3152         (message-yank-prefix, message-indentation-spaces, message-signature)
3153         (message-signature-file): Add comment.
3154
3155 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3158         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3159         new articles.
3160
3161         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3162         parts.
3163         (nnimap-request-article): Work with the t setting, too.
3164
3165         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3166         that you don't get flashes of other buffers.
3167         (gnus-summary-show-complete-article): Intern before setting.
3168
3169 2010-09-27  David Engster  <dengste@eml.cc>
3170
3171         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3172         well as HEADERS.
3173         (nnmairix-retrieve-headers): Provide new argument for the above.
3174
3175 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-sum.el (gnus-summary-move-article): Don't alter
3178         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3179         group.
3180
3181         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3182
3183         * message.el (message-cite-prefix-regexp): Revert my last edit.
3184
3185         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3186         variable instead of the Gnus variable.
3187
3188         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3189
3190         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3191
3192         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3193         since some servers don't like it.
3194         (nnimap-open-connection): Forget credentials if the server says the
3195         password was wrong.
3196         (nnimap-parse-line): Protect against invalid data.
3197
3198         * gnus-sum.el (gnus-summary-move-article): Add comment.
3199         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3200         nothing alters it while scanning for new messages.
3201
3202         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3203         which may or may not help.
3204         (nnimap-open-connection): If we're doing a stream connection, and then
3205         discover we're on a STARTTLS-capable server, then open a STARTTLS
3206         connection instead.
3207
3208 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * nnimap.el (utf7): Require.
3211
3212         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3213         prefix.
3214
3215 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3216
3217         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3218
3219 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * nnimap.el (nnimap-request-accept-article): Message the error on
3222         error.
3223
3224 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3227
3228 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nndoc.el (nndoc-request-list): Return success always.
3231
3232         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3233         `fetch-old' -- we only want to fetch the articles we've requested.
3234         The rest are in the agent, probably.
3235         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3236         disappeared server" to something low.  It's not important.
3237
3238         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3239         arrived before the FETCH data.
3240
3241         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3242         target here, because we don't know the Gnus name of the group.
3243
3244         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3245         for the correct group.
3246
3247         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3248
3249         * gnus.el (gnus): Give a final warning after startup.
3250
3251         * gnus-util.el (gnus-action-message-log): New variable.
3252         (gnus-message): Use it.
3253         (gnus-final-warning): New function.
3254
3255         * nnimap.el (nnimap-open-connection): Record the greeting.
3256         (nnimap): Add greeting.
3257
3258 2010-09-26  Julien Danjou  <julien@danjou.info>
3259
3260         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3261         arguments.
3262         (gnus-html-wash-images): Fix spec computing to include start/end.
3263
3264         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3265
3266 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3269         deletion.
3270         (nnimap-retrieve-headers): Don't select the group, because that's
3271         already done by nnimap-possibly-change-group.
3272
3273         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3274         (gnus-picon-transform-address): Use it.
3275
3276         * mail-source.el (mail-source-value): Revert previous patch.
3277
3278         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3279         on failure.
3280         (nnimap-open-connection): Look up both virtual and physical server name
3281         credentials.
3282
3283         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3284
3285 2009-02-07  Dave Love  <fx@gnu.org>
3286
3287         * tls.el (open-tls-stream): Don't query killing process.
3288
3289 2009-02-08  Dave Love  <fx@gnu.org>
3290
3291         * gnus-win.el (gnus-window-to-buffer-helper)
3292         (gnus-all-windows-visible-p): Function needn't be a symbol.
3293
3294         * mail-source.el (mail-source-value): Function needn't be a symbol.
3295
3296 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * message.el (message-cite-prefix-regexp): Remove } from the cite
3299         prefix.
3300
3301         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3302         highlight again, so that the highlight is correct.
3303
3304         * gnus-picon.el (gnus-picon): Remove again.
3305         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3306
3307         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3308         doing the header highlightling, so that the background colour of the
3309         picon is correct.
3310
3311         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3312         (gnus-picon): Ditto.
3313         (gnus-picon): Reinstate.  The background colour for picons is white.
3314         (gnus-picon-insert-glyph): Make the background white.
3315
3316         * nnml.el (nnml-open-nov): Don't return dead buffers.
3317
3318         * auth-source.el (auth-source-create): Query the user for whether to
3319         store the credentials.
3320
3321         * netrc.el (netrc-store-data): New function.
3322
3323         * auth-source.el (auth-source-user-or-password): Use the existing auth
3324         sources, if any, for creation.
3325
3326         * gnus.el (gnus-group-fast-parameter): Return the last matching
3327         parameter instead of the first matching parameter.
3328
3329 2010-09-26  Julien Danjou  <julien@danjou.info>
3330
3331         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3332
3333 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * mml2015.el (mml2015-use): Remove gpg support.
3336
3337         * mml1991.el (mml1991-function-alist): Remove gpg function.
3338         (mml1991-gpg-sign): Remove.
3339
3340 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3341
3342         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3343         (gnus-browse-unsubscribe-current-group): Document it.
3344         (gnus-browse-unsubscribe-group): Use it.
3345
3346 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3349         address to the To list for easier response.
3350
3351         * gnus.el (gnus-play-startup-jingle): Remove.
3352         (gnus-splash): Don't play jingle.
3353         (gnus): Silence gnus-load message.
3354
3355         * gnus-art.el (gnus-treat-play-sounds): Remove.
3356
3357         * gnus.el (gnus-play-jingle): Remove audio support.
3358
3359         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3360
3361         * earcon.el: Remove -- no users.
3362
3363         * gnus-audio.el: Remove -- no users of this package.
3364
3365         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3366
3367         * gnus-start.el (gnus-setup-news): Remove nocem support.
3368
3369         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3370
3371         * gnus.el (gnus-use-nocem): Remove.
3372
3373         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3374         Remove.
3375
3376         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3377         uses NoCeM any more.
3378
3379         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3380         (gnus-button-ctan-handler): Ditto.
3381         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3382         (gnus-button-ctan-directory-regexp): Ditto.
3383         (gnus-button-handle-ctan): Ditto.
3384         (gnus-button-tex-level): Ditto.
3385         (gnus-button-alist): Remove CTAN stuff.
3386
3387 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3390         nnimap-streaming test.
3391
3392         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3393         servers twice.
3394
3395         * nnimap.el (nnimap-open-connection): Add more error reporting when
3396         nnimap fails early.
3397
3398         * nnheader.el (nnheader-get-report-string): New function.
3399         (nnheader-get-report): Use it.
3400
3401         * gnus-int.el (gnus-check-server): Say what the error was when opening
3402         failed.
3403
3404         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3405         using streaming.
3406
3407 2010-09-25  Julien Danjou  <julien@danjou.info>
3408
3409         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3410         gnus-window-inside-pixel-edges.
3411
3412 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3415
3416         * mm-decode.el (mm-save-part): Allow saving to other directories the
3417         normal Emacs way.
3418
3419         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3420         Suggested by Jay Berkenbilt.
3421
3422         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3423         there isn't a single byte.
3424
3425         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3426         just do it.  It doesn't really seem to matter what the user responds
3427         here, I think, so it's just a confusing question.
3428
3429         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3430         non-streaming case.
3431
3432         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3433         (gnus-article-encrypt-body): Use it.
3434
3435         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3436         keystroke.
3437
3438         * nnimap.el (nnimap-find-wanted-parts-1):
3439         Use gnus-fetch-partial-articles.
3440
3441         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3442
3443         * nnimap.el (nnimap-insert-partial-structure): New function.
3444         (nnimap-get-partial-article): New function.
3445         (nnimap-request-article): Use it.
3446         (nnimap-wait-for-response): Return whether the wait was successful.
3447         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3448         retrieval wasn't successful.
3449         (nnimap-retrieve-group-data-early): Allow throttling servers.
3450         (nnimap-streaming): New variable.
3451         (nnimap-fetch-partial-articles): Remove.
3452
3453         * mm-decode.el (mm-with-part): Protect against killed buffers.
3454
3455         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3456         for prettier summary display.
3457
3458 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3459
3460         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3461
3462 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3465         apparently third-party libraries depend on it.
3466
3467         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3468         before starting negotiation.
3469
3470         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3471         privacy reasons.
3472         (gnus-treat-mail-gravatar): Ditto.
3473
3474         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3475         buffer when inserting images.  Inserting text into the headers, for
3476         instance, can make them invalid.
3477
3478 2010-09-25  Julien Danjou  <julien@danjou.info>
3479
3480         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3481         variables.
3482
3483         * nnheader.el: Remove useless variables news-reply-yank-from and
3484         news-reply-yank-message-id.
3485
3486         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3487         variables.
3488
3489         * mml1991.el: Remove useless mml1991-verbose.
3490
3491         * gnus.el: Remove useless variable gnus-use-generic-from.
3492         Remove obsolete variable gnus-topic-indentation.
3493
3494         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3495
3496         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3497
3498         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3499
3500         * gnus-group.el: Remove useless gnus-group-icon-cache.
3501         Remove useless gnus-ephemeral-group-server.
3502
3503         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3504
3505         * mml2015.el: Remove useless mml2015-verbose.
3506
3507         * mml-smime.el: Remove useless mml-smime-verbose.
3508
3509         * gnus.el: Remove useless gnus-local-domain.
3510
3511         * gnus-gravatar.el (gnus-gravatar-transform-address):
3512         Use gnus-gravatar-size.
3513
3514         * gnus-art.el: Remove useless gnus-treat-translate.
3515
3516 2010-09-24  Julien Danjou  <julien@danjou.info>
3517
3518         * gnus-sum.el: Add support for Gravatars.
3519
3520         * gnus-art.el: Add support for Gravatars.
3521
3522         * gnus-gravatar.el: Add this file.
3523
3524         * gravatar.el: Add this file.
3525
3526 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3529
3530         * gnus-group.el (gnus-group-fetch-faq): Remove.
3531
3532         * gnus.el (gnus-group-faq-directory): Remove.
3533
3534         * gnus-group.el (gnus-group-fetch-charter): Remove.
3535
3536         * gnus.el (gnus-group-charter-alist): Remove.
3537
3538         * gnus-group.el (gnus-group-archive-directory): Remove.
3539         (gnus-group-recent-archive-directory): Ditto.
3540         (gnus-group-make-archive-group): Remove.
3541
3542         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3543
3544         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3545         use the same article number for all the cached articles.
3546
3547         * nnimap.el (nnimap-command): Register the last command time so
3548         that we can use it for idling NOOPs.
3549         (nnimap-open-connection): Start the keeplive timer.
3550         (nnimap-make-process-buffer): Store all the process buffers.
3551         (nnimap-keepalive): New function.
3552
3553         * starttls.el (starttls-open-stream): Add autoload cookie.
3554
3555 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3556
3557         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3558         handling.
3559
3560 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3563         its data structures.
3564
3565         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3566         instead of the cl.el copy-list.
3567         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3568         equalp.
3569
3570 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3573         and tool-bar-local-item-from-menu.
3574
3575         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3576         mode-line-highlight face for Emacs.
3577
3578         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3579         loading gnus-sum.elc; fix comment for canlock-verify.
3580         (gnus-article-jump-to-part): Use read-number.
3581         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3582         Remove Emacs pre-21 compatible code for help-echo.
3583         (gnus-article-next-page-1): No need to adjust the number of lines.
3584         (gnus-article-describe-bindings): Always use help-buffer.
3585
3586         * gnus-audio.el (gnus-audio-inline-sound)
3587         * gnus-cus.el (gnus-custom-mode)
3588         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3589
3590         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3591
3592         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3593         compatible code.
3594
3595 2010-09-24  Glenn Morris  <rgm@gnu.org>
3596
3597         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3598         visiting the fcc file in rmail-mode.
3599
3600         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3601
3602 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * nnir.el: Silence the byte compiler.
3605
3606         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3607         alias to browse-url-url-encode-chars if any.
3608         (gnus-html-encode-url): Use it.
3609
3610 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus-start.el (gnus-use-backend-marks): New variable.
3613         (gnus-get-unread-articles-in-group): Use it.
3614
3615         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3616         makeover.
3617
3618 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3619
3620         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3621
3622 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3625         Remove.
3626         (gnus-setup-news-hook):
3627         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3628
3629         * gnus-int.el (gnus-request-update-info): Protect against backends not
3630         having the function.
3631
3632         * nnimap.el (nnimap-stream): Mention starttls.
3633         (nnimap-open-connection): Add starttls support.
3634
3635 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3636
3637         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3638
3639 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3642         BODYSTRUCTUREs.
3643         (nnimap-transform-headers): Unfold quoted {42} headers.
3644
3645         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3646         the info.
3647         (gnus-get-unread-articles): Only call updatep on backends that support
3648         it.
3649
3650         * nnweb.el (nnweb-request-update-info): NOOP.
3651
3652         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3653
3654         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3655         since it only deals with marks.
3656
3657         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3658         gnus-request-marks, and make a new gnus-request-update-info.
3659
3660         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3661         the active instead of the high number, which is usually too low.
3662
3663 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3666         * encrypt.el: Remove.
3667
3668 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3671         server in symbolic form.
3672
3673         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3674
3675 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3678         (nnimap-update-info): Fix up code slightly.
3679
3680         * gnus-int.el (gnus-open-server): Add tracing for performance
3681         debugging.
3682
3683         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3684         (gnus-group-insert-group-line): Pass the real group name so that it
3685         gets the right data.
3686
3687         * gnus-start.el (gnus-get-unread-articles): Don't have
3688         `gnus-get-unread-articles-in-group' update info, since that can be
3689         really slow and doesn't seem to be needed?
3690
3691 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3692
3693         * time-date.el (date-to-time): Try using parse-time-string first before
3694         using the slower timezone-make-date-arpa-standard.
3695
3696 2010-09-22  Julien Danjou  <julien@danjou.info>
3697
3698         * gnus-group.el (gnus-group-insert-group-line):
3699         Call gnus-group-highlight-line.
3700         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3701         default hook list.
3702         (gnus-group-update-eval-form): Add new function.
3703         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3704         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3705
3706 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3709         immediate, then expire all articles.
3710         (nnimap-update-info): Fix off-by-one errors.
3711         (nnimap-flags-to-marks): Would return no marks lists for group with no
3712         flags.  Instead return the other data.
3713
3714 2010-09-22  Julien Danjou  <julien@danjou.info>
3715
3716         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3717         Only return an icon.
3718         (gnus-group-insert-group-line): Compute icon to return.
3719
3720         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3721         (gnus-html-image-fetched): Only cache if
3722         gnus-html-image-automatic-caching is set.
3723         (gnus-html-image-fetched): Check for errors.
3724
3725 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3728         once per method on `g'.  This ensures that backends like nnfolder don't
3729         open all their folders.
3730
3731         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3732         (nnimap-request-list): Nix out group in the correct buffer.
3733         (nnimap-parse-flags): Implement by using `read' instead of
3734         hand-parsing.
3735         (nnimap-flags-to-marks): Pass on permanent-flags.
3736         (nnimap-make-process-buffer): Record the server name.
3737         (nnimap-parse-flags): Fix typo.
3738         (nnimap-request-scan): Run split on the server in general, not just a
3739         single group.
3740
3741         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3742         parameter, and propagate this downwards.
3743
3744         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3745         since EXAMINE changes it on the server.
3746
3747         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3748         this command might take a while.
3749
3750 2010-09-22  Julien Danjou  <julien@danjou.info>
3751
3752         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3753         harmful if you have 2 images side-by-side, they can't be properly
3754         update on text deletion.  Using text-property is safer here.
3755         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3756         data.
3757
3758 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * nnimap.el (nnimap-expunge-inbox): Remove.
3761         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3762         (nnimap-expunge): Flip default to t.
3763
3764         * gnus.el (gnus-method-to-server): Don't push things to the cache
3765         unless it's unique.
3766         (gnus-server-to-method): Ditto.
3767
3768 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3771
3772 2010-09-22  Julien Danjou  <julien@danjou.info>
3773
3774         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3775         get the start of data.
3776         (gnus-html-encode-url): Add this function to encode special chars in
3777         URL.
3778         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3779         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3780
3781         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3782         default.
3783         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3784
3785         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3786         images alt-text.
3787         (gnus-html-put-image): Put alt-text as help-echo.
3788
3789 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3792         * mm-util.el (mm-decompress-buffer)
3793         * nnir.el (nnir-run-find-grep)
3794         * pop3.el (pop3-list): Use 3rd arg of split-string.
3795
3796         * time-date.el (format-seconds): Comment fix.
3797
3798         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3799         and byte-optimize-form-code-walker.
3800         (dgnushack-make-auto-load): Don't advise make-autoload.
3801
3802         * lpath.el: Remove Emacs 21 stuff.
3803
3804 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3807         outside the active range.  Suggested by Dan Christensen.
3808
3809         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3810         slightly later to avoid double-getting it.
3811
3812         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3813         previous patch.
3814
3815         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3816
3817 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3818
3819         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3820
3821 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * gnus-int.el (gnus-open-server): Give a better error message in the
3824         "go offline" case.
3825
3826         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3827         marks for nnimap, which is seldom the right thing to do.
3828
3829         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3830         (gnus-same-method-different-name): New function.
3831
3832         * nnimap.el (parse-time): Require.
3833
3834         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3835         method in the presence of many similar methods.
3836
3837         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3838
3839         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3840         nnml-inhibit-expiry.
3841
3842         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3843         find out whether methods are equal.
3844
3845         * nnimap.el (nnimap-find-expired-articles): New function.
3846         (nnimap-process-expiry-targets): New function.
3847         (nnimap-request-move-article): Request the article before looking at
3848         what the Message-ID is.  Fix found by Andrew Cohen.
3849         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3850
3851         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3852         for oldness in addition to being a predicate.
3853
3854         * nnimap.el (nnimap-request-group): When we have zero articles, return
3855         the right data to Gnus.
3856         (nnimap-request-expire-articles): Only delete articles immediately if
3857         the target is 'delete.
3858
3859         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3860         method, this would bug out.
3861
3862         * gnus-group.el (gnus-group-expunge-group): Rename from
3863         gnus-group-nnimap-expunge, and implemented as a normal interface
3864         function.
3865
3866         * gnus-int.el (gnus-request-expunge-group): New function.
3867
3868         * nnimap.el (nnimap-request-create-group): Implement.
3869         (nnimap-request-expunge-group): New function.
3870
3871 2010-09-21  Julien Danjou  <julien@danjou.info>
3872
3873         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3874         (gnus-html-cache-expired): Add new function.
3875         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3876         wethever we should display image for fetch it.
3877         Compute alt-text earlier to pass it to the fetching function too.
3878         (gnus-html-schedule-image-fetching): Change function argument to only
3879         get one image at a time, not a list.
3880         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3881         cache.
3882         (gnus-html-get-image-data): New function to retrieve image data from
3883         cache.
3884         (gnus-html-put-image): Change buffer argument to use image data rather
3885         than file, and place image above region rather than inserting a new
3886         one.  Do not take alt-text as argument, since it's useless now: we place
3887         the image above alt-text.
3888         (gnus-html-prune-cache): Remove.
3889         (gnus-html-show-images): Start to fetch image when we find one, do not
3890         push into a temporary list.
3891         (gnus-html-prefetch-images): Only fetch image if they have expired.
3892         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3893         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3894
3895 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3898
3899 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3902         spec inser "*" if the group isn't active instead of 0.
3903
3904         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3905         opening the server.
3906         (nnimap-request-delete-group): Implement group deletion.
3907         (nnimap-transform-headers): Return the size of the entire message in
3908         the Bytes header, not just the size of the first part.
3909         (nnimap-request-move-article): When moving an article from nnimap,
3910         request the article first so the accepting form has an article to
3911         accept.  Reported by Dan Christensen.
3912         (nnimap-command): Make sure that the error message doesn't error out.
3913
3914 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3915
3916         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3917         we haven't requested anything.
3918
3919 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3922         "".  Fix found by Andrew Cohen.
3923
3924         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3925         instead of -encode-string.
3926
3927 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3930
3931         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3932         by mm-subst-char-in-string.
3933
3934 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3937         waiting for the connection string.
3938
3939         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3940         arriving.
3941
3942         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3943         bogus characters.  This allows selecting certain Gmail groups.
3944
3945         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3946         (nnimap-fetch-partial-articles): New variable.
3947         (nnimap-open-connection): When looking for credentials, also use the
3948         nnimap-server-port.
3949         (nnimap-request-article): Return the group/article number, so that Gnus
3950         `^' works as expected.
3951         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3952
3953         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3954         comments.
3955         (gnus-methods-sloppily-equal): New function.
3956         (gnus): When using the development version of Gnus, load the gnus-load
3957         file.
3958
3959         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3960         `gnus-open-server' on each method before trying to scan them etc.
3961         This ensures that all the backend parameters are set correctly.
3962
3963         * nnimap.el (nnimap-authenticator): New variable.
3964         (nnimap-open-connection): Allow anonymous login.
3965         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3966         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3967
3968         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3969         patch, found by Knut Anders Hatlen.
3970
3971 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3972
3973         * gnus-agent.el (gnus-agent-batch-confirmation)
3974         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3975         to gnus-message.
3976         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3977         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3978         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3979         * gnus-int.el (gnus-open-server): Likewise.
3980         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3981         (gnus-score-check-syntax): Likewise.
3982         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3983         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3984         Likewise.
3985         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3986
3987 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3990         calling conventions so that prefetch doesn't bug out.
3991
3992 2010-09-19  Julien Danjou  <julien@danjou.info>
3993
3994         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3995         rather than `subst-char-in-region' in order to be able to replace ASCII
3996         char by UTF-8 ones.
3997
3998         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3999         than curl.
4000         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4001         the right URL and ALT text on images.
4002         (gnus-html-wash-tags): Fix tag case.
4003         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4004         (gnus-article-html): Add -o display_ins_del=2 option.
4005         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4006
4007 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4010         the extra mail headers, which sometimes seem to happen for unknown
4011         reasons.
4012
4013         * mail-parse.el (mail-header-encode-parameter): Define as
4014         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4015         (or most, perhaps?) mail readers don't understand the latter, but do
4016         understand the former.
4017
4018         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4019         to nil, so that no methods are automatically agentized.  I think this
4020         is probably what most users want.
4021
4022         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4023         from url-retrieve, for instance about invalid URLs.
4024
4025         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4026         groups that have no articles.
4027         (nnimap-request-article): Check that we really got an article when we
4028         requested one.
4029
4030         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4031         doesn't exist.
4032
4033         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4034         nntp buffer so the agent can save it.
4035         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4036         that CRLF doesn't get translated to \n.
4037         (nnimap-open-connection): Don't make 'shell commands only send \n.
4038
4039 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4042         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4043         Update var name.
4044         (nnml-generate-nov-file): Use dolist.
4045         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4046         Use with-current-buffer.
4047
4048 2010-09-18  Julien Danjou  <julien@danjou.info>
4049
4050         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4051         parallel.
4052
4053 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4056         the range update right.
4057         (nnimap-request-group): Don't make `M-g' bug out on group with no
4058         marks.
4059         (nnoo): Require, so that other packages can require nnimap.
4060         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4061         command we're looking for.  This helps when the server sends more
4062         responses after we've gotten everything we expected.
4063         (nnimap): Add a `newlinep' field to keep track of end-of-line
4064         conventions.
4065         Don't send CRLF to things that don't want it.
4066         (nnimap-request-accept-article): Ditto.
4067
4068 2010-09-18  Julien Danjou  <julien@danjou.info>
4069
4070         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4071         than curl to retrieve images.
4072
4073 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4076         the marks.
4077         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4078         (nnimap-wait-for-connection): New function.
4079         (nnimap-open-connection): If we have PREAUTH, don't query for login
4080         credentials.
4081         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4082         when doing a partial update.
4083
4084 2010-09-18  Julien Danjou  <julien@danjou.info>
4085
4086         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4087         tags.
4088
4089 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * nnimap.el (nnimap-credentials): New function.
4092         (nnimap-open-connection): Use the new function to look for credentials
4093         also on the numeric equivalents of "imap" and "imaps".
4094
4095         * gnus-start.el (gnus-activate-group): Send the info to
4096         gnus-request-group.
4097
4098         * nnimap.el (nnimap-request-group): Have the "check" version of the
4099         function parse flags and update the info, so that a `M-g' get a total
4100         resync of all flags from the group.
4101
4102         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4103         to allow backends to alter the info on group selection.  Also alter all
4104         the backend -request-group functions to take the parameter.
4105
4106         * nnimap.el (nnimap-store-info): New function.
4107         (nnimap-update-info): Store the info for later usage.
4108         (nnimap-request-group): Use the stored info for the dont-check case, so
4109         that we don't retrieve all marks when we enter a group.
4110
4111         * nnimap.el: Use deffoo instead of defun for interface functions.
4112
4113         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4114         update the group info.  This makes the nndraft groups, for instance, go
4115         back to their old behaviour.
4116
4117         * gnus-sum.el (gnus-select-newsgroup): Indent.
4118
4119         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4120         in.
4121         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4122         nothing.
4123
4124         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4125         from methods that are denied.
4126
4127         * gnus-int.el (gnus-method-denied-p): New function.
4128
4129         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4130         store the password instead of netrc.
4131         (nnimap-open-connection): Don't error out when we can't make a
4132         connections.
4133
4134         * auth-source.el (auth-source-create): In the password prompt, say what
4135         we're querying for.  Also prompt for user name if that hasn't been
4136         given.
4137
4138         * nnimap.el (nnimap-with-process-buffer): Remove.
4139
4140 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4143         method when we're reading from the agent.
4144
4145         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4146
4147         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4148         that's probably most useful for users.
4149
4150         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4151         "failed" all the time.
4152
4153         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4154         ...)) with (with-current-buffer ... ).
4155
4156         * nntp.el (nntp-open-server): Return whether the open was successful or
4157         not.
4158
4159         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4160         select an unread unseen article first.
4161
4162         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4163         /etc/services, supply some sensible port defaults.
4164
4165         * dgnushack.el: Define netrc-credentials.
4166
4167 2010-09-17  Julien Danjou  <julien@danjou.info>
4168
4169         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4170
4171 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4172
4173         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4174         doesn't have any parameters.
4175
4176 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4179         only upcased checks.
4180
4181         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4182
4183         * nnimap.el (nnimap-open-shell-stream): New function.
4184         (nnimap-open-connection): Use it.
4185         (nnimap-transform-headers): Get the number of lines in each message.
4186         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4187         number of lines.
4188         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4189         problem.
4190
4191         * utf7.el (utf7-encode): Autoload.
4192
4193         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4194         to allow the mail splitting to not return a default group.  This is
4195         useful for nnimap, which will leave unmatched mail in the inbox.
4196
4197         * nnimap.el: Rewritten.
4198
4199         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4200         nnimap usage.
4201
4202         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4203         if the move is internal, so that nnimap can do fast internal moves.
4204
4205         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4206         data.
4207         (gnus-read-active-for-groups): Support finishing the early retrieval of
4208         data.
4209
4210         * gnus-range.el (gnus-range-nconcat): New function.
4211
4212         * gnus-int.el (gnus-finish-retrieve-group-infos)
4213         (gnus-retrieve-group-data-early): New functions.
4214
4215 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4218         (nnrss-retrieve-groups):
4219         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4220         (pop3-quit): Use with-current-buffer.
4221
4222 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4225         instead of nnheader-accept-process-output.
4226
4227         * dgnushack.el (dgnushack-compile): Add comment.
4228
4229         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4230
4231         * gnus-html.el (gnus-html-schedule-image-fetching)
4232         (gnus-html-prefetch-images): Replace process-kill-without-query by
4233         gnus-set-process-query-on-exit-flag.
4234
4235 2010-09-16  Romain Francoise  <romain@orebokech.com>
4236
4237         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4238
4239 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240
4241         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4242         parameter to unintern is mandatory-ish in Emacs 24.
4243
4244         * gnus-html.el (gnus-html-schedule-image-fetching)
4245         (gnus-html-prefetch-images): Check for curl before using it.
4246
4247         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4248         depend on curl, which isn't essential.
4249
4250         * imap.el: Revert back to version
4251         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4252         seem problematic.
4253
4254 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4255
4256         * gnus-registry.el (gnus-registry-install-shortcuts):
4257         Explicitly pass `obarray' to `unintern' to avoid a warning.
4258
4259 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4262         change.
4263
4264         * nnrss.el (nnrss-request-list): Remove this function and related
4265         functions, including the moreover stuff.
4266
4267 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * nnrss.el (nnrss-retrieve-groups): New function.
4270
4271 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4272
4273         * .dir-locals.el: Add no-byte-compile cookie.
4274
4275 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * time-date.el (format-seconds): Comment fix.
4278
4279         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4280         for back end that doesn't support request-scan.
4281
4282 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4283
4284         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4285         then do request scans from the backends.
4286
4287         * netrc.el (netrc-credentials): New conveniency function.
4288
4289         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4290         avoid running a hook per line, since this takes a lot of time,
4291         profiling shows.
4292         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4293         directly if gnus-visual-p is true.
4294
4295 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4298         groups; replace mapcar with dolist which is a bit faster; pass groups
4299         info to gnus-read-active-file-1.
4300         (gnus-read-active-file-1): Scan only specified groups if the new
4301         optional arg `infos' is given.
4302
4303 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4306
4307         * pop3.el (pop3-movemail): Remove.
4308         (pop3-streaming-movemail): Rename to pop3-movemail.
4309
4310         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4311         don't restrict end-tag searches to the end of the line.
4312
4313 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4316         articles of every unchecked group to t, which means unknown since the
4317         server has never been opened.
4318
4319 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-html.el (gnus-html-show-alt-text): New command.
4322         (gnus-html-browse-image): Ditto.
4323         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4324         to browse the image directly.
4325         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4326         better.
4327
4328         * gnus-async.el (gnus-async-article-callback):
4329         Call `gnus-html-prefetch-images' unconditionally.
4330
4331         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4332         before feeding URLs to curl.
4333
4334 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4337         internal images as deletable by `W D D'.
4338
4339         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4340         (gnus-async-article-callback): Fix typo.
4341
4342 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4345         current line to work around bugs in the output from w3m.
4346
4347         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4348         for groups that want that.
4349
4350         * nntp.el (nntp-wait-for-string): Supply a timeout for
4351         accept-process-output to ensure progress.
4352
4353         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4354         level to get unread articles from, then use that for foreign groups,
4355         too.
4356
4357         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4358         confuses the rest of the function.
4359
4360         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4361         for the methods that support -retrieve-groups, too.
4362
4363         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4364
4365 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4368         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4369
4370         * pop3.el: Require cl when compiling.
4371         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4372
4373 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4376         that aren't going to be activated.
4377         (gnus-get-unread-articles): Fix up the last commit.
4378
4379         * gnus-html.el (gnus-article-html): Allow calling without specifying
4380         the handle.  In that case, dissect the buffer first.
4381
4382         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4383
4384         * nnimap.el (nnimap-open-connection): Revert the change that would look
4385         into authinfo for imaps instead of imap.
4386
4387         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4388         say that you don't want to call gnus-request-group with don-check, but
4389         do check the reponse.  This is for virtual groups only.
4390         (gnus-get-unread-articles): Count the archive groups as secondary, so
4391         that they're activated the same way as before.
4392
4393         * imap.el (imap-message-map): Removed optional buffer parameter, since
4394         no callers use it.
4395         (imap-message-get): Ditto.
4396         (imap-message-put): Ditto.
4397         (imap-mailbox-map): Ditto.
4398         (imap-mailbox-put): Ditto.
4399         (imap-mailbox-get): Ditto.
4400         (imap-mailbox-get): Revert last change for this function.
4401
4402         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4403         case-insensitively.
4404         (nnimap-debug): Remove.
4405
4406         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4407         to use `imap-fetch' instead.  According to the comments, this should be
4408         safe, since all other IMAP clients use the 1:* syntax.
4409         (imap-enable-exchange-bug-workaround): Removed.
4410         (imap-debug): Removed -- doesn't seem very useful.
4411
4412         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4413         mail from a file, and the file doesn't exist.
4414
4415         * imap.el (imap-log): New convenience function used throughout instead
4416         of repeating the same code all over the place.
4417
4418         * pop3.el (pop3-streaming-movemail): Return t for success.
4419
4420         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4421         .authinfo if we're using ssl connection.
4422
4423         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4424         already have if we're in a main Gnus `g' run.
4425
4426         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4427
4428 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4431
4432         * nnmh.el (nnmh-request-list-1): Bind `file'.
4433
4434         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4435         alias to set-process-query-on-exit-flag or process-kill-without-query.
4436         (pop3-open-server): Use it.
4437
4438 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4441         box to the Incoming file.  Fixes mistake in previous checkin.
4442
4443         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4444         request loop (for debugging purposes) removed.
4445
4446         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4447         culprit is more visible.
4448         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4449         (nnml-add-incremental-nov): New functions to do "incremental" nov
4450         updates, where we just append to the end of the existing nov files
4451         without reading/writing them in full.
4452
4453         * mail-source.el (mail-source-delete-crash-box): Really only check the
4454         incoming files once in a while.
4455
4456         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4457
4458         * mail-source.el (mail-source-delete-crash-box): Only check the
4459         incoming files for deletion once per day to save a lot of file
4460         accesses.
4461
4462         * pop3.el (pop3-logon): Fix up unbound variable typo.
4463
4464         * mail-source.el (pop3-streaming-movemail): Autoload.
4465
4466         * pop3.el (pop3-streaming-movemail):
4467         Respect pop3-leave-mail-on-server.
4468
4469         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4470         retrieval.
4471
4472         * pop3.el (pop3-process-filter): Remove unused function.
4473         (pop3-streaming-movemail, pop3-send-streaming-command)
4474         (pop3-wait-for-messages, pop3-write-to-file)
4475         (pop3-number-of-responses): New functions for streaming pop3
4476         retrieval.
4477
4478         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4479         come from no known methods.
4480         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4481         list.
4482
4483         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4484         message sizes.
4485         (pop3-movemail): Use erase-buffer instead of looping and deleting
4486         regions, which seems rather odd.
4487
4488         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4489         file once per `g' run.
4490
4491         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4492         directories.  This makes the draft queue directory work.
4493
4494         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4495         data from the backends, so that we only request the list of groups from
4496         each method once.  This should speed things up considerably.
4497
4498         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4499         detect that it's not implemented.
4500
4501         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4502         we actually do recurse down into the tree, but don't stat all leaf
4503         nodes.
4504
4505         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4506         then say so instead of bugging out.
4507
4508         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4509         files exist before trying to read them.
4510
4511         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4512         around <pre_int>.
4513
4514         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4515
4516         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4517
4518 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * mm-util.el (mm-image-load-path): Just return the image directories,
4521         not all directories in the path in addition to the image directories.
4522         (mm-image-load-path): Maintain a cache of the image directories so that
4523         the `g' command in Gnus doesn't have to stat dozens of directories each
4524         time.
4525
4526         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4527         (gnus-html-wash-tags): Add a new `i' command to insert images.
4528         (gnus-html-insert-image): New command and keystroke.
4529         (gnus-html-redisplay-with-images): New command and keystroke.
4530         (gnus-html-show-images): Rename command.
4531         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4532         spacers.
4533         (gnus-html-wash-tags): Decode entities at the end, so that entities
4534         inside the tags don't mess up the rest of the "parsing".
4535
4536         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4537         so that nnimap methods aren't agentized by default.  There's apparently
4538         many problems related to agent/imap behaviour.
4539
4540         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4541
4542         * gnus-html.el: Doc fix.
4543
4544 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4547         specifier-spec-list for Emacs 21.
4548
4549         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4550         glyph-width and glyph-height instead of display-graphic-p and
4551         image-size; make avoidance of displaying small images work for XEmacs.
4552
4553         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4554         for XEmacs.
4555
4556         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4557         of symbol that holds plist data.
4558         (gnus-process-plist): Remove plist of process after getting it.
4559
4560 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * message.el (message-generate-hashcash): Change default to
4563         'opportunistic if hashcash is installed.
4564
4565         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4566         (gnus-html-put-image): Only call image-size once, since it's somewhat
4567         time-consuming on remote X servers.
4568
4569 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4572         type on data, not a file name.
4573
4574         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4575         window-pixel-edges for Emacs 21.
4576
4577         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4578         decoded contents.
4579         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4580
4581 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4584         group line format, since it isn't very interesting.
4585
4586         * gnus-agent.el (gnus-agent-short-article),
4587         (gnus-agent-long-article): Increase values for these two variables,
4588         since most people are likely to have more network connection and
4589         storage than before.
4590
4591         * gnus.el (gnus-refer-article-method): Change default to 'current.
4592         When referring an article, the common behaviour is to refer it from the
4593         current select method, not the native select method.  The chances of
4594         the native select method having the message in question is rather slim
4595         these days.
4596
4597         * gnus-sum.el (gnus-auto-select-subject): Change default to
4598         `unseen-or-unread'.  I think it's likely that most people want to
4599         select an unseen article over a previously seen, but unread one.
4600
4601         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4602         means that in the article buffer none of the minor mode elements will
4603         be shown, usually, and this is not desirable in most cases.
4604
4605         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4606         that commands like `d' (and the like) go to the next line in the
4607         buffer, instead of the next unread article.  I think this is the
4608         behaviour that is most natural for most users.
4609         (gnus-single-article-buffer): Change default to nil, so that people can
4610         have as many article buffers open as they have summary buffer.  I think
4611         this is the most natural way for the groups to behave.
4612
4613         * message.el (message-generate-new-buffers): Change default to
4614         `unsent', so that all new message buffers start their names with the
4615         string "*unsent", and it's easier to find the buffers if you move from
4616         them.
4617
4618 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4621         small.  They're probably tracking images.
4622         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4623         (gnus-html-rescale-image): Yet another try at getting the image sizing
4624         right.
4625
4626         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4627         nntp-marks-file-name is nil.
4628
4629 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * gnus-html.el (gnus-html-wash-tags)
4632         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4633         Better logging.
4634
4635 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4638
4639         * gnus-html.el (gnus-html-wash-tags): Check the value of
4640         gnus-blocked-images in the summary buffer.
4641
4642 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4645
4646 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4649         like "a", it seems like.
4650         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4651         since it needs to be picked from the correct buffer.
4652
4653         * nnwfm.el: Remove.
4654
4655         * nnlistserv.el: Remove.
4656
4657 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4660         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4661
4662 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * nnkiboze.el: Remove.
4665
4666         * nndb.el: Remove.
4667
4668         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4669         alt text.
4670         (gnus-html-rescale-image): Try to get the rescaling logic right for
4671         images that are just wide and not tall.
4672
4673         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4674         overshadow variable bindings.
4675
4676 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * gnus-html.el (gnus-html-wash-tags)
4679         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4680         Add extra logging.
4681
4682 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4685         (gnus-max-image-proportion): New variable.
4686         (gnus-html-rescale-image): New function.
4687         (gnus-html-put-image): Rescale images.
4688
4689 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4690
4691         Fix up some byte-compiler warnings.
4692         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4693         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4694         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4695         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4696         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4697         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4698         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4699
4700 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-html.el (gnus-article-html): Decode contents by charset.
4703
4704 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4707         (gnus-html-frame-width, gnus-blocked-images)
4708         * message.el (message-prune-recipient-rules): Add custom version.
4709         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4710
4711         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4712         functions.
4713
4714         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4715         gnus-process-get.
4716
4717 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4718
4719         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4720         instead of lsub directly.
4721
4722 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * nnwarchive.el: Remove.
4725
4726         * gnus-soup.el: Remove.
4727
4728         * nnsoup.el: Remove.
4729
4730         * nnultimate.el: Remove.
4731
4732         * gnus-html.el (gnus-blocked-images): New variable.
4733
4734         * message.el (message-prune-recipients): New function.
4735         (message-prune-recipient-rules): New variable.
4736
4737         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4738         guess whether a long line is natural text or not.
4739
4740         * gnus-html.el (gnus-html-schedule-image-fetching):
4741         Use gnus-process-plist and friends for compatibility.
4742
4743 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4744
4745         * gnus-html.el: Require packages that define macros used in this file.
4746         (gnus-article-mouse-face): Declare to silence byte-compiler.
4747         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4748         process-get.
4749         (gnus-html-put-image): Use plist-get to avoid getf.
4750         (gnus-html-prefetch-images): Use with-current-buffer.
4751
4752 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-ems.el: Provide compatibility functions for
4755         gnus-set-process-plist.
4756
4757         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4758         header-line-format for XEmacs 21.4.
4759
4760         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4761         * gnus.el (gnus-valid-select-methods)
4762         * message.el (message-send-mail-partially-limit)
4763         * mm-decode.el (mm-text-html-renderer)
4764         * mml.el (mml-insert-mime-headers-always)
4765         * smiley.el (smiley-regexp-alist): Bump custom version.
4766
4767 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-html.el: require mm-url.
4770         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4771         with the url to `url'.
4772         (gnus-html-wash-tags): Support cid: URLs/images.
4773
4774 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4777         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4778         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4779
4780         * gnus-move.el: Remove file, since it doesn't really work.
4781
4782         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4783         UTF-8.  This seems to fix problems with some German web feeds.
4784
4785         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4786         at the top so that the proper colours are applied.
4787
4788         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4789         don't have dots in their names.
4790
4791         * gnus-art.el (gnus-article-view-part): Doc fix.
4792
4793         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4794         XEmacs-compatible.
4795         (gnus-html-put-image): Don't do images on non-graphic displays.
4796
4797         * nnslashdot.el: Remove this unused backend.
4798
4799         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4800         actions.
4801         (gnus-undo-register-1): Revert last change.
4802
4803         * gnus-group.el (gnus-group-completing-read): Protect against not
4804         having completion-styles bound.
4805
4806         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4807         make broken recipients happier.
4808
4809         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4810
4811         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4812         point parameter.
4813
4814         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4815
4816         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4817         completion-styles for group selection.
4818
4819 2009-02-04  Andreas Schwab  <schwab@suse.de>
4820
4821         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4822         headers and regexp-quote the match if necessary.
4823
4824 2009-03-24  Miles Bader  <miles@gnu.org>
4825
4826         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4827         the blinking smiley.
4828
4829 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4830
4831         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4832         blink smiley.
4833
4834 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4837         where the dribbel file lives exists.
4838
4839         * message.el (message-send-mail-partially-limit): Change the default to
4840         nil, since most people don't want this.
4841
4842         * mm-url.el (mm-url-decode-entities): Also decode entities like
4843         &#x3212.
4844
4845 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4846
4847         * gnus-sum.el (gnus-summary-idna-message):
4848         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4849         Hyperlink urls in docstrings with URL `...'.
4850
4851 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4852
4853         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4854         functions.
4855
4856 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4859         say what the mouseover text should be.
4860
4861         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4862         version of the mm-w3m-safe-url-regexp variable to only download images
4863         in the groups where we want that to happen.
4864
4865         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4866
4867         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4868         easier debugging.
4869         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4870         big pictures in the article buffer.
4871
4872         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4873         gnus-article-html.
4874         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4875         w3m.
4876
4877         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4878
4879 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4882         which doesn't exist.
4883
4884         * message.el (message-inhibit-ecomplete): New variable to allow some
4885         function to inhibit ecomplete address storage.
4886         (message-resend): Disable ecomplete message storage when resending
4887         messages.
4888
4889         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4890
4891 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4894         Save excursion while copying, moving, and deleting articles in order to
4895         prevent the cursor from jumping to unforeseen place.
4896
4897 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * lpath.el: No need to bind bookmark-current-buffer,
4900         bookmark-yank-point and bookmark-make-record-function.
4901
4902 2010-08-17  Glenn Morris  <rgm@gnu.org>
4903
4904         * gnus-sync.el: Require gnus components whose functions are used.
4905
4906         * gnus-art.el (bookmark-make-record-function):
4907         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4908         Declare for compiler.
4909
4910         * mm-url.el (mml-compute-boundary): Autoload.
4911
4912 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4915
4916 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         Typo fix "hoo4a" -> "hook".
4919
4920         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4921
4922 2010-08-14  Glenn Morris  <rgm@gnu.org>
4923
4924         * gnus-sync.el (gnus-sync): Fix defgroup version.
4925
4926 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4929
4930         * gnus-sync.el: Fix docs.
4931         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4932         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4933
4934 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         Optimizations for gnus-sync.el.
4937
4938         * gnus-sync.el: Add docs about gnus-sync-backend
4939         possibilities.
4940         (gnus-sync-save): Remove unnecessary message.
4941         (gnus-sync-read): Optimize and show what groups were skipped.
4942
4943 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4944
4945         Minor bug fixes for gnus-sync.el.
4946
4947         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4948         Don't read the sync on get-new-news.
4949
4950         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4951         quiet.
4952
4953         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4954         (fix typo).
4955
4956 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4957
4958         Make saving and restoring of hidden threads work with overlays.
4959         Patch applied by Ted Zlatanov.
4960
4961         * gnus-sum.el (gnus-hidden-threads-configuration)
4962         (gnus-restore-hidden-threads-configuration): Update to deal with text
4963         properties, rather than searching for a magic character.
4964
4965 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         New gnus-sync.el library for synchronization of marks.
4968
4969         * gnus-sync.el: New library for synchronization of marks.
4970
4971         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4972         renamed from `gnus-registry-grep-in-list'.
4973
4974         * gnus-registry.el (gnus-registry-follow-group-p):
4975         Use `gnus-grep-in-list'.
4976
4977         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4978
4979 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4982         determining charset of text fails.
4983
4984 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * nnmail.el (nnmail-get-new-mail-1): Revert.
4987
4988         * nnml.el (nnml-active-number): Make sure names of newly created groups
4989         in nnml-group-alist are encoded.
4990
4991 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4994         containing non-ASCII characters in active file for nnml back end.
4995
4996 2010-07-24  David Engster  <dengste@eml.cc>
4997
4998         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4999         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5000
5001 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5002
5003         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5004         tag (Bug#6654).
5005
5006 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5009         the article buffer, not the summary buffer.
5010
5011 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5014         Emacs 23 as well.
5015
5016 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5019         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5020
5021 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5022
5023         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5024         Patch applied by Karl Fogel.
5025
5026         * gnus-sum.el (gnus-summary-bookmark-make-record):
5027         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5028
5029 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5030
5031         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5032         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5033         C-w still not working correctly from Article buffers; Thierry's
5034         patch to fix that will be applied after this.
5035
5036         * gnus-art.el (bookmark-make-record-function): New local variable.
5037
5038         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5039         article buffer.
5040         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5041
5042 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5043
5044         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5045         on changes in bookmark.el.
5046
5047 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5050         `no-log' instead of message not to log prompt string.
5051
5052 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5053
5054         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5055         the *other* type of HTML form submission.
5056
5057 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5058
5059         * auth-source.el (auth-source-pick): If choice does not contain a
5060         questioned keyword, set the check to t.
5061
5062 2010-06-12  Romain Francoise  <romain@orebokech.com>
5063
5064         * gnus-util.el (gnus-date-get-time): Move up before first use.
5065
5066 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5069         (gnus-article-edit-part): Bind it to make last part that is substituted
5070         or deleted visible.
5071         (gnus-mime-display-single): Buttonize part of which id equals to
5072         gnus-mime-buttonized-part-id.
5073
5074 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5075
5076         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5077         (gnus-dd-mmm): Use gnus-date-get-time.
5078         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5079         simplify logic.
5080         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5081         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5082
5083 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5084
5085         * auth-source.el (top): Autoload `secrets-list-collections',
5086         `secrets-create-item', `secrets-delete-item'.
5087         (auth-sources): Fix tag string.
5088         (auth-get-source, auth-source-retrieve, auth-source-create)
5089         (auth-source-delete): New defuns.
5090         (auth-source-pick): Rewrite in order to avoid 2 passes.
5091         (auth-source-forget-user-or-password): New parameter USERNAME.
5092         (auth-source-user-or-password): New parameters CREATE-MISSING and
5093         DELETE-EXISTING.  Retrieve password interactively, if needed.
5094
5095 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5096
5097         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5098         deleting unused directories when gnus-expert-user is t.
5099
5100 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5103         for each temp file when gnus-article-browse-delete-temp is ask.
5104
5105 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5106
5107         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5108         Lisp calls to delete-backward-char by calls to delete-char.
5109
5110 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5111
5112         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5113
5114 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5115
5116         * password-cache.el (password-cache-remove): Fix docstring.
5117
5118 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5121         article unless decoding article to be saved.
5122
5123 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5126         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5127         generated within the mm-with-unibyte-current-buffer macro.
5128
5129 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5132         to nil when we're in a mml-preview buffer and no group is selected.
5133
5134 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5135
5136         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5137         when catching the `C-g'.  Reported by "Leo".
5138
5139 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * message.el (message-forward-make-body-plain)
5142         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5143         multibyte-string-p.
5144
5145         * lpath.el: Revert.
5146
5147 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * message.el (message-forward-make-body-mml): Assume original message
5150         is multibyte string; error on unibyte.
5151         (message-forward-make-body-plain): Ditto; don't add excessive newline
5152         in body end.
5153
5154         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5155
5156 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5157
5158         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5159         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5160
5161 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * mm-extern.el (mm-extern-url): Don't use
5164         mm-with-unibyte-current-buffer.
5165         (mm-extern-cache-contents): Use with-current-buffer instead of
5166         save-excursion + set-buffer.
5167
5168 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * mm-util.el (mm-emacs-mule): Remove.
5171
5172 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5173
5174         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5175         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5176         change.
5177
5178 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5181         bind the default value of enable-multibyte-characters to nil.
5182
5183 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * message.el (message-forward-make-body-plain)
5186         (message-forward-make-body-mml):
5187         Don't use mm-with-unibyte-current-buffer.
5188
5189 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5192
5193 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5194
5195         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5196         (Bug#5592).
5197
5198 2010-05-07  Julien Danjou  <julien@danjou.info>
5199
5200         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5201         it to mm-pipe-part.
5202
5203         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5204         it is given.
5205
5206 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * binhex.el (binhex-decode-region-internal)
5209         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5210         (dns-query)
5211         * nnweb.el (nnweb-gmane-search)
5212         * pgg-parse.el (pgg-parse-armor)
5213         * pgg.el (pgg-verify-region)
5214         * sha1.el (sha1-string-external)
5215         * uudecode.el (uudecode-decode-region-internal)
5216         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5217         XEmacs.
5218
5219         * gnus-art.el (gnus-article-browse-html-parts)
5220         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5221         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5222         make-temp-file.
5223
5224         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5225         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5226         compiling.
5227
5228         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5229         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5230         XEmacs when compiling.
5231
5232         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5233         gnus-pick-mode-off-hook for XEmacs when compiling.
5234         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5235         gnus-binary-mode-off-hook for XEmacs when compiling.
5236
5237         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5238         Return nil if char-charset is not available.
5239
5240         * imap.el (imap-disable-multibyte)
5241         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5242         macros.
5243
5244         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5245         instead of encode-coding-string.
5246
5247         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5248         'xemacs) instead of mm-emacs-mule to switch function definitions.
5249         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5250
5251         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5252         bind temporary-file-directory for XEmacs;
5253         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5254         timer-set-function for XEmacs 21.4 and SXEmacs;
5255         bind timer-list for XEmacs 21.4 and SXEmacs;
5256         fbind char-charset and find-charset-region for non-Mule XEmacs;
5257         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5258         encode-coding-region and encode-coding-string for XEmacs having no
5259         file-coding feature.
5260
5261 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5262
5263         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5264
5265 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5268         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5269
5270 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5271
5272         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5273         alias `jka-compr-delete-temp-file' no longer exists.
5274
5275 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5276
5277         Use define-minor-mode in Gnus where applicable.
5278         * mml.el (mml-mode): Use define-minor-mode.
5279         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5280         (gnus-undo-mode): Use define-minor-mode.
5281         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5282         (gnus-dead-summary-mode): Use define-minor-mode.
5283         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5284         Initialize in declaration.
5285         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5286         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5287         (gnus-mailing-list-mode): Use define-minor-mode.
5288         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5289         (gnus-draft-mode): Use define-minor-mode.
5290         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5291         (gnus-dired-mode): Use define-minor-mode.
5292
5293 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5294
5295         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5296         handles on recursive mml-to-mime translation and check them for
5297         boundary delimiter collisions.  Reported by Greg Troxel.
5298
5299 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5302
5303 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * mm-util.el (mm-find-buffer-file-coding-system):
5306         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5307
5308 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5309
5310         * message.el (message-generate-headers): Record insertion of optional
5311         headers as well.  Otherwise the check to prevent repeated insertion of
5312         optional headers is a no-op.
5313
5314 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * smime.el: Don't mention CVS.
5317
5318         * nnrss.el (nnrss-fetch): Don't mention CVS.
5319
5320         * nnir.el: Don't mention CVS.
5321
5322 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5323
5324         * gnus-sum.el (gnus-summary-bookmark-make-record):
5325         Add `location' field.
5326
5327 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * lpath.el: Fbind bookmark-default-handler,
5330         bookmark-get-bookmark-record, bookmark-make-record-default,
5331         bookmark-prop-get for Emacs <23 and XEmacs.
5332
5333 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5334
5335         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5336         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5337         Use with-current-buffer to silence the byte-compiler.
5338         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5339         bother to require `gnus'.
5340         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5341
5342 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5343
5344         * gnus-sum.el (gnus-summary-bookmark-make-record)
5345         (gnus-summary-bookmark-jump): New functions.
5346         (gnus-summary-mode): Setup bookmark support.
5347
5348 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5349
5350         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5351         if set.
5352
5353 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5356         gnus-article-browse-html-save-cid-image; make it work recursively for
5357         forwarded messages as well.
5358         (gnus-article-browse-html-parts): Work when prefix arg is given.
5359         (gnus-article-browse-html-article): Doc fix.
5360
5361 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5362
5363         * message.el (message-default-mail-headers):
5364         (message-default-headers): Carry the value mail-default-headers over
5365         into message-default-mail-headers, rather than message-default-headers.
5366
5367 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5368
5369         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5370         charset.
5371
5372         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5373         charset into the <meta> tag when the article is encoded to utf-8.
5374
5375 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-art.el (gnus-article-browse-delete-temp-files):
5378         Delete directories as well.
5379         (gnus-article-browse-html-parts): Work for images that do not specify
5380         file names; delete temp directory when quitting; insert header at the
5381         right place; use file: scheme for image files.
5382
5383 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5384
5385         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5386         (gnus-article-browse-html-parts): Use it to make temporary cid image
5387         files in addition to html file so that browser may display them.
5388
5389 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5392
5393 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5396
5397 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5398
5399         * auth-source.el (auth-sources): Change default to be simpler.
5400         Explain about Secret Service API sources.  Improve Customize options.
5401         (auth-source-pick): Change to accept any number of search parameters.
5402         Implement fallbacks iteratively, not recursively.  Add scoring on the
5403         second pass and sort by score.  Call Secret Service API when needed.
5404         (auth-source-user-or-password): Use it.  Call Secret Service API
5405         directly when needed to get the user name and the password.
5406
5407 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5408
5409         * message.el (message-interactive): Doc fix.
5410         (message-qmail-inject-args): Reflow.
5411         (message-kill-to-signature): Fix typo in docstring.
5412
5413         * smiley.el (smiley-buffer): Fix typo in docstring.
5414
5415 2010-03-24  Glenn Morris  <rgm@gnu.org>
5416
5417         * mail-source.el (gnus-message): Declare.
5418         (mail-source-delete-old-incoming): Require gnus-util.
5419
5420 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5423
5424         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5425
5426         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5427         password-cache's default if it is not bound.
5428         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5429         password-cache-expiry's default if it is not bound.
5430
5431         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5432         available in Emacs 21.
5433
5434         * lpath.el: Suppress compiler warnings for:
5435         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5436         XEmacs;
5437         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5438         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5439         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5440
5441 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * auth-source.el (auth-sources): Fix up definition so extra parameters
5444         are always inline.
5445
5446 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5447
5448         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5449         wasn't updated after mismatch.  Clear cached mailbox info correctly
5450         when uidvalidity changes.
5451         (nnimap-group-prefixed-name): New function to avoid some code
5452         duplication.
5453         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5454         (nnimap-request-group): Use it.
5455         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5456         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5457         with many imap folders.  This is done by caching the group status from
5458         the imap server persistently in a group parameter `imap-status'.  (This
5459         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5460         but not persistently, so every Gnus startup was still very slow.)
5461
5462 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5465         delete the extra newline.  Otherwise editing of :string and :number
5466         types don't work.
5467
5468 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5471         secrets.el dependency.
5472         (auth-sources): Add optional user name.  Add secrets.el configuration
5473         choice (unused right now).
5474
5475 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-sum.el (gnus-summary-make-menu-bar):
5478         Let `gnus-registry-install-shortcuts' fill in the functions.
5479
5480         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5481         warnings.
5482         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5483         (gnus-registry-install-shortcuts): Populate and use it in a
5484         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5485
5486 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5487
5488         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5489         In-place substitutions for the group name encoding/decoding.
5490         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5491         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5492         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5493         (nnimap-update-unseen, nnimap-request-list)
5494         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5495         (nnimap-request-set-mark, nnimap-split-to-groups)
5496         (nnimap-split-articles, nnimap-request-newgroups)
5497         (nnimap-request-create-group, nnimap-request-accept-article)
5498         (nnimap-request-delete-group, nnimap-request-rename-group)
5499         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5500         `encoded-mbx' for consistency.
5501         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5502         variable `imap-current-mailbox'.
5503
5504         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5505         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5506
5507 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5508
5509         * pop3.el (pop3-display-message-size-flag): Display message size byte
5510         counts during POP3 download.
5511         (pop3-movemail): Use it.
5512         (pop3-list): Implement listing of available messages.
5513
5514 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5515
5516         * nnir.el (nnir-get-article-nov-override-function): New function to
5517         override the normal NOV retrieval.
5518         (nnir-retrieve-headers): Use it.
5519
5520 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5521
5522         * auth-source.el (netrc-machine-user-or-password): Autoload.
5523
5524 2010-03-19  Glenn Morris  <rgm@gnu.org>
5525
5526         Stop message.el from loading about 40 libraries it doesn't always need.
5527         The general approach is to autoload rather than require, and to
5528         require in the specific functions rather than the file.  (Bug#5642)
5529
5530         * gmm-utils.el: Don't require wid-edit.
5531         (widget-create-child-value, widget-convert, widget-default-get):
5532         Autoload.
5533
5534         * gnus-util.el: Don't require time-date, netrc.
5535         (message-fetch-field, gnus-group-name-decode): Declare rather than
5536         autoloading.
5537         (gnus-fetch-field): Require message.
5538         (gnus-decode-newsgroups): Require gnus-group.
5539
5540         * ietf-drums.el: Don't require time-date.
5541
5542         * message.el: Don't require hashcash, canlock, ecomplete.
5543         Do require mail-utils.  Require nnheader only when compiling.
5544         (smtpmail-default-smtp-server): Remove declaration.
5545         (message-send-mail-function): Check smtpmail-default-smtp-server
5546         is bound rather than requiring smtpmail.
5547         (message-auto-save-directory, message-insert-signature):
5548         Use expand-file-name rather than nnheader-concat.
5549         (nnheader-insert-file-contents): Autoload.
5550         (hashcash-wait-async): Declare.
5551         (message-send-mail): Only call gnus-setup-posting-charset if
5552         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5553         (message-send-mail-with-sendmail): Require sendmail.
5554         (canlock-password, canlock-password-for-verify): Declare.
5555         (message-canlock-password): Require canlock.
5556         (nnheader-get-report): Autoload.
5557         (gnus-setup-posting-charset): Declare.
5558         (message-send-news): Require gnus-msg.
5559         (message-make-references, message-make-in-reply-to): Use mail-header-id
5560         rather than the alias mail-header-message-id.
5561         (ecomplete-add-item, ecomplete-save): Declare.
5562         (message-put-addresses-in-ecomplete): Require ecomplete.
5563         (ecomplete-display-matches): Autoload.
5564
5565         * mm-decode.el: Don't require mailcap, gnus-util.
5566         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5567         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5568         Autoload.
5569         (mailcap-mime-extensions): Declare.
5570
5571         * mm-encode.el: Don't require mailcap.
5572         (mailcap-extension-to-mime): Autoload.
5573
5574         * mml-sec.el: Don't require password-cache.
5575
5576         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5577         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5578         (mml-minibuffer-read-type): Require mailcap.
5579         (mml-preview): Require gnus-msg.
5580
5581         * mml1991.el: Require password-cache.
5582         (password-cache-expiry): Remove declaration.
5583
5584         * mml2015.el: Require password-cache.
5585         (password-cache-expiry): Remove declaration.
5586
5587         * nneething.el (mailcap): Require mailcap.
5588
5589         * nnheader.el (declare-function): Add compatibility stub.
5590         (message-remove-header): Declare rather than autoload.
5591         (nnheader-replace-header): Require message.
5592
5593         * nnimap.el (declare-function): Add compatibility stub.
5594         (netrc-parse, netrc-machine-user-or-password): Declare.
5595         (nnimap-open-connection): Require netrc.
5596
5597         * nntp.el (declare-function): Add compatibility stub.
5598         (netrc-parse, netrc-machine, netrc-get): Declare.
5599         (nntp-send-authinfo): Require netrc.
5600
5601         * rfc2047.el: Don't require qp.
5602         (quoted-printable-encode-region, quoted-printable-decode-string):
5603         Autoload.
5604
5605         * sieve-mode.el: Don't require easymenu.
5606         (easy-menu-add-item): Autoload it.
5607
5608         * spam-stat.el (time-to-number-of-days): Autoload it.
5609
5610 2010-03-19  Glenn Morris  <rgm@gnu.org>
5611
5612         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5613
5614 2010-03-18  Glenn Morris  <rgm@gnu.org>
5615
5616         * hashcash.el (declare-function): Remove duplicate definition.
5617
5618 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5619
5620         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5621         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5622         value if any backslash escapes).
5623
5624 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5627         if it is available.  (bug#5647)
5628
5629         * lpath.el: Suppress compiler warning for coding-system-from-name for
5630         Emacs 21 and XEmacs.
5631
5632 2010-03-14  Juri Linkov  <juri@jurta.org>
5633
5634         * hmac-def.el:
5635         * hmac-md5.el:
5636         * netrc.el: Fix keywords.
5637
5638 2010-02-26  Glenn Morris  <rgm@gnu.org>
5639
5640         * message.el (message-send-mail-function): Change the default, so that
5641         it inherits from a customized send-mail-function.  (Bug#5643)
5642
5643 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5644
5645         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5646         shell-command-to-string signals an error (bug#5299).
5647
5648 2010-02-24  Glenn Morris  <rgm@gnu.org>
5649
5650         * message.el (message-smtpmail-send-it)
5651         (message-send-mail-with-mailclient): Doc fixes.
5652
5653 2010-02-16  Glenn Morris  <rgm@gnu.org>
5654
5655         * message.el (message-default-mail-headers): Change the default value
5656         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5657
5658 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5661         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5662
5663 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5664
5665         * time-date.el (date-to-time): Doc fix (Bug#5408).
5666
5667 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5668
5669         * message.el (message-mail): Just pass yank-action on to message-setup.
5670         (message-setup): Handle (FUN . ARGS) form of yank-action.
5671         (message-with-reply-buffer, message-widen-reply)
5672         (message-yank-original): Handle non-buffer values of
5673         message-reply-buffer (Bug#4080).
5674         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5675
5676 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5677
5678         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5679         Fix typo in docstring.
5680
5681 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5682
5683         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5684         response.
5685
5686 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5689
5690         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5691
5692         * message.el (message-check-news-header-syntax): Protect against a
5693         string that `rfc822-addresses' returns when parsing fails.
5694
5695 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5698         (gnus-previous-char-property-change): New functions.
5699
5700         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5701
5702 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5703
5704         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5705         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5706
5707 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5708
5709         * message.el (message-exchange-point-and-mark): Rework last change to
5710         avoid using optional arg of exchange-point-and-mark, for backward
5711         compatibility.
5712
5713 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5714
5715         * message.el (message-exchange-point-and-mark):
5716         Call exchange-point-and-mark with an argument rather than setting
5717         mark-active by hand (Bug#5175).
5718
5719 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * nntp.el (nntp-service-to-port): Work for service expressed with
5722         numeric string; replace [:digit:] with [0-9] for XEmacs.
5723
5724 2009-12-17  Glenn Morris  <rgm@gnu.org>
5725
5726         * gnus-group.el (gnus-bug-group-download-format-alist):
5727         Change emacs entry to debbugs.gnu.org.  Bump :version.
5728
5729 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5732
5733 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * message.el (message-info): Explain why we use `Info-goto-node'.
5736
5737 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5740
5741 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5742
5743         * message.el (message-completion-in-region): New compatibility function.
5744         (message-expand-group): Use it.
5745
5746 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5749         with no unread article should be listed if the 2nd arg `predicate' is
5750         given.
5751
5752 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5755
5756 2009-11-29  Juri Linkov  <juri@jurta.org>
5757
5758         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5759         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5760         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5761
5762 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5763
5764         * sha1.el (sha1-string-external): default-directory "/" in case
5765         otherwise non-existent.  process-connection-type pipe for touch of
5766         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5767
5768 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5769
5770         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5771         it's comms related and sgml-mode.el has "comm" on that basis too.
5772
5773 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5776         containing tspecial characters if they have been already quoted.
5777
5778 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5779
5780         * dns-mode.el (auto-mode-alist): Purecopy string.
5781
5782 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5783
5784         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5785
5786 2009-10-24  Glenn Morris  <rgm@gnu.org>
5787
5788         * gnus-art.el (help-xref-stack-item): Define for compiler.
5789
5790 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5791
5792         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5793
5794 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5797
5798 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5801         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5802
5803 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5806         (gnus-overlays-in): New alias to overlays-in.
5807
5808         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5809         gnus-overlay-get, and gnus-delete-overlay.
5810         (gnus-summary-show-thread): Make it work as well for systems in which
5811         next-single-char-property-change is not available.
5812         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5813
5814         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5815         (gnus-overlay-get): New alias to extent-property.
5816         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5817
5818         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5819         SXEmacs.
5820
5821         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5822         SXEmacs.
5823
5824 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5827
5828 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5829
5830         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5831         and XEmacs that don't have `remove-overlays'.
5832
5833 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5834
5835         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5836         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5837         selective display.  Use overlays instead.
5838
5839 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5840
5841         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5842
5843 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5844
5845         * spam-stat.el (spam-stat-load): Fix typo in message.
5846
5847 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5848
5849         * dig.el (dig-invoke): Fix typo in docstring.
5850         (query-dig): Reflow docstring.
5851
5852 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5853
5854         * gnus-art.el (gnus-article-encrypt-body):
5855         * message.el (message-check-recipients):
5856         * mm-util.el (mm-codepage-setup):
5857         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5858         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5859
5860 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5861
5862         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5863         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5864         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5865         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5866         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5867
5868 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5869
5870         * dig.el: Add "Keywords: comm", as per net-utils.el.
5871
5872 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5873
5874         * dig.el (dig-mode): Use define-derived-mode.
5875
5876 2009-09-19  Glenn Morris  <rgm@gnu.org>
5877
5878         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5879
5880 2009-09-18  Glenn Morris  <rgm@gnu.org>
5881
5882         * gnus-diary.el (gnus-diary-check-message):
5883         * message.el (message-insert-formatted-citation-line):
5884         * nnbabyl.el (top-level):
5885         * nndiary.el (nndiary-schedule):
5886         Fix typos in condition-case handlers.
5887
5888 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5891         configuration that provides the sole article window in a frame;
5892         position point correctly after deleting a part.
5893
5894 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5895
5896         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5897         (spam-resolve-registrations-routine): Use it to unregister articles
5898         that change status.
5899
5900 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5903         with XEmacs.
5904         (parse-time-string-chars): Use it.
5905
5906 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5907
5908         * imap.el (imap-interactive-login): Better messages.
5909         (imap-open): Fix bug with renamed buffer on reconnect.
5910         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5911         for easier debugging and cleaner code.  On successful (guessed based on
5912         server capabilities) secondary authentication, set imap-state
5913         correctly.
5914         (imap-last-authenticator): Define imap-last-authenticator as a variable
5915         to avoid warnings.
5916
5917 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * nnrss.el (nnrss-request-article): Remove binding of
5920         default-enable-multibyte-characters that has gotten needless by
5921         the 2007-07-13 change in rfc2047-encode-message-header.
5922
5923         * mml.el (mml-insert-multipart): Error on the message header.
5924         (mml-insert-part): Error on the message header; position point at
5925         the end of a MIME tag.
5926
5927 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * time-date.el (autoload): Expand define-obsolete-function-alias into
5930         defalias and make-obsolete for old Emacsen that Gnus supports.
5931         (with-no-warnings): Define it for old Emacsen.
5932         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5933         is available.
5934         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5935         float-time is available; suppress compile warning for time-to-seconds.
5936
5937         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5938         (gnus-float-time): Alias to float-time if it exists.
5939
5940         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5941         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5942         float-time is available; suppress compile warning for time-to-seconds.
5943
5944         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5945         XEmacs.
5946
5947 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * imap.el (imap-message-map): Docstring fix.
5950
5951 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5954         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5955         Add the optional argument `encoding' that overrides the default.
5956
5957         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5958         mm-encode-buffer.
5959
5960 2009-09-04  Glenn Morris  <rgm@gnu.org>
5961
5962         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5963         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5964         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5965         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5966         * mm-util.el (mm-with-unibyte-current-buffer)
5967         (mm-find-buffer-file-coding-system):
5968         * yenc.el (yenc-decode-region): Use default-value rather than
5969         default-enable-multibyte-characters.
5970
5971 2009-09-03  Glenn Morris  <rgm@gnu.org>
5972
5973         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5974         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5975         than default-enable-multibyte-characters.
5976
5977 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5978
5979         * gnus-art.el (gnus-article-read-summary-keys):
5980         Fix gnus-buffer-configuration's value temporarily used.
5981
5982 2009-09-02  Glenn Morris  <rgm@gnu.org>
5983
5984         * gnus-util.el (gnus-float-time): New function.
5985         * gnus-delay.el (gnus-delay-article):
5986         * gnus-sum.el (gnus-thread-latest-date):
5987         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5988         * nnspool.el (nnspool-request-newgroups):
5989         Use gnus-float-time rather than time-to-seconds.
5990         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5991
5992         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5993         (gnus-header-subject-face, gnus-header-newsgroups-face)
5994         (gnus-header-name-face, gnus-header-content-face):
5995         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5996         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5997         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5998         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5999         (gnus-cite-face-11):
6000         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6001         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6002         (gnus-server-closed-face, gnus-server-denied-face)
6003         (gnus-server-offline-face):
6004         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6005         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6006         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6007         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6008         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6009         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6010         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6011         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6012         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6013         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6014         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6015         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6016         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6017         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6018         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6019         (gnus-summary-high-undownloaded-face)
6020         (gnus-summary-low-undownloaded-face)
6021         (gnus-summary-normal-undownloaded-face)
6022         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6023         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6024         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6025         (gnus-splash-face):
6026         * message.el (message-header-to-face, message-header-cc-face)
6027         (message-header-subject-face, message-header-newsgroups-face)
6028         (message-header-other-face, message-header-name-face)
6029         (message-header-xheader-face, message-separator-face)
6030         (message-cited-text-face, message-mml-face):
6031         * sieve-mode.el (sieve-control-commands-face)
6032         (sieve-action-commands-face, sieve-test-commands-face)
6033         (sieve-tagged-arguments-face):
6034         * spam.el (spam-face):
6035         Mark face aliases with "-face" in the name as obsolete.
6036
6037 2009-09-01  Glenn Morris  <rgm@gnu.org>
6038
6039         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6040         than goto-line.
6041
6042 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6045         Don't move point if the command is invoked inside the message header.
6046
6047 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6048
6049         * imap.el (imap-send-command): Simplify.
6050         (imap-wait-for-tag): point-max -> buffer-size.
6051
6052 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6053
6054         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6055         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6056         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6057         * nnir.el (nnir-swish-e-index-file):
6058         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6059         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6060         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6061         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6062         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6063         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6064
6065 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6068         Don't save excursion.
6069
6070 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6071
6072         * nnheader.el (nnheader-find-file-noselect):
6073         * mm-util.el (mm-insert-file-contents):
6074         Use (default-value 'major-mode) instead of default-major-mode.
6075
6076 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6077
6078         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6079
6080 2009-08-26  Glenn Morris  <rgm@gnu.org>
6081
6082         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6083         than placing in files.el.
6084
6085 2009-08-25  Glenn Morris  <rgm@gnu.org>
6086
6087         * nnir.el (top-level): Don't require cl at run-time.
6088         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6089         Replace cl-function substitute with gnus-replace-in-string.
6090         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6091         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6092         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6093         simplified expansions.
6094
6095 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6096
6097         * dig.el (dig): Add autoload cookie.
6098
6099 2009-08-22  Glenn Morris  <rgm@gnu.org>
6100
6101         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6102         goto-line.
6103
6104 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6105
6106         * parse-time.el (parse-time-string-chars): Save match data.
6107
6108 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6109
6110         * parse-time.el (parse-time-string-chars): Compute using character
6111         classes, to handle non-ascii characters (Bug#3190).
6112
6113 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6116
6117         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6118         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6119         (gnus-mm-display-part, gnus-mime-display-single)
6120         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6121         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6122
6123         * gnus-sum.el
6124         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6125         (gnus-summary-move-article): Add expirable mark to articles copied or
6126         moved to group that has auto-expire turned on if the option is non-nil.
6127
6128 2009-07-24  Glenn Morris  <rgm@gnu.org>
6129
6130         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6131         Fix typo.  (Bug#3903)
6132
6133 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6136         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6137         that should not be used for draft articles.
6138         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6139         that has no concern in minor mode keys.
6140         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6141         Abolish.
6142
6143 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6146         article without making inquiry to a user for unknown encoding.
6147
6148         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6149         (nnmaildir--scan): Assume i-node and device number that file-attributes
6150         returns might be cons-cell.
6151
6152         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6153
6154         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6155
6156 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * auth-source.el: Remove docs now in auth.texi.  Don't use
6159         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6160         `auth-source-hide-passwords' and use them.
6161
6162 2009-07-15  Glenn Morris  <rgm@gnu.org>
6163
6164         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6165
6166 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6169         excessive whitespace from the default values of title and description.
6170
6171 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6174         mail-fetch-field to fetch Content-Description header in order to
6175         exclude newlines.
6176
6177 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6178
6179         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6180         format used by GnuPG 2.0.11.
6181
6182 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6185         to deleted part.
6186
6187 2009-05-30  David Engster  <dengste@eml.cc>
6188
6189         * nnmairix.el: Remove old documentation in the commentary block.
6190         (nnmairix-request-group): Do not update active file for nnml back ends.
6191         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6192         end so that overview files are ignored.
6193         (nnmairix-update-groups): Make updating the groups more robust by using
6194         marks.
6195         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6196         with dollar characters in message-id.
6197
6198 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6201         2008-12-25 in dns.el.
6202
6203 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6204
6205         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6206         could happen if the text is only composed of spaces and/or tabs.
6207
6208 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6209
6210         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6211         when sending a queued message to avoid extra mml tags.
6212
6213 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6216
6217 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6220         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6221         rmail-toggle-header for XEmacs;
6222         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6223
6224 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-dired.el: Remove autoload for gnus-setup-message.
6227         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6228         displaying Gnus logo; always use compose-mail.
6229
6230 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6233
6234 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6237         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6238         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6239         available.
6240         (gnus-nocem-epg-verify): New function.
6241
6242 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6245
6246 2009-02-15  Glenn Morris  <rgm@gnu.org>
6247
6248         * gnus-util.el (rmail-insert-rmail-file-header)
6249         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6250         autoloads.
6251         (rmail-default-rmail-file): Remove unnecessary declaration.
6252         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6253
6254 2009-02-14  Glenn Morris  <rgm@gnu.org>
6255
6256         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6257         variable (only used in gnus-util, which declares it anyway).
6258         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6259         which was only needed by gnus-art (changed to not use it any more).
6260         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6261         only used in gnus-util, which autoloads it itself.
6262         (rmail-update-summary): Fix autoload.
6263
6264         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6265         rather than rmail-output-to-rmail-file.
6266
6267 2009-02-07  Glenn Morris  <rgm@gnu.org>
6268
6269         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6270         autoload of function that no longer exists.
6271         (rmail-toggle-header): Declare.
6272         (message-forward-rmail-make-body): Handle mbox Rmail.
6273
6274 2009-01-31  Glenn Morris  <rgm@gnu.org>
6275
6276         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6277         2009-01-09 change.
6278
6279 2009-01-31  Dave Love  <fx@gnu.org>
6280
6281         * imap.el (imap-fetch-safe): Bind debug-on-error.
6282         (imap-debug): Add imap-fetch-safe.
6283
6284 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6285
6286         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6287         (auth-source-forget-all-cached): New convenience function.
6288         (auth-source-user-or-password): Accept list of modes or a single mode.
6289
6290         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6291         auth-source modes.
6292
6293         * netrc.el (netrc-machine-user-or-password): Use list of
6294         auth-source modes.
6295
6296         * nnimap.el (nnimap-open-connection): Use list of
6297         auth-source modes.
6298
6299         * nntp.el (nntp-send-authinfo): Use list of
6300         auth-source modes.
6301
6302 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6305         now.
6306
6307 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6310         coding system in XEmacs; add a workaround for XEmacs.
6311
6312         * lpath.el: Fbind coding-system-aliasee.
6313
6314 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6317         of current-language-environment.
6318
6319 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6322         available at runtime.
6323
6324 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6327
6328 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6329
6330         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6331         the greatest positive fixnum value doesn't work under an XEmacs with
6332         bignum support; use the most-positive-fixnum constant instead,
6333         available since Emacs 21.1 with cl and XEmacs 21.1.
6334
6335 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6338         XEmacs gets not to work.
6339
6340 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * mm-util.el (mm-coding-system-priorities): Allow the value like
6343         "Japanese (UTF-8)" of current-language-environment.
6344
6345 2009-01-09  Glenn Morris  <rgm@gnu.org>
6346
6347         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6348         with last-command-event.
6349
6350 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6353         in the doc string.
6354
6355         * message.el (message-fix-before-sending): Amend comment.
6356
6357 2009-01-08  Dave Love  <fx@gnu.org>
6358
6359         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6360
6361 2009-01-07  David Engster  <dengste@eml.cc>
6362
6363         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6364         simplified server definitions by converting it via
6365         gnus-server-to-method.
6366
6367 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6370         parameter's operands.
6371
6372 2009-01-06  David Engster  <dengste@eml.cc>
6373
6374         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6375         primary select method (for gnus-group-mark-article-as-read).
6376
6377 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6378
6379         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6380         `(gnus)Face', not `(gnus)X-Face'.
6381
6382 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * mm-util.el (mm-ucs-to-char): New function.
6385
6386         * mm-url.el (mm-url-decode-entities): Use it.
6387
6388         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6389         unicode-to-char.
6390
6391 2009-01-05  Dave Love  <fx@gnu.org>
6392
6393         * time-date.el: Require cl for `declare'.
6394
6395 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6398         Dave Love.
6399
6400 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * message.el (message-fix-before-sending): Add `eight-bit' to
6403         illegible-text check.
6404
6405 2009-01-03  Michael Olson  <mwolson@gnu.org>
6406
6407         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6408         `headers' is nil.  This can occur if the IMAP server does not have
6409         permissions to read messages from a folder, but can write new messages
6410         to the folder.
6411         (nnimap-request-article-part): Do not insert `data' if it is nil.
6412
6413         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6414         characters which will confuse `read', so skip past them.
6415
6416 2009-01-01  Dave Love  <fx@gnu.org>
6417
6418         * imap.el (imap-string-to-integer): Fix typo.
6419         (imap-fetch-safe): New function.
6420         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6421
6422         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6423
6424         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6425         (imap-parse-greeting): Fix doc strings.
6426         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6427         (imap-parse-flag-list): Make messages unique.
6428         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6429
6430         * nnimap.el: Fix author email.
6431         (nnimap-split-rule): Add FIXME comment.
6432         (nnimap-debug): Fix doc string.
6433
6434 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6437
6438 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6441         nslookup if resolv.conf isn't available.
6442         (dns-query): Rename from query-dns.
6443         (dns-query-cached): Rename from query-dns-cached.
6444
6445 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6448         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6449         to check if those variables exist (first appeared in Emacs 18.50).
6450
6451 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * mm-util.el (mm-line-number-at-pos): New function.
6454
6455         * spam-report.el (spam-report-process-queue): Use it.
6456
6457 2008-12-24  David Engster  <dengste@eml.cc>
6458
6459         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6460         parameters that haven't existed as variables as buffer-local variables.
6461
6462 2008-12-23  Dave Love  <fx@gnu.org>
6463
6464         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6465         cadar.
6466
6467         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6468         imap-starttls-p.
6469         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6470
6471 2008-12-22  Dave Love  <fx@gnu.org>
6472
6473         * imap.el: Fix author email.  Doc fixes.
6474         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6475         reply.
6476
6477 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * spam-report.el (spam-report-gmane-max-requests): New constant.
6480         (spam-report-gmane-wait): New variable.
6481         (spam-report-gmane-ham, spam-report-gmane-spam)
6482         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6483         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6484         the server.
6485
6486         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6487         Add explanations.
6488
6489         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6490         nnheader-accept-process-output and nnheader-read-timeout if available.
6491         (pop3-movemail): Use it.
6492
6493         * message.el (message-check-news-body-syntax): Fix signature check if
6494         there's an attachment.
6495
6496 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * mm-util.el: Add comments to the mm- emulating functions.
6499
6500 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6503         Reported by Stephen Berman <stephen.berman@gmx.net>.
6504
6505 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * mm-util.el (mm-substring-no-properties): New function.
6508         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6509         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6510         (mm-string-to-multibyte): Doc fix.
6511
6512         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6513
6514 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * mml.el (mml-attach-file): Strip text properties from file name.
6517         (Bug#1574)
6518
6519 2008-12-16  Glenn Morris  <rgm@gnu.org>
6520
6521         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6522
6523 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6526         knows since the charset specified might be a bogus alias that
6527         mm-charset-synonym-alist provides.
6528
6529 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6532         "ISO_8859-1".
6533
6534         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6535
6536 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * mm-util.el (mm-charset-eval-alist):
6539         Define it before mm-charset-to-coding-system.
6540         (mm-charset-to-coding-system): Add optional argument `silent';
6541         define it before mm-charset-override-alist.
6542         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6543         default value if it can be used in Emacs currently running;
6544         silence mm-charset-to-coding-system.
6545
6546 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6549         `allow-override' which says whether to use `mm-charset-override-alist'.
6550         (rfc2047-decode-encoded-words): Use it.
6551
6552         * mm-util.el (mm-charset-override-alist): Fix custom type;
6553         add `(gb2312 . gbk)' to choices.
6554
6555 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6558         fast.
6559
6560         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6561
6562         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6563
6564 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6565
6566         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6567         on links.
6568
6569         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6570
6571 2008-12-03  Lute Kamstra  <lute@gnu.org>
6572
6573         * sha1.el: Remove leading * from docstrings of defcustoms,
6574         deffaces, defconsts and defuns.
6575
6576 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6579         users' addresses that don't have domain parts.
6580         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6581         rather than message-narrow-to-head since there will be the message
6582         header separator.
6583
6584 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6585
6586         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6587         since the result is inserted in a unibyte buffer anyway.
6588         (nnimap-demule-use-string-to-multibyte): Remove.
6589         (nnimap-demule): Alias it to mm-string-to-multibyte.
6590
6591 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6594         variable for debugging bug#464 and bug#1174.
6595         (nnimap-demule): Use it.
6596
6597 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6600         score calculation correctly.
6601
6602 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * message.el (message-send-mail): Just set the buffer to unibyte
6605         rather than use mm-with-unibyte-current-buffer which does a lot more.
6606         (message-send-mail-partially): Don't bother with
6607         mm-with-unibyte-current-buffer since it's already been made unibyte by
6608         message-send-mail.
6609
6610 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6611
6612         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6613
6614 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6617
6618 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6621         require itself and to remove `with-no-warnings'.
6622
6623 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * starttls.el (starttls-any-program-available): Get the name of the
6626         available TLS layer program.
6627         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6628         well as the host name in the "opening" message.
6629
6630         * auth-source.el (auth-source-cache, auth-source-do-cache)
6631         (auth-source-user-or-password): Cache passwords and logins by default,
6632         allow override with `auth-source-do-cache'.
6633         (auth-source-forget-user-or-password): Allow users to remove cache
6634         entries if needed.
6635
6636 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6637
6638         * md4.el (md4-buffer): Fix typo in docstring.
6639         (md4, md4-64): Doc fixes.
6640         (md4-pack-int32): Reflow docstring.
6641
6642 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6643
6644         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6645         condition-case to only the forward-sexp call.
6646
6647 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6650         quotes contained.  Make it more robust regardless by an extra
6651         condition-case wrapper.
6652
6653 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6656
6657 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * nnml.el (nnml-request-expire-articles): Check if the function set to
6660         `nnmail-expiry-target' returns the symbol `delete'.
6661
6662         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6663
6664         * nnmail.el (nnmail-expiry-target): Fix custom type.
6665
6666 2008-10-02  Glenn Morris  <rgm@gnu.org>
6667
6668         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6669         Silence compiler warning.
6670
6671 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6672
6673         * tls.el (open-tls-stream): Show the actual command being
6674         executed, instead of the format string.
6675
6676 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * lpath.el: Fbind codepage-setup for Emacs 23.
6679
6680 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6681
6682         * mml.el (mml-menu): Don't assume mml2015 is bound.
6683
6684 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6687         exists.
6688
6689 2008-09-27  Glenn Morris  <rgm@gnu.org>
6690
6691         * gnus-util.el (mail-header-remove-comments): Autoload it.
6692
6693 2008-09-27  Andreas Schwab  <schwab@suse.de>
6694
6695         * gnus-util.el (gnus-split-references): Strip comments.
6696         (gnus-parent-id): Likewise.
6697
6698 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * message.el (message-confirm-send): Fix version.
6701
6702 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * message.el (message-idna-to-ascii-rhs-1): Use
6705         mail-extract-address-components rather than mail-header-parse-addresses
6706         that is an alias by default to ietf-drums-parse-addresses that does not
6707         support non-ASCII names in headers' contents.
6708
6709 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * message.el (message-confirm-send): Fix variable documentation to
6712         avoid the "y/n" wording.
6713
6714 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6715
6716         * message.el (message-set-auto-save-file-name): Save to a different
6717         filename so multiple messages (especially drafts) can be recovered.
6718
6719 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * message.el (message-confirm-send): Add appropriate version.
6722
6723 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6726         defvar.
6727
6728 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6729
6730         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6731         (mm-pkcs7-enveloped-magic): Ditto.
6732
6733 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6734
6735         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6736         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6737
6738 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6741         default, it's better.
6742
6743 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6744
6745         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6746         summary line gnus-number property and ignore them (with a warning
6747         message).
6748
6749 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6752         macro caddr in the interactive form since it won't be expanded.
6753
6754 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6757         `charset'; fix name of function called recursively.
6758         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6759
6760 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6763         (gnus-mime-set-charset-parameters): New function.
6764         (gnus-mime-view-part-as-charset): Use it to correctly display part
6765         specifying wrong charset.
6766
6767 2008-09-08  David Engster  <dengste@eml.cc>
6768
6769         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6770         in completing-read for back end server.
6771
6772 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * message.el (message-confirm-send): New variable to confirm sending a
6775         message.
6776         (message-send): Use it.
6777
6778 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6781
6782 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6785
6786 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6787
6788         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6789         prevent tracking too many groups.
6790         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6791         Use it.
6792
6793 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6794
6795         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6796         moving point to the bottom of the window in order to avoid recentering.
6797
6798 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6801
6802         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6803         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6804         (gnus-article-beginning-of-window): Fix calculation.
6805
6806 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-msg.el (gnus-summary-supersede-article)
6809         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6810         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6811         message header.
6812
6813 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6814
6815         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6816         pending output coming after the status change.
6817
6818 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6819
6820         * message.el:
6821         * gnus-start.el:
6822         * gnus-registry.el: Remove VMS support.
6823
6824 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6827         macro.
6828         (rfc2104-hash): Use it.
6829
6830 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6833         (gnus-summary-sort-by-most-recent-date): New commands.
6834         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6835         and menu entries.
6836
6837 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6840         don't redisplay article for raw contents; remove plural articles stuff.
6841
6842         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6843         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6844         on gnus-summary-save-article; display results properly.
6845
6846 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * lpath.el: No need to fbind ns-focus-frame.
6849
6850 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6853
6854 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-summary-save-in-pipe):
6857         Consider gnus-save-all-headers.
6858
6859 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6860
6861         * gnus-util.el (ns-focus-frame): Remove declaration.
6862         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6863         like x.
6864
6865 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6866
6867         * rfc2104.el (rfc2104-zero): Delete defconst.
6868         (rfc2104-hex-alist): Likewise.
6869         (rfc2104-hex-to-int): Delete func.
6870         (rfc2104-hexstring-to-bitstring): Likewise.
6871         (rfc2104-nybbles): New defconst.
6872         (rfc2104-hash): Rewrite for speed.
6873
6874 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * tls.el (open-tls-stream): Make it work with the 2nd argument
6877         BUFFER that is a string but does not exist as a buffer object, as
6878         mentioned in the doc-string.
6879
6880 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6883         SXEmacs.
6884
6885 2008-07-16  Glenn Morris  <rgm@gnu.org>
6886
6887         * gnus-util.el (ns-focus-frame): Declare for compiler.
6888
6889 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6892         set as a group parameter.
6893         (gnus-summary-save-in-pipe): Work when it is called independently.
6894         (gnus-summary-pipe-to-muttprint): Don't modify
6895         gnus-summary-pipe-output-default-command.
6896
6897 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * message.el (message-send-mail-with-sendmail):
6900         Display the error message.
6901
6902 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-art.el (gnus-default-article-saver):
6905         Add gnus-summary-save-in-pipe to choices.
6906         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6907         gnus-summary-pipe-output-default-command as the default command.
6908         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6909         instead of gnus-last-shell-command.
6910
6911         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6912         New user option.
6913         (gnus-summary-muttprint-program): Mention the value will be changed.
6914         (gnus-summary-save-article): Force showing of all headers.
6915         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6916
6917 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6918
6919         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6920
6921 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6922
6923         * nnimap.el (nnimap-id):
6924         * sieve-manage.el (sieve-manage-open): Doc fixes.
6925
6926 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6927
6928         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6929         if available.
6930
6931 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6932
6933         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6934
6935         * nnkiboze.el (nnkiboze-generate-group):
6936         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6937
6938         * nnmairix.el: Require CL.
6939
6940 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * dgnushack.el: Autoload get-display-table and put-display-table for
6943         XEmacs 21.5.
6944
6945         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6946         21.4 and SXEmacs.
6947
6948 2008-06-15  David Engster  <dengste@eml.cc>
6949
6950         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6951
6952 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6953
6954         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6955         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6956         runtime choice under XEmacs.
6957
6958         * gnus-sum.el (gnus-summary-set-display-table):
6959         Use `gnus-put-display-table', `gnus-get-display-table',
6960         `gnus-set-display-table' for the display table, instead of `aset'.
6961
6962         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6963         Use `gnus-put-display-table', `gnus-get-display-table',
6964         `gnus-set-display-table' for the display table.
6965
6966 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * nnmairix.el: Add autoloads.
6969
6970 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * nnmairix.el (nnmairix-delete-recreate-group)
6973         (nnmairix-update-and-clear-marks): Fix error messages.
6974
6975 2008-06-14  David Engster  <dengste@eml.cc>
6976
6977         * nnmairix.el: Upgrade to version 0.6.
6978         (nnmairix-group-toggle-propmarks-this-group)
6979         (nnmairix-group-toggle-readmarks-this-group)
6980         (nnmairix-group-delete-recreate-this-group)
6981         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6982         (nnmairix-remove-tick-mark-original-article): New commands.
6983         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6984         (nnmairix-propagate-marks-to-nnmairix-groups)
6985         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6986         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6987         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6988         functions needed for marks propagation and manipulation of read marks.
6989         (nnmairix-update-groups): New function.
6990         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6991         (nnmairix-determine-original-group-from-registry)
6992         (nnmairix-determine-original-group-from-path)
6993         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6994         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6995         New helper functions.
6996         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6997         keystrokes for new commands.
6998         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6999         (nnmairix-request-group): Check allow-fast group parameter.
7000         (nnmairix-request-create-group): Set allow-fast group parameter if
7001         nnmairix-allowfast-default is set.
7002         (nnmairix-close-group): Propagate marks upon closing if needed.
7003         (nnmairix-group-toggle-threads-this-group): Use new.
7004         nnmairix-group-toggle-parameter helper function.
7005         (nnmairix-search): Better check for empty search result.
7006         (nnmairix-goto-original-article): Use new helper functions for
7007         determining original article.
7008         (nnmairix-show-original-article): Make sure message-id is in brackets.
7009         (nnmairix-call-mairix-binary): Change variable name.
7010         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7011         helper function.
7012         (nnmairix-widget-toggle-activate): Fix doc string.
7013
7014 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nnir.el: Require edmacro when compiling with XEmacs.
7017         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7018         available in Emacs 21.
7019
7020 2008-06-11  Glenn Morris  <rgm@gnu.org>
7021
7022         * gnus-util.el (x-focus-frame):
7023         * gnus.el (image-size):
7024         * mm-decode.el (image-size): Declare.
7025
7026         * gnus-picon.el (declare-function): Add compat definition.
7027         (image-size): Declare.
7028
7029         * gnus-group.el (tool-bar-map):
7030         * gnus-sum.el (tool-bar-map): Define for compiler.
7031
7032         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7033
7034         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7035
7036         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7037         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7038         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7039         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7040         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7041         * sieve-manage.el, spam-report.el, spam.el:
7042         Remove unnecessary eval-and-compile of autoloads.
7043
7044 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7045
7046         * auth-source.el: Precise Tramp doc.
7047
7048 2008-06-07  Glenn Morris  <rgm@gnu.org>
7049
7050         * nnmairix.el: Remove unnecessary eval-when-compile.
7051
7052 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * lpath.el: Fbind propertize for XEmacs 21.4.
7055
7056 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * nnir.el: Move here from ../contrib.
7059
7060 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7061
7062         * gnus-util.el (gnus-read-shell-command): New function.
7063         * mm-decode.el (mm-pipe-part):
7064         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7065
7066 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7069
7070 2008-06-03  Glenn Morris  <rgm@gnu.org>
7071
7072         * pop3.el (nnheader-accept-process-output): Autoload it.
7073
7074 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7077         are not 2-digit hexadecimal characters that follow `%'s.
7078
7079 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * message.el (message-bogus-recipient-p): Fix type in doc string.
7082         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7083         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7084         Improve custom options.
7085         (message-bogus-recipient-p): Adjust accordingly.
7086
7087 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7088
7089         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7090         long-form month and day names.
7091
7092 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * dgnushack.el: Autoload debug, eudc-expand-inline and
7095         pgg-snarf-keys-region for XEmacs.
7096
7097         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7098
7099         * nnmairix.el: Require edmacro when compiling with XEmacs.
7100
7101 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7104         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7105
7106 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * auth-source.el: Add more docs.
7109
7110         * netrc.el (netrc-machine): Always match if the port is not given.
7111
7112 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7115         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7116         retrieval faster in some cases, but might make CPU usage larger.
7117         If this has any bad side effects, we might revert this change.
7118
7119         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7120         seems to make mail retrieval much, much faster.
7121         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7122         unconditionally.
7123
7124         * gnus-draft.el (gnus-group-send-queue):
7125         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7126
7127 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7130
7131         * message.el (message-bogus-address-regexp): Fix and improve custom
7132         type.
7133         (message-setup-hook): Add message-check-recipients as custom option.
7134
7135 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * message.el (message-cite-function): Remove bogus autoload which crept
7138         in during merge from v5-10.
7139
7140 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7143
7144         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7145
7146         * auth-source.el: Preliminary Tramp docs.
7147         (auth-sources): Change the default auth-sources to use
7148         EPA .gpg files.
7149
7150 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * nntp.el: Autoload `auth-source-user-or-password'.
7153         (nntp-send-authinfo): Use it.
7154
7155         * nnimap.el: Autoload `auth-source-user-or-password'.
7156         (nnimap-open-connection): Use it.
7157
7158         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7159         for the gnus-message function.
7160         (auth-source-user-or-password): Use it.
7161
7162 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7163
7164         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7165         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7166         (rfc2104-hash): Use it.
7167
7168 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7169
7170         * gnus-art.el (gnus-article-toggle-truncate-lines):
7171         Don't use `iff' in docstring.
7172
7173 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7174
7175         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7176
7177         * gnus-util.el (gnus-extract-address-component-name)
7178         (gnus-extract-address-component-email): Convenience functions around
7179         `gnus-extract-address-components'.
7180
7181         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7182         Use `gnus-extract-address-component-email' to fix bug of comparing full
7183         sender name to `user-mail-address'.
7184
7185 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7186
7187         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7188         catch/throw to optimize.
7189         (gnus-registry-find-keywords): Just use member to find a keyword.
7190
7191 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7192
7193         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7194         is current before calling gnus-server-prepare.
7195         (gnus-server-setup-buffer, gnus-server-update-server)
7196         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7197
7198 2008-05-04  Juri Linkov  <juri@jurta.org>
7199
7200         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7201         (mailcap-file-default-commands): Use mailcap-replace-in-string
7202         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7203         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7204
7205 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7206
7207         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7208
7209 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7210
7211         * gnus.el: Bump version to 0.11.
7212
7213 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7214
7215         * gnus.el: No Gnus v0.10 is released.
7216
7217 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7220         hooks.
7221         (gnus-update-read-articles): Speed up non-marks-using users.
7222         (gnus-use-marks): Define gnus-use-marks.
7223         (gnus-propagate-marks): Rename variable to something more sensible.
7224
7225 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7226
7227         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7228         (gmm-image-load-path-for-library): Fix typos in docstrings.
7229         (gmm-message): Reflow docstring.
7230
7231 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * mail-source.el (mail-source-set-1, mail-source-bind):
7234         Move auth-source code out of the macro to clean it up and fix bugs.
7235
7236 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7237
7238         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7239         by sender if it's equal to user-mail-address, it's likely to be
7240         useless.
7241
7242         * mail-source.el (mail-source-bind): Don't use user or password if they
7243         are not bound.  Unintern them if they are nil.  Don't use server unless
7244         it's bound, and default it to empty string otherwise.
7245
7246 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7247
7248         * mail-source.el: Load auth-source.el.
7249         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7250         get user name or password, if auth-sources is set up.
7251
7252         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7253         strategy of splitting with parent.
7254         (gnus-registry-split-fancy-with-parent)
7255         (gnus-registry-post-process-groups): Use it and fix prior
7256         bug (returning a list as the split result).
7257
7258         * auth-source.el (auth-sources): Remove server parameter.
7259         (auth-source-pick, auth-source-user-or-password)
7260         (auth-source-user-or-password-imap)
7261         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7262         (auth-source-user-or-password-sftp)
7263         (auth-source-user-or-password-smtp): Remove server parameter.
7264
7265 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7266
7267         * smime.el (smime-sign-region, smime-encrypt-region)
7268         (smime-decrypt-region):
7269         Remove redundant calls to `generate-new-buffer-name'.
7270
7271 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7272
7273         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7274         Don't use QP for message/rfc822.
7275         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7276
7277 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * sieve-manage.el (sieve-string-bytes): Remove.
7280         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7281         correct byte-length only if the process's coding-system is the same as
7282         the one used internally by Emacs to represent strings.
7283
7284 2008-04-22  Juri Linkov  <juri@jurta.org>
7285
7286         * mailcap.el (mailcap-file-default-commands): New function.
7287
7288 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * message.el (message-signature-separator, message-cite-function):
7291         Change custom version.
7292
7293 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7294
7295         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7296         commands.
7297         (tls-checktrust): Ditto.
7298
7299 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7300
7301         * mm-decode.el (mm-display-external): Make temp file read-only.
7302
7303 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7306         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7307         `C-c C-f d'.
7308
7309 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7310
7311         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7312
7313 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus.el: Bump version to 0.9.
7316
7317 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * gnus.el: No Gnus v0.8 is released.
7320
7321 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7322
7323         * mail-source.el (mail-source-value):
7324         Prefer fboundp to functionp so it works with macros as well.
7325
7326 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7327
7328         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7329         Fix last change in case the element is not even a symbol.
7330
7331 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7332
7333         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7334         Prefer fboundp to functionp so it works with macros as well.
7335
7336 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7337
7338         * auth-source.el: Add docs.
7339         (auth-sources): Modify format to support server.
7340         (auth-source-pick, auth-source-user-or-password)
7341         (auth-source-user-or-password-imap)
7342         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7343         (auth-source-user-or-password-sftp)
7344         (auth-source-user-or-password-smtp): Add server parameter.
7345
7346 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * gnus-registry.el: Initialize the registry when gnus-registry-install
7349         is t.
7350
7351 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * compface.el (uncompface): Make buffer unibyte.
7354
7355 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7356
7357         * mail-source.el (mail-source-value):
7358         Prefer fboundp to functionp so it works with macros as well.
7359
7360 2008-04-05  Glenn Morris  <rgm@gnu.org>
7361
7362         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7363
7364 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7365
7366         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7367         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7368
7369         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7370         multibyteness after rather than before erasing it.
7371
7372         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7373         mm-with-multibyte.
7374         (gnus-request-article-this-buffer): Make sure the proper decoding is
7375         used if gnus-original-article-buffer happens to be unibyte.
7376
7377         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7378         default-enable-multibyte-characters.
7379
7380         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7381         default-enable-multibyte-characters.
7382
7383         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7384
7385         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7386
7387 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7388
7389         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7390         Fix last change in case the element is not even a symbol.
7391
7392 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7393
7394         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7395         (imap-message-copyuid-1): Use it.
7396         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7397         J. Williams in
7398         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7399
7400         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7401         imap-enable-exchange-bug-workaround.
7402         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7403
7404 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7405
7406         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7407         a 100 byte status-checks into a 2-3MB transfer for each group.
7408         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7409         to enable bug workaround or not.
7410         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7411
7412 2008-03-31  Glenn Morris  <rgm@gnu.org>
7413
7414         * message.el (mml2015-use): Declare for compiler.
7415         (message-info): Require mml2015 when appropriate.
7416
7417 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7420         whitespace.
7421
7422 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7423
7424         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7425         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7426         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7427         (nntp-service-to-port): New function.
7428         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7429         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7430         (nntp-open-netcat-stream): New function.
7431         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7432
7433 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7434
7435         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7436
7437 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7438
7439         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7440
7441 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7442
7443         * dns.el (dns-write): Use set-buffer-multibyte.
7444
7445 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7446
7447         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7448
7449 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * message.el (message-signature-separator): Change default.
7452         Improve custom type.
7453         (message-cite-function): Change default to
7454         message-cite-original-without-signature.
7455
7456         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7457         toggle.
7458
7459         * message.el (message-check-news-body-syntax): Fix signature check.
7460         (message-setup-1): Mark buffer as unmodified _after_ running
7461         message-setup-hook and handling message-alternative-emails.
7462         (message-shorten-references): Be more strict when building list of
7463         valid references to comply with GNKSA.
7464
7465         * gnus-group.el (gnus-read-ephemeral-bug-group)
7466         (gnus-read-ephemeral-debian-bug-group)
7467         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7468
7469         * message.el (message-info): Don't use booleanp which isn't supported
7470         in Emacs 21 and XEmacs.
7471
7472 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7475         gnus-group-gmane-group-download-format.
7476         (gnus-group-read-ephemeral-gmane-group): Rename from
7477         gnus-group-read-ephemeral-gmane-group.
7478         (gnus-read-ephemeral-gmane-group-url): Rename from
7479         gnus-group-read-ephemeral-gmane-group-url.
7480         (gnus-bug-group-download-format-alist): New variable.
7481         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7482         (gnus-read-ephemeral-emacs-bug-group): New commands.
7483
7484 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7487         (gnus-visible-headers): Improve custom type.
7488
7489 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * mml.el (mml-menu): Add workarounds for XEmacs.
7492
7493         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7494         X-Boundary header.
7495
7496         * message.el (message-simplify-recipients): Fix previous commit.
7497
7498 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7499
7500         * mm-util.el (mm-set-buffer-multibyte): New function.
7501         * mm-decode.el (mm-copy-to-buffer): Use it.
7502
7503         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7504         Prefer fboundp to functionp so it works with macros as well.
7505
7506 2008-03-19  Glenn Morris  <rgm@gnu.org>
7507
7508         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7509         Accidentally removed in the sync process with Emacs.
7510
7511 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * message.el (message-alter-recipients-discard-bogus-full-name):
7514         New function.
7515         (message-alter-recipients-function): New variable.
7516         (message-get-reply-headers): Use it.
7517         (message-replace-header): New helper function.
7518         (message-recipients-without-full-name): New variable.
7519         (message-simplify-recipients): New command.
7520
7521         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7522
7523         * message.el (message-info): Handle EasyPG manual.
7524
7525         * mml.el (mml-menu): Add entry for EasyPG.
7526
7527 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7528
7529         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7530         parameter.
7531
7532         * message.el (message-disassociate-draft): Specify drafts group name
7533         fully.
7534
7535 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7536
7537         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7538         Eliminate unnecessary duplicates from the match list.
7539
7540 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7543
7544         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7545
7546         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7547         args of `how-many' of which the XEmacs version doesn't take; declare
7548         Info-index-next as function.
7549
7550 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * gnus-score.el (gnus-score-headers): Fix handling of
7553         gnus-inhibit-slow-scoring.
7554
7555         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7556         string.
7557         (gnus-button-url-regexp): Improve handling of parenthesis.
7558         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7559         (gnus-button-handle-info-keystrokes): Handle index entries.
7560
7561 2008-03-15  Glenn Morris  <rgm@gnu.org>
7562
7563         * parse-time.el (parse-time-string): Simplify.
7564
7565 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7568         Incoming* files.
7569
7570 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7571
7572         * auth-source.el (auth-sources): Rename from auth-source-choices.
7573         (auth-source-pick): Use it.
7574
7575 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7576
7577         * binhex.el (binhex-decode-region-internal):
7578         * uudecode.el (uudecode-decode-region-internal):
7579         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7580         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7581         setting default-enable-multibyte-characters.
7582
7583 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * auth-source.el (auth-source-protocols)
7586         (auth-source-protocols-customize, auth-source-choices): Add and
7587         modified variable customizations and defaults.
7588         (auth-source-pick, auth-source-user-or-password)
7589         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7590         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7591         (auth-source-user-or-password-sftp)
7592         (auth-source-user-or-password-smtp): Use new variables and provide an
7593         interface to netrc.el.
7594
7595 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7598         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7599         Make sure the nntp port to specify is a string.
7600
7601 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7602
7603         * nntp.el: Use with-current-buffer.
7604         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7605         dubious mm-with-unibyte-current-buffer.
7606         (nntp-with-open-group-function): New function extracted from
7607         nntp-with-open-group macro.
7608         (nntp-with-open-group): Use the function, so it's easier to debug.
7609         Add indentation and debugging info.
7610         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7611         Recommend the use of the netcat alternatives.
7612
7613         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7614         Avoid mm-string-as-multibyte as well.
7615
7616         * nnweb.el (nnweb-insert-html):
7617         Remove use of nnheader-string-as-multibyte.
7618
7619         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7620         (nnheader-string-as-multibyte): Remove.
7621
7622         * mm-view.el: Use inhibit-read-only.
7623         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7624         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7625         or unibyte-string.
7626
7627         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7628         (mm-uu-yenc-extract): Use with-current-buffer.
7629
7630         * gnus-soup.el (gnus-soup-send-packet): Don't use
7631         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7632
7633         * nnmh.el: Use with-current-buffer.
7634         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7635         mm-string-as-multibyte on the output of mm-encode-coding-string.
7636
7637         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7638         (nnimap-request-move-article): Use with-current-buffer.
7639
7640         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7641         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7642         conversion uses string-make-unibyte rather than string-as-unibyte.
7643
7644         * gnus-msg.el: Use with-current-buffer.
7645
7646         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7647
7648 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7649
7650         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7651         string for caching if it is 'PIN.
7652
7653 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * lpath.el: Consider the case without Emacs/W3.
7656
7657 2008-03-08  Glenn Morris  <rgm@gnu.org>
7658
7659         * time-date.el (date-to-time, time-subtract, time-add)
7660         (safe-date-to-time): Doc fixes.
7661
7662 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * mail-source.el (mail-source-delete-old-incoming-confirm):
7665         Change default to nil.
7666         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7667
7668 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * lpath.el: Rearrange.
7671
7672         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7673         (gnus-article-goto-prev-page): Work for articles having ^L's.
7674
7675         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7676
7677         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7678
7679 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7680
7681         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7682         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7683         (gnus-bookmark-jump): Adjust some variable names.
7684
7685 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * auth-source.el: New package.
7688         (auth-source-choices): Add customization entry point variable.
7689
7690         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7691         bug.
7692
7693 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7696         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7697         (gnus-registry-install-shortcuts): Rename from
7698         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7699         the `gnus-registry-mark-map' keymap dynamically from
7700         `gnus-registry-marks'.  The generated functions update the summary line
7701         when a registry mark is added or deleted, and will call
7702         `gnus-registry-install-p' (see the comments in the code).
7703         (gnus-registry-user-format-function-M): Use concat intelligently.
7704
7705         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7706         the registry mark functions.
7707
7708 2008-03-05  Glenn Morris  <rgm@gnu.org>
7709
7710         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7711         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7712         gnus-art.
7713         (top-level): No need to load own source when compiling.
7714
7715 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7718         Suggested by <chris.anderton@zetnet.co.uk>.
7719
7720 2008-03-04  Glenn Morris  <rgm@gnu.org>
7721
7722         * gnus-sum.el (top-level): No need to require gnus when compiling,
7723         since unconditionally required near start of file.
7724         (gnus-summary-display-while-building): Move definition before use.
7725
7726 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7727
7728         * gnus-registry.el (gnus-registry-user-format-function-M):
7729         Add formatting function.
7730
7731 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7734         with plists.
7735         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7736         Use new format.
7737
7738 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7741         `where-is-internal' that returns a range of key sequences.
7742
7743 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7744
7745         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7746
7747         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7748         (gnus-summary-jump-to-group): Consider windows on other displayed
7749         frames as well.  Similar changes might be needed elsewhere, but that's
7750         the one I've bumped into during my use.
7751
7752         * nndoc.el (nndoc-oe-dbx-type-p):
7753         * gnus-msg.el (gnus-debug):
7754         * gnus-group.el (gnus-update-group-mark-positions):
7755         Use mm-string-to-multibyte.
7756
7757 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7760         doesn't handle NotDashEscaped.
7761
7762         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7763         (mml-dnd-attach-options): Fix typo in custom choice.
7764
7765         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7766         Change nndoc-article-type to mbox.
7767         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7768
7769         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7770         to nil, instead of html2text.
7771
7772         * imap.el (imap-debug): Add `imap-ping-server'.
7773
7774         * gnus-bookmark.el: Add FIXMEs.
7775
7776         * message.el (message-form-letter-separator)
7777         (message-send-form-letter-delay): New variables.
7778         (message-send-form-letter): Use them.  New command to send form
7779         letters.  Requested by Uwe Siart.
7780         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7781
7782 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * Update copyright years.
7785
7786 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         Sync from EMACS_22_BASE.
7789
7790         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7791
7792 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7793
7794         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7795         empty author.
7796
7797 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7798
7799         * gnus-registry.el (gnus-registry-marks): Add variable for
7800         customization of marks and their appearance.
7801         (gnus-registry-read-mark): Use it.
7802         (gnus-registry-do-marks): Add utility function to loop through
7803         `gnus-registry-marks'.
7804         (gnus-registry-install-shortcuts-and-menus): Add function to install
7805         shortcuts and menus.
7806         (gnus-registry-initialize): Use it.
7807         (gnus-registry-default-mark): Clarify documentation.
7808
7809 2008-02-29  Glenn Morris  <rgm@gnu.org>
7810
7811         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7812         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7813         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7814         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7815         Change defcustom :version from 23.0 to 23.1.
7816
7817 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7818
7819         * gnus-registry.el (gnus-registry-follow-group-p)
7820         (gnus-registry-post-process-groups): Add functions to aid registry
7821         splitting and improve logging.  Clarify behavior in function
7822         documentation.
7823         (gnus-registry-split-fancy-with-parent): Use them.
7824
7825 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7826
7827         * gnus-art.el: Use with-current-buffer.
7828
7829 2008-02-27  David Engster  <dengste@eml.cc>
7830
7831         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7832         Express real group name in the response.
7833
7834 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7837         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7838         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7839         autoload gnus-registry-fetch-group when compiling.
7840         (nnmairix-request-group-with-article-number-correction):
7841         Remove unreferenced argument passed to nnmairix-call-backend.
7842
7843 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7846         (mm-uu-extract): Improve face for low color ttys.
7847         Reported by Sascha Wilde.
7848
7849 2008-02-27  Glenn Morris  <rgm@gnu.org>
7850
7851         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7852         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7853         variables to defconsts.  Convert comments to doc-strings.
7854         (nnmairix-last-server, nnmairix-current-server): Convert from free
7855         variables to defvars.  Convert comments to doc-strings.
7856         (gnus-registry-fetch-group): Autoload.
7857         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7858         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7859         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7860         caddr.
7861         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7862         nnmairix-request-group-with-article-number-correction call.
7863         (nnmairix-fast, nnmairix-group): New, less general names, for free
7864         variables passed from nnmairix-request-group to
7865         nnmairix-request-group-with-article-number-correction.  Declare.
7866         (nnmairix-request-group-with-article-number-correction):
7867         Use nnmairix-fast, nnmairix-group rather than fast, group.
7868
7869 2008-02-26  David Engster  <dengste@eml.cc>
7870
7871         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7872         version 0.5.
7873
7874 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7875
7876         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7877         instead of making an extra function call.  Don't add the current group
7878         to articles only when they have the group.  Use
7879         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7880         Reported by David <de_bb@arcor.de>.
7881
7882 2008-02-24  Miles Bader  <miles@gnu.org>
7883
7884         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7885         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7886         (mm-find-mime-charset-region):
7887         * mm-bodies.el (mm-encode-body):
7888         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7889
7890 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7893         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7894
7895 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * mail-source.el (mail-source-delete-incoming): Change default.
7898         Supplement doc string.
7899
7900         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7901
7902 2008-02-14  Glenn Morris  <rgm@gnu.org>
7903
7904         * time-date.el (format-seconds): New function.
7905
7906 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * nnmail.el (nnmail-message-id-cache-file): Derive from
7909         `gnus-home-directory'.
7910
7911 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7914         Document negative prefix.
7915
7916         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7917
7918 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * message.el (message-unsent-separator): Add the Exim bounce
7921         separator.
7922
7923 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7924
7925         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7926         list.
7927         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7928         recipient/signer list.
7929
7930 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * Makefile.in (datarootdir): Define.
7933         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7934         name that might contain whitespace.
7935
7936 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7939         fbound (Emacs 23 unicode), signal an error.
7940
7941 2008-02-08  Glenn Morris  <rgm@gnu.org>
7942
7943         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7944
7945 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7946
7947         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7948         ports to the calls to `netrc-machine-user-or-password' in addition to
7949         "imap" and "imaps".
7950
7951 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7952
7953         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7954
7955         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7956
7957 2008-02-01  Kenichi Handa  <handa@m17n.org>
7958
7959         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7960         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7961         (rfc2104-hash): Convert the result of concat to unibyte string.
7962
7963 2008-02-01  Dave Love  <fx@gnu.org>
7964
7965         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7966         coding-system-for-read.
7967         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7968
7969 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7972         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7973         <hanche@math.ntnu.no>.
7974
7975 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7978
7979         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7980
7981 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7982
7983         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7984         * message.el (message-beginning-of-line): Use featurep instead of bound
7985         tests in order to resolve conditionals at compile time.
7986
7987 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7988
7989         * mail-source.el (mail-sources): Add `group' choice.
7990
7991         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7992         parameter `in-group' to control into which group the articles go.
7993         Add treatment of `group' mail-source.
7994
7995 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7998
7999         * mm-decode.el (mm-dissect-buffer): Decode description.
8000
8001         * mml.el (mml-to-mime): Encode message header first.
8002
8003 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8006         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8007
8008         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8009         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8010
8011 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8014
8015 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8018         prefix keys.
8019         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8020         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8021         gnus-xmas.el.
8022
8023         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8024         (gnus-xmas-article-describe-bindings): New function.
8025         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8026         gnus-xmas-article-describe-bindings.
8027
8028         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8029
8030 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8031
8032         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8033         Add new variables for article mark management.
8034         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8035         list of extra data entries which, when present, will indicate that the
8036         article ID should not be trimmed from the registry.
8037         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8038         functions.
8039         (gnus-registry-read-mark): New function to read a mark name from the
8040         user.
8041         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8042         (gnus-registry-set-article-mark-internal): New functions to add and
8043         remove marks.
8044         (gnus-registry-get-article-marks): New function to show the marks for
8045         an article, or retrieve them for further use.
8046
8047 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8050         keys when no argument is given.
8051
8052 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * imap.el (imap-ping-server): New variable.
8055         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8056         (imap-ping-server): Minor doc string fixes.
8057
8058 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8059
8060         * imap.el (imap-ping-server): New function.
8061         (imap-opened): Call imap-ping-server.
8062
8063 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * gnus-sum.el (gnus-article-sort-by-random)
8066         (gnus-thread-sort-by-random): Fix doc strings.
8067         Reported by jidanni@jidanni.org.
8068
8069 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (gnus-article-describe-bindings): New function.
8072         (gnus-article-read-summary-keys): Use it.
8073         (gnus-article-mode-map): Bind `C-h b' to it.
8074
8075 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8078         XEmacs.
8079         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8080         Protect against non-character events.
8081
8082         * lpath.el: Fbind map-keymap for Emacs 21.
8083
8084 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8087         New command.
8088         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8089         instead of END.  Change name of the temp file.
8090         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8091         customizable.
8092
8093 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8096         bind `S W' to gnus-article-wide-reply-with-original; set default
8097         binding to gnus-article-read-summary-send-keys.
8098         (gnus-article-read-summary-keys): Fix the order of keys; display
8099         continuation keys correctly in the echo area; describe bindings
8100         correctly when keys end with `C-h'.
8101         (gnus-article-read-summary-send-keys): New function.
8102         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8103         Work for gnus-article-read-summary-send-keys; display continuation keys
8104         correctly in the echo area.
8105         (gnus-article-reply-with-original): Ignore prefix argument.
8106         (gnus-article-wide-reply-with-original): New function.
8107
8108         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8109         Emacs 21.
8110
8111 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8114         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8115
8116 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8119         (gnus-group-read-ephemeral-gmane-group): New command.
8120
8121 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8122
8123         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8124
8125 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * message.el (message-send-mail-function): Increase custom version.
8128
8129         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8130         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8131
8132 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8133
8134         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8135         for the cases where imap-authenticate is called with a nil buffer
8136         parameter.
8137
8138 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8141         html parts correctly; support forwarded messages.
8142         (gnus-article-browse-html-article): Remove work buffers.
8143
8144         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8145         compiling.
8146         (netrc-bound-and-true-p): New macro.
8147         (netrc-parse): Use it instead of bound-and-true-p that is not available
8148         in XEmacs 21.4.
8149
8150 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         * gnus-registry.el (gnus-registry-mark-article)
8153         (gnus-registry-article-marks): Add functionality to mark articles
8154         through the Gnus registry.
8155
8156         * encrypt.el: Clarify documentation for the new pgg method.
8157         (encrypt-file-alist): Add PGG option.
8158         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8159         functionality.  Abstract password key and messaging to external
8160         functions.
8161         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8162         (encrypt-message-method-and-cipher): Add new convenience external
8163         functions.
8164         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8165         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8166
8167         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8168         (netrc-parse): Use encrypt-file-alist to determine if
8169         encrypt-find-model or encrypt-insert-file-contents should be used.
8170
8171         * encrypt.el: Clarify documentation.  Load password-cache or
8172         password, whichever one is found first, instead of autoloading.
8173
8174 2007-12-19  Glenn Morris  <rgm@gnu.org>
8175
8176         * mml.el (message-options-set, message-narrow-to-head)
8177         (message-in-body-p, message-mail-p, message-encode-message-body):
8178         Autoload.
8179         (message-remove-header, message-narrow-to-headers-or-head)
8180         (message-subscribed-p, message-make-mail-followup-to)
8181         (message-position-on-field, message-news-p)
8182         (message-options-set-recipient, message-generate-headers)
8183         (message-sort-headers): Declare as functions.
8184
8185 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8188         convention in doc string.
8189
8190 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8193         title to html parts.
8194         (gnus-article-browse-html-article): Pass message header to it.
8195
8196         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8197
8198 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8201         or password compatible with XEmacs.
8202
8203 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8206         format document.
8207         (gnus-mime-delete-part): Don't write description line if empty.
8208         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8209
8210 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8211
8212         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8213         (gnus-summary-mark-read-and-unread-as-read)
8214         (gnus-summary-mark-current-read-and-unread-as-read)
8215         (gnus-summary-mark-unread-as-ticked): Doc fix.
8216         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8217
8218 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8221         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8222
8223 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8226         yes-or-no-p.
8227
8228 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * mm-decode.el (mm-add-meta-html-tag): New function.
8231         (mm-save-part-to-file, mm-pipe-part): Use it.
8232
8233         * gnus-art.el (gnus-article-browse-delete-temp-files):
8234         Use gnus-y-or-n-p instead of y-or-n-p.
8235         (gnus-article-browse-html-parts): Work with message/external-body; use
8236         mm-add-meta-html-tag.
8237
8238 2007-12-11  Glenn Morris  <rgm@gnu.org>
8239
8240         * gnus-cache.el: Require gnus-sum not just when compiling.
8241
8242         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8243
8244         * gnus-int.el (gnus-server-opened, gnus-status-message):
8245         Move definitions before use.
8246
8247         * mm-decode.el: Require gnus-util.
8248         (mm-remove-part): Only call delete-annotation on XEmacs.
8249
8250         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8251
8252         * nnmail.el: Require gnus-int.
8253
8254         * spam.el: Move `require's before `eval-when-compile's.
8255
8256         * gnus-ems.el (gnus-alive-p):
8257         * gnus-fun.el (message-goto-eoh):
8258         * gnus-util.el (gnus-group-name-decode):
8259         * mail-source.el (gnus-compress-sequence):
8260         * message.el (Info-goto-node, format-spec):
8261         * mm-bodies.el (message-options-get):
8262         * mm-decode.el (mm-view-pkcs7):
8263         * mm-util.el (gmm-write-region):
8264         * mml-smime.el (mml-compute-boundary)
8265         (gnus-completing-read-with-default):
8266         * mml.el (widget-button-press, gnus-make-hashtable):
8267         * mml1991.el (mm-decode-content-transfer-encoding)
8268         (mm-encode-content-transfer-encoding)
8269         (message-options-get, message-options-set):
8270         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8271         * nnfolder.el (gnus-request-group):
8272         * nnheader.el (ietf-drums-unfold-fws):
8273         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8274         * smime.el (gnus-run-mode-hooks):
8275         * spam-stat.el (gnus-message): Autoload.
8276
8277         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8278         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8279         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8280         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8281         Add declare-function compatibility definition.
8282
8283         * gnus-cache.el (nnvirtual-find-group-art):
8284         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8285         (gnus-add-image, gnus-add-wash-type):
8286         * gnus-group.el (nnkiboze-score-file):
8287         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8288         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8289         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8290         (message-tokenize-header, gnus-get-buffer-create)
8291         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8292         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8293         * gnus.el (gnus-group-decoded-name):
8294         * mail-source.el (imap-capability):
8295         * mm-bodies.el (message-options-set):
8296         * mm-decode.el (gnus-configure-windows):
8297         * mm-extern.el (message-goto-body):
8298         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8299         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8300         (epg-sub-key-validity, message-options-set):
8301         * mml.el (widget-event-point, gnus-configure-windows):
8302         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8303         * mml2015.el (epg-check-configuration, epg-configuration)
8304         (message-options-set):
8305         * nndb.el (nndb-request-article):
8306         * nnfolder.el (gnus-request-create-group):
8307         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8308         * nnmaildir.el (gnus-group-mark-article-read):
8309         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8310         * rfc1843.el (message-fetch-field):
8311         * spam.el (gnus-extract-address-components):
8312         Declare as functions.
8313
8314 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8317
8318         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8319
8320         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8321         bind show-trailing-whitespace for XEmacs.
8322
8323 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8326         new no-op macro for backward compatibility.
8327
8328         * imap.el (imap-string-to-integer): New function.
8329
8330 2007-12-09  Glenn Morris  <rgm@gnu.org>
8331
8332         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8333
8334         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8335         * message.el, mm-view.el, sieve-manage.el, smime.el:
8336         Add declare-function compatibility definition.
8337
8338         * gnus-art.el (w3-region, w3m-region, Info-menu):
8339         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8340         * gnus-sum.el (gnus-get-predicate):
8341         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8342         * message.el (mail-abbrev-in-expansion-header-p):
8343         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8344         (w3m-detect-meta-charset, w3m-region):
8345         * sieve-manage.el (password-read, password-cache-add)
8346         (password-cache-remove):
8347         * smime.el (password-read-and-add): Declare as functions.
8348
8349 2007-12-08  David Kastrup  <dak@gnu.org>
8350
8351         * gnus-sum.el (gnus-summary-simplify-subject-query):
8352         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8353         `message'.
8354
8355 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8358         it to bind idna-program, installation-directory, defined-colors, and
8359         face-attribute for XEmacs of the version that compiles defcustom forms.
8360
8361 2007-12-07  Glenn Morris  <rgm@gnu.org>
8362
8363         * gnus-art.el (article-make-date-line): Revert previous change.
8364
8365 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8368
8369 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8370
8371         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8372         Call gnus-add-to-range ranges only once with a prepared article-list.
8373
8374 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8375
8376         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8377         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8378         group names with backslashes.
8379         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8380
8381 2007-12-06  Deepak Goel  <deego3@gmail.com>
8382
8383         * gnus-art.el (article-make-date-line):
8384         * gnus-start.el (gnus-load):
8385         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8386
8387 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-art.el (gnus-use-idna)
8390         * gnus-start.el (gnus-site-init-file)
8391         * message.el (message-use-idna)
8392         * mm-uu.el (mm-uu-hide-markers)
8393         * smiley.el (smiley-style): Revert changes that suppress warnings.
8394
8395 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8398         specify charset to html source.
8399         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8400
8401 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8404         idna-program in order to suppress byte compile warning issued by XEmacs
8405         that came to byte compile the default value section of defcustom forms
8406         recently.
8407
8408         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8409         value of installation-directory.
8410
8411         * message.el (message-use-idna): Don't directly refer to the value of
8412         idna-program.
8413
8414         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8415
8416         * smiley.el (smiley-style): Don't directly call face-attribute.
8417
8418 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8421
8422         * gnus-dired.el: Reduce Gnus dependencies.
8423         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8424         Don't require.  Use autoloads instead.
8425         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8426         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8427         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8428         (gnus-dired-mode): Adjust doc string.
8429         (gnus-dired-mail-mode): New variable.
8430         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8431         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8432         (gnus-dired-mail-buffers): New function.  Return mail or message
8433         composition buffers.
8434         (gnus-dired-attach): Use it.
8435         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8436         NO-DECODE.
8437         (gnus-dired-print): Use `gnus-print-buffer' depending on
8438         `gnus-dired-mail-mode'.
8439
8440 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * rfc2047.el (rfc2047-encoded-word-regexp)
8443         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8444         explaining what regexp patterns are for.
8445
8446 2007-12-04  Glenn Morris  <rgm@gnu.org>
8447
8448         * password.el: Move to password-cache.el.
8449
8450         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8451         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8452         * mml-smime.el (password-read, password-cache-add)
8453         (password-cache-remove):
8454         No need to autoload, since mml-sec requires password.
8455
8456         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8457         * message.el (gnus-extract-address-components):
8458         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8459
8460         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8461         password.
8462
8463 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * mailcap.el: Reduce dependencies.
8466         (mail-header-parse-content-type): Autoload.
8467         (mailcap-delete-duplicates): New alias.
8468         (mailcap-mime-info): Add optional argument NO-DECODE.
8469         (mailcap-mime-types): Use mailcap-delete-duplicates.
8470
8471         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8472
8473 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8474
8475         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8476         (imap-parse-status): Upcase status-att for servers that sends them
8477         lower-case (e.g., MS Exchange 2007).
8478
8479 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8482         function.
8483
8484         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8485         (gnus-uu-yenc-article): New function.
8486
8487         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8488
8489         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8490
8491 2007-12-02  Glenn Morris  <rgm@gnu.org>
8492
8493         * binhex.el (binhex): New custom group.
8494         (binhex-decoder-program, binhex-decoder-switches)
8495         (binhex-use-external): Move to the binhex custom group.
8496
8497         * uudecode.el (uudecode): New custom group.
8498         (uudecode-decoder-program, uudecode-decoder-switches)
8499         (uudecode-use-external): Move to the uudecode custom group.
8500
8501         * netrc.el (top-level): Don't load `encrypt' features.
8502         (netrc-parse): Don't use encrypt.
8503         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8504
8505         * encrypt.el: Remove file.
8506
8507 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8510         matches on patches.
8511
8512         * gnus-art.el (gnus-article-browse-html-article):
8513         Mention `mm-text-html-renderer' in the doc string.
8514
8515         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8516         string.  Add comments.
8517
8518         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8519         if rhs is ASCII.
8520
8521 2007-12-01  Glenn Morris  <rgm@gnu.org>
8522
8523         * mail-source.el (top-level): Require format-spec before
8524         eval-when-compile.
8525
8526 2007-11-30  Glenn Morris  <rgm@gnu.org>
8527
8528         * encrypt.el: Require password, rather than autoloading password-read.
8529
8530 2007-11-29  Glenn Morris  <rgm@gnu.org>
8531
8532         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8533         (sasl-make-client, sasl-next-step, sasl-step-data)
8534         (sasl-step-set-data): Declare as functions.
8535
8536 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8539
8540 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8541
8542         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8543         certs should be verified and what is to be done in the event of a
8544         verification failure.
8545
8546         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8547         caller can indicate whether the cache should be disregarded for this
8548         call.  This way the result of the call is reproducible at all times and
8549         can be considered a canonical server name for the supplied method.
8550         (gnus-agent-method-p): Canonicalize server names by pushing their
8551         method through `gnus-method-to-server' using the no-cache argument.
8552
8553         * gnus-srvr.el (gnus-server-insert-server-line):
8554         Call `gnus-method-to-server' with `no-cache' argument.
8555
8556         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8557         gnus-agent-possibly-synchronize-flags as this should be called when the
8558         server is actually being opened.
8559         (gnus-agent-possibly-synchronize-flags)
8560         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8561         flags file of an agentized server to the latter function.
8562
8563         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8564         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8565         after a connection has been established successfully.
8566
8567 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (article-display-face): Force to display face if called
8570         interactively; check if gnus-article-x-face-too-ugly matches author.
8571         (article-display-x-face): Display face even if From header is missing
8572         as article-display-face does.
8573
8574 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8575
8576         * hashcash.el (message-narrow-to-headers-or-head)
8577         (message-fetch-field, message-goto-eoh)
8578         (message-narrow-to-headers): Declare as functions.
8579
8580 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * mail-source.el (mail-sources): Default to fetch from file for
8583         compatibility with default of nnmail-spool-file.
8584
8585 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8588         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8589         to look for encoded word that should be encoded again.
8590         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8591         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8592         encoding pattern.
8593         (rfc2047-decode-region): Switch strict regexp and loose one according
8594         to rfc2047-allow-irregular-q-encoded-words.
8595
8596 2007-11-25  Romain Francoise  <romain@orebokech.com>
8597
8598         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8599
8600 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * tls.el (tls-program): Provide more custom choices from
8603         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8604         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8605
8606 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8609         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8610
8611         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8612         `nnmail-spool-file'.
8613
8614         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8615         `nnmail-spool-file'.
8616
8617         * gnus-move.el (gnus-change-server): Ditto.
8618
8619         * gnus-kill.el (gnus-batch-score): Ditto.
8620
8621         * gnus-cache.el (gnus-jog-cache): Ditto.
8622
8623         * gnus-msg.el (gnus-summary-reply):
8624         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8625
8626 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8629         version.  Minor improvement to doc strings.
8630         (tls-program): Add comment.
8631
8632 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8633
8634         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8635         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8636         mismatch between the hostname provided in the certificate and the name
8637         of the host connnecting to.
8638         (open-tls-stream): Use them.  Check certificates against trusted root
8639         certificates.
8640
8641 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * gnus-cache.el (gnus-cache-generate-nov-databases):
8644         Use nnml-generate-nov-databases-directory instead of
8645         nnml-generate-nov-databases-1.
8646
8647 2007-11-24  Glenn Morris  <rgm@gnu.org>
8648
8649         * message.el (message-tool-bar-retro): Update for rename
8650         mail_send.xpm->mail-send.xpm.
8651
8652 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8655         `smime-ldap-search' for Emacs 22 and up.
8656
8657 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8658
8659         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8660
8661         * message.el (message-send-mail-function): Fix error convention.
8662         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8663         (message-widen-reply, message-send-mail, message-talkative-question)
8664         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8665         (message-clone-locals, message-send-news): Use with-current-buffer.
8666         (message-insert-or-toggle-importance): Remove unused var `valid'.
8667         (message-make-references): Remove unused var `new-references'.
8668         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8669
8670 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8671
8672         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8673         (spam-split-symbolic-return-positive): Reflow docstring.
8674         (spam-backends, spam-summary-exit-behavior)
8675         (spam-mark-ham-unread-before-move-from-spam-group)
8676         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8677         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8678         (spam-clear-cache, spam-backend-check, spam-install-backend)
8679         (spam-install-statistical-backend, spam-list-of-processors)
8680         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8681         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8682         (spam-check-crm114, spam-initialize, spam-unload-hook):
8683         Fix typos in docstrings.
8684
8685 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8688         been checked if they have never been read and those group levels are
8689         higher than the one that a user specified.
8690
8691 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8694         foreign groups unless a group level is specified by a user.
8695         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8696
8697 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * message.el (message-send-mail-function): Require sendmail.
8700
8701 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * message.el (message-send-mail-function): Check for smtpmail too.
8704
8705         * utf7.el (utf7-encode, utf7-decode): Use coding system
8706         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8707
8708         * message.el (message-send-mail-function): New function.
8709         (message-send-mail-function): Set default using
8710         message-send-mail-function.  Adjust doc string.
8711         (message-send-mail-with-mailclient): New function.
8712
8713 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8714
8715         * smime.el (from):
8716         * rfc2047.el (message-posting-charset):
8717         * qp.el (mm-use-ultra-safe-encoding):
8718         * pop3.el (parse-time-months):
8719         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8720         * nnml.el (files):
8721         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8722         (jka-compr-compression-info-list, ange-ftp-path-format)
8723         (efs-path-regexp):
8724         * nndiary.el (files):
8725         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8726         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8727         (epg-digest-algorithm-alist, inhibit-redisplay)
8728         (password-cache-expiry):
8729         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8730         (pgg-output-buffer, password-cache-expiry):
8731         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8732         (efs-path-regexp):
8733         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8734         (inhibit-redisplay):
8735         * mm-uu.el (file-name, start-point, end-point, entry)
8736         (gnus-newsgroup-name, gnus-newsgroup-charset):
8737         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8738         (latin-unity-ucs-list):
8739         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8740         (mm-uu-binhex-decode-function):
8741         * message.el (gnus-message-group-art, gnus-list-identifiers)
8742         (rmail-enable-mime-composing, gnus-local-organization)
8743         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8744         (gnus-read-active-file, facemenu-add-face-function)
8745         (facemenu-remove-face-function, gnus-article-decoded-p)
8746         (tool-bar-mode):
8747         * mail-source.el (display-time-mail-function):
8748         * gnus-util.el (nnmail-pathname-coding-system)
8749         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8750         (gnus-original-article-buffer, gnus-user-agent)
8751         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8752         (xemacs-codename, sxemacs-codename, emacs-program-version):
8753         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8754         * gnus-start.el (gnus-agent-covered-methods)
8755         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8756         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8757         (gnus-newsgroup-headers, gnus-group-list-mode)
8758         (gnus-group-mark-positions, gnus-newsgroup-data)
8759         (gnus-newsgroup-unreads, nnoo-state-alist)
8760         (gnus-current-select-method, mail-sources)
8761         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8762         (nnmail-spool-file, gnus-cache-active-hashtb):
8763         * gnus-mh.el (mh-lib-progs):
8764         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8765         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8766         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8767         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8768         (gnus-group-buffer):
8769         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8770         (font-lock-set-defaults):
8771         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8772         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8773         (gnus-summary-post-menu, total-parts, type, condition, length):
8774         * gnus-agent.el (gnus-agent-read-agentview):
8775         * flow-fill.el (show-trailing-whitespace):
8776         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8777         eval-and-compile wrappers for byte compiler pacifiers.
8778
8779         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8780         (mm-display-inline-fontify): Check for featurep 'xemacs not
8781         extent-list.
8782
8783         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8784         itimer-list.
8785         (mm-create-image-xemacs): Only do something for XEmacs.
8786         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8787
8788         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8789
8790         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8791         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8792
8793 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8794
8795         * nnimap.el (nnimap-split-download-body):
8796         * gnus-demon.el (gnus-demon):
8797         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8798
8799 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8802         New macros.
8803         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8804         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8805         copy data from unibyte buffer to multibyte current buffer.
8806         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8807         to copy data from unibyte current buffer to multibyte buffer.
8808         (nntp-make-process-buffer): Make process buffer unibyte.
8809
8810         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8811
8812 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8813
8814         * pop3.el (pop3-open-server): Accept and process data more robustly at
8815         connexion start to avoid spurious "POP SSL connexion failed" errors.
8816
8817 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8820         read group names.
8821
8822 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8825
8826 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8829         (nnmail-save-active): Use a unibyte buffer when saving active file,
8830         which may contain non-ASCII group names.
8831
8832         * nnml.el (nnml-request-group): Decode group names in messages.
8833
8834 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * message.el (message-citation-line-function)
8837         (message-insert-formatted-citation-line): Fix spelling of
8838         `message-insert-formated-citation-line'.
8839
8840 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8843
8844 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8847         nnmail-pathname-coding-system.
8848
8849         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8850         that a user enters; decode group names in messages.
8851
8852         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8853
8854 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8857
8858         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8859
8860         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8861         risky local variable.
8862
8863         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8864
8865 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8866
8867         * encrypt.el: Improve documentation to fix function name typo.
8868         Reported by Daiki Ueno <ueno@unixuser.org>.
8869
8870 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8873         even if the point is not in the last page of an article.
8874         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8875         back to the previous page.
8876
8877 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8880
8881 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8884
8885 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8886
8887         * message.el (message-check-news-body-syntax):
8888         Avoid mm-string-as-multibyte.
8889         (message-hide-headers): Don't assume (point-min)==1.
8890
8891 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * message.el (message-remove-blank-cited-lines): Fix if remove is
8894         given.
8895         (message-bogus-address-regexp): New variable.
8896         (message-bogus-recipient-p): New function.
8897         (message-check-recipients): New command.
8898         (message-syntax-checks): Add `bogus-recipient'.
8899         (message-fix-before-sending): Add `bogus-recipient'.
8900
8901         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8902         (gnus-treat-body-boundary): Don't test window-system.
8903
8904 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8905
8906         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8907
8908 2007-10-28  Miles Bader  <miles@gnu.org>
8909
8910         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8911         at compile-time too.
8912
8913 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus-msg.el (gnus-message-setup-hook):
8916         Add `message-remove-blank-cited-lines' to options.
8917
8918 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * message.el (message-remove-blank-cited-lines): New function.
8921         Suggested by Karl Plästerer.
8922
8923 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8926         mapc.
8927
8928         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8929         (top-level): Use mapc to set functions to be traced for debugging.
8930
8931         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8932         called for effect with while loop.
8933
8934         * message.el (message-talkative-question): Replace mapcar called for
8935         effect with mapc.
8936
8937         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8938         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8939         called for effect with dolist.
8940
8941         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8942
8943         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8944         gnus-extra-headers and nnmail-extra-headers.
8945
8946         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8947         called for effect with dolist.
8948         (top-level): Use mapc to set functions to be traced for debugging.
8949
8950         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8951         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8952         dolist.
8953
8954         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8955         Replace mapcar called for effect with mapc.
8956         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8957         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8958         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8959         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8960
8961         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8962         remove-if that's a cl function.
8963
8964         * webmail.el (webmail-debug): Replace mapcar called for effect with
8965         dolist.
8966
8967         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8968         with mapc.
8969
8970 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8973         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8974         with while loop.
8975
8976         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8977         functions from article-* functions.
8978         (gnus-multi-decode-header): Replace mapcar called for effect with
8979         dolist.
8980
8981         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8982         (gnus-bookmark-show-details): Replace mapcar called for effect with
8983         while loop.
8984
8985         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8986         called for effect with while loop.
8987
8988         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8989         with dolist.
8990
8991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8992         Replace mapcar called for effect with dolist.
8993
8994         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8995
8996         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8997         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8998         Replace mapcar called for effect with dolist.
8999         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9000         mapc.
9001
9002         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9003         Replace mapcar called for effect with dolist.
9004         (gnus-topic-list): Replace mapcar called for effect with mapc.
9005
9006         * gnus.el: Use mapc instead of mapcar to add autoloads.
9007
9008 2007-10-23  Richard Stallman  <rms@gnu.org>
9009
9010         * gnus-group.el (gnus-group-highlight): Mark as risky.
9011
9012 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus.el (gnus-server-to-method): Return method found first in
9015         gnus-newsrc-alist.
9016
9017         * gnus-art.el (gnus-article-highlight-signature)
9018         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9019         button overlay without the front stickiness.
9020
9021 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9022
9023         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9024         overview buffer needed a catch to receive its throw.
9025         (gnus-agent-flush-cache): Declare as interactive to make this function
9026         easier to use.
9027
9028 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9031         `next-line'.
9032
9033 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9036         exclude address matching message-dont-reply-to-names.
9037
9038 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-util.el (gnus-string<): New function.
9041
9042         * gnus-sum.el (gnus-article-sort-by-author)
9043         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9044
9045 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9048         the frame-focus tag is set in gnus-buffer-configuration.
9049
9050 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9053         the front stickiness.
9054
9055 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9058         url pattern; remove duplicate one.
9059         (gnus-article-extend-url-button): New function.
9060         (gnus-article-add-buttons): Use it.
9061         (gnus-button-push): Use concatenated url that it makes.
9062
9063 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9064
9065         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9066
9067 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9068
9069         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9070         Don't hardcode point-min==1.
9071
9072 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9075         Fix comment about "iso8859-1".
9076
9077 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9078
9079         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9080         ones returned from the verify-function.
9081
9082         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9083         Call mml2015-extract-cleartext-signature if extraction failed.
9084
9085 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9086
9087         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9088         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9089         failed.
9090
9091 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9094
9095 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9098         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9099         recommends to use EasyPG instead of PGG.
9100
9101         * pgg.el: Revert to revision 6.23.2.16.
9102
9103         * pgg-def.el: Revert to revision 6.6.2.14.
9104
9105         * pgg-gpg.el: Revert to revision 6.23.2.34.
9106
9107 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9110         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9111         thread for both the null and zero (kill/expire thread) universal prefix
9112         cases.
9113         (gnus-summary-expire-thread): Add new function to expire a thread,
9114         using gnus-summary-kill-thread.
9115         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9116         shortcuts for gnus-summary-expire-thread.
9117         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9118         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9119
9120 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9121
9122         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9123         extras value, so an extras entry can be deleted.
9124         (gnus-registry-delete-extra-entry): Use it.
9125         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9126         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9127         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9128         storage through the gnus-registry, and provide an appropriate API for
9129         it.
9130
9131 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9134         Suggested by Leo <sdl.web@gmail.com>.
9135
9136         * gnus.el: Do.
9137
9138 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9141         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9142
9143         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9144
9145         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9146         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9147
9148 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9151         newline.
9152         (nnmbox-request-accept-article): Don't change article in source buffer;
9153         narrow to header to use message-fetch-field rather than
9154         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9155         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9156         as delimiters; make sure article ends with newline.
9157         (nnmbox-delete-mail): Correct last position of article to be deleted;
9158         ignore X-Gnus-Newsgroup header in article body.
9159         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9160         positions; make sure article ends with newline.
9161
9162         * message.el (message-display-abbrev): Don't infloop when a user
9163         inserts SPC in the beginning of header.
9164
9165         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9166         coding-system-for-read and coding-system-for-write for XEmacs having no
9167         file-coding feature.
9168
9169         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9170
9171 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9172
9173         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9174         list of groups not followed by default.  Fix type to be regexp.
9175         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9176
9177 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9178
9179         * hmac-def.el (define-hmac-function): Switch from old-style to
9180         new-style backquotes.
9181
9182         * md4.el (md4-make-step): Likewise.
9183
9184 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9187         raw-text coding system when saving .newsrc file, which may contain
9188         non-ASCII group names.
9189
9190 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-cus.el (gnus-score-extra): New widget.
9193         (gnus-score-extra-convert): New function.
9194         (gnus-score-customize): Use it for Extra.
9195
9196 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9197
9198         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9199         (mml2015-mailcrypt-clear-verify): Use it.
9200         (mml2015-gpg-clear-verify): Use it.
9201         (mml2015-pgg-clear-verify): Use it.
9202         (mml2015-epg-clear-verify): Replace the current part with the output
9203         from GnuPG; don't extract the plaintext by itself.
9204
9205         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9206         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9207         mml2015-clear-verify-function; don't touch the armor headers or
9208         dash-escaped text here.
9209
9210 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9213         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9214         parts, or application/octet-stream as a last resort.
9215         (gnus-mime-view-part-as-type): Don't toggle display.
9216         (gnus-mime-view-part-as-charset): Don't turn off display before
9217         querying charset.
9218
9219         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9220         stuff to undisplayer function in Emacs.
9221         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9222
9223         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9224         text/calendar parts.
9225
9226 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9229         decoding text/calendar parts.
9230
9231         * message.el (message-forward-make-body-mime): Always mark body as
9232         having no illegible text; remove signed-or-encrypted argument.
9233         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9234
9235         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9236         (mml-generate-mime-1): Don't encode body if it is specified to be in
9237         raw form; don't make buffer be unibyte when inserting multibyte string.
9238
9239 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9240
9241         * sha1.el: Fix up comment style.
9242         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9243         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9244
9245         * hex-util.el: Fix up comment style.
9246         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9247
9248         * gnus-salt.el: Use with-current-buffer.
9249         (gnus-pick-setup-message): Fix long-standing typo.
9250
9251 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * imap.el (imap-logout-timeout): New variable.
9254         (imap-logout, imap-logout-wait): New functions.
9255         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9256
9257         * nnimap.el (nnimap-logout-timeout): New server variable.
9258         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9259         nnimap-logout-timeout.
9260
9261         * gnus-art.el (gnus-article-summary-command-nosave)
9262         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9263
9264 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus.el (gnus-maximum-newsgroup): New variable.
9267
9268         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9269         according to gnus-maximum-newsgroup.
9270
9271         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9272         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9273         Limit the range of articles according to gnus-maximum-newsgroup.
9274
9275 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9276
9277         * gnus-art.el (gnus-sticky-article): Fix problems described in
9278         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9279         Don't perform gnus-configure-windows here; reuse existing sticky
9280         article buffer.
9281
9282         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9283         it doesn't exist in gnus-article-mode.
9284
9285 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9288         (gnus-agent-decoded-group-name): New function.
9289         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9290         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9291
9292 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9293
9294         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9295         Add binding for gnus-sticky-article.
9296         (gnus-summary-exit): Don't kill sticky article buffers.
9297
9298         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9299         article buffer.
9300         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9301         (gnus-kill-sticky-article-buffers): New commands.
9302
9303 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * nntp.el (nntp-xref-number-is-evil): New server variable.
9306         (nntp-find-group-and-number): If it is non-nil, don't trust article
9307         numbers in the Xref header.
9308
9309 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-agent.el (gnus-agent-read-group): New function.
9312         (gnus-agent-flush-group, gnus-agent-expire-group)
9313         (gnus-agent-regenerate-group): Use it.
9314         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9315         nnmail-pathname-coding-system.
9316
9317 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9320
9321         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9322         that are unread as unread, and also as selected so that information of
9323         marks having been changed by a user may be updated when exiting group.
9324
9325 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9328
9329 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9332         calculated ignoring signature parts to gnus-treat-article.
9333
9334 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9337         a point here in order to keep the window start.
9338         (gnus-insert-mime-security-button): Make a button overlay without the
9339         front stickiness.
9340         (gnus-mime-display-security): Goto the end of a button.
9341
9342         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9343
9344 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9347         group-name-at-point.
9348         (gnus-group-completing-read): New function that offers decoded
9349         non-ASCII group names for completion.
9350         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9351         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9352         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9353         (gnus-group-fetch-control): Use it.
9354         (gnus-fetch-group): Use group-name-at-point for the initial value
9355         rather than the default value; use gnus-alive-p.
9356
9357         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9358         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9359         (gnus-summary-post-news): Use gnus-group-completing-read.
9360
9361         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9362         (gnus-read-move-group-name): Decode group name for completion.
9363
9364 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9365
9366         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9367         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9368         Yamaoka slightly modified the code).
9369
9370 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9373         (nnmail-split-incoming): Bind it.
9374
9375         * nnml.el (nnml-group-name-charset): New function.
9376         (nnml-decoded-group-name): Use it; don't decode group name if
9377         nnmail-group-names-not-encoded-p is non-nil.
9378         (nnml-encoded-group-name): New function.
9379         (nnml-group-pathname): Inline nnml-decoded-group-name.
9380         (nnml-request-expire-articles): Decode group name in message.
9381         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9382         nnmail-pathname-coding-system.
9383         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9384         not decoded ones according to nnmail-group-names-not-encoded-p.
9385         (nnml-generate-active-info): Use nnml-encoded-group-name.
9386
9387 2007-08-08  Glenn Morris  <rgm@gnu.org>
9388
9389         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9390         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9391         doc-strings and comments.
9392
9393 2007-07-25  Glenn Morris  <rgm@gnu.org>
9394
9395         * Relicense all FSF files to GPLv3 or later.
9396
9397 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-sum.el (gnus-summary-move-article):
9400         Make gnus-summary-respool-article work.
9401
9402 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9405         string.
9406
9407 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9408
9409         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9410         that should be ignored when comparing distant RSS articles with local
9411         ones.
9412         (nnrss-make-hash-index): New function.  Create a hash index according
9413         to the ignored fields.
9414         (nnrss-check-group): Use it.
9415
9416 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9419
9420         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9421
9422         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9423         the new optional argument ENCODED is non-nil.
9424         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9425         coding system for encoding group name.
9426         (gnus-group-make-rss-group): Pass un-encoded group name to
9427         gnus-group-make-group.
9428         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9429         encoded.
9430
9431         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9432         Encode group name to which articles are moved or copied.
9433         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9434         coding system for encoding Newsgroup, Followup-To and Xref headers.
9435
9436         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9437         marks; use nnheader-file-coding-system to write a file.
9438         (nnagent-retrieve-headers): Bind file-name-coding-system to
9439         nnmail-pathname-coding-system.
9440
9441         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9442
9443         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9444         (nnml-request-article, nnml-request-create-group)
9445         (nnml-request-rename-group, nnml-find-id)
9446         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9447         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9448         (nnml-save-marks): Use nnml-group-pathname instead of
9449         nnmail-group-pathname.
9450
9451         (nnml-request-create-group, nnml-request-expire-articles)
9452         (nnml-request-move-article, nnml-request-delete-group)
9453         (nnml-deletable-article-p, nnml-possibly-create-directory)
9454         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9455         (nnml-open-marks): Bind file-name-coding-system to
9456         nnmail-pathname-coding-system.
9457
9458         (nnml-request-article): Pass server argument to nnml-find-group-number.
9459         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9460         Pass server argument to nnml-possibly-create-directory.
9461         (nnml-request-accept-article): Pass server argument to
9462         nnml-active-number and nnml-save-mail.
9463         (nnml-find-group-number): Pass server argument to nnml-find-id.
9464         (nnml-request-update-info): Pass server argument to
9465         nnml-marks-changed-p.
9466
9467         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9468         (nnml-save-mail, nnml-active-number): Add server argument.
9469
9470         (nnml-request-delete-group): Warn if group is missing.
9471         (nnml-get-nov-buffer): Decode group name.
9472         (nnml-generate-active-info): Encode group name.
9473         (nnml-open-marks): Decode group name in messages.
9474
9475 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9478         if it is not specified.
9479         (gnus-article-pipe-part, gnus-article-save-part)
9480         (gnus-article-interactively-view-part, gnus-article-copy-part)
9481         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9482         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9483         (gnus-article-replace-part, gnus-article-delete-part)
9484         (gnus-article-view-part-as-type): Pass raw prefix argument to
9485         gnus-article-part-wrapper.
9486
9487 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * gnus-agent.el (gnus-agent-save-active):
9490         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9491
9492         * gnus-cache.el (gnus-cache-save-buffers)
9493         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9494         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9495         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9496         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9497         (gnus-cache-generate-active, gnus-cache-rename-group)
9498         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9499         (gnus-cache-update-overview-total-fetched-for):
9500         Bind file-name-coding-system to nnmail-pathname-coding-system.
9501         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9502         New variables.
9503         (gnus-cache-decoded-group-name): New function.
9504         (gnus-cache-file-name): Use it.
9505         (gnus-cache-generate-active): Use non-decoded group name for active.
9506
9507         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9508         right place.
9509         (gnus-write-active-file): Don't break non-ASCII group names.
9510
9511         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9512         nnmail-pathname-coding-system.
9513
9514         * lpath.el: Bind default-file-name-coding-system,
9515         file-name-coding-system and language-info-alist for XEmacs.
9516
9517         * gnus-uu.el (gnus-uu-decode-save): Typo.
9518
9519 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9522
9523 2007-07-14  David Kastrup  <dak@gnu.org>
9524
9525         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9526         finishing actions if we did not edit the article.
9527
9528 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9531         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9532         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9533         (gnus-agent-flush-group, gnus-agent-flush-cache)
9534         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9535         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9536         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9537         (gnus-agent-regenerate-group)
9538         (gnus-agent-update-files-total-fetched-for)
9539         (gnus-agent-update-view-total-fetched-for):
9540         Bind file-name-coding-system to nnmail-pathname-coding-system.
9541         (gnus-agent-group-pathname): Don't encode file names by
9542         nnmail-pathname-coding-system.
9543         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9544         coding-system-for-write instead of buffer-file-coding-system to
9545         gnus-agent-file-coding-system.
9546
9547         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9548         Decode group name.
9549
9550         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9551
9552         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9553         (gnus-read-newsrc-el-file): Make group names unibyte.
9554
9555         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9556         nnmail-pathname-coding-system.
9557
9558         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9559         (nnrss-request-delete-group): Bind file-name-coding-system to
9560         nnmail-pathname-coding-system.
9561         (nnrss-read-server-data, nnrss-read-group-data):
9562         Bind file-name-coding-system correctly.
9563         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9564
9565         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9566         (nntp-server-to-method-cache): New variable.
9567         (nntp-group-pathname): New function that decodes non-ASCII group names.
9568         (nntp-possibly-create-directory, nntp-marks-changed-p)
9569         (nntp-save-marks, nntp-open-marks): Use it.
9570         (nntp-possibly-create-directory, nntp-open-marks):
9571         Bind file-name-coding-system to nnmail-pathname-coding-system.
9572         (nntp-open-marks): Decode group names when bootstrapping marks.
9573
9574         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9575         Newsgroups and Folowup-To headers.
9576
9577 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9580         (gnus-server-closed-face, gnus-server-denied-face)
9581         (gnus-server-offline-face): Remove variable.
9582         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9583
9584         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9585         of modifying message-stack directly for XEmacs.
9586
9587         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9588         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9589         if the coding-system argument is nil for XEmacs.
9590
9591         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9592         mm-charset-override-alist.
9593
9594         * rfc2047.el: Don't require base64; require rfc2045 for the function
9595         rfc2045-encode-string.
9596         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9597         to quote the parameter value.
9598
9599 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9602         form in gnus-group-name-charset-method-alist.
9603
9604         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9605         overrides the default layout edit-form.
9606
9607         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9608
9609         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9610
9611 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9614         as unfetched articles.
9615
9616 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9619
9620 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9623         original back end that keeps marks in the local system.
9624
9625 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9628         arg of pop-to-buffer for XEmacs.
9629         (gnus-article-read-summary-keys): Ditto; don't restore window
9630         configuration if summary command ends up with neither article buffer
9631         nor summary buffer; describe bindings if summary keys end with C-h.
9632
9633 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * message.el (message-fix-before-sending): Skip raw message part to be
9636         forwarded while checking illegible text.
9637         (message-forward-make-body-mime, message-forward-make-body):
9638         Mark signed or encrypted raw message as having no illegible text.
9639
9640 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9643         (gnus-message-with-timestamp-1): New macro.
9644         (gnus-message-with-timestamp): New function.
9645         (gnus-message): Use them.
9646
9647         * nnheader.el (nnheader-message): Use them.
9648
9649 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9652         .newsrc.eld file.
9653
9654 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-agent.el (gnus-agent-fetch-headers)
9657         (gnus-agent-retrieve-headers):
9658         Bind gnus-decode-encoded-address-function to identity.
9659
9660         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9661         available also when the server returns simply a dot.
9662
9663         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9664
9665 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9668
9669 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-ems.el (gnus-x-splash): Make it work.
9672
9673         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9674         from being used.
9675
9676         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9677
9678 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9681         4th and the 5th arguments.
9682
9683         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9684         the front stickiness.
9685         (gnus-article-summary-command-nosave): Correct the order of the
9686         arguments passed to pop-to-buffer.
9687         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9688         summary command ends up with the article buffer.
9689
9690         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9691         the same faces.
9692
9693 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9694
9695         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9696
9697 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9698
9699         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9700         * gnus-sum.el (gnus-summary-highlight):
9701         * pgg.el (pgg-sign-region, pgg-sign):
9702         * mail-source.el (mail-source-delete-old-incoming-confirm):
9703         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9704
9705 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-mime-view-part-externally)
9708         (gnus-mime-view-part-internally): Fix predicate function passed to
9709         completing-read.
9710
9711         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9712
9713         * gnus.el (gnus-update-message-archive-method): Add :version.
9714
9715 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus.el (gnus-update-message-archive-method): New variable.
9718
9719         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9720         according to gnus-message-archive-method if
9721         gnus-update-message-archive-method is non-nil.
9722
9723 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9726         Suggested by Loic Dachary <loic@dachary.org>.
9727         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9728
9729 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * message.el (message-pop-to-buffer): Add switch-function argument.
9732         (message-mail): Pass switch-function argument to it.
9733
9734 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9737         Improve doc string.
9738
9739 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9742         (gnus-header-content)
9743         * gnus-cite.el (gnus-cite-10)
9744         * gnus-srvr.el (gnus-server-closed)
9745         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9746         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9747         (gnus-group-mail-3-empty, gnus-group-mail-low)
9748         (gnus-group-mail-low-empty, gnus-splash)
9749         * message.el (message-header-to, message-header-cc)
9750         (message-header-subject, message-header-other, message-header-name)
9751         (message-header-xheader, message-separator, message-cited-text)
9752         (message-mml): Lighten colors of faces used for dark background.
9753
9754 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9755
9756         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9757         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9758
9759 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * message.el (message-narrow-to-headers-or-head):
9762         Ignore mail-header-separator in the body.
9763
9764 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9767         same as window size.
9768
9769 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9770
9771         * message.el (message-font-lock-keywords): Use message-header-xheader
9772         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9773         ahead of the anything pattern, to get it recognised.
9774
9775 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9778         spam.el loads uses it in the compiled defadvice form.
9779
9780 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9781
9782         * gnus-sum.el (gnus-articles-to-read)
9783         (gnus-summary-insert-old-articles): Don't truncate group name for
9784         `read-string'.
9785
9786         * gnus-util.el (gnus-limit-string): Delete this function.
9787
9788         * gnus-sum.el (gnus-simplify-subject-fully):
9789         Use `truncate-string-to-width' instead.
9790
9791 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9792
9793         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9794         Tell if, on summary exit, the next group has to be selected.
9795         (gnus-summary-exit): Use it.
9796
9797 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9800         non-break space.
9801
9802 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9805         Check if group is not a directory.
9806         (nnfolder-request-expire-articles): Don't delete articles if the target
9807         group is not available.
9808
9809         * nnml.el (nnml-request-create-group): Properly check if group is not a
9810         file.
9811         (nnml-request-expire-articles): Don't delete articles if the target
9812         group is not available.
9813
9814         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9815         Don't quote characters that are within parentheses.
9816
9817 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9820         (gnus-handle-ephemeral-exit): Select article according to it.
9821
9822 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * message.el (message-insert-formated-citation-line): Remove newline.
9825         (message-citation-line-format): Add final \n here so that the user can
9826         avoid a blank line.
9827
9828 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9829
9830         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9831         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9832         Update lanl/arXiv support.
9833
9834 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus.el: Bump version number.
9837
9838 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * gnus.el (gnus-version-number): Bump version.
9841
9842 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9843
9844         * gnus.el: No Gnus v0.6 is released.
9845
9846 2007-04-27  Didier Verna  <didier@xemacs.org>
9847
9848         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9849         * gmm-utils.el (gmm-regexp-concat): ... here.
9850         * message.el: Don't require 'gnus-util.
9851         (message-dont-reply-to-names): Handle name change above.
9852         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9853
9854 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9857         since the initial value varies according to the system.
9858
9859 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9862
9863 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9864
9865         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9866
9867 2007-04-24  Didier Verna  <didier@xemacs.org>
9868
9869         Improve the type of gnus-ignored-from-addresses.
9870         * gnus-util.el (gnus-orify-regexp): New function.
9871         * message.el (gnus-util): Require it.
9872         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9873         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9874         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9875
9876 2007-04-24  Didier Verna  <didier@xemacs.org>
9877
9878         * gnus-sum.el:
9879         * gnus-utils.el: Fix some trailing whitespaces.
9880
9881 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9884         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9885         article's Message-ID; refer parent article in summary buffer.
9886
9887         * message.el (message-bounce): Call mime-to-mml.
9888
9889         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9890         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9891         optimize and/or forms properly.
9892
9893 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9896         URL.
9897
9898 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9901
9902 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9905         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9906         displayed of multipart/alternative part if it is invoked from summary
9907         buffer.
9908
9909         * mm-view.el (mm-inline-text-html-render-with-w3m)
9910         (mm-inline-text-html-render-with-w3m-standalone)
9911         (mm-inline-render-with-function): Use mail-parse-charset by default.
9912
9913 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9914
9915         * parse-time.el (parse-time-string-chars): Check if CHAR
9916         is less than the length of parse-time-syntax.
9917
9918 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9921         from gnus-newsgroup-processable.
9922
9923 2007-04-16  Didier Verna  <didier@xemacs.org>
9924
9925         * gnus-msg.el (gnus-configure-posting-styles):
9926         Handle message-signature-directory properly with :file syntax.
9927         Reported by "Leo".
9928
9929 2007-04-11  Didier Verna  <didier@xemacs.org>
9930
9931         New user option: message-signature-directory.
9932         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9933         * message.el (message-insert-signature): Ditto.
9934         * message.el (message-signature-file): Doc update.
9935         * message.el (message-signature-directory): New.
9936
9937 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-msg.el (gnus-inews-yank-articles):
9940         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9941
9942 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * message.el (message-yank-original): Make sure cited text ends with
9945         newline; don't exchange point and mark.
9946
9947 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9948
9949         * tls.el (open-tls-stream): Properly handle case where there
9950         is no associated buffer.
9951
9952 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9953
9954         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9955         message-yank-original, make sure (< mark TEXT point).
9956
9957 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * message.el (message-fill-column): New variable.
9960         (message-mode): Use it.  Add comment on a possible new hook.
9961
9962         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9963         (nnmail-get-new-mail): Reformat.
9964
9965         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9966
9967         * gmm-utils.el: Fix Commentary.
9968         (gmm-tool-bar-from-list): Fix typo in doc string.
9969
9970 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9971
9972         * message.el (message-yank-original): Don't switch point and mark
9973         unnecessarily to put point and mark as documented.
9974
9975 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9978         from the message heads.
9979
9980 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9981
9982         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9983         article buffer does not have a window.  This may not be the best
9984         solution but is certainly better than setting the start of the null,
9985         that is the current, window.
9986
9987 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9990         (gnus-draft-setup): Run it.
9991
9992         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9993         gnus-score-fast-scoring.  Allow regexp.
9994         (gnus-score-headers): Use it.
9995
9996         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9997         XEmacs.
9998
9999         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10000         string.
10001         (gnus-button-alist): Also catch `<f1> k ...'.
10002         (gnus-treat-display-x-face): Fix doc string.
10003
10004 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10005
10006         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10007         evaluation of gnus-extended-version to ensure correct generation of the
10008         User-Agent header when message-generate-headers-first is used.
10009
10010 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10011
10012         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10013         hashcash-path is nil.  Don't call callback with incorrect number of
10014         parameters if val is 0.
10015
10016 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10017
10018         * message.el (message-required-news-headers):
10019         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10020
10021 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10022
10023         * tls.el (open-tls-stream): In handshake-waiting loop,
10024         don't wait more if there is output available to process.
10025
10026 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10027
10028         * tls.el (tls-program): Doc fix.
10029
10030 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * message.el (message-generate-new-buffers): Change the meaning of the
10033         nil value; add `standard' to the choices; treat t as `unique'; improve
10034         doc string.
10035         (gnus-select-frame-set-input-focus): Autoload.
10036         (message-buffer-name): Search for the existing message buffer if
10037         message-generate-new-buffers is nil or `standard'; treat the value t of
10038         message-generate-new-buffers as `unique'.
10039         (message-pop-to-buffer): Raise the frame already displaying the message
10040         buffer; clear the echo area after querying.
10041         (message-setup): Pass the `continue' argument to compose-mail.
10042         (message-mail): Prefer `switch-function' if it is given; search for the
10043         existing message buffer if the `continue' argument is non-nil; pass
10044         continue and switch-function arguments to compose-mail by way of
10045         message-setup.
10046         (message-mail-other-window): Adjust argument of message-setup.
10047         (message-mail-other-frame): Ditto.
10048
10049 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10052         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10053         to turn font-lock on when turning gnus-message-citation-mode on.
10054
10055 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10056
10057         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10058         (mml-smime-function-alist): New variable; add epg as the backend.
10059         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10060         mml-smime- functions instead.
10061         * mm-view.el: Require smime.
10062
10063 2007-03-05  Didier Verna  <didier@xemacs.org>
10064
10065         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10066         instead of just inheritance for posting styles.
10067         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10068
10069 2007-02-24  Chris Moore  <dooglus@gmail.com>
10070
10071         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10072         * pgg-pgp.el (pgg-pgp-encrypt-region):
10073         * pgg-gpg.el (pgg-gpg-encrypt-region):
10074         Check pgg-encrypt-for-me if no other recipients.
10075
10076 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10077
10078         * tls.el (tls-certtool-program): Fix custom type.
10079
10080 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10083         and point-at-eol instead of line-(beginning|end)-position.
10084
10085         * assistant.el (assistant-parse-buffer): Ditto.
10086
10087         * netrc.el (netrc-parse-services): Ditto.
10088
10089 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10090
10091         * mml2015.el (mml2015-epg-find-usable-key): New function.
10092         (mml2015-epg-sign): Use it.
10093         (mml2015-epg-encrypt): Use it.
10094
10095 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * message.el (message-make-in-reply-to): Quote name containing
10098         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10099         if there are special characters.  Reported by NAKAJI Hiroyuki
10100         <nakaji@jp.freebsd.org>.
10101
10102 2007-02-27  Didier Verna  <didier@xemacs.org>
10103
10104         Include the group parameters as well as the topic ones in the
10105         inheritance filter process.
10106         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10107         argument GROUP-PARAMS-LIST.
10108         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10109
10110 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * nntp.el (nntp-never-echoes-commands)
10113         (nntp-open-connection-functions-never-echo-commands): New variables.
10114         (nntp-send-command): Use them.
10115
10116 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10117
10118         * mml2015.el (mml2015-epg-verify): Simplify.
10119
10120 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * mml.el (mml-content-disposition-alist): New user option.
10123         (mml-content-disposition): New function.
10124         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10125         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10126
10127 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10128
10129         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10130         verification.
10131
10132 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10133
10134         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10135         articles posted in the last 24 hours.
10136
10137 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10138
10139         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10140
10141 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10142
10143         * nntp.el (nntp-send-command): Don't wait for echoes when
10144         nntp-open-ssl-stream is used.
10145
10146 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10149         (gnus-message-add-citation-keywords)
10150         (gnus-message-remove-citation-keywords): Remove.
10151         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10152         directly, make the variables in font-lock-defaults buffer-local, add
10153         gnus-message-citation-keywords to them and then update the value of
10154         font-lock-keywords.
10155
10156 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * message.el (message-cite-original-1): Don't call
10159         gnus-article-highlight-citation.
10160
10161         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10162         citations; fix line count.
10163
10164 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10167         (gnus-message-add-citation-keywords)
10168         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10169         versions of font-lock-add-keywords and font-lock-remove-keywords to
10170         work with XEmacs correctly.
10171
10172 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-cite.el (gnus-cite-face-list): Set the values of
10175         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10176         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10177         (gnus-message-cite-prefix-regexp): New variable.
10178         (gnus-message-search-citation-line): Use it; protect against long
10179         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10180         the 0th match data for Emacs.
10181         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10182         (gnus-message-add-citation-keywords): Append keywords rather than
10183         prepending; emulate font-lock-add-keywords if it is not available.
10184         (gnus-message-remove-citation-keywords):
10185         Emulate font-lock-remove-keywords if it is not available.
10186
10187         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10188
10189         * message.el (message-cite-prefix-regexp): Set the value of
10190         gnus-message-cite-prefix-regexp.
10191
10192 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10193
10194         * nnweb.el (nnweb-google-parse-1): Update parser.
10195
10196 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10197
10198         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10199
10200 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10201
10202         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10203         regexp.
10204
10205 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10208         string-to-multibyte.
10209         (uudecode-decode-region-internal): Use it.
10210
10211         * lpath.el: Fbind string-as-multibyte for XEmacs.
10212
10213 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10216         Fix custom choice.
10217
10218         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10219
10220 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10221
10222         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10223
10224         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10225         `write-region' to respect `mm-inhibit-file-name-handlers'.
10226
10227 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10230         Use gnus-home-directory instead of "~/" or "$HOME".
10231
10232 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10233
10234         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10235         to mention filename.
10236         Add comments at beginning regarding usage.
10237         (encrypt-write-file-contents): Change interactive so a string is
10238         acceptable.  If the file has no associated model, show an error instead
10239         of a nonsense prompt.
10240
10241 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10242
10243         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10244         Thanks to Yoshihiko Yamada for kind notification of this typo.
10245
10246 2007-01-12  Kenichi Handa  <handa@m17n.org>
10247
10248         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10249         multibyte buffer.
10250
10251 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-score.el (gnus-score-fast-scoring): New variable.
10254         (gnus-score-headers): Use it.
10255
10256         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10257
10258         * message.el (message-cite-original-1):
10259         Call gnus-article-highlight-citation if requested.
10260         (message-make-from): Allow name and address as optional arguments.
10261
10262         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10263
10264         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10265         bugs to doc string.
10266         (gnus-button-alist): Add mid\\|message-id.
10267         (gnus-button-fetch-group): Extend for use in
10268         `browse-url-browser-function'.
10269         (gnus-button-url-regexp): Try to catch paired parentheses like in
10270         Wikipedia URLs.
10271
10272         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10273         Suggested by Simon Krahnke <overlord@gmx.li>.
10274
10275 2007-01-13  Romain Francoise  <romain@orebokech.com>
10276
10277         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10278         Update copyright.
10279
10280 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10281
10282         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10283
10284 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10285
10286         * gnus-registry.el (gnus-registry-unfollowed-groups)
10287         (gnus-registry-split-fancy-with-parent): Fix documentation.
10288
10289 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290
10291         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10292         from nnweb groups.
10293
10294 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10297         Xref urls.  Erase buffer before requesting head.
10298
10299         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10300
10301 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10304         customizable.
10305
10306 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10307
10308         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10309         no signing key is found.
10310         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10311         no encrypting and/or signing key is found.
10312
10313 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10316
10317 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10318
10319         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10320         headers read from disk with the ones newly found in the current search.
10321         This should no longer cause problems, because the article numbers in
10322         Gmane's `nov.php' output are ignored since the previous change.
10323
10324 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10325
10326         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10327
10328 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10331         replace-regexp-in-string; bind url-version; fbind display-images-p and
10332         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10333         find-face and set-itimer-function for Emacs; bind itimer-list for
10334         Emacs.
10335
10336         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10337
10338 2007-01-01  Romain Francoise  <romain@orebokech.com>
10339
10340         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10341
10342 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10343
10344         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10345         `define-minor-mode' macro definition expanded properly.
10346         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10347         exclude it there.
10348
10349         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10350         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10351         `fboundp' test.
10352         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10353         This is OK to autoload in (S)XEmacs now.
10354
10355 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10358         keystroke.
10359         (gnus-summary-limit-to-singletons): Fix typo.
10360
10361         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10362         else fails.
10363
10364 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10367         docstring.
10368
10369         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10370         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10371         (gnus-summary-insert-dormant-articles): Fix typo in message.
10372
10373 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10376         nil for XEmacs.
10377         (gnus-message-citation-mode): Don't autoload in XEmacs.
10378
10379         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10380
10381 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10382
10383         * nnimap.el (nnimap-expunge-search-string):
10384         Mention nnimap-search-uids-not-since-is-evil in docstring.
10385
10386 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * spam.el: Revert to make-obsolete-variable because
10389         define-obsolete-variable-alias is not supported in Emacs 21.
10390
10391         * spam.el (spam-ifile-path, spam-ifile-database-path)
10392         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10393         make-obsolete-variable.
10394         (spam-bsfilter-path, spam-bsfilter-program)
10395         (spam-spamassassin-path, spam-spamassassin-program)
10396         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10397         Don't use "path" inappropriately.
10398         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10399         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10400         variable names.
10401
10402 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10403
10404         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10405         summary buffer.
10406
10407         * password.el (password-cache-remove): Use clear-string to burn
10408         password, if available.
10409
10410 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10413
10414         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10415
10416         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10417         (gnus-message-highlight-citation): Move defcustom here from
10418         gnus-cite.el.
10419         (gnus-message-citation-mode): Autoload.
10420
10421         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10422         checks to make it compile with XEmacs.
10423         (gnus-message-citation-mode): New minor mode.
10424         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10425         (gnus-message-highlight-citation): New variables.
10426         (gnus-message-search-citation-line)
10427         (gnus-message-add-citation-keywords)
10428         (gnus-message-remove-citation-keywords)
10429         (turn-on-gnus-message-citation-mode)
10430         (turn-off-gnus-message-citation-mode): New functions.
10431
10432 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10433
10434         * gnus-cite.el: Enable highlighting of different citation levels in
10435         message-mode.
10436
10437 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * message.el (message-make-fqdn): Fix comment.
10440         (message-bogus-system-names): Add ".local".
10441
10442         * spam.el (spam-ifile-path, spam-ifile-program)
10443         (spam-ifile-database-path, spam-ifile-database)
10444         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10445         Don't use "path" inappropriately.
10446         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10447         strings.
10448         (spam-check-ifile, spam-ifile-register-with-ifile)
10449         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10450         Use new variable names.
10451
10452         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10453         (gnus-treat-display-smileys): Simplify using
10454         gnus-image-type-available-p.
10455
10456         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10457         available.
10458
10459         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10460         Use `display-images-p' if available.
10461
10462 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10465         one after turning on the buffer's multibyteness instead of decoding
10466         them directly in the unibyte buffer that causes unexpected conversion
10467         in Emacs 23 (unicode).
10468
10469 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10470
10471         * message.el (message-generate-hashcash): Fix custom type.
10472
10473 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10476
10477 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10480         disconnect icons.  Add help text.
10481
10482 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10483
10484         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10485         negated to be consistent with the others we handle.
10486
10487 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10490         version of gnus-summary-buffer to something, so that we can use two
10491         article buffers at the same time.
10492
10493 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10494
10495         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10496         trigger all the extra headers.
10497         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10498         sorting.
10499
10500 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10501
10502         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10503         solid groups.
10504
10505 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10506
10507         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10508
10509 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * legacy-gnus-agent.el: Add Copyright notice.
10512
10513 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10514
10515         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10516
10517 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10520
10521         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10522         to make it work reliably in CVS Emacs.
10523         (gnus-summary-limit-strange-charsets-predicate)
10524         (gnus-summary-limit-to-predicate): New functions.
10525
10526 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10527
10528         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10529         specifying array size.
10530         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10531         array if it is too small.
10532         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10533         (gnus-sort-threads-loop): New function.
10534
10535 2006-12-06  Chris Moore  <dooglus@gmail.com>
10536
10537         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10538         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10539
10540 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10541
10542         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10543         options.
10544
10545 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10546
10547         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10548         DOS-ing the recipient.
10549
10550         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10551         the headers when creating the mapping to avoid mismappings.
10552         (nnweb-gmane-create-mapping): Always nix out old mapping.
10553
10554 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10557         and mm-verify-option to never.
10558
10559 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * message.el (message-signed-or-encrypted-p): New function.
10562         (message-forward-make-body): Use it.
10563
10564         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10565         Replace encode-coding-string with mm-encode-coding-string.
10566
10567 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * nneething.el (nneething-decode-file-name):
10570         Replace decode-coding-string with mm-decode-coding-string.
10571
10572         * gnus-int.el (gnus-open-server): Say failed server's name.
10573
10574 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10575
10576         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10577         strings to a single string.  Quote `errors-file-name'.
10578         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10579         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10580         Adjust calls.  Use `shell-quote-argument'.
10581
10582 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10583
10584         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10585         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10586
10587         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10588         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10589         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10590         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10591         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10592         (gnus-subscribe-newsgroup, gnus-1):
10593         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10594         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10595         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10596         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10597
10598 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10601         keystroke.
10602         (gnus-summary-limit-to-bodies): Implement headersp.
10603
10604 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10607
10608 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10611
10612 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * message.el (message-generate-hashcash): Expand range of values to
10615         include `opportunistic'.
10616         (message-send-mail): Use it.
10617
10618 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10619
10620         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10621         and comment it.
10622
10623         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10624
10625 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * gnus-util.el (gnus-extract-address-components): Improve comment.
10628
10629 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-util.el (gnus-extract-address-components): Work with address in
10632         which the name portion contains @.
10633
10634         * lpath.el: Fbind custom-autoload.
10635
10636 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus.el (gnus-start): Move custom group up.
10639         (gnus-select-method): Don't autoload, but make it available for
10640         `customize-variable'.
10641         (gnus-getenv-nntpserver): Don't autoload.
10642
10643 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10644
10645         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10646
10647 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * message.el (message-sendmail-extra-arguments): New variable.
10650         (message-send-mail-with-sendmail): Use it.
10651
10652 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10655         mm-with-unibyte-current-buffer to make string unibyte.
10656
10657         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10658         mm-string-as-multibyte.
10659
10660 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10661
10662         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10663         Reported by Werner Koch <wk@gnupg.org>.
10664
10665 2006-11-14  Daiki Ueno  <ueno@p360>
10666
10667         * mml2015.el: Autoload epa-select-keys when compiling.
10668
10669 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10670
10671         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10672         message-options.
10673         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10674
10675 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10676
10677         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10678         EasyPG (< 0.0.6).
10679         (mml2015-always-trust): New user option.
10680         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10681         prompt.
10682
10683 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * nntp.el (nntp-authinfo-force): New variable.
10686         (nntp-send-authinfo): Use it.
10687
10688 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10691         decode encoded words.  Improve prompt.  Add comment about forwarding.
10692         (message-replacement-char): Move up.
10693
10694 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10695
10696         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10697         instead of gnus-intersection because arguments of gnus-sorted-nunion
10698         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10699
10700 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10703         (message-simplify-subject-functions):
10704         Enable message-strip-subject-encoded-words by default.
10705
10706 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * message.el (message-strip-subject-encoded-words): New function.
10709         (message-simplify-subject-functions): New variable.
10710         (message-simplify-subject): Use it.  Fix typo in doc string.
10711         Support message-strip-subject-encoded-words.
10712
10713 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10714
10715         * gnus-diary.el (gnus-diary-delay-format-function):
10716         * nndiary.el (nndiary-reminders):
10717         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10718
10719 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * gnus-art.el (article-hide-boring-headers): Fetch date from
10722         gnus-original-article-buffer to avoid problems with localized date
10723         strings.
10724
10725 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10728
10729 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10732         New variables.
10733         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10734         (mm-charset-synonym-alist): Move some entries to
10735         mm-codepage-iso-8859-list.
10736         (mm-charset-synonym-alist, mm-charset-override-alist):
10737         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10738
10739 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10742
10743 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10746         with Emacs 21 and XEmacs.
10747
10748 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10749
10750         * spam.el (spam-parse-address): New function for better parsing,
10751         catching errors, etc.
10752         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10753
10754 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * mm-view.el: Add interactive arg to html2text autoload.
10757
10758 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10761
10762 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10765         New variables.
10766         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10767         (mm-charset-synonym-alist): Move some entries to
10768         mm-codepage-iso-8859-list.
10769
10770         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10771
10772 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * message.el (message-citation-line-format)
10775         (message-insert-formated-citation-line): Fix implementation of %E, %N
10776         and %n according to the doc string.
10777
10778 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10779
10780         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10781         Use car-safe to avoid bad parses.
10782
10783 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10786         names.
10787
10788         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10789
10790 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10793         header.
10794
10795         * message.el (message-draft-headers): Add Date.
10796         (message-headers-to-generate): Fix typo in docstring.
10797
10798         * nndraft.el (nndraft-required-headers): New variable.
10799         (nndraft-generate-headers): Use it.
10800
10801         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10802
10803 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10804
10805         * gnus-registry.el (gnus-registry-wash-for-keywords)
10806         (gnus-registry-find-keywords): New functions to allow easy searching of
10807         articles that are in the registry.
10808
10809 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10810
10811         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10812         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10813         Reported by Damien Elmes <damien@repose.cx>.
10814
10815 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus.el (gnus-mime): Remove unused custom group.
10818
10819 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10820
10821         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10822         "blank line" when searching for end of armor headers.
10823
10824 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * gmm-utils.el (gmm-write-region): Fix variable name.
10827
10828 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gmm-utils.el (gmm-write-region): New function based on compatibility
10831         code from `mm-make-temp-file'.
10832
10833         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10834
10835         * nnmaildir.el (nnmaildir--update-nov)
10836         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10837         Use `gmm-write-region'.
10838
10839 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10842         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10843
10844         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10845
10846         * message.el (message-replacement-char): New variable.
10847         (message-fix-before-sending): Use it.
10848         (message-simplify-subject): New function to remove duplicate code.
10849         (message-reply, message-followup): Use it.
10850
10851         * gnus-sum.el (gnus-summary-make-menu-bar):
10852         Clarify gnus-summary-limit-to-articles.
10853
10854 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-util.el (gnus-with-local-quit): New macro.
10857
10858         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10859
10860 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10861
10862         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10863         ignore non-string data.
10864
10865 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10868         non-string data (needs to be done in the registry too).
10869
10870 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10871
10872         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10873         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10874         (gnus-registry-split-fancy-with-parent)
10875         (gnus-registry-fetch-simplified-message-subject-fast)
10876         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10877         Remove text properties on ingress into the registry and when it's saved.
10878         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10879         registry from entries with no groups.
10880
10881 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10882
10883         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10884         function to remove string properties.
10885
10886 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gmm-utils.el (gmm): Adjust custom version.
10889
10890         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10891         Adjust custom version.
10892
10893         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10894
10895 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * gnus-art.el (gnus-insert-prev-page-button)
10898         (gnus-insert-next-page-button): Simplify.  Reformat.
10899
10900 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10901
10902         * gnus-art.el (gnus-insert-prev-page-button)
10903         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10904
10905 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10906
10907         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10908
10909 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10910
10911         * gnus-art.el (gnus-insert-mime-button)
10912         (gnus-insert-mime-security-button):
10913         Apply gnus-article-button-face to MIME and security buttons.
10914
10915 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10918         readable.
10919
10920 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10923
10924 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10925
10926         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10927         `browse-url-of-file' instead of `browse-url'.
10928
10929 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10930
10931         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10932         regexp.  Articles containing quotation were cut prematurely.
10933
10934 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * message.el (message-cite-original-1): Use nobody by default for the
10937         value of From header.
10938         (message-reply): Ditto.
10939
10940 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10941
10942         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10943         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10944         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10945
10946 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10949         mails in the doc string.  Add some URLs in comment.
10950         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10951
10952 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10955         backslashes handling and the way to find boundaries of quoted strings.
10956
10957 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10958
10959         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10960         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10961         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10962         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10963
10964 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10967         doc string.
10968         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10969
10970 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * lpath.el: Fbind epg-check-configuration.
10973
10974 2006-09-06  Simon Josefsson  <jas@extundo.com>
10975
10976         * mml2015.el (mml2015-use): Doc fix, mention epg.
10977
10978 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10979
10980         * mml2015.el (mml2015-use): Default to epg, if available.
10981
10982 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10983
10984         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10985         message-sender.
10986         (mml1991-epg-encrypt): Ditto.
10987         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10988         message-sender.
10989         (mml2015-epg-encrypt): Ditto.
10990
10991 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10992
10993         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10994         several common directories.
10995
10996 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10997
10998         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10999         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11000
11001 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-art.el (article-decode-encoded-words): Make it fast.
11004
11005 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11008
11009         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11010         in quoted string into `\'.
11011
11012 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11015         Use standard-syntax-table.
11016
11017 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-art.el (gnus-decode-address-function): New variable.
11020         (article-decode-encoded-words): Use it to decode headers which are
11021         assumed to contain addresses.
11022         (gnus-mime-delete-part): Remove useless `or'.
11023
11024         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11025         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11026         (gnus-nov-parse-line): Use it to decode From header.
11027         (gnus-get-newsgroup-headers): Ditto.
11028         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11029
11030         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11031         (mail-decode-encoded-address-string): New alias.
11032
11033         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11034         New function.
11035         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11036         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11037         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11038         (rfc2047-decode-string): Ditto.
11039         (rfc2047-decode-address-region): New function.
11040         (rfc2047-decode-address-string): New function.
11041
11042 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * message.el (message-caesar-buffer-body): Allow rotating headers.
11045
11046         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11047
11048         * message.el (message-insert-formated-citation-line): Fix %f.
11049         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11050
11051 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11054         (gnus-bookmark-mouse-available-p): New macro.
11055         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11056         (gnus-bookmark-bmenu-show-infos): Use it.
11057         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11058         (gnus-bookmark-bmenu-hide-infos): Ditto.
11059         (gnus-bookmark-remove-properties): New function.
11060         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11061         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11062         (gnus-bookmark-write-file): Bind coding-system-for-write.
11063         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11064         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11065         group before selecting it.
11066         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11067         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11068         quit-window if it is not available; use gnus-mouse-2 and bind it to
11069         gnus-bookmark-bmenu-select-by-mouse.
11070         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11071         (gnus-bookmark-bmenu-select-by-mouse): New function.
11072
11073 2006-08-13  Romain Francoise  <romain@orebokech.com>
11074
11075         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11076         space.
11077
11078 2006-08-10  Romain Francoise  <romain@orebokech.com>
11079
11080         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11081         (dns-mode-soa-auto-increment-serial): New user option.
11082         (dns-mode-soa-maybe-increment-serial): New function.
11083         (dns-mode): Add the latter to `write-contents-functions'.
11084
11085 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * compface.el (uncompface): Use binary rather than raw-text-unix.
11088
11089 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * compface.el (uncompface): Make sure the eol conversion doesn't take
11092         place when communicating with the external programs.
11093         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11094
11095 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11098
11099 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11100
11101         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11102         Make it more robust by parsing author and date independently.
11103
11104 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11107
11108 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11109
11110         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11111         first matching secret key.
11112         (mml2015-epg-encrypt): Ditto.
11113
11114         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11115         first matching secret key.
11116         (mml1991-epg-encrypt): Ditto.
11117
11118         * mml2015.el (mml2015-encrypt-to-self): New user option.
11119         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11120         mml2015-epg-encrypt-to-self is set.
11121
11122         * mml1991.el (mml1991-encrypt-to-self): New variable.
11123         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11124         mml1991-epg-encrypt-to-self is set.
11125
11126         * mml2015.el (mml2015-signers): New user option.
11127         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11128         (mml2015-epg-encrypt): Allow to select signing keys.
11129
11130         * mml1991.el (mml1991-signers): New variable.
11131         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11132         (mml1991-epg-encrypt): Allow to select signing keys.
11133
11134 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * nnheader.el (nnheader-insert-head): Make it work even if the file
11137         uses CRLF for the line-break code.
11138
11139 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11140
11141         * mml2015.el: Require mml-sec instead of password.
11142         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11143         (mml2015-cache-passphrase): Inherit the default value from
11144         mml-secure-cache-passphrase.
11145         (mml2015-passphrase-cache-expiry): Inherit the default value from
11146         mml-secure-passphrase-cache-expiry.
11147
11148         * mml1991.el: Require mml-sec instead of password.
11149         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11150         (mml1991-cache-passphrase): Inherit the default value from
11151         mml-secure-cache-passphrase.
11152         (mml1991-passphrase-cache-expiry): Inherit the default value from
11153         mml-secure-passphrase-cache-expiry.
11154
11155         * mml-sec.el: Require password.
11156         (mml-secure-verbose): New user option.
11157         (mml-secure-cache-passphrase): New user option.
11158         (mml-secure-passphrase-cache-expiry): New user option.
11159
11160 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11161
11162         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11163         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11164         andreas@altroot.de (Andreas Vögele).
11165
11166         FIXME: Use `tiny change'?
11167
11168 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11169
11170         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11171         workaround for the url package included with Emacs.
11172
11173         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11174
11175 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11178         correctly.  This fixes a bug caused by the 2006-05-12 change.
11179
11180 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11181
11182         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11183         some information about the error when saying that the `bogus' mail
11184         group will be used.
11185
11186 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11189         string.
11190
11191 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11192
11193         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11194
11195 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11196
11197         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11198
11199 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11200
11201         * mml1991.el (mml1991-function-alist): Add epg.
11202         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11203         (mml1991-epg-encrypt): New functions.
11204
11205 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11206
11207         * mml2015.el (mml2015-verbose): New variable.
11208         (mml2015-cache-passphrase): Ditto.
11209         (mml2015-passphrase-cache-expiry): Ditto.
11210         (mml2015-function-alist): Add epg.
11211         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11212         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11213         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11214         New functions.
11215
11216 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11217
11218         * message.el (message-cite-original-1): Preserve region when removing
11219         quoted text due to X-No-Archive in order to avoid bogus attribution
11220         when citing multiple messages.
11221
11222 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11223
11224         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11225         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11226
11227 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-diary.el (gnus-user-format-function-d)
11230         (gnus-user-format-function-D): Autoload.
11231
11232         * imap.el (Commentary): Fix typo.
11233
11234         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11235         2006-04-22 contribution.
11236
11237 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11238
11239         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11240         It didn't really fix the bogosity I'm seeing with solid web groups.
11241
11242 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11243
11244         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11245         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11246         created using server names.  If we use the feature without declaring
11247         it, Gnus does not properly manage server and group state.
11248
11249         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11250         bound.
11251
11252 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11253
11254         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11255         looking up the method using GROUP's prefix before inventing a new one.
11256         It is used on killed/unknown groups in various places where returning
11257         an all-new method isn't expected by the caller.
11258
11259         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11260         and match semantics of gnus-group-real-prefix.
11261
11262 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * nnmail.el (nnmail-broken-references-mailers): New variable.
11265         (nnmail-ignore-broken-references): New function generalizing
11266         nnmail-fix-eudora-headers.
11267         (nnmail-fix-eudora-headers): Now obsolete.
11268
11269         * gnus-art.el (gnus-button-handle-custom):
11270         Support `customize-apropos*'.
11271
11272 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11275
11276         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11277         articles.
11278
11279 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * message.el (message-cite-reply-above): New variable.
11282         (message-yank-original): Use it.
11283
11284 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11287
11288 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11291         as read.
11292
11293         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11294
11295 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11298         (gnus-bookmark-default-file): Use gnus-directory.
11299         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11300         Remove "*" in doc string.
11301         (gnus-bookmark-write-file): Simplify.
11302         (gnus-bookmark-maybe-sort-alist): Use `when'.
11303         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11304         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11305         Add FIXME about Emacs 21 and XEmacs compatibility.
11306         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11307         compatibility.
11308         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11309         compatibility.
11310         (gnus-bookmark-menu-heading): Fix version.
11311
11312 2006-06-19  Bastien Guerry  <bzg@altern.org>
11313
11314         * gnus-bookmark.el: New file.
11315
11316 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * message.el (message-syntax-checks): Doc fix.
11319
11320 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11321
11322         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11323         unsubscribed groups as if they were killed ones.  It causes duplicate
11324         entries in gnus-newsrc-alist.
11325
11326 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * message.el (message-syntax-checks): Doc fix.
11329         (message-send-mail): Add check for continuation headers.
11330         (message-check-news-header-syntax): Fix regexp used to check for
11331         continuation headers.
11332
11333 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11336
11337 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11340
11341 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11344         default-truncate-lines.
11345
11346 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11349         to fill the utf-8 entry.
11350
11351         * lpath.el: Fbind unicode-precedence-list.
11352
11353 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11354
11355         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11356
11357 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11358
11359         * gnus-agent.el (directory-files-and-attributes): Move all the way
11360         forward (the third and final move).
11361         (gnus-agent-read-agentview): Trap reconstruction errors due to
11362         nonexistent directory.  Handle by returning nil.
11363
11364 2006-05-30  Didier Verna  <didier@xemacs.org>
11365
11366         * message.el (message-dont-reply-to-names): Update the custom type.
11367         * message.el (message-dont-reply-to-names): New defsubst: potentially
11368         convert a list of regexps into a single one.
11369         * message.el (message-get-reply-headers): Use it.
11370         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11371
11372 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-agent.el (directory-files-and-attributes): Move forward.
11375
11376 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * gnus-ml.el (gnus-mailing-list-subscribe)
11379         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11380         (gnus-mailing-list-message): Fix doc strings.
11381
11382 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11383
11384         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11385         of doing it manually.
11386
11387 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11390         comment.
11391
11392 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11393
11394         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11395         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11396         (gnus-agent-read-local): All symbols allocated in my-obarray.
11397         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11398         (gnus-agent-regenerate-group): Check numeric names to see if they are
11399         messages or groups.
11400         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11401         better way of do this...)
11402
11403         * gnus-cache.el (gnus-agent-total-fetched-for):
11404         Ignore 'dummy.group' (there should be a better way of do this...)
11405
11406 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11409         (gnus-saved-headers): Ditto.
11410         (gnus-default-article-saver): Mention functions may have properties.
11411         (gnus-article-save): Override gnus-save-all-headers and
11412         gnus-saved-headers by :headers property which saver function may have.
11413         (gnus-summary-save-in-file): Add :headers property.
11414         (gnus-summary-write-to-file): Ditto.
11415
11416         * gnus-sum.el (gnus-summary-save-article): Bind
11417         gnus-prompt-before-saving to t when saving many articles in a file;
11418         always show all headers.
11419
11420         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11421
11422 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11425         marks.
11426
11427         * message.el (message-indent-citation): Add optional arguments to allow
11428         using it outside of message buffers.
11429
11430         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11431         (gnus-article-treat-unfold-headers): Use it.
11432         (gnus-article-truncate-lines): New variable.
11433         (gnus-article-mode): Use it.
11434         (gnus-article-toggle-truncate-lines): New function.
11435
11436         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11437         Add gnus-article-toggle-truncate-lines.
11438
11439         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11440         coding system in XEmacs, use binary.
11441
11442 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11445         after-load-alist.
11446
11447         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11448         this function should save decoded articles.
11449         (gnus-summary-write-to-file): Use property to specify this function
11450         should save decoded articles and specify gnus-summary-save-in-file
11451         should be used to save articles other than the first one when saving
11452         many articles.
11453         (gnus-summary-save-body-in-file): Use property to specify this
11454         function should save decoded articles.
11455         (gnus-summary-write-body-to-file): Use property to specify this
11456         function should save decoded articles and specify
11457         gnus-summary-save-body-in-file should be used to save articles other
11458         than the first one when saving many articles.
11459
11460         * gnus-sum.el (gnus-summary-save-article): Simplify.
11461
11462 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-art.el (gnus-default-article-saver):
11465         Add gnus-summary-write-body-to-file.
11466         (gnus-article-save-coding-system): Don't use coding system object
11467         in XEmacs.
11468         (gnus-read-save-file-name): Add optional `dir-var' argument which
11469         specifies directory in which files are saved; work even if optional
11470         `variable' argument is not specified.
11471         (gnus-summary-write-to-file): Read file name.
11472         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11473         (gnus-summary-write-body-to-file): New function.
11474
11475         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11476         (gnus-summary-local-variables): Add it.
11477         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11478         (gnus-summary-save-article): Remove optional `decode' argument;
11479         determine whether to decode articles by the value of
11480         gnus-default-article-saver; when saving many files using
11481         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11482         it first and use gnus-summary-save-in-file or
11483         gnus-summary-save-body-in-file thereafter unless
11484         gnus-prompt-before-saving is always; move point to article which
11485         will be saved.
11486         (gnus-summary-save-article-file): Revert.
11487         (gnus-summary-write-article-file): Revert.
11488         (gnus-summary-save-article-body-file): Revert.
11489         (gnus-summary-write-article-body-file): New function.
11490
11491 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-art.el (gnus-default-article-saver): Doc fix.
11494         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11495         from gnus-summary-save-article-coding-system, and default to a
11496         certain coding system.
11497         (gnus-output-to-file): Add coding cookie and encode text according
11498         to gnus-article-save-coding-system; don't use mm-append-to-file.
11499
11500         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11501         gnus-art.el and rename to gnus-article-save-coding-system.
11502         (gnus-summary-save-article): Require gnus-art; don't show all
11503         headers if it decodes articles; don't add coding cookie here;
11504         don't bind mm-text-coding-system-for-write.
11505         (gnus-summary-save-article-file): Save decoded articles.
11506         (gnus-summary-write-article-file): When saving many files, use
11507         gnus-summary-write-to-file first and gnus-summary-save-in-file
11508         thereafter unless gnus-prompt-before-saving is always.
11509         (gnus-summary-save-article-body-file): Save decoded articles.
11510
11511         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11512
11513 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * nnrss.el (nnrss-check-group): Bind hash-index.
11516
11517 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11518
11519         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11520         its hash index.  Store this hash in `nnrss-group-data'.
11521         (nnrss-read-group-data): Update accordingly.
11522
11523 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11526         entry.
11527
11528         * gnus-sum.el (gnus-summary-make-menu-bar):
11529         Add gnus-article-browse-html-article.
11530
11531 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11532
11533         * gnus-sum.el (gnus-summary-mime-map):
11534         Add gnus-article-browse-html-article.
11535
11536         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11537
11538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11541         suitable coding systems in customize.
11542
11543 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * mail-source.el (mail-sources): Fix custom type.
11546
11547 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11550         (gnus-summary-expire-articles-now): Shorten prompt.
11551
11552         * gmm-utils.el (wid-edit): Require.
11553         (defun-gmm): Rename from `gmm-defun-compat'.
11554         (gmm-image-search-load-path): Use it.
11555         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11556
11557 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-sum.el (gnus-summary-save-article-coding-system):
11560         New variable.
11561         (gnus-summary-save-article): Add optional `decode' argument.
11562         If it is set and gnus-summary-save-article-coding-system is non-nil,
11563         save decoded article.
11564         (gnus-summary-write-article-file): Save decoded article if
11565         gnus-summary-save-article-coding-system is non-nil.
11566
11567         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11568         type.
11569
11570 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11573
11574 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11577         first to test gnus-single-article-buffer which may be buffer-local.
11578
11579         * gnus-sum.el (gnus-summary-setup-buffer):
11580         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11581         group; make gnus-article-buffer, gnus-article-current, and
11582         gnus-original-article-buffer always buffer-local.
11583         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11584         group.
11585         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11586
11587 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * nnml.el (nnml-request-compact-group): Compressed files might not
11590         have .gz extension.
11591
11592 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11593
11594         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11595         (mm-copy-to-buffer): Use with-current-buffer.
11596         (mm-display-part): Simplify.
11597         (mm-inlinable-p): Add optional arg `type'.
11598
11599 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11600
11601         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11602         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11603         Try harder to show the attachment internally or externally using
11604         gnus-mime-view-part-as-type.
11605
11606 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * message.el (message-from-style, message-signature-separator)
11609         (message-user-organization-file, message-send-mail-function)
11610         (message-citation-line-function, message-yank-prefix)
11611         (message-indent-citation-function, message-signature)
11612         (message-signature-file, message-signature-insert-empty-line):
11613         Remove autoloads.
11614
11615         * gnus-art.el (gnus-buttonized-mime-types):
11616         Remove "multipart/signed".  Revert 2006-04-26 change.
11617
11618 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * gnus.el (gnus-version-number): Bump version.
11621
11622 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11623
11624         * gnus.el: No Gnus v0.5 is released.
11625
11626 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11627
11628         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11629         fetching articles by message-id.
11630
11631 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632
11633         * message.el (hashcash): Require hashcash as normal.
11634
11635         * ecomplete.el (ecomplete-highlight-match-line):
11636         Use point-at-eol.
11637         (ecomplete-highlight-match-line): Use `highlight', because that
11638         face exists in both Emacs and XEmacs.
11639
11640         * message.el (message-display-abbrev): Use point-at-bol.
11641
11642         * mail-source.el: Don't require timer/timer-funcs.
11643
11644         * gnus-async.el: Ditto.
11645
11646         * password.el: Ditto.
11647
11648         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11649
11650         * mm-url.el: Ditto.
11651
11652         * gnus-xmas.el: Don't require timer-funcs.
11653
11654         * mm-util.el: Require timer/timer-funcs.
11655
11656 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11657
11658         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11659         Close.
11660
11661 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11664         unibyte after clear-decrypt function runs.
11665
11666         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11667         returns as a unibyte string.
11668
11669 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * lpath.el: Revert.
11672
11673         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11674         (pgg-gpg-process-sentinel): Revert.
11675
11676         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11677         (pgg-pgp-lookup-key): Revert.
11678
11679         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11680         (pgg-pgp5-lookup-key): Revert.
11681
11682         * pgg.el (pgg-fetch-key): Revert.
11683
11684 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * lpath.el: Fbind string-as-multibyte for XEmacs.
11687
11688         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11689         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11690         (mml1991-pgg-encrypt): Ditto.
11691
11692         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11693         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11694         a multibyte buffer.
11695
11696         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11697         (pgg-pgp-lookup-key): Ditto.
11698
11699         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11700         (pgg-pgp5-lookup-key): Ditto.
11701
11702         * pgg.el (pgg-fetch-key): Ditto.
11703
11704 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * message.el (message-user-organization-file): Check several
11707         locations of the organization file.
11708
11709         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11710         Add gnus-article-view-part-as-type.
11711
11712         * gnus-art.el (gnus-article-view-part-as-type): New function.
11713
11714         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11715         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11716
11717         * mml.el: Simplify autoload.
11718         (mml-mode): defvar dnd-protocol-alist instead of using
11719         symbol-value.
11720         (mml-default-directory): New variable.
11721         (mml-minibuffer-read-file): Use it.
11722         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11723
11724         * message.el (message-citation-line-format): New variable.
11725         (message-insert-formated-citation-line): New function.
11726         (message-citation-line-function):
11727         Add `message-insert-formated-citation-line' to custom type.
11728
11729         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11730         to doc string.
11731
11732         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11733         depending on mm-verify-option.
11734
11735 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11738         binding pgg-* variables; reimplement the section which prevents
11739         MIME header from being signed.
11740         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11741         pgg-text-mode; remove a blank line at the top of body.
11742
11743         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11744         lines at the top of body; use gnus-newsgroup-charset if there's no
11745         Charset header.
11746
11747 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * message.el (message-self-insert-commands): Doc fix.
11750
11751         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11752         (mm-uu-pgp-encrypted-test): Ditto.
11753         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11754         between header and body; return application/pgp-encrypted handle
11755         if decryption failed; decode decrypted body by charset.
11756
11757         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11758         element match to application/pgp-*.
11759
11760 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11761
11762         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11763         HTML.
11764
11765 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11766
11767         * mail-source.el (mail-source-call-script): Message the error
11768         string.
11769
11770 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * gnus-util.el (gnus-byte-compile): Use it.
11773
11774 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11775
11776         * gnus-util.el (kill-empty-logs): New function.
11777
11778 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * message.el (message-mail-alias-type): Doc fix.
11781         (message-mail-alias-type-p): New function.
11782         (message-send): Use it.
11783         (message-mode): Ditto.
11784         (message-strip-forbidden-properties): Ditto.
11785
11786         * ecomplete.el (ecomplete-database-file-coding-system):
11787         New variable.
11788         (ecomplete-save): Use it.
11789         (ecomplete-setup): Use it.
11790
11791 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * message.el (message-self-insert-commands): New variable.
11794         (message-strip-forbidden-properties): Use it.
11795
11796 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797
11798         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11799         that doesn't make XEmacs choke.
11800
11801 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-util.el (gnus-replace-in-string):
11804         Prefer replace-regexp-in-string over of replace-in-string.
11805
11806 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-util.el (gnus-select-frame-set-input-focus):
11809         Use select-frame-set-input-focus if it is available in XEmacs; use
11810         definition defined in Emacs 22 for old Emacsen.
11811
11812         * dgnushack.el: Autoload unmorse-region for XEmacs.
11813
11814         * lpath.el: Bind cursor-in-non-selected-windows and
11815         select-frame-set-input-focus for XEmacs.
11816
11817 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11820
11821 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * gnus-registry.el (gnus-registry-cache-save): Remove text
11824         properties when saving via the temp buffer.
11825
11826 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * message.el (message-generate-hashcash): Honor custom type.
11829
11830 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * message.el (message-generate-hashcash): Default to non-nil when
11833         hashcash is found.
11834
11835         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11836         (gnus-refer-thread-limit): Increase default to 500.
11837
11838         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11839
11840         * flow-fill.el (fill-flowed): Allow delete-space.
11841
11842 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11845         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11846         Remove autoloads.
11847
11848 2006-04-18  Simon Josefsson  <jas@extundo.com>
11849
11850         * message.el (message-generate-hashcash): Default to.
11851
11852 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11855         concatenating segments rather than before concatenating them.
11856
11857 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11860
11861 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11862
11863         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11864
11865         * message.el (message-forward-make-body-plain):
11866         Allow message-forward-ignored-headers to be a list.
11867         (message-remove-ignored-headers): Factor out into function.
11868         (message-forward-make-body-mml): Use it.
11869
11870         * imap.el (imap-quote-specials): New function.
11871         (imap-login-auth): Quote specials.
11872
11873         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11874         (rfc2231-parse-string): Allow concatanation of parameters that
11875         aren't contiguous.  The test case is
11876           (mail-header-parse-content-type "message/external-body;
11877             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11878             access-type=LOCAL-FILE;
11879             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11880
11881 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11882
11883         * nntp.el (nntp-accept-process-output): Return the value of
11884         `nnheader-accept-process-output'.
11885
11886 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11889         (gnus-button-alist): Recognize more diff formats.
11890         (gnus-button-patch): Strip directory.
11891
11892 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11895         Emacs 22 when setting focus.
11896
11897 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * gnus-art.el (gnus-article-treat-types): Do treatment of
11900         text/x-verbatim parts.
11901         (gnus-button-patch): New command.
11902
11903         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11904         addresses that contain invalid characters.
11905
11906 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11907
11908         * message.el (message-put-addresses-in-ecomplete):
11909         Use gnus-replace-in-string.
11910         (message-is-yours-p): Use the more correct
11911         mail-header-parse-address instead of
11912         mail-extract-address-components.
11913         (message-put-addresses-in-ecomplete): Fix typo.
11914
11915         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11916         keystroke.
11917
11918         * gnus-art.el (gnus-treatment-function-alist): Change order of
11919         newsgroups/generic header folding to avoid double-folding.
11920
11921         * message.el (message-hidden-headers): Add X-Draft-From.
11922
11923         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11924         New command.
11925         (gnus-summary-repeat-search-article-backward): New command.
11926
11927         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11928         groups in the parent topic.
11929
11930 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11931
11932         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11933         (spam-extra-header-to-number): Return the CRM114 number as a
11934         number instead of a string.
11935
11936 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937
11938         * gnus-art.el (gnus-face-properties-alist): Move here from
11939         gnus-fun.
11940
11941         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11942
11943 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * message.el (message-strip-forbidden-properties): Only display on
11946         self-insert-command.
11947
11948         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11949         reindent.
11950         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11951
11952 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11953
11954         * smiley.el (smiley-style): Fix typo.
11955
11956 2006-03-23  Kenichi Handa  <handa@m17n.org>
11957
11958         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11959         instead of set-buffer-multibyte.
11960
11961 2006-03-23  Kenichi Handa  <handa@m17n.org>
11962
11963         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11964         buffer and then decode the buffer text if necessary.
11965         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11966         first, and after mm-encode-body, change the buffer to unibyte.
11967
11968 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11969
11970         * hashcash.el (hashcash-insert-payment-async-2):
11971         Use message-goto-eoh instead of doing it manually.
11972         (mail-add-payment): Use message-narrow-to-header instead of trying
11973         to do the same itself.
11974
11975         * message.el (message-hidden-headers): Add Face.
11976
11977         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11978         reparenting code.
11979         (gnus-summary-reparent-children): Refactored out code.
11980         (gnus-summary-thread-map): New keystroke.
11981         (gnus-summary-reparent-children): Make into command.
11982
11983         * smiley.el (smiley-style): Default to `medium' if using a large
11984         font.
11985
11986         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11987         does it itself.
11988
11989         * message.el (message-point-in-header-p): Simplify definition.
11990
11991 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992
11993         * nnagent.el (nnagent-request-set-mark): Silence log file
11994         writing.
11995         (nnagent-request-set-mark): Use write-region instead of
11996         append-to-file.
11997
11998         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11999         strange select method.
12000
12001         * ecomplete.el (ecomplete-display-matches): Get highlightling
12002         right.
12003         (ecomplete-display-matches): Use literals.
12004         (ecomplete-display-matches): Disable message logging.
12005
12006         * message.el (message-display-abbrev): Small optimization.
12007
12008         * ecomplete.el (ecomplete-display-matches): Allow automatic
12009         display.
12010
12011         * message.el (message-strip-forbidden-properties):
12012         Display abbrevs.
12013         (message-display-abbrev): Get automatic display right.
12014
12015         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12016         keystrokes.
12017
12018 2006-04-13  Romain Francoise  <romain@orebokech.com>
12019
12020         TODO: Backport to v5-10!
12021
12022         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12023         Move here (and rename) from gnus-registry.el.
12024
12025         * gnus-registry.el: Require gnus-util.
12026         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12027
12028 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * gnus-group.el (gnus-group-catchup-current):
12031         Change if-then-else-if-then-else into cond.
12032         (gnus-group-catchup): Indent.
12033         (group-name-at-point): New function.
12034         (gnus-fetch-group): Provide default from thing at point.
12035
12036 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037
12038         * message.el (message-display-abbrev): Fix regexp.
12039
12040         * ecomplete.el (ecomplete-highlight-match-line):
12041         Reimplement choosing.
12042         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12043         dead variables.
12044
12045         * message.el (message-newline-and-indent): Remove debugging.
12046         (message-display-abbrev): Use new implementation.
12047
12048 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-art.el (gnus-article-mode):
12051         Set cursor-in-non-selected-windows to nil.
12052
12053         * smiley.el: Revert previous change.
12054         (smiley-data-directory): defvar it before using it in the
12055         defcustom of `smiley-style'.
12056
12057 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * message.el (message-newline-and-indent): New function.
12060
12061         * ecomplete.el: Implement more bits.
12062
12063         * message.el (message-put-addresses-in-ecomplete): Clean up the
12064         string.
12065
12066         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12067
12068         * gnus-sum.el (gnus-summary-save-parts):
12069         Bind gnus-summary-save-parts-counter and use it to make unique file
12070         names.
12071
12072         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12073
12074         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12075         parameter to say whether to actually parse the individual
12076         addresses.
12077
12078         * message.el (message-put-addresses-in-ecomplete): New function.
12079         (ecomplete): Require.
12080         (message-mail-alias-type): Add ecomplete as an option.
12081
12082 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12083
12084         * flow-fill.el (fill-flowed): Remove trailing space from blank
12085         quoted lines.
12086
12087 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * smiley.el (smiley-style): Move definition later to avoid a
12090         compilation warning.
12091
12092 2006-04-12  Kenichi Handa  <handa@m17n.org>
12093
12094         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12095         buffer and then decode the buffer text if necessary.
12096         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12097         first, and after mm-encode-body, change the buffer to unibyte.
12098         Use mm-disable-multibyte instead of set-buffer-multibyte.
12099
12100 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12103         Content-Type header instead of Content-Disposition header.
12104         (gnus-mime-inline-part): Ditto.
12105         (gnus-mime-view-part-as-charset): Ignore charset that the part
12106         specifies.
12107
12108         * mm-decode.el (mm-display-part): Work with external parts and
12109         usual parts similarly.
12110
12111         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12112         instead of gnus-display-mime.
12113
12114         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12115         instead of with-temp-buffer.
12116
12117         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12118         tag to summarized topics part in order to encode non-ASCII text.
12119
12120 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * smiley.el (smiley-style): New variable.
12123         (smiley-directory): New function.
12124         (smiley-data-directory): Derive from `smiley-style' using
12125         `smiley-directory'.
12126         (smiley-regexp-alist): Add new entries.
12127
12128         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12129         (gnus-article-browse-delete-temp): Add :version.
12130
12131 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12132
12133         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12134         the sieve region.
12135
12136 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * gnus.el (gnus-version-number): Bump version.
12139
12140 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus.el: No Gnus v0.4 is released.
12143
12144 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12145
12146         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12147         layout.
12148
12149         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12150         unknown charset.
12151
12152         * message.el (message-header-synonyms): Add Original-To to the
12153         default.
12154
12155         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12156         optional parameter.
12157
12158 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * gnus-fun.el (gnus): Require it for gnus-directory.
12161
12162 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12165
12166 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12167
12168         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12169
12170 2006-04-05  Simon Josefsson  <jas@extundo.com>
12171
12172         * password.el (password-reset): New function.
12173
12174 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12175
12176         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12177         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12178
12179 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12180
12181         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12182         Some whitespace was matched into the url, which broke browsing hits
12183         > 100 when mm-url-use-external was nil.
12184
12185 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12188         Check gnus-extra-headers for 'Newsgroups.
12189
12190         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12191         bound.
12192
12193 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12194
12195         * pgg-gpg.el: Clean up process buffers every time gpg processes
12196         complete.
12197
12198 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12201         doc string.
12202
12203 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12204
12205         * pgg-gpg.el (pgg-gpg-process-filter)
12206         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12207
12208         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12209         lines, temporary fix.
12210
12211 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12214
12215 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12216
12217         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12218         default-enable-multibyte-characters.  This reverts the change from
12219         revision 6.17 which is no longer necessary because the passphrase
12220         is sent separately now.  GnuPG messages are unreadable under
12221         multibyte locales with default-enable-multibyte-characters set to
12222         nil.
12223
12224 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * message.el (message-tool-bar-gnome): Move "spell".
12227
12228 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12231         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12232         instead.
12233
12234 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12235
12236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12237         Improve newsgroups handling for NNTP overviews which don't include
12238         Newsgroups.
12239
12240 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12241
12242         * message.el (message-resend): Bind message-generate-hashcash to nil.
12243
12244 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12245
12246         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12247         when searching for already-paid recipients.
12248
12249 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12250
12251         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12252         passphrases when it is not needed.
12253         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12254         passphrase stuff from gpg, should only be necessary when you use
12255         gpg with a smartcard.
12256
12257 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mml.el (mml-insert-mime): Ignore cached contents of
12260         message/external-body part.
12261
12262         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12263         (mm-insert-part): Ditto.
12264
12265 2006-03-23  Simon Josefsson  <jas@extundo.com>
12266
12267         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12268         Reiner.
12269         (pgg-gpg-use-agent-p): Use it again.
12270
12271 2006-03-23  Simon Josefsson  <jas@extundo.com>
12272
12273         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12274         older emacsen.
12275         (pgg-gpg-use-agent-p): Don't use it.
12276
12277 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12280         if we can.
12281
12282 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12283
12284         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12285         (pgg-gpg-update-agent): New function.
12286         (pgg-gpg-use-agent-p): New function.
12287         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12288         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12289         (pgg-gpg-sign-region): Use it.
12290
12291 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12294         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12295
12296 2006-03-21  Simon Josefsson  <jas@extundo.com>
12297
12298         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12299         <wilde@sha-bang.de>.
12300         (pgg-gpg-use-agent): New variable.
12301         (pgg-gpg-process-region): Use it.
12302         (pgg-gpg-encrypt-region): Likewise.
12303         (pgg-gpg-encrypt-symmetric-region): Likewise.
12304         (pgg-gpg-decrypt-region): Likewise.
12305         (pgg-gpg-sign-region): Likewise.
12306         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12307
12308 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12311
12312         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12313         Add comment on version.
12314
12315 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * smiley.el: Add missing test smiley.
12318
12319 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * mm-decode.el (mm-with-part): New macro.
12322         (mm-get-part): Use it; work with message/external-body as well.
12323         (mm-save-part): Treat name and filename equally.
12324
12325         * mm-extern.el (mm-extern-cache-contents): New function.
12326         (mm-inline-external-body): Use it; force the part to be displayed;
12327         move undisplayer added to the cached handle to the parent.
12328
12329         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12330         (gnus-mime-view-part-as-type): Work with message/external-body.
12331
12332         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12333
12334 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12337         images in image-load-path.  [Sync with image.el, revision 1.60, in
12338         Emacs.]
12339
12340 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12343         path rather than symbol.  Always return list of directories.
12344         Guarantee that image directory comes first.  [Sync with image.el,
12345         revision 1.59, in Emacs.]
12346
12347         * message.el (message-make-tool-bar): Adjust to new API of
12348         `gmm-image-load-path-for-library'.
12349
12350         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12351
12352         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12353
12354 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12355
12356         * gnus-art.el (gnus-article-only-boring-p):
12357         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12358         intangible text.
12359         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12360
12361 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12364         Use `defun' instead of `gmm-defun-compat'.
12365
12366 2006-03-14  Simon Josefsson  <jas@extundo.com>
12367
12368         * message.el (message-unique-id): Don't use message-number-base36
12369         if (user-uid) is a float.
12370         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12371
12372 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12375
12376         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12377         empty line between a part and a message part.
12378
12379 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * smiley.el: Add more test smileys.
12382         (smiley-data-directory, smiley-regexp-alist)
12383         (gnus-smiley-file-types): Fix doc strings.
12384         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12385         adding new elements.
12386         (smiley-mouse-map): Unused code.  Make it a comment.
12387
12388 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12391         scan latest NoCeM messages instead of old ones.
12392         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12393         delimiters that are recently used.
12394         (gnus-nocem-load-cache): Add autoload cookie.
12395
12396         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12397
12398         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12399         level which is larger than gnus-use-nocem is specified.
12400
12401         * gnus-group.el (gnus-group-get-new-news): Ditto.
12402
12403 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus-util.el (gnus-tool-bar-update): New function.
12406
12407         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12408         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12409
12410         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12411
12412         * gnus-group.el (gnus-group-redraw-when-idle)
12413         (gnus-group-redraw-check): Remove.
12414         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12415
12416 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12419         if optional last element is specified in splits (FIELD VALUE...).
12420
12421 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12424         to gmm-image-load-path-for-library.  Call with no-error argument.
12425         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12426
12427         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12428
12429         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12430
12431         * gmm-utils.el (gmm-image-load-path): Remove alias.
12432
12433 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gmm-utils.el (gmm-image-load-path): Add alias.
12436
12437         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12438         nnml-generate-nov-databases-1.
12439         (nnml-generate-nov-databases): Use it.
12440         (nnml-generate-nov-databases-directory): Document no-active
12441         argument.
12442
12443         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12444         directory if path is t.  Add no-error.
12445
12446         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12447         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12448
12449         * gnus-art.el (gnus-article-browse-delete-temp-files):
12450         Simplify resetting gnus-article-browse-html-temp-list.
12451
12452         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12453         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12454         Add example to docstring.  Rename local variables.  Move error
12455         checks to default case in cond and simplify.
12456
12457 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12460         handle is multipart when calling it recursively.
12461         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12462
12463 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12464
12465         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12466         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12467
12468 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12471         is loaded.
12472
12473         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12474         loaded.
12475
12476 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12479         to "Emacs 23 (unicode)" in doc string.
12480
12481         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12482         "Emacs 23 (unicode)" in comment.
12483
12484 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12487
12488         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12489         characters 160 through 255 in Emacs 23.
12490
12491 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12494         gnus-article-browse-html-temp.
12495         (gnus-article-browse-delete-temp): Make it customizable.
12496         Add `file'.  Adjust doc string.
12497         (gnus-article-browse-delete-temp-files): Add argument.
12498         Allow query for each file.  Adjust doc string.
12499         (gnus-article-browse-html-parts):
12500         Add `gnus-article-browse-delete-temp-files' to
12501         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12502
12503 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12504
12505         * gnus-art.el (gnus-article-browse-html-temp)
12506         (gnus-article-browse-delete-temp): New variables.
12507         (gnus-article-browse-delete-temp-files): New function.
12508         (gnus-article-browse-html-parts): Use it.
12509
12510 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12513
12514         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12515         string.
12516
12517         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12518         gnus-summary-insert-new-articles when unplugged.
12519         Remove gnus-summary-search-article-forward.
12520
12521         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12522         display-visual-class instead of display-color-cells.
12523
12524 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * dgnushack.el: Autoload customize-group for XEmacs.
12527
12528         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12529         message/* containing non-ASCII text properly.
12530
12531 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * message.el: Require gmm-utils, remove autoloads.
12534         (message-tool-bar): Set default based on
12535         gmm-tool-bar-style.
12536         (message-tool-bar-gnome): Add gmm-customize-mode.
12537
12538         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12539         gmm-tool-bar-style.
12540         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12541
12542         * gnus-group.el (gnus-group-tool-bar): Set default based on
12543         gmm-tool-bar-style.
12544         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12545
12546         * gmm-utils.el (gmm-image-directory): Rename variable from
12547         gmm-image-load-path.
12548         (gmm-image-load-path): Use gmm-image-directory.
12549         (gmm-customize-mode): New function.
12550         (gmm-tool-bar-style): New variable.
12551
12552         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12553         gnus-group-redraw-line-number.
12554         (gnus-group-redraw-check): Simplify.
12555         (gnus-group-tool-bar-update): Remove redraw check.
12556         (gnus-group-make-tool-bar): Add redraw check.
12557
12558 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12559
12560         * gnus-art.el (gnus-button): Add missing parentheses.
12561
12562 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * lpath.el: Fbind line-number-at-pos.
12565
12566 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12569
12570 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * gnus-art.el (gnus-button): New face.
12573         (gnus-article-button-face): Use it.
12574
12575         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12576         Add gnus-summary-next-page.  Re-order.
12577
12578         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12579         next-node are now included.
12580         (gnus-group-redraw-line-number): New internal variable.
12581         (gnus-group-redraw-check): Helper function for updating the tool
12582         bar.
12583         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12584
12585         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12586
12587         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12588         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12589         Use it to match format of Spamassassin 3.0 and later.
12590         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12591         (spam-check-bogofilter)
12592         (spam-bogofilter-register-with-bogofilter): Fix args of
12593         `gnus-error' calls.
12594
12595 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12598         unnecessary interaction when sending queued mails.
12599         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12600
12601 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12604         first or last are nil.
12605
12606 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12607
12608         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12609
12610 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12613
12614 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12615
12616         * dns.el (query-dns): Protect more against buggy tcp output.
12617
12618 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12621         nov.php.
12622
12623 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12624
12625         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12626         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12627         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12628         output on the server side.
12629         (nnweb-google-create-mapping): Update regexps and add some
12630         progress indication.
12631
12632 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * gnus-group.el (gnus-group-tool-bar-gnome):
12635         Fix gnus-agent-toggle-plugged.  Re-order icons.
12636         (gnus-group-tool-bar-gnome):
12637         Add gnus-group-{prev,next}-unread-group.
12638         (gnus-group-tool-bar-gnome): Re-order icons.
12639
12640         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12641         Move gnus-summary-insert-new-articles.
12642
12643         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12644         Fix comments.
12645
12646         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12647         also available in Emacs 21.3.
12648
12649         * message.el (message-fix-before-sending): Change "Emacs 22" to
12650         "Emacs 23 (unicode)" in comment.
12651
12652         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12653         "Emacs 23 (unicode)" in comment.
12654
12655         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12656         comment.
12657         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12658
12659         * mm-view.el (mm-fill-flowed): Add :version.
12660
12661 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12664         and load-path.
12665
12666 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * message.el: Autoload gmm-image-load-path.
12669         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12670         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12671         consitency.
12672
12673         * gmm-utils.el (gmm-image-load-path): Also search in
12674         "../etc/images".  Don't set gmm-image-load-path if we don't find
12675         the image.
12676
12677 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gmm-utils.el (gmm-image-load-path): Don't make
12680         `gmm-image-load-path' include subdirectories which the second arg
12681         `image' might specify.
12682
12683         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12684         subdirectory to icon file names.
12685
12686         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12687
12688 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12691         gmm-image-load-path calls.
12692
12693         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12694
12695         * message.el (message-make-tool-bar): Ditto.
12696
12697         * mml.el (mml-preview): Add comment concerning tool bar icons.
12698
12699         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12700         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12701
12702         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12703         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12704
12705         * message.el (message-tool-bar-gnome): Use new icon names.
12706         (message-make-tool-bar): Use `gmm-image-load-path'.
12707
12708         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12709         New functions from MH-E.
12710         (gmm-image-load-path): New variable from MH-E.
12711         (gmm-image-load-path): New function from MH-E.  Add arguments
12712         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12713         *-image-load-path-called-flag.
12714
12715 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12716
12717         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12718
12719 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12720
12721         * nnimap.el (nnimap-request-move-article): Change folder back to
12722         source group before deleting.
12723
12724 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12727
12728         * gnus-art.el (mm-url-insert-file-contents-external):
12729         Autoload mm-url.
12730
12731         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12732
12733 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12736         coding system which mm-charset-to-coding-system returns for a
12737         given charset is valid.
12738
12739 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12740
12741         * html2text.el (html2text-remove-tag-list):
12742         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12743
12744 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12745
12746         * gnus-cus.el: Revert 2005-10-17 change.
12747
12748 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-art.el (article-strip-banner):
12751         Call article-really-strip-banner only when the regexp match is made.
12752
12753 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-art.el (article-strip-banner):
12756         Use gnus-extract-address-components instead of
12757         mail-header-parse-addresses to make it work with non-ASCII text;
12758         remove mail-encode-encoded-word-string.
12759
12760         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12761         values which are surrounded with \"...\"; make it never cause a
12762         Lisp error; give up parsing of parameters if it failed in
12763         extracting type.
12764
12765 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12766
12767         * smime.el (smime-cert-by-ldap-1): Fix bug where
12768         `smime-ldap-search' returns results without userCertificates.
12769
12770 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12773
12774 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * spam.el (spam-check-spamassassin-headers): Adapt format for
12777         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12778         <ari@mbf.ocn.ne.jp>.
12779         (spam-list-of-processors): Add spam-use-gmane.
12780
12781 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12784         make-temp-file; make it work with XEmacs as well.
12785
12786         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12787         mm-make-temp-file.
12788
12789         * mm-decode.el (mm-display-external): Use the 3rd arg of
12790         mm-make-temp-file.
12791         (mm-create-image-xemacs): Ditto.
12792
12793 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12796         with message-narrow-to-headers.
12797         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12798         (gnus-draft-check-draft-articles): New function.
12799         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12800
12801 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-art.el (gnus-article-browse-html-parts):
12804         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12805         Don't use suffix argument for mm-make-temp-file for Emacs 21
12806         compatibility.  Remove useless `format'.
12807
12808 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12809
12810         * nnweb.el (nnweb-google-wash-article): Update regexps.
12811         (nnweb-group-alist): Use defvoo instead of defvar.
12812
12813 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12816         re-loading nn* modules.
12817
12818 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12821         for `tool-bar-mode' and don't check it's default-value.
12822
12823         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12824
12825         * message.el (message-make-tool-bar): Ditto.
12826
12827         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12828         `substring'.  Shorten tmp-file name.
12829
12830         * gnus.el: Remove bogus comment.
12831
12832 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12833
12834         * gnus-art.el (gnus-article-browse-html-parts): New function.
12835         (gnus-article-browse-html-article): New function for viewing html
12836         articles with a browser.
12837
12838 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12839
12840         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12841         in elisp.
12842         (pgg-gpg-encrypt-symmetric-region): Ditto.
12843         (pgg-gpg-sign-region): Ditto.
12844
12845         * pgg-def.el (pgg-text-mode): New variable.
12846
12847         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12848         (mml2015-pgg-encrypt): Ditto.
12849
12850         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12851         (mml1991-pgg-encrypt): Ditto.
12852
12853 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * nnfolder.el (nnfolder-insert-newsgroup-line):
12856         Use message-make-date instead of current-time-string.
12857
12858         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12859         to gnus-decoded which mm-uu might set.
12860
12861 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12864         don't decode quoted parameters; remove misimported Emacs code.
12865         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12866         (rfc2231-decode-encoded-string): Don't use split-string which
12867         behaves differently according to Emacs version; use
12868         mm-decode-coding-region to convert charset to coding-system.
12869         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12870         (rfc2231-encode-string): Remove misimported Emacs code.
12871
12872 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12875         when calling mail-header-parse-content-type.
12876         (article-de-quoted-unreadable): Ditto.
12877         (article-de-base64-unreadable): Ditto.
12878         (article-wash-html): Ditto.
12879
12880         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12881         calling mail-header-parse-content-type and
12882         mail-header-parse-content-disposition.
12883         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12884         mail-header-parse-content-type.
12885
12886         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12887         insert charset and format parameters; encode description after
12888         inserting it to buffer.
12889         (mml-insert-parameter): Fold lines properly even if a parameter is
12890         segmented into two or more lines; change the max column to 76.
12891
12892         * rfc1843.el (rfc1843-decode-article-body): Don't use
12893         ignore-errors when calling mail-header-parse-content-type.
12894
12895         * rfc2231.el (rfc2231-parse-string): Return at least type if
12896         possible; don't cause an error even if it fails in parsing of
12897         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12898         (rfc2231-encode-string): Don't break lines at the beginning, leave
12899         it to mml-insert-parameter.
12900
12901         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12902         calling mail-header-parse-content-type.
12903
12904 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * spam-report.el (spam-report-gmane-use-article-number):
12907         Improve doc string.
12908         (spam-report-gmane-internal): Check if a suitable header was found
12909         in the article.
12910
12911 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12914         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12915
12916 2006-02-05  Romain Francoise  <romain@orebokech.com>
12917
12918         Update copyright notices of all files in the gnus directory.
12919
12920 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12921
12922         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12923
12924 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12927         segmented lines of parameter value to cope with Thunderbird 1.5
12928         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12929         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12930         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12931
12932 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12933
12934         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12935         parts.
12936
12937 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12938
12939         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12940         there's only one active file for all servers.
12941         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12942         solid groups.  Gnus might have used a FAST request to select the group.
12943         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12944         and nnweb-search redundantly in the active file.
12945         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12946         (nnweb-request-create-group): Don't use ARGS.
12947         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12948         initialisations.  Let nnoo do the work.
12949
12950 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12953         Say the part has been decoded.
12954
12955         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12956
12957 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12958
12959         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12960         mailcap-viewer-test-cache when there's no 'test clause, since that
12961         will invert the meaning of a "nil" test previously determined by
12962         mailcap-mailcap-entry-passes-test.
12963
12964 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12967         compiling.
12968
12969         * gnus-sum.el: Ditto.
12970
12971         * message.el: Don't bind tool-bar-map when compiling.
12972
12973 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12976
12977 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12978
12979         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12980         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12981         current Google Groups.
12982
12983 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12986         and tool-bar-mode.
12987
12988         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12989         and tool-bar-mode.
12990
12991         * message.el (message-tool-bar-update): Simplify.
12992         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12993
12994         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12995         gnus-summary-buffer.
12996         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12997         gnus-summary-reply.
12998
12999         * gmm-utils.el (gmm): Add :version.
13000
13001 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * Makefile.in (clean): New rule.
13004         (distclean): Use it.
13005
13006 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13007
13008         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13009         Don't autoload.
13010
13011 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gmm-utils.el (gmm-verbose): Add :group.
13014
13015 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * message.el: Change some comments WRT tool-bars.
13018
13019         * gnus-sum.el (gnus-summary-tool-bar)
13020         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13021         (gnus-summary-tool-bar-zap-list): New variables.
13022         (gnus-summary-make-tool-bar): Complete rewrite using
13023         `gmm-tool-bar-from-list'.
13024
13025         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13026         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13027         New variables.
13028         (gnus-group-make-tool-bar): Complete rewrite using
13029         `gmm-tool-bar-from-list'.
13030         (gnus-group-tool-bar-update): New function.
13031
13032         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13033
13034 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13037         is dissected into a single part of which the type is the same as
13038         the given one; decode charset.
13039
13040 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13041
13042         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13043         into alists as symbol not string, since that's what
13044         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13045         look for.
13046
13047 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13050         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13051
13052         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13053
13054 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13057         (gnus-xmas-mime-security-button-menu): New function.
13058
13059         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13060         (gnus-mime-security-button-menu): New definition.
13061         (gnus-mime-security-button-map): Use them.
13062         (gnus-mime-security-button-menu): New function.
13063         (gnus-insert-mime-security-button): Addition to help echo.
13064         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13065         (gnus-mime-security-pipe-part): New functions.
13066
13067         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13068         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13069
13070         * mm-decode.el (mm-handle-set-disposition): Remove.
13071         (mm-handle-set-description): Remove.
13072
13073 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13076         (mm-w3m-standalone-supports-m17n-p): New function.
13077         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13078         w3m usage.
13079
13080         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13081         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13082
13083 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * message.el (message-tool-bar-zap-list):
13086         Use gmm-tool-bar-zap-list as custom type.
13087         (message-tool-bar-update): New function.
13088         (message-tool-bar, message-tool-bar-gnome)
13089         (message-tool-bar-retro): Add message-tool-bar-update.
13090         (message-tool-bar-gnome): Add flyspell-buffer.
13091
13092         * gnus-util.el (gnus-error): Describe `args'.
13093
13094         * gmm-utils.el (gmm-error): Describe `args'.
13095         (gmm-tool-bar-zap-list): New widget.
13096         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13097
13098 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13101         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13102         the number of recursive calls.
13103
13104         * mm-decode.el (mm-handle-set-disposition): New macro.
13105         (mm-handle-set-description): New macro.
13106
13107 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13110         encoding.
13111
13112 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * message.el (message-tool-bar-zap-list, message-tool-bar)
13115         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13116         (message-tool-bar-local-item-from-menu): Remove.
13117         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13118         (message-make-tool-bar): New function.
13119         (message-mode): Use `message-make-tool-bar'.
13120
13121         * gmm-utils.el: New file.
13122         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13123         (gmm-lazy): New widget copied from `nnmail.el'.
13124         (gmm-tool-bar-from-list): New function for creating customizable
13125         tool bars.
13126         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13127         output.
13128         (gmm): Add :prefix to defgroup.
13129
13130 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13131
13132         * gmm-utils.el (gmm-widget-p): New function.
13133
13134 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * mml.el (mml-attach-file): Describe `description' in doc string.
13137         (mml-menu): Add Emacs MIME manual and PGG manual.
13138
13139 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13140
13141         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13142
13143 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13144
13145         * nntp.el (nntp-end-of-line): Doc fix.
13146
13147 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13148
13149         * imap.el (imap-open): Handle case where buffer is a buffer
13150         object.
13151
13152 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13153
13154         * gnus-delay.el (gnus-delay): Don't autoload.
13155         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13156         to be re-loaded when customizing the `gnus-delay' group.
13157
13158 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13159
13160         * message.el (message-insert-citation-line): Use newlines.
13161
13162 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13163
13164         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13165         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13166         these routines, so the passphrase can be managed externally and
13167         passed in to the system.
13168         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13169         pgg-add-passphrase-to-cache function.
13170
13171         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13172         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13173         these routines, so the passphrase can be managed externally and
13174         passed in to the system.
13175         (pgg-pgp5-sign-region): Use new name of
13176         pgg-add-passphrase-to-cache function.
13177
13178 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13179
13180         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13181         part of the decoded armor to find the key-identifier.
13182         (pgg-gpg-lookup-key-owner): New function to return the
13183         human-readable identifier of a key owner.
13184         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13185         itself.
13186         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13187         the key value) if we have a key and can match it against a secret
13188         key.  Also, added a note pointing out fact that the prompt only
13189         indicates the first matching key.
13190
13191         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13192         pgg-decrypt-region.
13193         (pgg-add-passphrase-to-cache): Rename from
13194         `pgg-add-passphrase-cache' to reduce confusion (all callers
13195         changed).
13196         (pgg-remove-passphrase-from-cache): Rename from
13197         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13198         changed).
13199         (pgg-read-passphrase, pgg-add-passphrase-cache)
13200         (pgg-remove-passphrase-cache): Add informative docstrings.
13201         (pgg-decrypt): Convey provided passphrase in subordinate call to
13202         pgg-decrypt-region.
13203
13204 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13205
13206         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13207         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13208         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13209         'passphrase' argument, so the passphrase can be managed externally
13210         and then passed in to the system.
13211
13212         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13213         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13214         so the passphrase cache can be used reliably with identifiers
13215         besides a pgp packet's key id.
13216
13217         * pgg-gpg.el (pgg-gpg-encrypt-region)
13218         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13219         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13220         these routines, so the passphrase can be managed externally and
13221         passed in to the system.
13222
13223         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13224         'notruncate' argument, so the passphrase cache can be used
13225         reliably with identifiers besides a pgp packet's key id.
13226
13227 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13228
13229         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13230         symmetric encryption.
13231         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13232         encrypted session key.
13233         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13234         message ask for the passphrase in a proper way.
13235
13236         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13237         New user commands for symmetric encryption.
13238
13239 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13242
13243         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13244
13245 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13246
13247         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13248
13249 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-decode.el (mm-inlined-types): Add application/pgp.
13252         (mm-automatic-display): Ditto.
13253
13254         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13255         part as text.
13256
13257 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * nnrss.el: Update copyright.
13260         (nnrss-opml-import): Query whether to subscribe to each entry.
13261
13262         * gnus-art.el:
13263         * gnus-sum.el:
13264         * gnus-xmas.el:
13265         * messagexmas.el:
13266         * mm-uu.el:
13267         * mm-view.el: Update copyright.
13268
13269 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * message.el (message-info): New function.
13272         (message-mode-menu): Add it.
13273         Update copyright.
13274
13275         * ChangeLog: Fix and update copyright.
13276
13277 2006-01-13  Romain Francoise  <romain@orebokech.com>
13278
13279         * message.el (message-forward-subject-name-subject): Prefer the
13280         address to 'nowhere' if the sender has no name.
13281         Fix typo.  Update copyright year.
13282
13283 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-art.el (article-wash-html):
13286         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13287         (gnus-article-wash-html-with-w3m-standalone): New function.
13288
13289         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13290         mm-inline-text-html-render-with-w3m-standalone.
13291         (mm-text-html-washer-alist): Map w3m-standalone to
13292         gnus-article-wash-html-with-w3m-standalone.
13293         (mm-inline-text-html-render-with-w3m-standalone): New function.
13294
13295 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13298         Improve LaTeX.
13299
13300 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13303         (nnrss-request-article): Render text/plain parts as HTML.
13304
13305         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13306         the buffer.
13307
13308 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13311         custom definition of `gnus-posting-styles'.
13312
13313         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13314         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13315
13316 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13319         Use nntp for bug archive.
13320
13321 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13324         parts.
13325         (nnrss-normalize-date): New function converts ISO 8601 date into
13326         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13327         (nnrss-check-group): Use it.
13328
13329 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13332
13333         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13334         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13335         (nnrss-insert-w3): Ditto.
13336
13337 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13340         the articles to be forwarded including the case where neither a
13341         number of articles nor a region is specified.
13342
13343 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * nnrss.el (nnrss-request-article): Fix last change; fill
13346         text/plain parts.
13347
13348 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13351         in text/plain part.
13352         (nnrss-check-group): Don't add excessive newline to dc:subject.
13353
13354 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13355
13356         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13357         article.
13358
13359 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13362         (nnml-use-compressed-files, nnml-save-mail): Support other
13363         comression programs such as bzip2.
13364
13365 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13366
13367         * dns.el (query-dns): Make sure we check the buffer size before
13368         removing tcp headers.
13369
13370 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13373         remove MIME buttons associated with multipart/alternative parts.
13374         (gnus-mime-display-alternative): Tag buttons using `article-type'
13375         text property.
13376
13377         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13378         associated with multipart/alternative parts.
13379
13380         * gnus-art.el (gnus-signature-separator): Fix custom type.
13381
13382         * mm-decode.el (mm-inlined-types): Fix custom type.
13383         (mm-keep-viewer-alive-types): Ditto.
13384         (mm-automatic-display): Ditto.
13385         (mm-attachment-override-types): Ditto.
13386         (mm-inline-override-types): Ditto.
13387         (mm-automatic-external-display): Ditto.
13388
13389 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * spam-report.el (spam-report-user-mail-address)
13392         (spam-report-user-agent): New variables.
13393         (spam-report-url-ping-plain): Use spam-report-user-agent.
13394
13395 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13396
13397         * gnus-art.el (gnus-button-handle-custom): Do not just use
13398         `customize-apropos' for any "M-x customize-*" button but the
13399         function called for.  Accept both the function name and its
13400         argument in order to achieve this.
13401         (gnus-button-alist): Remove support for "custom:" URL's.
13402         Pass function name to `gnus-button-handle-custom' in case of "M-x
13403         customize-*" buttons.
13404
13405 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13408         multipart/alternative and add xref to mm-discouraged-alternatives
13409         in doc string.
13410
13411         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13412         gnus-buttonized-mime-types in doc string.
13413
13414 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13417         Suggest image/.* in the doc string.
13418
13419 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13422         message-marks (Debian bug #342521).
13423
13424 2005-12-12  Simon Josefsson  <jas@extundo.com>
13425
13426         * password.el (password-read-from-cache): Add.
13427         (password-read): Use it.
13428
13429 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * rfc2047.el (rfc2047-charset-to-coding-system):
13432         Recognize us-ascii as a MIME charset.
13433
13434         * mm-bodies.el (mm-decode-content-transfer-encoding):
13435         Protect against the case where the 2nd arg TYPE is nil.
13436
13437 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * pop3.el (pop3-stream-type): Fix custom version.
13440
13441         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13442
13443 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13444
13445         * mm-decode.el (mm-display-external): Add missing cdr.
13446
13447 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13450         RFC1524) if it is in mailcap or add a suffix according to
13451         mailcap-mime-extensions when generating a temp filename; postpone
13452         deleting a temp file for 2 seconds for some wrappers, shell
13453         scripts, and so on, which might exit right after having started a
13454         viewer command as a background job.
13455
13456 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * nntp.el (nntp-marks-directory): Fix custom group.
13459
13460         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13461         steps when < 10.
13462
13463         * gnus-start.el (gnus-no-server-1):
13464         Mention `gnus-level-default-subscribed' in doc string.
13465
13466 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13467
13468         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13469         parens.
13470
13471 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-xmas.el (gnus-use-toolbar): Revert.
13474         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13475         gnus-use-toolbar is default.
13476
13477         * messagexmas.el (message-use-toolbar): Revert.
13478         (message-setup-toolbar): Use global default-toolbar if
13479         message-use-toolbar is default.
13480
13481 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13484         according to default-toolbar-visible-p.
13485
13486         * messagexmas.el (message-use-toolbar): Ditto.
13487
13488 2005-11-26  Dave Love  <fx@gnu.org>
13489
13490         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13491         (tls-program, tls-success): Provide openssl alternative.
13492
13493         * starttls.el: Doc fixes.
13494         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13495         SERVICE to PORT.
13496
13497         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13498         port null or service name.
13499         (starttls-negotiate): Autoload.
13500
13501 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * message.el (message-kill-to-signature): Fix interactive spec.
13504
13505 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * pop3.el (pop3-open-server): Recognize a string as a service name.
13508
13509 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13510
13511         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13512
13513 2005-11-23  Dave Love  <fx@gnu.org>
13514
13515         Add pop3s, pop3/starttls.
13516
13517         * pop3.el (pop3-authentication-scheme): Clarify doc.
13518         (open-tls-stream, starttls-open-stream): Autoload.
13519         (pop3-stream-type): New.
13520         (pop3-open-server): Use it.
13521
13522         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13523         for POP.
13524         (mail-source-keyword-map): Add :stream for POP.
13525         (mail-source-fetch-pop): Use pop3-stream-type.
13526
13527 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13530         of current-time-string.
13531
13532 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13533
13534         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13535         date header.
13536
13537 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13538
13539         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13540         it can seriously impact performance as it bypasses the agent's
13541         local caches.
13542
13543 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13544
13545         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13546         must be explicitly online rather than "not explicitly offline" for
13547         its flags to be synchronized.
13548
13549         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13550         that gnus-uu-unmark-thread will function correctly.
13551
13552         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13553         1024K is instead displayed as 1M.
13554
13555 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13556
13557         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13558
13559 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13560
13561         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13562
13563 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13564
13565         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13566         error message to display actual error condition.
13567         (gnus-agent-save-local): Avoid saving symbols that are bound to
13568         nil as they simply result in a warning message in
13569         gnus-agent-read-local.
13570
13571 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13574         rather than make-variable-buffer-local for file-precious-flag.
13575
13576 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13577
13578         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13579         for duplicates which are removed.  The invalid sort check then
13580         triggers a rescan after the sort as sorting may have moved
13581         duplicate entries such that they can be cheaply detected.
13582
13583 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13586
13587 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13588
13589         * gnus-agent.el (gnus-agent-article-alist-save-format):
13590         Change internal variable to a custom variable.  Change default value
13591         from compressed(2) to uncompressed(1).
13592         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13593         support for uncompressed agentview files.  Taken together, reading
13594         the agentview file should now be 6-7 times faster.
13595
13596 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13597
13598         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13599         as a buffer-local variable.  This avoids creating truncated
13600         dribble files as a result of a hang up, eg.
13601
13602 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13603
13604         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13605         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13606         XEmacs.
13607
13608 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * gnus-start.el (gnus-start-draft-setup):
13611         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13612
13613         * gnus.el (gnus-splash): Change custom group.
13614         (gnus-group-get-parameter, gnus-group-parameter-value):
13615         Describe allow-list argument.
13616
13617         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13618         string.
13619
13620 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * gnus-art.el (gnus-default-article-saver): Add user-defined
13623         `function' to custom type.
13624
13625 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13626
13627         * imap.el (imap-open): Handle case where buffer is a buffer
13628         object.
13629
13630 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13633         long lines.
13634         (gnus-cache-delete-group): Wrap doc strings.
13635
13636         * gnus-agent.el (gnus-agent-rename-group)
13637         (gnus-agent-delete-group): Wrap doc strings.
13638
13639 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * messagexmas.el (message-use-toolbar): Change the valid values
13642         into default, top, bottom, left, and right.
13643         (message-toolbar-thickness): New variable.
13644         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13645         well.
13646         (message-setup-toolbar): Make it work.
13647
13648         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13649         (gnus-use-toolbar): Change the valid values into default, top,
13650         bottom, left, and right.
13651         (gnus-toolbar-thickness): New variable.
13652         (gnus-xmas-setup-toolbar): New function.
13653         (gnus-xmas-setup-group-toolbar): Use it.
13654         (gnus-xmas-setup-summary-toolbar): Use it.
13655
13656 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657
13658         * gnus-start.el (gnus-1): Add "native" to
13659         gnus-predefined-server-alist.
13660
13661         * gnus.el (gnus-method-to-server): Don't add "native" to the
13662         lists here, because that leads to problems when
13663         gnus-select-method is bound.
13664
13665 2005-11-09  Simon Josefsson  <jas@extundo.com>
13666
13667         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13668         use (not sort-by-date) instead.
13669
13670 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13671
13672         * gnus-delay.el (gnus-delay-group): Don't autoload.
13673         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13674         to be re-loaded when customizing the `gnus-delay' group.
13675
13676 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13677
13678         * message.el: Revert last changes.
13679         (message-insert-citation-line): Use newlines.
13680
13681 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13682
13683         * message.el (message-courtesy-message)
13684         (message-mark-insert-begin, message-mark-insert-end)
13685         (message-elide-ellipsis, message-cancel-message)
13686         (message-add-header, message-change-subject)
13687         (message-cross-post-followup-to-header)
13688         (message-cross-post-insert-note, message-reduce-to-to-cc)
13689         (message-widen-reply, message-delete-not-region)
13690         (message-kill-to-signature, message-insert-signature)
13691         (message-insert-importance-high, message-insert-importance-low)
13692         (message-insert-or-toggle-importance)
13693         (message-insert-disposition-notification-to)
13694         (message-indent-citation, message-yank-original)
13695         (message-cite-original-without-signature, message-cite-original)
13696         (message-insert-citation-line, message-position-on-field)
13697         (message-fix-before-sending, message-send-mail-partially)
13698         (message-send-mail, message-send-mail-with-sendmail)
13699         (message-send-mail-with-qmail, message-send-news)
13700         (message-check-news-header-syntax, message-generate-headers)
13701         (message-insert-courtesy-copy, message-fill-address)
13702         (message-fill-header, message-shorten-references)
13703         (message-setup-1, message-cancel-news)
13704         (message-forward-make-body-plain, message-forward-make-body-mime)
13705         (message-forward-make-body-mml, message-encode-message-body)
13706         (message-forward-make-body-digest-plain)
13707         (message-forward-make-body-digest-mime)
13708         (message-use-alternative-email-as-from): Insert `hard-newline'
13709         instead of ordinary newlines.
13710
13711 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * message.el (message-generate-headers): Downcase the argument
13714         given to message-check-element.
13715
13716 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13717
13718         * nntp.el (nntp-authinfo-rejected): New error condition.
13719         (nntp-wait-for): Use new error condition to signal authentication
13720         error.
13721         (nntp-retrieve-data): Rethrow new error condition to break out of
13722         recursive call to nntp-send-authinfo.
13723
13724 2005-11-08  Romain Francoise  <romain@orebokech.com>
13725
13726         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13727         (gnus-summary-exit-map): Bind to `Z p'.
13728         (gnus-summary-make-menu-bar): Add menu item.
13729
13730 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13733         (gnus-treat-*): Add `first' in all doc strings.
13734
13735         * gnus-group.el (gnus-group-compact-group): Fix typo.
13736
13737 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * gnus.el (gnus-parameters-case-fold-search): New variable.
13740         (gnus-parameters-get-parameter): Use it.
13741
13742         * gnus-score.el (gnus-home-score-file): Doc fix.
13743
13744 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13745
13746         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13747
13748 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * mm-util.el (mm-special-display-p): New function.
13751
13752         * mml.el (mml-preview): Use it; doc fix.
13753
13754 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13755
13756         * imap.el (imap-open): Handle case where buffer is a buffer object.
13757
13758 2005-10-29  Romain Francoise  <romain@orebokech.com>
13759
13760         * message.el (message-fix-before-sending): Fix comment.
13761
13762 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13763
13764         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13765
13766 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13767
13768         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13769         Used in gnus-score.el.
13770
13771 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13774
13775 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13778         whitespace removed in revision 7.8.  Use concatenated string to
13779         protect trailing whitespace.
13780
13781 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13782
13783         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13784         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13785         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13786         Courier IMAP ("some version from 2004").  Mostly based on similar
13787         code in the same function.
13788
13789 2005-10-26  Didier Verna  <didier@xemacs.org>
13790
13791         * gnus-group.el (gnus-group-compact-group): Invalidate original
13792         article buffer.
13793         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13794         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13795         NOV database and in article itself.
13796         Invalidate article backlog.
13797
13798 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13801
13802 2005-10-26  Simon Josefsson  <jas@extundo.com>
13803
13804         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13805         part of 2004-07-25 change.
13806
13807 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * message.el (message-display-completion-list): New function.
13810         (message-expand-group): Use it; make sure the Completions buffer
13811         is modifiable.
13812 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13813
13814         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13815         user-mail-name is an empty string.
13816
13817 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13820         depending on gnus-score-decay-constant.
13821
13822         * encrypt.el (encrypt-insert-file-contents)
13823         (encrypt-write-file-contents): Don't use `gnus-message'.
13824
13825         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13826         arguments.
13827         (mm-uu-type-alist): Add message-marks and insert-marks.
13828         Pass arguments to mm-uu-verbatim-marks-extract.
13829         (mm-uu-hide-markers): New variable.
13830         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13831
13832         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13833         (gnus-convert-image-to-face-command): Use "convert" by default to
13834         allow other input image formats.
13835         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13836         accordingly.
13837
13838 2005-10-23  Simon Josefsson  <jas@extundo.com>
13839
13840         * imap.el (imap-gssapi-program): Align command line parameters
13841         with latest GNU SASL.
13842         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13843
13844 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845
13846         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13847         HTML.
13848         (nnslashdot-request-article): Ditto.
13849
13850         * lpath.el (featurep): Add nobreak-char-display.
13851
13852 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13853
13854         * mail-source.el (mail-source-fetch-pop): Require pop3.
13855         (mail-source-check-pop): Ditto.
13856
13857 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13860         errors.
13861
13862 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13865         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13866
13867         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13868
13869         * mm-bodies.el (mm-decode-string):
13870         Call `mm-charset-to-coding-system' with allow-override argument.
13871
13872 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13875         (rfc2047-charset-to-coding-system): New function.
13876         (rfc2047-decode-encoded-words): New function.
13877         (rfc2047-decode-region): Use them.
13878         (rfc2047-decode-cte): Remove.
13879         (rfc2047-parse-and-decode): Remove.
13880         (rfc2047-decode): Remove.
13881
13882 2005-10-15  Kenichi Handa  <handa@m17n.org>
13883
13884         * rfc2047.el (rfc2047-decode-cte): New function.
13885         (rfc2047-decode-region): Change the way to decode successive
13886         encoded-words: decode B- or Q-encoding in each encoded-word,
13887         concatenate them, and decode it as charset.
13888
13889 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * lpath.el: Fbind codepage-setup for XEmacs.
13892
13893 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13894
13895         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13896         widget-move-and-invoke.
13897         (gnus-custom-mode): Use gnus-custom-map.
13898
13899 2005-10-15  Bill Wohler  <wohler@newt.com>
13900
13901         * message.el (message-tool-bar-map): Rename image file from
13902         mail_send to mail/send.
13903
13904 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13905
13906         * message.el (message-expand-group): Pass the common
13907         prefix substring of completion to `display-completion-list'.
13908
13909 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * mml-sec.el (mml-secure-method): New internal variable.
13912         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13913         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13914         New functions using mml-secure-method.
13915
13916         * mml.el (mml-mode-map): Add key bindings for those functions.
13917         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13918         Harder <harder@myrealbox.com>.
13919         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13920         Goto end of message if point is the headers of the message.
13921
13922         * message.el (message-in-body-p): New function.
13923
13924         * assistant.el: Autoload gnus-util and netrc.
13925
13926         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13927         Use `mm-charset-override-alist' only when decoding.
13928
13929         * mm-bodies.el (mm-decode-body):
13930         Call `mm-charset-to-coding-system' with allow-override argument.
13931
13932         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13933         `filename' from Content-Disposition if Content-Type doesn't
13934         provide `name'.
13935         (gnus-mime-view-part-as-type): Set default instead of
13936         initial-input.
13937
13938 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13939
13940         * format-spec.el (format-spec): Propagate text properties of % spec.
13941
13942 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-art.el (gnus-treat-predicate): Add `first'.
13945
13946 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13949         (mm-charset-override-alist): New variable.
13950         (mm-charset-to-coding-system): Use it.
13951         (mm-codepage-setup): New helper function.
13952         (mm-charset-eval-alist): New variable.
13953         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13954         Warn about unknown charsets.
13955
13956         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13957
13958 2005-10-04  David Hansen  <david.hansen@gmx.net>
13959
13960         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13961         (nnrss-check-group): Ditto.
13962
13963 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13966         Rename x-gnus-verbatim to x-verbatim.
13967         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13968
13969         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13970         x-verbatim.
13971
13972         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13973
13974         * gnus-util.el (gnus-remove-duplicates): Remove.
13975
13976         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13977         instead of gnus-remove-duplicates.
13978
13979         * message.el (message-remove-duplicates): Remove.
13980         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13981         message-remove-duplicates.
13982
13983         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13984         available, else use implementation from `delete-dups'.
13985
13986         * message.el (message-insert-expires): New function.
13987         (message-mode-map): Add key binding.
13988         (message-mode-field-menu): Add menu entry.
13989         (message-mode): Document it.
13990         (message-make-expires-date): Use `message-make-date'.
13991
13992 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13993
13994         * message.el (message-make-expires-date): New function.
13995
13996 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * Makefile.in (list-installed-shadows): New entry.
13999         (install): Use it.
14000         (remove-installed-shadows): New entry.
14001
14002         * dgnushack.el (dgnushack-default-load-path): New variable.
14003         (dgnushack-find-lisp-shadows): New function.
14004         (dgnushack-remove-lisp-shadows): New function.
14005
14006 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * Makefile.in (install-el-elc): New entry.
14009         (install): Use it so that .el files are necessarily installed.
14010
14011 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14014
14015 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14016
14017         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14018         function rather than the diff-mode.el package.
14019         (mm-display-external): Use with-current-buffer.
14020         (mm-viewer-completion-map, mm-viewer-completion-map):
14021         Move initialization inside declaration.
14022
14023 2005-09-29  Simon Josefsson  <jas@extundo.com>
14024
14025         * spam.el: Load hashcash when compiling, to avoid warnings.
14026         Don't autoload mail-check-payment.
14027         (spam-check-hashcash): Define unconditionally, since hashcash.el
14028         is part of Gnus now.  Ignore errors from payment checking.
14029
14030 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * message.el (message-bold-region, message-unbold-region):
14033         Rename from `bold-region' and `unbold-region'.
14034
14035         * message.el: Remove useless autoloads.
14036
14037 2005-09-28  Simon Josefsson  <jas@extundo.com>
14038
14039         * message.el (message-use-idna): Default to t.
14040         (message-use-idna): Test whether encoding works too.  Doc fix.
14041
14042 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * nntp.el (nntp-warn-about-losing-connection): Remove.
14045
14046 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14049         customizable.  Change default value.
14050         (mm-uu-diff-groups-regexp): Change default value.
14051         (mm-uu-type-alist): Add doc string.
14052         (mm-uu-configure): Add doc string.  Make it interactive.
14053         (mm-uu-tex-groups-regexp): New variable.
14054         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14055         (mm-uu-type-alist): Add LaTeX documents.
14056         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14057         of "text/verbatim".
14058         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14059
14060         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14061         instead of "text/verbatim".
14062
14063         * message.el (message-mark-inserted-region)
14064         (message-mark-insert-file): Use slrn style marks when called with
14065         prefix argument.
14066
14067 2005-09-27  Simon Josefsson  <jas@extundo.com>
14068
14069         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14070
14071 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14072
14073         * message.el (message-remove-duplicates): New function.
14074         Implementation borrowed from `gnus-remove-duplicates'.
14075         (message-idna-to-ascii-rhs): Also encode idna addresses in
14076         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14077         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14078         only ask about the same idna domain once per header and also tell
14079         in what header to replace the idna domain.
14080
14081         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14082         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14083         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14084         a header is decoded and not just the last one.
14085
14086 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14089         has been decoded.
14090
14091         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14092         (mm-insert-part): Don't modify text if it has been decoded.
14093
14094         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14095         decoded.
14096
14097         * mm-view.el (mm-inline-text): Don't strip text props unless
14098         decoding enriched or richtext parts.
14099
14100 2005-09-25  Romain Francoise  <romain@orebokech.com>
14101
14102         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14103         * gnus-start.el (gnus-subscribe-interactively):
14104         * gnus-uu.el (gnus-uu-grab-articles):
14105         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14106         space.
14107
14108 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14109
14110         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14111         * mm-view.el (mm-view-pkcs7-decrypt):
14112         * gnus-sum.el (gnus-summary-limit-to-extra)
14113         (gnus-summary-respool-article, gnus-read-move-group-name):
14114         * gnus-score.el (gnus-summary-increase-score):
14115         * gnus-util.el (gnus-completing-read-with-default):
14116         * gnus-art.el (gnus-read-save-file-name)
14117         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14118         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14119         * message.el (message-check-news-header-syntax):
14120         Follow convention for reading with the minibuffer.
14121
14122 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * spam-report.el (spam-report-url-ping-plain):
14125         Use gnus-extended-version as User-Agent.
14126
14127         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14128         default value is nil.
14129
14130         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14131         (mm-uu-verbatim-marks-extract): New function.
14132         (mm-uu-extract): New face.
14133         (mm-uu-copy-to-buffer): Use it.
14134
14135         * spam-report.el (spam-report-gmane-ham): Rename from
14136         `spam-report-gmane-unspam'.
14137         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14138         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14139
14140         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14141         Autoload.
14142         (spam-report-gmane-unregister-routine):
14143         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14144
14145 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14146
14147         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14148         (spam-report-gmane-unregister-routine): Add support for gmane
14149         unregistration.
14150
14151         * spam-report.el (spam-report-gmane-unspam)
14152         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14153         (spam-report-gmane): Change to take a single article and do unspam
14154         registration.
14155
14156 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * mm-url.el (mm-url-decode-entities): Fix regexp.
14159
14160 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14163         default to nil, to be able to use Gnus at all.  If the default
14164         switches to something else, then the function should be fixed not
14165         be exceedingly slow.
14166
14167 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14168
14169         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14170         fail hard.
14171
14172         * spam-report.el: Add better Keywords line.
14173
14174         * spam.el: Add Maintainer and better Keywords line.
14175
14176 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * gnus-art.el (gnus-article-replace-part)
14179         (gnus-mime-replace-part): New functions.
14180         (gnus-mime-action-alist, gnus-mime-button-commands)
14181         (gnus-mime-save-part-and-strip): Add file argument.
14182         (gnus-article-part-wrapper): Add interactive argument.
14183
14184         * gnus-sum.el (gnus-summary-mime-map):
14185         Add `gnus-article-replace-part'.
14186
14187 2005-09-19  Didier Verna  <didier@xemacs.org>
14188
14189         The nnml compaction feature:
14190         * nnml.el (nnml-request-compact-group): New function.
14191         * nnml.el (nnml-request-compact): New function.
14192         * gnus-int.el (gnus-request-compact-group): New function.
14193         * gnus-int.el (gnus-request-compact): New function.
14194         * gnus-group.el (gnus-group-compact-group): New function.
14195         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14196         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14197         * gnus-srvr.el (gnus-server-compact-server): New function.
14198         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14199         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14200
14201 2005-09-18  Deepak Goel  <deego@gnufans.org>
14202
14203         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14204         format spec.
14205
14206 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14209
14210 2005-09-15  Romain Francoise  <romain@orebokech.com>
14211
14212         * message.el (message-fill-paragraph): Clarify docstring.
14213
14214 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-art.el (gnus-mime-display-part): Protect against broken
14217         MIME messages.
14218
14219 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14222         before parsing header.
14223
14224 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14225
14226         * html2text.el (html2text-replace-list): Add new entities.
14227
14228 2005-09-11  Romain Francoise  <romain@orebokech.com>
14229
14230         * message.el (message-alternative-emails): Improve docstring.
14231         (message-setup-1): Call `message-use-alternative-email-as-from'
14232         after `message-setup-hook' to give it precedence over posting
14233         styles, etc.
14234         (message-use-alternative-email-as-from): Add docstring.
14235         Remove the original From header if present.
14236
14237         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14238         (nnml-save-mail): Use it.
14239
14240         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14241         articles.  Add new argument `silent'.
14242         (gnus-uu-mark-all): Report the total number of marked articles.
14243
14244 2005-09-10  Romain Francoise  <romain@orebokech.com>
14245
14246         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14247         (gnus-uu-mark-series): Likewise.
14248
14249 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * spam-report.el (spam-report-gmane): Fix generation of spam
14252         report URL.
14253
14254 2005-09-10  Simon Josefsson  <jas@extundo.com>
14255
14256         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14257         t, based on discussion on the ding list with Robert Epprecht
14258         <epprecht@solnet.ch>.
14259
14260 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * spam-report.el (spam-report-gmane): Make it work without
14263         X-Report-Spam header.  Gmane now only provides Archived-At.
14264         This is only used if `spam-report-gmane-use-article-number' is nil.
14265         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14266
14267         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14268         make `gnus-summary-sort-by-recipient' work with threading.
14269
14270         * nnweb.el (nnweb-google-wash-article): Print a message if article
14271         is not available.
14272
14273 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14274
14275         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14276         change.  Decode text/* parts content before displaying.
14277
14278 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14281
14282 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14285
14286         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14287         url-package-name, url-package-version,
14288         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14289         w3m-display-inline-images, and w3m-minor-mode-map.
14290
14291 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * message.el (message-tab-body-function): Fix mismatched custom type.
14294
14295         * gnus.el (gnus-group-change-level-function): Ditto.
14296
14297         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14298
14299         * gnus-art.el (gnus-signature-limit)
14300         (gnus-article-mime-part-function): Ditto.
14301
14302 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mml.el (mml-mode): Silence the byte compiler.
14305
14306         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14307         using `(sit-for 0)' before moving the point to the specified part;
14308         skip unbuttonized parts.
14309         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14310         return to the summary window if gnus-auto-select-part is non-nil.
14311
14312 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14313
14314         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14315         New variables.
14316         (mml-dnd-attach-file, mml-mode): Use them.
14317
14318         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14319         Make fetching article by MID work again for Google Groups.
14320         Add FIXME concerning gnus-group-make-web-group.
14321
14322         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14323         Don't depend on Gnus by using mail-extract-address-components if
14324         gnus-extract-address-components is not bound.
14325
14326 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14327
14328         * gnus-art.el (gnus-mime-display-security): Don't display the
14329         signature, but only the signed part.
14330
14331 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14334
14335         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14336         list, not listp.
14337
14338 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14339
14340         * mm-encode.el (mm-encode-content-transfer-encoding):
14341         Likewise when encoding.
14342
14343         * mm-bodies.el (mm-decode-content-transfer-encoding):
14344         De-canonicalize CRLF for all text content types, not just
14345         text/plain.
14346
14347 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14350         valid article; point arrow and cursor at the MIME button.
14351
14352 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14355         Suggested by Dan Christensen <jdc@uwo.ca>.
14356
14357         * mm-decode.el (mm-save-part): Enable change of prompt.
14358
14359 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14360
14361         * gnus-msg.el (gnus-inews-add-send-actions):
14362         Make `message-post-method' lambda parameter ARG `&optional'.
14363
14364 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * gnus-sum.el (gnus-summary-mime-map):
14367         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14368         gnus-article-jump-to-part.
14369
14370         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14371         (gnus-article-edit-part): Use it.
14372         (gnus-article-part-wrapper): Add no-handle argument.
14373         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14374         New functions.
14375
14376 2005-08-29  Romain Francoise  <romain@orebokech.com>
14377
14378         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14379         docstring.
14380         (gnus-face-from-file): Likewise.
14381
14382 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14385         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14386         non-nil.
14387         (gnus-auto-select-part): New variable.
14388         (gnus-article-jump-to-part): New function.
14389         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14390         (gnus-mime-delete-part): Allow selecting specified part after
14391         deleting or stripping parts.
14392         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14393         part if argument is bogus.
14394
14395 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14396
14397         * gnus-art.el (w3m-minor-mode-map):
14398         * gnus-spec.el (gnus-newsrc-file-version):
14399         * gnus-util.el (nnmail-active-file-coding-system)
14400         (gnus-original-article-buffer, gnus-user-agent):
14401         * gnus.el (gnus-ham-process-destinations)
14402         (gnus-parameter-ham-marks-alist)
14403         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14404         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14405         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14406         * mm-decode.el (gnus-current-window-configuration):
14407         * mm-extern.el (gnus-article-mime-handles):
14408         * mm-url.el (url-current-object, url-package-name)
14409         (url-package-version):
14410         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14411         (smime-keys, w3m-cid-retrieve-function-alist)
14412         (w3m-current-buffer, w3m-display-inline-images)
14413         (w3m-minor-mode-map):
14414         * mml-smime.el (gnus-extract-address-components):
14415         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14416         (gnus-newsrc-hashtb, message-default-charset)
14417         (message-deletable-headers, message-options)
14418         (message-posting-charset, message-required-mail-headers)
14419         (message-required-news-headers):
14420         * mml1991.el (mc-pgp-always-sign):
14421         * mml2015.el (mc-pgp-always-sign):
14422         * nnheader.el (nnmail-extra-headers):
14423         * rfc1843.el (gnus-decode-encoded-word-function)
14424         (gnus-decode-header-function, gnus-newsgroup-name):
14425         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14426
14427 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14428
14429         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14430         the end of the date treatments.
14431
14432 2005-08-15  Simon Josefsson  <jas@extundo.com>
14433
14434         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14435         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14436         Capello and Romain Francoise.
14437         (pgg-fetch-key-function): Remove, not used?
14438         (pgg-insert-url-with-w3): Require url, to get
14439         url-insert-file-contents regardless of where it is defined.
14440
14441 2005-08-13  Romain Francoise  <romain@orebokech.com>
14442
14443         * message.el (message-cite-original-1): New function.
14444         (message-cite-original): Use it.
14445         (message-cite-original-without-signature): Ditto.
14446
14447 2005-08-08  Romain Francoise  <romain@orebokech.com>
14448
14449         * message.el (message-yank-empty-prefix): New variable.
14450         (message-indent-citation): Use it.
14451         (message-cite-original-without-signature): Respect X-No-Archive.
14452
14453 2005-08-08  Simon Josefsson  <jas@extundo.com>
14454
14455         * pgg.el: Autoload url-insert-file-contents instead of loading
14456         w3/url.
14457         (pgg-insert-url-with-w3): Don't load url here.
14458
14459 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14460
14461         * message.el (message-kill-to-signature): Don't insert newline at
14462         bol.
14463         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14464
14465 2005-08-06  Romain Francoise  <romain@orebokech.com>
14466
14467         * message.el (message-user-fqdn): Fix typo in docstring.
14468
14469 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14470
14471         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14472
14473         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14474
14475 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * mm-bodies.el (mm-encode-body): Use coding system rather than
14478         charset to encode text.
14479
14480         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14481         number of charsets if utf-8 is available (XEmacs).
14482
14483 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14486         taken from `gnus-button-mid-or-mail-regexp'.
14487         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14488         (gnus-button-alist): Improve regexp for domain part of the MIDs
14489         for news:localpart@domain buttons.
14490         (gnus-button-ctan-directory-regexp): Update.
14491
14492 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * sieve-manage.el (sieve-manage-interactive-login):
14495         Use make-local-variable rather than make-variable-buffer-local.
14496         (sieve-manage-open): Ditto.
14497         (sieve-manage-authenticate): Ditto.
14498
14499         * mml.el (mml-generate-mime-1): Make the content type default to
14500         text/plain if the filename is not specified.
14501
14502 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14505         instead of insert-buffer.
14506
14507         * message.el (message-yank-original): Ditto; set the mark at the
14508         end of the yanked message.
14509
14510 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14513         lines to scroll rather than to stop it.
14514
14515         * mml.el (mml-generate-default-type): Add doc string.
14516         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14517         default to application/octet-stream when determining the content
14518         type if it is not specified for the part or the mml contents; add
14519         a comment about mml-generate-default-type.
14520
14521 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14524         make it default to application/octet-stream when determining the
14525         content type if it is not specified for the external contents.
14526
14527 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14530         segmented parameter but also other parameters might be there.
14531
14532 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * mm-decode.el (mm-display-external): Delete temp file, directory
14535         and buffer immediately if the external process is exited.
14536
14537 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14540         fewer lines than that of scroll-margin.
14541         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14542
14543 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-art.el (gnus-article-next-page): Revert.
14546         (gnus-article-beginning-of-window): New macro.
14547         (gnus-article-next-page-1): Use it.
14548         (gnus-article-prev-page): Ditto.
14549         (gnus-article-edit-part): Use insert-buffer-substring instead of
14550         insert-buffer.
14551         (gnus-article-edit-exit): Ditto.
14552
14553         * gnus-util.el (gnus-beginning-of-window): Remove.
14554         (gnus-end-of-window): Remove.
14555
14556         * lpath.el: Don't bind header-line-format and scroll-margin.
14557
14558 2005-07-25  Simon Josefsson  <jas@extundo.com>
14559
14560         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14561         to have the url package without w3.  Reported by Daiki Ueno
14562         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14563
14564 2005-07-20  Didier Verna  <didier@xemacs.org>
14565
14566         * gnus-diary.el: Remove the description comment (nndiary is now
14567         properly documented in the Gnus manual).
14568         Fix the spelling of "Back End".
14569         * nndiary.el: Ditto.
14570         Fix the copyright notice.
14571
14572 2005-07-18  Romain Francoise  <romain@orebokech.com>
14573
14574         * gnus-sum.el (gnus-summary-to-prefix)
14575         (gnus-summary-newsgroup-prefix): New variables.
14576         (gnus-summary-from-or-to-or-newsgroups): Use them.
14577
14578 2005-07-17  Romain Francoise  <romain@orebokech.com>
14579
14580         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14581         space as it's generally not especially interesting to the user.
14582
14583 2005-07-16  Romain Francoise  <romain@orebokech.com>
14584
14585         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14586         nil to avoid prompting and file modification if one of the
14587         messages at the top of the nnfolder file contains a copyright
14588         notice.
14589         Update copyright notice.
14590
14591         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14592         instead of `current-time-string' as the latter creates a time
14593         string that is not RFC 2822 compliant (it lacks the zone).
14594         Update copyright notice.
14595
14596 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14597
14598         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14599         for text/rtf.  Display default in prompt.  Pass default for M-n.
14600
14601         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14602
14603 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * gnus-msg.el (gnus-button-mailto):
14606         Remove save-selected-window-window hackery because it relies on
14607         save-selected-window internals.
14608
14609 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14612         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14613         (gnus-article-prev-page): Ditto.
14614
14615         * gnus-util.el (gnus-beginning-of-window): New function.
14616         (gnus-end-of-window): New function.
14617
14618         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14619
14620 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14621
14622         * gnus-score.el (gnus-score-edit-all-score):
14623         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14624         gnus-message.
14625
14626 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14627
14628         * gnus-msg.el (gnus-button-mailto):
14629         Remove save-selected-window-window hackery because it relies on
14630         save-selected-window internals.
14631
14632 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14635         add-minor-mode.
14636         (gnus-binary-mode): Ditto.
14637
14638         * gnus-topic.el (gnus-topic-mode): Ditto.
14639
14640 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14641
14642         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14643         (gnus-article-prev-page): Take scroll-margin into consideration.
14644
14645 2005-07-04  Lute Kamstra  <lute@gnu.org>
14646
14647         Update FSF's address in GPL notices.
14648
14649 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14650
14651         * gnus.el (gnus-exit):
14652         * gnus-group.el (gnus-group-icons):
14653         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14654
14655         * gnus-nocem.el (gnus-nocem):
14656         * message.el (message-various, message-buffers, message-sending)
14657         (message-interface, message-forwarding, message-insertion)
14658         (message-headers, message-news, message-mail):
14659         * pgg-gpg.el (pgg-gpg):
14660         * pgg-parse.el (pgg-parse):
14661         * pgg-pgp.el (pgg-pgp):
14662         * pgg-pgp5.el (pgg-pgp5):
14663         * pop3.el (pop3): Finish `defgroup' description with period.
14664
14665 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-art.el (article-display-face): Improve the efficiency.
14668         (article-display-x-face): Ditto; remove grey x-face stuff.
14669
14670 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-art.el (article-display-face): Correct the position in
14673         which Faces are inserted.
14674
14675 2005-06-29  Didier Verna  <didier@xemacs.org>
14676
14677         * gnus-art.el (article-display-face): Display faces in correct
14678         order.
14679
14680 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14683         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14684         (gnus-nocem-check-article): Fetch the Type header.
14685         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14686         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14687         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14688         make sure gnus-nocem-hashtb is initialized.
14689         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14690         (gnus-nocem-unwanted-article-p): Ditto.
14691
14692         * pgg.el (pgg-verify): Return the verification result.
14693
14694 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14697         is ascii.
14698
14699 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14700
14701         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14702         `show-nonbreak-escape'.
14703
14704 2005-06-23  Lute Kamstra  <lute@gnu.org>
14705
14706         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14707
14708         * dig.el (dig-mode):
14709         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14710
14711 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14712
14713         * nnimap.el (nnimap-split-download-body): Fix spellings.
14714
14715 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14716
14717         * gnus-art.el (gnus-article-encrypt-body):
14718         * gnus-cus.el (gnus-score-customize):
14719         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14720         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14721
14722 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14723
14724         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14725         header by looking for magic "MII" at the beginnig.
14726
14727 2005-06-16  Miles Bader  <miles@gnu.org>
14728
14729         * gnus-xmas.el (gnus-xmas-group-startup-message):
14730         Use renamed gnus-splash face.
14731
14732         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14733         (assistant-field-face): New backward-compatibility alias for renamed
14734         face.
14735         (assistant-render-text): Use renamed assistant-field face.
14736
14737         * spam.el (spam): Remove "-face" suffix from face name.
14738         (spam-face): New backward-compatibility alias for renamed face.
14739         (spam-face, spam-initialize): Use renamed spam face.
14740
14741         * message.el (message-header-to, message-header-cc)
14742         (message-header-subject, message-header-newsgroups)
14743         (message-header-other, message-header-name)
14744         (message-header-xheader, message-separator, message-cited-text)
14745         (message-mml): Remove "-face" suffix from face names.
14746         (message-header-to-face, message-header-cc-face)
14747         (message-header-subject-face, message-header-newsgroups-face)
14748         (message-header-other-face, message-header-name-face)
14749         (message-header-xheader-face, message-separator-face)
14750         (message-cited-text-face, message-mml-face):
14751         New backward-compatibility aliases for renamed faces.
14752         (message-font-lock-keywords): Use renamed message faces.
14753
14754         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14755         (sieve-test-commands, sieve-tagged-arguments):
14756         Remove "-face" suffix from face names.
14757         (sieve-control-commands-face, sieve-action-commands-face)
14758         (sieve-test-commands-face, sieve-tagged-arguments-face):
14759         New backward-compatibility aliases for renamed faces.
14760         (sieve-control-commands-face, sieve-action-commands-face)
14761         (sieve-test-commands-face, sieve-tagged-arguments-face):
14762         Use renamed sieve faces.
14763
14764         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14765         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14766         (gnus-group-news-3-empty, gnus-group-news-4)
14767         (gnus-group-news-4-empty, gnus-group-news-5)
14768         (gnus-group-news-5-empty, gnus-group-news-6)
14769         (gnus-group-news-6-empty, gnus-group-news-low)
14770         (gnus-group-news-low-empty, gnus-group-mail-1)
14771         (gnus-group-mail-1-empty, gnus-group-mail-2)
14772         (gnus-group-mail-2-empty, gnus-group-mail-3)
14773         (gnus-group-mail-3-empty, gnus-group-mail-low)
14774         (gnus-group-mail-low-empty, gnus-summary-selected)
14775         (gnus-summary-cancelled, gnus-summary-high-ticked)
14776         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14777         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14778         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14779         (gnus-summary-low-undownloaded)
14780         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14781         (gnus-summary-low-unread, gnus-summary-normal-unread)
14782         (gnus-summary-high-read, gnus-summary-low-read)
14783         (gnus-summary-normal-read, gnus-splash):
14784         Remove "-face" suffix from face names.
14785         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14786         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14787         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14788         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14789         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14790         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14791         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14792         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14793         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14794         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14795         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14796         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14797         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14798         (gnus-summary-normal-ticked-face)
14799         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14800         (gnus-summary-normal-ancient-face)
14801         (gnus-summary-high-undownloaded-face)
14802         (gnus-summary-low-undownloaded-face)
14803         (gnus-summary-normal-undownloaded-face)
14804         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14805         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14806         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14807         (gnus-splash-face):
14808         New backward-compatibility aliases for renamed faces.
14809         (gnus-group-startup-message): Use renamed gnus faces.
14810
14811         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14812         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14813         (gnus-server-agent): Remove "-face" suffix from face names.
14814         (gnus-server-agent-face, gnus-server-opened-face)
14815         (gnus-server-closed-face, gnus-server-denied-face)
14816         (gnus-server-offline-face):
14817         New backward-compatibility aliases for renamed faces.
14818         (gnus-server-agent-face, gnus-server-opened-face)
14819         (gnus-server-closed-face, gnus-server-denied-face)
14820         (gnus-server-offline-face): Use renamed gnus faces.
14821
14822         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14823         Remove "-face" suffix from face names.
14824         (gnus-picon-xbm-face, gnus-picon-face):
14825         New backward-compatibility aliases for renamed faces.
14826
14827         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14828         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14829         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14830         (gnus-cite-11): Remove "-face" suffix from face names.
14831         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14832         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14833         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14834         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14835         New backward-compatibility aliases for renamed faces.
14836         (gnus-cite-attribution-face, gnus-cite-face-list)
14837         (gnus-article-boring-faces): Use renamed gnus faces.
14838
14839         * gnus-art.el (gnus-signature, gnus-header-from)
14840         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14841         (gnus-header-content): Remove "-face" suffix from face names.
14842         (gnus-signature-face, gnus-header-from-face)
14843         (gnus-header-subject-face, gnus-header-newsgroups-face)
14844         (gnus-header-name-face, gnus-header-content-face):
14845         New backward-compatibility aliases for renamed faces.
14846         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14847
14848         * gnus-sum.el (gnus-summary-selected-face)
14849         (gnus-summary-highlight): Use renamed gnus faces.
14850         * gnus-group.el (gnus-group-highlight): Likewise.
14851
14852 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14853
14854         * gnus-sieve.el (gnus-sieve-article-add-rule):
14855         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14856         * spam-stat.el (spam-stat-buffer-change-to-spam)
14857         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14858
14859         * message.el (message-is-yours-p):
14860         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14861
14862 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * mm-view.el (mm-inline-text): Withdraw the last change.
14865
14866 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14869         executing enriched-decode.
14870
14871 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14874         charset of tar files.
14875
14876 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14877
14878         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14879
14880 2005-06-04  Lute Kamstra  <lute@gnu.org>
14881
14882         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14883         information is never recorded.
14884
14885 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14886
14887         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14888
14889 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * pop3.el (pop3-apop): Run md5 in the binary mode.
14892
14893         * starttls.el (starttls-set-process-query-on-exit-flag):
14894         Use eval-and-compile.
14895
14896 2005-05-31  Simon Josefsson  <jas@extundo.com>
14897
14898         * smime.el (smime-replace-in-string): Define.
14899         (smime-cert-by-ldap-1): Use it.
14900
14901 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-art.el (article-display-x-face): Replace
14904         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14905
14906         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14907         set-process-query-on-exit-flag or process-kill-without-query.
14908
14909         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14910         loop instead of replace-regexp.
14911
14912         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14913         instead of process-kill-without-query if it is available.
14914
14915         * lpath.el: Fbind ldap-search-entries.
14916
14917         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14918         instead of find-file-hooks if it is available.
14919
14920         * mml1991.el: Bind pgg-default-user-id when compiling.
14921
14922         * mml2015.el: Bind pgg-default-user-id when compiling.
14923
14924         * nndraft.el (nndraft-request-associate-buffer):
14925         Use write-contents-functions instead of write-contents-hooks if it is
14926         available.
14927
14928         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14929         instead of find-file-hooks if it is available.
14930
14931         * nntp.el (nntp-open-connection): Replace
14932         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14933         (nntp-open-ssl-stream): Ditto.
14934         (nntp-open-tls-stream): Ditto.
14935
14936         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14937         set-process-query-on-exit-flag or process-kill-without-query.
14938         (starttls-open-stream-gnutls): Use it instead of
14939         process-kill-without-query.
14940         (starttls-open-stream): Ditto.
14941
14942 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14943
14944         * smime.el (smime-cert-by-ldap-1): Don't use
14945         replace-regexp-in-string.
14946
14947 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14948
14949         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14950
14951         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14952         in PEM format.  Adjust to the XEmacs compability.
14953
14954 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14957         by `string-to-number'.
14958         * gnus-agent.el (gnus-agent-regenerate-group)
14959         (gnus-agent-fetch-articles): Ditto.
14960         * gnus-art.el (gnus-button-fetch-group): Ditto.
14961         * gnus-cache.el (gnus-cache-generate-active)
14962         (gnus-cache-articles-in-group): Ditto.
14963         * gnus-group.el (gnus-group-set-current-level)
14964         (gnus-group-insert-group-line): Ditto.
14965         * gnus-score.el (gnus-score-set-expunge-below)
14966         (gnus-score-set-mark-below, gnus-summary-score-effect)
14967         (gnus-summary-score-entry): Ditto.
14968         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14969         (gnus-soup-pack): Ditto.
14970         * gnus-spec.el (gnus-xmas-format): Ditto.
14971         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14972         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14973         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14974         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14975         * nndb.el (nndb-get-remote-expire-response): Ditto.
14976         * nndiary.el (nndiary-parse-schedule-value)
14977         (nndiary-string-to-number, nndiary-request-replace-article)
14978         (nndiary-request-article): Ditto.
14979         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14980         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14981         * nneething.el (nneething-make-head): Ditto.
14982         * nnfolder.el (nnfolder-request-article)
14983         (nnfolder-retrieve-headers): Ditto.
14984         * nnheader.el (nnheader-file-to-number): Ditto.
14985         * nnkiboze.el (nnkiboze-request-article): Ditto.
14986         * nnmail.el (nnmail-process-unix-mail-format)
14987         (nnmail-process-babyl-mail-format): Ditto.
14988         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14989         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14990         (nnmh-request-create-group, nnmh-request-list-1)
14991         (nnmh-request-group, nnmh-request-article): Ditto.
14992         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14993         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14994         * nnsoup.el (nnsoup-make-active): Ditto.
14995         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14996         * nntp.el (nntp-find-group-and-number)
14997         (nntp-retrieve-headers-with-xover): Ditto.
14998         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14999         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15000         (pgg-format-key-identifier): Ditto.
15001         * pop3.el (pop3-last, pop3-stat): Ditto.
15002         * qp.el (quoted-printable-decode-region): Ditto.
15003
15004         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15005         of concat.
15006
15007 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15010
15011         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15012
15013         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15014
15015         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15016
15017         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15018
15019         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15020
15021         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15022         (gnus-carpal-mode): Ditto.
15023
15024         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15025         (gnus-browse-mode): Ditto.
15026
15027         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15028
15029         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15030
15031 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15032
15033         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15034
15035 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-util.el (gnus-run-mode-hooks): New function.
15038
15039         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15040
15041         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15042         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15043
15044 2005-05-27  Lute Kamstra  <lute@gnu.org>
15045
15046         * dns-mode.el (dns-mode): Specify customization group.
15047
15048 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15049
15050         * gnus-agent.el (gnus-agent-make-mode-line-string):
15051         Use mode-line-highlight as mouse-face.
15052
15053 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * canlock.el (canlock): Change the parent group to news.
15056
15057         * deuglify.el (gnus-outlook-deuglify): Add :group.
15058
15059         * dig.el (dig): Add :group.
15060
15061         * dns-mode.el (dns-mode): Add :group.
15062
15063         * encrypt.el (encrypt): Add :group.
15064
15065         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15066         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15067         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15068         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15069         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15070
15071         * gnus-diary.el (gnus-diary): Add :group.
15072
15073         * gnus.el (gnus-group-news-1-face): Add :group.
15074         (gnus-group-news-1-empty-face): Ditto.
15075         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15076         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15077         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15078         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15079         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15080         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15081         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15082         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15083         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15084         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15085         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15086         (gnus-summary-high-ticked-face): Ditto.
15087         (gnus-summary-low-ticked-face): Ditto.
15088         (gnus-summary-normal-ticked-face): Ditto.
15089         (gnus-summary-high-ancient-face): Ditto.
15090         (gnus-summary-low-ancient-face): Ditto.
15091         (gnus-summary-normal-ancient-face): Ditto.
15092         (gnus-summary-high-undownloaded-face): Ditto.
15093         (gnus-summary-low-undownloaded-face): Ditto.
15094         (gnus-summary-normal-undownloaded-face): Ditto.
15095         (gnus-summary-high-unread-face): Ditto.
15096         (gnus-summary-low-unread-face): Ditto.
15097         (gnus-summary-normal-unread-face): Ditto.
15098         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15099         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15100
15101         * hashcash.el (hashcash): New custom group.
15102         (hashcash-default-payment): Add :group.
15103         (hashcash-payment-alist): Ditto.
15104         (hashcash-default-accept-payment): Ditto.
15105         (hashcash-accept-resources): Ditto.
15106         (hashcash-path): Ditto.
15107         (hashcash-extra-generate-parameters): Ditto.
15108         (hashcash-double-spend-database): Ditto.
15109         (hashcash-in-news): Ditto.
15110
15111         * message.el (message-minibuffer-local-map): Add :group.
15112
15113         * netrc.el (netrc): Add :group.
15114
15115         * sieve-manage.el (sieve-manage-log): Add :group.
15116         (sieve-manage-default-user): Diito.
15117         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15118         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15119         (sieve-manage-authenticators): Ditto.
15120         (sieve-manage-authenticator-alist): Ditto.
15121         (sieve-manage-default-port): Ditto.
15122
15123         * sieve-mode.el (sieve-control-commands-face): Add :group.
15124         (sieve-action-commands-face): Ditto.
15125         (sieve-test-commands-face): Ditto.
15126         (sieve-tagged-arguments-face): Ditto.
15127
15128         * smime.el (smime): Add :group.
15129
15130         * spam-report.el (spam-report): Add :group.
15131
15132         * spam.el (spam, spam-face): Add :group.
15133
15134 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15137         return \n.\n.\n at the end of articles.  Protect against that.
15138         (nntp-with-open-group): Allow debugging.
15139
15140         * nnheader.el (mail-header-set-extra): Make into a function
15141         because I just could't understand how to quote the list properly.
15142
15143         * dns.el (query-dns-cached): New function.
15144
15145 2005-05-26  Lute Kamstra  <lute@gnu.org>
15146
15147         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15148
15149 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15152
15153         * gnus-art.el: Don't autoload mail-extract-address-components.
15154
15155         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15156         eval-and-compile to evaluate it.
15157
15158         * hashcash.el: Don't autoload executable-find.
15159
15160         * nndb.el: Don't declare the nndb back end two or more times; don't
15161         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15162
15163         * nntp.el: Autoload format-spec instead of format; use
15164         eval-and-compile to evaluate autoload forms.
15165
15166 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15167
15168         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15169
15170 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15171
15172         * gnus.el (gnus-version-number): Bump version.
15173
15174 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15175
15176         * gnus.el: No Gnus v0.3 is released.
15177
15178 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15179
15180         * lpath.el (featurep): Bind show-nonbreak-escape.
15181
15182 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-art.el (gnus-article-edit-part): Disable undo.
15185
15186 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15189         gnus-article-date-lapsed-new-header is t if date timer is active;
15190         skip headers in which the original date value is empty.
15191         (gnus-article-save-original-date): Redefine it as a macro.
15192         (gnus-display-mime): Use it.
15193
15194 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-art.el (article-date-ut): Support converting date in
15197         forwarded parts as well.
15198         (gnus-article-save-original-date): New function.
15199         (gnus-display-mime): Use it.
15200
15201 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15202
15203         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15204         enclosure element of <item>.
15205
15206 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * message.el (message-kill-buffer-query): Rename from
15209         `message-kill-buffer-query-if-modified'.  Add :version.
15210
15211 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15214         window layout.
15215
15216 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * mml.el: Autoload dnd when compiling.
15219
15220 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15223         x-dnd-*.
15224
15225 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * qp.el (quoted-printable-encode-region): Save excursion.
15228
15229 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * message.el (message-kill-buffer-query-if-modified): Add new variable
15232         so the user can kill a modified message buffer quickly.
15233         (message-kill-buffer): Use it.
15234
15235 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * lpath.el: Fbind display-time-event-handler; don't fbind
15238         string-to-multibyte.
15239
15240         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15241
15242 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15245         contained in text because xml.el decodes entities) with LFs.
15246
15247 2005-04-11  Lute Kamstra  <lute@gnu.org>
15248
15249         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15250         differently.
15251
15252 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15253
15254         * mm-util.el (mm-detect-coding-region): Typo.
15255
15256 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15259
15260 2005-04-06  Deepak Goel  <deego@gnufans.org>
15261
15262         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15263         user-function allow user modifications of the scores.
15264         (spam-stat-score-buffer-user): New function, to allow
15265         user-computed modifications to the score.
15266         (spam-stat-score-buffer-user-functions): List of additional
15267         scoring functions.
15268         (spam-stat-error-holder): Global temporary error holder.
15269         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15270         variable.
15271
15272 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15273
15274         * gnus-registry.el (gnus-registry-clean-empty-function)
15275         (gnus-registry-trim, gnus-registry-fetch-groups)
15276         (gnus-registry-delete-group): Groups that match
15277         `gnus-registry-ignored-groups' are removed from the registry
15278         entries, not just ignored for splitting.  This helps clean up the
15279         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15280         to get all the groups a message ID is in.
15281
15282         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15283         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15284         (spam-stat-score-buffer-user-functions): Add :number custom type.
15285
15286 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15289         argument in XEmacs.
15290
15291         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15292         (nnrss-request-group): Decode group name first.
15293         (nnrss-request-article): Make a text/plain article if mml-to-mime
15294         failed.
15295         (nnrss-get-encoding): Return a compatible encoding according to
15296         nnrss-compatible-encoding-alist.
15297         (nnrss-find-el): Use consp instead of listp.
15298         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15299
15300 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15303         which Emacs 20 doesn't support.
15304         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15305
15306 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15309         silence the byte compiler inside the defun.
15310
15311         * gnus-demon.el (parse-time-string): Add autoload.
15312
15313         * gnus-delay.el (parse-time-string): Add autoload.
15314
15315         * gnus-art.el (parse-time-string): Add autoload.
15316
15317         * nnultimate.el (parse-time): Require for `parse-time-string'.
15318
15319 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15320
15321         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15322
15323         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15324
15325         * smime.el (smime-ldap-host-list): Add :version.
15326
15327 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15330         pass it to `gnus-browse-read-group'.
15331         (gnus-browse-read-group): Add NUMBER argument and pass it to
15332         `gnus-group-read-ephemeral-group'.
15333
15334         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15335         argument and pass it to `gnus-group-read-group'.
15336
15337 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15338
15339         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15340         mm-xemacs-find-mime-charset-1 if we have the mule feature
15341         available at runtime.
15342
15343 2005-03-25  Werner Lemberg  <wl@gnu.org>
15344
15345         * nnmaildir.el: Replace `illegal' with `invalid'.
15346
15347 2005-03-23  Lute Kamstra  <lute@gnu.org>
15348
15349         * time-date.el: Add comment on time value formats.
15350         Don't require parse-time.
15351         (with-decoded-time-value): New macro.
15352         (encode-time-value): New function.
15353         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15354         (days-to-time): Return a valid time value when arg is huge.
15355         (time-since): Use time-subtract.
15356         (time-to-number-of-days): Use time-to-seconds.
15357
15358 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15359
15360         * gnus-start.el (gnus-display-time-event-handler):
15361         Check display-time-timer at runtime rather than only at load time
15362         in case display-time-mode is turned off in the mean time.
15363
15364 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15367         used.
15368
15369         * nneething.el (nneething-map-file-directory): Derive from
15370         `gnus-directory'.
15371
15372         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15373         the To/Cc button.
15374
15375 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15376
15377         * nnmaildir.el (nnmaildir-request-accept-article):
15378         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15379
15380 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15381
15382         * gnus-async.el: Require timer-funcs at compile time when in
15383         XEmacs for `run-with-idle-timer'.
15384
15385 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15386
15387         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15388         autoloaded function.
15389
15390 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15391
15392         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15393
15394 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15395
15396         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15397
15398 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15401         Add gnus-expert-user to default.
15402
15403 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15404
15405         * nnimap.el (nnimap-open-server): Ditto.
15406
15407         * imap.el (imap-authenticate): Fix typo.
15408
15409 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15410
15411         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15412         buffer (since IMAP server might return FETCH response out of
15413         order, and the nntp buffer must be sorted).
15414
15415 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15416
15417         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15418         comparison on string.
15419
15420         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15421         (gnus-agent-score): Rename category keywords to match gnus-cus.
15422         (gnus-agent-summary-fetch-series): Modify to protect against
15423         gnus-agent-summary-fetch-group clearing processable flags.
15424         (gnus-agent-synchronize-group-flags): Update live group buffer as
15425         synchronization may occur due to the user toggle the plugged
15426         status.
15427         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15428         successfully downloaded.
15429         (gnus-agent-expire-group-1): Avoid using markers when the overview
15430         is in ascending order; greatly improves performance.
15431         (gnus-agent-regenerate-group):
15432         Use gnus-agent-synchronize-group-flags to reset read status in both
15433         gnus and server.
15434         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15435
15436 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * message.el: Don't autoload former message-utils variables.
15439         (message-strip-subject-trailing-was): Change doc string.
15440
15441         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15442         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15443         (nnweb-google-search): Add "hl=en" here.
15444         (nnweb-google-parse-1, nnweb-google-create-mapping):
15445         Don't hardcode URL.
15446
15447 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15448
15449         * message.el (message-get-reply-headers, message-followup):
15450         Mention related variables `message-use-followup-to' and
15451         `message-use-mail-followup-to', in the information buffer.
15452
15453         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15454         of broken groups(-beta).google.com.
15455
15456 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15459         parameter to invoked gnus-request-move-article; remove the
15460         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15461         all at once instead of once per article.
15462         (gnus-summary-remove-process-mark): Accept a list of articles as
15463         well as a single article for processing.
15464
15465         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15466         parameter.
15467
15468         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15469
15470         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15471
15472         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15473         parameter.
15474
15475         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15476         parameter.
15477
15478         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15479         parameter and remove the gnus-sum-hint-move-is-internal variable.
15480
15481         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15482         parameter.
15483
15484         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15485         parameter.
15486
15487         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15488         parameter.
15489
15490         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15491
15492         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15493         parameter.
15494
15495         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15496         parameter.
15497
15498 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15499
15500         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15501         a more conservative way.
15502
15503 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15504
15505         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15506         buffer, so it moves the window's cursor.
15507
15508 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15509
15510         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15511         `mm-dissect-multipart' and receive the from field as an (optional)
15512         argument from `mm-dissect-multipart'.
15513         (mm-dissect-multipart): Receive the from field as an argument and
15514         pass it on when we call `mm-dissect-buffer' on MIME parts.
15515         Fixes verification/decryption of signed/encrypted MIME parts.
15516
15517 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * gnus-sum.el (gnus-summary-move-article):
15520         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15521         whatever it calls (right now, only nnimap-request-move article
15522         respects it).
15523
15524         * nnimap.el (nnimap-request-move-article):
15525         When gnus-sum-hint-move-is-internal is set, don't do the extra
15526         nnimap-request-article.
15527
15528 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15531
15532         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15533         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15534
15535         * gnus-sum.el (gnus-summary-caesar-message):
15536         Apply `gnus-treat-article' after rotation.
15537
15538         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15539         doc string.
15540
15541 2005-02-22  Simon Josefsson  <jas@extundo.com>
15542
15543         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15544         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15545         <arne@arnested.dk>.
15546         (encrypt): Add password-cache and password-cache-expiry as group
15547         members.
15548
15549 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15550
15551         * smime.el (smime-ldap-host-list): Doc fix.
15552         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15553         cache) password.
15554         (smime-sign-region): Use it.
15555         (smime-decrypt-region): Use it.
15556         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15557         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15558         fails.
15559         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15560         certificate from DER to PEM format rather than calling openssl.
15561
15562         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15563
15564         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15565         for signing/encryption.
15566
15567         * mml.el (mml-parse-1): Use them.
15568
15569 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15570
15571         * nnrss.el (nnrss-verbose): Remove.
15572         (nnrss-request-group): Use `nnheader-message' instead.
15573
15574 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15575
15576         * nnrss.el (nnrss-verbose): New variable.
15577         (nnrss-request-group): Make it say nnrss is requesting a group.
15578
15579 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15582         Handle news URL with given port correctly.
15583
15584 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15587         containing special characters.
15588
15589         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15590
15591         * mml.el (mime-to-mml): Ditto.
15592
15593         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15594         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15595         (rfc2047-decode-region): Quote decoded words containing special
15596         characters when rfc2047-quote-decoded-words-containing-tspecials
15597         is non-nil.
15598
15599 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15600
15601         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15602
15603         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15604
15605 2005-02-15  Simon Josefsson  <jas@extundo.com>
15606
15607         * nnimap.el (nnimap-debug): Doc fix.
15608
15609         * imap.el (imap-debug): Doc fix.
15610
15611 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15614
15615 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * gnus.el (spam-contents): Improve docs for spam-contents
15618         parameter in its variable incarnation.
15619
15620 2005-02-14  Simon Josefsson  <jas@extundo.com>
15621
15622         * smime-ldap.el: Use require instead of load-library for ldap.
15623         (smime-ldap-search): Indent.
15624         (smime-ldap-search-internal): Shorten line.
15625
15626         * smime.el (smime-cert-by-dns): Add doc-string.
15627         (smime-cert-by-ldap-1): Indent.
15628
15629         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15630         mml-smime-get-dns-ldap.
15631         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15632
15633 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15634
15635         * smime.el: Require smime-ldap.
15636         (smime-ldap-host-list): New variable.
15637         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15638
15639         * mml-smime.el (mml-smime-encrypt-query): New function.
15640         (mml-smime-encrypt-query): Use it.
15641
15642         * smime-ldap.el: New file.
15643
15644 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15647
15648 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15651         argument in doc string.  Make query for type more clear.
15652
15653 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * gnus.el (gnus-group-startup-message): Search for gnus images in
15656         etc/images/gnus.
15657         * mm-util.el (mm-image-load-path): Likewise.
15658         * smiley.el (smiley-data-directory): Search for smilies in
15659         etc/images/smilies.
15660
15661 2005-02-09  Kim F. Storm  <storm@cua.dk>
15662
15663         Change Emacs release version from 21.4 to 22.1 throughout.
15664         Change Emacs development version from 21.3.50 to 22.0.50.
15665
15666 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15669
15670         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15671         non-Mule XEmacs as well.
15672         (mm-decompress-buffer): Signal an error intentionally if it does
15673         not decompress compressed data because auto-compression-mode is
15674         disabled.
15675
15676 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15679         an ID in the registry even if it has no groups.
15680
15681 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15684         merge it into mm-decompress-buffer.
15685         (gnus-mime-copy-part): Use the MIME part charset, the value which
15686         a user specified or gnus-newsgroup-charset for decoding, like
15687         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15688         save-buffer what was used.  Suggested by Kevin Ryde
15689         <user42@zip.com.au>.
15690         (gnus-mime-inline-part): Allow the name parameter as well as the
15691         filename parameter; force decompressing of compressed data; always
15692         display contents being not decoded as unibyte.
15693
15694         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15695         as well as the filename parameter.
15696
15697         * mm-util.el (mm-decompress-buffer):
15698         Merge gnus-mime-jka-compr-maybe-uncompress.
15699         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15700         of compressed data.
15701
15702 2005-02-08  Simon Josefsson  <jas@extundo.com>
15703
15704         * imap.el (imap-log): Doc fix.
15705
15706 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15709         the coding cookies; decompress compressed parts.
15710
15711         * mml.el (mml-generate-mime-1): Add the charset parameter according
15712         to the value which a user specified manually or the coding cookie.
15713
15714         * mm-util.el (mm-string-to-multibyte): New function.
15715         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15716         (mm-coding-system-to-mime-charset): New function.
15717         (mm-decompress-buffer): New function.
15718         (mm-find-buffer-file-coding-system): New function.
15719
15720         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15721         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15722         parts.
15723
15724 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15725
15726         * mm-view.el (mm-display-inline-fontify): Decode a part according
15727         to the charset parameter.
15728
15729 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15732         prefix arg is neither nil nor a number, as info specifies.
15733
15734 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15737         timestamps.
15738
15739 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15740
15741         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15742         groups error checking and notify user.
15743
15744 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15745
15746         * message.el (message-send-mail-function): Check existence of
15747         sendmail-program first before using default value
15748         `message-send-mail-with-sendmail'.  Otherwise use more generic
15749         `smtpmail-send-it'.
15750
15751 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * nntp.el (nntp-request-update-info): Always return nil.
15754
15755 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15756
15757         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15758
15759 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15760
15761         * message.el (message-beginning-of-line): Change the behavior when
15762         invoked between BOL and : so that it first moves backward.
15763
15764 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15767         article buffer when editing of the article is discarded.
15768         (gnus-article-prepare): Revert.
15769
15770 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-art.el (gnus-article-prepare):
15773         Remove message-strip-forbidden-properties from the local hook.
15774
15775 2005-01-27  Simon Josefsson  <jas@extundo.com>
15776
15777         * password.el (password-cache-add): Only start one timer per key.
15778         Reported by Derek Atkins <warlord@MIT.EDU>.
15779
15780 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15781
15782         * run-at-time.el: Remove.  It is no longer needed as
15783         timer-funcs.el in the xemacs-base package has a working version of
15784         `run-at-time'.
15785
15786         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15787
15788         * password.el: Require timer-funcs instead of run-at-time in
15789         XEmacs.
15790         Remove `password-run-at-time' macro.
15791         (password-cache-add): Use `run-at-time' instead of
15792         `password-run-at-time'.
15793
15794         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15795         Remove `nnheader-cancel-function-timers' alias,
15796         `cancel-function-timers' exists in XEmacs in timer-funcs.
15797
15798         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15799         for `run-with-idle-timer'.
15800
15801         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15802         for `run-at-time'.
15803
15804         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15805         for `with-timeout'.
15806
15807         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15808         the same as for XEmacs 21.4.
15809         No need to ignore `run-with-idle-timer', this function exists in
15810         XEmacs now in timer-funcs.el in the xemacs-base package.
15811         (dgnushack-compile): No need to delete
15812         run-at-time.el from the list of files to compile because it
15813         doesn't exist anymore.
15814
15815 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15818         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15819
15820 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15821
15822         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15823         sensitively.
15824
15825 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15826
15827         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15828
15829 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15832         which will be inserted according to the multibyteness of a buffer
15833         rather than the type of contents.  Suggested by ARISAWA Akihiro
15834         <ari@mbf.ocn.ne.jp>.
15835
15836         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15837         of string which old xml.el may return rather than a string.
15838
15839 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15842
15843 2005-01-16  Simon Josefsson  <jas@extundo.com>
15844
15845         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15846         idn/idna.el isn't available.
15847         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15848         <michael@waxrat.com>.
15849
15850         * hashcash.el: Remove non-FSF copyright header.
15851
15852         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15853         (hashcash-generate-payment): Use it.
15854         (hashcash-generate-payment-async): Use it.
15855
15856 2005-01-15  Simon Josefsson  <jas@extundo.com>
15857
15858         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15859         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15860
15861         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15862         gnus-summary-idna-message.
15863         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15864         (gnus-summary-idna-message): New function.
15865
15866 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15869         gnus-novice-user.
15870
15871 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * nnrss.el (nnrss-request-delete-group): Delete entries in
15874         nnrss-group-alist as well.
15875         (nnrss-save-server-data): Insert newline.
15876
15877 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * gnus.el (gnus-user-agent): Use list of symbols instead of
15880         symbols.  Display full version number for (S)XEmacs.
15881         Optionally display (S)XEmacs codename.
15882
15883         * gnus-util.el (gnus-emacs-version): Update for new
15884         `gnus-user-agent'.
15885
15886         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15887         Gnus version.
15888
15889 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15892         which is unreadable in some setups.
15893
15894 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus-spec.el (gnus-update-format-specifications): Flush the
15897         group format spec cache if it doesn't support decoded group names.
15898
15899 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15902         Allow to apply decay on score files matching a regexp.
15903
15904 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15907         compatibility in %g and %c.
15908
15909 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15912         name for only %g and %c.
15913         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15914         of gnus-tmp-group to decoded group name.
15915         (gnus-group-make-rss-group): Exclude `/'s from group names.
15916
15917 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * nnrss.el (nnrss-get-encoding): Fix regexp.
15920
15921 2004-12-27  Simon Josefsson  <jas@extundo.com>
15922
15923         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15924         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15925         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15926
15927 2004-12-17  Kim F. Storm  <storm@cua.dk>
15928
15929         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15930
15931         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15932
15933 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15934
15935         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15936
15937 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * nnrss.el: Require rfc2047 and mml.
15940         (nnrss-file-coding-system): New variable.
15941         (nnrss-format-string): Redefine it as an inline function.
15942         (nnrss-decode-group-name): New function.
15943         (nnrss-string-as-multibyte): Remove.
15944         (nnrss-retrieve-headers): Decode group name; don't use
15945         nnrss-format-string.
15946         (nnrss-request-group): Decode group name.
15947         (nnrss-request-article): Decode group name; allow a Message-ID as
15948         well as an article number; don't use nnrss-format-string; encode a
15949         Message-ID string which may contain non-ASCII characters; use
15950         mml-to-mime to compose a MIME article.
15951         (nnrss-request-expire-articles): Decode group name.
15952         (nnrss-request-delete-group): Decode group name.
15953         (nnrss-fetch): Clarify error message.
15954         (nnrss-read-server-data): Use insert-file-contents instead of load;
15955         bind file-name-coding-system; use multibyte buffer.
15956         (nnrss-save-server-data): Bind coding-system-for-write to the
15957         value of nnrss-file-coding-system; bind file-name-coding-system;
15958         add coding cookie.
15959         (nnrss-read-group-data): Use insert-file-contents instead of load;
15960         bind file-name-coding-system; use multibyte buffer.
15961         (nnrss-save-group-data): Bind coding-system-for-write to the
15962         value of nnrss-file-coding-system; bind file-name-coding-system.
15963         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15964         make it work with non-ASCII text.
15965         (nnrss-find-el): Make it work with old xml.el as well.
15966
15967 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15968
15969         * nnrss.el (nnrss-get-encoding): New function.
15970         (nnrss-fetch): Use unibyte buffer initially; bind
15971         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15972         decode contents according to the encoding attribute.
15973         (nnrss-save-group-data): Add coding cookie.
15974         (nnrss-mime-encode-string): New function.
15975         (nnrss-check-group): Use it to encode subject and author.
15976
15977 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15978
15979         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15980         imaginary variable.
15981
15982 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15985         correctly even if there are wide characters.
15986
15987 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15990         downcased symbol names; make a new cache instead of reusing
15991         bbdb-hashtable.
15992
15993 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15996         concatenating segments rather than before concatenating them.
15997         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15998
15999         * message.el (message-get-reply-headers): Bind `extra'.
16000
16001 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * message.el (message-extra-wide-headers): New variable.
16004         (message-get-reply-headers): Use it.
16005
16006 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16009         (gnus-agent-group-pathname): Ditto.
16010
16011         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16012
16013         * gnus-group.el (gnus-group-make-group): Decode group name.
16014         (gnus-group-make-rss-group): Register the group data after opening
16015         the nnrss group.
16016
16017 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16018
16019         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16020         by expiry now get marked as read.
16021
16022 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16025
16026 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16027
16028         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16029         unify Latin characters in XEmacs.
16030         (mm-find-mime-charset-region): Use it.
16031
16032 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * gnus-util.el (gnus-delete-directory): New function.
16035
16036         * gnus-agent.el (gnus-agent-delete-group): Use it.
16037
16038         * gnus-cache.el (gnus-cache-delete-group): Use it.
16039
16040 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16043         names.
16044
16045 2004-12-16  Simon Josefsson  <jas@extundo.com>
16046
16047         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16048
16049 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16052
16053         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16054         (gnus-group-set-current-level): Decode group name.
16055
16056 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16057
16058         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16059         failed.
16060
16061 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-group.el (gnus-group-delete-group): Decode group name.
16064         (gnus-group-make-rss-group): Encode group name.
16065         (gnus-group-catchup-current): Decode group name.
16066         (gnus-group-kill-group): Decode group name.
16067
16068 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16069
16070         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16071
16072 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-group.el (gnus-group-make-rss-group):
16075         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16076
16077         * gnus-start.el (gnus-setup-news): Honor user's setting to
16078         gnus-message-archive-method.  Suggested by Lute Kamstra
16079         <lute@gnu.org>.
16080
16081 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16082
16083         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16084         global counterparts of the buffer-local variables.
16085
16086 2004-11-16  Romain Francoise  <romain@orebokech.com>
16087
16088         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16089         counterparts of the buffer-local variables.
16090
16091 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * message.el (message-forbidden-properties): Fix typo in doc
16094         string.
16095
16096 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16097
16098         * gnus-util.el (gnus-replace-in-string): Add doc string.
16099
16100         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16101         to avoid problems when splitting mails with many recipients.
16102
16103 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16104
16105         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16106         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16107
16108 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16109
16110         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16111         if there is no hashtable in memory or file modification time is
16112         newer than cached timestamp.
16113
16114 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * gnus-sum.el (gnus-summary-limit-to-recipient):
16117         Implement not-matching option.
16118
16119 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16122         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16123         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16124         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16125         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16126         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16127
16128 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * message.el (message-forward-make-body-mml): Remove headers
16131         according to message-forward-ignored-headers if a message is decoded.
16132
16133 2004-12-02  Romain Francoise  <romain@orebokech.com>
16134
16135         * message.el (message-forward-make-body-plain): Always remove
16136         headers according to message-forward-ignored-headers.
16137
16138 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16139
16140         * spam.el (spam-summary-prepare-exit): Remove the
16141         gnus-summary-limit pop for now, it has problems with ham marks for
16142         me.
16143
16144 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16145
16146         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16147         correctly.
16148
16149 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16150
16151         * format-spec.el (format-spec): Message the char.
16152
16153 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16154
16155         * gnus-art.el (gnus-split-methods): Reformat comments.
16156
16157         * spam.el (spam-summary-prepare-exit): Remove article limits
16158         before exiting the summary buffer.
16159
16160 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16163         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16164
16165         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16166         order to silence the byte compiler.
16167
16168         * spam.el: Fix the way to silence the byte compiler, which
16169         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16170         bbdb-search-simple, spam-BBDB-register-routine,
16171         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16172         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16173         spam-stat-buffer-is-spam, spam-stat-load,
16174         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16175         spam-stat-save and spam-stat-split-fancy.
16176
16177 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16180         which may confuse users.
16181         (canlock-password-for-verify): Ditto.
16182
16183         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16184
16185         * gnus-art.el (gnus-emphasis-alist): Ditto.
16186
16187         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16188
16189         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16190
16191         * gnus-start.el (gnus-save-killed-list): Ditto.
16192
16193         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16194         (gnus-sum-thread-tree-root): Ditto.
16195         (gnus-sum-thread-tree-false-root): Ditto.
16196         (gnus-sum-thread-tree-single-indent): Ditto.
16197
16198         * message.el (message-courtesy-message): Ditto.
16199         (message-archive-note): Ditto.
16200         (message-subscribed-address-file): Ditto.
16201         (message-user-fqdn): Ditto.
16202
16203         * spam-report.el (spam-report-gmane-regex): Ditto.
16204
16205         * spam.el (spam-blackhole-good-server-regex): Ditto.
16206
16207 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * mml.el (mml-preview): Widen the message buffer before copying
16210         the contents to the preview buffer; sort headers before previewing.
16211
16212         * message.el (message-hidden-headers): Fix the way to avoid a bug
16213         in the `repeat' widget in Emacs 21.3 or earlier.
16214
16215 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * message.el (message-hidden-headers): Default to "^References:".
16218         Improve customization type.  Suggested by Reiner Steib
16219         <Reiner.Steib@gmx.de>.
16220
16221 2004-11-25  Romain Francoise  <romain@orebokech.com>
16222
16223         * message.el (message-strip-forbidden-properties): Remove check for
16224         obsolete `message-hidden' text property, hidden headers are not
16225         accessible in the buffer anymore.
16226
16227 2004-11-22  Romain Francoise  <romain@orebokech.com>
16228
16229         * message.el (message-header-format-alist): Add `From' in list
16230         so that it can be sorted.
16231         (message-fix-before-sending): Widen and sort headers before
16232         sending.
16233         (message-hide-headers): Use narrowing to hide headers by moving
16234         them to the top of the buffer and narrowing to the region
16235         underneath.
16236
16237 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16238
16239         * message.el (message-strip-forbidden-properties):
16240         Bind buffer-read-only (etc) to nil.
16241
16242 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16245         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16246
16247 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16248
16249         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16250
16251 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16252
16253         * dns.el (query-dns): Use sit-for to time instead of
16254         accept-process-output, since that doesn't seem to work on udp
16255         sockets.
16256
16257 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16260
16261 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16262
16263         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16264         doc string.  Improve doc string.
16265
16266 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * nntp.el (nntp-request-update-info): Return nil if
16269         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16270         may not call gnus-activate-group which uselessly issues the GROUP
16271         commands for all nntp groups and wastes time.  Reported by Romain
16272         Francoise <romain@orebokech.com>.
16273
16274         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16275
16276 2004-11-15  Simon Josefsson  <jas@extundo.com>
16277
16278         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16279         headers separately.
16280         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16281         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16282
16283 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * gnus-start.el (gnus-convert-old-newsrc):
16286         Assign legacy-gnus-agent to 5.10.7.
16287
16288 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16289
16290         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16291         start of the lines.
16292
16293 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16294
16295         * hashcash.el (hashcash-default-payment): Change default to 20.
16296         (hashcash-default-accept-payment): Change default to 20.
16297         (hashcash-process-alist): New variable.
16298         (hashcash-generate-payment-async): Add.
16299         (hashcash-already-paid-p): Add.
16300         (hashcash-insert-payment): Don't generate payments twice.
16301         (hashcash-insert-payment-async): Add.
16302         (hashcash-insert-payment-async-2): Add.
16303         (hashcash-cancel-async): Add.
16304         (hashcash-wait-async): Add.
16305         (hashcash-processes-running-p): Add.
16306         (hashcash-wait-or-cancel): Add.
16307         (mail-add-payment): New optional argument.  Conditionally start
16308         asynchronous calculation.
16309         (mail-add-payment-async): Add.
16310
16311         * message.el (message-send-mail): Wait for asynchronous hashcash
16312         results.  Don't clobber existing X-Hashcash headers.
16313         (message-setup-1): Call mail-add-payment-async when
16314         message-generate-hashcash is non-nil.
16315
16316 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16317
16318         * message.el (message-use-alternative-email-as-from): Examine the
16319         From header as well; use message-make-from in order to include a
16320         user's full name.
16321
16322 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16325         default; improve customization type.
16326         (gnus-emphasis-custom-with-format): New macro.
16327         (gnus-emphasis-custom-value-to-external): New function.
16328         (gnus-emphasis-custom-value-to-internal): New function.
16329
16330 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16331
16332         * dns.el (query-dns): Resolve reverse addresses.
16333
16334 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16335
16336         * gnus-group.el (gnus-group-get-new-news): Use it.
16337
16338         * gnus-start.el (gnus-check-reasonable-setup): New function.
16339
16340 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16343         "Args out of range" error.  Reported by Arnaud Giersch
16344         <arnaud.giersch@free.fr>.
16345
16346 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16347
16348         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16349
16350 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16351
16352         * spam.el (spam group): Add :version.
16353
16354         * pgg-def.el (pgg group): Add :version.
16355
16356 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-art.el (gnus-article-edit-article): Don't associate the
16359         article buffer with a draft file.  This is a temporary measure
16360         against the 2004-08-22 change to gnus-article-edit-mode.
16361
16362 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16365         (html2text-format-tags): Remove unused variable `attr'.
16366
16367 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16368
16369         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16370
16371         * tls.el (tls-process-connection-type, tls-success)
16372         (tls-certtool-program): Add :version.
16373
16374         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16375         (starttls-extra-arguments, starttls-process-connection-type)
16376         (starttls-connect, starttls-failure, starttls-success): Add :version.
16377
16378         * spam-stat.el (spam-stat): Add :version.
16379
16380         * sieve.el (sieve): Add :version.
16381
16382         * sha1.el (sha1): Add :version.
16383         (sha1-use-external): Remove redundant version.
16384
16385         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16386         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16387         (nnmail-split-fancy-match-partial-words)
16388         (nnmail-split-lowercase-expanded): Add :version.
16389
16390         * nndiary.el (nndiary): Add :version.
16391
16392         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16393
16394         * mml-sec.el (mml-default-sign-method)
16395         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16396         Add :version.
16397
16398         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16399
16400         * mm-url.el (mm-url-use-external, mm-url-program)
16401         (mm-url-arguments): Add :version.
16402
16403         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16404         (mm-attachment-file-modes, mm-decrypt-option)
16405         (mm-w3m-safe-url-regexp): Add :version.
16406
16407         * message.el (message-cite-prefix-regexp)
16408         (message-sendmail-envelope-from, message-minibuffer-local-map)
16409         (message-user-fqdn, message-completion-alist): Add :version.
16410
16411         * gnus-win.el (gnus-configure-windows-hook)
16412         (gnus-use-frames-on-any-display): Add :version.
16413
16414         * gnus-art.el (gnus-article-address-banner-alist)
16415         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16416         (gnus-treat-from-picon, gnus-treat-mail-picon)
16417         (gnus-treat-x-pgp-sig): Add :version.
16418
16419         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16420         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16421         (gnus-summary-article-delete-hook)
16422         (gnus-summary-display-while-building): Add :version.
16423
16424         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16425         (gnus-get-top-new-news-hook): Add :version.
16426
16427         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16428         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16429
16430         * gnus-registry.el (gnus-registry): Add :version.
16431
16432         * gnus-spec.el (gnus-use-correct-string-widths)
16433         (gnus-make-format-preserve-properties): Add :version.
16434
16435         * gnus.el (gnus-group-charter-alist)
16436         (gnus-group-fetch-control-use-browse-url)
16437         (gnus-install-group-spam-parameters): Add :version.
16438
16439         * gnus-diary.el (gnus-diary): Add :version.
16440
16441         * gnus-delay.el (gnus-delay): Add :version.
16442
16443         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16444         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16445         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16446         Add :version.
16447
16448         * gnus-agent.el (gnus-agent-max-fetch-size)
16449         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16450         (gnus-agent-prompt-send-queue): Add :version.
16451
16452         * deuglify.el (gnus-outlook-deuglify): Add :version.
16453
16454         * html2text.el: Beautify code.  Improve doc strings.
16455         Some checkdoc cleanup.
16456         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16457
16458 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16459
16460         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16461
16462 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16463
16464         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16465         when package is loaded.
16466
16467         * spam.el (spam-summary-score-preferred-header): Add global preference
16468         for people who want to override the default SpamAssassin over
16469         Bogofilter preference (when both are set).
16470         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16471         (spam-user-format-function-S):
16472         Check spam-summary-score-preferred-header.
16473         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16474         (spam-user-format-function-S): Format the score correctly.
16475
16476 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16479         signature file.  Suggested by Manoj Srivastava
16480         <srivasta@golden-gryphon.com>.
16481
16482         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16483         iso-2022-jp even in the Japanese language environment.
16484         Suggested by Jason Rumney <jasonr@gnu.org>.
16485
16486 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16489         use the same characters as the dummy marks; make it free from
16490         getting affected by the language environment.
16491         (gnus-summary-read-group-1): Update mark positions only when the
16492         format spec is updated.
16493
16494         * gnus-spec.el (gnus-update-format-specifications): Return a list
16495         of updated types.
16496
16497 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16500         of boundp to check if display-warning is available.
16501
16502 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16505
16506 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * nnspool.el (nnspool-spool-directory): Use news-path if the
16509         news-directory variable is not bound.
16510
16511         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16512         function instead of display-warning if it is not available.
16513
16514 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16517         v5-10: Use `point-at-bol'.
16518
16519 2004-10-26  Simon Josefsson  <jas@extundo.com>
16520
16521         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16522         <chenggao@gmail.com>.
16523
16524 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16527         instead.
16528
16529 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16530
16531         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16532         to remove a server from the nnimap-server-buffer-alist.
16533         (nnimap-open-connection, nnimap-close-server): Use it.
16534
16535         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16536
16537 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16540         running the major-mode function.
16541
16542 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16545         dummy marks in the right way.
16546
16547 2004-10-18  David Edmondson  <dme@dme.org>
16548
16549         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16550         excessively.
16551
16552 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * gnus-util.el (gnus-split-references): Accept a nil references
16555         string and go on blissfully.
16556
16557         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16558         cases where the references string is non-nil but has no references.
16559
16560         * encrypt.el: Add autoload tags.
16561
16562         * spam.el (spam-resolve-registrations-routine): Remove article
16563         from unregistration list too.  Reported by David Hanak
16564         <dhanak@isis.vanderbilt.edu>
16565
16566 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16569         nil.  Change custom type.
16570
16571 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16574
16575         * gnus-sum.el (gnus-summary-move-article): Use it.
16576
16577 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * encrypt.el: Add autoload cookies.
16580
16581         * spam.el (spam-backend-article-list-property)
16582         (spam-backend-get-article-todo-list)
16583         (spam-backend-put-article-todo-list)
16584         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16585         Resolve registrations separately.
16586         (spam-register-routine): Format comments.
16587         (spam-unregister-routine, spam-register-routine): Always call with
16588         specific-articles, no default list.
16589         (spam-summary-prepare-exit): Use the spam-classifications function.
16590
16591         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16592         gnus-encrypt.el.
16593
16594         * encrypt.el: Copied from gnus-encrypt.el.
16595
16596         * gnus-encrypt.el: Commented that it's obsolete.
16597
16598 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16601         (gnus-score-save): Use it.
16602
16603         * message.el (message-bury): Use `window-dedicated-p'.
16604
16605 2004-10-15  Simon Josefsson  <jas@extundo.com>
16606
16607         * pop3.el (top-level): Don't require nnheader.
16608         (pop3-read-timeout): Add.
16609         (pop3-accept-process-output): Add.
16610         (pop3-read-response, pop3-retr): Use it.
16611
16612 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16613
16614         * spam.el (spam-register-routine): Move comment.
16615         (spam-verify-bogofilter): Use 'unknown for the initial
16616         spam-bogofilter-valid state, not 'never.
16617
16618         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16619         for netrc-machine.
16620
16621         * nnimap.el (nnimap-open-connection):
16622         Use netrc-machine-user-or-password.
16623
16624 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16625
16626         * gnus-registry.el (gnus-registry-unload-hook):
16627         Set as a variable with add-hook.
16628
16629         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16630         of news-path.
16631
16632         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16633
16634         * spam.el: Delete duplicate `provide'.
16635         (spam-unload-hook): Set as a variable with add-hook.
16636
16637 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16638
16639         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16640         in the doc string.
16641
16642         * message.el (message-ignored-news-headers)
16643         (message-ignored-supersedes-headers)
16644         (message-ignored-resent-headers)
16645         (message-forward-ignored-headers): Improve custom type.
16646
16647 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * message.el (message-tokenize-header): Fix 2004-09-06 change
16650         which used point-min in the wrong place.
16651
16652 2004-10-12  Simon Josefsson  <jas@extundo.com>
16653
16654         * tls.el (tls-certtool-program): New variable.
16655         (tls-certificate-information): New function, based on
16656         ssl-certificate-information.
16657
16658 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * compface.el: Move the version of ELisp-based uncompface program
16661         to the contrib directory because of the copyright problem.
16662
16663 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * message.el (message-kill-buffer): Raise the current frame.
16666
16667 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16670
16671         * gnus.el (message-y-or-n-p): Autoload.
16672
16673         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16674         (pop3-password-required, pop3-authentication-scheme)
16675         (pop3-leave-mail-on-server): Make customizable.
16676         (pop3): New custom group.
16677         (pop3-retr): Remove `sleep-for' statements.
16678         Suggested by Dave Love <fx@gnu.org>.
16679
16680         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16681         Windows/DOS.
16682
16683         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16684         (imap-parse-body): Fix incorrect use of `assert'.
16685         Suggested by Dave Love <fx@gnu.org>.
16686
16687         * mml.el (mml-minibuffer-read-disposition): Require match.
16688         Suggested by Dave Love <fx@gnu.org>.
16689
16690 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16693         doc string.
16694
16695 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16698
16699 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16700
16701         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16702         instead of calling `mm-insert-inline', to decode text/* parts
16703         before displaying them.
16704
16705 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mm-uu.el (mm-uu-text-plain-type): New variable.
16708         (mm-uu-pgp-signed-extract-1): Use it.
16709         (mm-uu-pgp-encrypted-extract-1): Use it.
16710         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16711         bind mm-uu-text-plain-type with that value.
16712         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16713         mm-uu-dissect.
16714
16715 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-group.el (gnus-update-group-mark-positions):
16718         * gnus-sum.el (gnus-update-summary-mark-positions):
16719         * message.el (message-check-news-body-syntax):
16720         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16721         of string-as-multibyte.
16722
16723 2004-10-05  Juri Linkov  <juri@jurta.org>
16724
16725         * gnus-group.el (gnus-update-group-mark-positions):
16726         * gnus-sum.el (gnus-update-summary-mark-positions):
16727         * message.el (message-check-news-body-syntax):
16728         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16729         8-bit unibyte values to a multibyte string for search functions.
16730
16731 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16734         (mm-uu-dissect-text-parts): New function.
16735
16736         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16737         dissect text parts.
16738
16739         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16740         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16741
16742         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16743
16744         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16745         Use gnus-current-topics instead of gnus-current-topic.
16746
16747 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16748
16749         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16750
16751 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16752
16753         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16754         where approriate.
16755
16756         * nnml.el (nnml-generate-active-info): do.
16757
16758         * nndiary.el (nndiary-generate-active-info): do.
16759
16760         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16761         (gnus-topic-move): do.
16762
16763         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16764         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16765
16766         * gnus-srvr.el (gnus-server-prepare)
16767         (gnus-server-open-all-servers): do.
16768
16769         * gnus-msg.el (gnus-summary-cancel-article)
16770         (gnus-summary-resend-message)
16771         (gnus-summary-mail-crosspost-complaint): do.
16772
16773         * gnus-move.el (gnus-change-server): do.
16774
16775         * gnus-group.el (gnus-group-unmark-all-groups)
16776         (gnus-group-set-current-level): do.
16777
16778 2004-10-04  Simon Josefsson  <jas@extundo.com>
16779
16780         * message.el (message-generate-hashcash): Doc fix.
16781
16782 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16783
16784         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16785         avoid infinite recursion via gnus-get-function.
16786
16787 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16790
16791         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16792
16793         * nnmail.el (nnmail-split-history): do.
16794
16795         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16796         (nnml-request-delete-group): do.
16797
16798         * nnslashdot.el (nnslashdot-read-groups): do.
16799
16800         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16801         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16802
16803         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16804         (nnspool-sift-nov-with-sed): Use last.
16805         (nnspool-retrieve-headers-with-nov): Use mapc.
16806         (nnspool-request-newgroups): Use dolist.
16807         (nnspool-request-group): Use last.
16808
16809         * nntp.el (nntp-read-server-type): Use dolist.
16810
16811         * nnvirtual.el (nnvirtual-create-mapping)
16812         (nnvirtual-update-read-and-marked): Use dolist.
16813         (nnvirtual-convert-headers): Simplify.
16814
16815 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16816
16817         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16818         Add support for sync'ing tick marks.
16819
16820 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16823         there's no visible header.
16824
16825 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16826
16827         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16828         When necessary, pass full group name to gnus-request-set-marks.
16829
16830 2004-10-01  Simon Josefsson  <jas@extundo.com>
16831
16832         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16833         acroread.
16834
16835 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * spam-report.el (spam-report-gmane): Fix interactive.
16838
16839         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16840
16841         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16842         when writing file.
16843         (gnus-agent-synchronize-flags): Don't default to being
16844         interactive.
16845
16846 2004-09-30  Simon Josefsson  <jas@extundo.com>
16847
16848         * message.el (message-generate-hashcash): Add.
16849         (message-send-mail): Use it, call mail-add-payment.
16850
16851 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16854
16855 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16856
16857         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16858         gnus-requst-update-info with explicit code to sync the in-memory
16859         info read flags with the marks being sync'd to the backend.
16860
16861         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16862
16863 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16864
16865         * spam.el (spam-verify-bogofilter): Add new function.
16866         (spam-check-bogofilter)
16867         (spam-bogofilter-register-with-bogofilter): Use it.
16868         (spam-verify-bogofilter): Add small fixes.
16869
16870 2004-09-28  Simon Josefsson  <jas@extundo.com>
16871
16872         * hashcash.el (hashcash-generate-payment): Revert.
16873
16874 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16877         Use gnus-extract-references instead of gnus-split-references.
16878
16879         * gnus-util.el (gnus-extract-references): Add new function, analogous
16880         to gnus-split-references but extracts only the message-ID without
16881         anything extra.
16882
16883         * hashcash.el (hashcash-generate-payment)
16884         (hashcash-check-payment): Do the right thing if hashcash-path is
16885         nil (because the hashcash program could not be found).
16886
16887         * spam.el (spam-use-hashcash): Remove comment.
16888
16889 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16890
16891         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16892         (gnus-cache-enter-article, gnus-cache-remove-article)
16893         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16894
16895         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16896
16897         * gnus-art.el (article-hide-boring-headers)
16898         (article-translate-strings, article-display-face)
16899         (gnus-article-mime-match-handle-first)
16900         (gnus-article-highlight-headers)
16901         (gnus-article-add-buttons-to-head): do.
16902
16903 2004-09-27  Simon Josefsson  <jas@extundo.com>
16904
16905         * hashcash.el: New version, from
16906         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16907         ../contrib/.
16908
16909 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16912
16913 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16914
16915         * gnus-dup.el (gnus-dup-open): Use mapc.
16916         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16917
16918         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16919         Reported by Stefan Wiens <s.wi@gmx.net>.
16920
16921         * gnus.el (gnus-shutdown): Use dolist.
16922
16923         * gnus-undo.el (gnus-undo): Use mapc.
16924
16925         * nnrss.el (nnrss-generate-active): do.
16926
16927         * message.el (message-cite-original-without-signature)
16928         (message-cite-original): Use mapc.
16929         (message-do-actions, message-make-forward-subject): Use dolist.
16930
16931 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16932
16933         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16934         deletion to remove entire duplicate line.  Fixes merged article
16935         number bug.
16936
16937 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16938
16939         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16940         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16941         first ask if you want to open a server and then, even when you
16942         responded with no, asking if you want to synchronize the server's
16943         flags.
16944         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16945         multi-line expressions.
16946         (gnus-agent-synchronize-group-flags): New internal function.
16947         Updates marks in memory (in the info structure) AND in the
16948         backend.
16949
16950         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16951
16952         * nnagent.el (nnagent-request-set-mark):
16953         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16954         method, to ensure that synchronization updates marks in the
16955         backend and in the info (in memory) structure.
16956
16957 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16960         convention fully; don't miss the root article of a thread; make
16961         the X-Draft-From header with correct article numbers.
16962
16963 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16964
16965         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16966         unless plugged.  Disable the agent so that an open failure causes
16967         an error.
16968
16969         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16970         Revert 2004-09-21 change.  The backend must be opened while
16971         synchronizing flags even when the backend stores the flags
16972         locally.
16973
16974 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16977         in `header' match.  Reported by Svend Tollak Munkejord.
16978
16979         * message.el (message-cite-original): Fix use of
16980         `message-cite-articles-with-x-no-archive'.
16981
16982 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16985         (gnus-window-to-buffer): Ditto.
16986
16987         * mml.el (mml-preview-buffer): New variable.
16988         (mml-preview): Manage window layout with gnus-buffer-configuration.
16989
16990         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16991         X-Draft-From header even if those articles aren't quoted.
16992
16993 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16994
16995         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16996         (gnus-request-set-mark, gnus-request-update-mark): Use new
16997         g-s-t-u-l-m to decide to use backend even when unplugged.
16998
16999 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17002         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17003
17004 2004-09-20  Simon Josefsson  <jas@extundo.com>
17005
17006         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17007         "utf-16-le".
17008
17009 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17010
17011         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17012
17013 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * uudecode.el (uudecode-use-external): Add :version.
17016
17017         * smime.el (smime-CA-file, smime-encrypt-cipher)
17018         (smime-dns-server): Add :version.
17019
17020         * smiley.el (gnus-smiley-file-types): Add :version.
17021
17022         * sha1.el (sha1-use-external): Add :version.
17023
17024         * pgg-def.el (pgg-query-keyserver): Add :version.
17025
17026         * nnmail.el (nnmail-fancy-expiry-targets)
17027         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17028         Add :version.
17029
17030         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17031         (nnimap-retrieve-groups-asynchronous): Add :version.
17032         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17033
17034         * mml.el (mml-content-disposition-parameters)
17035         (mml-insert-mime-headers-always): Add :version.
17036
17037         * mm-util.el (mm-coding-system-priorities): Add :version.
17038
17039         * mm-decode.el (mm-inline-text-html-with-images)
17040         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17041         (mm-verify-option): Add :version.
17042         (mm-text-html-renderer): Change :version.
17043
17044         * message.el (message-fcc-externalize-attachments)
17045         (message-required-headers, message-draft-headers)
17046         (message-subject-trailing-was-query)
17047         (message-subject-trailing-was-ask-regexp)
17048         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17049         (message-mark-insert-end, message-archive-header)
17050         (message-archive-note, message-cross-post-default)
17051         (message-cross-post-note, message-followup-to-note)
17052         (message-cross-post-note-function, message-use-mail-followup-to)
17053         (message-subscribed-address-functions)
17054         (message-subscribed-address-file, message-subscribed-addresses)
17055         (message-subscribed-regexps, message-allow-no-recipients)
17056         (message-yank-cited-prefix, message-signature-insert-empty-line)
17057         (message-hidden-headers, message-hierarchical-addresses)
17058         (message-mail-user-agent, message-use-idna)
17059         (message-valid-fqdn-regexp)
17060         (message-strip-special-text-properties, message-header-synonyms)
17061         (message-beginning-of-line, message-tab-body-function): Add :version.
17062         (message-insert-canlock, message-wide-reply-confirm-recipients):
17063         Change :version.
17064
17065         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17066         and :version.
17067         (mail-source-delete-old-incoming-confirm)
17068         (mail-source-movemail-program): Add :version.
17069
17070         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17071         (gnus-agent-cache, gnus-agent): Change :version.
17072
17073         * gnus-util.el (gnus-use-byte-compile): Change :version.
17074
17075         * gnus-sum.el (gnus-summary-make-false-root-always)
17076         (gnus-summary-default-high-score)
17077         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17078         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17079         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17080         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17081         (gnus-sum-thread-tree-single-indent)
17082         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17083         (gnus-sum-thread-tree-leaf-with-other)
17084         (gnus-sum-thread-tree-single-leaf): Add :version.
17085         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17086         (gnus-article-loose-mime): Change :version.
17087
17088         * gnus-start.el (gnus-backup-startup-file)
17089         (gnus-save-startup-file-via-temp-buffer): Add :version.
17090
17091         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17092         (gnus-server-offline-face): Add :version.
17093
17094         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17095
17096         * gnus-msg.el (gnus-gcc-externalize-attachments)
17097         (gnus-debug-files, gnus-debug-exclude-variables)
17098         (gnus-discouraged-post-methods): Change :version.
17099         (gnus-confirm-mail-reply-to-news)
17100         (gnus-confirm-treat-mail-like-news): Add :version.
17101
17102         * gnus-int.el (gnus-server-unopen-status): Add :version.
17103
17104         * gnus-group.el (gnus-group-jump-to-group-prompt)
17105         (gnus-large-ephemeral-newsgroup)
17106         (gnus-fetch-old-ephemeral-headers): Add :version.
17107
17108         * gnus-fun.el (gnus-x-face-directory)
17109         (gnus-convert-pbm-to-x-face-command)
17110         (gnus-convert-image-to-x-face-command)
17111         (gnus-convert-image-to-face-command): Add :version.
17112
17113         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17114
17115         * gnus-cite.el (gnus-cite-blank-line-after-header)
17116         (gnus-article-boring-faces): Add :version.
17117
17118         * gnus-art.el (gnus-buttonized-mime-types)
17119         (gnus-inhibit-mime-unbuttonizing)
17120         (gnus-treat-display-face)
17121         (gnus-treat-body-boundary): Change :version.
17122         (gnus-body-boundary-delimiter, gnus-picon-databases)
17123         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17124         (gnus-treat-date-english, gnus-treat-fold-headers)
17125         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17126         (gnus-treat-mail-picon, gnus-treat-wash-html)
17127         (gnus-article-encrypt-protocol)
17128         (gnus-use-idna, gnus-article-over-scroll)
17129         (gnus-mime-display-multipart-alternative-as-mixed)
17130         (gnus-mime-display-multipart-related-as-mixed)
17131         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17132         (gnus-ctan-url, gnus-button-ctan-handler)
17133         (gnus-button-handle-ctan-bogus-regexp)
17134         (gnus-button-ctan-directory-regexp)
17135         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17136         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17137         (gnus-button-man-level, gnus-button-emacs-level)
17138         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17139
17140         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17141         (gnus-agent-go-online): Change :version.
17142         (gnus-agent-expire-unagentized-dirs)
17143         (gnus-agent-auto-agentize-methods): Add :version.
17144
17145         * flow-fill.el (fill-flowed-display-column)
17146         (fill-flowed-encode-column): Add :version.
17147
17148         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17149         (gnus-outlook-deuglify-unwrap-max)
17150         (gnus-outlook-deuglify-cite-marks)
17151         (gnus-outlook-deuglify-unwrap-stop-chars)
17152         (gnus-outlook-deuglify-no-wrap-chars)
17153         (gnus-outlook-deuglify-attrib-cut-regexp)
17154         (gnus-outlook-deuglify-attrib-verb-regexp)
17155         (gnus-outlook-deuglify-attrib-end-regexp)
17156         (gnus-outlook-display-hook): Add :version.
17157
17158         * binhex.el (binhex-use-external): Add :version.
17159
17160 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17163         and `invisible'.
17164
17165 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17166
17167         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17168         in gnus-registry-trim.
17169
17170 2004-09-13  Simon Josefsson  <jas@extundo.com>
17171
17172         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17173
17174         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17175
17176         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17177         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17178         <yamaoka@jpl.org>.
17179         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17180         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17181         <yamaoka@jpl.org>.
17182
17183         * sieve.el (sieve-manage-mode): Ditto.
17184
17185 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17188
17189 2004-09-11  Simon Josefsson  <jas@extundo.com>
17190
17191         * dns-mode.el: Add.
17192
17193         * mm-view.el (mm-display-dns-inline): Add.
17194
17195         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17196         (mm-automatic-display): Ditto.
17197
17198         * mailcap.el (mailcap-mime-data): Add text/dns.
17199         (mailcap-mime-extensions): Map .soa to text/dns.
17200
17201 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17202
17203         * gnus-art.el (article-decode-mime-words, article-babel)
17204         (gnus-article-highlight-signature, gnus-article-add-buttons)
17205         (gnus-signature-toggle): Remove unnecessary bindings of
17206         `inhibit-read-only' inherited from v5.10 merge.
17207
17208 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * nntp.el (nntp): New customization group.
17211         (nntp-authinfo-file): Add customization group.
17212
17213         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17214
17215         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17216
17217         * gnus.el (to-address, to-list, subscribed)
17218         (large-newsgroup-initial): Ditto.
17219
17220         * flow-fill.el (fill-flowed-display-column)
17221         (fill-flowed-encode-column): Ditto.
17222
17223 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17224
17225         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17226         Use point-min rather than 1.
17227         (message-send-mail): Use buffer-size rather than point-max.
17228
17229         * gnus-sum.el (gnus-summary-search-article-forward):
17230         Signal a specific `search-failed' rather than a generic `error'.
17231
17232         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17233         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17234         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17235
17236 2004-09-10  Simon Josefsson  <jas@extundo.com>
17237
17238         * nndb.el (require): Remove tcp and duplicate cl.
17239
17240 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-agent.el (directory-files-and-attributes): Move forward.
17243
17244 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17245
17246         * gnus-agent.el (directory-files-and-attributes):
17247         Optionally defined to support XEmacs.
17248
17249 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17250
17251         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17252         to avoid run-time CL dependencies.
17253         (gnus-agent-unfetch-articles): New function.
17254         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17255         article numbers even when local .overview file is missing.
17256         (gnus-agent-read-article-number): New function.  Only accepts
17257         27-bit article numbers.
17258         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17259         Use gnus-agent-read-article-number.
17260         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17261         from backend while recognizing that article numbers in .overview
17262         must be valid.
17263         (gnus-agent-update-files-total-fetched-for):
17264         Use directory-files-and-attributes to improve performance.
17265         * gnus-int.el (gnus-request-move-article):
17266         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17267         improve performance.
17268
17269         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17270         some users confused by references to .newsrc when they only have a
17271         .newsrc.eld file.
17272         (gnus-convert-mark-converter-prompt)
17273         (gnus-convert-converter-needs-prompt): Fix use of property list.
17274         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17275         New function.  Used internally to only display 'gnus converting
17276         files' message when actually necessary.
17277
17278         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17279         methods now autoloaded.
17280
17281 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17284         identifiers.
17285
17286 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17287
17288         * gnus-picon.el: Fix indentation and closing parenthesis.
17289
17290 2004-09-01  Simon Josefsson  <jas@extundo.com>
17291
17292         * message.el (message-canlock-generate): Require sha1, not
17293         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17294         to require within a function.  Sadly, if sha1.el isn't loaded, the
17295         let binding in m-c-g will hide the defcustom definition, which is
17296         bad.)
17297
17298         * canlock.el: Require sha1, not sha1-el.
17299
17300         * message.el: Don't autoload sha1 (there is a autoload cookie in
17301         sha1.el).
17302
17303         * sha1-el.el: Rename to sha1.el.
17304
17305 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17306
17307         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17308
17309 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17310
17311         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17312
17313 2004-08-30  Kim F. Storm  <storm@cua.dk>
17314
17315         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17316
17317         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17318         Add :group 'nnimap.
17319
17320 2004-08-30  Andreas Schwab  <schwab@suse.de>
17321
17322         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17323         ?* and ?\;.
17324
17325         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17326         and ?\' to symbol instead of whitespace.
17327
17328 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17331
17332         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17333         instead of re-search-forward.
17334
17335         * gnus-uu.el (gnus-uu-save-article): Ditto.
17336         (gnus-uu-post-encode-uuencode): Ditto.
17337
17338         * html2text.el (html2text-clean-list-items): Ditto.
17339         (html2text-clean-dtdd): Ditto.
17340         (html2text-format-tags): Ditto.
17341
17342         * message.el (message-send-mail-with-sendmail): Fix regexp.
17343         (message-fill-field-general): Use search-forward instead of
17344         re-search-forward.
17345         (unbold-region): Ditto.
17346
17347         * nnrss.el (nnrss-request-article): Ditto.
17348
17349         * nnslashdot.el (nnslashdot-request-article): Ditto.
17350
17351         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17352
17353         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17354         "Unrecognized menu descriptor" error in XEmacs.
17355
17356 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17357
17358         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17359         parent article of a sparse article in the thread hashtb.
17360
17361 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17362
17363         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17364         (nnmail-expand-newtext): Lowercase expanded entries if
17365         nnmail-split-lowercase-expanded is non-nil.
17366
17367 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17370
17371         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17372         of gnus-tmp-news-method into string under XEmacs.  It will be
17373         passed to gnus-correct-length which takes only a string argument.
17374
17375 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-util.el (gnus-bind-print-variables): New macro.
17378         (gnus-prin1): Use it.
17379         (gnus-prin1-to-string): Use it.
17380         (gnus-pp): New function.
17381         (gnus-pp-to-string): New function.
17382
17383         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17384         Replace pp-to-string with gnus-pp-to-string.
17385         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17386         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17387         * gnus-msg.el (gnus-debug): Ditto.
17388         * gnus-score.el (gnus-score-save): Ditto.
17389         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17390         gnus-pp-to-string.
17391         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17392         with gnus-pp.
17393         * score-mode.el (gnus-score-pretty-print): Ditto.
17394         * webmail.el (webmail-debug): Ditto.
17395
17396 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-art.el (article-display-face, article-display-x-face):
17399         Use buffer-read-only.
17400
17401 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-art.el (article-hide-list-identifiers):
17404         Bind inhibit-read-only as t.
17405
17406 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17409
17410 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17411
17412         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17413         (gnus-narrow-to-page): Don't assume point-min == 1.
17414         (gnus-article-edit-mode): Derive from message-mode.
17415
17416         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17417         point-min == 1.
17418
17419         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17420         Disable incorrect use of `assert'.
17421
17422         * message.el (message-mode): Set comment-start-skip.
17423
17424
17425 2004-08-22  Sam Steingold  <sds@gnu.org>
17426
17427         * pop3.el (pop3-leave-mail-on-server): New user variable.
17428         (pop3-movemail): Delete mail only when it is nil.
17429
17430 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17433
17434         * mml.el (mml-preview): Use `pop-to-buffer'.
17435
17436         * message.el (message-goto-mail-followup-to): Insert after "To".
17437         (message-carefully-insert-headers): Add comment.
17438
17439         * gnus.el: Remove unused variable `gnus-article-check-size'.
17440
17441         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17442
17443         * gnus-art.el (gnus-button-alist):
17444         Improve `gnus-button-handle-library' entry.
17445
17446 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17447
17448         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17449         Use downcase, since XEmacs capitalizes error messages differently.
17450
17451 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17452
17453         * nntp.el: Add (require 'gnus) due to reference to
17454         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17455
17456 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17457
17458         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17459         Bind `mm-fill-flowed'.
17460
17461         * mm-decode.el (mm-dissect-singlepart): Check it.
17462
17463 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17466         'imap' for netrc parsing.
17467
17468 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * mailcap.el (mailcap-mime-data): Mark as risky.
17471
17472 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17475         may be included in the encoded word.
17476         (rfc2047-encode): Don't append a space if the encoded word
17477         includes close parenthesis.
17478
17479 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17482         of text within parentheses.
17483
17484 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17485
17486         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17487         (gnus-encrypt-write-file-contents): Make the password key the file
17488         name PLUS the cipher, not just the cipher.  Also remove failed
17489         passwords from the cache.
17490
17491 2004-08-06  Simon Josefsson  <jas@extundo.com>
17492
17493         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17494         Doc fix.
17495
17496 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17499         LWSP.
17500
17501 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17504         Try to append in-reply-to: data to the references: header.
17505
17506         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17507         (netrc-parse): Use gnus-encrypt.el functions.
17508
17509         * gnus-encrypt.el: Add new file for encryption support; currently
17510         does only a few GPG ciphers and an internal XOR cipher.
17511
17512         * password.el: Add comments on using password-read-and-add.
17513         (password-read-and-add): Add function to read and add the
17514         password to the cache at once.
17515
17516 2004-07-28  Simon Josefsson  <jas@extundo.com>
17517
17518         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17519         parameter (but don't use it, for now).
17520
17521         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17522         instead of hard coding to nil.
17523
17524 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17527         as mm-inline-image-xemacs does.
17528
17529 2004-07-26  Simon Josefsson  <jas@extundo.com>
17530
17531         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17532         Revert part of 2004-07-17 change below.
17533
17534 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17537         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17538
17539 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17540
17541         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17542         quotes that actually start with ">" at the beginning of the
17543         lines.
17544
17545 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * rfc2047.el (rfc2047-encode-region): Fix last change.
17548         (rfc2047-encode-parameter): Remove useless concat.
17549
17550 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17553         encode special characters; fix some kind of misconfigured headers;
17554         signal a real error if debug-on-quit or debug-on-error is non-nil.
17555         (rfc2047-encode-max-chars): New variable.
17556         (rfc2047-encode-1): Use it.
17557         (rfc2047-encode-parameter): New function.
17558
17559         * mml.el (mml-insert-parameter): Remove an excessive space.
17560
17561 2004-07-17  Simon Josefsson  <jas@extundo.com>
17562
17563         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17564         Kai Grossjohann <kai@emptydomain.de>.
17565         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17566         (gnus-group-make-menu-bar): Ditto.
17567
17568         * gnus-util.el (gnus-group-server): Add.
17569
17570 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * message.el (message-clone-locals): Clone sendmail and smtp
17573         variables.
17574
17575 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * rfc2047.el (rfc2047-encode-region): Fix last change.
17578
17579 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17582         characters as non-special.
17583
17584 2004-07-09  Simon Josefsson  <jas@extundo.com>
17585
17586         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17587         Users will lose all flag changes made while unplugged with
17588         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17589         good default.  See numerous reports on ding mailing list.
17590
17591 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17594         add generate-head-function and generate-article-function to the
17595         rfc822-forward entry.
17596         (nndoc-rfc822-forward-generate-article): New function.
17597         (nndoc-rfc822-forward-generate-head): New function.
17598
17599         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17600
17601 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17602
17603         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17604         respect display group parameter and gnus-summary-expunge-below.
17605         (gnus-articles-to-read): Remove unused reference to display group
17606         parameter.
17607
17608 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * nnheader.el (nnheader-uniquify-message-id): New experimental
17611         variable.
17612         (nnheader-nov-read-message-id): Use it.
17613
17614         * spam-report.el (spam-report-gmane): Add interactive.
17615
17616 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * mm-encode.el (mm-content-transfer-encoding-defaults):
17619         Use qp-or-base64 for the application/* types.
17620
17621 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17622
17623         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17624
17625 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17628         trim value.
17629
17630 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17631
17632         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17633         New macro and function.
17634         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17635
17636 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17639         after-load-alist.
17640
17641 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642
17643         * gnus-group.el (gnus-group-get-new-news-this-group):
17644         Don't update info that isn't there.
17645
17646 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17647
17648         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17649         entry.
17650
17651 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * mm-view.el (mm-inline-render-with-function): Use multibyte
17654         buffer; decode html source by charset.
17655
17656         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17657
17658         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17659         Mule-UCS is loaded under XEmacs.
17660         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17661
17662 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17663
17664         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17665
17666 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17667
17668         * mm-util.el (mm-coding-system-p): Return a coding-system.
17669         (mm-mime-mule-charset-alist): Use shift_jis instead of
17670         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17671         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17672         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17673         instead of japanese-shift-jis and iso-latin-1 respectively in
17674         order to share the default value with both Emacs and XEmacs-mule.
17675         (mm-mule-charset-to-mime-charset):
17676         Make mm-coding-system-priorities effective.
17677         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17678         while predicating of candidates upon the priorities.
17679
17680 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17681
17682         * gnus-sum.el (gnus-summary-make-menu-bar):
17683         Add gnus-uu-invert-processable.
17684
17685         * gnus.el: Autoload gnus-uu-invert-processable.
17686
17687 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * mm-util.el (mm-with-multibyte-buffer): New macro.
17690
17691         * rfc2047.el (rfc2047-encode-string): Use it.
17692         (rfc2047-encode-region): Move point to the end of the region after
17693         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17694
17695 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17698         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17699
17700 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17703         (gnus-cite-parse): Ignore quoted envelope From_.
17704         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17705
17706 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17707
17708         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17709         invalid addresses.
17710
17711 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17712
17713         * spam.el: Change section markers, revise TODO list.
17714         (spam-backends): Make new master list of all installed backends.
17715         (spam-summary-exit-behavior): Add new variable to determine how
17716         messages moves are done at summary exit.
17717         (spam-move-spam-nonspam-groups-only)
17718         (spam-process-ham-in-nonham-groups)
17719         (spam-process-ham-in-spam-groups): Remove variables, the
17720         spam-summary-exit-behavior variable should be used to manage this
17721         behavior.
17722         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17723         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17724         and spam-old-spam-articles.
17725         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17726         Add empty variables, placeholders for the backends they represent.
17727         (spam-set-difference): Move, unchanged.
17728         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17729         unless the user has a processor variable.
17730         (spam-classifications, spam-classification-valid-p)
17731         (spam-backend-properties, spam-backend-property-valid-p)
17732         (spam-backend-function-type-valid-p)
17733         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17734         (spam-report-articles-gmane, spam-report-articles-resend):
17735         Remove functions, they are not needed.
17736         (spam-install-backend-super, spam-backend-list)
17737         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17738         (spam-backend-function, spam-backend-ham-registration-function)
17739         (spam-backend-spam-registration-function)
17740         (spam-backend-ham-unregistration-function)
17741         (spam-backend-spam-unregistration-function)
17742         (spam-backend-statistical-p, spam-backend-mover-p)
17743         (spam-install-backend-alias, spam-install-checkonly-backend)
17744         (spam-install-mover-backend, spam-install-nocheck-backend)
17745         (spam-install-backend, spam-install-statistical-backend)
17746         (spam-install-statistical-checkonly-backend): Add backend installation
17747         support.
17748         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17749         (spam-group-processor-p): Use the new backend code and respect the
17750         summary exit behavior.
17751         (spam-mark-spam-as-expired-and-move-routine): Remove.
17752         (spam-summary-prepare): Change to use the new spam-old-articles
17753         variable.
17754         (spam-copy-or-move-routine, spam-copy-spam-routine)
17755         (spam-move-spam-routine, spam-copy-ham-routine)
17756         (spam-move-ham-routine): Add code to copy/move ham or spam.
17757         (spam-fetch-field-fast): Improve doc and code, plus allow the
17758         'number request.
17759         (spam-list-of-checks, spam-list-of-statistical-checks):
17760         Remove variables.
17761         (spam-split, spam-find-spam): Use the new backend code.
17762         (spam-registration-functions): Remove variable.
17763         (spam-unregister-routine): Add convenience wrapper.
17764         (spam-log-undo-registration, spam-register-routine)
17765         (spam-log-processing-to-registry)
17766         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17767         where possible.
17768         (spam-check-gmane-xref, spam-check-regex-headers)
17769         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17770         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17771         (spam-check-bogofilter-headers, spam-check-spamoracle)
17772         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17773         (spam-check-crm114-headers): Use the spam-split-group that
17774         spam-split prepares, no need to determine it every time.
17775
17776         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17777         to the nnheader-parse-naked-head call.
17778
17779         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17780
17781         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17782         the nnheader-nov-read-message-id call.
17783
17784 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17787         gnus-activate-group twice.  Suggested by Markus Peter
17788         <warp@spin.de>.
17789
17790 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-art.el (gnus-article-time-format): Exchange the order of
17793         day and month in the default value; fix customization type.
17794         (article-date-ut): Use add-text-properties.
17795         (article-make-date-line): Use message-make-date instead of
17796         current-time-string.
17797
17798         * message.el (message-fetch-field): Don't use set-text-properties.
17799         (message-make-date): Simplify.
17800
17801         * messagexmas.el (message-xmas-make-date): New function.
17802         (message-xmas-redefine): Defalias message-make-date to it.
17803
17804 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17807         (rfc2047-encode-region): Treat text within parentheses as special;
17808         show the original text when error has occurred.
17809
17810         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17811         already-computed method to gnus-activate-group.
17812
17813         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17814         same select-methods identical Lisp objects.
17815
17816         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17817         object when modifying the info.
17818
17819 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17822         gnus-opened-servers since it has never been opened with the new
17823         configuration yet.
17824
17825 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17828         arg to nnheader-generate-fake-message-id.
17829
17830 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17831
17832         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17833         number and build a fake message ID localized to a group and
17834         article number (so it's repeatable from that point on).
17835         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17836         ID format.
17837
17838         * gnus-sum.el (gnus-get-newsgroup-headers):
17839         Call nnheader-generate-fake-message-id with the article number.
17840
17841 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17842
17843         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17844         end-of-buffer.
17845
17846 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17847
17848         * message.el (message-ignored-supersedes-headers): Add Approved.
17849
17850 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17853         goto-char.
17854         (rfc2047-encode): Fold the line before encoding.
17855
17856 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17859         folding -- not all headers can be folded, and this should be done
17860         by the message composition mode.  Probably.  I think.
17861
17862 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17865         fast.
17866
17867         * gnus-ems.el (gnus-remove-image): Don't use
17868         message-text-with-property; remove only the image found first.
17869
17870         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17871         found first.
17872
17873 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17874
17875         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17876
17877 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * message.el (message-text-with-property): Make it fast and accept
17880         optional arguments.
17881         (message-strip-forbidden-properties): Use it.
17882         (message-fix-before-sending): Follow the m-t-w-p change.
17883
17884         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17885
17886 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-art.el (article-hide-headers): Don't change the buffer
17889         mistakenly when performing mml-preview even if
17890         gnus-single-article-buffer is nil.
17891
17892 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17893
17894         * message.el (message-expand-name-databases): New user option.
17895         (message-expand-name): Use it.
17896
17897 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17898
17899         * spam.el (spam-report-articles-resend)
17900         (spam-report-resend-register-routine): Allow ham reporting.
17901         (spam-report-resend-register-ham-routine): Add wrapper.
17902         (spam-registration-functions): Add ham resending functions.
17903         (spam-list-of-processors): Add ham resend processor.
17904
17905         * gnus.el (ham-resend-to): Add new group parameter.
17906         (spam-process): Add ham resend option.
17907
17908         * spam-report.el (spam-report-resend): Allow reporting ham.
17909         (spam-report-resend-ham): Add wrapper.
17910
17911 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17912
17913         * message.el (message-cite-articles-with-x-no-archive):
17914         New variable.
17915         (message-cite-original): Use it.
17916
17917 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17918
17919         * message.el (message-cite-original): Respect X-No-Archive.
17920
17921 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-art.el (article-hide-headers): Refer to the values for
17924         gnus-ignored-headers and gnus-visible-headers in the summary
17925         buffer since a user may have set them as group parameters.
17926
17927 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17928
17929         * assistant.el (assistant-node-name): Add convenience function.
17930         (assistant-render-text, assistant-render-node): Add error handling,
17931         plus handle multiple next nodes.
17932         (assistant-find-next-node): Comment out for now.
17933         (assistant-find-next-nodes): Add function, returns list of next
17934         nodes.
17935
17936 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17937
17938         * mail-source.el (mail-source-directory): Fix doc-string.
17939
17940 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17941
17942         * assistant.el (assistant-render-text, assistant-eval): Add :set
17943         widget type, which is different because it takes and returns a
17944         list.  Much hilarity ensues.
17945
17946 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17947
17948         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17949
17950         * gnus-group.el (gnus-group-get-new-news-this-group):
17951         Add doc-string.
17952
17953         * gnus-start.el (gnus-activate-group): Add doc-string.
17954
17955 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17958
17959 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17960
17961         * assistant.el (assistant-render-text): Try to add a :set
17962         widget, more to come.
17963
17964         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17965         strings.
17966         (spam-report-articles-resend)
17967         (spam-register-routine): Do registration iff any articles warrant
17968         it.
17969         (spam-summary-prepare-exit): Change log message for nil group
17970         destinations.
17971
17972 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17973
17974         * spam.el (spam-report-resend-register-routine):
17975         Allow spam-report-resend-to to be a group parameter or a global value.
17976
17977 2004-05-26  Simon Josefsson  <jas@extundo.com>
17978
17979         * starttls.el: Merge with my GNUTLS based starttls.el.
17980         (starttls-gnutls-program, starttls-use-gnutls)
17981         (starttls-extra-arguments, starttls-process-connection-type)
17982         (starttls-connect, starttls-failure, starttls-success):
17983         New variables.
17984         (starttls-program, starttls-extra-args): Doc fix.
17985         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17986         New functions.
17987         (starttls-negotiate, starttls-open-stream):
17988         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17989         function if it is set.
17990
17991 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17994         structured fields.
17995
17996 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17999
18000 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18001
18002         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18003         Add variable.
18004         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18005         assigning the spam-mark to new messages.
18006
18007 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18008
18009         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18010
18011 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18014
18015         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18016         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18017         default.
18018
18019 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18020
18021         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18022         correct data.
18023
18024 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18025
18026         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18027         (spam-group-processor-p): Fix function.
18028         (spam-group-processor-multiple-p)
18029         (spam-group-spam-processor-report-gmane-p)
18030         (spam-group-spam-processor-report-resend-p)
18031         (spam-group-spam-processor-bogofilter-p)
18032         (spam-group-spam-processor-blacklist-p)
18033         (spam-group-spam-processor-ifile-p)
18034         (spam-group-ham-processor-ifile-p)
18035         (spam-group-spam-processor-spamoracle-p)
18036         (spam-group-spam-processor-crm114-p)
18037         (spam-group-ham-processor-bogofilter-p)
18038         (spam-group-spam-processor-stat-p)
18039         (spam-group-ham-processor-stat-p)
18040         (spam-group-ham-processor-whitelist-p)
18041         (spam-group-ham-processor-BBDB-p)
18042         (spam-group-ham-processor-spamoracle-p)
18043         (spam-group-ham-processor-copy-p): Remove functions with some
18044         prejudice against unneeded code.
18045         (spam-report-articles-resend)
18046         (spam-report-resend-register-routine): Allow the group/topic
18047         spam-resend-to value to override spam-report-resend-to.
18048         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18049         properly now.
18050
18051         * gnus.el (spam-resend-to): Add group/topic parameter.
18052         (spam-process): Move the OBSOLETE processors to the end of the
18053         choices.
18054
18055 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18056
18057         * spam-report.el (spam-report-resend-to, spam-report-resend):
18058         Start with resend-to set to nil, and then ask the user if necessary.
18059         (spam-report-resend): spam-report-resend takes a list of articles, not
18060         separate article numbers.
18061
18062 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18065         addition to emacs-w3m.
18066
18067 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068
18069         * assistant.el (assistant-authinfo-data): New function.
18070         (assistant-eval): Eval for entire assistant.
18071
18072         * netrc.el (netrc-services-file): New variable.
18073         (netrc-parse-services): New function.
18074         (netrc-find-service-name): New function.
18075         (netrc-find-service-number): New function.
18076         (netrc-port-equal): New function.
18077         (netrc-machine): Use it.
18078
18079         * nnimap.el (nnimap-open-connection): Use netrc.
18080
18081         * gnus-util.el (gnus-netrc-get): Remove aliases.
18082
18083         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18084
18085         * assistant.el (wid-edit): Fix compilation.
18086
18087         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18088
18089 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18090
18091         * gnus-util.el (gnus-set-file-modes): New function.  (small
18092         patch).
18093
18094 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18095
18096         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18097
18098         * assistant.el (assistant-render-node): Fix up rendering and
18099         read-only text.
18100         (assistant-render-node): Reset.
18101         (assistant-make-read-only): Not sticky.
18102
18103 2004-05-20  Danny Siu  <dsiu@adobe.com>
18104
18105         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18106         centered even when gnus-auto-center-summary is t.
18107
18108 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18109
18110         * dns.el (dns-get-txt-answer): New function.
18111         (dns-read-txt): Ditto.
18112         (query-dns): Use it.
18113
18114 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18117         active for foreign groups even if the group level is higher than
18118         the specified value.
18119
18120 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18121
18122         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18123         non-active groups.
18124
18125         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18126
18127 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18128
18129         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18130
18131 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18132
18133         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18134         (spam-crm114-header, spam-crm114-spam-switch)
18135         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18136         (spam-crm114-positive-spam-header)
18137         (spam-crm114-database-directory, spam-list-of-processors)
18138         (spam-group-spam-processor-crm114-p)
18139         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18140         (spam-generic-score, spam-list-of-checks)
18141         (spam-list-of-statistical-checks, spam-registration-functions)
18142         (spam-check-crm114-headers, spam-crm114-score)
18143         (spam-check-crm114, spam-crm114-register-with-crm114)
18144         (spam-crm114-register-spam-routine)
18145         (spam-crm114-unregister-spam-routine)
18146         (spam-crm114-register-ham-routine)
18147         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18148         From asjo@koldfront.dk (Adam Sjøgren).
18149
18150         * gnus.el: Add spam-use-crm114.
18151
18152         * spam.el (spam-list-of-processors, spam-registration-functions):
18153         Add spam-use-resend.
18154         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18155         (spam-report-articles-gmane): Add doc fix.
18156         (spam-report-articles-resend, spam-report-resend-register-routine):
18157         Add wrappers around spam-report-resend-to.
18158
18159         * spam-report.el (spam-report-resend-to, spam-report-resend):
18160         Add support for resending spam.
18161         (spam-report-gmane): Fix line length >80.
18162
18163         * gnus.el (spam-process): Add spam-use-resend.
18164
18165 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18166
18167         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18168         number of processed spam messages.
18169         (spam-ham-copy-or-move-routine): Return the number of processed
18170         ham messages.
18171         (spam-summary-prepare-exit): Use the above values to decide
18172         whether status messages shouled be displayed.
18173
18174 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18177         `rfc2047-encoding-function-alist' in order to avoid conflicting
18178         with the old version.
18179         (rfc2047-encode-region): Concatenate words containing non-ASCII
18180         characters in structured fields; don't encode space-delimited
18181         ASCII words even in unstructured fields; don't break words at
18182         char-category boundaries.
18183         (rfc2047-encode-1): New function.
18184         (rfc2047-encode): Use it; encode text so that it occupies the
18185         maximum width within 76-column; work correctly on Q encoding for
18186         iso-2022-* charsets.
18187         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18188         sure not to break a line just after the header name.
18189         (rfc2047-b-encode-region): Remove.
18190         (rfc2047-b-encode-string): New function.
18191         (rfc2047-q-encode-region): Remove.
18192         (rfc2047-q-encode-string): New function.
18193
18194         * mm-util.el (mm-replace-in-string): New function.
18195
18196 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18197
18198         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18199         Really get it right.
18200         (gnus-inews-make-draft): Really.
18201
18202 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18203
18204         * nnmh.el (nnmh-request-list-1): Don't check the link count
18205         before descending.  (small patch)
18206
18207 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18208
18209         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18210         stuff.
18211
18212         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18213         Match on real group name.
18214
18215         * gnus-art.el (gnus-signature-limit): Doc fix.
18216
18217         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18218
18219         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18220
18221 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18222
18223         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18224         isn't a string.
18225
18226 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18227
18228         * gnus-draft.el (gnus-draft-send):
18229         Bind rfc2047-encode-encoded-words.
18230
18231         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18232         (rfc2047-encodable-p): Say that =? needs encoding.
18233         (rfc2047-encode-encoded-words): New variable.
18234
18235         * gnus-group.el (gnus-group-select-group): Doc fix.
18236
18237         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18238
18239         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18240         to nil.
18241
18242         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18243
18244         * nnheader.el (nnheader-get-lines-and-char): New function.
18245
18246 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * gnus-msg.el (gnus-summary-followup-with-original):
18249         Document yanking of region when active.
18250
18251 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18254         groups if the group level is higher than the specified value.
18255
18256 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18259         (gnus-group-jump-to-group): Add prefix argument using
18260         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18261         non-active group.
18262
18263         * compface.el (uncompface): Be verbose when changing
18264         `uncompface-use-external'.
18265
18266         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18267         handle manual section.
18268
18269 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * gnus-art.el (gnus-button-alist): Revert previous change.
18272
18273 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18276
18277 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18280         whether backend can accept message.
18281
18282         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18283
18284 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18285
18286         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18287         Avoid creating directory when nntp-marks-is-evil is true.
18288         Reported by Reiner Steib.
18289
18290 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * gnus-picon.el (gnus-picon-style): New variable.
18293         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18294         (gnus-picon-transform-address): Support `gnus-picon-style'.
18295         From Jesper Harder <harder@ifa.au.dk>.
18296
18297 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18298
18299         * message.el (message-fill-field): Return point.
18300         (message-generate-headers): Go to end of field.
18301
18302         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18303         stuff for non-living groups.
18304
18305 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18306
18307         * gnus-art.el (gnus-article-followup-with-original)
18308         (gnus-article-reply-with-original): gnus-mark-active-p ->
18309         gnus-region-active-p.
18310
18311 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18312
18313         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18314         only when there is spam or ham to be processed.
18315
18316 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18317
18318         * mail-source.el (mail-source-delete-crash-box): Refactor.
18319         (mail-source-fetch): Use it.
18320         (mail-source-fetch-file): Ditto.
18321         (mail-source-fetch-directory): Run postscript in loop.
18322         (mail-source-fetch-pop): Delete.
18323         (mail-source-fetch-maildir): Ditto.
18324         (mail-source-fetch-imap): Ditto.
18325
18326         * imap.el (imap-authenticators): Comment out sasl.
18327
18328         * message.el (message-skip-to-next-address): New function.
18329         (message-fill-header-address): Refactor.
18330         (message-fill-address): Use it.
18331         (message-delete-address): Use it.
18332         (message-fill-header-general): Refactor.
18333         (message-fill-field-address): Rename.
18334         (message-narrow-to-field): Find the start of the header.
18335         (message-header-format-alist): Don't pre-fill.
18336         (message-fill-header): Remove.
18337         (message-insert-header): New function.
18338         (message-shorten-references): Use it.
18339
18340         * rfc2047.el (rfc2047-field-value): Strip props.
18341
18342         * mail-parse.el (mail-header-make-address): New alias.
18343
18344         * ietf-drums.el (ietf-drums-make-address): New function.
18345
18346         * imap.el: Add compiler directives.
18347
18348         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18349
18350         * gnus-art.el (article-decode-idna-rhs): Don't use
18351         message-idna-inside-rhs-p.
18352
18353 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * message.el (message-idna-inside-rhs-p): Remove.
18356         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18357
18358         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18359         false positives.
18360
18361 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18362
18363         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18364
18365 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18366
18367         * nneething.el (nneething-file-name): Don't create spurious
18368         files.
18369
18370         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18371         (gnus-inews-do-gcc): Remove sleep.
18372
18373         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18374         part under point.
18375
18376         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18377         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18378
18379 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18380
18381         * spam.el (spam-summary-prepare-exit): Fix (length).
18382
18383 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18384
18385         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18386         as expired without moving it" message when there are spam
18387         messages left.
18388
18389 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18390
18391         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18392         header is not nil.
18393
18394 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18395
18396         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18397         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18398         (nntp-marks-changed-p): New arg SERVER.
18399         (nntp-request-update-info): Adjust caller.
18400
18401 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18402
18403         * nntp.el (nntp-save-marks): Pass missing arg.
18404
18405 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18406
18407         * nntp.el: Support marks.
18408         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18409         (nntp-marks-modtime, nntp-marks-directory): New variables.
18410         (nntp-request-set-mark, nntp-request-update-info)
18411         (nntp-possibly-create-directory, nntp-marks-changed-p)
18412         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18413         New functions.
18414
18415 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18416
18417         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18418         (gnus-xmas-redefine): Rename.
18419
18420         * gnus-score.el (gnus-score-insert-help):
18421         Use gnus-select-lowest-window.
18422
18423         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18424         appt-select-lowest-window and rename to gnus-select-lowest-window.
18425
18426         * gnus.el: do.
18427
18428 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18429
18430         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18431         encodings of MIME-encoded words, in order to improve
18432         interoperability with several broken MUAs.
18433
18434 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18435
18436         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18437         tags, only when charsets are not specified in headers.
18438         (mm-inline-text-html-render-with-w3m): Ditto.
18439
18440         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18441         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18442
18443 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18444
18445         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18446         instead of MIME-decoded from fields when checking
18447         `gnus-article-address-banner-alist'.
18448
18449 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18450
18451         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18452         description rather than subject.
18453
18454 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18455
18456         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18457
18458 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18459
18460         * gnus.el (gnus-version-number): Bump.
18461
18462 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18463
18464         * gnus.el: No Gnus v0.2 is released.
18465
18466 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18467
18468         * gnus-agent.el (gnus-agent-read-agentview):
18469         Inline gnus-uncompress-range.
18470
18471 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18472
18473         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18474         `exec-installed-p'.
18475
18476 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18477
18478         * gnus.el (spam-process, spam-autodetect-methods):
18479         Add bsfilter and bsfilter-headers.
18480
18481         * spam.el (spam-bsfilter): New customize group.
18482         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18483         (spam-bsfilter-header, spam-bsfilter-probability-header)
18484         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18485         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18486         (spam-bsfilter-database-directory): New options.
18487         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18488         (spam-list-of-statistical-checks, spam-registration-functions):
18489         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18490         (spam-bsfilter-score): New command.
18491         (spam-check-bsfilter-headers, spam-check-bsfilter)
18492         (spam-bsfilter-register-with-bsfilter)
18493         (spam-bsfilter-register-spam-routine)
18494         (spam-bsfilter-unregister-spam-routine)
18495         (spam-bsfilter-register-ham-routine)
18496         (spam-bsfilter-unregister-ham-routine): New functions.
18497         (spam-generic-score): Support bsfilter; Accept an optional argument
18498         to recalcurate spam score even if scoring header has already been
18499         added.
18500         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18501         optional argument to recalcurate spam score even if scoring header
18502         has already been added.
18503
18504 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18505
18506         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18507         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18508         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18509         link is missing.
18510
18511 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18514         (html2text-get-attr): Rewrite.
18515
18516         * message.el (message-setup-1): Remove redundant put-text-property
18517         on mail-header-separator.
18518
18519 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18520
18521         * gnus-registry.el (gnus-registry-cache-whitespace)
18522         (gnus-registry-action, gnus-registry-spool-action)
18523         (gnus-registry-split-fancy-with-parent): Change message levels
18524         from 5 to 3 or 7, as needed.
18525
18526         * spam.el (spam-summary-prepare-exit)
18527         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18528         (spam-split, spam-find-spam, spam-log-undo-registration)
18529         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18530         level from 5 to 6.
18531
18532 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18535         2004-03-04 change).
18536
18537 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18538
18539         * sieve-manage.el (sieve-manage-open):
18540         * nnweb.el (nnweb-insert-html):
18541         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18542         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18543         * nnspool.el (nnspool-request-group):
18544         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18545         * nnml.el (nnml-request-update-info):
18546         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18547         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18548         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18549         (nnimap-request-set-mark):
18550         * nnfolder.el (nnfolder-request-update-info):
18551         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18552         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18553         * gnus-uu.el (gnus-uu-find-articles-matching):
18554         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18555         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18556         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18557         * gnus-nocem.el (gnus-nocem-scan-groups):
18558         * gnus-int.el (gnus-start-news-server):
18559         * gnus-group.el (gnus-group-make-kiboze-group)
18560         (gnus-group-browse-foreign-server):
18561         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18562         Use mapc when appropriate.
18563
18564 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18565
18566         FIXME: Make separate entries for each person.
18567
18568         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18569         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18570         <shields@msrl.com>:
18571
18572         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18573         may need for spam sorting and scoring.
18574         (spam-user-format-function-S): Add user format function suitable for
18575         general use.
18576         (spam-article-sort-by-spam-status): Add sorting function for summary
18577         sorting.
18578         (spam-extra-header-to-number): Add function to get a score from a
18579         header.
18580         (spam-summary-score): Add function to get a numeric score from the
18581         headers.
18582         (spam-generic-score): Fix function doc, was in wrong place.
18583         (spam-initialize): Take symbols when it's run, and install the
18584         extra headers that spam-necessary-extra-headers thinks we need.
18585
18586 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18587
18588         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18589         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18590
18591 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18592
18593         * gnus-sum.el (gnus-set-global-variables)
18594         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18595         (gnus-article-get-xrefs, gnus-summary-best-group)
18596         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18597         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18598         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18599         Use with-current-buffer.
18600
18601 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18602
18603         * spam.el (spam-summary-prepare-exit): Simplify logic.
18604         (spam-fetch-article-header): Read the article header if it's not
18605         available.
18606         (spam-list-articles): Simplify logic.
18607         (spam-filelist-register-routine): Fix bug with unregister-list.
18608
18609         * gnus-registry.el: Fix comments at beginning.
18610
18611 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * message.el (message-cater-to-broken-inn): Remove.
18614         (message-shorten-references): Make sure the total folded length of
18615         References is shorter than 998 characters to cater to a bug in INN
18616         2.3.  Also, don't pretend that references aren't folded -- this
18617         hasn't worked for a while.
18618
18619 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18620
18621         * gnus-agent.el (gnus-agentize):
18622         gnus-agent-send-mail-real-function no longer set to current value
18623         of message-send-mail-function but rather a lambda that calls
18624         message-send-mail-function.  The change makes the agent real-time
18625         responsive to user changes to message-send-mail-function.
18626
18627 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18628
18629         * legacy-gnus-agent.el
18630         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18631         help from Florian Weimer <fw@deneb.enyo.de>
18632
18633 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * nnmail.el (nnmail-cache-insert): Revert last change.
18636
18637 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18638
18639         * nnmail.el (nnmail-cache-insert): Always check whether
18640         nnmail-cache-ignore-groups matches a group name.
18641
18642 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18645         (spam-find-spam, spam-log-processing-to-registry)
18646         (spam-log-registered-p, spam-log-unregistration-needed-p)
18647         (spam-log-undo-registration): Use gnus-message instead of
18648         gnus-error, none of these errors are fatal.
18649
18650         * gnus-registry.el (gnus-registry-clean-empty-function)
18651         (gnus-registry-clean-empty): Remove only empty entries without
18652         extra data.
18653
18654 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18655
18656         * spam-stat.el (spam-stat-buffer-change-to-spam)
18657         (spam-stat-buffer-change-to-non-spam): Change (error) to
18658         (gnus-message 8) invocation.
18659
18660 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18661
18662         * nntp.el (nntp-via-netcat-command): New variable.
18663         (nntp-via-netcat-switches): New variable.
18664         (nntp-open-via-rlogin-and-netcat): New function.
18665         (nntp-open-connection-function): Doc fix.
18666         (nntp-telnet-command): Doc fix.
18667         (nntp-end-of-line): Doc fix.
18668         (nntp-via-rlogin-command): Doc fix.
18669         (nntp-via-user-name): Doc fix.
18670         (nntp-via-address): Doc fix.
18671
18672 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18675         error in Emacs 21.1.
18676
18677 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18680
18681 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18682
18683         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18684         (gnus-agent-with-refreshed-group): New macro.
18685         (gnus-agent-rename-group): New function.
18686         (gnus-agent-delete-group): New function.
18687         (gnus-agent-save-group-info): Use gnus-command-method when
18688         `method' parameter is nil.  Don't write nil entries into the
18689         active file.
18690         (gnus-agent-get-group-info): New function.
18691         (gnus-agent-fetch-articles):
18692         Use gnus-agent-update-files-total-fetched-for to increment disk space
18693         used.
18694         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18695         Use gnus-agent-update-view-total-fetched-for to increment disk space
18696         used.
18697         (gnus-agent-get-local): Add optional parameters to avoid calling
18698         gnus-group-real-name and gnus-find-method-for-group.
18699         (gnus-agent-set-local): Delete stored entry if either min, or max,
18700         are nil.
18701         (gnus-agent-fetch-session): Reworded error/quit messages.
18702         On quit, use gnus-agent-regenerate-group to record existance of any
18703         articles fetched to disk before the quit occurred.
18704         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18705         gnus-agent-update-view-total-fetched-for, and
18706         gnus-agent-update-files-total-fetched-for to decrement disk space
18707         used.
18708         (gnus-agent-retrieve-headers):
18709         Use gnus-agent-update-view-total-fetched-for to increment disk space
18710         used.
18711         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18712         with gnus-agent-update-files-total-fetched-for to decrement disk
18713         space and fresh group buffer.
18714         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18715         (gnus-agent-need-update-total-fetched-for): New variable.
18716         (gnus-agent-update-files-total-fetched-for): New function.
18717         (gnus-agent-update-view-total-fetched-for): New function.
18718         (gnus-agent-total-fetched-for): New function.
18719
18720         * gnus-cache.el (gnus-cache-save-buffers):
18721         Use gnus-cache-update-overview-total-fetched-for to change disk space
18722         used by this group.
18723         (gnus-cache-possibly-enter-article):
18724         Use gnus-cache-update-file-total-fetched-for to increment disk space
18725         used by this group.
18726         (gnus-cache-possibly-remove-article):
18727         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18728         used by this group.
18729         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18730         (gnus-cache-rename-group): New function.
18731         (gnus-cache-delete-group): New function.
18732         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18733         (gnus-cache-need-update-total-fetched-for): New variable.
18734         (gnus-cache-with-refreshed-group): New macro.
18735         (gnus-cache-update-file-total-fetched-for): New function.
18736         (gnus-cache-update-overview-total-fetched-for): New function.
18737         (gnus-cache-rename-group-total-fetched-for): New function.
18738         (gnus-cache-delete-group-total-fetched-for): New function.
18739         (gnus-cache-total-fetched-for): New function.
18740
18741         * gnus-group.el: Require gnus-sum and autoload functions to
18742         resolve warnings when gnus-group.el compiled alone.
18743         (gnus-group-line-format): Documented new %F.
18744         (size of Fetched data) group line format; identifies disk space
18745         used by agent and cache.
18746         (gnus-group-line-format-alist): Defined new F format.
18747         (gnus-total-fetched-for): New function.
18748         (gnus-group-delete-group): No longer update
18749         gnus-cache-active-altered as gnus-request-delete-group now keeps
18750         the cache in sync.
18751         (gnus-group-list-active): Let the agent store a server's active
18752         list if currently plugged.
18753
18754         * gnus-int.el (gnus-request-delete-group):
18755         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18756         local disk in sync with the server.
18757         (gnus-request-rename-group):
18758         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18759         local disk in sync with the server.
18760
18761         * gnus-start.el (gnus-get-unread-articles):
18762         Cosmetic simplification to logic.
18763
18764         * gnus-util.el (gnus-rename-file): New function.
18765
18766 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18767
18768         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18769
18770 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18771
18772         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18773         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18774
18775 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18778         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18779
18780 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18781
18782         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18783
18784 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18785
18786         * spam.el (spam-set-difference): Add function to replace
18787         gnus-set-difference in spam.el.
18788         (spam-summary-prepare-exit): Use spam-set-difference.
18789
18790 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18791
18792         * gnus-registry.el (gnus-registry-cache-file): Update to use
18793         gnus-dribble-directory OR gnus-home-directory OR ~.
18794         (gnus-registry-split-fancy-with-parent): Fix doc.
18795
18796 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * message.el (message-exchange-point-and-mark):
18799         Use message-mark-active-p.  Suggested by Jesper Harder
18800         <harder@ifa.au.dk>.
18801
18802 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * message.el (message-exchange-point-and-mark): Don't activate
18805         region if it was inactive.  Suggested by Hiroshi Fujishima
18806         <pooh@nature.tsukuba.ac.jp>.
18807
18808 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * gnus-art.el (article-display-face): Display Faces in the same
18811         order as X-Faces.
18812
18813 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18816
18817 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18820         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18821         (gnus-article-mime-hierarchy): Remove.
18822         (gnus-article-mime-hierarchy-next): Remove.
18823         (gnus-article-mode): Revert 2004-03-19 change.
18824         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18825         (gnus-insert-mime-button): Revert 2004-03-19 change.
18826         (gnus-mime-accumulate-hierarchy): Remove.
18827         (gnus-mime-enter-multipart): Remove.
18828         (gnus-mime-leave-multipart): Remove.
18829         (gnus-mime-display-part): Revert 2004-03-19 change.
18830         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18831
18832         * mml.el (mml-preview): Revert 2004-03-19 change.
18833
18834 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18835
18836         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18837
18838 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18841         t while entering a file name using the mm-with-multibyte macro.
18842         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18843
18844         * mm-util.el (mm-with-multibyte): New macro.
18845
18846 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18849         New user option.
18850         (gnus-mime-multipart-functions): Doc and customization fix.
18851         (gnus-article-mime-hierarchy): New variable.
18852         (gnus-article-mime-hierarchy-next): New variable.
18853         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18854         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18855         gnus-article-mime-hierarchy-next to nil.
18856         (gnus-insert-mime-button): Show hierarchy numbers.
18857         (gnus-mime-accumulate-hierarchy): New function.
18858         (gnus-mime-enter-multipart): New function.
18859         (gnus-mime-leave-multipart): New function.
18860         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18861         (gnus-mime-display-alternative): Show hierarchy numbers.
18862
18863         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18864         gnus-article-mime-hierarchy-next to nil.
18865
18866 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18867
18868         * dns.el: Don't require gnus-xmas.
18869
18870 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18871
18872         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18873         inline PGP.
18874         (mml-menu): Disable mml-quote-region if mark is inactive.
18875
18876 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18879         when the group's active is not available.
18880
18881 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18884         error.
18885
18886 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * imap.el (imap-store-password): New variable.
18889         (imap-interactive-login): Use it.
18890         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18891
18892 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18895         window-start and hscroll to summary window.
18896
18897 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18898
18899         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18900         conversion message to newsrc-dribble when an actual conversion is
18901         performed.
18902
18903 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18904
18905         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18906
18907 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * mm-decode.el (mm-complicated-handles): New function reviving
18910         former definition of mm-multiple-handles.
18911
18912         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18913         (gnus-mime-delete-part): Use it.
18914
18915 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18916
18917         * gnus-agent.el (gnus-agent-read-local):
18918         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18919         avoid the implicit assumption that they will always be equal.
18920         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18921         coding-system-for-write, as the with-temp-file macro first prints
18922         to a buffer then saves the buffer.
18923
18924 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * gnus-art.el (gnus-article-edit-part): New function.
18927         (gnus-mime-save-part-and-strip): Use it; do query instead of
18928         signaling an error; don't use mm-multiple-handles.
18929         (gnus-mime-delete-part): Ditto.
18930
18931 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18932
18933         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18934         old file versions.
18935         (gnus-group-prepare-hook): Remove function that converted list
18936         form of gnus-agent-expire-days to group properties.
18937
18938         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18939         (gnus-request-accept-article): Re-indented.
18940
18941         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18942         converters to handle old agent file formats.  Add logic for a
18943         "backup before upgrading warning".
18944         (gnus-convert-mark-converter-prompt): Developers can mark
18945         functions as needing (default), or not needing,
18946         gnus-convert-old-newsrc's "backup before upgrading warning".
18947         (gnus-convert-converter-needs-prompt): Tests whether the user
18948         should be protected from potentially irreversable changes by the
18949         function.
18950
18951         * legacy-gnus-agent.el: New.  Provides converters that are only
18952         loaded when gnus-convert-old-newsrc needs to call them.
18953
18954 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * mail-source.el (mail-source-touch-pop): Doc fix.
18957
18958         * message.el (message-smtpmail-send-it): Doc fix.
18959
18960 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18963
18964         * nnmail.el (nnmail-split-fancy): do.
18965
18966         * gnus-kill.el (gnus-kill, gnus-execute): do.
18967
18968 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18969
18970         * gnus-sum.el (gnus-widget-reversible-match)
18971         (gnus-widget-reversible-to-internal)
18972         (gnus-widget-reversible-to-external): New functions.
18973         (gnus-widget-reversible): New widget.
18974         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18975
18976 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18977
18978         * gnus-sum.el (gnus-thread-sort-functions)
18979         (gnus-article-sort-functions): Document `(not F)' items.
18980
18981 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18982
18983         * spam.el (spam-use-gmane-xref): Add new backend.
18984         (spam-gmane-xref-spam-group): Add variable to control the name of the
18985         Gmane spam group.
18986         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18987         (spam-regex-headers-spam, spam-regex-headers-ham)
18988         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18989         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18990         backends and checks.
18991         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18992
18993         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18994         an autodetect method.
18995
18996 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18997
18998         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18999         articles are being added to a group.
19000         (gnus-request-replace-article): Inform the agent that articles
19001         need to be uncached as the cached contents are no longer valid.
19002
19003 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * binhex.el: Don't autoload executable-find.
19006
19007         * canlock.el: Don't autoload mail-fetch-field.
19008
19009         * dgnushack.el: Autoload c-mode for XEmacs.
19010
19011         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19012
19013         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19014         rmail-dont-reply-to and rmail-output.
19015
19016         * gnus-score.el: Don't autoload ffap-string-at-point.
19017
19018         * gnus-setup.el: Don't autoload sc-cite-original.
19019
19020         * imap.el: Don't autoload base64-decode-string,
19021         base64-encode-string and md5.
19022
19023         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19024         and rmail-msg-restore-non-pruned-header.
19025
19026         * mm-decode.el: Don't autoload executable-find.
19027
19028         * mm-url.el: Don't autoload executable-find.
19029
19030         * mm-view.el: Don't autoload diff-mode.
19031
19032         * nndb.el: Don't autoload news-reply-mode, news-setup,
19033         cancel-timer and telnet.
19034
19035         * password.el: Don't autoload run-at-time for Emacs.
19036
19037         * sha1-el.el: Don't autoload executable-find.
19038
19039         * sieve-mode.el: Don't autoload c-mode.
19040
19041         * uudecode.el: Don't autoload executable-find.
19042
19043 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19044
19045         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19046         (gnus-agent-possibly-alter-active): Avoid null in numeric
19047         comparison.
19048         (gnus-agent-set-local): Refuse to save null in local object table.
19049         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19050         list of articles that will be marked as unread.
19051
19052 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19055
19056 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19057
19058         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19059         language tags.
19060
19061 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19062
19063         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19064         Don't bind "obarray".
19065
19066         * gnus-sum.el (gnus-thread-sort-functions):
19067         Add `gnus-thread-sort-by-most-recent-number' and
19068         `gnus-thread-sort-by-most-recent-date'.
19069         Reported by Kai Grossjohann <kai@emptydomain.de>.
19070
19071 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19074
19075 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19076
19077         * gnus-cus.el (gnus-agent-customize-category):
19078         Remove ignore-errors macro reference that required cl to be loaded at
19079         run-time.
19080
19081         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19082         single-interval range of the form (min . max).  Previously the
19083         range had to look like ((min . max)).  Likewise, return
19084         (min . max) rather than ((min . max)).
19085         (gnus-range-map): Use gnus-range-normalize to accept
19086         single-interval range.
19087
19088         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19089         the cache, but not the agent, now appear with their usual face.
19090
19091         * dgnushack.el (loaddir): New variable that is bound to the
19092         directory containing the dgnushack.el file. Use loaddir, rather
19093         than srcdir, to update load-path. Change lets dgnushack compile
19094         code in directories other than GNUS/lisp.
19095
19096 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19097
19098         * lpath.el: Don't bind w3m-safe-url-regexp.
19099
19100         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19101         w3m-safe-url-regexp variable buffer-local.
19102
19103         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19104
19105 2004-02-27  Simon Josefsson  <jas@extundo.com>
19106
19107         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19108         gnus-group-real-prefix.
19109         (gnus-summary-move-article): Use it, instead of
19110         gnus-group-real-prefix.
19111
19112 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * lpath.el: Bind w3m-safe-url-regexp.
19115
19116         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19117         w3m-safe-url-regexp variable buffer-local and set it as the value
19118         of mm-w3m-safe-url-regexp.
19119
19120         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19121
19122         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19123         parsing gnus-posting-styles when the message is not for replying.
19124
19125         * dgnushack.el: Autoload sgml-mode for XEmacs.
19126
19127         * nnrss.el (nnrss-opml-export):
19128         Use mm-set-buffer-file-coding-system instead of
19129         set-buffer-file-coding-system.
19130
19131 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19132
19133         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19134         of checkdoc.el).
19135         * nnrss.el: do.
19136         * gnus-mlspl.el: do.
19137         * gnus-ml.el: do.
19138         * gnus-srvr.el: do.
19139
19140         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19141
19142 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19143
19144         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19145         Corrections to custom-manual links.
19146
19147         * gnus-art.el (gnus-article): Ditto.
19148
19149         * mm-decode.el (mime-display, mime-security): Ditto.
19150
19151 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19152
19153         * flow-fill.el: Typo.
19154
19155 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19156
19157         * spam-wash.el: New file.
19158
19159 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19160
19161         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19162
19163 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19164
19165         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19166         to be run with new-articles as LIST1, not LIST2.
19167         (spam-registration-functions): Add spam-use-ham-copy as a nil
19168         registration backend.
19169
19170 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * spam-stat.el (spam-stat-washing-hook): New option.
19173         (spam-stat-buffer-words): Use it.
19174         (spam-stat-process-directory, spam-stat-test-directory):
19175         Use insert-file-contents-literally.
19176         (spam-stat-coding-system): New variable.
19177         (spam-stat-load, spam-stat-save): Use it.
19178
19179 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * spam-report.el (spam-report-plug-agent):
19182         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19183
19184 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19187         Allow / in mailto URLs.
19188
19189 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * spam-report.el (spam-report-process-queue): Fix interactive use.
19192         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19193         (spam-report-unplug-agent): Doc fixes.
19194         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19195         (spam-report-agentize, spam-report-deagentize): Autoload.
19196
19197 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19200
19201         * message.el (message-setup-fill-variables): Add mml tags to
19202         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19203         <ajk@iu.edu>.
19204         (message-mode): Don't modify paragraph-separate there.
19205
19206 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * compface.el (uncompface-use-external): Default to undecided.
19209         (uncompface-use-external-threshold): New variable.
19210         (uncompface-float-time): New macro.
19211         (uncompface): Determine whether to use the external decoder if
19212         uncompface-use-external is undecided.
19213
19214 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19215
19216         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19217         after images.
19218
19219         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19220
19221 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19222
19223         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19224
19225         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19226
19227         * gnus-sum.el (gnus-summary-limit-to-age)
19228         (gnus-summary-limit-children): do.
19229
19230         * gnus-int.el (gnus-request-scan): do.
19231
19232         * gnus-group.el (gnus-group-suspend): do.
19233
19234         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19235
19236         * gnus-cite.el (gnus-cite-parse-attributions): do.
19237
19238         * gnus-agent.el (gnus-summary-set-agent-mark)
19239         (gnus-agent-regenerate-group): do.
19240
19241         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19242
19243         * binhex.el (binhex-decode-region-internal): do.
19244
19245 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * gnus-fun.el (gnus-face-properties-alist): New user option.
19248         (gnus-display-x-face-in-from): Use it.
19249
19250         * gnus-art.el (article-display-face): Ditto.
19251
19252         * compface.el (uncompface-use-external): Default to nil.
19253
19254 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * nntp.el (nntp-erase-buffer): New function.
19257         (nntp-retrieve-data, nntp-send-command)
19258         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19259         (nntp-possibly-change-group): Use it.
19260
19261         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19262         Use with-current-buffer.
19263
19264 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19265
19266         * compface.el: Merge the ELisp-based uncompface program.
19267         (compface): New customization group.
19268         (uncompface-use-external): New user option.
19269         (uncompface): Call uncompface-internal if uncompface-use-external
19270         is nil.
19271         (uncompface-internal): New function.  Note that there are also
19272         some other functions and variables added for this function.
19273
19274 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19275
19276         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19277         if necessary.
19278
19279 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19280
19281         * spam-report.el (spam-report-unplug-agent)
19282         (spam-report-plug-agent, spam-report-deagentize)
19283         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19284         Add support for the Agent in spam-report: when unplugged, report to a
19285         file; when plugged, submit all the requests.
19286
19287         * spam.el (spam-register-routine): Fix message about
19288         registration.
19289
19290 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19293         dependencies.
19294         (rfc2047-encode): Use it.
19295
19296         * gnus-art.el (gnus-button-marker-list): Move before first
19297         reference.
19298
19299         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19300         (imap-parse-body): Fix format string mismatch.
19301
19302         * gnus-score.el (gnus-summary-increase-score): do.
19303
19304         * nnrss.el (nnrss-close): New function.
19305
19306 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19307
19308         * nnrss.el (nnrss-make-filename): New function.
19309         (nnrss-request-delete-group, nnrss-read-server-data)
19310         (nnrss-save-server-data, nnrss-read-group-data)
19311         (nnrss-save-group-data): Use it.
19312         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19313         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19314         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19315
19316 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19319
19320 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19321
19322         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19323         files.
19324
19325         * message.el (message-generate-headers-first): Don't quote nil
19326         and t in docstrings.
19327
19328         * imap.el (imap-id): do.
19329
19330         * gnus-agent.el (gnus-agent-consider-all-articles)
19331         (gnus-agent-queue-mail): do.
19332
19333 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * spam-report.el (spam-report-process-queue): New function.
19336         Process requests from `spam-report-requests-file'.
19337         (spam-report-process-queue): Doc fix.
19338
19339 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19340
19341         * spam.el (spam-register-routine)
19342         (spam-log-processing-to-registry, spam-log-registered-p)
19343         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19344         Change "check" to "spam-check" for semi-clarity.
19345
19346 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19347
19348         * pop3.el: Require nnheader.
19349
19350         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19351
19352         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19353
19354         * gnus-picon.el: Require cl.
19355
19356         * gnus-fun.el: Require gnus-ems and gnus-util.
19357
19358         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19359
19360         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19361
19362         * gnus-art.el (gnus-article-edit-mode): Define before first
19363         reference.
19364
19365 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19366
19367         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19368         (gnus-uu-post-encoded): Use point-at-bol.
19369
19370         * gnus-topic.el (gnus-group-active-topic-p): do.
19371
19372         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19373
19374         * gnus-group.el (gnus-group-kill-region): do.
19375
19376         * gnus-art.el (article-date-ut): do.
19377
19378         * message.el (message-fetch-field): Remove redundant
19379         case-fold-search binding.
19380         (message-narrow-to-field): Simplify.
19381
19382 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19383
19384         * spam.el (spam-directory): Derive from `gnus-directory'.
19385
19386         * spam-report.el (spam-report-url-to-file)
19387         (spam-report-requests-file): New function and variable for offline
19388         reporting.
19389         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19390         and user defined function.
19391         (spam-report-url-ping-mm-url): Remove doubled slash.
19392
19393 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19394
19395         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19396
19397 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19398
19399         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19400         Fix format string mismatch.
19401
19402         * sieve.el (sieve-deactivate-all): do.
19403
19404         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19405
19406         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19407
19408         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19409
19410         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19411
19412 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19413
19414         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19415         the list of checks.
19416
19417 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19418
19419         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19420         padding.
19421
19422 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19423
19424         * mm-view.el (mm-fill-flowed): New variable.
19425         (mm-inline-text): Use it.
19426
19427 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19428
19429         * spam.el (spam-spamassassin-register-ham-routine)
19430         (spam-spamassassin-register-spam-routine): Fix function names.
19431
19432 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus.el (gnus-tmp-grouplens): Remove.
19435         (gnus-summary-line-format): Remove grouplens.
19436
19437         * gnus-group.el (gnus-group-line-format): Ditto.
19438
19439         * gnus-spec.el (gnus-format-specs): Ditto.
19440         (gnus-update-format-specifications): Flush the group format spec
19441         cache if there's the grouplens stuff.
19442         (gnus-parse-simple-format): Replace %l with the empty string.
19443
19444 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19445
19446         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19447         omission.
19448
19449 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19452         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19453
19454 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19455
19456         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19457         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19458         New macros and functions.
19459         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19460         Handle > NLINK_MAX messages.
19461         * nnmaildir.el (nnmaildir-request-set-mark):
19462         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19463
19464 2004-01-25  Alex Schroeder  <alex@gnu.org>
19465
19466         * spam-stat.el (spam-stat-process-directory-age): New option.
19467         (spam-stat-process-directory): Use it.
19468
19469 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19470
19471         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19472         (spam-stat-save): Accept prefix argument.
19473
19474 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19475
19476         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19477         links" error.
19478
19479 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19482         the rest of the and/or forms.
19483
19484 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19485
19486         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19487         compatibility with old .newsrc.eld files.
19488
19489         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19490
19491         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19492
19493         * gnus-start.el (gnus-1): do.
19494
19495         * gnus-group.el (gnus-group-line-format-alist): do.
19496
19497         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19498
19499         * gnus-gl.el: Remove.
19500
19501 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19502
19503         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19504         marks consisting of a single range {for example, (3 . 5)} rather
19505         than a list of a single range { ((3 . 5)) }.
19506
19507 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19508
19509         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19510         Use with-current-buffer.
19511         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19512         avoid consing a string.
19513
19514         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19515         Remove obsolete entries for big5 and gb2312.
19516
19517 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19518
19519         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19520         uncompressed list.
19521
19522 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19523
19524         * spam-stat.el (spam-stat-strip-xref): New function.
19525         (spam-stat-process-directory): Use it.
19526
19527         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19528         here -- it's done in message-fetch-field.
19529
19530 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19531
19532         * gnus-agent.el (gnus-agent-queue-mail)
19533         (gnus-agent-prompt-send-queue): New variables.
19534         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19535         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19536         "nndraft:queue" along to gnus-draft-send.
19537         Use gnus-agent-prompt-send-queue.
19538         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19539         is "nndraft:queue".  Suggested by Gaute Strokkenes
19540         <gs234@srcf.ucam.org>
19541
19542         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19543         (agent-enable-undownloaded-faces): Add.
19544         (gnus-agent-cat-groups): Use eval-and-compile, not
19545         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19546         method of gnus-agent-cat-groups even when the buffer has been
19547         evaled.
19548         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19549         delete gnus-agent-save-active-1.
19550         (gnus-agent-save-groups): Delete.  Identical to
19551         gnus-agent-save-active.
19552         (gnus-agent-write-active): No longer adjust agent's copy of active
19553         file as agent's adjustments are now stored in their own
19554         file.  Remove optional parameter.
19555         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19556         servers.  Add use of min/max range limits from server's local
19557         file.
19558         (gnus-agent-save-alist): Remove unused optional argument.
19559         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19560         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19561         (gnus-agent-set-local): A per-server file that keeps min/max range
19562         limits for articles known to the agent.  Provides a fast mechanism
19563         for altering many active ranges.
19564         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19565         active file (local makes it unnecessary).
19566         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19567
19568         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19569         (agent-enable-undownloaded-faces): Add.
19570
19571         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19572         disable it when sending to "nndraft:queue".
19573         (gnus-group-send-queue): Add safety check to avoid sending queue
19574         when unplugged.
19575
19576         * gnus-group.el (gnus-group-catchup): Use new
19577         gnus-sequence-of-unread-articles, not
19578         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19579         numbers of articles.  Use gnus-range-map to avoid having to
19580         uncompress the unread list.
19581         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19582         Fix invalid ange-ftp reference.
19583
19584         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19585         (gnus-sorted-range-intersection): Intersection of two ranges
19586         without requiring that they first be uncompressed.
19587
19588         * gnus-start.el (gnus-activate-group): Unless blocked by the
19589         caller, possibly expand the active range to include both cached
19590         and agentized articles.
19591         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19592         multiple version-dependent converters.
19593         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19594         gnus-agent-save-active.
19595         (gnus-save-newsrc-file): Save dirty agent range limits.
19596
19597         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19598         gnus-agent-possibly-alter-active.
19599         (gnus-adjust-marked-articles): Faster handling of simple lists.
19600
19601 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * spam-stat.el (spam-stat-test-directory): New optional argument
19604         displays a list of files detected.  Suggested by Andrew Cohen
19605         <cohen@andy.bu.edu>.
19606         (spam-stat-buffer-words-with-scores): Don't narrow and change
19607         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19608
19609 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19610
19611         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19612         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19613         (spam-spamassassin-arguments)
19614         (spam-spamassassin-spam-flag-header)
19615         (spam-spamassassin-positive-spam-flag-header)
19616         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19617         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19618         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19619         (spam-list-of-processors, spam-list-of-checks)
19620         (spam-list-of-statistical-checks, spam-registration-functions)
19621         (spam-check-spamassassin-headers, spam-check-spamassassin)
19622         (spam-spamassassin-score)
19623         (spam-spamassassin-register-with-sa-learn)
19624         (spam-spamassassin-register-spam-routine)
19625         (spam-spamassassin-register-ham-routine)
19626         (spam-assassin-register-spam-routine)
19627         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19628         (spam-bogofilter-score): Fix to show article before scoring.
19629
19630 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19631
19632         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19633         default scoring function.
19634         (spam-generic-score): Call spam-spamassassin-score if
19635         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19636         spam-bogofilter-score otherwise.
19637
19638         * gnus.el (spam-process, spam-autodetect-methods):
19639         Add spamassassin and spamassassin-headers.
19640
19641 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19642
19643         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19644         Suppress unnecessary messages.
19645
19646 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19647
19648         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19649         make-hash-table.
19650
19651 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * canlock.el (base64-encode-string): Don't autoload it.
19654
19655 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * run-at-time.el: Remove useless (require 'itimer),
19658         eval-and-compile and (featurep 'xemacs).
19659
19660 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19661
19662         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19663         GROUP is a virtual group.
19664
19665 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19666
19667         * gnus.el: Autoload `message-y-or-n-p'.
19668
19669 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19670
19671         * pgg-parse.el: Remove unnecessary (require 'custom).
19672
19673         * pgg-def.el: do.
19674
19675         * nnmail.el: do.
19676
19677         * gnus-undo.el: do.
19678
19679         * gnus-picon.el: do.
19680
19681         * gnus-util.el: do.
19682
19683 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19684
19685         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19686
19687 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19690         handle, as well as a list.
19691
19692         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19693         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19694         (mm-w3m-cid-retrieve): Simplify.
19695
19696 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19697
19698         * message.el (message-kill-to-signature): Allow prefix arg to
19699         specify number of lines to keep before signature.
19700
19701 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19702
19703         * message.el (message-kill-to-signature): Change docstring.
19704
19705 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * canlock.el: Always require sha1-el.
19708         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19709
19710         * message.el: Autoload sha1 only when compiling.
19711
19712         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19713         eudc-expand-inline for XEmacs.
19714
19715 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * message.el (message-canlock-generate): Require sha1-el.
19718
19719 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19720
19721         * message.el (message-expand-name): Silence the byte compiler.
19722
19723         * lpath.el: Add detect-coding-system.
19724
19725         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19726         cus-edit.
19727
19728 2004-01-13  Simon Josefsson  <jas@extundo.com>
19729
19730         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19731         Invoke gnus-score-mode.
19732         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19733
19734         * gnus-range.el (gnus-compress-sequence): Doc fix.
19735         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19736
19737 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19738
19739         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19740
19741 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19742
19743         * spam.el (spam-get-article-as-string): Update to use
19744         gnus-request-article-this-buffer, much simpler.
19745         (spam-get-article-as-buffer): Remove.
19746
19747 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19748
19749         * message.el (message-expand-name): Use EUDC if the user uses that.
19750
19751 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19752
19753         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19754         character for the encoding to avoid consing a string.
19755
19756         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19757         unnecessarily.
19758
19759         * mm-util.el (mm-replace-chars-in-string): Remove.
19760
19761         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19762         of mm-replace-chars-in-string.
19763
19764 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19765
19766         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19767
19768         * mm-util.el (mm-subst-char-in-string): Support inplace.
19769
19770         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19771         a new string in every iteration.  Use shy groups.
19772
19773 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19774
19775         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19776         * gnus-soup.el (gnus-soup-group-brew):
19777         * gnus-msg.el (gnus-put-message):
19778         * gnus-move.el (gnus-group-move-group-to-server):
19779         * gnus-kill.el (gnus-batch-score):
19780         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19781         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19782         (gnus-group-update-group, gnus-group-read-group)
19783         (gnus-group-make-group, gnus-group-make-help-group)
19784         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19785         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19786         (gnus-group-sort-by-unread, gnus-group-catchup)
19787         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19788         (gnus-group-yank-group, gnus-group-set-info)
19789         (gnus-group-list-groups):
19790         * gnus.el (gnus-generate-new-group-name):
19791         * gnus-delay.el (gnus-delay-send-queue):
19792         * nnvirtual.el (nnvirtual-catchup-group):
19793         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19794         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19795         (gnus-group-prepare-topics, gnus-topic-check-topology):
19796         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19797         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19798         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19799         (gnus-group-make-articles-read):
19800         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19801         (gnus-group-change-level, gnus-kill-newsgroup)
19802         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19803         (gnus-get-unread-articles, gnus-make-articles-unread)
19804         (gnus-make-ascending-articles-unread): Use accessor
19805         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19806         to get group information for improved readability.
19807
19808
19809 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19810
19811         * gnus-art.el (article-decode-mime-words, article-babel)
19812         (gnus-article-highlight-signature, gnus-article-add-buttons)
19813         (gnus-signature-toggle): Use gnus-with-article-buffer.
19814
19815         * gnus-art.el (gnus-article-highlight-headers)
19816         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19817
19818         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19819         (gnus-article-set-globals, gnus-request-article-this-buffer)
19820         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19821         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19822         (gnus-mime-display-alternative): Use with-current-buffer.
19823
19824 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19825
19826         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19827         also under 80 char limit, and call gnus-error if needed.
19828         (spam-fetch-article-header): Fix - it was a
19829         buffer-local variable (gnus-newsgroup-data).
19830         (spam-find-spam): Use spam-generate-fake-headers, forget about
19831         spam-insert-fake-headers.
19832         (spam-insert-fake-headers): Remove.
19833
19834 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19835
19836         * deuglify.el (gnus-article-outlook-unwrap-lines)
19837         (gnus-outlook-rearrange-article)
19838         (gnus-outlook-repair-attribution-outlook)
19839         (gnus-outlook-repair-attribution-block)
19840         (gnus-outlook-repair-attribution-other): Remove redundant
19841         save-excursion.
19842
19843 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19844
19845         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19846         (spam-fetch-field-subject-fast)
19847         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19848         (spam-fetch-article-header): Add functions to deal with Gnus
19849         internals for fast retrieval of article header data.
19850         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19851
19852 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19853
19854         * pop3.el (pop3-md5): Remove.
19855         (pop3-apop): Replace pop3-md5 with md5.
19856
19857         * mm-bodies.el: base64 is always built-in.
19858
19859         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19860         Use with-current-buffer.
19861
19862 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * canlock.el (canlock-insert-header): Remove excessive grouping in
19865         regexp.
19866
19867         * gnus-sum.el (gnus-summary-read-document): Ditto.
19868
19869         * gnus-uu.el (gnus-uu-part-number): Ditto.
19870
19871         * html2text.el (html2text-remove-tags): Ditto.
19872         (html2text-format-tags): Ditto.
19873         (html2text-format-single-elements): Ditto.
19874
19875         * mml.el (mml-parse-1): Ditto.
19876
19877 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19878
19879         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19880
19881         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19882
19883         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19884
19885         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19886
19887 2003-11-15  Simon Josefsson  <jas@extundo.com>
19888
19889         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19890         (pgg-gpg-lookup-key): Use regexp match instead of
19891         split-string (split-string is different between emacs 21.2 and
19892         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19893
19894 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * gnus-art.el (gnus-mime-view-all-parts)
19897         (gnus-article-part-wrapper, gnus-article-view-part):
19898         Use with-current-buffer.
19899
19900 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19901
19902         * spam.el (spam-disable-spam-split-during-ham-respool)
19903         (spam-spamoracle-database, spam-cache-lookups)
19904         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19905         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19906         (spam-group-ham-marks, spam-group-spam-marks)
19907         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19908         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19909         also add spam-use-blackholes to the statistical checks.
19910         (spam-fetch-field-fast): Add interface to fetching fields, may
19911         become a macro.
19912         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19913         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19914         (spam-insert-fake-headers): Fake an article when needed.
19915         (spam-find-spam): Fake article when possible.
19916         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19917         (spam-check-bogofilter-headers): Use message-fetch-field instead
19918         of nnmail-fetch-field.
19919
19920 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19921
19922         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19923
19924 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19925
19926         * spam.el (spam-split): Do not require spam-use-CHECK to be
19927         enabled if that check is passed to spam-split explicitly; also
19928         fix so 'spam doesn't get converted to spam-split-group when
19929         spam-split-symbolic-return is t.
19930         (spam-find-spam): Find registrations of the article and use those
19931         instead of re-running spam-split to find the spam/ham
19932         classification of the article.
19933         (spam-log-processing-to-registry, spam-log-registered-p)
19934         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19935         Use gnus-error instead of gnus-message.
19936         (spam-log-registration-type): Add function to determine the
19937         classification of a message based on registry entries; will
19938         return nil if both 'spam and 'ham are found.
19939         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19940         a reasonably fast local cache without the loading errors.
19941         (spam-cache-lookups): Set to t by default.
19942         (spam-find-spam): Don't try to guess spam-cache-lookups.
19943         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19944         spam-caches entry.
19945         (spam-filelist-build-cache, spam-filelist-check-cache):
19946         Fix caching of whitelist/blacklist entries.
19947         (spam-check-whitelist, spam-check-blacklist):
19948         Invoke spam-from-listed-p with a type, not a cache variable.
19949         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19950
19951 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19952
19953         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19954
19955         * nnmail.el (nnmail-split-fancy): do.
19956
19957         * mml.el (mml-parse): do.
19958
19959         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19960         (gnus-score-adaptive): do.
19961
19962 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19965         (gnus-mime-button-map): Don't set keymap parent.
19966         (gnus-button-ctan-directory-regexp): Use shy grouping.
19967         (gnus-prev-page-map): Don't set keymap parent.
19968         (gnus-prev-page-map): Remove duplicated one.
19969         (gnus-next-page-map): Don't set keymap parent.
19970         (gnus-mime-security-button-map): Ditto.
19971
19972         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19973         version number.
19974
19975         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19976
19977 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19978
19979         * canlock.el (canlock-sha1-function): Remove.
19980         (canlock-sha1-function-for-verify): Remove.
19981         (canlock-openssl-program): Remove.
19982         (canlock-openssl-args): Remove.
19983         (canlock-ignore-errors): Remove.
19984         (canlock-sha1-with-openssl): Remove.
19985         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19986         (canlock-verify): Don't use canlock-ignore-errors.
19987
19988         * sha1-el.el (sha1-string-external): Make it can return a string
19989         in binary form.
19990         (sha1-region-external): Ditto.
19991         (sha1-string-internal): Ditto.
19992         (sha1-region-internal): Ditto.
19993         (sha1-region): Ditto.
19994         (sha1-string): Ditto.
19995         (sha1): Ditto.
19996
19997 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19998
19999         * spam.el (spam-report-articles-gmane): New command.
20000
20001 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20004
20005         * run-at-time.el (run-at-time-saved): Remove.
20006         (run-at-time): Doc fix.
20007
20008 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20009
20010         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20011         (gnus-summary-limit-map): Add it.
20012         (gnus-summary-make-menu-bar): do.
20013
20014 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20015
20016         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20017         Make attempt at some caching support (done for BBDB only now).
20018         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20019         addresses to be checked.
20020         (spam-clear-cache-BBDB): Add function, to be invoked by
20021         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20022         (spam-check-BBDB): Check and use the caches, if
20023         spam-cache-lookups is on, remove superfluous (provide).
20024
20025 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20028
20029 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20030
20031         * run-at-time.el (run-at-time-saved): Move to after the definition
20032         of `run-at-time'.
20033
20034         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20035
20036 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20039         mm-w3m-local-map-property.
20040
20041         * mm-view.el (mm-w3m-mode-map): Remove.
20042         (mm-w3m-local-map-property): Remove.
20043         (mm-inline-text-html-render-with-w3m): Don't use
20044         mm-w3m-local-map-property.
20045
20046 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20047
20048         * run-at-time.el: New file.
20049
20050         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20051         under Emacs.
20052
20053         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20054         of gnus-set-text-properties.
20055
20056         * gnus-uu.el (gnus-uu-save-article): Ditto.
20057
20058         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20059
20060         * gnus-cite.el (gnus-cite-parse): Ditto.
20061
20062         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20063         of gnus-.
20064
20065         * gnus-xmas.el (run-at-time): Require run-at-time.
20066
20067         * gnus.el: Change calls to nnheader-run-at-time and
20068         password-run-at-time throughout to use run-at-time directly.
20069
20070         * password.el: Remove definition of run-at-time.
20071
20072         * nnheaderxm.el: Remove definition of run-at-time.
20073
20074 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20075
20076         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20077         in prompt.
20078
20079 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20080
20081         * messagexmas.el (message-xmas-redefine): Alias
20082         `message-make-caesar-translation-table' to
20083         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20084         version.
20085
20086         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20087         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20088         `gnus-xmas-set-text-properties'.
20089         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20090         `gnus-xmas-completing-read'.
20091         (gnus-xmas-completing-read): Removed.
20092         (gnus-xmas-open-network-stream): Removed.
20093
20094         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20095         XEmacs version.
20096
20097         * dns.el (dns-make-network-process): Use `open-network-stream'
20098         instead of `gnus-xmas-open-network-stream'.
20099
20100         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20101
20102         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20103
20104 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20105
20106         * gnus-art.el (gnus-mime-display-alternative)
20107         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20108         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20109         Don't use gnus-local-map-property.
20110
20111         * gnus-util.el (gnus-local-map-property): Remove.
20112
20113         * mm-view.el (mm-view-pkcs7-decrypt):
20114         Replace gnus-completing-read-maybe-default with completing-read.
20115
20116         * gnus-util.el (gnus-completing-read): do.
20117         (gnus-completing-read-maybe-default): Remove.
20118
20119 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20120
20121         * password.el: Only autoload `run-at-time' if not XEmacs.
20122         Only autoload the itimer functions if XEmacs.
20123
20124 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20127         XEmacsen.
20128
20129         * dgnushack.el: Autoload executable-find for XEmacs.
20130
20131 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20132
20133         * gnus-art.el (gnus-read-string): Remove.
20134         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20135         read-string.
20136
20137 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20138
20139         * netrc.el: Autoload password-read.
20140         (netrc): Add configuration group.
20141         (netrc-encoding-method, netrc-openssl-path):
20142         Add variables for encoding and decoding of files with symmetric
20143         ciphers.
20144         (netrc-encode): Add assistant function to encode a file with
20145         netrc-encoding-method.
20146         (netrc-parse): Add interactive parameter, added optional
20147         decoding if netrc-encoding-method is non-nil but otherwise
20148         behavior is standard.
20149         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20150         Do s/encode/encrypt/ everywhere.
20151
20152         * spam.el: Remove executable-find autoload.
20153
20154 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20155
20156         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20157
20158         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20159
20160 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20161
20162         * gnus-art.el (gnus-treat-ansi-sequences)
20163         (article-treat-ansi-sequences): New variable and function.
20164         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20165
20166         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20167         Use it.
20168
20169 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20170
20171         * mm-util.el (mm-quote-arg): Remove.
20172
20173         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20174         shell-quote-argument.
20175
20176         * gnus-uu.el (gnus-uu-command): do.
20177
20178         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20179
20180         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20181         with make-char.
20182
20183         * mm-util.el (mm-make-char): Remove.
20184
20185         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20186         add-minor-mode.
20187
20188         * gnus-undo.el (gnus-undo-mode): do.
20189
20190         * gnus-topic.el (gnus-topic-mode): do.
20191
20192         * gnus-sum.el (gnus-dead-summary-mode): do.
20193
20194         * gnus-start.el (gnus-slave-mode): do.
20195
20196         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20197
20198         * gnus-ml.el (gnus-mailing-list-mode): do.
20199
20200         * gnus-gl.el (gnus-grouplens-mode): do.
20201
20202         * gnus-draft.el (gnus-draft-mode): do.
20203
20204         * gnus-dired.el (gnus-dired-mode): do.
20205
20206         * gnus-ems.el (gnus-add-minor-mode): Remove.
20207
20208         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20209         Replace gnus-char-width with char-width.
20210
20211         * gnus-ems.el (gnus-char-width): Remove.
20212
20213         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20214         Replace gnus-char-width with char-width.
20215
20216         * gnus-ems.el (gnus-char-width): Remove.
20217
20218         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20219         definition.
20220         Remove Emacs 20 hash table compatibility code.
20221
20222         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20223         20 compatibility code.
20224
20225         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20226
20227         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20228
20229         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20230         Replace with point-at-{eol,bol}.
20231
20232         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20233
20234         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20235
20236         * flow-fill.el (fill-flowed-point-at-bol)
20237         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20238
20239         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20240         Replace with point-at-{eol,bol} throughout all files.
20241
20242 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * ntlm.el (ntlm-string-as-unibyte): New macro.
20245         (ntlm-build-auth-response): Use it.
20246
20247         Remove Emacs 20 stuff:
20248         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20249         (butlast, mapc, remove): Remove the compiler macros.
20250         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20251         of delq and copy-sequence.
20252         * gnus-art.el (popup-menu): Remove the compiler macro.
20253         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20254         Emacs 20.
20255
20256 2004-01-05  Simon Josefsson  <jas@extundo.com>
20257
20258         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20259         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20260         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20261         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20262         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20263         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20264         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20265         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20266         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20267         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20268         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20269         string-xor into ntlm-string-xor.
20270         Suggested by Jesper Harder <harder@myrealbox.com>.
20271
20272         * ntlm.el: Don't include poem.
20273
20274         * md4.el (print-int32, print-string-hexa): Remove.
20275         Suggested by Jesper Harder <harder@myrealbox.com>.
20276
20277         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20278
20279         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20280         probably breaks emacs with DL patch, but do we care? Is anyone
20281         still using the DL stuff?)
20282
20283         * sieve-manage.el: Use the password package.
20284         (sieve-manage-read-passwd): Remove.
20285         (sieve-manage-interactive-login): Use password.  Re-add
20286         condition-case around loop.
20287
20288         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20289         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20290         Use the password package.
20291
20292 2003-02-19  Simon Josefsson  <jas@extundo.com>
20293
20294         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20295         token.
20296
20297 2002-08-07  Simon Josefsson  <jas@extundo.com>
20298
20299         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20300         (sieve-manage-authenticators):
20301         (sieve-manage-authenticator-alist): Add some SASL mechs.
20302         (sieve-sasl-auth): New function.
20303         (sieve-manage-cram-md5-auth):
20304         (sieve-manage-plain-auth): Rewrite using SASL library.
20305         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20306         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20307         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20308         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20309
20310 2004-01-05  Simon Josefsson  <jas@extundo.com>
20311
20312         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20313         New files.
20314
20315 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20316
20317         * gnus-group.el (gnus-no-groups-message): Update.
20318
20319         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20320
20321 2003-11-09  Simon Josefsson  <jas@extundo.com>
20322
20323         * imap.el: Support for ID IMAP extension (RFC 2971).
20324         (imap-local-variables): Add imap-id.
20325         (imap-id): New variable.
20326         (imap-id): New function.
20327         (imap-parse-response): Parse untagged ID response.
20328         * nnimap.el (nnimap-id): New variable.
20329         (nnimap-open-connection): Use it.
20330
20331 2003-12-28  Simon Josefsson  <jas@extundo.com>
20332
20333         * gnus-score.el (gnus-score-edit-all-score): New.
20334         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20335
20336 2004-01-04  Simon Josefsson  <jas@extundo.com>
20337
20338         * password.el: Add.
20339
20340 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20341
20342         * dns.el (dns-query-types): Fix typo.
20343         (dns-query-types): New function.
20344         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20345         PTR and SOA replies, see RFC 1035.
20346
20347 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20348
20349         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20350
20351         * Move to Changelog.2.
20352
20353 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354
20355         * gnus.el (gnus-version-number): Bump version.
20356
20357 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20358
20359         * gnus.el: No Gnus v0.1 is released.
20360
20361 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20362
20363         * gnus.el: No Gnus v0.0 is released.
20364
20365 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20366
20367         * gnus.el (gnus-version-number): Bump.
20368         (gnus-version): No.
20369
20370 See ChangeLog.2 for earlier changes.
20371
20372   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20373
20374   This file is part of GNU Emacs.
20375
20376   GNU Emacs is free software: you can redistribute it and/or modify
20377   it under the terms of the GNU General Public License as published by
20378   the Free Software Foundation, either version 3 of the License, or
20379   (at your option) any later version.
20380
20381   GNU Emacs is distributed in the hope that it will be useful,
20382   but WITHOUT ANY WARRANTY; without even the implied warranty of
20383   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20384   GNU General Public License for more details.
20385
20386   You should have received a copy of the GNU General Public License
20387   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20388
20389 ;; Local Variables:
20390 ;; coding: utf-8
20391 ;; fill-column: 79
20392 ;; add-log-time-zone-rule: t
20393 ;; End: