(shr-expand-newlines): Switch to using overlays to enable kill'n'yank in a more sensi...
[gnus] / lisp / ChangeLog
1 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
4         backgrounds.
5         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6         in a more sensible manner.
7
8 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
9
10         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
11         if EPG is loaded.
12
13 2011-01-24  Julien Danjou  <julien@danjou.info>
14
15         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
16         tags.
17
18 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
21         commands.
22
23         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
24         in the article buffer.
25         (gnus-gravatar-insert): Use blank space from the current buffer to
26         avoid breaking text properties.  This makes X-Sent updating work again.
27
28         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
29
30 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
33         fix the bug in url-http.el instead.
34
35         * shr.el (shr-image-fetched): Ditto.
36
37         * shr.el (shr-image-fetched): Avoid having point move in the article
38         buffer.
39
40         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
41         buffer after being called.  It's apparently being killed by url.el, and
42         killing it made point move to end-of-buffer in a random buffer.
43
44         * shr.el (shr-image-fetched): Ditto.
45
46 2011-01-23  Julien Danjou  <julien@danjou.info>
47
48         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
49
50         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
51         text/x-org.
52
53 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-sum.el (gnus-summary-move-article): Protect against backends
56         (i.e., nnimap) returning nil as the article number.
57
58 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
59
60         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
61         "DelSp" parameter in RFC3676.
62
63 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
64
65         * message.el (message-check-recipients): Display the encoded version of
66         the bogus address if they differ.
67
68         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
69         after sending.
70
71         * gnus-agent.el (gnus-agent-send-mail): Ditto.
72
73         * gnus-group.el (gnus-group-refresh-group): New convenience function.
74
75         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
76         group buffer after sending the queue.
77
78         * gnus-agent.el (gnus-agent-send-mail): Ditto.
79
80 2011-01-22  Julien Danjou  <julien@danjou.info>
81
82         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
83
84 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
85
86         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
87         nested related parts.
88
89         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
90         unexpired articles.  This fixes the regression that led expiry marks to
91         disappear from nnfolder groups.
92
93 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
96         Don't confuse the "ret" of "retrograde" with RET.
97
98 2011-01-21  Julien Danjou  <julien@danjou.info>
99
100         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
101         than mm-insert-inline.
102
103 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
106         Widen article buffer.
107
108 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
109
110         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
111         the temp buffer.
112         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
113
114 2011-01-20  Julien Danjou  <julien@danjou.info>
115
116         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
117
118         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
119         than mm-insert-inline to insert inline part: this respect
120         mm-inline-media-tests displayers.
121
122         * mm-view.el (mm-display-shell-script-inline): New function.
123
124         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
125
126         * mm-uu.el (mm-uu-type-alist): Add org block.
127         (mm-uu-org-src-code-block-extract): New function.
128
129         * mm-view.el (mm-display-org-inline): New function.
130
131         * mm-decode.el (mm-automatic-display): Add text/org.
132
133         * mailcap.el (mailcap-mime-extensions): Add .org.
134
135 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-art.el (gnus-article-highlight): Remove argument passed to
138         gnus-article-add-buttons.
139
140 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
141
142         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
143         From header with a date and "nobody" as the sender.
144
145 2011-01-19  Julien Danjou  <julien@danjou.info>
146
147         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
148         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
149         if you have the same regexp several times.
150         (gnus-button-push): Fix matching when regexp is symbol.
151
152 2011-01-15  Glenn Morris  <rgm@gnu.org>
153
154         * message.el (message-mail): A compose-mail function should
155         accept headers as strings.
156
157 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
158
159         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
160         Add :vert-only tags.
161         (message-mail): New arg RETURN-ACTION.
162         (message-return-action): New var.
163         (message-bury): Use it.
164         (message-mode): Make it buffer-local.
165         (message-send-and-exit): Always call message-bury.
166
167         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
168         message-mail.
169
170 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * nnimap.el (nnimap-convert-partial-article): Protect against
173         zero-length body parts.
174
175         * mm-decode.el (mm-preferred-alternative-precedence):
176         Discourage showing empty parts.
177
178         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
179         and stuff if the backend didn't return the article number.  This fixes
180         an Exchange-related nnimap bug.
181
182         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
183         group window, because it does the wrong thing when a separate frame
184         displays the group buffer.
185
186         * proto-stream.el (open-protocol-stream): Protect against the low-level
187         transport functions returning nil.
188
189 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
190
191         * mml2015.el (epg-sub-key-fingerprint): Autoload.
192         (mml2015-epg-find-usable-secret-key): New function.
193         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
194         mml2015-epg-find-usable-key (Bug#7797).
195         (mml2015-epg-encrypt): Ditto.
196
197 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * dgnushack.el (rot13-string): Fix the way to get the argument.
200
201 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
204
205 2011-01-03  Glenn Morris  <rgm@gnu.org>
206
207         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
208
209         * sieve.el (sieve-open-server): Give a more explicit error if
210         sieve-manage-open returns nil.  (Bug#7720)
211
212 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
213
214         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
215
216 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
219         This avoids sending passwords in plain text over non-encrypted
220         channels.
221
222         * shr.el (shr-rescale-image): Display all GIF images as animated images.
223
224         * nnimap.el (nnimap-login): Refactored out into own function, and
225         implement CRAM-MD5.
226         (nnimap-wait-for-line): Refactored out.
227
228         * mm-view.el (mml-smime): Require.
229
230 2010-12-20  David Engster  <deng@eml.cc>
231
232         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
233         use EPG to decrypt S/MIME messages instead of openssl.
234
235 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
238
239         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
240         status is the group clearly is unreachable.
241
242         * auth-source.el (auth-source-create): Add the optional second
243         parameter to `local-variable-p' to be compatible with XEmacs.
244
245 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
246
247         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
248         work when using a compressed nnml folder.
249
250 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
253         backends after sanitising on entry, because this never makes sense:
254         If the articles have gone missing, then the data no longer exists on
255         the backend, and if they haven't, then Gnus is wrong, and shouldn't
256         overwrite anything anyway.
257
258         * shr.el (shr-insert-document): Bind shr-width dynamically to
259         window-width if it's nil.
260
261 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
262
263         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
264         with the meaning of using the full emacs window width for rendering.
265
266 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
267
268         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
269         case when sender is not given.
270
271 2010-12-23  Julien Danjou  <julien@danjou.info>
272
273         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
274         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
275         the addresses, otherwise we might misplaced the gravatar.
276
277 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
278
279         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
280         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
281         obsolete in Emacs.
282
283 2010-12-20  Julien Danjou  <julien@danjou.info>
284
285         * gnus-util.el (gnus-rescale-image): Revert last change.
286
287 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
288
289         * binhex.el: Improve commentary (Bug#7482).
290
291 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-group.el (gnus-group-delete-articles): New command.
294
295 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
296
297         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
298
299 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
302         here, since it's up to the backends to do CRLF removal if their
303         protocol has it.
304
305         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
306
307 2010-12-17  Julien Danjou  <julien@danjou.info>
308
309         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
310         they are from file. Can also scale up.
311
312 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
313
314         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
315         gnus-use-agent.
316         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
317
318         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
319
320 2010-12-17  Julien Danjou  <julien@danjou.info>
321
322         * gravatar.el (gravatar-retrieve-synchronously): New function.
323         (gravatar-get-data): Make more robust.
324
325 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
328
329 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
332         to really consider the last line.
333
334 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
335
336         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
337         list of recipient keys, or use symmetric encryption if not a list.
338         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
339         EPA override, replacing the call to `netrc-store-data'.
340
341 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
342
343         * gnus-srvr.el: Avoid passing nil regexp argument to
344         delete-matching-lines.
345
346 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
349         fetching stops when Gnus exits.
350
351         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
352         function.
353         (nnfolder-request-expire-articles): Save all the buffers after doing
354         expiry.
355
356         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
357         the last article", since that led to serious performance regressions
358         when expiring nnml groups.
359
360 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
361
362         * nnir.el: Improve customizations.
363
364 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
367
368         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
369         group has been killed.
370         (gnus-group-yank-group): Ditto.
371
372         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
373
374         * nnimap.el (nnimap-request-update-group-status): New function.
375
376         * gnus-int.el (gnus-request-update-group-status): New interface
377         function.
378
379         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
380         copying read-ness to the backends.
381
382         * nnimap.el (nnimap-quirk): New function.
383         (nnimap-retrieve-group-data-early): Use it.
384         (nnimap-quirks): New alist.
385
386 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * shr.el (shr-insert): Set shr-start after deleting trailing space;
389         don't delete it within indentation.
390
391 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
394         previous line.
395
396 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
399         QRESYNC command by deleting a superfluous space which broke Cyrus
400         servers.  This change will break other servers that are buggy the other
401         way around.
402
403 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * spam.el: Reindent and fix long lines.
406         (spam-copy-or-move-routine): Exclude invalid move destinations.
407
408 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
409
410         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
411         installed the registry.
412
413 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
416
417 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
418
419         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
420         groupname doesn't contain "gmane".
421
422 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
425         and netrc-bound-and-true-p bindings.
426         (netrc-parse): Cache the netrc contents.
427
428         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
429         (gnus-1): Don't create the nndrafts group twice.
430         (gnus-setup-news): There's no need to read the active file here, since
431         that's done again later on a per-backend basis.
432         (gnus-start-draft-setup): Make sure that the new group is started out
433         empty.
434
435         * gnus-agent.el (gnus-agentize): Don't create the queue group
436         automatically on startup.  It'll be created later, if needed.
437
438         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
439         of automatically subscribed groups.
440         (gnus-auto-subscribed-categories): New variable.
441         (gnus-matches-options-n): Use it.
442         (gnus-default-subscribed-newsgroups): Remove unused variable.
443         (gnus-start-draft-setup): Message a bit less.
444
445 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
446
447         * nnir.el (nnir-run-imap): Return article list in order of increasing
448         UID.
449
450 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * gnus-sum.el (gnus-summary-enter-digest-group):
453         Mention gnus-auto-select-on-ephemeral-exit.
454
455         * proto-stream.el (proto-stream-open-network-only): Fix the calling
456         convention of the network-only option.
457
458 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * proto-stream.el (proto-stream-open-network-only): New function to
461         have a way to specify non-STARTTLS upgrade connections.
462
463 2010-12-10  Julien Danjou  <julien@danjou.info>
464
465         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
466         email address is nil.
467
468         * message.el (message-bogus-recipient-p): Set address to "" if nil.
469
470 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
471
472         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
473         deletion.
474         (nnir-run-imap): Only need to parse list once.
475
476 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * shr.el (shr-tag-script): Ignore <script>.
479         (shr-tag-label): Add <label> support.
480
481 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
484
485         * shr.el (shr-image-displayer): Work for images lined side by side.
486
487 2010-12-08  Robert Pluim  <rpluim@gmail.com>
488
489         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
490         parameter, since XEmacs doesn't accept t as a parameter.
491
492 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
493
494         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
495         ids.
496         (nnir-run-gmane): Simplify groupspec formatting.
497         (nnir-request-expire-articles): New function.
498
499 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
502         overflow, possibly.
503
504         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
505         (shr-render-td): Handle td style="" better.
506         (shr-tag-table): Use the color from the style sheet.
507         (shr-render-td): Make sure we copy over all the overlays, too.
508
509 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
510
511         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
512         (nnir-request-article): Improve article retrieval.
513
514 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * mm-util.el (mm-extra-numeric-entities): New variable.
517
518         * mm-url.el (mm-url-decode-entities):
519         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
520
521         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
522
523 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
524
525         * message.el: Use completion-at-point.
526         (message-completion-function): New fun, extracted from message-tab.
527         (message-mode): Use it for completion-at-point-functions.
528         (message-tab): Use it and completion-at-point.
529
530 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
533         character if a non-breakable character follows.
534
535 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
538         any stream.
539
540         * shr.el (shr-tag-font): Colorize the region.
541         (shr-tag-body): Ditto.
542         (shr-tag-font): Actually let the styles be inherited instead of
543         overwriting them.
544         (shr-tag-font): Get the background color right.
545         (shr-tag-style): Ignore all <style> tags for the moment.
546
547         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
548         a Message-ID to avoid having nnimap depend on gnus-sum.
549
550         * shr.el (shr-descend): Only colorize something if we have a node that
551         sets colors.
552
553 2010-12-06  Julien Danjou  <julien@danjou.info>
554
555         * shr.el (shr-render-td): Render td content with shr-descend, so style
556         will be applied to <td> too.
557         (shr-colorize-region): Colorize region even if we only have a background.
558         (shr-tag-body): Fix color and background color inheritance.
559         Do not recolorize after shr-generic.
560         (shr-tag-font): Let shr-generic colorize via inheritance.
561
562 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
565
566 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
567
568         * nnir.el (nnir-request-move-article): Remove obsolete code.
569
570 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
573
574 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * gnus-sum.el (gnus-summary-respool-article): The completion function
577         expects a list instead of an alist.
578
579         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
580         string as the parameter.
581
582         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
583
584         * shr.el (shr-stylesheet): New dynamic variable for cascading the
585         styles.
586         (shr-colorize-region): New function.
587         (shr-insert-background-overlay): Remove.
588         (shr-render-td): Background setting should be taken care of on a higher
589         level.
590         (shr-tag-body): Use post-hoc colorizations.
591         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
592         (shr-put-color-1): Don't overwrite old colors.
593         (shr-colorize-region): When the background color isn't explicit, use
594         a fixed background.
595
596         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
597         nnmail variables.
598
599 2010-12-05  Bjørn Mork  <bjorn@mork.no>
600
601         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
602         unless necessary.
603
604 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
605
606         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
607         server.
608
609 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
612         so that TAB works.
613
614         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
615         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
616
617         * shr.el (shr-urlify): Show the URL before the title to avoid
618         misleading URLs.
619
620 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
621
622         * shr.el (shr-urlify): Display the title in <a> tags.
623
624 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
625
626         * nnir.el (nnir-categorize): Replace mapcar with mapc.
627
628 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
629
630         * nnir.el: Rearrange code to allow macros to be autoloaded by
631         gnus-sum.el.
632         (nnir-retrieve-headers-override-function): Make this variable
633         customizable.
634         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
635
636         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
637         from nnir.el.
638
639 2010-12-03  Julien Danjou  <julien@danjou.info>
640
641         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
642
643 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
646         allow optional argument `environment'.
647
648 2010-12-03  Glenn Morris  <rgm@gnu.org>
649
650         * mm-extern.el (message-goto-body): Update declaration.
651
652 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-util.el (gnus-macroexpand-all): New function.
655
656         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
657         instead of macroexpand-all that is unavailable in XEmacs.
658
659 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
660
661         * nnir.el (nnir-summary-line-format): New variable.
662         (nnir-mode): Use it.
663         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
664         (nnir-article-ids): Reimplement as defsubst.
665         (nnir-retrieve-headers): Don't mangle the subject header.
666         (nnir-run-imap): Use 100 as RSV score.
667         (nnir-run-find-grep): Fix for full server searching.
668         (nnir-run-gmane): Better restriction to gmane groups.
669
670         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
671         summary buffers.
672
673 2010-12-02  Julien Danjou  <julien@danjou.info>
674
675         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
676
677         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
678
679         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
680         support.
681
682 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
683
684         * nnir.el: Update to handle the registry better.
685         (autoload): Silence byte-compiler.
686         (nnir-open-server): Add a hook for nnir groups.
687         (nnir-request-move-article): Don't mangle the header. Better to use
688         formating variables (which will be added in the future).
689         (nnir-registry-action): Update the registry using the original article
690         group name.
691         (nnir-mode): Install nnir-specific hooks for updating the registry.
692
693         * gnus-sum.el
694         (gnus-article-original-subject,gnus-newsgroup-original-name):
695         Remove obsolete variables.
696         (gnus-summary-move-article): Remove use of obsolete variables.
697         (gnus-summary-local-variables): Make move and delete hooks local to
698         summary buffers.
699
700 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * rtree.el: New file.
703
704 2010-12-01  Julien Danjou  <julien@danjou.info>
705
706         * message.el (message-user-organization): Do not use
707         gnus-local-organization.
708
709         * gnus.el: Remove gnus-local-organization.
710
711         * gnus-msg.el: Remove nastygram thing.
712
713 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
716         funcall.
717
718 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
721         names.
722
723         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
724         characters.
725
726         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
727         to t of inhibit-read-only since it is inside gnus-with-article-headers.
728         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
729         (gnus-gravatar-transform-address): Use mail-extract-address-components
730         that supports non-ASCII names rather than mail-header-parse-addresses.
731
732 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * proto-stream.el (open-protocol-stream): All starttls connections are
735         handled by the network handler.
736
737 2010-11-30  Julien Danjou  <julien@danjou.info>
738
739         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
740         (nnimap-open-connection-1): Fix PREAUTH.
741
742         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
743
744 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
747         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
748         (shr-insert): Use them.
749         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
750
751 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
752
753         * nnir.el (nnir-request-move-article): Bail out if original group
754         doesn't support article moves.
755         (nnir-get-active): Improve active list retrieval.
756
757 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * shr.el (shr-find-fill-point): Don't break before apostrophes.
760
761 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
762
763         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
764         seem to accept strings-with-numbers as port numbers,
765
766 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
767
768         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
769         change the registry.
770
771 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
774         delete-dups that is not available in XEmacs 21.4.
775
776         * mm-util.el (mm-delete-duplicates): Add comment.
777
778 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
779
780         * nnir.el (nnir-ignored-newsgroups): New variable.
781         (nnir-get-active): Use it.
782
783 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * proto-stream.el (proto-stream-open-network): Add some comments.
786
787         * nntp.el (nntp-open-connection): Provide a :success condition.
788
789         * nnimap.el (nnimap-open-connection-1): Ditto.
790
791         * proto-stream.el (proto-stream-open-network): See what the response to
792         the STARTTLS command is.
793
794         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
795         backwards compatibility).
796         (nnimap-open-connection-1): Really respect nnimap-server-port.
797
798         * proto-stream.el (proto-stream-open-network): When doing opportunistic
799         TLS upgrades we don't really care about the identity of the peer.
800         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
801         that what we've checked for.
802         (proto-stream-always-use-starttls): Only default to t if
803         open-gnutls-stream exists.
804         (proto-stream-open-network): If STARTTLS failed, then just open a
805         normal connection.
806         (proto-stream-open-network): Wait until the greeting before doing
807         STARTTLS.
808
809         * nntp.el (nntp-open-connection): Report what the connection error is.
810
811         * proto-stream.el (open-protocol-stream): Rename from
812         open-proto-stream.
813
814 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * nnimap.el (nnimap-stream): Change default to `undecided'.
817         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
818         first, and then network.
819         (nnimap-open-connection-1): Respect nnimap-server-port.
820         (nnimap-open-connection): Be more backwards-compatible.
821
822         * proto-stream.el (proto-stream-always-use-starttls): New variable.
823         (proto-stream-open-starttls): De-duplicate the starttls code.
824         (proto-stream-open-starttls): Folded back into the main function.
825         (proto-stream-open-network): Fix typo in the gnutls path.
826         (proto-stream-command): Refactor out.
827
828         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
829
830         * proto-stream.el (proto-stream-open-starttls): Actually implement the
831         starttls.el STARTTLS.
832
833         * color.el (color-lab->srgb): Fix function call name.
834
835         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
836         if we're using tls.el.
837         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
838         built in, then don't try to establish a STARTTLS connection.
839
840         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
841         servers.
842
843         * proto-stream.el (open-proto-stream): Use network, not stream.
844         (open-proto-stream): Add a way to specify what the end of a command is.
845
846         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
847         connections types.
848         (nntp-open-network-stream): Remove.
849         (nntp-open-ssl-stream): Remove.
850         (nntp-open-tls-stream): Remove.
851         (nntp-ssl-program): Remove.
852
853         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
854
855 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
856
857         * nnir.el: Fix typos.
858         (nnir-retrieve-headers-override-function): Rename variable to reflect
859         new semantics.
860         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
861         macros.
862         (nnir-request-article, nnir-request-move-article): Use them.
863         (nnir-categorize): New function.
864         (nnir-run-query): Use it.
865         (nnir-retrieve-headers): Rewrite to batch header retrieval.
866         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
867         sorted.
868         (nnir-group-full-name): Use gnus-group-full-name instead.
869         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
870         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
871
872 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
875
876         * proto-stream.el: New library to provide protocol-specific
877         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
878         protocols.
879         (open-proto-stream): Complete the documentation.
880         (proto-stream-open-network): Fix some typos.
881
882         * nnimap.el (nnimap-open-connection): Use it.
883
884 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
885
886         * pop3.el (pop3-open-server): Read server greeting before starting TLS
887         negotiation.
888
889 2010-11-26  Julien Danjou  <julien@danjou.info>
890
891         * color.el: Rename various rgb functions to srgb.
892
893 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
896         names.
897
898 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * shr.el (shr-insert): Revert last change.
901         (shr-find-fill-point): Never leave point being at bol;
902         relax the kinsoku limitation when rendering tables.
903
904 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
907         results from -accept-article.
908
909         * shr-color.el: Require cl when compiling.
910
911         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
912         checkin.
913
914         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
915
916         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
917
918         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
919         'add and 'delete to set backend marks.
920
921         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
922
923         * nnheader.el (nnheader-update-marks-actions): Refactor out.
924
925         * nntp.el (nntp-request-set-mark): Use it.
926
927         * nnfolder.el (nnfolder-request-set-mark): Ditto.
928
929         * nnml.el (nnml-request-set-mark): Ditto.
930
931         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
932         introduces regressions in article selection.
933         (nnimap-find-uid-response): New function.
934         (nnimap-request-accept-article): Use the UID returned, if any.
935         (nnimap-request-move-article): Use the UID returned, if any.
936         (nnimap-get-groups): Reimplement to work with folded lines.
937         (nnimap-find-uid-response): The UID is the last element in the list.
938         (nnimap-request-set-mark): Extend syntax with 'set.
939
940         * nnml.el (nnml-request-set-mark): Ditto.
941
942         * nnfolder.el (nnfolder-request-set-mark): Ditto.
943
944         * nntp.el (nntp-request-set-mark): Ditto.
945
946 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * message.el (message-called-interactively-p): A temporary macro.
949         (message-goto-body): Use it temporarily.
950
951 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
954         (nnimap-last-response-string): Unfold quoted lines, if they exist.
955         (nnimap-last-response-string): Fix last unfolding fix.
956
957 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * shr.el (shr-insert): Fix the way to fold lines.
960
961 2010-11-25  Julien Danjou  <julien@danjou.info>
962
963         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
964
965         * color.el: Rename from color-lab.el
966         (color-rgb->hex): Add.
967         (color-complement): Add.
968         (color-complement-hex): Add.
969
970         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
971
972 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * shr-color.el (shr-color-visible): Don't bug out if the colour names
975         don't exist.
976
977 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
980         assuming that article displaying or another mml-preview may be
981         interrupted for an error or for the like.
982
983         * shr.el (shr-get-background): Fix argument name.
984
985 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
988
989         * gnus-sum.el (gnus-summary-include-articles): New function.
990
991         * message.el (message-goto-body): called-interactively-p needs a
992         parameter, so use `any'.
993
994         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
995         clear marks before moving, since they're synced from the Gnus side
996         first.
997
998         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
999         (gnus-summary-move-article): Copy over all marks before moving, so that
1000         IMAP doesn't think a new article has arrived.
1001
1002 2010-11-24  Julien Danjou  <julien@danjou.info>
1003
1004         * shr.el (shr-insert-background-overlay): Fix typo.
1005         (shr-render-td): Copy the background before rendering.
1006
1007         * shr-color.el (shr-color-visible): Fix docstring.
1008
1009         * shr.el (shr-tag-table): Add bgcolor support.
1010         (shr-render-td): Add bgcolor support.
1011         (shr-get-background): Add.
1012         (shr-insert-foreground-overlay): Use shr-get-background.
1013
1014         * message.el (message-goto-body): Use called-interactively-p.
1015         (message-in-body-p): message-goto-body returns point.
1016
1017 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1020         Fixes something or other in Emacs 23, and is backwards compatible.
1021
1022         * message.el (message-goto-body): Remove the <#secure special-casing,
1023         which is too special.
1024
1025         * shr.el (shr-parse-style): Drop !important from styles.
1026
1027 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1028
1029         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1030         this function to return incorrect results when calling it with an
1031         explicit article argument different from
1032         (gnus-summary-article-number).
1033
1034 2010-11-24  Julien Danjou  <julien@danjou.info>
1035
1036         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1037         (shr-tag-body): Add background support.
1038         (shr-descend): Add background support.
1039         (shr-tag-title): Add.
1040
1041         * shr-color.el (shr-color-visible): Really return original background
1042         if fixed.
1043
1044 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * shr.el (shr-color-check): Protect against non-existant colour names.
1047
1048 2010-11-24  Julien Danjou  <julien@danjou.info>
1049
1050         * color-lab.el: Require 'cl when compiling.
1051
1052         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1053
1054         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1055         matched part.
1056
1057         * color-lab.el: Fix all expt calls to use float type.
1058
1059 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1062         expression to shr-color-check as is.
1063
1064         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1065
1066         * color-lab.el: Add coding cookie.
1067         (float-pi): Use eval-and-compile.
1068
1069         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1070         compiled for Emacsen having no `libxml-parse-html-region' support.
1071
1072 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * shr.el (shr-insert-color-overlay): Split stuff like
1075         "#444444 !important" to find the real colour.
1076         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1077         parse <font color="red"> entries.
1078
1079 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1080
1081         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1082         point when parsing headers.
1083
1084         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1085         is positioned properly when parsing headers.
1086
1087 2010-11-23  Julien Danjou  <julien@danjou.info>
1088
1089         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1090
1091         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1092
1093         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1094
1095         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1096         Use shr-color-hue-to-rgb.
1097         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1098
1099 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * shr.el (shr-color->hexadecimal): Autoload.
1102         (shr-descend): Add color to all tags.
1103
1104 2010-11-22  Julien Danjou  <julien@danjou.info>
1105
1106         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1107         shr-color->hexadecimal.
1108
1109         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1110         RGB() or HSL() color representation.
1111
1112         * shr.el (shr-tag-font): Add.
1113         (shr-tag-color-check): New function to get better colors.
1114         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1115         tag-span.
1116
1117         * shr-color.el: New file.
1118
1119         * color-lab.el: New file.
1120
1121         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1122
1123 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1124
1125         * nnir.el: Fix typo in comments.
1126         (nnir-run-imap): Simplify code. No need to reverse artlist.
1127         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1128
1129 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1132
1133         * nnimap.el (nnimap-get-capabilities): Refactor out.
1134         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1135
1136 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1137
1138         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1139         appearing when `mm-uu-hide-markers' is nil.
1140
1141 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * nnimap.el (nnimap-unselect-group): Make into its own function.
1144         (nnimap-request-rename-group): Unselect group before renaming.
1145         This had gotten lost somewhere.
1146         (nnimap-request-accept-article): Keep track of examined groups, and
1147         unselect the group before APPENDing to read-only groups.
1148         (nnimap-request-move-article): Clear flags before moving so that they
1149         can be re-set later.
1150
1151 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1154         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1155
1156 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-art.el (gnus-mime-display-single)
1159         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1160         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1161         parameter.
1162
1163 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1166         (shr-table-vertical-line): New variable.
1167         (shr-insert-table): Use it.
1168
1169 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-html.el (gnus-html-wash-images): Don't display images if
1172         gnus-inhibit-images is non-nil; register displayer for cid images.
1173         (gnus-html-display-image): Work for cid image.
1174         (gnus-html-insert-image): Allow arguments.
1175         (gnus-html-put-image): Inhibit read-only.
1176         (gnus-html-prefetch-images): Don't prefetch images if
1177         gnus-inhibit-images is non-nil.
1178
1179 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * shr.el (shr-put-image): Break lines when inserting big pictures.
1182
1183 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1184
1185         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1186         sender, thanks Katsumi Yamaoka.
1187
1188 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * nnir.el (nnir-run-imap): Reverse the article list for each group
1191         rather than the whole list.
1192
1193 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * shr.el (shr-image-displayer): Protect function against non-existent
1196         image source.
1197
1198         * gnus-art.el (gnus-inhibit-images): New user option.
1199         (gnus-mime-display-single): Don't display image if it is non-nil.
1200
1201         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1202         gnus-inhibit-images.
1203
1204         * shr.el (shr-image-displayer): New function.
1205         (shr-tag-img): Use it.
1206
1207 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1208
1209         * mml2015.el (mml2015-epg-sign): Use From header.
1210
1211 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1214
1215         * gnus-util.el (gnus-find-text-property-region): Return markers.
1216
1217         * shr.el (shr-tag-img): Put a displayer in the text property.
1218
1219         * gnus-util.el (gnus-find-text-property-region): New utility function.
1220
1221         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1222         (gnus-html-show-images): Remove.
1223
1224         * gnus-art.el (gnus-article-show-images): New, more general function.
1225
1226         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1227         image url text properties.
1228
1229         * shr.el: Ditto.
1230
1231         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1232         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1233
1234 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1237         work for two or more articles.
1238
1239 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1242         divide an image that's in an html article to two or more when washing
1243         non-ASCII characters in alt text of it.
1244
1245 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1248         smime-decrypt-region using function argument.
1249         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1250
1251         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1252
1253         * smime.el (smime-decrypt-region): Catch it.
1254
1255 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1256
1257         * smime.el (smime-mode-map): Move initialization into declaration.
1258         (gnus-run-mode-hooks): Don't autoload.
1259         (smime-mode): Use define-derived-mode.
1260
1261 2010-11-11  Glenn Morris  <rgm@gnu.org>
1262
1263         * smime.el (from): Restrict declaration to XEmacs.
1264
1265         * nnir.el (gnus-group-topic-name): Autoload.
1266
1267 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * shr.el (shr-insert): Don't break long line if it is because of
1270         kinsoku-bol characters in the line end.
1271
1272 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1273
1274         * nnir.el (nnir-request-move-article): Fix to provide original group
1275         and subject.
1276         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1277         been retrieved.
1278
1279         * gnus-sum.el (gnus-summary-move-article): Use original group and
1280         subject for virtual articles such as those in an nnir summary buffer.
1281
1282 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1285         least 21.5).
1286
1287         * smime.el (from): Declare it again for XEmacs.
1288
1289 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * message.el (message-resend): Don't disable encoding unless it's
1292         already encoded.
1293
1294         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1295         low-numbered articles.
1296
1297 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * rfc2047.el (rfc2047-syntax-table): Simplify.
1300
1301         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1302
1303         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1304         set-char-table-range for XEmacs.
1305
1306 2010-11-10  Glenn Morris  <rgm@gnu.org>
1307
1308         * time-date.el (time-to-seconds): Always an alias on Emacs,
1309         never a real function.
1310         (with-no-warnings): Remove compat stub, now unused.
1311         (time-less-p): Doc fix.
1312         (time-to-number-of-days): Simplify.
1313
1314         * smime.el (from): Remove unused declaration.
1315
1316         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1317         (gnus-float-time): On Emacs, always an alias.
1318
1319         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1320         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1321
1322 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * dgnushack.el: Don't use ignore-errors in the top level form since it
1325         is unavailable in XEmacs even if cl is loaded.
1326
1327         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1328
1329 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * shr.el (browse-url-mailto): Autoload.
1332
1333         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1334
1335         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1336         regexp doesn't need quoting.
1337
1338 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1339
1340         * message.el (message-subject-trailing-was-ask-regexp)
1341         (message-subject-trailing-was-regexp): Match was: in addition to was.
1342
1343 2010-11-09  Glenn Morris  <rgm@gnu.org>
1344
1345         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1346         (nnbabyl-check-mbox): Use point-at-bol.
1347
1348 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1351
1352         * message.el (message-mailto): New function.
1353         (message-mailto): Should accept other parameters.
1354         (message-mailto): Remove since it duplicates browse-url-mailto
1355         functionality.
1356
1357 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1360         methods.
1361         (gnus-read-active-file): Ditto.
1362
1363         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1364         ": " from the prompt.
1365         (gnus-group-make-group): Ditto.
1366
1367 2010-11-07  Glenn Morris  <rgm@gnu.org>
1368
1369         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1370         (gnus-bookmark-kill-line): Use point-at-eol.
1371
1372 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1375         asterisks in From header.
1376
1377 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1380         string to avoid making the From headers syntactically invalid.
1381
1382         * message.el (message-send-mail): Don't insert courtesy messages if the
1383         message already has List-Post and List-ID messages.
1384
1385 2010-11-06  Glenn Morris  <rgm@gnu.org>
1386
1387         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1388         `condition', `type', `length' a prefix.
1389         (gnus-treat-predicate): Update for above name changes.
1390
1391 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1394         binding.  Handled by `gnus-summary-refer-thread' instead.
1395         (nnir-warp-to-article): New backend function.
1396
1397         * nnimap.el (nnimap-request-thread): Force dependency updating.
1398
1399         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1400         (gnus-summary-refer-thread): Rework to improve thread-referral.
1401
1402         * gnus-int.el (gnus-warp-to-article): New function.
1403
1404         * gnus-sum.el (gnus-summary-article-map): Bind it.
1405
1406 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1407
1408         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1409         gnus-summary-refer-thread.
1410
1411         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1412         headers.
1413         (gnus-summary-limit-include-thread): Prevent articles in thread from
1414         being cut in gnus-cut-threads.
1415         (gnus-summary-refer-thread): Limit retrieved headers to those in
1416         thread.
1417
1418 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * message.el (message-send-mail): Use the value of
1421         message-courtesy-message from the message buffer.
1422
1423         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1424
1425         * shr.el (shr-browse-url): Implement mailto: URLs.
1426
1427         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1428         "raw".
1429
1430         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1431         if it's already selected.
1432
1433         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1434
1435 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1438         to measure the length and truncate alt text.
1439
1440 2010-11-03  Glenn Morris  <rgm@gnu.org>
1441
1442         * nndiary.el (nndiary-generate-nov-databases-1)
1443         (nndiary-generate-active-info): Rename dynamic variable `files' to
1444         something less generic.
1445
1446 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1447
1448         * nnir.el (nnir-request-move-article): Call the underlying backend to
1449         move articles from nnir.
1450
1451 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1454
1455 2010-11-02  Julien Danjou  <julien@danjou.info>
1456
1457         * nnir.el: Remove wais support.
1458
1459 2010-11-02  Glenn Morris  <rgm@gnu.org>
1460
1461         * gnus-html.el: Reorder requirements to quieten compiler.
1462
1463 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1466         properly for XEmacs as well.
1467         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1468         (gnus-article-natural-long-line-p): Use window-width rather than
1469         frame-width.
1470
1471 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1472
1473         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1474         (nnir-read-parms): Don't modify query.
1475         (nnir-run-query): Add ability to search topic on current line.
1476         (nnir-get-active): Clean up.
1477
1478 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1481         degenerate articles.
1482
1483         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1484         (gnus-print-buffer): Just print the buffer as is, without any copying
1485         to a buffer and then re-highlighting.
1486
1487         * nnimap.el (nnimap-request-group): Store the new updated info.
1488         (nnimap-request-group): Select the group when we don't know whether it
1489         exists or not.
1490
1491         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1492         groups.
1493
1494         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1495         groups.
1496
1497         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1498         groups.
1499
1500         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1501         long-lines case by only filling the long lines.
1502
1503         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1504         (bug #7311).
1505
1506 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * shr.el: No need to declare `declare-function' since shr.el is for
1509         only Emacsen that provide `libxml-parse-html-region'.
1510
1511         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1512         effective only in a file it is referred to.
1513
1514 2010-11-01  Glenn Morris  <rgm@gnu.org>
1515
1516         * mm-util.el (gnus-completing-read): Autoload.
1517         (mm-read-coding-system): Simplify Emacs definition.
1518
1519         * nnmail.el (gnus-activate-group):
1520         * nnimap.el (gnutls-negotiate):
1521         * nntp.el (netrc-parse): Fix declarations.
1522
1523 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1526         string-match-p in Emacs >=23.
1527
1528         * gnus-msg.el (gnus-configure-posting-styles)
1529         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1530
1531 2010-11-01  Glenn Morris  <rgm@gnu.org>
1532
1533         * nnir.el (declare-function): Add compat stub.
1534         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1535         (nnir-run-gmane): Require 'mm-url.
1536
1537         * mm-util.el (mm-string-to-multibyte): Simplify.
1538
1539         * shr.el (declare-function): Add compat stub.
1540         (url-cache-create-filename): Declare.
1541         (mm-disable-multibyte, widget-convert-button): Autoload.
1542
1543         * smime.el (ldap-search): Declare.
1544         (smime-cert-by-ldap-1): Require ldap on Emacs.
1545
1546         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1547         (nnimap-keepalive): Use gnus-float-time.
1548
1549         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1550         (mail-source-delete-crash-box): Use gnus-float-time.
1551
1552         * gnus-dired.el (gnus-completing-read): Autoload.
1553
1554         * mm-view.el (gnus-rescale-image): Autoload.
1555
1556         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1557
1558         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1559
1560         * sieve-manage.el: Require 'cl when compiling.
1561
1562         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1563         (gnus-iswitchb-completing-read): Require iswitchb.
1564         (gnus-select-frame-set-input-focus): Silence compiler.
1565
1566 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * message.el (message-subject-trailing-was-query): Change default to t,
1569         since I think that's what most people want.
1570
1571         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1572         appending for easier debugging.
1573         (nnimap-wait-for-connection): Take a regexp.
1574         (nnimap-request-accept-article): Wait for the continuation line before
1575         sending anything unless we're streaming.
1576
1577         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1578         leave the header washing to take place.
1579
1580 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1581
1582         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1583         regular expression match and replace in posting styles.
1584
1585 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1586
1587         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1588         an entire server.
1589         (nnir-get-active): New function.
1590         (nnir-run-imap): Use it.
1591         (nnir-run-gmane): Who knew, gmane search returns an article score!
1592
1593         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1594         server on the current line with nnir.
1595
1596 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1599         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1600         left edge.
1601         (gnus-article-foldable-buffer): Skip past the prefix when determining
1602         raggedness.
1603
1604         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1605         the raw article, and change `C-u g' to show the article without doing
1606         treatments.
1607
1608         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1609         on to `gnus-treat-article'.
1610         (gnus-inhibit-article-treatments): New variable.
1611
1612         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1613
1614         * gnus-art.el (gnus-treatment-function-alist): Have
1615         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1616         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1617         sections.
1618
1619         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1620         parameter.
1621         (gnus-article-fill-cited-long-lines): New function.
1622         (gnus-article-fill-cited-article): Allow filling only long sections.
1623
1624         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1625         and non-punctuation (like after the apostrophe in "'We").
1626
1627         * gnus-sum.el (gnus-summary-select-article): Make sure
1628         gnus-original-article-buffer is alive.
1629
1630         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1631         reflect the order they're in in the digest.
1632
1633         * gnus.el (gnus-group-startup-message): Move point to the start of the
1634         buffer.
1635
1636         * nnimap.el (nnimap-capability): New function.
1637         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1638         is set.
1639
1640 2010-10-31  David Engster  <dengste@eml.cc>
1641
1642         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1643         conform with changes to gnus-completing-read.
1644
1645 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1648
1649 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1650
1651         * nnir.el: Move defvar, defcustom around to keep file organized
1652         and keep byte-compiler quiet.
1653         (nnir-read-parms): Accept search-engine as arg.
1654         (nnir-run-query): Pass search-engine as arg.
1655         (nnir-search-engine): Remove.
1656
1657 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * shr.el (shr-generic): The text nodes should be text, not :text.
1660
1661         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1662         later in the file.
1663
1664 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1665
1666         * nnir.el: General clean up.  Allow searching with multiple engines.
1667         Allow separate extra-parameters for each engine.
1668         Batch queries when possible.
1669         (nnir-imap-default-search-key,nnir-method-default-engines):
1670         Add customize interface.
1671         (nnir-run-gmane): New engine.
1672         (nnir-engines): Use it.  Qualify all prompts with engine name.
1673         (nnir-search-engine): Remove global variable.
1674         (nnir-run-hyrex): Restore for now.
1675         (nnir-extra-parms,nnir-search-history): New variables.
1676         (gnus-group-make-nnir-group): Use them.
1677         (nnir-group-server): Remove in favor of gnus-group-server.
1678         (nnir-request-group): Avoid searching twice.
1679         (nnir-sort-groups-by-server): New function.
1680
1681 2010-10-30  Julien Danjou  <julien@danjou.info>
1682
1683         * gnus-group.el: Remove gnus-group-fetch-control.
1684
1685         * gnus-start.el (gnus-find-new-newsgroups):
1686         Remove gnus-check-first-time-used.
1687
1688         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1689
1690 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1691
1692         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1693         set on groups that don't have \* permanentflags.
1694
1695 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1698         control the background color.
1699         (shr-tag-img): Ignore very small web bug type images.
1700         (shr-put-image): Add help-echo alt texts to the images.
1701         (shr-tag-video): Show the video poster image.
1702
1703 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el (shr-table-depth): New variable.
1706         (shr-tag-table-1): Only insert the images after the top-level table.
1707
1708         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1709
1710         * gnus-util.el (gnus-list-memq-of-list): New function.
1711
1712         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1713         selected.
1714         (nnimap-unsplittable-articles): New slot.
1715         (nnimap-new-articles): Use it.
1716
1717 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1718
1719         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1720         move to the previous line on `M-g'.
1721
1722 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1725         *-request-group, which seems unnecessary.
1726
1727         * nnimap.el (nnimap-quote-specials): Function copied over from
1728         imap.el.
1729         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1730         they support that.  Suggested by Tom Regner.
1731
1732 2010-10-29  Julien Danjou  <julien@danjou.info>
1733
1734         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1735         defalias.
1736         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1737
1738         * gnus.el: Remove `gnus-nntp-service' variable.
1739         (gnus-secondary-servers): Make obsolete.
1740         (gnus-nntp-server): Make obsolete.
1741
1742         * gnus-start.el (gnus-1): Remove x-splash calls.
1743
1744         * gnus-ems.el (gnus-x-splash): Remove.
1745
1746         * gnus.el (gnus-group-startup-message): Simplify/update code.
1747
1748         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1749         definition.
1750
1751         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1752         capability before doing anything.
1753         (gnus-group-insert-group-line): Remove useless
1754         gnus-group-remove-excess-properties.
1755
1756 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1759
1760 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1763         config after reselecting.
1764
1765 2010-10-28  Julien Danjou  <julien@danjou.info>
1766
1767         * shr.el (shr-put-image): Use point even if only inserting text.
1768         (shr-put-image): Save excursion when inserting alt text on non-graphic
1769         display, so the behaviour is the same when we are on a graphic display.
1770
1771         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1772
1773 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1776         (gnus-mime-copy-part): Check coding system, not charset.
1777         (gnus-mime-view-part-externally): Never remove part.
1778         (gnus-mime-view-part-internally): Don't remove part here.
1779         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1780         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1781         multipart/alternative.
1782
1783         * mm-decode.el (mm-display-part): Take optional arg `force'.
1784
1785 2010-10-26  Julien Danjou  <julien@danjou.info>
1786
1787         * gnus-group.el (gnus-group-default-list-level): Add this function to
1788         compute the default list level.
1789         (gnus-group-default-list-level): Add possibility to use a function.
1790
1791 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1794
1795         * gnus-group.el (gnus-group-completing-read)
1796         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1797         gnus-replace-in-string.
1798
1799 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * shr.el (shr-tag-div): Add.
1802
1803         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1804
1805 2010-10-25  Julien Danjou  <julien@danjou.info>
1806
1807         * gnus-util.el: Remove `gnus-with-local-quit'.
1808
1809         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1810
1811 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1814         the original article buffer.
1815
1816 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * nnimap.el (nnimap-request-head): New function.
1819         (nnimap-request-move-article): Try to be slighly faster by not
1820         requesting the entire message when moving.
1821         (nnimap-transform-headers): Don't bug out on bodiless articles.
1822         (nnimap-send-command): Have no outstanding messages if the IMAP server
1823         doesn't support streaming.
1824         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1825
1826 2010-10-24  Julien Danjou  <julien@danjou.info>
1827
1828         * message.el (message-default-headers): Fix type.
1829
1830 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1833         prefetching images.
1834
1835         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1836         backend for unknown groups.  This is mainly useful for nnimap groups.
1837
1838         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1839         group isn't covered by the agent.
1840
1841 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (nnir-method-default-engines): New variable.
1844         (nnir-run-query): Use it.
1845         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1846         (gnus-summary-nnir-goto-thread): Change group if needed.
1847
1848         * gnus-group.el (gnus-group-group-map): Add key binding for
1849         gnus-group-make-nnir-group.
1850
1851 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * shr.el (shr-tag-object): Add.
1854
1855         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1856         original article buffer live.
1857         (gnus-summary-select-article-buffer):
1858         Mention gnus-widen-article-buffer.
1859
1860 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * shr.el (shr-tag-strong): Add.
1863
1864 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1867         group names.  They mess up the group buffer badly.
1868
1869         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1870
1871         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1872         instead of the summary one.
1873
1874 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * mml.el (mml-preview): Work properly when editing article.
1877
1878         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1879         gnus-have-read-active-file if it's already been in.
1880
1881 2010-10-22  Tom Tromey  <tromey@redhat.com>
1882
1883         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1884         gnus-group-completing-read.
1885
1886 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * message.el (message-mode-map): Don't bind M-; to comment region, to
1889         allow the global comment-dwim to work.
1890
1891 2010-10-21  Julien Danjou  <julien@danjou.info>
1892
1893         * message.el (message-setup-1): Allow message-default-headers to be a
1894         function.
1895
1896 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * shr.el (shr-tag-table): Simplify.
1899
1900 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1903         to avoid trying to snarf invalid stuff.
1904
1905         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1906
1907         * gnus.el (gnus-message-archive-group): Quote value.
1908         (gnus-message-archive-group): Mark as changed.
1909
1910         * shr.el (shr-add-font): Don't put the font properties on the newline
1911         or the indentation.
1912
1913         * message.el (message-fix-before-sending): Change options when sending
1914         non-printable characters.
1915
1916         * gnus.el (gnus-message-archive-method): Change the default to
1917         monthly outgoing groups.
1918
1919         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1920         that have gotten new numbers.
1921
1922         * nnimap.el (nnimap-request-replace-article): New function.
1923
1924 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1927         (nnrss-request-article): Don't use special html washing code.
1928
1929 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * shr.el (shr-tag-table): Remove useless nconc.
1932
1933 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * gnus-art.el (article-wash-html): Simplify and remove the charset
1936         stuff.  Use the normal html rendering code instead of the special html
1937         washing code.
1938
1939         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1940         `gnus-w3m' symbols.
1941         (mm-text-html-washer-alist): Remove.
1942
1943         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1944         (mm-inline-media-tests): Remove use.
1945         (mm-text-html-renderer): Change default to the `shr' symbol.
1946
1947         * mm-view.el (mm-inline-text-html): Remove use.
1948
1949         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1950         `gnus-blocked-images' to be a function.
1951         (gnus-article-wash-function): Remove.
1952
1953 2010-10-20  Julien Danjou  <julien@danjou.info>
1954
1955         * spam.el (spam-list-of-processors): Mark as obsolete.
1956
1957         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1958         (nnimap-insert-partial-structure): Fix boundary detection.
1959
1960 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1961
1962         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1963         run file-truename on remote files.  This can be expensive and even
1964         prevent one from editing drafts if some unrelated buffer has a stale
1965         connection.
1966
1967 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1970         kinsoku-eol regardless of shr-kinsoku-shorten.
1971         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1972         (shr-tag-table): Support caption, thead, and tfoot.
1973
1974 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1977         lines.
1978         (shr-save-contents): New command and keystroke.
1979
1980         * nndoc.el (nndoc-type-alist): Add git support.
1981         (nndoc-git-type-p): New function.
1982         (nndoc-transform-git-article): Ditto.
1983         (nndoc-transform-git-headers): Ditto.
1984         (nndoc-transform-git-headers): Generate Subject headers.
1985
1986         * shr.el (shr-parse-style): New function.
1987         (shr-tag-span): Ditto.
1988
1989         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1990         to `G G' to avoid collisions.
1991
1992 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * shr.el: Load kinsoku if necessary.
1995         (shr-kinsoku-shorten): New internal variable.
1996         (shr-find-fill-point): Make kinsoku shorten text line if
1997         shr-kinsoku-shorten is bound to non-nil.
1998         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1999         shr-indentation too when testing if table is wider than frame width.
2000         (shr-insert-table): Use `string-width' instead of `length' to measure
2001         text width.
2002         (shr-insert-table-ruler): Make sure indentation is done at bol.
2003
2004 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2005
2006         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2007         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2008         undecoded network data.
2009
2010 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2013         name in the mode line spec so that the mode line menu works
2014         (bug #2431).
2015
2016         * message.el (message-get-reply-headers): If we're fed `to-address',
2017         then always use that.
2018
2019         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2020         aren't so wide as to need to switch off the edit menu.
2021
2022         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2023         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2024
2025         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2026         `M-g'.
2027         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2028         the permanent marks.
2029
2030 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2031
2032         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2033         Splitting according to references/in-reply-to obeys the ignore-groups
2034         variable, while splitting by sender and subject do not.
2035
2036 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2039         alist, so that we can look for non-Unicode chars.
2040         (article-translate-strings): Allow both character and string maps.
2041
2042 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * shr.el (shr-insert): Don't insert space behind a wide character
2045         categorized as kinsoku-bol, or between characters both categorized as
2046         nospace.
2047
2048 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2049
2050         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2051         headers to gnus-newsgroup-headers.
2052
2053 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * shr.el (shr-tag-img): Don't align images -- since we're not
2056         rescaling, this often leads to ugly displays.
2057
2058 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2059
2060         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2061         duplicates.
2062
2063 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2064
2065         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2066         call.
2067
2068 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus.el: Autoload gnus-html-show-images.
2071
2072         * nnimap.el: Use nnheader-message throughout.
2073
2074         * shr.el (shr-tag-img): Ignore images with no data.
2075
2076 2010-10-15  Julien Danjou  <julien@danjou.info>
2077
2078         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2079         a possibility to disable format=flow encoding when using hard newlines.
2080
2081 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * shr.el (shr-insert): Remove space inserted before or after a
2084         breakable character or at the beginning or the end of a line.
2085         (shr-find-fill-point): Do kinsoku; find the second best point or give
2086         it up if there's no breakable point.
2087
2088 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * nnimap.el (nnimap-open-connection): Message when opening connection
2091         for debugging purposes.
2092
2093         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2094         on every setup buffer call to allow this to change from article to
2095         article.
2096
2097         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2098         buffers where we have a wide table.
2099
2100 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2101
2102         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2103         uses *-request-thread.
2104
2105 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2108         incantation, which is no longer valid.
2109
2110 2010-10-14  Julien Danjou  <julien@danjou.info>
2111
2112         * shr.el: Fix defcustom type (char -> character).
2113
2114 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2117         programs.
2118
2119 2010-10-14  Julien Danjou  <julien@danjou.info>
2120
2121         * shr.el (shr-tag-a): Use url-link as widget type.
2122
2123         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2124         `gnus-group-get-icon'.
2125
2126 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2129         This should make server editing work better.
2130
2131         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2132
2133         * tls.el (tls-program): Remove spurious %s from openssl.
2134
2135         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2136         (nnimap-parse-flags): Fix regexp.
2137
2138         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2139         probably work for CJVK text, too.
2140
2141         * nnimap.el (nnimap-extend-tls-programs): Remove.
2142         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2143
2144         * tls.el (tls-starttls-switches): Remove starttls hack.
2145         (open-tls-stream): Ditto.
2146         (tls-find-starttls-argument): Ditto.
2147
2148 2010-10-13  Julien Danjou  <julien@danjou.info>
2149
2150         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2151         responses.
2152
2153 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2156
2157         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2158         anything in Emacs.
2159
2160         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2161
2162 2010-10-13  Julien Danjou  <julien@danjou.info>
2163
2164         * shr.el (shr-width): Make shr-width a defcustom with default to
2165         fill-column.
2166         (shr-tag-img): Use shr-width rather than fill-column.
2167
2168 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * dgnushack.el (byte-optimize-apply)
2171         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2172
2173         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2174         position when (X-)Faces exist.
2175         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2176         avatars when called interactively.
2177
2178 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2181         gnus-article-x-face-too-ugly is bound.
2182
2183 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2186
2187         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2188         mailbox that doesn't exist.
2189
2190 2010-10-12  Julien Danjou  <julien@danjou.info>
2191
2192         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2193         (shr-get-image-data): Encode URL properly when fetching from cache.
2194         (shr-tag-img): Use aligned-to spaces to align correctly images.
2195
2196         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2197         before inserting the Gravatar.
2198
2199         * shr.el (shr-tag-img): Add align attribute support for <img>.
2200
2201 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * gnus-gravatar.el (gnus-art): Require.
2204
2205         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2206         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2207         Remove long obsoleted functions.
2208
2209 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2212
2213         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2214
2215         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2216         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2217         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2218         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2219         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2220         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2221         * sieve-manage.el, smime.el, spam.el:
2222         Fix comment for declare-function.
2223
2224 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * nnimap.el (nnimap-request-rename-group): Select group read-only
2227         before renaming it.
2228
2229         * shr.el (shr-insert): Fix up the white space only regexp.
2230
2231         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2232         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2233
2234         * shr.el (shr-current-column): New function.
2235         (shr-find-fill-point): New function.
2236
2237 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2238
2239         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2240         numbers.
2241
2242 2010-10-11  Julien Danjou  <julien@danjou.info>
2243
2244         * shr.el (shr-hr-line): Add.
2245         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2246         display hr lines.
2247         (shr-max-columns): Do not change state to nil if we just inserting
2248         spaces.
2249
2250 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2253         select the last group.
2254
2255 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2256
2257         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2258
2259 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2260
2261         * dig.el (dig-mode-map): Declare and define in one step.
2262
2263 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2266         for Gnus.
2267         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2268         (nnimap-update-qresync-info): Mark \Seen articles as read.
2269
2270         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2271         non-variable, too.
2272
2273         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2274         available.
2275         (nnimap-update-info): Rely more on the current active than the param
2276         active to avoid marking articles as read too much.
2277
2278         * auth-source.el (auth-source-create): Use (user-login-name) for the
2279         user name default.
2280
2281         * nnimap.el (nnimap-update-info): If the server doesn't return any
2282         useful info, just use the previous info.
2283         (nnimap-update-info): Prefer old info over start-article.
2284         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2285
2286 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2287
2288         * nnir.el (autoload): Clean up autoloads.
2289         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2290         Use key rather than value.
2291         (nnir-imap-search-other): New variable.
2292         (nnir-read-parm): Use it.
2293         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2294         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2295
2296 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2297
2298         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2299         the process, too.
2300
2301 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * spam.el (gnus-summary-mode-map): Bind to "$".
2304         Suggested by Russ Allbery.
2305
2306         * shr.el: Rework the way things are indented by <li> slightly.
2307
2308         * gnus.el (gnus-group-set-parameter): Fix typo.
2309
2310         * nnimap.el: Start implementing QRESYNC support.
2311
2312 2010-10-09  Julien Danjou  <julien@danjou.info>
2313
2314         * nnir.el (nnir-engines): Fix too many arguments.
2315
2316 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2319         group is the "last", so that the backends like nnfolder actually save
2320         their folders.
2321
2322         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2323         try to use that for the tls stream.
2324         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2325         UIDVALIDITY and find out which groups are read-only and not.
2326         (nnimap-get-flags): Use the same marks parsing code as the rest of
2327         nnimap.
2328
2329 2010-10-09  Julien Danjou  <julien@danjou.info>
2330
2331         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2332
2333         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2334         retrieving gravatars.
2335
2336         * shr.el (shr-table-corner): Add.
2337         (shr-table-line): Add.
2338         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2339
2340 2010-10-08  Julien Danjou  <julien@danjou.info>
2341
2342         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2343
2344 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2347
2348         * gnus-sum.el (gnus-mark-article-as-unread)
2349         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2350         (gnus-summary-set-bookmark): Use it.
2351
2352         * gnus-msg.el (gnus-setup-message): Use it.
2353
2354         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2355
2356         * gnus.el (gnus-group-remove-parameter): Use it.
2357
2358         * gnus-group.el (gnus-group-make-web-group): Use it.
2359
2360         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2361
2362         * nnregistry.el: Update docs to mention manual.
2363
2364         * gnus-registry.el: Update docs to mention nnregistry.el.
2365         (gnus-registry-initialize): Don't install nnregistry refer method
2366         automatically.
2367         (gnus-registry-install-nnregistry): Remove it.
2368
2369 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * shr.el (shr-insert): Don't insert double spaces.
2372
2373 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-gravatar.el (gnus-treat-from-gravatar)
2376         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2377         called interactively.
2378
2379         * gnus-art.el (gnus-mime-view-part-externally)
2380         (gnus-mime-view-part-internally): Make predicate function passed to
2381         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2382         of a mime type.
2383
2384         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2385
2386 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * shr.el (require): Require cl when compiling.
2389         (shr-tag-hr): New function.
2390
2391         * nnimap.el (nnimap-update-info): Remove double setting of high.
2392         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2393         This makes nnimap work properly on Courier again.
2394
2395         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2396         the variable for backwards compatability.
2397
2398         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2399         the file name before using to avoid setting mm-default-directory to
2400         nil.
2401
2402         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2403         bidning gnus-agent variables.
2404
2405         * shr.el (shr-render-td): Use a cache for the table rendering function
2406         to avoid getting an exponential rendering behaviour in nested tables.
2407         (shr-insert): Rework the line-breaking algorithm.
2408         (shr-insert): Don't leave trailing spaces.
2409         (shr-insert-table): Also insert empty TDs.
2410         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2411
2412 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2413
2414         * gnus-sum.el (gnus-number): Rename from `number'.
2415         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2416         (gnus-summary-limit-children): Update uses correspondingly.
2417
2418 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2421         (gnus-gravatar-transform-address): Don't show avatars of people of
2422         which mail addresses match gnus-gravatar-too-ugly.
2423
2424 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * shr.el (shr-table-widths): Expand TD elements to fill available
2427         space.
2428
2429 2010-10-07  Julien Danjou  <julien@danjou.info>
2430
2431         * nnimap.el (nnimap-request-rename-group): Add this method.
2432
2433 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2436         name from XEmacs' function-arglist.
2437
2438         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2439         gravatar under XEmacs.
2440
2441 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * auth-source.el: Update docs with TODO items.
2444
2445         * gnus-sync.el: Update docs to explain state and plans.
2446
2447         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2448         Hooks for mark updates.
2449         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2450
2451         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2452         hooks with arguments, which is needed for mark update hooks.
2453
2454 2010-10-06  Julien Danjou  <julien@danjou.info>
2455
2456         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2457         was matched.
2458
2459         * sieve-manage.el: Update example in `Commentary'.
2460
2461         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2462
2463         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2464         not 2000.
2465         (sieve-manage-authenticate): Re-add function.
2466
2467 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * shr.el (shr-insert): Get 'space transition right.
2470         (shr-render-td): Only delete space at the end of the TD.
2471
2472         * nnimap.el (nnimap-open-connection): Prepare to support
2473         open-gnutls-stream.
2474
2475         * shr.el: Rearrange function order to be more logical.
2476
2477 2010-10-06  Julien Danjou  <julien@danjou.info>
2478
2479         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2480         (nnrss-discover-feed): Remove 404 URL in docstring.
2481
2482         * nnir.el: Fix Swish-E URL.
2483         Fix Namazu URL.
2484
2485         * message.el (message-change-subject): Remove 404 URL in a comment.
2486
2487 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2490         called interactively.
2491
2492         * gnus-util.el (gnus-remove-if): Allow hash table.
2493         (gnus-remove-if-not): New function.
2494
2495         * gnus-art.el (gnus-mime-view-part-as-type)
2496         * gnus-score.el (gnus-summary-score-effect)
2497         * gnus-sum.el (gnus-read-move-group-name):
2498         Replace remove-if-not with gnus-remove-if-not.
2499
2500         * gnus-group.el (gnus-group-completing-read):
2501         Regard collection as a hash table if it is not a list.
2502
2503 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2506
2507         * shr.el: Document the table-rendering algorithm.
2508
2509 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2512         for Emacsen having no `libxml-parse-html-region' support.
2513
2514 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2517         invalid URLs.
2518
2519         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2520         line-broken.
2521         (shr-tag-img): Ignore image fetching errors.
2522         (shr-overlays-in-region): Compute overlay positions correctly.
2523
2524         * mm-decode.el (mm-shr): Require shr.
2525
2526         * gnus-art.el (gnus-blocked-images): Move variable here.
2527
2528         * shr.el (shr-insert-table): Bind free variable.
2529
2530         * mm-decode.el (mm-shr): Bind shr-content-function.
2531
2532         * shr.el (shr-content-function): New variable.
2533
2534         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2535         added for symmetry.
2536
2537         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2538
2539         * gnus-group.el (gnus-group-make-group): Doc fix.
2540
2541         * nnimap.el (nnimap-request-newgroups): Return success.
2542
2543         * shr.el (shr-find-elements): New function.
2544         (shr-tag-table): Put all the images after the table.
2545         (shr-tag-table): Really inhibit images inside the table.
2546         (shr-collect-overlays): Copy over overlays from the TD elements to the
2547         main document.
2548
2549         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2550         gnus-blocked-images.
2551
2552 2010-10-05  Julien Danjou  <julien@danjou.info>
2553
2554         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2555
2556         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2557         (gnus-html-maximum-image-size): Add this function.
2558         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2559
2560         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2561         server-value of the capability is nil.
2562
2563 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * shr.el (shr-tag-em): Add <EM> tag.
2566
2567 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2568
2569         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2570         customizable.
2571
2572         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2573         handing broken links to browse-url.
2574
2575 2010-10-05  Julien Danjou  <julien@danjou.info>
2576
2577         * gnus-util.el (gnus-emacs-completing-read)
2578         (gnus-iswitchb-completing-read): Use autoload rather than require.
2579
2580 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2583         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2584         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2585         iswitchb-temp-buflist for XEmacs.
2586
2587         * gnus-util.el (gnus-completing-read-function): Exclude
2588         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2589         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2590         XEmacs.
2591
2592         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2593         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2594
2595         * gnus-html.el: Don't require help-fns under XEmacs.
2596         (gnus-html-schedule-image-fetching): Work for XEmacs.
2597
2598         * mm-decode.el (mm-shr): Decode contents by charset.
2599
2600 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2603         unknown.
2604
2605         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2606         (shr-get-image-data): Ensure against the cache file missing.
2607
2608         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2609         for data.
2610
2611         * spam-report.el (spam-report-url-ping-plain): Don't query about
2612         killing the process.
2613
2614         * shr.el (shr-render-td): Protect against too-wide text.
2615
2616 2010-10-04  Julien Danjou  <julien@danjou.info>
2617
2618         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2619         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2620
2621         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2622         retrieved.
2623
2624 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * shr.el (browse-url): Require.
2627         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2628         lines.
2629         (shr-show-alt-text, shr-browse-image): New commands.
2630         (shr-browse-url, shr-copy-url): New commands.
2631
2632         * gnus-sum.el (gnus-widen-article-window): New variable.
2633         (gnus-summary-select-article-buffer): Use it.
2634
2635         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2636         without @ signs.
2637
2638 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2639
2640         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2641
2642 2010-10-04  Julien Danjou  <julien@danjou.info>
2643
2644         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2645         for XEmacs.
2646
2647 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2650
2651         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2652         (nnimap-close-server): Implement.
2653
2654         * dgnushack.el (iswitchb): Require to shut up the compiler.
2655
2656         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2657         (shr-insert): Tweak line breaking.
2658         (shr-insert): Handle <pre> better.
2659         (shr-tag-li): Get <li> indentation right.
2660         (shr-tag-li): Get <li> indentation even righter.
2661         (shr-tag-blockquote): Ensure paragraph start.
2662         (shr-make-table): Tweak table generation.
2663         (shr-make-table): Fix typo.
2664
2665         * shr.el: Implement table rendering.
2666
2667 2010-10-04  Julien Danjou  <julien@danjou.info>
2668
2669         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2670
2671 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * shr.el (shr-insert): Use string anchors instead of line anchors.
2674
2675 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * shr.el: Add headings.
2678         (shr-ensure-paragraph): Actually work.
2679         (shr-tag-li): Make <ul> prettier.
2680         (shr-insert): Get white space at the beginning/end of elements right.
2681         (shr-tag-p): Collapse subsequent <p>s.
2682         (shr-ensure-paragraph): Don't insert double line feeds after blank
2683         lines.
2684         (shr-insert): \t is also space.
2685         (shr-tag-s): Fix "s" tag name function.
2686         (shr-tag-s): Fix face prop name.
2687
2688 2010-10-03  Julien Danjou  <julien@danjou.info>
2689
2690         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2691
2692         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2693         gnus-window-inside-pixel-edges.
2694
2695         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2696         gnus-ems.
2697
2698         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2699
2700         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2701         function.
2702
2703         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2704         resize choice.
2705
2706 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2709         beginning of the buffer.
2710
2711         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2712         article buffer again.
2713
2714         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2715
2716         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2717         when it's at the start of the buffer.
2718
2719         * shr.el (shr-tag-blockquote): Convert name.
2720         (shr-rescale-image): Use the right image-size variant.
2721
2722         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2723         buffer isn't shown, then select the current article first instead of
2724         bugging out.
2725         (gnus-summary-select-article-buffer): Show both the article and summary
2726         buffers again.
2727
2728         * shr.el (shr-fontize-cont): Protect against regions with no text.
2729         Rename tag functions to shr-tag-* for enhanced security.
2730         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2731
2732 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2733
2734         * shr.el (shr-insert):
2735         * pop3.el (pop3-movemail):
2736         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2737         loaded.
2738
2739 2010-10-03  Glenn Morris  <rgm@gnu.org>
2740
2741         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2742
2743         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2744
2745         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2746
2747         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2748
2749         * gnus-util.el (gnus-make-local-hook): Simplify.
2750
2751 2010-10-02  Julien Danjou  <julien@danjou.info>
2752
2753         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2754         (gnus-ido-completing-read): New function.
2755         (gnus-emacs-completing-read): New function.
2756         (gnus-completing-read): Use gnus-completing-read-function.
2757         Add gnus-completing-read-function.
2758
2759 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * shr.el (shr-insert-document): Autoload.
2762         (shr-img): Be silent.
2763         (shr-insert): Add a newline after every picture before text.
2764         (shr-add-font): Use overlays for combining faces.
2765         (shr-insert): Pass upwards the text start point.
2766
2767         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2768         possible.
2769         (mm-shr): New function.
2770
2771 2010-10-02  Julien Danjou  <julien@danjou.info>
2772
2773         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2774         should go backward.
2775
2776 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2777
2778         * shr.el (shr): Fix typo in provide call.
2779
2780 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * shr.el: New file.
2783
2784         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2785
2786         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2787         completing read.
2788
2789 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2792         we're being queried about.  Suggested by Dan Jacobson.
2793
2794         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2795         Suggested by Jason Eisner.
2796
2797         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2798         table, too.  Suggested by Stefan Wiens.
2799         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2800         the table unnecessary.  Suggested by Stefan Wiens.
2801
2802         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2803         longer needed, and probably doesn't work either, as pointed out by
2804         Stefan Wiens.
2805         (gnus-summary-exit): Remove call to the clearing function.
2806         (gnus-summary-exit-no-update): Ditto.
2807
2808         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2809         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2810         Reported by Stefan Monnier.
2811         (gnus-summary-save-in-rmail): Ditto.
2812
2813         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2814         article buffer, instead of both the article buffer and the summary
2815         buffer.  Sort of suggested by Dan Jacobson.
2816
2817         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2818
2819         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2820         Suggested by Dan Jacobson.
2821
2822         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2823         documentation clearer.
2824
2825         * message.el (message-shorten-references): Comment on the number "21".
2826         Suggested by Stefan Monnier.
2827
2828         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2829         Suggested by Dan Jacobson.
2830
2831         * gnus.el (gnus-large-newsgroup):
2832         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2833
2834         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2835         externalize attachments.  Bug reported by Steve Wen.
2836
2837         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2838         really message anything to the user.
2839
2840         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2841         directly.
2842
2843         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2844         messages in empty groups.
2845
2846 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2847
2848         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2849         non-UIDNEXT group.
2850
2851 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2854         not the value from the collection.
2855
2856         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2857         values.  This sometimes happens on some groups that have no info.
2858         (nnimap-request-newgroups): New function.
2859
2860 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2861
2862         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2863         check into `gnus-registry-initialize'.
2864         (gnus-registry-initialize): Ditto.
2865         Fix and extend header docs.
2866
2867 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2870         regexp backtrace overflows.
2871
2872         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2873         for starttls that tls.el implements; i.e. openssl.
2874
2875         * tls.el (tls-starttls-switches): Give up on using starttls with
2876         gnutls-cli.
2877         (tls-program): Add --insecure to be consistent with the defaults from
2878         openssl s_client.  Now all three commands are insecure.
2879
2880 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * lpath.el: Bind completion-styles-alist for XEmacs.
2883
2884         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2885         (gravatar-create-image): New function that's an alias to
2886         gnus-xmas-create-image, gnus-create-image, or create-image.
2887         (gravatar-data->image): Use it.
2888
2889 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2892         install the nnregistry refer method.
2893         (gnus-registry-install-hooks): Use it.
2894         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2895         unfollowed groups.
2896
2897 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2898
2899         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2900         expanding threads.
2901
2902 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * nnir.el: Use the server names without suffixes (bug #7009).
2905
2906         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2907         unencrypted to STARTTLS, if possible.
2908
2909 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2910
2911         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2912         headers before superseding.
2913
2914 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * nnrss.el (nnrss-use-local): Add documentation.
2917
2918         * nnimap.el (nnimap-extend-tls-programs): New function.
2919         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2920         (nnimap-wait-for-connection): Accept the greeting from the stupid
2921         output from openssl s_client -starttls, too.
2922
2923         * tls.el (tls-starttls-switches): New variable.
2924         (tls-find-starttls-argument): Use it.
2925         (open-tls-stream): Ditto.
2926
2927         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2928         (netrc-machine): Ditto.
2929
2930         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2931         article number.
2932         (nnimap-split-fancy): New variable.
2933         (nnimap-split-incoming-mail): Use it.
2934
2935         * nntp.el (nntp-server-list-active-group): Document.
2936
2937         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2938         SELECT to get the message-id.
2939
2940         * mail-source.el (mail-sources): Remove webmail support.
2941         (defvar): Ditto.
2942         (mail-source-fetcher-alist): Ditto.
2943         (mail-source-fetch-webmail): Remove.
2944
2945         * webmail.el: Remove -- doesn't seem relevant any more.
2946
2947         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2948
2949         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2950         the \r.
2951
2952 2010-09-30  Julien Danjou  <julien@danjou.info>
2953
2954         * gnus-agent.el (gnus-agent-add-group): Fix call to
2955         gnus-completing-read.
2956
2957 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * nndoc.el (nndoc-retrieve-groups): New function.
2960
2961         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2962         `default', use nnmail-split-methods.
2963         (nnimap-request-article): Downcase the NILs so that they are nil.
2964
2965         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2966         symbol.
2967
2968         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2969         code, since if the user has requested network, that's what they ought
2970         to get.
2971         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2972         (nnimap-split-rule): Mark as obsolete.
2973
2974         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2975         New variable.
2976
2977         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2978         correct slot, too.
2979
2980 2010-09-29  Julien Danjou  <julien@danjou.info>
2981
2982         * gnus.el (gnus-local-domain): Declare variable obsolete.
2983
2984         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2985         Fix history computing.
2986         (gnus-ido-completing-read): Require ido.
2987
2988 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2991         build Gnus.
2992
2993         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2994         when interpreting the structures.
2995         (nnimap-request-accept-article): Add \r\n to the lines to make this
2996         work with Cyrus.
2997
2998         * nndraft.el (nndraft-request-expire-articles): Use the group name
2999         instead if "nndraft".  Fix found by Nils Ackermann.
3000
3001 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3002
3003         * nnregistry.el: Add.
3004
3005 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3006
3007         * nnmail.el (group, group-art-list, group-art):
3008         Remove unneeded directives.
3009
3010 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3013         (mm-mime-charset)
3014         * rfc2047.el (rfc2047-syntax-table)
3015         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3016
3017         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3018         rather than `insert-file-contents' and `eval-region'.
3019
3020         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3021         construction.
3022
3023         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3024
3025         * time-date.el: No need to require cl for Emacs 21.
3026
3027 2010-09-29  Julien Danjou  <julien@danjou.info>
3028
3029         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3030         replacement of `gnus-gravatar-relief' to mimic
3031         `gnus-faces-properties-alist'.
3032         Add :version property.
3033
3034 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * mail-source.el (mail-source-report-new-mail)
3037         * message.el (message-default-mail-headers)
3038         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3039
3040         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3041
3042 2010-09-28  Julien Danjou  <julien@danjou.info>
3043
3044         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3045         mail-address contains the same string as real-name.
3046
3047         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3048         non-blank in header, otherwise it'll get stripped.
3049
3050         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3051         real-name, and then for mail address rather than doing : or , search.
3052
3053 2010-09-27  Julien Danjou  <julien@danjou.info>
3054
3055         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3056         right completing-read function.
3057         (gnus-use-ido): New variable
3058         (gnus-completing-read-with-default): Remove.
3059         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3060         (gnus-agent-add-group):
3061         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3062         * mm-view.el (mm-view-pkcs7-decrypt):
3063         * mm-util.el (mm-codepage-setup):
3064         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3065         * mml-smime.el (mml-smime-openssl-sign-query):
3066         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3067         (mml-insert-multipart):
3068         * gnus-msg.el (gnus-summary-yank-message):
3069         * gnus-int.el (gnus-start-news-server):
3070         * mm-decode.el (mm-interactively-view-part):
3071         * gnus-dired.el (gnus-dired-attach):
3072         * gnus.el (gnus-read-method):
3073         * gnus-bookmark.el (gnus-bookmark-jump):
3074         * gnus-art.el (gnus-mime-view-part-as-type)
3075         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3076         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3077         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3078         * nnmairix.el (nnmairix-create-server-and-default-group)
3079         (nnmairix-update-groups, nnmairix-get-server)
3080         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3081         (nnmairix-get-group-from-file-path):
3082         * nnrss.el (nnrss-find-rss-via-syndic8):
3083         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3084         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3085         (gnus-group-browse-foreign-server):
3086         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3087         (gnus-summary-execute-command, gnus-summary-respool-article)
3088         (gnus-read-move-group-name):
3089         * gnus-score.el (gnus-summary-increase-score)
3090         (gnus-summary-score-effect):
3091         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3092
3093 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3096         x-focus-frame.
3097
3098         * nnimap.el (auth-source-forget-user-or-password)
3099         (auth-source-user-or-password): Autoload.
3100
3101         * message.el (message-from-style, message-interactive)
3102         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3103         (message-yank-prefix, message-indentation-spaces, message-signature)
3104         (message-signature-file): Add comment.
3105
3106 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3109         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3110         new articles.
3111
3112         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3113         parts.
3114         (nnimap-request-article): Work with the t setting, too.
3115
3116         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3117         that you don't get flashes of other buffers.
3118         (gnus-summary-show-complete-article): Intern before setting.
3119
3120 2010-09-27  David Engster  <dengste@eml.cc>
3121
3122         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3123         well as HEADERS.
3124         (nnmairix-retrieve-headers): Provide new argument for the above.
3125
3126 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-sum.el (gnus-summary-move-article): Don't alter
3129         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3130         group.
3131
3132         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3133
3134         * message.el (message-cite-prefix-regexp): Revert my last edit.
3135
3136         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3137         variable instead of the Gnus variable.
3138
3139         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3140
3141         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3142
3143         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3144         since some servers don't like it.
3145         (nnimap-open-connection): Forget credentials if the server says the
3146         password was wrong.
3147         (nnimap-parse-line): Protect against invalid data.
3148
3149         * gnus-sum.el (gnus-summary-move-article): Add comment.
3150         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3151         nothing alters it while scanning for new messages.
3152
3153         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3154         which may or may not help.
3155         (nnimap-open-connection): If we're doing a stream connection, and then
3156         discover we're on a STARTTLS-capable server, then open a STARTTLS
3157         connection instead.
3158
3159 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * nnimap.el (utf7): Require.
3162
3163         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3164         prefix.
3165
3166 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3167
3168         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3169
3170 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * nnimap.el (nnimap-request-accept-article): Message the error on
3173         error.
3174
3175 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3178
3179 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * nndoc.el (nndoc-request-list): Return success always.
3182
3183         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3184         `fetch-old' -- we only want to fetch the articles we've requested.
3185         The rest are in the agent, probably.
3186         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3187         disappeared server" to something low.  It's not important.
3188
3189         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3190         arrived before the FETCH data.
3191
3192         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3193         target here, because we don't know the Gnus name of the group.
3194
3195         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3196         for the correct group.
3197
3198         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3199
3200         * gnus.el (gnus): Give a final warning after startup.
3201
3202         * gnus-util.el (gnus-action-message-log): New variable.
3203         (gnus-message): Use it.
3204         (gnus-final-warning): New function.
3205
3206         * nnimap.el (nnimap-open-connection): Record the greeting.
3207         (nnimap): Add greeting.
3208
3209 2010-09-26  Julien Danjou  <julien@danjou.info>
3210
3211         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3212         arguments.
3213         (gnus-html-wash-images): Fix spec computing to include start/end.
3214
3215         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3216
3217 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3220         deletion.
3221         (nnimap-retrieve-headers): Don't select the group, because that's
3222         already done by nnimap-possibly-change-group.
3223
3224         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3225         (gnus-picon-transform-address): Use it.
3226
3227         * mail-source.el (mail-source-value): Revert previous patch.
3228
3229         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3230         on failure.
3231         (nnimap-open-connection): Look up both virtual and physical server name
3232         credentials.
3233
3234         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3235
3236 2009-02-07  Dave Love  <fx@gnu.org>
3237
3238         * tls.el (open-tls-stream): Don't query killing process.
3239
3240 2009-02-08  Dave Love  <fx@gnu.org>
3241
3242         * gnus-win.el (gnus-window-to-buffer-helper)
3243         (gnus-all-windows-visible-p): Function needn't be a symbol.
3244
3245         * mail-source.el (mail-source-value): Function needn't be a symbol.
3246
3247 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * message.el (message-cite-prefix-regexp): Remove } from the cite
3250         prefix.
3251
3252         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3253         highlight again, so that the highlight is correct.
3254
3255         * gnus-picon.el (gnus-picon): Remove again.
3256         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3257
3258         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3259         doing the header highlightling, so that the background colour of the
3260         picon is correct.
3261
3262         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3263         (gnus-picon): Ditto.
3264         (gnus-picon): Reinstate.  The background colour for picons is white.
3265         (gnus-picon-insert-glyph): Make the background white.
3266
3267         * nnml.el (nnml-open-nov): Don't return dead buffers.
3268
3269         * auth-source.el (auth-source-create): Query the user for whether to
3270         store the credentials.
3271
3272         * netrc.el (netrc-store-data): New function.
3273
3274         * auth-source.el (auth-source-user-or-password): Use the existing auth
3275         sources, if any, for creation.
3276
3277         * gnus.el (gnus-group-fast-parameter): Return the last matching
3278         parameter instead of the first matching parameter.
3279
3280 2010-09-26  Julien Danjou  <julien@danjou.info>
3281
3282         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3283
3284 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * mml2015.el (mml2015-use): Remove gpg support.
3287
3288         * mml1991.el (mml1991-function-alist): Remove gpg function.
3289         (mml1991-gpg-sign): Remove.
3290
3291 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3292
3293         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3294         (gnus-browse-unsubscribe-current-group): Document it.
3295         (gnus-browse-unsubscribe-group): Use it.
3296
3297 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3300         address to the To list for easier response.
3301
3302         * gnus.el (gnus-play-startup-jingle): Remove.
3303         (gnus-splash): Don't play jingle.
3304         (gnus): Silence gnus-load message.
3305
3306         * gnus-art.el (gnus-treat-play-sounds): Remove.
3307
3308         * gnus.el (gnus-play-jingle): Remove audio support.
3309
3310         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3311
3312         * earcon.el: Remove -- no users.
3313
3314         * gnus-audio.el: Remove -- no users of this package.
3315
3316         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3317
3318         * gnus-start.el (gnus-setup-news): Remove nocem support.
3319
3320         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3321
3322         * gnus.el (gnus-use-nocem): Remove.
3323
3324         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3325         Remove.
3326
3327         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3328         uses NoCeM any more.
3329
3330         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3331         (gnus-button-ctan-handler): Ditto.
3332         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3333         (gnus-button-ctan-directory-regexp): Ditto.
3334         (gnus-button-handle-ctan): Ditto.
3335         (gnus-button-tex-level): Ditto.
3336         (gnus-button-alist): Remove CTAN stuff.
3337
3338 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3341         nnimap-streaming test.
3342
3343         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3344         servers twice.
3345
3346         * nnimap.el (nnimap-open-connection): Add more error reporting when
3347         nnimap fails early.
3348
3349         * nnheader.el (nnheader-get-report-string): New function.
3350         (nnheader-get-report): Use it.
3351
3352         * gnus-int.el (gnus-check-server): Say what the error was when opening
3353         failed.
3354
3355         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3356         using streaming.
3357
3358 2010-09-25  Julien Danjou  <julien@danjou.info>
3359
3360         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3361         gnus-window-inside-pixel-edges.
3362
3363 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3366
3367         * mm-decode.el (mm-save-part): Allow saving to other directories the
3368         normal Emacs way.
3369
3370         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3371         Suggested by Jay Berkenbilt.
3372
3373         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3374         there isn't a single byte.
3375
3376         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3377         just do it.  It doesn't really seem to matter what the user responds
3378         here, I think, so it's just a confusing question.
3379
3380         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3381         non-streaming case.
3382
3383         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3384         (gnus-article-encrypt-body): Use it.
3385
3386         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3387         keystroke.
3388
3389         * nnimap.el (nnimap-find-wanted-parts-1):
3390         Use gnus-fetch-partial-articles.
3391
3392         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3393
3394         * nnimap.el (nnimap-insert-partial-structure): New function.
3395         (nnimap-get-partial-article): New function.
3396         (nnimap-request-article): Use it.
3397         (nnimap-wait-for-response): Return whether the wait was successful.
3398         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3399         retrieval wasn't successful.
3400         (nnimap-retrieve-group-data-early): Allow throttling servers.
3401         (nnimap-streaming): New variable.
3402         (nnimap-fetch-partial-articles): Remove.
3403
3404         * mm-decode.el (mm-with-part): Protect against killed buffers.
3405
3406         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3407         for prettier summary display.
3408
3409 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3410
3411         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3412
3413 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3416         apparently third-party libraries depend on it.
3417
3418         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3419         before starting negotiation.
3420
3421         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3422         privacy reasons.
3423         (gnus-treat-mail-gravatar): Ditto.
3424
3425         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3426         buffer when inserting images.  Inserting text into the headers, for
3427         instance, can make them invalid.
3428
3429 2010-09-25  Julien Danjou  <julien@danjou.info>
3430
3431         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3432         variables.
3433
3434         * nnheader.el: Remove useless variables news-reply-yank-from and
3435         news-reply-yank-message-id.
3436
3437         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3438         variables.
3439
3440         * mml1991.el: Remove useless mml1991-verbose.
3441
3442         * gnus.el: Remove useless variable gnus-use-generic-from.
3443         Remove obsolete variable gnus-topic-indentation.
3444
3445         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3446
3447         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3448
3449         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3450
3451         * gnus-group.el: Remove useless gnus-group-icon-cache.
3452         Remove useless gnus-ephemeral-group-server.
3453
3454         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3455
3456         * mml2015.el: Remove useless mml2015-verbose.
3457
3458         * mml-smime.el: Remove useless mml-smime-verbose.
3459
3460         * gnus.el: Remove useless gnus-local-domain.
3461
3462         * gnus-gravatar.el (gnus-gravatar-transform-address):
3463         Use gnus-gravatar-size.
3464
3465         * gnus-art.el: Remove useless gnus-treat-translate.
3466
3467 2010-09-24  Julien Danjou  <julien@danjou.info>
3468
3469         * gnus-sum.el: Add support for Gravatars.
3470
3471         * gnus-art.el: Add support for Gravatars.
3472
3473         * gnus-gravatar.el: Add this file.
3474
3475         * gravatar.el: Add this file.
3476
3477 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3480
3481         * gnus-group.el (gnus-group-fetch-faq): Remove.
3482
3483         * gnus.el (gnus-group-faq-directory): Remove.
3484
3485         * gnus-group.el (gnus-group-fetch-charter): Remove.
3486
3487         * gnus.el (gnus-group-charter-alist): Remove.
3488
3489         * gnus-group.el (gnus-group-archive-directory): Remove.
3490         (gnus-group-recent-archive-directory): Ditto.
3491         (gnus-group-make-archive-group): Remove.
3492
3493         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3494
3495         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3496         use the same article number for all the cached articles.
3497
3498         * nnimap.el (nnimap-command): Register the last command time so
3499         that we can use it for idling NOOPs.
3500         (nnimap-open-connection): Start the keeplive timer.
3501         (nnimap-make-process-buffer): Store all the process buffers.
3502         (nnimap-keepalive): New function.
3503
3504         * starttls.el (starttls-open-stream): Add autoload cookie.
3505
3506 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3507
3508         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3509         handling.
3510
3511 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3514         its data structures.
3515
3516         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3517         instead of the cl.el copy-list.
3518         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3519         equalp.
3520
3521 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3524         and tool-bar-local-item-from-menu.
3525
3526         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3527         mode-line-highlight face for Emacs.
3528
3529         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3530         loading gnus-sum.elc; fix comment for canlock-verify.
3531         (gnus-article-jump-to-part): Use read-number.
3532         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3533         Remove Emacs pre-21 compatible code for help-echo.
3534         (gnus-article-next-page-1): No need to adjust the number of lines.
3535         (gnus-article-describe-bindings): Always use help-buffer.
3536
3537         * gnus-audio.el (gnus-audio-inline-sound)
3538         * gnus-cus.el (gnus-custom-mode)
3539         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3540
3541         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3542
3543         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3544         compatible code.
3545
3546 2010-09-24  Glenn Morris  <rgm@gnu.org>
3547
3548         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3549         visiting the fcc file in rmail-mode.
3550
3551         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3552
3553 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * nnir.el: Silence the byte compiler.
3556
3557         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3558         alias to browse-url-url-encode-chars if any.
3559         (gnus-html-encode-url): Use it.
3560
3561 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * gnus-start.el (gnus-use-backend-marks): New variable.
3564         (gnus-get-unread-articles-in-group): Use it.
3565
3566         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3567         makeover.
3568
3569 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3570
3571         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3572
3573 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3576         Remove.
3577         (gnus-setup-news-hook):
3578         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3579
3580         * gnus-int.el (gnus-request-update-info): Protect against backends not
3581         having the function.
3582
3583         * nnimap.el (nnimap-stream): Mention starttls.
3584         (nnimap-open-connection): Add starttls support.
3585
3586 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3587
3588         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3589
3590 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3593         BODYSTRUCTUREs.
3594         (nnimap-transform-headers): Unfold quoted {42} headers.
3595
3596         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3597         the info.
3598         (gnus-get-unread-articles): Only call updatep on backends that support
3599         it.
3600
3601         * nnweb.el (nnweb-request-update-info): NOOP.
3602
3603         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3604
3605         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3606         since it only deals with marks.
3607
3608         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3609         gnus-request-marks, and make a new gnus-request-update-info.
3610
3611         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3612         the active instead of the high number, which is usually too low.
3613
3614 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3615
3616         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3617         * encrypt.el: Remove.
3618
3619 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3622         server in symbolic form.
3623
3624         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3625
3626 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3629         (nnimap-update-info): Fix up code slightly.
3630
3631         * gnus-int.el (gnus-open-server): Add tracing for performance
3632         debugging.
3633
3634         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3635         (gnus-group-insert-group-line): Pass the real group name so that it
3636         gets the right data.
3637
3638         * gnus-start.el (gnus-get-unread-articles): Don't have
3639         `gnus-get-unread-articles-in-group' update info, since that can be
3640         really slow and doesn't seem to be needed?
3641
3642 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3643
3644         * time-date.el (date-to-time): Try using parse-time-string first before
3645         using the slower timezone-make-date-arpa-standard.
3646
3647 2010-09-22  Julien Danjou  <julien@danjou.info>
3648
3649         * gnus-group.el (gnus-group-insert-group-line):
3650         Call gnus-group-highlight-line.
3651         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3652         default hook list.
3653         (gnus-group-update-eval-form): Add new function.
3654         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3655         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3656
3657 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3660         immediate, then expire all articles.
3661         (nnimap-update-info): Fix off-by-one errors.
3662         (nnimap-flags-to-marks): Would return no marks lists for group with no
3663         flags.  Instead return the other data.
3664
3665 2010-09-22  Julien Danjou  <julien@danjou.info>
3666
3667         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3668         Only return an icon.
3669         (gnus-group-insert-group-line): Compute icon to return.
3670
3671         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3672         (gnus-html-image-fetched): Only cache if
3673         gnus-html-image-automatic-caching is set.
3674         (gnus-html-image-fetched): Check for errors.
3675
3676 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3679         once per method on `g'.  This ensures that backends like nnfolder don't
3680         open all their folders.
3681
3682         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3683         (nnimap-request-list): Nix out group in the correct buffer.
3684         (nnimap-parse-flags): Implement by using `read' instead of
3685         hand-parsing.
3686         (nnimap-flags-to-marks): Pass on permanent-flags.
3687         (nnimap-make-process-buffer): Record the server name.
3688         (nnimap-parse-flags): Fix typo.
3689         (nnimap-request-scan): Run split on the server in general, not just a
3690         single group.
3691
3692         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3693         parameter, and propagate this downwards.
3694
3695         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3696         since EXAMINE changes it on the server.
3697
3698         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3699         this command might take a while.
3700
3701 2010-09-22  Julien Danjou  <julien@danjou.info>
3702
3703         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3704         harmful if you have 2 images side-by-side, they can't be properly
3705         update on text deletion.  Using text-property is safer here.
3706         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3707         data.
3708
3709 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * nnimap.el (nnimap-expunge-inbox): Remove.
3712         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3713         (nnimap-expunge): Flip default to t.
3714
3715         * gnus.el (gnus-method-to-server): Don't push things to the cache
3716         unless it's unique.
3717         (gnus-server-to-method): Ditto.
3718
3719 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3722
3723 2010-09-22  Julien Danjou  <julien@danjou.info>
3724
3725         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3726         get the start of data.
3727         (gnus-html-encode-url): Add this function to encode special chars in
3728         URL.
3729         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3730         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3731
3732         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3733         default.
3734         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3735
3736         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3737         images alt-text.
3738         (gnus-html-put-image): Put alt-text as help-echo.
3739
3740 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3743         * mm-util.el (mm-decompress-buffer)
3744         * nnir.el (nnir-run-find-grep)
3745         * pop3.el (pop3-list): Use 3rd arg of split-string.
3746
3747         * time-date.el (format-seconds): Comment fix.
3748
3749         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3750         and byte-optimize-form-code-walker.
3751         (dgnushack-make-auto-load): Don't advise make-autoload.
3752
3753         * lpath.el: Remove Emacs 21 stuff.
3754
3755 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3758         outside the active range.  Suggested by Dan Christensen.
3759
3760         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3761         slightly later to avoid double-getting it.
3762
3763         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3764         previous patch.
3765
3766         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3767
3768 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3769
3770         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3771
3772 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-int.el (gnus-open-server): Give a better error message in the
3775         "go offline" case.
3776
3777         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3778         marks for nnimap, which is seldom the right thing to do.
3779
3780         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3781         (gnus-same-method-different-name): New function.
3782
3783         * nnimap.el (parse-time): Require.
3784
3785         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3786         method in the presence of many similar methods.
3787
3788         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3789
3790         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3791         nnml-inhibit-expiry.
3792
3793         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3794         find out whether methods are equal.
3795
3796         * nnimap.el (nnimap-find-expired-articles): New function.
3797         (nnimap-process-expiry-targets): New function.
3798         (nnimap-request-move-article): Request the article before looking at
3799         what the Message-ID is.  Fix found by Andrew Cohen.
3800         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3801
3802         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3803         for oldness in addition to being a predicate.
3804
3805         * nnimap.el (nnimap-request-group): When we have zero articles, return
3806         the right data to Gnus.
3807         (nnimap-request-expire-articles): Only delete articles immediately if
3808         the target is 'delete.
3809
3810         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3811         method, this would bug out.
3812
3813         * gnus-group.el (gnus-group-expunge-group): Rename from
3814         gnus-group-nnimap-expunge, and implemented as a normal interface
3815         function.
3816
3817         * gnus-int.el (gnus-request-expunge-group): New function.
3818
3819         * nnimap.el (nnimap-request-create-group): Implement.
3820         (nnimap-request-expunge-group): New function.
3821
3822 2010-09-21  Julien Danjou  <julien@danjou.info>
3823
3824         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3825         (gnus-html-cache-expired): Add new function.
3826         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3827         wethever we should display image for fetch it.
3828         Compute alt-text earlier to pass it to the fetching function too.
3829         (gnus-html-schedule-image-fetching): Change function argument to only
3830         get one image at a time, not a list.
3831         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3832         cache.
3833         (gnus-html-get-image-data): New function to retrieve image data from
3834         cache.
3835         (gnus-html-put-image): Change buffer argument to use image data rather
3836         than file, and place image above region rather than inserting a new
3837         one.  Do not take alt-text as argument, since it's useless now: we place
3838         the image above alt-text.
3839         (gnus-html-prune-cache): Remove.
3840         (gnus-html-show-images): Start to fetch image when we find one, do not
3841         push into a temporary list.
3842         (gnus-html-prefetch-images): Only fetch image if they have expired.
3843         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3844         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3845
3846 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3849
3850 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3853         spec inser "*" if the group isn't active instead of 0.
3854
3855         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3856         opening the server.
3857         (nnimap-request-delete-group): Implement group deletion.
3858         (nnimap-transform-headers): Return the size of the entire message in
3859         the Bytes header, not just the size of the first part.
3860         (nnimap-request-move-article): When moving an article from nnimap,
3861         request the article first so the accepting form has an article to
3862         accept.  Reported by Dan Christensen.
3863         (nnimap-command): Make sure that the error message doesn't error out.
3864
3865 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3866
3867         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3868         we haven't requested anything.
3869
3870 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3873         "".  Fix found by Andrew Cohen.
3874
3875         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3876         instead of -encode-string.
3877
3878 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3881
3882         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3883         by mm-subst-char-in-string.
3884
3885 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3888         waiting for the connection string.
3889
3890         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3891         arriving.
3892
3893         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3894         bogus characters.  This allows selecting certain Gmail groups.
3895
3896         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3897         (nnimap-fetch-partial-articles): New variable.
3898         (nnimap-open-connection): When looking for credentials, also use the
3899         nnimap-server-port.
3900         (nnimap-request-article): Return the group/article number, so that Gnus
3901         `^' works as expected.
3902         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3903
3904         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3905         comments.
3906         (gnus-methods-sloppily-equal): New function.
3907         (gnus): When using the development version of Gnus, load the gnus-load
3908         file.
3909
3910         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3911         `gnus-open-server' on each method before trying to scan them etc.
3912         This ensures that all the backend parameters are set correctly.
3913
3914         * nnimap.el (nnimap-authenticator): New variable.
3915         (nnimap-open-connection): Allow anonymous login.
3916         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3917         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3918
3919         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3920         patch, found by Knut Anders Hatlen.
3921
3922 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3923
3924         * gnus-agent.el (gnus-agent-batch-confirmation)
3925         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3926         to gnus-message.
3927         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3928         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3929         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3930         * gnus-int.el (gnus-open-server): Likewise.
3931         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3932         (gnus-score-check-syntax): Likewise.
3933         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3934         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3935         Likewise.
3936         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3937
3938 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3941         calling conventions so that prefetch doesn't bug out.
3942
3943 2010-09-19  Julien Danjou  <julien@danjou.info>
3944
3945         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3946         rather than `subst-char-in-region' in order to be able to replace ASCII
3947         char by UTF-8 ones.
3948
3949         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3950         than curl.
3951         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3952         the right URL and ALT text on images.
3953         (gnus-html-wash-tags): Fix tag case.
3954         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3955         (gnus-article-html): Add -o display_ins_del=2 option.
3956         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3957
3958 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3961         the extra mail headers, which sometimes seem to happen for unknown
3962         reasons.
3963
3964         * mail-parse.el (mail-header-encode-parameter): Define as
3965         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3966         (or most, perhaps?) mail readers don't understand the latter, but do
3967         understand the former.
3968
3969         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3970         to nil, so that no methods are automatically agentized.  I think this
3971         is probably what most users want.
3972
3973         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3974         from url-retrieve, for instance about invalid URLs.
3975
3976         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3977         groups that have no articles.
3978         (nnimap-request-article): Check that we really got an article when we
3979         requested one.
3980
3981         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3982         doesn't exist.
3983
3984         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3985         nntp buffer so the agent can save it.
3986         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3987         that CRLF doesn't get translated to \n.
3988         (nnimap-open-connection): Don't make 'shell commands only send \n.
3989
3990 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3991
3992         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3993         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3994         Update var name.
3995         (nnml-generate-nov-file): Use dolist.
3996         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3997         Use with-current-buffer.
3998
3999 2010-09-18  Julien Danjou  <julien@danjou.info>
4000
4001         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4002         parallel.
4003
4004 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4007         the range update right.
4008         (nnimap-request-group): Don't make `M-g' bug out on group with no
4009         marks.
4010         (nnoo): Require, so that other packages can require nnimap.
4011         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4012         command we're looking for.  This helps when the server sends more
4013         responses after we've gotten everything we expected.
4014         (nnimap): Add a `newlinep' field to keep track of end-of-line
4015         conventions.
4016         Don't send CRLF to things that don't want it.
4017         (nnimap-request-accept-article): Ditto.
4018
4019 2010-09-18  Julien Danjou  <julien@danjou.info>
4020
4021         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4022         than curl to retrieve images.
4023
4024 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4027         the marks.
4028         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4029         (nnimap-wait-for-connection): New function.
4030         (nnimap-open-connection): If we have PREAUTH, don't query for login
4031         credentials.
4032         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4033         when doing a partial update.
4034
4035 2010-09-18  Julien Danjou  <julien@danjou.info>
4036
4037         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4038         tags.
4039
4040 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * nnimap.el (nnimap-credentials): New function.
4043         (nnimap-open-connection): Use the new function to look for credentials
4044         also on the numeric equivalents of "imap" and "imaps".
4045
4046         * gnus-start.el (gnus-activate-group): Send the info to
4047         gnus-request-group.
4048
4049         * nnimap.el (nnimap-request-group): Have the "check" version of the
4050         function parse flags and update the info, so that a `M-g' get a total
4051         resync of all flags from the group.
4052
4053         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4054         to allow backends to alter the info on group selection.  Also alter all
4055         the backend -request-group functions to take the parameter.
4056
4057         * nnimap.el (nnimap-store-info): New function.
4058         (nnimap-update-info): Store the info for later usage.
4059         (nnimap-request-group): Use the stored info for the dont-check case, so
4060         that we don't retrieve all marks when we enter a group.
4061
4062         * nnimap.el: Use deffoo instead of defun for interface functions.
4063
4064         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4065         update the group info.  This makes the nndraft groups, for instance, go
4066         back to their old behaviour.
4067
4068         * gnus-sum.el (gnus-select-newsgroup): Indent.
4069
4070         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4071         in.
4072         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4073         nothing.
4074
4075         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4076         from methods that are denied.
4077
4078         * gnus-int.el (gnus-method-denied-p): New function.
4079
4080         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4081         store the password instead of netrc.
4082         (nnimap-open-connection): Don't error out when we can't make a
4083         connections.
4084
4085         * auth-source.el (auth-source-create): In the password prompt, say what
4086         we're querying for.  Also prompt for user name if that hasn't been
4087         given.
4088
4089         * nnimap.el (nnimap-with-process-buffer): Remove.
4090
4091 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4094         method when we're reading from the agent.
4095
4096         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4097
4098         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4099         that's probably most useful for users.
4100
4101         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4102         "failed" all the time.
4103
4104         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4105         ...)) with (with-current-buffer ... ).
4106
4107         * nntp.el (nntp-open-server): Return whether the open was successful or
4108         not.
4109
4110         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4111         select an unread unseen article first.
4112
4113         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4114         /etc/services, supply some sensible port defaults.
4115
4116         * dgnushack.el: Define netrc-credentials.
4117
4118 2010-09-17  Julien Danjou  <julien@danjou.info>
4119
4120         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4121
4122 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4123
4124         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4125         doesn't have any parameters.
4126
4127 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4130         only upcased checks.
4131
4132         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4133
4134         * nnimap.el (nnimap-open-shell-stream): New function.
4135         (nnimap-open-connection): Use it.
4136         (nnimap-transform-headers): Get the number of lines in each message.
4137         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4138         number of lines.
4139         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4140         problem.
4141
4142         * utf7.el (utf7-encode): Autoload.
4143
4144         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4145         to allow the mail splitting to not return a default group.  This is
4146         useful for nnimap, which will leave unmatched mail in the inbox.
4147
4148         * nnimap.el: Rewritten.
4149
4150         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4151         nnimap usage.
4152
4153         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4154         if the move is internal, so that nnimap can do fast internal moves.
4155
4156         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4157         data.
4158         (gnus-read-active-for-groups): Support finishing the early retrieval of
4159         data.
4160
4161         * gnus-range.el (gnus-range-nconcat): New function.
4162
4163         * gnus-int.el (gnus-finish-retrieve-group-infos)
4164         (gnus-retrieve-group-data-early): New functions.
4165
4166 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4167
4168         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4169         (nnrss-retrieve-groups):
4170         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4171         (pop3-quit): Use with-current-buffer.
4172
4173 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4176         instead of nnheader-accept-process-output.
4177
4178         * dgnushack.el (dgnushack-compile): Add comment.
4179
4180         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4181
4182         * gnus-html.el (gnus-html-schedule-image-fetching)
4183         (gnus-html-prefetch-images): Replace process-kill-without-query by
4184         gnus-set-process-query-on-exit-flag.
4185
4186 2010-09-16  Romain Francoise  <romain@orebokech.com>
4187
4188         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4189
4190 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4193         parameter to unintern is mandatory-ish in Emacs 24.
4194
4195         * gnus-html.el (gnus-html-schedule-image-fetching)
4196         (gnus-html-prefetch-images): Check for curl before using it.
4197
4198         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4199         depend on curl, which isn't essential.
4200
4201         * imap.el: Revert back to version
4202         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4203         seem problematic.
4204
4205 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4206
4207         * gnus-registry.el (gnus-registry-install-shortcuts):
4208         Explicitly pass `obarray' to `unintern' to avoid a warning.
4209
4210 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4213         change.
4214
4215         * nnrss.el (nnrss-request-list): Remove this function and related
4216         functions, including the moreover stuff.
4217
4218 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * nnrss.el (nnrss-retrieve-groups): New function.
4221
4222 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4223
4224         * .dir-locals.el: Add no-byte-compile cookie.
4225
4226 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * time-date.el (format-seconds): Comment fix.
4229
4230         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4231         for back end that doesn't support request-scan.
4232
4233 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4236         then do request scans from the backends.
4237
4238         * netrc.el (netrc-credentials): New conveniency function.
4239
4240         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4241         avoid running a hook per line, since this takes a lot of time,
4242         profiling shows.
4243         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4244         directly if gnus-visual-p is true.
4245
4246 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4249         groups; replace mapcar with dolist which is a bit faster; pass groups
4250         info to gnus-read-active-file-1.
4251         (gnus-read-active-file-1): Scan only specified groups if the new
4252         optional arg `infos' is given.
4253
4254 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4257
4258         * pop3.el (pop3-movemail): Remove.
4259         (pop3-streaming-movemail): Rename to pop3-movemail.
4260
4261         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4262         don't restrict end-tag searches to the end of the line.
4263
4264 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4267         articles of every unchecked group to t, which means unknown since the
4268         server has never been opened.
4269
4270 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus-html.el (gnus-html-show-alt-text): New command.
4273         (gnus-html-browse-image): Ditto.
4274         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4275         to browse the image directly.
4276         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4277         better.
4278
4279         * gnus-async.el (gnus-async-article-callback):
4280         Call `gnus-html-prefetch-images' unconditionally.
4281
4282         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4283         before feeding URLs to curl.
4284
4285 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4288         internal images as deletable by `W D D'.
4289
4290         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4291         (gnus-async-article-callback): Fix typo.
4292
4293 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4296         current line to work around bugs in the output from w3m.
4297
4298         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4299         for groups that want that.
4300
4301         * nntp.el (nntp-wait-for-string): Supply a timeout for
4302         accept-process-output to ensure progress.
4303
4304         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4305         level to get unread articles from, then use that for foreign groups,
4306         too.
4307
4308         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4309         confuses the rest of the function.
4310
4311         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4312         for the methods that support -retrieve-groups, too.
4313
4314         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4315
4316 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4319         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4320
4321         * pop3.el: Require cl when compiling.
4322         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4323
4324 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4327         that aren't going to be activated.
4328         (gnus-get-unread-articles): Fix up the last commit.
4329
4330         * gnus-html.el (gnus-article-html): Allow calling without specifying
4331         the handle.  In that case, dissect the buffer first.
4332
4333         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4334
4335         * nnimap.el (nnimap-open-connection): Revert the change that would look
4336         into authinfo for imaps instead of imap.
4337
4338         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4339         say that you don't want to call gnus-request-group with don-check, but
4340         do check the reponse.  This is for virtual groups only.
4341         (gnus-get-unread-articles): Count the archive groups as secondary, so
4342         that they're activated the same way as before.
4343
4344         * imap.el (imap-message-map): Removed optional buffer parameter, since
4345         no callers use it.
4346         (imap-message-get): Ditto.
4347         (imap-message-put): Ditto.
4348         (imap-mailbox-map): Ditto.
4349         (imap-mailbox-put): Ditto.
4350         (imap-mailbox-get): Ditto.
4351         (imap-mailbox-get): Revert last change for this function.
4352
4353         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4354         case-insensitively.
4355         (nnimap-debug): Remove.
4356
4357         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4358         to use `imap-fetch' instead.  According to the comments, this should be
4359         safe, since all other IMAP clients use the 1:* syntax.
4360         (imap-enable-exchange-bug-workaround): Removed.
4361         (imap-debug): Removed -- doesn't seem very useful.
4362
4363         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4364         mail from a file, and the file doesn't exist.
4365
4366         * imap.el (imap-log): New convenience function used throughout instead
4367         of repeating the same code all over the place.
4368
4369         * pop3.el (pop3-streaming-movemail): Return t for success.
4370
4371         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4372         .authinfo if we're using ssl connection.
4373
4374         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4375         already have if we're in a main Gnus `g' run.
4376
4377         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4378
4379 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4382
4383         * nnmh.el (nnmh-request-list-1): Bind `file'.
4384
4385         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4386         alias to set-process-query-on-exit-flag or process-kill-without-query.
4387         (pop3-open-server): Use it.
4388
4389 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4392         box to the Incoming file.  Fixes mistake in previous checkin.
4393
4394         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4395         request loop (for debugging purposes) removed.
4396
4397         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4398         culprit is more visible.
4399         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4400         (nnml-add-incremental-nov): New functions to do "incremental" nov
4401         updates, where we just append to the end of the existing nov files
4402         without reading/writing them in full.
4403
4404         * mail-source.el (mail-source-delete-crash-box): Really only check the
4405         incoming files once in a while.
4406
4407         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4408
4409         * mail-source.el (mail-source-delete-crash-box): Only check the
4410         incoming files for deletion once per day to save a lot of file
4411         accesses.
4412
4413         * pop3.el (pop3-logon): Fix up unbound variable typo.
4414
4415         * mail-source.el (pop3-streaming-movemail): Autoload.
4416
4417         * pop3.el (pop3-streaming-movemail):
4418         Respect pop3-leave-mail-on-server.
4419
4420         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4421         retrieval.
4422
4423         * pop3.el (pop3-process-filter): Remove unused function.
4424         (pop3-streaming-movemail, pop3-send-streaming-command)
4425         (pop3-wait-for-messages, pop3-write-to-file)
4426         (pop3-number-of-responses): New functions for streaming pop3
4427         retrieval.
4428
4429         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4430         come from no known methods.
4431         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4432         list.
4433
4434         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4435         message sizes.
4436         (pop3-movemail): Use erase-buffer instead of looping and deleting
4437         regions, which seems rather odd.
4438
4439         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4440         file once per `g' run.
4441
4442         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4443         directories.  This makes the draft queue directory work.
4444
4445         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4446         data from the backends, so that we only request the list of groups from
4447         each method once.  This should speed things up considerably.
4448
4449         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4450         detect that it's not implemented.
4451
4452         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4453         we actually do recurse down into the tree, but don't stat all leaf
4454         nodes.
4455
4456         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4457         then say so instead of bugging out.
4458
4459         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4460         files exist before trying to read them.
4461
4462         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4463         around <pre_int>.
4464
4465         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4466
4467         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4468
4469 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * mm-util.el (mm-image-load-path): Just return the image directories,
4472         not all directories in the path in addition to the image directories.
4473         (mm-image-load-path): Maintain a cache of the image directories so that
4474         the `g' command in Gnus doesn't have to stat dozens of directories each
4475         time.
4476
4477         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4478         (gnus-html-wash-tags): Add a new `i' command to insert images.
4479         (gnus-html-insert-image): New command and keystroke.
4480         (gnus-html-redisplay-with-images): New command and keystroke.
4481         (gnus-html-show-images): Rename command.
4482         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4483         spacers.
4484         (gnus-html-wash-tags): Decode entities at the end, so that entities
4485         inside the tags don't mess up the rest of the "parsing".
4486
4487         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4488         so that nnimap methods aren't agentized by default.  There's apparently
4489         many problems related to agent/imap behaviour.
4490
4491         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4492
4493         * gnus-html.el: Doc fix.
4494
4495 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4498         specifier-spec-list for Emacs 21.
4499
4500         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4501         glyph-width and glyph-height instead of display-graphic-p and
4502         image-size; make avoidance of displaying small images work for XEmacs.
4503
4504         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4505         for XEmacs.
4506
4507         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4508         of symbol that holds plist data.
4509         (gnus-process-plist): Remove plist of process after getting it.
4510
4511 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * message.el (message-generate-hashcash): Change default to
4514         'opportunistic if hashcash is installed.
4515
4516         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4517         (gnus-html-put-image): Only call image-size once, since it's somewhat
4518         time-consuming on remote X servers.
4519
4520 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4523         type on data, not a file name.
4524
4525         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4526         window-pixel-edges for Emacs 21.
4527
4528         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4529         decoded contents.
4530         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4531
4532 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4535         group line format, since it isn't very interesting.
4536
4537         * gnus-agent.el (gnus-agent-short-article),
4538         (gnus-agent-long-article): Increase values for these two variables,
4539         since most people are likely to have more network connection and
4540         storage than before.
4541
4542         * gnus.el (gnus-refer-article-method): Change default to 'current.
4543         When referring an article, the common behaviour is to refer it from the
4544         current select method, not the native select method.  The chances of
4545         the native select method having the message in question is rather slim
4546         these days.
4547
4548         * gnus-sum.el (gnus-auto-select-subject): Change default to
4549         `unseen-or-unread'.  I think it's likely that most people want to
4550         select an unseen article over a previously seen, but unread one.
4551
4552         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4553         means that in the article buffer none of the minor mode elements will
4554         be shown, usually, and this is not desirable in most cases.
4555
4556         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4557         that commands like `d' (and the like) go to the next line in the
4558         buffer, instead of the next unread article.  I think this is the
4559         behaviour that is most natural for most users.
4560         (gnus-single-article-buffer): Change default to nil, so that people can
4561         have as many article buffers open as they have summary buffer.  I think
4562         this is the most natural way for the groups to behave.
4563
4564         * message.el (message-generate-new-buffers): Change default to
4565         `unsent', so that all new message buffers start their names with the
4566         string "*unsent", and it's easier to find the buffers if you move from
4567         them.
4568
4569 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570
4571         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4572         small.  They're probably tracking images.
4573         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4574         (gnus-html-rescale-image): Yet another try at getting the image sizing
4575         right.
4576
4577         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4578         nntp-marks-file-name is nil.
4579
4580 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * gnus-html.el (gnus-html-wash-tags)
4583         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4584         Better logging.
4585
4586 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4589
4590         * gnus-html.el (gnus-html-wash-tags): Check the value of
4591         gnus-blocked-images in the summary buffer.
4592
4593 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4596
4597 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4600         like "a", it seems like.
4601         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4602         since it needs to be picked from the correct buffer.
4603
4604         * nnwfm.el: Remove.
4605
4606         * nnlistserv.el: Remove.
4607
4608 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4611         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4612
4613 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnkiboze.el: Remove.
4616
4617         * nndb.el: Remove.
4618
4619         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4620         alt text.
4621         (gnus-html-rescale-image): Try to get the rescaling logic right for
4622         images that are just wide and not tall.
4623
4624         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4625         overshadow variable bindings.
4626
4627 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-html.el (gnus-html-wash-tags)
4630         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4631         Add extra logging.
4632
4633 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4636         (gnus-max-image-proportion): New variable.
4637         (gnus-html-rescale-image): New function.
4638         (gnus-html-put-image): Rescale images.
4639
4640 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4641
4642         Fix up some byte-compiler warnings.
4643         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4644         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4645         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4646         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4647         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4648         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4649         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4650
4651 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-html.el (gnus-article-html): Decode contents by charset.
4654
4655 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4658         (gnus-html-frame-width, gnus-blocked-images)
4659         * message.el (message-prune-recipient-rules): Add custom version.
4660         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4661
4662         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4663         functions.
4664
4665         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4666         gnus-process-get.
4667
4668 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4669
4670         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4671         instead of lsub directly.
4672
4673 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * nnwarchive.el: Remove.
4676
4677         * gnus-soup.el: Remove.
4678
4679         * nnsoup.el: Remove.
4680
4681         * nnultimate.el: Remove.
4682
4683         * gnus-html.el (gnus-blocked-images): New variable.
4684
4685         * message.el (message-prune-recipients): New function.
4686         (message-prune-recipient-rules): New variable.
4687
4688         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4689         guess whether a long line is natural text or not.
4690
4691         * gnus-html.el (gnus-html-schedule-image-fetching):
4692         Use gnus-process-plist and friends for compatibility.
4693
4694 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4695
4696         * gnus-html.el: Require packages that define macros used in this file.
4697         (gnus-article-mouse-face): Declare to silence byte-compiler.
4698         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4699         process-get.
4700         (gnus-html-put-image): Use plist-get to avoid getf.
4701         (gnus-html-prefetch-images): Use with-current-buffer.
4702
4703 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-ems.el: Provide compatibility functions for
4706         gnus-set-process-plist.
4707
4708         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4709         header-line-format for XEmacs 21.4.
4710
4711         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4712         * gnus.el (gnus-valid-select-methods)
4713         * message.el (message-send-mail-partially-limit)
4714         * mm-decode.el (mm-text-html-renderer)
4715         * mml.el (mml-insert-mime-headers-always)
4716         * smiley.el (smiley-regexp-alist): Bump custom version.
4717
4718 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * gnus-html.el: require mm-url.
4721         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4722         with the url to `url'.
4723         (gnus-html-wash-tags): Support cid: URLs/images.
4724
4725 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4728         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4729         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4730
4731         * gnus-move.el: Remove file, since it doesn't really work.
4732
4733         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4734         UTF-8.  This seems to fix problems with some German web feeds.
4735
4736         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4737         at the top so that the proper colours are applied.
4738
4739         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4740         don't have dots in their names.
4741
4742         * gnus-art.el (gnus-article-view-part): Doc fix.
4743
4744         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4745         XEmacs-compatible.
4746         (gnus-html-put-image): Don't do images on non-graphic displays.
4747
4748         * nnslashdot.el: Remove this unused backend.
4749
4750         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4751         actions.
4752         (gnus-undo-register-1): Revert last change.
4753
4754         * gnus-group.el (gnus-group-completing-read): Protect against not
4755         having completion-styles bound.
4756
4757         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4758         make broken recipients happier.
4759
4760         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4761
4762         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4763         point parameter.
4764
4765         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4766
4767         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4768         completion-styles for group selection.
4769
4770 2009-02-04  Andreas Schwab  <schwab@suse.de>
4771
4772         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4773         headers and regexp-quote the match if necessary.
4774
4775 2009-03-24  Miles Bader  <miles@gnu.org>
4776
4777         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4778         the blinking smiley.
4779
4780 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4781
4782         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4783         blink smiley.
4784
4785 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4788         where the dribbel file lives exists.
4789
4790         * message.el (message-send-mail-partially-limit): Change the default to
4791         nil, since most people don't want this.
4792
4793         * mm-url.el (mm-url-decode-entities): Also decode entities like
4794         &#x3212.
4795
4796 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4797
4798         * gnus-sum.el (gnus-summary-idna-message):
4799         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4800         Hyperlink urls in docstrings with URL `...'.
4801
4802 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4803
4804         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4805         functions.
4806
4807 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4810         say what the mouseover text should be.
4811
4812         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4813         version of the mm-w3m-safe-url-regexp variable to only download images
4814         in the groups where we want that to happen.
4815
4816         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4817
4818         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4819         easier debugging.
4820         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4821         big pictures in the article buffer.
4822
4823         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4824         gnus-article-html.
4825         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4826         w3m.
4827
4828         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4829
4830 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4833         which doesn't exist.
4834
4835         * message.el (message-inhibit-ecomplete): New variable to allow some
4836         function to inhibit ecomplete address storage.
4837         (message-resend): Disable ecomplete message storage when resending
4838         messages.
4839
4840         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4841
4842 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4845         Save excursion while copying, moving, and deleting articles in order to
4846         prevent the cursor from jumping to unforeseen place.
4847
4848 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * lpath.el: No need to bind bookmark-current-buffer,
4851         bookmark-yank-point and bookmark-make-record-function.
4852
4853 2010-08-17  Glenn Morris  <rgm@gnu.org>
4854
4855         * gnus-sync.el: Require gnus components whose functions are used.
4856
4857         * gnus-art.el (bookmark-make-record-function):
4858         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4859         Declare for compiler.
4860
4861         * mm-url.el (mml-compute-boundary): Autoload.
4862
4863 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4866
4867 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         Typo fix "hoo4a" -> "hook".
4870
4871         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4872
4873 2010-08-14  Glenn Morris  <rgm@gnu.org>
4874
4875         * gnus-sync.el (gnus-sync): Fix defgroup version.
4876
4877 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4878
4879         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4880
4881         * gnus-sync.el: Fix docs.
4882         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4883         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4884
4885 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4886
4887         Optimizations for gnus-sync.el.
4888
4889         * gnus-sync.el: Add docs about gnus-sync-backend
4890         possibilities.
4891         (gnus-sync-save): Remove unnecessary message.
4892         (gnus-sync-read): Optimize and show what groups were skipped.
4893
4894 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4895
4896         Minor bug fixes for gnus-sync.el.
4897
4898         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4899         Don't read the sync on get-new-news.
4900
4901         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4902         quiet.
4903
4904         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4905         (fix typo).
4906
4907 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4908
4909         Make saving and restoring of hidden threads work with overlays.
4910         Patch applied by Ted Zlatanov.
4911
4912         * gnus-sum.el (gnus-hidden-threads-configuration)
4913         (gnus-restore-hidden-threads-configuration): Update to deal with text
4914         properties, rather than searching for a magic character.
4915
4916 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         New gnus-sync.el library for synchronization of marks.
4919
4920         * gnus-sync.el: New library for synchronization of marks.
4921
4922         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4923         renamed from `gnus-registry-grep-in-list'.
4924
4925         * gnus-registry.el (gnus-registry-follow-group-p):
4926         Use `gnus-grep-in-list'.
4927
4928         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4929
4930 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4933         determining charset of text fails.
4934
4935 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * nnmail.el (nnmail-get-new-mail-1): Revert.
4938
4939         * nnml.el (nnml-active-number): Make sure names of newly created groups
4940         in nnml-group-alist are encoded.
4941
4942 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4945         containing non-ASCII characters in active file for nnml back end.
4946
4947 2010-07-24  David Engster  <dengste@eml.cc>
4948
4949         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4950         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4951
4952 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4953
4954         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4955         tag (Bug#6654).
4956
4957 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4960         the article buffer, not the summary buffer.
4961
4962 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4965         Emacs 23 as well.
4966
4967 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4970         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4971
4972 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4973
4974         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4975         Patch applied by Karl Fogel.
4976
4977         * gnus-sum.el (gnus-summary-bookmark-make-record):
4978         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4979
4980 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4981
4982         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4983         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4984         C-w still not working correctly from Article buffers; Thierry's
4985         patch to fix that will be applied after this.
4986
4987         * gnus-art.el (bookmark-make-record-function): New local variable.
4988
4989         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4990         article buffer.
4991         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4992
4993 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4994
4995         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4996         on changes in bookmark.el.
4997
4998 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5001         `no-log' instead of message not to log prompt string.
5002
5003 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5004
5005         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5006         the *other* type of HTML form submission.
5007
5008 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5009
5010         * auth-source.el (auth-source-pick): If choice does not contain a
5011         questioned keyword, set the check to t.
5012
5013 2010-06-12  Romain Francoise  <romain@orebokech.com>
5014
5015         * gnus-util.el (gnus-date-get-time): Move up before first use.
5016
5017 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5020         (gnus-article-edit-part): Bind it to make last part that is substituted
5021         or deleted visible.
5022         (gnus-mime-display-single): Buttonize part of which id equals to
5023         gnus-mime-buttonized-part-id.
5024
5025 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5026
5027         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5028         (gnus-dd-mmm): Use gnus-date-get-time.
5029         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5030         simplify logic.
5031         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5032         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5033
5034 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5035
5036         * auth-source.el (top): Autoload `secrets-list-collections',
5037         `secrets-create-item', `secrets-delete-item'.
5038         (auth-sources): Fix tag string.
5039         (auth-get-source, auth-source-retrieve, auth-source-create)
5040         (auth-source-delete): New defuns.
5041         (auth-source-pick): Rewrite in order to avoid 2 passes.
5042         (auth-source-forget-user-or-password): New parameter USERNAME.
5043         (auth-source-user-or-password): New parameters CREATE-MISSING and
5044         DELETE-EXISTING.  Retrieve password interactively, if needed.
5045
5046 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5047
5048         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5049         deleting unused directories when gnus-expert-user is t.
5050
5051 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5054         for each temp file when gnus-article-browse-delete-temp is ask.
5055
5056 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5057
5058         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5059         Lisp calls to delete-backward-char by calls to delete-char.
5060
5061 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5062
5063         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5064
5065 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5066
5067         * password-cache.el (password-cache-remove): Fix docstring.
5068
5069 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5072         article unless decoding article to be saved.
5073
5074 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5077         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5078         generated within the mm-with-unibyte-current-buffer macro.
5079
5080 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5083         to nil when we're in a mml-preview buffer and no group is selected.
5084
5085 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5086
5087         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5088         when catching the `C-g'.  Reported by "Leo".
5089
5090 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * message.el (message-forward-make-body-plain)
5093         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5094         multibyte-string-p.
5095
5096         * lpath.el: Revert.
5097
5098 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * message.el (message-forward-make-body-mml): Assume original message
5101         is multibyte string; error on unibyte.
5102         (message-forward-make-body-plain): Ditto; don't add excessive newline
5103         in body end.
5104
5105         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5106
5107 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5108
5109         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5110         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5111
5112 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * mm-extern.el (mm-extern-url): Don't use
5115         mm-with-unibyte-current-buffer.
5116         (mm-extern-cache-contents): Use with-current-buffer instead of
5117         save-excursion + set-buffer.
5118
5119 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * mm-util.el (mm-emacs-mule): Remove.
5122
5123 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5124
5125         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5126         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5127         change.
5128
5129 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5132         bind the default value of enable-multibyte-characters to nil.
5133
5134 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * message.el (message-forward-make-body-plain)
5137         (message-forward-make-body-mml):
5138         Don't use mm-with-unibyte-current-buffer.
5139
5140 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5143
5144 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5145
5146         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5147         (Bug#5592).
5148
5149 2010-05-07  Julien Danjou  <julien@danjou.info>
5150
5151         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5152         it to mm-pipe-part.
5153
5154         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5155         it is given.
5156
5157 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * binhex.el (binhex-decode-region-internal)
5160         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5161         (dns-query)
5162         * nnweb.el (nnweb-gmane-search)
5163         * pgg-parse.el (pgg-parse-armor)
5164         * pgg.el (pgg-verify-region)
5165         * sha1.el (sha1-string-external)
5166         * uudecode.el (uudecode-decode-region-internal)
5167         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5168         XEmacs.
5169
5170         * gnus-art.el (gnus-article-browse-html-parts)
5171         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5172         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5173         make-temp-file.
5174
5175         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5176         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5177         compiling.
5178
5179         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5180         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5181         XEmacs when compiling.
5182
5183         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5184         gnus-pick-mode-off-hook for XEmacs when compiling.
5185         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5186         gnus-binary-mode-off-hook for XEmacs when compiling.
5187
5188         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5189         Return nil if char-charset is not available.
5190
5191         * imap.el (imap-disable-multibyte)
5192         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5193         macros.
5194
5195         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5196         instead of encode-coding-string.
5197
5198         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5199         'xemacs) instead of mm-emacs-mule to switch function definitions.
5200         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5201
5202         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5203         bind temporary-file-directory for XEmacs;
5204         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5205         timer-set-function for XEmacs 21.4 and SXEmacs;
5206         bind timer-list for XEmacs 21.4 and SXEmacs;
5207         fbind char-charset and find-charset-region for non-Mule XEmacs;
5208         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5209         encode-coding-region and encode-coding-string for XEmacs having no
5210         file-coding feature.
5211
5212 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5213
5214         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5215
5216 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5219         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5220
5221 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5222
5223         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5224         alias `jka-compr-delete-temp-file' no longer exists.
5225
5226 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5227
5228         Use define-minor-mode in Gnus where applicable.
5229         * mml.el (mml-mode): Use define-minor-mode.
5230         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5231         (gnus-undo-mode): Use define-minor-mode.
5232         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5233         (gnus-dead-summary-mode): Use define-minor-mode.
5234         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5235         Initialize in declaration.
5236         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5237         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5238         (gnus-mailing-list-mode): Use define-minor-mode.
5239         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5240         (gnus-draft-mode): Use define-minor-mode.
5241         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5242         (gnus-dired-mode): Use define-minor-mode.
5243
5244 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5245
5246         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5247         handles on recursive mml-to-mime translation and check them for
5248         boundary delimiter collisions.  Reported by Greg Troxel.
5249
5250 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5253
5254 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5255
5256         * mm-util.el (mm-find-buffer-file-coding-system):
5257         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5258
5259 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5260
5261         * message.el (message-generate-headers): Record insertion of optional
5262         headers as well.  Otherwise the check to prevent repeated insertion of
5263         optional headers is a no-op.
5264
5265 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5266
5267         * smime.el: Don't mention CVS.
5268
5269         * nnrss.el (nnrss-fetch): Don't mention CVS.
5270
5271         * nnir.el: Don't mention CVS.
5272
5273 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5274
5275         * gnus-sum.el (gnus-summary-bookmark-make-record):
5276         Add `location' field.
5277
5278 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * lpath.el: Fbind bookmark-default-handler,
5281         bookmark-get-bookmark-record, bookmark-make-record-default,
5282         bookmark-prop-get for Emacs <23 and XEmacs.
5283
5284 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5287         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5288         Use with-current-buffer to silence the byte-compiler.
5289         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5290         bother to require `gnus'.
5291         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5292
5293 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5294
5295         * gnus-sum.el (gnus-summary-bookmark-make-record)
5296         (gnus-summary-bookmark-jump): New functions.
5297         (gnus-summary-mode): Setup bookmark support.
5298
5299 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5300
5301         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5302         if set.
5303
5304 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5307         gnus-article-browse-html-save-cid-image; make it work recursively for
5308         forwarded messages as well.
5309         (gnus-article-browse-html-parts): Work when prefix arg is given.
5310         (gnus-article-browse-html-article): Doc fix.
5311
5312 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5313
5314         * message.el (message-default-mail-headers):
5315         (message-default-headers): Carry the value mail-default-headers over
5316         into message-default-mail-headers, rather than message-default-headers.
5317
5318 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5319
5320         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5321         charset.
5322
5323         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5324         charset into the <meta> tag when the article is encoded to utf-8.
5325
5326 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-art.el (gnus-article-browse-delete-temp-files):
5329         Delete directories as well.
5330         (gnus-article-browse-html-parts): Work for images that do not specify
5331         file names; delete temp directory when quitting; insert header at the
5332         right place; use file: scheme for image files.
5333
5334 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5335
5336         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5337         (gnus-article-browse-html-parts): Use it to make temporary cid image
5338         files in addition to html file so that browser may display them.
5339
5340 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5343
5344 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5345
5346         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5347
5348 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5349
5350         * auth-source.el (auth-sources): Change default to be simpler.
5351         Explain about Secret Service API sources.  Improve Customize options.
5352         (auth-source-pick): Change to accept any number of search parameters.
5353         Implement fallbacks iteratively, not recursively.  Add scoring on the
5354         second pass and sort by score.  Call Secret Service API when needed.
5355         (auth-source-user-or-password): Use it.  Call Secret Service API
5356         directly when needed to get the user name and the password.
5357
5358 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * message.el (message-interactive): Doc fix.
5361         (message-qmail-inject-args): Reflow.
5362         (message-kill-to-signature): Fix typo in docstring.
5363
5364         * smiley.el (smiley-buffer): Fix typo in docstring.
5365
5366 2010-03-24  Glenn Morris  <rgm@gnu.org>
5367
5368         * mail-source.el (gnus-message): Declare.
5369         (mail-source-delete-old-incoming): Require gnus-util.
5370
5371 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5374
5375         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5376
5377         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5378         password-cache's default if it is not bound.
5379         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5380         password-cache-expiry's default if it is not bound.
5381
5382         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5383         available in Emacs 21.
5384
5385         * lpath.el: Suppress compiler warnings for:
5386         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5387         XEmacs;
5388         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5389         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5390         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5391
5392 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * auth-source.el (auth-sources): Fix up definition so extra parameters
5395         are always inline.
5396
5397 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5398
5399         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5400         wasn't updated after mismatch.  Clear cached mailbox info correctly
5401         when uidvalidity changes.
5402         (nnimap-group-prefixed-name): New function to avoid some code
5403         duplication.
5404         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5405         (nnimap-request-group): Use it.
5406         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5407         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5408         with many imap folders.  This is done by caching the group status from
5409         the imap server persistently in a group parameter `imap-status'.  (This
5410         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5411         but not persistently, so every Gnus startup was still very slow.)
5412
5413 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5416         delete the extra newline.  Otherwise editing of :string and :number
5417         types don't work.
5418
5419 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5422         secrets.el dependency.
5423         (auth-sources): Add optional user name.  Add secrets.el configuration
5424         choice (unused right now).
5425
5426 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * gnus-sum.el (gnus-summary-make-menu-bar):
5429         Let `gnus-registry-install-shortcuts' fill in the functions.
5430
5431         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5432         warnings.
5433         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5434         (gnus-registry-install-shortcuts): Populate and use it in a
5435         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5436
5437 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5438
5439         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5440         In-place substitutions for the group name encoding/decoding.
5441         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5442         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5443         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5444         (nnimap-update-unseen, nnimap-request-list)
5445         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5446         (nnimap-request-set-mark, nnimap-split-to-groups)
5447         (nnimap-split-articles, nnimap-request-newgroups)
5448         (nnimap-request-create-group, nnimap-request-accept-article)
5449         (nnimap-request-delete-group, nnimap-request-rename-group)
5450         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5451         `encoded-mbx' for consistency.
5452         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5453         variable `imap-current-mailbox'.
5454
5455         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5456         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5457
5458 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5459
5460         * pop3.el (pop3-display-message-size-flag): Display message size byte
5461         counts during POP3 download.
5462         (pop3-movemail): Use it.
5463         (pop3-list): Implement listing of available messages.
5464
5465 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5466
5467         * nnir.el (nnir-get-article-nov-override-function): New function to
5468         override the normal NOV retrieval.
5469         (nnir-retrieve-headers): Use it.
5470
5471 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5472
5473         * auth-source.el (netrc-machine-user-or-password): Autoload.
5474
5475 2010-03-19  Glenn Morris  <rgm@gnu.org>
5476
5477         Stop message.el from loading about 40 libraries it doesn't always need.
5478         The general approach is to autoload rather than require, and to
5479         require in the specific functions rather than the file.  (Bug#5642)
5480
5481         * gmm-utils.el: Don't require wid-edit.
5482         (widget-create-child-value, widget-convert, widget-default-get):
5483         Autoload.
5484
5485         * gnus-util.el: Don't require time-date, netrc.
5486         (message-fetch-field, gnus-group-name-decode): Declare rather than
5487         autoloading.
5488         (gnus-fetch-field): Require message.
5489         (gnus-decode-newsgroups): Require gnus-group.
5490
5491         * ietf-drums.el: Don't require time-date.
5492
5493         * message.el: Don't require hashcash, canlock, ecomplete.
5494         Do require mail-utils.  Require nnheader only when compiling.
5495         (smtpmail-default-smtp-server): Remove declaration.
5496         (message-send-mail-function): Check smtpmail-default-smtp-server
5497         is bound rather than requiring smtpmail.
5498         (message-auto-save-directory, message-insert-signature):
5499         Use expand-file-name rather than nnheader-concat.
5500         (nnheader-insert-file-contents): Autoload.
5501         (hashcash-wait-async): Declare.
5502         (message-send-mail): Only call gnus-setup-posting-charset if
5503         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5504         (message-send-mail-with-sendmail): Require sendmail.
5505         (canlock-password, canlock-password-for-verify): Declare.
5506         (message-canlock-password): Require canlock.
5507         (nnheader-get-report): Autoload.
5508         (gnus-setup-posting-charset): Declare.
5509         (message-send-news): Require gnus-msg.
5510         (message-make-references, message-make-in-reply-to): Use mail-header-id
5511         rather than the alias mail-header-message-id.
5512         (ecomplete-add-item, ecomplete-save): Declare.
5513         (message-put-addresses-in-ecomplete): Require ecomplete.
5514         (ecomplete-display-matches): Autoload.
5515
5516         * mm-decode.el: Don't require mailcap, gnus-util.
5517         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5518         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5519         Autoload.
5520         (mailcap-mime-extensions): Declare.
5521
5522         * mm-encode.el: Don't require mailcap.
5523         (mailcap-extension-to-mime): Autoload.
5524
5525         * mml-sec.el: Don't require password-cache.
5526
5527         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5528         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5529         (mml-minibuffer-read-type): Require mailcap.
5530         (mml-preview): Require gnus-msg.
5531
5532         * mml1991.el: Require password-cache.
5533         (password-cache-expiry): Remove declaration.
5534
5535         * mml2015.el: Require password-cache.
5536         (password-cache-expiry): Remove declaration.
5537
5538         * nneething.el (mailcap): Require mailcap.
5539
5540         * nnheader.el (declare-function): Add compatibility stub.
5541         (message-remove-header): Declare rather than autoload.
5542         (nnheader-replace-header): Require message.
5543
5544         * nnimap.el (declare-function): Add compatibility stub.
5545         (netrc-parse, netrc-machine-user-or-password): Declare.
5546         (nnimap-open-connection): Require netrc.
5547
5548         * nntp.el (declare-function): Add compatibility stub.
5549         (netrc-parse, netrc-machine, netrc-get): Declare.
5550         (nntp-send-authinfo): Require netrc.
5551
5552         * rfc2047.el: Don't require qp.
5553         (quoted-printable-encode-region, quoted-printable-decode-string):
5554         Autoload.
5555
5556         * sieve-mode.el: Don't require easymenu.
5557         (easy-menu-add-item): Autoload it.
5558
5559         * spam-stat.el (time-to-number-of-days): Autoload it.
5560
5561 2010-03-19  Glenn Morris  <rgm@gnu.org>
5562
5563         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5564
5565 2010-03-18  Glenn Morris  <rgm@gnu.org>
5566
5567         * hashcash.el (declare-function): Remove duplicate definition.
5568
5569 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5570
5571         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5572         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5573         value if any backslash escapes).
5574
5575 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5578         if it is available.  (bug#5647)
5579
5580         * lpath.el: Suppress compiler warning for coding-system-from-name for
5581         Emacs 21 and XEmacs.
5582
5583 2010-03-14  Juri Linkov  <juri@jurta.org>
5584
5585         * hmac-def.el:
5586         * hmac-md5.el:
5587         * netrc.el: Fix keywords.
5588
5589 2010-02-26  Glenn Morris  <rgm@gnu.org>
5590
5591         * message.el (message-send-mail-function): Change the default, so that
5592         it inherits from a customized send-mail-function.  (Bug#5643)
5593
5594 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5597         shell-command-to-string signals an error (bug#5299).
5598
5599 2010-02-24  Glenn Morris  <rgm@gnu.org>
5600
5601         * message.el (message-smtpmail-send-it)
5602         (message-send-mail-with-mailclient): Doc fixes.
5603
5604 2010-02-16  Glenn Morris  <rgm@gnu.org>
5605
5606         * message.el (message-default-mail-headers): Change the default value
5607         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5608
5609 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5612         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5613
5614 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5615
5616         * time-date.el (date-to-time): Doc fix (Bug#5408).
5617
5618 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5619
5620         * message.el (message-mail): Just pass yank-action on to message-setup.
5621         (message-setup): Handle (FUN . ARGS) form of yank-action.
5622         (message-with-reply-buffer, message-widen-reply)
5623         (message-yank-original): Handle non-buffer values of
5624         message-reply-buffer (Bug#4080).
5625         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5626
5627 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5628
5629         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5630         Fix typo in docstring.
5631
5632 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5633
5634         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5635         response.
5636
5637 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5640
5641         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5642
5643         * message.el (message-check-news-header-syntax): Protect against a
5644         string that `rfc822-addresses' returns when parsing fails.
5645
5646 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5649         (gnus-previous-char-property-change): New functions.
5650
5651         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5652
5653 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5654
5655         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5656         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5657
5658 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5659
5660         * message.el (message-exchange-point-and-mark): Rework last change to
5661         avoid using optional arg of exchange-point-and-mark, for backward
5662         compatibility.
5663
5664 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5665
5666         * message.el (message-exchange-point-and-mark):
5667         Call exchange-point-and-mark with an argument rather than setting
5668         mark-active by hand (Bug#5175).
5669
5670 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * nntp.el (nntp-service-to-port): Work for service expressed with
5673         numeric string; replace [:digit:] with [0-9] for XEmacs.
5674
5675 2009-12-17  Glenn Morris  <rgm@gnu.org>
5676
5677         * gnus-group.el (gnus-bug-group-download-format-alist):
5678         Change emacs entry to debbugs.gnu.org.  Bump :version.
5679
5680 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5683
5684 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * message.el (message-info): Explain why we use `Info-goto-node'.
5687
5688 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5691
5692 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5693
5694         * message.el (message-completion-in-region): New compatibility function.
5695         (message-expand-group): Use it.
5696
5697 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5700         with no unread article should be listed if the 2nd arg `predicate' is
5701         given.
5702
5703 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5706
5707 2009-11-29  Juri Linkov  <juri@jurta.org>
5708
5709         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5710         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5711         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5712
5713 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5714
5715         * sha1.el (sha1-string-external): default-directory "/" in case
5716         otherwise non-existent.  process-connection-type pipe for touch of
5717         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5718
5719 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5720
5721         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5722         it's comms related and sgml-mode.el has "comm" on that basis too.
5723
5724 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5727         containing tspecial characters if they have been already quoted.
5728
5729 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5730
5731         * dns-mode.el (auto-mode-alist): Purecopy string.
5732
5733 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5734
5735         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5736
5737 2009-10-24  Glenn Morris  <rgm@gnu.org>
5738
5739         * gnus-art.el (help-xref-stack-item): Define for compiler.
5740
5741 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5742
5743         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5744
5745 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5748
5749 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5752         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5753
5754 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5757         (gnus-overlays-in): New alias to overlays-in.
5758
5759         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5760         gnus-overlay-get, and gnus-delete-overlay.
5761         (gnus-summary-show-thread): Make it work as well for systems in which
5762         next-single-char-property-change is not available.
5763         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5764
5765         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5766         (gnus-overlay-get): New alias to extent-property.
5767         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5768
5769         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5770         SXEmacs.
5771
5772         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5773         SXEmacs.
5774
5775 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5778
5779 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5780
5781         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5782         and XEmacs that don't have `remove-overlays'.
5783
5784 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5785
5786         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5787         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5788         selective display.  Use overlays instead.
5789
5790 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5791
5792         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5793
5794 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5795
5796         * spam-stat.el (spam-stat-load): Fix typo in message.
5797
5798 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5799
5800         * dig.el (dig-invoke): Fix typo in docstring.
5801         (query-dig): Reflow docstring.
5802
5803 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5804
5805         * gnus-art.el (gnus-article-encrypt-body):
5806         * message.el (message-check-recipients):
5807         * mm-util.el (mm-codepage-setup):
5808         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5809         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5810
5811 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5812
5813         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5814         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5815         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5816         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5817         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5818
5819 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5820
5821         * dig.el: Add "Keywords: comm", as per net-utils.el.
5822
5823 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5824
5825         * dig.el (dig-mode): Use define-derived-mode.
5826
5827 2009-09-19  Glenn Morris  <rgm@gnu.org>
5828
5829         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5830
5831 2009-09-18  Glenn Morris  <rgm@gnu.org>
5832
5833         * gnus-diary.el (gnus-diary-check-message):
5834         * message.el (message-insert-formatted-citation-line):
5835         * nnbabyl.el (top-level):
5836         * nndiary.el (nndiary-schedule):
5837         Fix typos in condition-case handlers.
5838
5839 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5842         configuration that provides the sole article window in a frame;
5843         position point correctly after deleting a part.
5844
5845 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5846
5847         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5848         (spam-resolve-registrations-routine): Use it to unregister articles
5849         that change status.
5850
5851 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5854         with XEmacs.
5855         (parse-time-string-chars): Use it.
5856
5857 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5858
5859         * imap.el (imap-interactive-login): Better messages.
5860         (imap-open): Fix bug with renamed buffer on reconnect.
5861         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5862         for easier debugging and cleaner code.  On successful (guessed based on
5863         server capabilities) secondary authentication, set imap-state
5864         correctly.
5865         (imap-last-authenticator): Define imap-last-authenticator as a variable
5866         to avoid warnings.
5867
5868 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * nnrss.el (nnrss-request-article): Remove binding of
5871         default-enable-multibyte-characters that has gotten needless by
5872         the 2007-07-13 change in rfc2047-encode-message-header.
5873
5874         * mml.el (mml-insert-multipart): Error on the message header.
5875         (mml-insert-part): Error on the message header; position point at
5876         the end of a MIME tag.
5877
5878 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * time-date.el (autoload): Expand define-obsolete-function-alias into
5881         defalias and make-obsolete for old Emacsen that Gnus supports.
5882         (with-no-warnings): Define it for old Emacsen.
5883         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5884         is available.
5885         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5886         float-time is available; suppress compile warning for time-to-seconds.
5887
5888         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5889         (gnus-float-time): Alias to float-time if it exists.
5890
5891         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5892         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5893         float-time is available; suppress compile warning for time-to-seconds.
5894
5895         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5896         XEmacs.
5897
5898 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * imap.el (imap-message-map): Docstring fix.
5901
5902 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5905         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5906         Add the optional argument `encoding' that overrides the default.
5907
5908         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5909         mm-encode-buffer.
5910
5911 2009-09-04  Glenn Morris  <rgm@gnu.org>
5912
5913         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5914         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5915         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5916         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5917         * mm-util.el (mm-with-unibyte-current-buffer)
5918         (mm-find-buffer-file-coding-system):
5919         * yenc.el (yenc-decode-region): Use default-value rather than
5920         default-enable-multibyte-characters.
5921
5922 2009-09-03  Glenn Morris  <rgm@gnu.org>
5923
5924         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5925         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5926         than default-enable-multibyte-characters.
5927
5928 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5929
5930         * gnus-art.el (gnus-article-read-summary-keys):
5931         Fix gnus-buffer-configuration's value temporarily used.
5932
5933 2009-09-02  Glenn Morris  <rgm@gnu.org>
5934
5935         * gnus-util.el (gnus-float-time): New function.
5936         * gnus-delay.el (gnus-delay-article):
5937         * gnus-sum.el (gnus-thread-latest-date):
5938         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5939         * nnspool.el (nnspool-request-newgroups):
5940         Use gnus-float-time rather than time-to-seconds.
5941         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5942
5943         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5944         (gnus-header-subject-face, gnus-header-newsgroups-face)
5945         (gnus-header-name-face, gnus-header-content-face):
5946         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5947         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5948         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5949         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5950         (gnus-cite-face-11):
5951         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5952         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5953         (gnus-server-closed-face, gnus-server-denied-face)
5954         (gnus-server-offline-face):
5955         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5956         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5957         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5958         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5959         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5960         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5961         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5962         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5963         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5964         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5965         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5966         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5967         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5968         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5969         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5970         (gnus-summary-high-undownloaded-face)
5971         (gnus-summary-low-undownloaded-face)
5972         (gnus-summary-normal-undownloaded-face)
5973         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5974         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5975         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5976         (gnus-splash-face):
5977         * message.el (message-header-to-face, message-header-cc-face)
5978         (message-header-subject-face, message-header-newsgroups-face)
5979         (message-header-other-face, message-header-name-face)
5980         (message-header-xheader-face, message-separator-face)
5981         (message-cited-text-face, message-mml-face):
5982         * sieve-mode.el (sieve-control-commands-face)
5983         (sieve-action-commands-face, sieve-test-commands-face)
5984         (sieve-tagged-arguments-face):
5985         * spam.el (spam-face):
5986         Mark face aliases with "-face" in the name as obsolete.
5987
5988 2009-09-01  Glenn Morris  <rgm@gnu.org>
5989
5990         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5991         than goto-line.
5992
5993 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5996         Don't move point if the command is invoked inside the message header.
5997
5998 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5999
6000         * imap.el (imap-send-command): Simplify.
6001         (imap-wait-for-tag): point-max -> buffer-size.
6002
6003 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6004
6005         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6006         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6007         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6008         * nnir.el (nnir-swish-e-index-file):
6009         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6010         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6011         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6012         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6013         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6014         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6015
6016 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6019         Don't save excursion.
6020
6021 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * nnheader.el (nnheader-find-file-noselect):
6024         * mm-util.el (mm-insert-file-contents):
6025         Use (default-value 'major-mode) instead of default-major-mode.
6026
6027 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6028
6029         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6030
6031 2009-08-26  Glenn Morris  <rgm@gnu.org>
6032
6033         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6034         than placing in files.el.
6035
6036 2009-08-25  Glenn Morris  <rgm@gnu.org>
6037
6038         * nnir.el (top-level): Don't require cl at run-time.
6039         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6040         Replace cl-function substitute with gnus-replace-in-string.
6041         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6042         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6043         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6044         simplified expansions.
6045
6046 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6047
6048         * dig.el (dig): Add autoload cookie.
6049
6050 2009-08-22  Glenn Morris  <rgm@gnu.org>
6051
6052         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6053         goto-line.
6054
6055 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6056
6057         * parse-time.el (parse-time-string-chars): Save match data.
6058
6059 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6060
6061         * parse-time.el (parse-time-string-chars): Compute using character
6062         classes, to handle non-ascii characters (Bug#3190).
6063
6064 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6067
6068         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6069         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6070         (gnus-mm-display-part, gnus-mime-display-single)
6071         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6072         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6073
6074         * gnus-sum.el
6075         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6076         (gnus-summary-move-article): Add expirable mark to articles copied or
6077         moved to group that has auto-expire turned on if the option is non-nil.
6078
6079 2009-07-24  Glenn Morris  <rgm@gnu.org>
6080
6081         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6082         Fix typo.  (Bug#3903)
6083
6084 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6087         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6088         that should not be used for draft articles.
6089         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6090         that has no concern in minor mode keys.
6091         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6092         Abolish.
6093
6094 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6097         article without making inquiry to a user for unknown encoding.
6098
6099         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6100         (nnmaildir--scan): Assume i-node and device number that file-attributes
6101         returns might be cons-cell.
6102
6103         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6104
6105         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6106
6107 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * auth-source.el: Remove docs now in auth.texi.  Don't use
6110         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6111         `auth-source-hide-passwords' and use them.
6112
6113 2009-07-15  Glenn Morris  <rgm@gnu.org>
6114
6115         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6116
6117 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6120         excessive whitespace from the default values of title and description.
6121
6122 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6125         mail-fetch-field to fetch Content-Description header in order to
6126         exclude newlines.
6127
6128 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6129
6130         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6131         format used by GnuPG 2.0.11.
6132
6133 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6136         to deleted part.
6137
6138 2009-05-30  David Engster  <dengste@eml.cc>
6139
6140         * nnmairix.el: Remove old documentation in the commentary block.
6141         (nnmairix-request-group): Do not update active file for nnml back ends.
6142         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6143         end so that overview files are ignored.
6144         (nnmairix-update-groups): Make updating the groups more robust by using
6145         marks.
6146         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6147         with dollar characters in message-id.
6148
6149 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6152         2008-12-25 in dns.el.
6153
6154 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6155
6156         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6157         could happen if the text is only composed of spaces and/or tabs.
6158
6159 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6160
6161         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6162         when sending a queued message to avoid extra mml tags.
6163
6164 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6167
6168 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6171         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6172         rmail-toggle-header for XEmacs;
6173         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6174
6175 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-dired.el: Remove autoload for gnus-setup-message.
6178         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6179         displaying Gnus logo; always use compose-mail.
6180
6181 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6184
6185 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6188         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6189         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6190         available.
6191         (gnus-nocem-epg-verify): New function.
6192
6193 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6194
6195         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6196
6197 2009-02-15  Glenn Morris  <rgm@gnu.org>
6198
6199         * gnus-util.el (rmail-insert-rmail-file-header)
6200         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6201         autoloads.
6202         (rmail-default-rmail-file): Remove unnecessary declaration.
6203         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6204
6205 2009-02-14  Glenn Morris  <rgm@gnu.org>
6206
6207         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6208         variable (only used in gnus-util, which declares it anyway).
6209         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6210         which was only needed by gnus-art (changed to not use it any more).
6211         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6212         only used in gnus-util, which autoloads it itself.
6213         (rmail-update-summary): Fix autoload.
6214
6215         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6216         rather than rmail-output-to-rmail-file.
6217
6218 2009-02-07  Glenn Morris  <rgm@gnu.org>
6219
6220         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6221         autoload of function that no longer exists.
6222         (rmail-toggle-header): Declare.
6223         (message-forward-rmail-make-body): Handle mbox Rmail.
6224
6225 2009-01-31  Glenn Morris  <rgm@gnu.org>
6226
6227         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6228         2009-01-09 change.
6229
6230 2009-01-31  Dave Love  <fx@gnu.org>
6231
6232         * imap.el (imap-fetch-safe): Bind debug-on-error.
6233         (imap-debug): Add imap-fetch-safe.
6234
6235 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6236
6237         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6238         (auth-source-forget-all-cached): New convenience function.
6239         (auth-source-user-or-password): Accept list of modes or a single mode.
6240
6241         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6242         auth-source modes.
6243
6244         * netrc.el (netrc-machine-user-or-password): Use list of
6245         auth-source modes.
6246
6247         * nnimap.el (nnimap-open-connection): Use list of
6248         auth-source modes.
6249
6250         * nntp.el (nntp-send-authinfo): Use list of
6251         auth-source modes.
6252
6253 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6254
6255         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6256         now.
6257
6258 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6261         coding system in XEmacs; add a workaround for XEmacs.
6262
6263         * lpath.el: Fbind coding-system-aliasee.
6264
6265 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6268         of current-language-environment.
6269
6270 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6273         available at runtime.
6274
6275 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6278
6279 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6280
6281         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6282         the greatest positive fixnum value doesn't work under an XEmacs with
6283         bignum support; use the most-positive-fixnum constant instead,
6284         available since Emacs 21.1 with cl and XEmacs 21.1.
6285
6286 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6289         XEmacs gets not to work.
6290
6291 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * mm-util.el (mm-coding-system-priorities): Allow the value like
6294         "Japanese (UTF-8)" of current-language-environment.
6295
6296 2009-01-09  Glenn Morris  <rgm@gnu.org>
6297
6298         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6299         with last-command-event.
6300
6301 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6304         in the doc string.
6305
6306         * message.el (message-fix-before-sending): Amend comment.
6307
6308 2009-01-08  Dave Love  <fx@gnu.org>
6309
6310         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6311
6312 2009-01-07  David Engster  <dengste@eml.cc>
6313
6314         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6315         simplified server definitions by converting it via
6316         gnus-server-to-method.
6317
6318 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6321         parameter's operands.
6322
6323 2009-01-06  David Engster  <dengste@eml.cc>
6324
6325         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6326         primary select method (for gnus-group-mark-article-as-read).
6327
6328 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6329
6330         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6331         `(gnus)Face', not `(gnus)X-Face'.
6332
6333 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * mm-util.el (mm-ucs-to-char): New function.
6336
6337         * mm-url.el (mm-url-decode-entities): Use it.
6338
6339         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6340         unicode-to-char.
6341
6342 2009-01-05  Dave Love  <fx@gnu.org>
6343
6344         * time-date.el: Require cl for `declare'.
6345
6346 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6349         Dave Love.
6350
6351 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * message.el (message-fix-before-sending): Add `eight-bit' to
6354         illegible-text check.
6355
6356 2009-01-03  Michael Olson  <mwolson@gnu.org>
6357
6358         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6359         `headers' is nil.  This can occur if the IMAP server does not have
6360         permissions to read messages from a folder, but can write new messages
6361         to the folder.
6362         (nnimap-request-article-part): Do not insert `data' if it is nil.
6363
6364         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6365         characters which will confuse `read', so skip past them.
6366
6367 2009-01-01  Dave Love  <fx@gnu.org>
6368
6369         * imap.el (imap-string-to-integer): Fix typo.
6370         (imap-fetch-safe): New function.
6371         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6372
6373         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6374
6375         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6376         (imap-parse-greeting): Fix doc strings.
6377         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6378         (imap-parse-flag-list): Make messages unique.
6379         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6380
6381         * nnimap.el: Fix author email.
6382         (nnimap-split-rule): Add FIXME comment.
6383         (nnimap-debug): Fix doc string.
6384
6385 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6388
6389 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6392         nslookup if resolv.conf isn't available.
6393         (dns-query): Rename from query-dns.
6394         (dns-query-cached): Rename from query-dns-cached.
6395
6396 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6399         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6400         to check if those variables exist (first appeared in Emacs 18.50).
6401
6402 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * mm-util.el (mm-line-number-at-pos): New function.
6405
6406         * spam-report.el (spam-report-process-queue): Use it.
6407
6408 2008-12-24  David Engster  <dengste@eml.cc>
6409
6410         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6411         parameters that haven't existed as variables as buffer-local variables.
6412
6413 2008-12-23  Dave Love  <fx@gnu.org>
6414
6415         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6416         cadar.
6417
6418         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6419         imap-starttls-p.
6420         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6421
6422 2008-12-22  Dave Love  <fx@gnu.org>
6423
6424         * imap.el: Fix author email.  Doc fixes.
6425         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6426         reply.
6427
6428 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * spam-report.el (spam-report-gmane-max-requests): New constant.
6431         (spam-report-gmane-wait): New variable.
6432         (spam-report-gmane-ham, spam-report-gmane-spam)
6433         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6434         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6435         the server.
6436
6437         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6438         Add explanations.
6439
6440         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6441         nnheader-accept-process-output and nnheader-read-timeout if available.
6442         (pop3-movemail): Use it.
6443
6444         * message.el (message-check-news-body-syntax): Fix signature check if
6445         there's an attachment.
6446
6447 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * mm-util.el: Add comments to the mm- emulating functions.
6450
6451 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6454         Reported by Stephen Berman <stephen.berman@gmx.net>.
6455
6456 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * mm-util.el (mm-substring-no-properties): New function.
6459         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6460         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6461         (mm-string-to-multibyte): Doc fix.
6462
6463         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6464
6465 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * mml.el (mml-attach-file): Strip text properties from file name.
6468         (Bug#1574)
6469
6470 2008-12-16  Glenn Morris  <rgm@gnu.org>
6471
6472         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6473
6474 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6477         knows since the charset specified might be a bogus alias that
6478         mm-charset-synonym-alist provides.
6479
6480 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6483         "ISO_8859-1".
6484
6485         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6486
6487 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * mm-util.el (mm-charset-eval-alist):
6490         Define it before mm-charset-to-coding-system.
6491         (mm-charset-to-coding-system): Add optional argument `silent';
6492         define it before mm-charset-override-alist.
6493         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6494         default value if it can be used in Emacs currently running;
6495         silence mm-charset-to-coding-system.
6496
6497 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6500         `allow-override' which says whether to use `mm-charset-override-alist'.
6501         (rfc2047-decode-encoded-words): Use it.
6502
6503         * mm-util.el (mm-charset-override-alist): Fix custom type;
6504         add `(gb2312 . gbk)' to choices.
6505
6506 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6509         fast.
6510
6511         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6512
6513         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6514
6515 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6516
6517         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6518         on links.
6519
6520         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6521
6522 2008-12-03  Lute Kamstra  <lute@gnu.org>
6523
6524         * sha1.el: Remove leading * from docstrings of defcustoms,
6525         deffaces, defconsts and defuns.
6526
6527 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6530         users' addresses that don't have domain parts.
6531         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6532         rather than message-narrow-to-head since there will be the message
6533         header separator.
6534
6535 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6536
6537         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6538         since the result is inserted in a unibyte buffer anyway.
6539         (nnimap-demule-use-string-to-multibyte): Remove.
6540         (nnimap-demule): Alias it to mm-string-to-multibyte.
6541
6542 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6543
6544         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6545         variable for debugging bug#464 and bug#1174.
6546         (nnimap-demule): Use it.
6547
6548 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6551         score calculation correctly.
6552
6553 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * message.el (message-send-mail): Just set the buffer to unibyte
6556         rather than use mm-with-unibyte-current-buffer which does a lot more.
6557         (message-send-mail-partially): Don't bother with
6558         mm-with-unibyte-current-buffer since it's already been made unibyte by
6559         message-send-mail.
6560
6561 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6564
6565 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6568
6569 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6572         require itself and to remove `with-no-warnings'.
6573
6574 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * starttls.el (starttls-any-program-available): Get the name of the
6577         available TLS layer program.
6578         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6579         well as the host name in the "opening" message.
6580
6581         * auth-source.el (auth-source-cache, auth-source-do-cache)
6582         (auth-source-user-or-password): Cache passwords and logins by default,
6583         allow override with `auth-source-do-cache'.
6584         (auth-source-forget-user-or-password): Allow users to remove cache
6585         entries if needed.
6586
6587 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6588
6589         * md4.el (md4-buffer): Fix typo in docstring.
6590         (md4, md4-64): Doc fixes.
6591         (md4-pack-int32): Reflow docstring.
6592
6593 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6596         condition-case to only the forward-sexp call.
6597
6598 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6601         quotes contained.  Make it more robust regardless by an extra
6602         condition-case wrapper.
6603
6604 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6607
6608 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * nnml.el (nnml-request-expire-articles): Check if the function set to
6611         `nnmail-expiry-target' returns the symbol `delete'.
6612
6613         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6614
6615         * nnmail.el (nnmail-expiry-target): Fix custom type.
6616
6617 2008-10-02  Glenn Morris  <rgm@gnu.org>
6618
6619         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6620         Silence compiler warning.
6621
6622 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6623
6624         * tls.el (open-tls-stream): Show the actual command being
6625         executed, instead of the format string.
6626
6627 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * lpath.el: Fbind codepage-setup for Emacs 23.
6630
6631 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6632
6633         * mml.el (mml-menu): Don't assume mml2015 is bound.
6634
6635 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6638         exists.
6639
6640 2008-09-27  Glenn Morris  <rgm@gnu.org>
6641
6642         * gnus-util.el (mail-header-remove-comments): Autoload it.
6643
6644 2008-09-27  Andreas Schwab  <schwab@suse.de>
6645
6646         * gnus-util.el (gnus-split-references): Strip comments.
6647         (gnus-parent-id): Likewise.
6648
6649 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * message.el (message-confirm-send): Fix version.
6652
6653 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * message.el (message-idna-to-ascii-rhs-1): Use
6656         mail-extract-address-components rather than mail-header-parse-addresses
6657         that is an alias by default to ietf-drums-parse-addresses that does not
6658         support non-ASCII names in headers' contents.
6659
6660 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6661
6662         * message.el (message-confirm-send): Fix variable documentation to
6663         avoid the "y/n" wording.
6664
6665 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6666
6667         * message.el (message-set-auto-save-file-name): Save to a different
6668         filename so multiple messages (especially drafts) can be recovered.
6669
6670 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6671
6672         * message.el (message-confirm-send): Add appropriate version.
6673
6674 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6677         defvar.
6678
6679 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6680
6681         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6682         (mm-pkcs7-enveloped-magic): Ditto.
6683
6684 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6685
6686         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6687         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6688
6689 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6690
6691         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6692         default, it's better.
6693
6694 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6697         summary line gnus-number property and ignore them (with a warning
6698         message).
6699
6700 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6703         macro caddr in the interactive form since it won't be expanded.
6704
6705 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6708         `charset'; fix name of function called recursively.
6709         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6710
6711 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6714         (gnus-mime-set-charset-parameters): New function.
6715         (gnus-mime-view-part-as-charset): Use it to correctly display part
6716         specifying wrong charset.
6717
6718 2008-09-08  David Engster  <dengste@eml.cc>
6719
6720         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6721         in completing-read for back end server.
6722
6723 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         * message.el (message-confirm-send): New variable to confirm sending a
6726         message.
6727         (message-send): Use it.
6728
6729 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6732
6733 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6736
6737 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6740         prevent tracking too many groups.
6741         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6742         Use it.
6743
6744 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6745
6746         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6747         moving point to the bottom of the window in order to avoid recentering.
6748
6749 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6752
6753         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6754         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6755         (gnus-article-beginning-of-window): Fix calculation.
6756
6757 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-msg.el (gnus-summary-supersede-article)
6760         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6761         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6762         message header.
6763
6764 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6765
6766         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6767         pending output coming after the status change.
6768
6769 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6770
6771         * message.el:
6772         * gnus-start.el:
6773         * gnus-registry.el: Remove VMS support.
6774
6775 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6778         macro.
6779         (rfc2104-hash): Use it.
6780
6781 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6784         (gnus-summary-sort-by-most-recent-date): New commands.
6785         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6786         and menu entries.
6787
6788 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6791         don't redisplay article for raw contents; remove plural articles stuff.
6792
6793         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6794         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6795         on gnus-summary-save-article; display results properly.
6796
6797 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * lpath.el: No need to fbind ns-focus-frame.
6800
6801 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6804
6805 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-art.el (gnus-summary-save-in-pipe):
6808         Consider gnus-save-all-headers.
6809
6810 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6811
6812         * gnus-util.el (ns-focus-frame): Remove declaration.
6813         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6814         like x.
6815
6816 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6817
6818         * rfc2104.el (rfc2104-zero): Delete defconst.
6819         (rfc2104-hex-alist): Likewise.
6820         (rfc2104-hex-to-int): Delete func.
6821         (rfc2104-hexstring-to-bitstring): Likewise.
6822         (rfc2104-nybbles): New defconst.
6823         (rfc2104-hash): Rewrite for speed.
6824
6825 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * tls.el (open-tls-stream): Make it work with the 2nd argument
6828         BUFFER that is a string but does not exist as a buffer object, as
6829         mentioned in the doc-string.
6830
6831 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6834         SXEmacs.
6835
6836 2008-07-16  Glenn Morris  <rgm@gnu.org>
6837
6838         * gnus-util.el (ns-focus-frame): Declare for compiler.
6839
6840 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6843         set as a group parameter.
6844         (gnus-summary-save-in-pipe): Work when it is called independently.
6845         (gnus-summary-pipe-to-muttprint): Don't modify
6846         gnus-summary-pipe-output-default-command.
6847
6848 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * message.el (message-send-mail-with-sendmail):
6851         Display the error message.
6852
6853 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-default-article-saver):
6856         Add gnus-summary-save-in-pipe to choices.
6857         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6858         gnus-summary-pipe-output-default-command as the default command.
6859         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6860         instead of gnus-last-shell-command.
6861
6862         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6863         New user option.
6864         (gnus-summary-muttprint-program): Mention the value will be changed.
6865         (gnus-summary-save-article): Force showing of all headers.
6866         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6867
6868 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6869
6870         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6871
6872 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6873
6874         * nnimap.el (nnimap-id):
6875         * sieve-manage.el (sieve-manage-open): Doc fixes.
6876
6877 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6878
6879         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6880         if available.
6881
6882 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6883
6884         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6885
6886         * nnkiboze.el (nnkiboze-generate-group):
6887         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6888
6889         * nnmairix.el: Require CL.
6890
6891 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * dgnushack.el: Autoload get-display-table and put-display-table for
6894         XEmacs 21.5.
6895
6896         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6897         21.4 and SXEmacs.
6898
6899 2008-06-15  David Engster  <dengste@eml.cc>
6900
6901         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6902
6903 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6904
6905         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6906         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6907         runtime choice under XEmacs.
6908
6909         * gnus-sum.el (gnus-summary-set-display-table):
6910         Use `gnus-put-display-table', `gnus-get-display-table',
6911         `gnus-set-display-table' for the display table, instead of `aset'.
6912
6913         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6914         Use `gnus-put-display-table', `gnus-get-display-table',
6915         `gnus-set-display-table' for the display table.
6916
6917 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * nnmairix.el: Add autoloads.
6920
6921 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * nnmairix.el (nnmairix-delete-recreate-group)
6924         (nnmairix-update-and-clear-marks): Fix error messages.
6925
6926 2008-06-14  David Engster  <dengste@eml.cc>
6927
6928         * nnmairix.el: Upgrade to version 0.6.
6929         (nnmairix-group-toggle-propmarks-this-group)
6930         (nnmairix-group-toggle-readmarks-this-group)
6931         (nnmairix-group-delete-recreate-this-group)
6932         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6933         (nnmairix-remove-tick-mark-original-article): New commands.
6934         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6935         (nnmairix-propagate-marks-to-nnmairix-groups)
6936         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6937         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6938         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6939         functions needed for marks propagation and manipulation of read marks.
6940         (nnmairix-update-groups): New function.
6941         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6942         (nnmairix-determine-original-group-from-registry)
6943         (nnmairix-determine-original-group-from-path)
6944         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6945         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6946         New helper functions.
6947         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6948         keystrokes for new commands.
6949         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6950         (nnmairix-request-group): Check allow-fast group parameter.
6951         (nnmairix-request-create-group): Set allow-fast group parameter if
6952         nnmairix-allowfast-default is set.
6953         (nnmairix-close-group): Propagate marks upon closing if needed.
6954         (nnmairix-group-toggle-threads-this-group): Use new.
6955         nnmairix-group-toggle-parameter helper function.
6956         (nnmairix-search): Better check for empty search result.
6957         (nnmairix-goto-original-article): Use new helper functions for
6958         determining original article.
6959         (nnmairix-show-original-article): Make sure message-id is in brackets.
6960         (nnmairix-call-mairix-binary): Change variable name.
6961         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6962         helper function.
6963         (nnmairix-widget-toggle-activate): Fix doc string.
6964
6965 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * nnir.el: Require edmacro when compiling with XEmacs.
6968         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6969         available in Emacs 21.
6970
6971 2008-06-11  Glenn Morris  <rgm@gnu.org>
6972
6973         * gnus-util.el (x-focus-frame):
6974         * gnus.el (image-size):
6975         * mm-decode.el (image-size): Declare.
6976
6977         * gnus-picon.el (declare-function): Add compat definition.
6978         (image-size): Declare.
6979
6980         * gnus-group.el (tool-bar-map):
6981         * gnus-sum.el (tool-bar-map): Define for compiler.
6982
6983         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6984
6985         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6986
6987         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6988         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6989         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6990         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6991         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6992         * sieve-manage.el, spam-report.el, spam.el:
6993         Remove unnecessary eval-and-compile of autoloads.
6994
6995 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6996
6997         * auth-source.el: Precise Tramp doc.
6998
6999 2008-06-07  Glenn Morris  <rgm@gnu.org>
7000
7001         * nnmairix.el: Remove unnecessary eval-when-compile.
7002
7003 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * lpath.el: Fbind propertize for XEmacs 21.4.
7006
7007 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * nnir.el: Move here from ../contrib.
7010
7011 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7012
7013         * gnus-util.el (gnus-read-shell-command): New function.
7014         * mm-decode.el (mm-pipe-part):
7015         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7016
7017 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7020
7021 2008-06-03  Glenn Morris  <rgm@gnu.org>
7022
7023         * pop3.el (nnheader-accept-process-output): Autoload it.
7024
7025 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7028         are not 2-digit hexadecimal characters that follow `%'s.
7029
7030 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * message.el (message-bogus-recipient-p): Fix type in doc string.
7033         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7034         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7035         Improve custom options.
7036         (message-bogus-recipient-p): Adjust accordingly.
7037
7038 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7039
7040         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7041         long-form month and day names.
7042
7043 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * dgnushack.el: Autoload debug, eudc-expand-inline and
7046         pgg-snarf-keys-region for XEmacs.
7047
7048         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7049
7050         * nnmairix.el: Require edmacro when compiling with XEmacs.
7051
7052 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7055         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7056
7057 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * auth-source.el: Add more docs.
7060
7061         * netrc.el (netrc-machine): Always match if the port is not given.
7062
7063 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7066         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7067         retrieval faster in some cases, but might make CPU usage larger.
7068         If this has any bad side effects, we might revert this change.
7069
7070         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7071         seems to make mail retrieval much, much faster.
7072         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7073         unconditionally.
7074
7075         * gnus-draft.el (gnus-group-send-queue):
7076         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7077
7078 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7081
7082         * message.el (message-bogus-address-regexp): Fix and improve custom
7083         type.
7084         (message-setup-hook): Add message-check-recipients as custom option.
7085
7086 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * message.el (message-cite-function): Remove bogus autoload which crept
7089         in during merge from v5-10.
7090
7091 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7092
7093         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7094
7095         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7096
7097         * auth-source.el: Preliminary Tramp docs.
7098         (auth-sources): Change the default auth-sources to use
7099         EPA .gpg files.
7100
7101 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * nntp.el: Autoload `auth-source-user-or-password'.
7104         (nntp-send-authinfo): Use it.
7105
7106         * nnimap.el: Autoload `auth-source-user-or-password'.
7107         (nnimap-open-connection): Use it.
7108
7109         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7110         for the gnus-message function.
7111         (auth-source-user-or-password): Use it.
7112
7113 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7114
7115         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7116         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7117         (rfc2104-hash): Use it.
7118
7119 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7120
7121         * gnus-art.el (gnus-article-toggle-truncate-lines):
7122         Don't use `iff' in docstring.
7123
7124 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7127
7128         * gnus-util.el (gnus-extract-address-component-name)
7129         (gnus-extract-address-component-email): Convenience functions around
7130         `gnus-extract-address-components'.
7131
7132         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7133         Use `gnus-extract-address-component-email' to fix bug of comparing full
7134         sender name to `user-mail-address'.
7135
7136 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7139         catch/throw to optimize.
7140         (gnus-registry-find-keywords): Just use member to find a keyword.
7141
7142 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7143
7144         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7145         is current before calling gnus-server-prepare.
7146         (gnus-server-setup-buffer, gnus-server-update-server)
7147         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7148
7149 2008-05-04  Juri Linkov  <juri@jurta.org>
7150
7151         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7152         (mailcap-file-default-commands): Use mailcap-replace-in-string
7153         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7154         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7155
7156 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7157
7158         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7159
7160 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7161
7162         * gnus.el: Bump version to 0.11.
7163
7164 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7165
7166         * gnus.el: No Gnus v0.10 is released.
7167
7168 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7171         hooks.
7172         (gnus-update-read-articles): Speed up non-marks-using users.
7173         (gnus-use-marks): Define gnus-use-marks.
7174         (gnus-propagate-marks): Rename variable to something more sensible.
7175
7176 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7177
7178         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7179         (gmm-image-load-path-for-library): Fix typos in docstrings.
7180         (gmm-message): Reflow docstring.
7181
7182 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * mail-source.el (mail-source-set-1, mail-source-bind):
7185         Move auth-source code out of the macro to clean it up and fix bugs.
7186
7187 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7188
7189         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7190         by sender if it's equal to user-mail-address, it's likely to be
7191         useless.
7192
7193         * mail-source.el (mail-source-bind): Don't use user or password if they
7194         are not bound.  Unintern them if they are nil.  Don't use server unless
7195         it's bound, and default it to empty string otherwise.
7196
7197 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7198
7199         * mail-source.el: Load auth-source.el.
7200         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7201         get user name or password, if auth-sources is set up.
7202
7203         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7204         strategy of splitting with parent.
7205         (gnus-registry-split-fancy-with-parent)
7206         (gnus-registry-post-process-groups): Use it and fix prior
7207         bug (returning a list as the split result).
7208
7209         * auth-source.el (auth-sources): Remove server parameter.
7210         (auth-source-pick, auth-source-user-or-password)
7211         (auth-source-user-or-password-imap)
7212         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7213         (auth-source-user-or-password-sftp)
7214         (auth-source-user-or-password-smtp): Remove server parameter.
7215
7216 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7217
7218         * smime.el (smime-sign-region, smime-encrypt-region)
7219         (smime-decrypt-region):
7220         Remove redundant calls to `generate-new-buffer-name'.
7221
7222 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7223
7224         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7225         Don't use QP for message/rfc822.
7226         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7227
7228 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7229
7230         * sieve-manage.el (sieve-string-bytes): Remove.
7231         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7232         correct byte-length only if the process's coding-system is the same as
7233         the one used internally by Emacs to represent strings.
7234
7235 2008-04-22  Juri Linkov  <juri@jurta.org>
7236
7237         * mailcap.el (mailcap-file-default-commands): New function.
7238
7239 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * message.el (message-signature-separator, message-cite-function):
7242         Change custom version.
7243
7244 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7245
7246         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7247         commands.
7248         (tls-checktrust): Ditto.
7249
7250 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * mm-decode.el (mm-display-external): Make temp file read-only.
7253
7254 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7257         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7258         `C-c C-f d'.
7259
7260 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7261
7262         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7263
7264 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus.el: Bump version to 0.9.
7267
7268 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * gnus.el: No Gnus v0.8 is released.
7271
7272 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7273
7274         * mail-source.el (mail-source-value):
7275         Prefer fboundp to functionp so it works with macros as well.
7276
7277 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7280         Fix last change in case the element is not even a symbol.
7281
7282 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7283
7284         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7285         Prefer fboundp to functionp so it works with macros as well.
7286
7287 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * auth-source.el: Add docs.
7290         (auth-sources): Modify format to support server.
7291         (auth-source-pick, auth-source-user-or-password)
7292         (auth-source-user-or-password-imap)
7293         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7294         (auth-source-user-or-password-sftp)
7295         (auth-source-user-or-password-smtp): Add server parameter.
7296
7297 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * gnus-registry.el: Initialize the registry when gnus-registry-install
7300         is t.
7301
7302 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * compface.el (uncompface): Make buffer unibyte.
7305
7306 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7307
7308         * mail-source.el (mail-source-value):
7309         Prefer fboundp to functionp so it works with macros as well.
7310
7311 2008-04-05  Glenn Morris  <rgm@gnu.org>
7312
7313         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7314
7315 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7318         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7319
7320         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7321         multibyteness after rather than before erasing it.
7322
7323         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7324         mm-with-multibyte.
7325         (gnus-request-article-this-buffer): Make sure the proper decoding is
7326         used if gnus-original-article-buffer happens to be unibyte.
7327
7328         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7329         default-enable-multibyte-characters.
7330
7331         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7332         default-enable-multibyte-characters.
7333
7334         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7335
7336         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7337
7338 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7339
7340         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7341         Fix last change in case the element is not even a symbol.
7342
7343 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7344
7345         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7346         (imap-message-copyuid-1): Use it.
7347         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7348         J. Williams in
7349         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7350
7351         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7352         imap-enable-exchange-bug-workaround.
7353         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7354
7355 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7356
7357         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7358         a 100 byte status-checks into a 2-3MB transfer for each group.
7359         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7360         to enable bug workaround or not.
7361         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7362
7363 2008-03-31  Glenn Morris  <rgm@gnu.org>
7364
7365         * message.el (mml2015-use): Declare for compiler.
7366         (message-info): Require mml2015 when appropriate.
7367
7368 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7371         whitespace.
7372
7373 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7374
7375         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7376         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7377         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7378         (nntp-service-to-port): New function.
7379         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7380         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7381         (nntp-open-netcat-stream): New function.
7382         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7383
7384 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7385
7386         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7387
7388 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7389
7390         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7391
7392 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7393
7394         * dns.el (dns-write): Use set-buffer-multibyte.
7395
7396 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7397
7398         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7399
7400 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * message.el (message-signature-separator): Change default.
7403         Improve custom type.
7404         (message-cite-function): Change default to
7405         message-cite-original-without-signature.
7406
7407         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7408         toggle.
7409
7410         * message.el (message-check-news-body-syntax): Fix signature check.
7411         (message-setup-1): Mark buffer as unmodified _after_ running
7412         message-setup-hook and handling message-alternative-emails.
7413         (message-shorten-references): Be more strict when building list of
7414         valid references to comply with GNKSA.
7415
7416         * gnus-group.el (gnus-read-ephemeral-bug-group)
7417         (gnus-read-ephemeral-debian-bug-group)
7418         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7419
7420         * message.el (message-info): Don't use booleanp which isn't supported
7421         in Emacs 21 and XEmacs.
7422
7423 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7426         gnus-group-gmane-group-download-format.
7427         (gnus-group-read-ephemeral-gmane-group): Rename from
7428         gnus-group-read-ephemeral-gmane-group.
7429         (gnus-read-ephemeral-gmane-group-url): Rename from
7430         gnus-group-read-ephemeral-gmane-group-url.
7431         (gnus-bug-group-download-format-alist): New variable.
7432         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7433         (gnus-read-ephemeral-emacs-bug-group): New commands.
7434
7435 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7438         (gnus-visible-headers): Improve custom type.
7439
7440 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * mml.el (mml-menu): Add workarounds for XEmacs.
7443
7444         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7445         X-Boundary header.
7446
7447         * message.el (message-simplify-recipients): Fix previous commit.
7448
7449 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7450
7451         * mm-util.el (mm-set-buffer-multibyte): New function.
7452         * mm-decode.el (mm-copy-to-buffer): Use it.
7453
7454         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7455         Prefer fboundp to functionp so it works with macros as well.
7456
7457 2008-03-19  Glenn Morris  <rgm@gnu.org>
7458
7459         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7460         Accidentally removed in the sync process with Emacs.
7461
7462 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * message.el (message-alter-recipients-discard-bogus-full-name):
7465         New function.
7466         (message-alter-recipients-function): New variable.
7467         (message-get-reply-headers): Use it.
7468         (message-replace-header): New helper function.
7469         (message-recipients-without-full-name): New variable.
7470         (message-simplify-recipients): New command.
7471
7472         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7473
7474         * message.el (message-info): Handle EasyPG manual.
7475
7476         * mml.el (mml-menu): Add entry for EasyPG.
7477
7478 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7479
7480         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7481         parameter.
7482
7483         * message.el (message-disassociate-draft): Specify drafts group name
7484         fully.
7485
7486 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7489         Eliminate unnecessary duplicates from the match list.
7490
7491 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7494
7495         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7496
7497         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7498         args of `how-many' of which the XEmacs version doesn't take; declare
7499         Info-index-next as function.
7500
7501 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * gnus-score.el (gnus-score-headers): Fix handling of
7504         gnus-inhibit-slow-scoring.
7505
7506         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7507         string.
7508         (gnus-button-url-regexp): Improve handling of parenthesis.
7509         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7510         (gnus-button-handle-info-keystrokes): Handle index entries.
7511
7512 2008-03-15  Glenn Morris  <rgm@gnu.org>
7513
7514         * parse-time.el (parse-time-string): Simplify.
7515
7516 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7519         Incoming* files.
7520
7521 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * auth-source.el (auth-sources): Rename from auth-source-choices.
7524         (auth-source-pick): Use it.
7525
7526 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7527
7528         * binhex.el (binhex-decode-region-internal):
7529         * uudecode.el (uudecode-decode-region-internal):
7530         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7531         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7532         setting default-enable-multibyte-characters.
7533
7534 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7535
7536         * auth-source.el (auth-source-protocols)
7537         (auth-source-protocols-customize, auth-source-choices): Add and
7538         modified variable customizations and defaults.
7539         (auth-source-pick, auth-source-user-or-password)
7540         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7541         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7542         (auth-source-user-or-password-sftp)
7543         (auth-source-user-or-password-smtp): Use new variables and provide an
7544         interface to netrc.el.
7545
7546 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7549         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7550         Make sure the nntp port to specify is a string.
7551
7552 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7553
7554         * nntp.el: Use with-current-buffer.
7555         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7556         dubious mm-with-unibyte-current-buffer.
7557         (nntp-with-open-group-function): New function extracted from
7558         nntp-with-open-group macro.
7559         (nntp-with-open-group): Use the function, so it's easier to debug.
7560         Add indentation and debugging info.
7561         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7562         Recommend the use of the netcat alternatives.
7563
7564         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7565         Avoid mm-string-as-multibyte as well.
7566
7567         * nnweb.el (nnweb-insert-html):
7568         Remove use of nnheader-string-as-multibyte.
7569
7570         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7571         (nnheader-string-as-multibyte): Remove.
7572
7573         * mm-view.el: Use inhibit-read-only.
7574         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7575         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7576         or unibyte-string.
7577
7578         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7579         (mm-uu-yenc-extract): Use with-current-buffer.
7580
7581         * gnus-soup.el (gnus-soup-send-packet): Don't use
7582         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7583
7584         * nnmh.el: Use with-current-buffer.
7585         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7586         mm-string-as-multibyte on the output of mm-encode-coding-string.
7587
7588         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7589         (nnimap-request-move-article): Use with-current-buffer.
7590
7591         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7592         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7593         conversion uses string-make-unibyte rather than string-as-unibyte.
7594
7595         * gnus-msg.el: Use with-current-buffer.
7596
7597         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7598
7599 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7600
7601         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7602         string for caching if it is 'PIN.
7603
7604 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * lpath.el: Consider the case without Emacs/W3.
7607
7608 2008-03-08  Glenn Morris  <rgm@gnu.org>
7609
7610         * time-date.el (date-to-time, time-subtract, time-add)
7611         (safe-date-to-time): Doc fixes.
7612
7613 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * mail-source.el (mail-source-delete-old-incoming-confirm):
7616         Change default to nil.
7617         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7618
7619 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * lpath.el: Rearrange.
7622
7623         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7624         (gnus-article-goto-prev-page): Work for articles having ^L's.
7625
7626         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7627
7628         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7629
7630 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7631
7632         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7633         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7634         (gnus-bookmark-jump): Adjust some variable names.
7635
7636 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         * auth-source.el: New package.
7639         (auth-source-choices): Add customization entry point variable.
7640
7641         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7642         bug.
7643
7644 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7647         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7648         (gnus-registry-install-shortcuts): Rename from
7649         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7650         the `gnus-registry-mark-map' keymap dynamically from
7651         `gnus-registry-marks'.  The generated functions update the summary line
7652         when a registry mark is added or deleted, and will call
7653         `gnus-registry-install-p' (see the comments in the code).
7654         (gnus-registry-user-format-function-M): Use concat intelligently.
7655
7656         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7657         the registry mark functions.
7658
7659 2008-03-05  Glenn Morris  <rgm@gnu.org>
7660
7661         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7662         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7663         gnus-art.
7664         (top-level): No need to load own source when compiling.
7665
7666 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7669         Suggested by <chris.anderton@zetnet.co.uk>.
7670
7671 2008-03-04  Glenn Morris  <rgm@gnu.org>
7672
7673         * gnus-sum.el (top-level): No need to require gnus when compiling,
7674         since unconditionally required near start of file.
7675         (gnus-summary-display-while-building): Move definition before use.
7676
7677 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * gnus-registry.el (gnus-registry-user-format-function-M):
7680         Add formatting function.
7681
7682 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7683
7684         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7685         with plists.
7686         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7687         Use new format.
7688
7689 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7692         `where-is-internal' that returns a range of key sequences.
7693
7694 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7695
7696         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7697
7698         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7699         (gnus-summary-jump-to-group): Consider windows on other displayed
7700         frames as well.  Similar changes might be needed elsewhere, but that's
7701         the one I've bumped into during my use.
7702
7703         * nndoc.el (nndoc-oe-dbx-type-p):
7704         * gnus-msg.el (gnus-debug):
7705         * gnus-group.el (gnus-update-group-mark-positions):
7706         Use mm-string-to-multibyte.
7707
7708 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7711         doesn't handle NotDashEscaped.
7712
7713         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7714         (mml-dnd-attach-options): Fix typo in custom choice.
7715
7716         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7717         Change nndoc-article-type to mbox.
7718         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7719
7720         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7721         to nil, instead of html2text.
7722
7723         * imap.el (imap-debug): Add `imap-ping-server'.
7724
7725         * gnus-bookmark.el: Add FIXMEs.
7726
7727         * message.el (message-form-letter-separator)
7728         (message-send-form-letter-delay): New variables.
7729         (message-send-form-letter): Use them.  New command to send form
7730         letters.  Requested by Uwe Siart.
7731         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7732
7733 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * Update copyright years.
7736
7737 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         Sync from EMACS_22_BASE.
7740
7741         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7742
7743 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7744
7745         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7746         empty author.
7747
7748 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7749
7750         * gnus-registry.el (gnus-registry-marks): Add variable for
7751         customization of marks and their appearance.
7752         (gnus-registry-read-mark): Use it.
7753         (gnus-registry-do-marks): Add utility function to loop through
7754         `gnus-registry-marks'.
7755         (gnus-registry-install-shortcuts-and-menus): Add function to install
7756         shortcuts and menus.
7757         (gnus-registry-initialize): Use it.
7758         (gnus-registry-default-mark): Clarify documentation.
7759
7760 2008-02-29  Glenn Morris  <rgm@gnu.org>
7761
7762         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7763         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7764         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7765         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7766         Change defcustom :version from 23.0 to 23.1.
7767
7768 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7769
7770         * gnus-registry.el (gnus-registry-follow-group-p)
7771         (gnus-registry-post-process-groups): Add functions to aid registry
7772         splitting and improve logging.  Clarify behavior in function
7773         documentation.
7774         (gnus-registry-split-fancy-with-parent): Use them.
7775
7776 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7777
7778         * gnus-art.el: Use with-current-buffer.
7779
7780 2008-02-27  David Engster  <dengste@eml.cc>
7781
7782         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7783         Express real group name in the response.
7784
7785 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7788         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7789         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7790         autoload gnus-registry-fetch-group when compiling.
7791         (nnmairix-request-group-with-article-number-correction):
7792         Remove unreferenced argument passed to nnmairix-call-backend.
7793
7794 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7797         (mm-uu-extract): Improve face for low color ttys.
7798         Reported by Sascha Wilde.
7799
7800 2008-02-27  Glenn Morris  <rgm@gnu.org>
7801
7802         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7803         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7804         variables to defconsts.  Convert comments to doc-strings.
7805         (nnmairix-last-server, nnmairix-current-server): Convert from free
7806         variables to defvars.  Convert comments to doc-strings.
7807         (gnus-registry-fetch-group): Autoload.
7808         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7809         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7810         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7811         caddr.
7812         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7813         nnmairix-request-group-with-article-number-correction call.
7814         (nnmairix-fast, nnmairix-group): New, less general names, for free
7815         variables passed from nnmairix-request-group to
7816         nnmairix-request-group-with-article-number-correction.  Declare.
7817         (nnmairix-request-group-with-article-number-correction):
7818         Use nnmairix-fast, nnmairix-group rather than fast, group.
7819
7820 2008-02-26  David Engster  <dengste@eml.cc>
7821
7822         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7823         version 0.5.
7824
7825 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7828         instead of making an extra function call.  Don't add the current group
7829         to articles only when they have the group.  Use
7830         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7831         Reported by David <de_bb@arcor.de>.
7832
7833 2008-02-24  Miles Bader  <miles@gnu.org>
7834
7835         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7836         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7837         (mm-find-mime-charset-region):
7838         * mm-bodies.el (mm-encode-body):
7839         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7840
7841 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7844         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7845
7846 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * mail-source.el (mail-source-delete-incoming): Change default.
7849         Supplement doc string.
7850
7851         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7852
7853 2008-02-14  Glenn Morris  <rgm@gnu.org>
7854
7855         * time-date.el (format-seconds): New function.
7856
7857 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * nnmail.el (nnmail-message-id-cache-file): Derive from
7860         `gnus-home-directory'.
7861
7862 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7865         Document negative prefix.
7866
7867         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7868
7869 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * message.el (message-unsent-separator): Add the Exim bounce
7872         separator.
7873
7874 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7875
7876         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7877         list.
7878         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7879         recipient/signer list.
7880
7881 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * Makefile.in (datarootdir): Define.
7884         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7885         name that might contain whitespace.
7886
7887 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7890         fbound (Emacs 23 unicode), signal an error.
7891
7892 2008-02-08  Glenn Morris  <rgm@gnu.org>
7893
7894         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7895
7896 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7897
7898         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7899         ports to the calls to `netrc-machine-user-or-password' in addition to
7900         "imap" and "imaps".
7901
7902 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7903
7904         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7905
7906         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7907
7908 2008-02-01  Kenichi Handa  <handa@m17n.org>
7909
7910         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7911         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7912         (rfc2104-hash): Convert the result of concat to unibyte string.
7913
7914 2008-02-01  Dave Love  <fx@gnu.org>
7915
7916         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7917         coding-system-for-read.
7918         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7919
7920 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7923         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7924         <hanche@math.ntnu.no>.
7925
7926 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7929
7930         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7931
7932 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7933
7934         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7935         * message.el (message-beginning-of-line): Use featurep instead of bound
7936         tests in order to resolve conditionals at compile time.
7937
7938 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7939
7940         * mail-source.el (mail-sources): Add `group' choice.
7941
7942         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7943         parameter `in-group' to control into which group the articles go.
7944         Add treatment of `group' mail-source.
7945
7946 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7949
7950         * mm-decode.el (mm-dissect-buffer): Decode description.
7951
7952         * mml.el (mml-to-mime): Encode message header first.
7953
7954 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7957         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7958
7959         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7960         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7961
7962 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7963
7964         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7965
7966 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7969         prefix keys.
7970         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7971         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7972         gnus-xmas.el.
7973
7974         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7975         (gnus-xmas-article-describe-bindings): New function.
7976         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7977         gnus-xmas-article-describe-bindings.
7978
7979         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7980
7981 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7984         Add new variables for article mark management.
7985         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7986         list of extra data entries which, when present, will indicate that the
7987         article ID should not be trimmed from the registry.
7988         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7989         functions.
7990         (gnus-registry-read-mark): New function to read a mark name from the
7991         user.
7992         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7993         (gnus-registry-set-article-mark-internal): New functions to add and
7994         remove marks.
7995         (gnus-registry-get-article-marks): New function to show the marks for
7996         an article, or retrieve them for further use.
7997
7998 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8001         keys when no argument is given.
8002
8003 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * imap.el (imap-ping-server): New variable.
8006         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8007         (imap-ping-server): Minor doc string fixes.
8008
8009 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8010
8011         * imap.el (imap-ping-server): New function.
8012         (imap-opened): Call imap-ping-server.
8013
8014 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gnus-sum.el (gnus-article-sort-by-random)
8017         (gnus-thread-sort-by-random): Fix doc strings.
8018         Reported by jidanni@jidanni.org.
8019
8020 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus-art.el (gnus-article-describe-bindings): New function.
8023         (gnus-article-read-summary-keys): Use it.
8024         (gnus-article-mode-map): Bind `C-h b' to it.
8025
8026 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8029         XEmacs.
8030         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8031         Protect against non-character events.
8032
8033         * lpath.el: Fbind map-keymap for Emacs 21.
8034
8035 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8038         New command.
8039         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8040         instead of END.  Change name of the temp file.
8041         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8042         customizable.
8043
8044 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8047         bind `S W' to gnus-article-wide-reply-with-original; set default
8048         binding to gnus-article-read-summary-send-keys.
8049         (gnus-article-read-summary-keys): Fix the order of keys; display
8050         continuation keys correctly in the echo area; describe bindings
8051         correctly when keys end with `C-h'.
8052         (gnus-article-read-summary-send-keys): New function.
8053         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8054         Work for gnus-article-read-summary-send-keys; display continuation keys
8055         correctly in the echo area.
8056         (gnus-article-reply-with-original): Ignore prefix argument.
8057         (gnus-article-wide-reply-with-original): New function.
8058
8059         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8060         Emacs 21.
8061
8062 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8065         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8066
8067 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8070         (gnus-group-read-ephemeral-gmane-group): New command.
8071
8072 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8073
8074         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8075
8076 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * message.el (message-send-mail-function): Increase custom version.
8079
8080         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8081         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8082
8083 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8084
8085         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8086         for the cases where imap-authenticate is called with a nil buffer
8087         parameter.
8088
8089 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8092         html parts correctly; support forwarded messages.
8093         (gnus-article-browse-html-article): Remove work buffers.
8094
8095         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8096         compiling.
8097         (netrc-bound-and-true-p): New macro.
8098         (netrc-parse): Use it instead of bound-and-true-p that is not available
8099         in XEmacs 21.4.
8100
8101 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8102
8103         * gnus-registry.el (gnus-registry-mark-article)
8104         (gnus-registry-article-marks): Add functionality to mark articles
8105         through the Gnus registry.
8106
8107         * encrypt.el: Clarify documentation for the new pgg method.
8108         (encrypt-file-alist): Add PGG option.
8109         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8110         functionality.  Abstract password key and messaging to external
8111         functions.
8112         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8113         (encrypt-message-method-and-cipher): Add new convenience external
8114         functions.
8115         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8116         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8117
8118         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8119         (netrc-parse): Use encrypt-file-alist to determine if
8120         encrypt-find-model or encrypt-insert-file-contents should be used.
8121
8122         * encrypt.el: Clarify documentation.  Load password-cache or
8123         password, whichever one is found first, instead of autoloading.
8124
8125 2007-12-19  Glenn Morris  <rgm@gnu.org>
8126
8127         * mml.el (message-options-set, message-narrow-to-head)
8128         (message-in-body-p, message-mail-p, message-encode-message-body):
8129         Autoload.
8130         (message-remove-header, message-narrow-to-headers-or-head)
8131         (message-subscribed-p, message-make-mail-followup-to)
8132         (message-position-on-field, message-news-p)
8133         (message-options-set-recipient, message-generate-headers)
8134         (message-sort-headers): Declare as functions.
8135
8136 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8139         convention in doc string.
8140
8141 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8144         title to html parts.
8145         (gnus-article-browse-html-article): Pass message header to it.
8146
8147         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8148
8149 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8152         or password compatible with XEmacs.
8153
8154 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8157         format document.
8158         (gnus-mime-delete-part): Don't write description line if empty.
8159         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8160
8161 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8162
8163         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8164         (gnus-summary-mark-read-and-unread-as-read)
8165         (gnus-summary-mark-current-read-and-unread-as-read)
8166         (gnus-summary-mark-unread-as-ticked): Doc fix.
8167         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8168
8169 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8172         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8173
8174 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8177         yes-or-no-p.
8178
8179 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * mm-decode.el (mm-add-meta-html-tag): New function.
8182         (mm-save-part-to-file, mm-pipe-part): Use it.
8183
8184         * gnus-art.el (gnus-article-browse-delete-temp-files):
8185         Use gnus-y-or-n-p instead of y-or-n-p.
8186         (gnus-article-browse-html-parts): Work with message/external-body; use
8187         mm-add-meta-html-tag.
8188
8189 2007-12-11  Glenn Morris  <rgm@gnu.org>
8190
8191         * gnus-cache.el: Require gnus-sum not just when compiling.
8192
8193         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8194
8195         * gnus-int.el (gnus-server-opened, gnus-status-message):
8196         Move definitions before use.
8197
8198         * mm-decode.el: Require gnus-util.
8199         (mm-remove-part): Only call delete-annotation on XEmacs.
8200
8201         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8202
8203         * nnmail.el: Require gnus-int.
8204
8205         * spam.el: Move `require's before `eval-when-compile's.
8206
8207         * gnus-ems.el (gnus-alive-p):
8208         * gnus-fun.el (message-goto-eoh):
8209         * gnus-util.el (gnus-group-name-decode):
8210         * mail-source.el (gnus-compress-sequence):
8211         * message.el (Info-goto-node, format-spec):
8212         * mm-bodies.el (message-options-get):
8213         * mm-decode.el (mm-view-pkcs7):
8214         * mm-util.el (gmm-write-region):
8215         * mml-smime.el (mml-compute-boundary)
8216         (gnus-completing-read-with-default):
8217         * mml.el (widget-button-press, gnus-make-hashtable):
8218         * mml1991.el (mm-decode-content-transfer-encoding)
8219         (mm-encode-content-transfer-encoding)
8220         (message-options-get, message-options-set):
8221         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8222         * nnfolder.el (gnus-request-group):
8223         * nnheader.el (ietf-drums-unfold-fws):
8224         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8225         * smime.el (gnus-run-mode-hooks):
8226         * spam-stat.el (gnus-message): Autoload.
8227
8228         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8229         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8230         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8231         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8232         Add declare-function compatibility definition.
8233
8234         * gnus-cache.el (nnvirtual-find-group-art):
8235         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8236         (gnus-add-image, gnus-add-wash-type):
8237         * gnus-group.el (nnkiboze-score-file):
8238         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8239         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8240         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8241         (message-tokenize-header, gnus-get-buffer-create)
8242         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8243         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8244         * gnus.el (gnus-group-decoded-name):
8245         * mail-source.el (imap-capability):
8246         * mm-bodies.el (message-options-set):
8247         * mm-decode.el (gnus-configure-windows):
8248         * mm-extern.el (message-goto-body):
8249         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8250         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8251         (epg-sub-key-validity, message-options-set):
8252         * mml.el (widget-event-point, gnus-configure-windows):
8253         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8254         * mml2015.el (epg-check-configuration, epg-configuration)
8255         (message-options-set):
8256         * nndb.el (nndb-request-article):
8257         * nnfolder.el (gnus-request-create-group):
8258         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8259         * nnmaildir.el (gnus-group-mark-article-read):
8260         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8261         * rfc1843.el (message-fetch-field):
8262         * spam.el (gnus-extract-address-components):
8263         Declare as functions.
8264
8265 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8268
8269         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8270
8271         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8272         bind show-trailing-whitespace for XEmacs.
8273
8274 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8277         new no-op macro for backward compatibility.
8278
8279         * imap.el (imap-string-to-integer): New function.
8280
8281 2007-12-09  Glenn Morris  <rgm@gnu.org>
8282
8283         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8284
8285         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8286         * message.el, mm-view.el, sieve-manage.el, smime.el:
8287         Add declare-function compatibility definition.
8288
8289         * gnus-art.el (w3-region, w3m-region, Info-menu):
8290         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8291         * gnus-sum.el (gnus-get-predicate):
8292         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8293         * message.el (mail-abbrev-in-expansion-header-p):
8294         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8295         (w3m-detect-meta-charset, w3m-region):
8296         * sieve-manage.el (password-read, password-cache-add)
8297         (password-cache-remove):
8298         * smime.el (password-read-and-add): Declare as functions.
8299
8300 2007-12-08  David Kastrup  <dak@gnu.org>
8301
8302         * gnus-sum.el (gnus-summary-simplify-subject-query):
8303         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8304         `message'.
8305
8306 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8309         it to bind idna-program, installation-directory, defined-colors, and
8310         face-attribute for XEmacs of the version that compiles defcustom forms.
8311
8312 2007-12-07  Glenn Morris  <rgm@gnu.org>
8313
8314         * gnus-art.el (article-make-date-line): Revert previous change.
8315
8316 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8319
8320 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8321
8322         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8323         Call gnus-add-to-range ranges only once with a prepared article-list.
8324
8325 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8326
8327         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8328         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8329         group names with backslashes.
8330         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8331
8332 2007-12-06  Deepak Goel  <deego3@gmail.com>
8333
8334         * gnus-art.el (article-make-date-line):
8335         * gnus-start.el (gnus-load):
8336         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8337
8338 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (gnus-use-idna)
8341         * gnus-start.el (gnus-site-init-file)
8342         * message.el (message-use-idna)
8343         * mm-uu.el (mm-uu-hide-markers)
8344         * smiley.el (smiley-style): Revert changes that suppress warnings.
8345
8346 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8349         specify charset to html source.
8350         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8351
8352 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8355         idna-program in order to suppress byte compile warning issued by XEmacs
8356         that came to byte compile the default value section of defcustom forms
8357         recently.
8358
8359         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8360         value of installation-directory.
8361
8362         * message.el (message-use-idna): Don't directly refer to the value of
8363         idna-program.
8364
8365         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8366
8367         * smiley.el (smiley-style): Don't directly call face-attribute.
8368
8369 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8372
8373         * gnus-dired.el: Reduce Gnus dependencies.
8374         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8375         Don't require.  Use autoloads instead.
8376         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8377         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8378         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8379         (gnus-dired-mode): Adjust doc string.
8380         (gnus-dired-mail-mode): New variable.
8381         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8382         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8383         (gnus-dired-mail-buffers): New function.  Return mail or message
8384         composition buffers.
8385         (gnus-dired-attach): Use it.
8386         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8387         NO-DECODE.
8388         (gnus-dired-print): Use `gnus-print-buffer' depending on
8389         `gnus-dired-mail-mode'.
8390
8391 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * rfc2047.el (rfc2047-encoded-word-regexp)
8394         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8395         explaining what regexp patterns are for.
8396
8397 2007-12-04  Glenn Morris  <rgm@gnu.org>
8398
8399         * password.el: Move to password-cache.el.
8400
8401         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8402         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8403         * mml-smime.el (password-read, password-cache-add)
8404         (password-cache-remove):
8405         No need to autoload, since mml-sec requires password.
8406
8407         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8408         * message.el (gnus-extract-address-components):
8409         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8410
8411         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8412         password.
8413
8414 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * mailcap.el: Reduce dependencies.
8417         (mail-header-parse-content-type): Autoload.
8418         (mailcap-delete-duplicates): New alias.
8419         (mailcap-mime-info): Add optional argument NO-DECODE.
8420         (mailcap-mime-types): Use mailcap-delete-duplicates.
8421
8422         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8423
8424 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8425
8426         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8427         (imap-parse-status): Upcase status-att for servers that sends them
8428         lower-case (e.g., MS Exchange 2007).
8429
8430 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8433         function.
8434
8435         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8436         (gnus-uu-yenc-article): New function.
8437
8438         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8439
8440         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8441
8442 2007-12-02  Glenn Morris  <rgm@gnu.org>
8443
8444         * binhex.el (binhex): New custom group.
8445         (binhex-decoder-program, binhex-decoder-switches)
8446         (binhex-use-external): Move to the binhex custom group.
8447
8448         * uudecode.el (uudecode): New custom group.
8449         (uudecode-decoder-program, uudecode-decoder-switches)
8450         (uudecode-use-external): Move to the uudecode custom group.
8451
8452         * netrc.el (top-level): Don't load `encrypt' features.
8453         (netrc-parse): Don't use encrypt.
8454         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8455
8456         * encrypt.el: Remove file.
8457
8458 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8461         matches on patches.
8462
8463         * gnus-art.el (gnus-article-browse-html-article):
8464         Mention `mm-text-html-renderer' in the doc string.
8465
8466         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8467         string.  Add comments.
8468
8469         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8470         if rhs is ASCII.
8471
8472 2007-12-01  Glenn Morris  <rgm@gnu.org>
8473
8474         * mail-source.el (top-level): Require format-spec before
8475         eval-when-compile.
8476
8477 2007-11-30  Glenn Morris  <rgm@gnu.org>
8478
8479         * encrypt.el: Require password, rather than autoloading password-read.
8480
8481 2007-11-29  Glenn Morris  <rgm@gnu.org>
8482
8483         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8484         (sasl-make-client, sasl-next-step, sasl-step-data)
8485         (sasl-step-set-data): Declare as functions.
8486
8487 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8488
8489         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8490
8491 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8492
8493         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8494         certs should be verified and what is to be done in the event of a
8495         verification failure.
8496
8497         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8498         caller can indicate whether the cache should be disregarded for this
8499         call.  This way the result of the call is reproducible at all times and
8500         can be considered a canonical server name for the supplied method.
8501         (gnus-agent-method-p): Canonicalize server names by pushing their
8502         method through `gnus-method-to-server' using the no-cache argument.
8503
8504         * gnus-srvr.el (gnus-server-insert-server-line):
8505         Call `gnus-method-to-server' with `no-cache' argument.
8506
8507         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8508         gnus-agent-possibly-synchronize-flags as this should be called when the
8509         server is actually being opened.
8510         (gnus-agent-possibly-synchronize-flags)
8511         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8512         flags file of an agentized server to the latter function.
8513
8514         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8515         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8516         after a connection has been established successfully.
8517
8518 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (article-display-face): Force to display face if called
8521         interactively; check if gnus-article-x-face-too-ugly matches author.
8522         (article-display-x-face): Display face even if From header is missing
8523         as article-display-face does.
8524
8525 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8526
8527         * hashcash.el (message-narrow-to-headers-or-head)
8528         (message-fetch-field, message-goto-eoh)
8529         (message-narrow-to-headers): Declare as functions.
8530
8531 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * mail-source.el (mail-sources): Default to fetch from file for
8534         compatibility with default of nnmail-spool-file.
8535
8536 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8539         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8540         to look for encoded word that should be encoded again.
8541         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8542         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8543         encoding pattern.
8544         (rfc2047-decode-region): Switch strict regexp and loose one according
8545         to rfc2047-allow-irregular-q-encoded-words.
8546
8547 2007-11-25  Romain Francoise  <romain@orebokech.com>
8548
8549         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8550
8551 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * tls.el (tls-program): Provide more custom choices from
8554         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8555         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8556
8557 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8560         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8561
8562         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8563         `nnmail-spool-file'.
8564
8565         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8566         `nnmail-spool-file'.
8567
8568         * gnus-move.el (gnus-change-server): Ditto.
8569
8570         * gnus-kill.el (gnus-batch-score): Ditto.
8571
8572         * gnus-cache.el (gnus-jog-cache): Ditto.
8573
8574         * gnus-msg.el (gnus-summary-reply):
8575         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8576
8577 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8580         version.  Minor improvement to doc strings.
8581         (tls-program): Add comment.
8582
8583 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8584
8585         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8586         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8587         mismatch between the hostname provided in the certificate and the name
8588         of the host connnecting to.
8589         (open-tls-stream): Use them.  Check certificates against trusted root
8590         certificates.
8591
8592 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * gnus-cache.el (gnus-cache-generate-nov-databases):
8595         Use nnml-generate-nov-databases-directory instead of
8596         nnml-generate-nov-databases-1.
8597
8598 2007-11-24  Glenn Morris  <rgm@gnu.org>
8599
8600         * message.el (message-tool-bar-retro): Update for rename
8601         mail_send.xpm->mail-send.xpm.
8602
8603 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8606         `smime-ldap-search' for Emacs 22 and up.
8607
8608 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8609
8610         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8611
8612         * message.el (message-send-mail-function): Fix error convention.
8613         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8614         (message-widen-reply, message-send-mail, message-talkative-question)
8615         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8616         (message-clone-locals, message-send-news): Use with-current-buffer.
8617         (message-insert-or-toggle-importance): Remove unused var `valid'.
8618         (message-make-references): Remove unused var `new-references'.
8619         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8620
8621 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8622
8623         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8624         (spam-split-symbolic-return-positive): Reflow docstring.
8625         (spam-backends, spam-summary-exit-behavior)
8626         (spam-mark-ham-unread-before-move-from-spam-group)
8627         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8628         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8629         (spam-clear-cache, spam-backend-check, spam-install-backend)
8630         (spam-install-statistical-backend, spam-list-of-processors)
8631         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8632         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8633         (spam-check-crm114, spam-initialize, spam-unload-hook):
8634         Fix typos in docstrings.
8635
8636 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8639         been checked if they have never been read and those group levels are
8640         higher than the one that a user specified.
8641
8642 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8645         foreign groups unless a group level is specified by a user.
8646         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8647
8648 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * message.el (message-send-mail-function): Require sendmail.
8651
8652 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * message.el (message-send-mail-function): Check for smtpmail too.
8655
8656         * utf7.el (utf7-encode, utf7-decode): Use coding system
8657         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8658
8659         * message.el (message-send-mail-function): New function.
8660         (message-send-mail-function): Set default using
8661         message-send-mail-function.  Adjust doc string.
8662         (message-send-mail-with-mailclient): New function.
8663
8664 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8665
8666         * smime.el (from):
8667         * rfc2047.el (message-posting-charset):
8668         * qp.el (mm-use-ultra-safe-encoding):
8669         * pop3.el (parse-time-months):
8670         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8671         * nnml.el (files):
8672         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8673         (jka-compr-compression-info-list, ange-ftp-path-format)
8674         (efs-path-regexp):
8675         * nndiary.el (files):
8676         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8677         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8678         (epg-digest-algorithm-alist, inhibit-redisplay)
8679         (password-cache-expiry):
8680         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8681         (pgg-output-buffer, password-cache-expiry):
8682         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8683         (efs-path-regexp):
8684         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8685         (inhibit-redisplay):
8686         * mm-uu.el (file-name, start-point, end-point, entry)
8687         (gnus-newsgroup-name, gnus-newsgroup-charset):
8688         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8689         (latin-unity-ucs-list):
8690         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8691         (mm-uu-binhex-decode-function):
8692         * message.el (gnus-message-group-art, gnus-list-identifiers)
8693         (rmail-enable-mime-composing, gnus-local-organization)
8694         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8695         (gnus-read-active-file, facemenu-add-face-function)
8696         (facemenu-remove-face-function, gnus-article-decoded-p)
8697         (tool-bar-mode):
8698         * mail-source.el (display-time-mail-function):
8699         * gnus-util.el (nnmail-pathname-coding-system)
8700         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8701         (gnus-original-article-buffer, gnus-user-agent)
8702         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8703         (xemacs-codename, sxemacs-codename, emacs-program-version):
8704         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8705         * gnus-start.el (gnus-agent-covered-methods)
8706         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8707         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8708         (gnus-newsgroup-headers, gnus-group-list-mode)
8709         (gnus-group-mark-positions, gnus-newsgroup-data)
8710         (gnus-newsgroup-unreads, nnoo-state-alist)
8711         (gnus-current-select-method, mail-sources)
8712         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8713         (nnmail-spool-file, gnus-cache-active-hashtb):
8714         * gnus-mh.el (mh-lib-progs):
8715         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8716         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8717         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8718         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8719         (gnus-group-buffer):
8720         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8721         (font-lock-set-defaults):
8722         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8723         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8724         (gnus-summary-post-menu, total-parts, type, condition, length):
8725         * gnus-agent.el (gnus-agent-read-agentview):
8726         * flow-fill.el (show-trailing-whitespace):
8727         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8728         eval-and-compile wrappers for byte compiler pacifiers.
8729
8730         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8731         (mm-display-inline-fontify): Check for featurep 'xemacs not
8732         extent-list.
8733
8734         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8735         itimer-list.
8736         (mm-create-image-xemacs): Only do something for XEmacs.
8737         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8738
8739         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8740
8741         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8742         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8743
8744 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8745
8746         * nnimap.el (nnimap-split-download-body):
8747         * gnus-demon.el (gnus-demon):
8748         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8749
8750 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8753         New macros.
8754         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8755         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8756         copy data from unibyte buffer to multibyte current buffer.
8757         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8758         to copy data from unibyte current buffer to multibyte buffer.
8759         (nntp-make-process-buffer): Make process buffer unibyte.
8760
8761         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8762
8763 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8764
8765         * pop3.el (pop3-open-server): Accept and process data more robustly at
8766         connexion start to avoid spurious "POP SSL connexion failed" errors.
8767
8768 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8771         read group names.
8772
8773 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8776
8777 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8780         (nnmail-save-active): Use a unibyte buffer when saving active file,
8781         which may contain non-ASCII group names.
8782
8783         * nnml.el (nnml-request-group): Decode group names in messages.
8784
8785 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * message.el (message-citation-line-function)
8788         (message-insert-formatted-citation-line): Fix spelling of
8789         `message-insert-formated-citation-line'.
8790
8791 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8794
8795 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8798         nnmail-pathname-coding-system.
8799
8800         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8801         that a user enters; decode group names in messages.
8802
8803         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8804
8805 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8808
8809         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8810
8811         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8812         risky local variable.
8813
8814         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8815
8816 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8817
8818         * encrypt.el: Improve documentation to fix function name typo.
8819         Reported by Daiki Ueno <ueno@unixuser.org>.
8820
8821 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8824         even if the point is not in the last page of an article.
8825         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8826         back to the previous page.
8827
8828 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8831
8832 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8835
8836 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8837
8838         * message.el (message-check-news-body-syntax):
8839         Avoid mm-string-as-multibyte.
8840         (message-hide-headers): Don't assume (point-min)==1.
8841
8842 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * message.el (message-remove-blank-cited-lines): Fix if remove is
8845         given.
8846         (message-bogus-address-regexp): New variable.
8847         (message-bogus-recipient-p): New function.
8848         (message-check-recipients): New command.
8849         (message-syntax-checks): Add `bogus-recipient'.
8850         (message-fix-before-sending): Add `bogus-recipient'.
8851
8852         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8853         (gnus-treat-body-boundary): Don't test window-system.
8854
8855 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8856
8857         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8858
8859 2007-10-28  Miles Bader  <miles@gnu.org>
8860
8861         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8862         at compile-time too.
8863
8864 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * gnus-msg.el (gnus-message-setup-hook):
8867         Add `message-remove-blank-cited-lines' to options.
8868
8869 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * message.el (message-remove-blank-cited-lines): New function.
8872         Suggested by Karl Plästerer.
8873
8874 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8877         mapc.
8878
8879         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8880         (top-level): Use mapc to set functions to be traced for debugging.
8881
8882         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8883         called for effect with while loop.
8884
8885         * message.el (message-talkative-question): Replace mapcar called for
8886         effect with mapc.
8887
8888         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8889         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8890         called for effect with dolist.
8891
8892         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8893
8894         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8895         gnus-extra-headers and nnmail-extra-headers.
8896
8897         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8898         called for effect with dolist.
8899         (top-level): Use mapc to set functions to be traced for debugging.
8900
8901         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8902         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8903         dolist.
8904
8905         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8906         Replace mapcar called for effect with mapc.
8907         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8908         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8909         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8910         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8911
8912         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8913         remove-if that's a cl function.
8914
8915         * webmail.el (webmail-debug): Replace mapcar called for effect with
8916         dolist.
8917
8918         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8919         with mapc.
8920
8921 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8924         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8925         with while loop.
8926
8927         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8928         functions from article-* functions.
8929         (gnus-multi-decode-header): Replace mapcar called for effect with
8930         dolist.
8931
8932         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8933         (gnus-bookmark-show-details): Replace mapcar called for effect with
8934         while loop.
8935
8936         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8937         called for effect with while loop.
8938
8939         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8940         with dolist.
8941
8942         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8943         Replace mapcar called for effect with dolist.
8944
8945         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8946
8947         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8948         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8949         Replace mapcar called for effect with dolist.
8950         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8951         mapc.
8952
8953         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8954         Replace mapcar called for effect with dolist.
8955         (gnus-topic-list): Replace mapcar called for effect with mapc.
8956
8957         * gnus.el: Use mapc instead of mapcar to add autoloads.
8958
8959 2007-10-23  Richard Stallman  <rms@gnu.org>
8960
8961         * gnus-group.el (gnus-group-highlight): Mark as risky.
8962
8963 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus.el (gnus-server-to-method): Return method found first in
8966         gnus-newsrc-alist.
8967
8968         * gnus-art.el (gnus-article-highlight-signature)
8969         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8970         button overlay without the front stickiness.
8971
8972 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8973
8974         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8975         overview buffer needed a catch to receive its throw.
8976         (gnus-agent-flush-cache): Declare as interactive to make this function
8977         easier to use.
8978
8979 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8982         `next-line'.
8983
8984 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8987         exclude address matching message-dont-reply-to-names.
8988
8989 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-util.el (gnus-string<): New function.
8992
8993         * gnus-sum.el (gnus-article-sort-by-author)
8994         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8995
8996 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8999         the frame-focus tag is set in gnus-buffer-configuration.
9000
9001 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9004         the front stickiness.
9005
9006 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9009         url pattern; remove duplicate one.
9010         (gnus-article-extend-url-button): New function.
9011         (gnus-article-add-buttons): Use it.
9012         (gnus-button-push): Use concatenated url that it makes.
9013
9014 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9015
9016         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9017
9018 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9019
9020         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9021         Don't hardcode point-min==1.
9022
9023 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9026         Fix comment about "iso8859-1".
9027
9028 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9029
9030         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9031         ones returned from the verify-function.
9032
9033         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9034         Call mml2015-extract-cleartext-signature if extraction failed.
9035
9036 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9037
9038         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9039         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9040         failed.
9041
9042 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9045
9046 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9049         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9050         recommends to use EasyPG instead of PGG.
9051
9052         * pgg.el: Revert to revision 6.23.2.16.
9053
9054         * pgg-def.el: Revert to revision 6.6.2.14.
9055
9056         * pgg-gpg.el: Revert to revision 6.23.2.34.
9057
9058 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9059
9060         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9061         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9062         thread for both the null and zero (kill/expire thread) universal prefix
9063         cases.
9064         (gnus-summary-expire-thread): Add new function to expire a thread,
9065         using gnus-summary-kill-thread.
9066         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9067         shortcuts for gnus-summary-expire-thread.
9068         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9069         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9070
9071 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9072
9073         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9074         extras value, so an extras entry can be deleted.
9075         (gnus-registry-delete-extra-entry): Use it.
9076         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9077         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9078         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9079         storage through the gnus-registry, and provide an appropriate API for
9080         it.
9081
9082 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9085         Suggested by Leo <sdl.web@gmail.com>.
9086
9087         * gnus.el: Do.
9088
9089 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9092         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9093
9094         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9095
9096         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9097         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9098
9099 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9102         newline.
9103         (nnmbox-request-accept-article): Don't change article in source buffer;
9104         narrow to header to use message-fetch-field rather than
9105         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9106         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9107         as delimiters; make sure article ends with newline.
9108         (nnmbox-delete-mail): Correct last position of article to be deleted;
9109         ignore X-Gnus-Newsgroup header in article body.
9110         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9111         positions; make sure article ends with newline.
9112
9113         * message.el (message-display-abbrev): Don't infloop when a user
9114         inserts SPC in the beginning of header.
9115
9116         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9117         coding-system-for-read and coding-system-for-write for XEmacs having no
9118         file-coding feature.
9119
9120         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9121
9122 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9123
9124         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9125         list of groups not followed by default.  Fix type to be regexp.
9126         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9127
9128 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9129
9130         * hmac-def.el (define-hmac-function): Switch from old-style to
9131         new-style backquotes.
9132
9133         * md4.el (md4-make-step): Likewise.
9134
9135 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9138         raw-text coding system when saving .newsrc file, which may contain
9139         non-ASCII group names.
9140
9141 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * gnus-cus.el (gnus-score-extra): New widget.
9144         (gnus-score-extra-convert): New function.
9145         (gnus-score-customize): Use it for Extra.
9146
9147 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9148
9149         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9150         (mml2015-mailcrypt-clear-verify): Use it.
9151         (mml2015-gpg-clear-verify): Use it.
9152         (mml2015-pgg-clear-verify): Use it.
9153         (mml2015-epg-clear-verify): Replace the current part with the output
9154         from GnuPG; don't extract the plaintext by itself.
9155
9156         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9157         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9158         mml2015-clear-verify-function; don't touch the armor headers or
9159         dash-escaped text here.
9160
9161 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9164         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9165         parts, or application/octet-stream as a last resort.
9166         (gnus-mime-view-part-as-type): Don't toggle display.
9167         (gnus-mime-view-part-as-charset): Don't turn off display before
9168         querying charset.
9169
9170         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9171         stuff to undisplayer function in Emacs.
9172         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9173
9174         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9175         text/calendar parts.
9176
9177 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9180         decoding text/calendar parts.
9181
9182         * message.el (message-forward-make-body-mime): Always mark body as
9183         having no illegible text; remove signed-or-encrypted argument.
9184         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9185
9186         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9187         (mml-generate-mime-1): Don't encode body if it is specified to be in
9188         raw form; don't make buffer be unibyte when inserting multibyte string.
9189
9190 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9191
9192         * sha1.el: Fix up comment style.
9193         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9194         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9195
9196         * hex-util.el: Fix up comment style.
9197         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9198
9199         * gnus-salt.el: Use with-current-buffer.
9200         (gnus-pick-setup-message): Fix long-standing typo.
9201
9202 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * imap.el (imap-logout-timeout): New variable.
9205         (imap-logout, imap-logout-wait): New functions.
9206         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9207
9208         * nnimap.el (nnimap-logout-timeout): New server variable.
9209         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9210         nnimap-logout-timeout.
9211
9212         * gnus-art.el (gnus-article-summary-command-nosave)
9213         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9214
9215 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus.el (gnus-maximum-newsgroup): New variable.
9218
9219         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9220         according to gnus-maximum-newsgroup.
9221
9222         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9223         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9224         Limit the range of articles according to gnus-maximum-newsgroup.
9225
9226 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9227
9228         * gnus-art.el (gnus-sticky-article): Fix problems described in
9229         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9230         Don't perform gnus-configure-windows here; reuse existing sticky
9231         article buffer.
9232
9233         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9234         it doesn't exist in gnus-article-mode.
9235
9236 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9239         (gnus-agent-decoded-group-name): New function.
9240         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9241         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9242
9243 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9244
9245         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9246         Add binding for gnus-sticky-article.
9247         (gnus-summary-exit): Don't kill sticky article buffers.
9248
9249         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9250         article buffer.
9251         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9252         (gnus-kill-sticky-article-buffers): New commands.
9253
9254 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * nntp.el (nntp-xref-number-is-evil): New server variable.
9257         (nntp-find-group-and-number): If it is non-nil, don't trust article
9258         numbers in the Xref header.
9259
9260 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-agent.el (gnus-agent-read-group): New function.
9263         (gnus-agent-flush-group, gnus-agent-expire-group)
9264         (gnus-agent-regenerate-group): Use it.
9265         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9266         nnmail-pathname-coding-system.
9267
9268 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9271
9272         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9273         that are unread as unread, and also as selected so that information of
9274         marks having been changed by a user may be updated when exiting group.
9275
9276 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9279
9280 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9283         calculated ignoring signature parts to gnus-treat-article.
9284
9285 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9288         a point here in order to keep the window start.
9289         (gnus-insert-mime-security-button): Make a button overlay without the
9290         front stickiness.
9291         (gnus-mime-display-security): Goto the end of a button.
9292
9293         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9294
9295 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9298         group-name-at-point.
9299         (gnus-group-completing-read): New function that offers decoded
9300         non-ASCII group names for completion.
9301         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9302         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9303         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9304         (gnus-group-fetch-control): Use it.
9305         (gnus-fetch-group): Use group-name-at-point for the initial value
9306         rather than the default value; use gnus-alive-p.
9307
9308         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9309         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9310         (gnus-summary-post-news): Use gnus-group-completing-read.
9311
9312         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9313         (gnus-read-move-group-name): Decode group name for completion.
9314
9315 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9316
9317         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9318         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9319         Yamaoka slightly modified the code).
9320
9321 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9324         (nnmail-split-incoming): Bind it.
9325
9326         * nnml.el (nnml-group-name-charset): New function.
9327         (nnml-decoded-group-name): Use it; don't decode group name if
9328         nnmail-group-names-not-encoded-p is non-nil.
9329         (nnml-encoded-group-name): New function.
9330         (nnml-group-pathname): Inline nnml-decoded-group-name.
9331         (nnml-request-expire-articles): Decode group name in message.
9332         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9333         nnmail-pathname-coding-system.
9334         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9335         not decoded ones according to nnmail-group-names-not-encoded-p.
9336         (nnml-generate-active-info): Use nnml-encoded-group-name.
9337
9338 2007-08-08  Glenn Morris  <rgm@gnu.org>
9339
9340         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9341         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9342         doc-strings and comments.
9343
9344 2007-07-25  Glenn Morris  <rgm@gnu.org>
9345
9346         * Relicense all FSF files to GPLv3 or later.
9347
9348 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-sum.el (gnus-summary-move-article):
9351         Make gnus-summary-respool-article work.
9352
9353 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9356         string.
9357
9358 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9359
9360         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9361         that should be ignored when comparing distant RSS articles with local
9362         ones.
9363         (nnrss-make-hash-index): New function.  Create a hash index according
9364         to the ignored fields.
9365         (nnrss-check-group): Use it.
9366
9367 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9370
9371         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9372
9373         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9374         the new optional argument ENCODED is non-nil.
9375         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9376         coding system for encoding group name.
9377         (gnus-group-make-rss-group): Pass un-encoded group name to
9378         gnus-group-make-group.
9379         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9380         encoded.
9381
9382         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9383         Encode group name to which articles are moved or copied.
9384         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9385         coding system for encoding Newsgroup, Followup-To and Xref headers.
9386
9387         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9388         marks; use nnheader-file-coding-system to write a file.
9389         (nnagent-retrieve-headers): Bind file-name-coding-system to
9390         nnmail-pathname-coding-system.
9391
9392         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9393
9394         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9395         (nnml-request-article, nnml-request-create-group)
9396         (nnml-request-rename-group, nnml-find-id)
9397         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9398         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9399         (nnml-save-marks): Use nnml-group-pathname instead of
9400         nnmail-group-pathname.
9401
9402         (nnml-request-create-group, nnml-request-expire-articles)
9403         (nnml-request-move-article, nnml-request-delete-group)
9404         (nnml-deletable-article-p, nnml-possibly-create-directory)
9405         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9406         (nnml-open-marks): Bind file-name-coding-system to
9407         nnmail-pathname-coding-system.
9408
9409         (nnml-request-article): Pass server argument to nnml-find-group-number.
9410         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9411         Pass server argument to nnml-possibly-create-directory.
9412         (nnml-request-accept-article): Pass server argument to
9413         nnml-active-number and nnml-save-mail.
9414         (nnml-find-group-number): Pass server argument to nnml-find-id.
9415         (nnml-request-update-info): Pass server argument to
9416         nnml-marks-changed-p.
9417
9418         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9419         (nnml-save-mail, nnml-active-number): Add server argument.
9420
9421         (nnml-request-delete-group): Warn if group is missing.
9422         (nnml-get-nov-buffer): Decode group name.
9423         (nnml-generate-active-info): Encode group name.
9424         (nnml-open-marks): Decode group name in messages.
9425
9426 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9429         if it is not specified.
9430         (gnus-article-pipe-part, gnus-article-save-part)
9431         (gnus-article-interactively-view-part, gnus-article-copy-part)
9432         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9433         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9434         (gnus-article-replace-part, gnus-article-delete-part)
9435         (gnus-article-view-part-as-type): Pass raw prefix argument to
9436         gnus-article-part-wrapper.
9437
9438 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-agent.el (gnus-agent-save-active):
9441         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9442
9443         * gnus-cache.el (gnus-cache-save-buffers)
9444         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9445         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9446         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9447         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9448         (gnus-cache-generate-active, gnus-cache-rename-group)
9449         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9450         (gnus-cache-update-overview-total-fetched-for):
9451         Bind file-name-coding-system to nnmail-pathname-coding-system.
9452         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9453         New variables.
9454         (gnus-cache-decoded-group-name): New function.
9455         (gnus-cache-file-name): Use it.
9456         (gnus-cache-generate-active): Use non-decoded group name for active.
9457
9458         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9459         right place.
9460         (gnus-write-active-file): Don't break non-ASCII group names.
9461
9462         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9463         nnmail-pathname-coding-system.
9464
9465         * lpath.el: Bind default-file-name-coding-system,
9466         file-name-coding-system and language-info-alist for XEmacs.
9467
9468         * gnus-uu.el (gnus-uu-decode-save): Typo.
9469
9470 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9473
9474 2007-07-14  David Kastrup  <dak@gnu.org>
9475
9476         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9477         finishing actions if we did not edit the article.
9478
9479 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9482         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9483         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9484         (gnus-agent-flush-group, gnus-agent-flush-cache)
9485         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9486         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9487         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9488         (gnus-agent-regenerate-group)
9489         (gnus-agent-update-files-total-fetched-for)
9490         (gnus-agent-update-view-total-fetched-for):
9491         Bind file-name-coding-system to nnmail-pathname-coding-system.
9492         (gnus-agent-group-pathname): Don't encode file names by
9493         nnmail-pathname-coding-system.
9494         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9495         coding-system-for-write instead of buffer-file-coding-system to
9496         gnus-agent-file-coding-system.
9497
9498         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9499         Decode group name.
9500
9501         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9502
9503         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9504         (gnus-read-newsrc-el-file): Make group names unibyte.
9505
9506         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9507         nnmail-pathname-coding-system.
9508
9509         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9510         (nnrss-request-delete-group): Bind file-name-coding-system to
9511         nnmail-pathname-coding-system.
9512         (nnrss-read-server-data, nnrss-read-group-data):
9513         Bind file-name-coding-system correctly.
9514         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9515
9516         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9517         (nntp-server-to-method-cache): New variable.
9518         (nntp-group-pathname): New function that decodes non-ASCII group names.
9519         (nntp-possibly-create-directory, nntp-marks-changed-p)
9520         (nntp-save-marks, nntp-open-marks): Use it.
9521         (nntp-possibly-create-directory, nntp-open-marks):
9522         Bind file-name-coding-system to nnmail-pathname-coding-system.
9523         (nntp-open-marks): Decode group names when bootstrapping marks.
9524
9525         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9526         Newsgroups and Folowup-To headers.
9527
9528 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9531         (gnus-server-closed-face, gnus-server-denied-face)
9532         (gnus-server-offline-face): Remove variable.
9533         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9534
9535         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9536         of modifying message-stack directly for XEmacs.
9537
9538         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9539         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9540         if the coding-system argument is nil for XEmacs.
9541
9542         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9543         mm-charset-override-alist.
9544
9545         * rfc2047.el: Don't require base64; require rfc2045 for the function
9546         rfc2045-encode-string.
9547         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9548         to quote the parameter value.
9549
9550 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9553         form in gnus-group-name-charset-method-alist.
9554
9555         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9556         overrides the default layout edit-form.
9557
9558         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9559
9560         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9561
9562 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9565         as unfetched articles.
9566
9567 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9570
9571 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9574         original back end that keeps marks in the local system.
9575
9576 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9579         arg of pop-to-buffer for XEmacs.
9580         (gnus-article-read-summary-keys): Ditto; don't restore window
9581         configuration if summary command ends up with neither article buffer
9582         nor summary buffer; describe bindings if summary keys end with C-h.
9583
9584 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * message.el (message-fix-before-sending): Skip raw message part to be
9587         forwarded while checking illegible text.
9588         (message-forward-make-body-mime, message-forward-make-body):
9589         Mark signed or encrypted raw message as having no illegible text.
9590
9591 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9594         (gnus-message-with-timestamp-1): New macro.
9595         (gnus-message-with-timestamp): New function.
9596         (gnus-message): Use them.
9597
9598         * nnheader.el (nnheader-message): Use them.
9599
9600 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9603         .newsrc.eld file.
9604
9605 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-agent.el (gnus-agent-fetch-headers)
9608         (gnus-agent-retrieve-headers):
9609         Bind gnus-decode-encoded-address-function to identity.
9610
9611         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9612         available also when the server returns simply a dot.
9613
9614         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9615
9616 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9619
9620 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-ems.el (gnus-x-splash): Make it work.
9623
9624         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9625         from being used.
9626
9627         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9628
9629 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9632         4th and the 5th arguments.
9633
9634         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9635         the front stickiness.
9636         (gnus-article-summary-command-nosave): Correct the order of the
9637         arguments passed to pop-to-buffer.
9638         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9639         summary command ends up with the article buffer.
9640
9641         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9642         the same faces.
9643
9644 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9645
9646         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9647
9648 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9649
9650         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9651         * gnus-sum.el (gnus-summary-highlight):
9652         * pgg.el (pgg-sign-region, pgg-sign):
9653         * mail-source.el (mail-source-delete-old-incoming-confirm):
9654         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9655
9656 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-art.el (gnus-mime-view-part-externally)
9659         (gnus-mime-view-part-internally): Fix predicate function passed to
9660         completing-read.
9661
9662         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9663
9664         * gnus.el (gnus-update-message-archive-method): Add :version.
9665
9666 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus.el (gnus-update-message-archive-method): New variable.
9669
9670         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9671         according to gnus-message-archive-method if
9672         gnus-update-message-archive-method is non-nil.
9673
9674 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9677         Suggested by Loic Dachary <loic@dachary.org>.
9678         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9679
9680 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * message.el (message-pop-to-buffer): Add switch-function argument.
9683         (message-mail): Pass switch-function argument to it.
9684
9685 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9688         Improve doc string.
9689
9690 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9693         (gnus-header-content)
9694         * gnus-cite.el (gnus-cite-10)
9695         * gnus-srvr.el (gnus-server-closed)
9696         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9697         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9698         (gnus-group-mail-3-empty, gnus-group-mail-low)
9699         (gnus-group-mail-low-empty, gnus-splash)
9700         * message.el (message-header-to, message-header-cc)
9701         (message-header-subject, message-header-other, message-header-name)
9702         (message-header-xheader, message-separator, message-cited-text)
9703         (message-mml): Lighten colors of faces used for dark background.
9704
9705 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9706
9707         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9708         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9709
9710 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * message.el (message-narrow-to-headers-or-head):
9713         Ignore mail-header-separator in the body.
9714
9715 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9718         same as window size.
9719
9720 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9721
9722         * message.el (message-font-lock-keywords): Use message-header-xheader
9723         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9724         ahead of the anything pattern, to get it recognised.
9725
9726 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9729         spam.el loads uses it in the compiled defadvice form.
9730
9731 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9732
9733         * gnus-sum.el (gnus-articles-to-read)
9734         (gnus-summary-insert-old-articles): Don't truncate group name for
9735         `read-string'.
9736
9737         * gnus-util.el (gnus-limit-string): Delete this function.
9738
9739         * gnus-sum.el (gnus-simplify-subject-fully):
9740         Use `truncate-string-to-width' instead.
9741
9742 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9743
9744         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9745         Tell if, on summary exit, the next group has to be selected.
9746         (gnus-summary-exit): Use it.
9747
9748 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9751         non-break space.
9752
9753 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9756         Check if group is not a directory.
9757         (nnfolder-request-expire-articles): Don't delete articles if the target
9758         group is not available.
9759
9760         * nnml.el (nnml-request-create-group): Properly check if group is not a
9761         file.
9762         (nnml-request-expire-articles): Don't delete articles if the target
9763         group is not available.
9764
9765         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9766         Don't quote characters that are within parentheses.
9767
9768 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9771         (gnus-handle-ephemeral-exit): Select article according to it.
9772
9773 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * message.el (message-insert-formated-citation-line): Remove newline.
9776         (message-citation-line-format): Add final \n here so that the user can
9777         avoid a blank line.
9778
9779 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9780
9781         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9782         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9783         Update lanl/arXiv support.
9784
9785 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus.el: Bump version number.
9788
9789 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9790
9791         * gnus.el (gnus-version-number): Bump version.
9792
9793 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9794
9795         * gnus.el: No Gnus v0.6 is released.
9796
9797 2007-04-27  Didier Verna  <didier@xemacs.org>
9798
9799         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9800         * gmm-utils.el (gmm-regexp-concat): ... here.
9801         * message.el: Don't require 'gnus-util.
9802         (message-dont-reply-to-names): Handle name change above.
9803         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9804
9805 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9808         since the initial value varies according to the system.
9809
9810 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9813
9814 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9815
9816         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9817
9818 2007-04-24  Didier Verna  <didier@xemacs.org>
9819
9820         Improve the type of gnus-ignored-from-addresses.
9821         * gnus-util.el (gnus-orify-regexp): New function.
9822         * message.el (gnus-util): Require it.
9823         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9824         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9825         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9826
9827 2007-04-24  Didier Verna  <didier@xemacs.org>
9828
9829         * gnus-sum.el:
9830         * gnus-utils.el: Fix some trailing whitespaces.
9831
9832 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9835         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9836         article's Message-ID; refer parent article in summary buffer.
9837
9838         * message.el (message-bounce): Call mime-to-mml.
9839
9840         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9841         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9842         optimize and/or forms properly.
9843
9844 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9847         URL.
9848
9849 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9852
9853 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9856         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9857         displayed of multipart/alternative part if it is invoked from summary
9858         buffer.
9859
9860         * mm-view.el (mm-inline-text-html-render-with-w3m)
9861         (mm-inline-text-html-render-with-w3m-standalone)
9862         (mm-inline-render-with-function): Use mail-parse-charset by default.
9863
9864 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9865
9866         * parse-time.el (parse-time-string-chars): Check if CHAR
9867         is less than the length of parse-time-syntax.
9868
9869 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9872         from gnus-newsgroup-processable.
9873
9874 2007-04-16  Didier Verna  <didier@xemacs.org>
9875
9876         * gnus-msg.el (gnus-configure-posting-styles):
9877         Handle message-signature-directory properly with :file syntax.
9878         Reported by "Leo".
9879
9880 2007-04-11  Didier Verna  <didier@xemacs.org>
9881
9882         New user option: message-signature-directory.
9883         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9884         * message.el (message-insert-signature): Ditto.
9885         * message.el (message-signature-file): Doc update.
9886         * message.el (message-signature-directory): New.
9887
9888 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-msg.el (gnus-inews-yank-articles):
9891         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9892
9893 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * message.el (message-yank-original): Make sure cited text ends with
9896         newline; don't exchange point and mark.
9897
9898 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9899
9900         * tls.el (open-tls-stream): Properly handle case where there
9901         is no associated buffer.
9902
9903 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9904
9905         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9906         message-yank-original, make sure (< mark TEXT point).
9907
9908 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * message.el (message-fill-column): New variable.
9911         (message-mode): Use it.  Add comment on a possible new hook.
9912
9913         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9914         (nnmail-get-new-mail): Reformat.
9915
9916         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9917
9918         * gmm-utils.el: Fix Commentary.
9919         (gmm-tool-bar-from-list): Fix typo in doc string.
9920
9921 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9922
9923         * message.el (message-yank-original): Don't switch point and mark
9924         unnecessarily to put point and mark as documented.
9925
9926 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9929         from the message heads.
9930
9931 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9932
9933         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9934         article buffer does not have a window.  This may not be the best
9935         solution but is certainly better than setting the start of the null,
9936         that is the current, window.
9937
9938 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9941         (gnus-draft-setup): Run it.
9942
9943         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9944         gnus-score-fast-scoring.  Allow regexp.
9945         (gnus-score-headers): Use it.
9946
9947         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9948         XEmacs.
9949
9950         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9951         string.
9952         (gnus-button-alist): Also catch `<f1> k ...'.
9953         (gnus-treat-display-x-face): Fix doc string.
9954
9955 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9956
9957         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9958         evaluation of gnus-extended-version to ensure correct generation of the
9959         User-Agent header when message-generate-headers-first is used.
9960
9961 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9962
9963         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9964         hashcash-path is nil.  Don't call callback with incorrect number of
9965         parameters if val is 0.
9966
9967 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9968
9969         * message.el (message-required-news-headers):
9970         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9971
9972 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9973
9974         * tls.el (open-tls-stream): In handshake-waiting loop,
9975         don't wait more if there is output available to process.
9976
9977 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9978
9979         * tls.el (tls-program): Doc fix.
9980
9981 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * message.el (message-generate-new-buffers): Change the meaning of the
9984         nil value; add `standard' to the choices; treat t as `unique'; improve
9985         doc string.
9986         (gnus-select-frame-set-input-focus): Autoload.
9987         (message-buffer-name): Search for the existing message buffer if
9988         message-generate-new-buffers is nil or `standard'; treat the value t of
9989         message-generate-new-buffers as `unique'.
9990         (message-pop-to-buffer): Raise the frame already displaying the message
9991         buffer; clear the echo area after querying.
9992         (message-setup): Pass the `continue' argument to compose-mail.
9993         (message-mail): Prefer `switch-function' if it is given; search for the
9994         existing message buffer if the `continue' argument is non-nil; pass
9995         continue and switch-function arguments to compose-mail by way of
9996         message-setup.
9997         (message-mail-other-window): Adjust argument of message-setup.
9998         (message-mail-other-frame): Ditto.
9999
10000 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10003         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10004         to turn font-lock on when turning gnus-message-citation-mode on.
10005
10006 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10007
10008         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10009         (mml-smime-function-alist): New variable; add epg as the backend.
10010         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10011         mml-smime- functions instead.
10012         * mm-view.el: Require smime.
10013
10014 2007-03-05  Didier Verna  <didier@xemacs.org>
10015
10016         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10017         instead of just inheritance for posting styles.
10018         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10019
10020 2007-02-24  Chris Moore  <dooglus@gmail.com>
10021
10022         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10023         * pgg-pgp.el (pgg-pgp-encrypt-region):
10024         * pgg-gpg.el (pgg-gpg-encrypt-region):
10025         Check pgg-encrypt-for-me if no other recipients.
10026
10027 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10028
10029         * tls.el (tls-certtool-program): Fix custom type.
10030
10031 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10034         and point-at-eol instead of line-(beginning|end)-position.
10035
10036         * assistant.el (assistant-parse-buffer): Ditto.
10037
10038         * netrc.el (netrc-parse-services): Ditto.
10039
10040 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10041
10042         * mml2015.el (mml2015-epg-find-usable-key): New function.
10043         (mml2015-epg-sign): Use it.
10044         (mml2015-epg-encrypt): Use it.
10045
10046 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * message.el (message-make-in-reply-to): Quote name containing
10049         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10050         if there are special characters.  Reported by NAKAJI Hiroyuki
10051         <nakaji@jp.freebsd.org>.
10052
10053 2007-02-27  Didier Verna  <didier@xemacs.org>
10054
10055         Include the group parameters as well as the topic ones in the
10056         inheritance filter process.
10057         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10058         argument GROUP-PARAMS-LIST.
10059         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10060
10061 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * nntp.el (nntp-never-echoes-commands)
10064         (nntp-open-connection-functions-never-echo-commands): New variables.
10065         (nntp-send-command): Use them.
10066
10067 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10068
10069         * mml2015.el (mml2015-epg-verify): Simplify.
10070
10071 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * mml.el (mml-content-disposition-alist): New user option.
10074         (mml-content-disposition): New function.
10075         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10076         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10077
10078 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10079
10080         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10081         verification.
10082
10083 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10084
10085         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10086         articles posted in the last 24 hours.
10087
10088 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10089
10090         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10091
10092 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10093
10094         * nntp.el (nntp-send-command): Don't wait for echoes when
10095         nntp-open-ssl-stream is used.
10096
10097 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10100         (gnus-message-add-citation-keywords)
10101         (gnus-message-remove-citation-keywords): Remove.
10102         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10103         directly, make the variables in font-lock-defaults buffer-local, add
10104         gnus-message-citation-keywords to them and then update the value of
10105         font-lock-keywords.
10106
10107 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * message.el (message-cite-original-1): Don't call
10110         gnus-article-highlight-citation.
10111
10112         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10113         citations; fix line count.
10114
10115 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10118         (gnus-message-add-citation-keywords)
10119         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10120         versions of font-lock-add-keywords and font-lock-remove-keywords to
10121         work with XEmacs correctly.
10122
10123 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-cite.el (gnus-cite-face-list): Set the values of
10126         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10127         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10128         (gnus-message-cite-prefix-regexp): New variable.
10129         (gnus-message-search-citation-line): Use it; protect against long
10130         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10131         the 0th match data for Emacs.
10132         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10133         (gnus-message-add-citation-keywords): Append keywords rather than
10134         prepending; emulate font-lock-add-keywords if it is not available.
10135         (gnus-message-remove-citation-keywords):
10136         Emulate font-lock-remove-keywords if it is not available.
10137
10138         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10139
10140         * message.el (message-cite-prefix-regexp): Set the value of
10141         gnus-message-cite-prefix-regexp.
10142
10143 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10144
10145         * nnweb.el (nnweb-google-parse-1): Update parser.
10146
10147 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10148
10149         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10150
10151 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10152
10153         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10154         regexp.
10155
10156 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10159         string-to-multibyte.
10160         (uudecode-decode-region-internal): Use it.
10161
10162         * lpath.el: Fbind string-as-multibyte for XEmacs.
10163
10164 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10167         Fix custom choice.
10168
10169         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10170
10171 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10172
10173         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10174
10175         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10176         `write-region' to respect `mm-inhibit-file-name-handlers'.
10177
10178 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10181         Use gnus-home-directory instead of "~/" or "$HOME".
10182
10183 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10184
10185         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10186         to mention filename.
10187         Add comments at beginning regarding usage.
10188         (encrypt-write-file-contents): Change interactive so a string is
10189         acceptable.  If the file has no associated model, show an error instead
10190         of a nonsense prompt.
10191
10192 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10193
10194         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10195         Thanks to Yoshihiko Yamada for kind notification of this typo.
10196
10197 2007-01-12  Kenichi Handa  <handa@m17n.org>
10198
10199         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10200         multibyte buffer.
10201
10202 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-score.el (gnus-score-fast-scoring): New variable.
10205         (gnus-score-headers): Use it.
10206
10207         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10208
10209         * message.el (message-cite-original-1):
10210         Call gnus-article-highlight-citation if requested.
10211         (message-make-from): Allow name and address as optional arguments.
10212
10213         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10214
10215         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10216         bugs to doc string.
10217         (gnus-button-alist): Add mid\\|message-id.
10218         (gnus-button-fetch-group): Extend for use in
10219         `browse-url-browser-function'.
10220         (gnus-button-url-regexp): Try to catch paired parentheses like in
10221         Wikipedia URLs.
10222
10223         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10224         Suggested by Simon Krahnke <overlord@gmx.li>.
10225
10226 2007-01-13  Romain Francoise  <romain@orebokech.com>
10227
10228         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10229         Update copyright.
10230
10231 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10232
10233         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10234
10235 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10236
10237         * gnus-registry.el (gnus-registry-unfollowed-groups)
10238         (gnus-registry-split-fancy-with-parent): Fix documentation.
10239
10240 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10241
10242         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10243         from nnweb groups.
10244
10245 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10248         Xref urls.  Erase buffer before requesting head.
10249
10250         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10251
10252 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10255         customizable.
10256
10257 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10258
10259         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10260         no signing key is found.
10261         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10262         no encrypting and/or signing key is found.
10263
10264 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10267
10268 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10269
10270         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10271         headers read from disk with the ones newly found in the current search.
10272         This should no longer cause problems, because the article numbers in
10273         Gmane's `nov.php' output are ignored since the previous change.
10274
10275 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10276
10277         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10278
10279 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10282         replace-regexp-in-string; bind url-version; fbind display-images-p and
10283         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10284         find-face and set-itimer-function for Emacs; bind itimer-list for
10285         Emacs.
10286
10287         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10288
10289 2007-01-01  Romain Francoise  <romain@orebokech.com>
10290
10291         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10292
10293 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10294
10295         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10296         `define-minor-mode' macro definition expanded properly.
10297         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10298         exclude it there.
10299
10300         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10301         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10302         `fboundp' test.
10303         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10304         This is OK to autoload in (S)XEmacs now.
10305
10306 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10309         keystroke.
10310         (gnus-summary-limit-to-singletons): Fix typo.
10311
10312         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10313         else fails.
10314
10315 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10316
10317         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10318         docstring.
10319
10320         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10321         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10322         (gnus-summary-insert-dormant-articles): Fix typo in message.
10323
10324 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10327         nil for XEmacs.
10328         (gnus-message-citation-mode): Don't autoload in XEmacs.
10329
10330         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10331
10332 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10333
10334         * nnimap.el (nnimap-expunge-search-string):
10335         Mention nnimap-search-uids-not-since-is-evil in docstring.
10336
10337 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * spam.el: Revert to make-obsolete-variable because
10340         define-obsolete-variable-alias is not supported in Emacs 21.
10341
10342         * spam.el (spam-ifile-path, spam-ifile-database-path)
10343         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10344         make-obsolete-variable.
10345         (spam-bsfilter-path, spam-bsfilter-program)
10346         (spam-spamassassin-path, spam-spamassassin-program)
10347         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10348         Don't use "path" inappropriately.
10349         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10350         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10351         variable names.
10352
10353 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10354
10355         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10356         summary buffer.
10357
10358         * password.el (password-cache-remove): Use clear-string to burn
10359         password, if available.
10360
10361 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10364
10365         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10366
10367         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10368         (gnus-message-highlight-citation): Move defcustom here from
10369         gnus-cite.el.
10370         (gnus-message-citation-mode): Autoload.
10371
10372         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10373         checks to make it compile with XEmacs.
10374         (gnus-message-citation-mode): New minor mode.
10375         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10376         (gnus-message-highlight-citation): New variables.
10377         (gnus-message-search-citation-line)
10378         (gnus-message-add-citation-keywords)
10379         (gnus-message-remove-citation-keywords)
10380         (turn-on-gnus-message-citation-mode)
10381         (turn-off-gnus-message-citation-mode): New functions.
10382
10383 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10384
10385         * gnus-cite.el: Enable highlighting of different citation levels in
10386         message-mode.
10387
10388 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * message.el (message-make-fqdn): Fix comment.
10391         (message-bogus-system-names): Add ".local".
10392
10393         * spam.el (spam-ifile-path, spam-ifile-program)
10394         (spam-ifile-database-path, spam-ifile-database)
10395         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10396         Don't use "path" inappropriately.
10397         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10398         strings.
10399         (spam-check-ifile, spam-ifile-register-with-ifile)
10400         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10401         Use new variable names.
10402
10403         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10404         (gnus-treat-display-smileys): Simplify using
10405         gnus-image-type-available-p.
10406
10407         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10408         available.
10409
10410         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10411         Use `display-images-p' if available.
10412
10413 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10416         one after turning on the buffer's multibyteness instead of decoding
10417         them directly in the unibyte buffer that causes unexpected conversion
10418         in Emacs 23 (unicode).
10419
10420 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10421
10422         * message.el (message-generate-hashcash): Fix custom type.
10423
10424 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10427
10428 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10431         disconnect icons.  Add help text.
10432
10433 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10434
10435         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10436         negated to be consistent with the others we handle.
10437
10438 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10439
10440         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10441         version of gnus-summary-buffer to something, so that we can use two
10442         article buffers at the same time.
10443
10444 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10445
10446         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10447         trigger all the extra headers.
10448         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10449         sorting.
10450
10451 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10452
10453         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10454         solid groups.
10455
10456 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10457
10458         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10459
10460 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * legacy-gnus-agent.el: Add Copyright notice.
10463
10464 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10465
10466         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10467
10468 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10471
10472         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10473         to make it work reliably in CVS Emacs.
10474         (gnus-summary-limit-strange-charsets-predicate)
10475         (gnus-summary-limit-to-predicate): New functions.
10476
10477 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10478
10479         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10480         specifying array size.
10481         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10482         array if it is too small.
10483         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10484         (gnus-sort-threads-loop): New function.
10485
10486 2006-12-06  Chris Moore  <dooglus@gmail.com>
10487
10488         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10489         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10490
10491 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10492
10493         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10494         options.
10495
10496 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10499         DOS-ing the recipient.
10500
10501         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10502         the headers when creating the mapping to avoid mismappings.
10503         (nnweb-gmane-create-mapping): Always nix out old mapping.
10504
10505 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10508         and mm-verify-option to never.
10509
10510 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * message.el (message-signed-or-encrypted-p): New function.
10513         (message-forward-make-body): Use it.
10514
10515         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10516         Replace encode-coding-string with mm-encode-coding-string.
10517
10518 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * nneething.el (nneething-decode-file-name):
10521         Replace decode-coding-string with mm-decode-coding-string.
10522
10523         * gnus-int.el (gnus-open-server): Say failed server's name.
10524
10525 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10526
10527         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10528         strings to a single string.  Quote `errors-file-name'.
10529         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10530         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10531         Adjust calls.  Use `shell-quote-argument'.
10532
10533 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10534
10535         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10536         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10537
10538         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10539         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10540         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10541         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10542         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10543         (gnus-subscribe-newsgroup, gnus-1):
10544         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10545         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10546         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10547         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10548
10549 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10552         keystroke.
10553         (gnus-summary-limit-to-bodies): Implement headersp.
10554
10555 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10558
10559 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10562
10563 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * message.el (message-generate-hashcash): Expand range of values to
10566         include `opportunistic'.
10567         (message-send-mail): Use it.
10568
10569 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10570
10571         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10572         and comment it.
10573
10574         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10575
10576 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-util.el (gnus-extract-address-components): Improve comment.
10579
10580 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-util.el (gnus-extract-address-components): Work with address in
10583         which the name portion contains @.
10584
10585         * lpath.el: Fbind custom-autoload.
10586
10587 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * gnus.el (gnus-start): Move custom group up.
10590         (gnus-select-method): Don't autoload, but make it available for
10591         `customize-variable'.
10592         (gnus-getenv-nntpserver): Don't autoload.
10593
10594 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10595
10596         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10597
10598 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * message.el (message-sendmail-extra-arguments): New variable.
10601         (message-send-mail-with-sendmail): Use it.
10602
10603 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10606         mm-with-unibyte-current-buffer to make string unibyte.
10607
10608         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10609         mm-string-as-multibyte.
10610
10611 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10612
10613         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10614         Reported by Werner Koch <wk@gnupg.org>.
10615
10616 2006-11-14  Daiki Ueno  <ueno@p360>
10617
10618         * mml2015.el: Autoload epa-select-keys when compiling.
10619
10620 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10621
10622         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10623         message-options.
10624         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10625
10626 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10627
10628         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10629         EasyPG (< 0.0.6).
10630         (mml2015-always-trust): New user option.
10631         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10632         prompt.
10633
10634 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * nntp.el (nntp-authinfo-force): New variable.
10637         (nntp-send-authinfo): Use it.
10638
10639 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10642         decode encoded words.  Improve prompt.  Add comment about forwarding.
10643         (message-replacement-char): Move up.
10644
10645 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10646
10647         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10648         instead of gnus-intersection because arguments of gnus-sorted-nunion
10649         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10650
10651 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10654         (message-simplify-subject-functions):
10655         Enable message-strip-subject-encoded-words by default.
10656
10657 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * message.el (message-strip-subject-encoded-words): New function.
10660         (message-simplify-subject-functions): New variable.
10661         (message-simplify-subject): Use it.  Fix typo in doc string.
10662         Support message-strip-subject-encoded-words.
10663
10664 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10665
10666         * gnus-diary.el (gnus-diary-delay-format-function):
10667         * nndiary.el (nndiary-reminders):
10668         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10669
10670 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * gnus-art.el (article-hide-boring-headers): Fetch date from
10673         gnus-original-article-buffer to avoid problems with localized date
10674         strings.
10675
10676 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10679
10680 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10683         New variables.
10684         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10685         (mm-charset-synonym-alist): Move some entries to
10686         mm-codepage-iso-8859-list.
10687         (mm-charset-synonym-alist, mm-charset-override-alist):
10688         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10689
10690 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10693
10694 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10697         with Emacs 21 and XEmacs.
10698
10699 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10700
10701         * spam.el (spam-parse-address): New function for better parsing,
10702         catching errors, etc.
10703         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10704
10705 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * mm-view.el: Add interactive arg to html2text autoload.
10708
10709 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10712
10713 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10716         New variables.
10717         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10718         (mm-charset-synonym-alist): Move some entries to
10719         mm-codepage-iso-8859-list.
10720
10721         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10722
10723 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * message.el (message-citation-line-format)
10726         (message-insert-formated-citation-line): Fix implementation of %E, %N
10727         and %n according to the doc string.
10728
10729 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10730
10731         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10732         Use car-safe to avoid bad parses.
10733
10734 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10737         names.
10738
10739         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10740
10741 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10744         header.
10745
10746         * message.el (message-draft-headers): Add Date.
10747         (message-headers-to-generate): Fix typo in docstring.
10748
10749         * nndraft.el (nndraft-required-headers): New variable.
10750         (nndraft-generate-headers): Use it.
10751
10752         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10753
10754 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10755
10756         * gnus-registry.el (gnus-registry-wash-for-keywords)
10757         (gnus-registry-find-keywords): New functions to allow easy searching of
10758         articles that are in the registry.
10759
10760 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10761
10762         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10763         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10764         Reported by Damien Elmes <damien@repose.cx>.
10765
10766 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * gnus.el (gnus-mime): Remove unused custom group.
10769
10770 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10771
10772         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10773         "blank line" when searching for end of armor headers.
10774
10775 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gmm-utils.el (gmm-write-region): Fix variable name.
10778
10779 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * gmm-utils.el (gmm-write-region): New function based on compatibility
10782         code from `mm-make-temp-file'.
10783
10784         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10785
10786         * nnmaildir.el (nnmaildir--update-nov)
10787         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10788         Use `gmm-write-region'.
10789
10790 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10791
10792         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10793         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10794
10795         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10796
10797         * message.el (message-replacement-char): New variable.
10798         (message-fix-before-sending): Use it.
10799         (message-simplify-subject): New function to remove duplicate code.
10800         (message-reply, message-followup): Use it.
10801
10802         * gnus-sum.el (gnus-summary-make-menu-bar):
10803         Clarify gnus-summary-limit-to-articles.
10804
10805 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-util.el (gnus-with-local-quit): New macro.
10808
10809         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10810
10811 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10814         ignore non-string data.
10815
10816 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10817
10818         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10819         non-string data (needs to be done in the registry too).
10820
10821 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10822
10823         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10824         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10825         (gnus-registry-split-fancy-with-parent)
10826         (gnus-registry-fetch-simplified-message-subject-fast)
10827         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10828         Remove text properties on ingress into the registry and when it's saved.
10829         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10830         registry from entries with no groups.
10831
10832 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10833
10834         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10835         function to remove string properties.
10836
10837 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * gmm-utils.el (gmm): Adjust custom version.
10840
10841         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10842         Adjust custom version.
10843
10844         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10845
10846 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * gnus-art.el (gnus-insert-prev-page-button)
10849         (gnus-insert-next-page-button): Simplify.  Reformat.
10850
10851 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10852
10853         * gnus-art.el (gnus-insert-prev-page-button)
10854         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10855
10856 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10857
10858         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10859
10860 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10861
10862         * gnus-art.el (gnus-insert-mime-button)
10863         (gnus-insert-mime-security-button):
10864         Apply gnus-article-button-face to MIME and security buttons.
10865
10866 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10869         readable.
10870
10871 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10874
10875 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10876
10877         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10878         `browse-url-of-file' instead of `browse-url'.
10879
10880 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10881
10882         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10883         regexp.  Articles containing quotation were cut prematurely.
10884
10885 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * message.el (message-cite-original-1): Use nobody by default for the
10888         value of From header.
10889         (message-reply): Ditto.
10890
10891 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10892
10893         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10894         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10895         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10896
10897 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10900         mails in the doc string.  Add some URLs in comment.
10901         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10902
10903 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10906         backslashes handling and the way to find boundaries of quoted strings.
10907
10908 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10909
10910         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10911         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10912         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10913         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10914
10915 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10918         doc string.
10919         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10920
10921 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * lpath.el: Fbind epg-check-configuration.
10924
10925 2006-09-06  Simon Josefsson  <jas@extundo.com>
10926
10927         * mml2015.el (mml2015-use): Doc fix, mention epg.
10928
10929 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10930
10931         * mml2015.el (mml2015-use): Default to epg, if available.
10932
10933 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10934
10935         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10936         message-sender.
10937         (mml1991-epg-encrypt): Ditto.
10938         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10939         message-sender.
10940         (mml2015-epg-encrypt): Ditto.
10941
10942 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10943
10944         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10945         several common directories.
10946
10947 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10948
10949         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10950         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10951
10952 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gnus-art.el (article-decode-encoded-words): Make it fast.
10955
10956 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10959
10960         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10961         in quoted string into `\'.
10962
10963 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10966         Use standard-syntax-table.
10967
10968 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-art.el (gnus-decode-address-function): New variable.
10971         (article-decode-encoded-words): Use it to decode headers which are
10972         assumed to contain addresses.
10973         (gnus-mime-delete-part): Remove useless `or'.
10974
10975         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10976         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10977         (gnus-nov-parse-line): Use it to decode From header.
10978         (gnus-get-newsgroup-headers): Ditto.
10979         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10980
10981         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10982         (mail-decode-encoded-address-string): New alias.
10983
10984         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10985         New function.
10986         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10987         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10988         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10989         (rfc2047-decode-string): Ditto.
10990         (rfc2047-decode-address-region): New function.
10991         (rfc2047-decode-address-string): New function.
10992
10993 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * message.el (message-caesar-buffer-body): Allow rotating headers.
10996
10997         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10998
10999         * message.el (message-insert-formated-citation-line): Fix %f.
11000         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11001
11002 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11005         (gnus-bookmark-mouse-available-p): New macro.
11006         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11007         (gnus-bookmark-bmenu-show-infos): Use it.
11008         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11009         (gnus-bookmark-bmenu-hide-infos): Ditto.
11010         (gnus-bookmark-remove-properties): New function.
11011         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11012         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11013         (gnus-bookmark-write-file): Bind coding-system-for-write.
11014         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11015         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11016         group before selecting it.
11017         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11018         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11019         quit-window if it is not available; use gnus-mouse-2 and bind it to
11020         gnus-bookmark-bmenu-select-by-mouse.
11021         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11022         (gnus-bookmark-bmenu-select-by-mouse): New function.
11023
11024 2006-08-13  Romain Francoise  <romain@orebokech.com>
11025
11026         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11027         space.
11028
11029 2006-08-10  Romain Francoise  <romain@orebokech.com>
11030
11031         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11032         (dns-mode-soa-auto-increment-serial): New user option.
11033         (dns-mode-soa-maybe-increment-serial): New function.
11034         (dns-mode): Add the latter to `write-contents-functions'.
11035
11036 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * compface.el (uncompface): Use binary rather than raw-text-unix.
11039
11040 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * compface.el (uncompface): Make sure the eol conversion doesn't take
11043         place when communicating with the external programs.
11044         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11045
11046 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11049
11050 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11051
11052         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11053         Make it more robust by parsing author and date independently.
11054
11055 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11058
11059 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11060
11061         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11062         first matching secret key.
11063         (mml2015-epg-encrypt): Ditto.
11064
11065         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11066         first matching secret key.
11067         (mml1991-epg-encrypt): Ditto.
11068
11069         * mml2015.el (mml2015-encrypt-to-self): New user option.
11070         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11071         mml2015-epg-encrypt-to-self is set.
11072
11073         * mml1991.el (mml1991-encrypt-to-self): New variable.
11074         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11075         mml1991-epg-encrypt-to-self is set.
11076
11077         * mml2015.el (mml2015-signers): New user option.
11078         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11079         (mml2015-epg-encrypt): Allow to select signing keys.
11080
11081         * mml1991.el (mml1991-signers): New variable.
11082         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11083         (mml1991-epg-encrypt): Allow to select signing keys.
11084
11085 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * nnheader.el (nnheader-insert-head): Make it work even if the file
11088         uses CRLF for the line-break code.
11089
11090 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11091
11092         * mml2015.el: Require mml-sec instead of password.
11093         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11094         (mml2015-cache-passphrase): Inherit the default value from
11095         mml-secure-cache-passphrase.
11096         (mml2015-passphrase-cache-expiry): Inherit the default value from
11097         mml-secure-passphrase-cache-expiry.
11098
11099         * mml1991.el: Require mml-sec instead of password.
11100         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11101         (mml1991-cache-passphrase): Inherit the default value from
11102         mml-secure-cache-passphrase.
11103         (mml1991-passphrase-cache-expiry): Inherit the default value from
11104         mml-secure-passphrase-cache-expiry.
11105
11106         * mml-sec.el: Require password.
11107         (mml-secure-verbose): New user option.
11108         (mml-secure-cache-passphrase): New user option.
11109         (mml-secure-passphrase-cache-expiry): New user option.
11110
11111 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11112
11113         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11114         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11115         andreas@altroot.de (Andreas Vögele).
11116
11117         FIXME: Use `tiny change'?
11118
11119 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11120
11121         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11122         workaround for the url package included with Emacs.
11123
11124         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11125
11126 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11129         correctly.  This fixes a bug caused by the 2006-05-12 change.
11130
11131 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11132
11133         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11134         some information about the error when saying that the `bogus' mail
11135         group will be used.
11136
11137 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11140         string.
11141
11142 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11143
11144         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11145
11146 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11147
11148         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11149
11150 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11151
11152         * mml1991.el (mml1991-function-alist): Add epg.
11153         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11154         (mml1991-epg-encrypt): New functions.
11155
11156 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11157
11158         * mml2015.el (mml2015-verbose): New variable.
11159         (mml2015-cache-passphrase): Ditto.
11160         (mml2015-passphrase-cache-expiry): Ditto.
11161         (mml2015-function-alist): Add epg.
11162         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11163         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11164         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11165         New functions.
11166
11167 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11168
11169         * message.el (message-cite-original-1): Preserve region when removing
11170         quoted text due to X-No-Archive in order to avoid bogus attribution
11171         when citing multiple messages.
11172
11173 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11174
11175         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11176         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11177
11178 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * gnus-diary.el (gnus-user-format-function-d)
11181         (gnus-user-format-function-D): Autoload.
11182
11183         * imap.el (Commentary): Fix typo.
11184
11185         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11186         2006-04-22 contribution.
11187
11188 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11189
11190         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11191         It didn't really fix the bogosity I'm seeing with solid web groups.
11192
11193 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11194
11195         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11196         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11197         created using server names.  If we use the feature without declaring
11198         it, Gnus does not properly manage server and group state.
11199
11200         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11201         bound.
11202
11203 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11204
11205         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11206         looking up the method using GROUP's prefix before inventing a new one.
11207         It is used on killed/unknown groups in various places where returning
11208         an all-new method isn't expected by the caller.
11209
11210         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11211         and match semantics of gnus-group-real-prefix.
11212
11213 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * nnmail.el (nnmail-broken-references-mailers): New variable.
11216         (nnmail-ignore-broken-references): New function generalizing
11217         nnmail-fix-eudora-headers.
11218         (nnmail-fix-eudora-headers): Now obsolete.
11219
11220         * gnus-art.el (gnus-button-handle-custom):
11221         Support `customize-apropos*'.
11222
11223 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11226
11227         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11228         articles.
11229
11230 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * message.el (message-cite-reply-above): New variable.
11233         (message-yank-original): Use it.
11234
11235 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11238
11239 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11242         as read.
11243
11244         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11245
11246 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11249         (gnus-bookmark-default-file): Use gnus-directory.
11250         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11251         Remove "*" in doc string.
11252         (gnus-bookmark-write-file): Simplify.
11253         (gnus-bookmark-maybe-sort-alist): Use `when'.
11254         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11255         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11256         Add FIXME about Emacs 21 and XEmacs compatibility.
11257         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11258         compatibility.
11259         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11260         compatibility.
11261         (gnus-bookmark-menu-heading): Fix version.
11262
11263 2006-06-19  Bastien Guerry  <bzg@altern.org>
11264
11265         * gnus-bookmark.el: New file.
11266
11267 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * message.el (message-syntax-checks): Doc fix.
11270
11271 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11272
11273         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11274         unsubscribed groups as if they were killed ones.  It causes duplicate
11275         entries in gnus-newsrc-alist.
11276
11277 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * message.el (message-syntax-checks): Doc fix.
11280         (message-send-mail): Add check for continuation headers.
11281         (message-check-news-header-syntax): Fix regexp used to check for
11282         continuation headers.
11283
11284 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11287
11288 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11291
11292 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11295         default-truncate-lines.
11296
11297 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11300         to fill the utf-8 entry.
11301
11302         * lpath.el: Fbind unicode-precedence-list.
11303
11304 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11305
11306         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11307
11308 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11309
11310         * gnus-agent.el (directory-files-and-attributes): Move all the way
11311         forward (the third and final move).
11312         (gnus-agent-read-agentview): Trap reconstruction errors due to
11313         nonexistent directory.  Handle by returning nil.
11314
11315 2006-05-30  Didier Verna  <didier@xemacs.org>
11316
11317         * message.el (message-dont-reply-to-names): Update the custom type.
11318         * message.el (message-dont-reply-to-names): New defsubst: potentially
11319         convert a list of regexps into a single one.
11320         * message.el (message-get-reply-headers): Use it.
11321         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11322
11323 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-agent.el (directory-files-and-attributes): Move forward.
11326
11327 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * gnus-ml.el (gnus-mailing-list-subscribe)
11330         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11331         (gnus-mailing-list-message): Fix doc strings.
11332
11333 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334
11335         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11336         of doing it manually.
11337
11338 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11341         comment.
11342
11343 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11344
11345         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11346         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11347         (gnus-agent-read-local): All symbols allocated in my-obarray.
11348         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11349         (gnus-agent-regenerate-group): Check numeric names to see if they are
11350         messages or groups.
11351         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11352         better way of do this...)
11353
11354         * gnus-cache.el (gnus-agent-total-fetched-for):
11355         Ignore 'dummy.group' (there should be a better way of do this...)
11356
11357 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11360         (gnus-saved-headers): Ditto.
11361         (gnus-default-article-saver): Mention functions may have properties.
11362         (gnus-article-save): Override gnus-save-all-headers and
11363         gnus-saved-headers by :headers property which saver function may have.
11364         (gnus-summary-save-in-file): Add :headers property.
11365         (gnus-summary-write-to-file): Ditto.
11366
11367         * gnus-sum.el (gnus-summary-save-article): Bind
11368         gnus-prompt-before-saving to t when saving many articles in a file;
11369         always show all headers.
11370
11371         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11372
11373 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11376         marks.
11377
11378         * message.el (message-indent-citation): Add optional arguments to allow
11379         using it outside of message buffers.
11380
11381         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11382         (gnus-article-treat-unfold-headers): Use it.
11383         (gnus-article-truncate-lines): New variable.
11384         (gnus-article-mode): Use it.
11385         (gnus-article-toggle-truncate-lines): New function.
11386
11387         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11388         Add gnus-article-toggle-truncate-lines.
11389
11390         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11391         coding system in XEmacs, use binary.
11392
11393 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11396         after-load-alist.
11397
11398         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11399         this function should save decoded articles.
11400         (gnus-summary-write-to-file): Use property to specify this function
11401         should save decoded articles and specify gnus-summary-save-in-file
11402         should be used to save articles other than the first one when saving
11403         many articles.
11404         (gnus-summary-save-body-in-file): Use property to specify this
11405         function should save decoded articles.
11406         (gnus-summary-write-body-to-file): Use property to specify this
11407         function should save decoded articles and specify
11408         gnus-summary-save-body-in-file should be used to save articles other
11409         than the first one when saving many articles.
11410
11411         * gnus-sum.el (gnus-summary-save-article): Simplify.
11412
11413 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-art.el (gnus-default-article-saver):
11416         Add gnus-summary-write-body-to-file.
11417         (gnus-article-save-coding-system): Don't use coding system object
11418         in XEmacs.
11419         (gnus-read-save-file-name): Add optional `dir-var' argument which
11420         specifies directory in which files are saved; work even if optional
11421         `variable' argument is not specified.
11422         (gnus-summary-write-to-file): Read file name.
11423         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11424         (gnus-summary-write-body-to-file): New function.
11425
11426         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11427         (gnus-summary-local-variables): Add it.
11428         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11429         (gnus-summary-save-article): Remove optional `decode' argument;
11430         determine whether to decode articles by the value of
11431         gnus-default-article-saver; when saving many files using
11432         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11433         it first and use gnus-summary-save-in-file or
11434         gnus-summary-save-body-in-file thereafter unless
11435         gnus-prompt-before-saving is always; move point to article which
11436         will be saved.
11437         (gnus-summary-save-article-file): Revert.
11438         (gnus-summary-write-article-file): Revert.
11439         (gnus-summary-save-article-body-file): Revert.
11440         (gnus-summary-write-article-body-file): New function.
11441
11442 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-art.el (gnus-default-article-saver): Doc fix.
11445         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11446         from gnus-summary-save-article-coding-system, and default to a
11447         certain coding system.
11448         (gnus-output-to-file): Add coding cookie and encode text according
11449         to gnus-article-save-coding-system; don't use mm-append-to-file.
11450
11451         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11452         gnus-art.el and rename to gnus-article-save-coding-system.
11453         (gnus-summary-save-article): Require gnus-art; don't show all
11454         headers if it decodes articles; don't add coding cookie here;
11455         don't bind mm-text-coding-system-for-write.
11456         (gnus-summary-save-article-file): Save decoded articles.
11457         (gnus-summary-write-article-file): When saving many files, use
11458         gnus-summary-write-to-file first and gnus-summary-save-in-file
11459         thereafter unless gnus-prompt-before-saving is always.
11460         (gnus-summary-save-article-body-file): Save decoded articles.
11461
11462         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11463
11464 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * nnrss.el (nnrss-check-group): Bind hash-index.
11467
11468 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11469
11470         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11471         its hash index.  Store this hash in `nnrss-group-data'.
11472         (nnrss-read-group-data): Update accordingly.
11473
11474 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11477         entry.
11478
11479         * gnus-sum.el (gnus-summary-make-menu-bar):
11480         Add gnus-article-browse-html-article.
11481
11482 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11483
11484         * gnus-sum.el (gnus-summary-mime-map):
11485         Add gnus-article-browse-html-article.
11486
11487         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11488
11489 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11492         suitable coding systems in customize.
11493
11494 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * mail-source.el (mail-sources): Fix custom type.
11497
11498 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11501         (gnus-summary-expire-articles-now): Shorten prompt.
11502
11503         * gmm-utils.el (wid-edit): Require.
11504         (defun-gmm): Rename from `gmm-defun-compat'.
11505         (gmm-image-search-load-path): Use it.
11506         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11507
11508 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-sum.el (gnus-summary-save-article-coding-system):
11511         New variable.
11512         (gnus-summary-save-article): Add optional `decode' argument.
11513         If it is set and gnus-summary-save-article-coding-system is non-nil,
11514         save decoded article.
11515         (gnus-summary-write-article-file): Save decoded article if
11516         gnus-summary-save-article-coding-system is non-nil.
11517
11518         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11519         type.
11520
11521 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11524
11525 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11528         first to test gnus-single-article-buffer which may be buffer-local.
11529
11530         * gnus-sum.el (gnus-summary-setup-buffer):
11531         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11532         group; make gnus-article-buffer, gnus-article-current, and
11533         gnus-original-article-buffer always buffer-local.
11534         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11535         group.
11536         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11537
11538 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * nnml.el (nnml-request-compact-group): Compressed files might not
11541         have .gz extension.
11542
11543 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11544
11545         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11546         (mm-copy-to-buffer): Use with-current-buffer.
11547         (mm-display-part): Simplify.
11548         (mm-inlinable-p): Add optional arg `type'.
11549
11550 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11551
11552         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11553         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11554         Try harder to show the attachment internally or externally using
11555         gnus-mime-view-part-as-type.
11556
11557 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * message.el (message-from-style, message-signature-separator)
11560         (message-user-organization-file, message-send-mail-function)
11561         (message-citation-line-function, message-yank-prefix)
11562         (message-indent-citation-function, message-signature)
11563         (message-signature-file, message-signature-insert-empty-line):
11564         Remove autoloads.
11565
11566         * gnus-art.el (gnus-buttonized-mime-types):
11567         Remove "multipart/signed".  Revert 2006-04-26 change.
11568
11569 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11570
11571         * gnus.el (gnus-version-number): Bump version.
11572
11573 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11574
11575         * gnus.el: No Gnus v0.5 is released.
11576
11577 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11578
11579         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11580         fetching articles by message-id.
11581
11582 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * message.el (hashcash): Require hashcash as normal.
11585
11586         * ecomplete.el (ecomplete-highlight-match-line):
11587         Use point-at-eol.
11588         (ecomplete-highlight-match-line): Use `highlight', because that
11589         face exists in both Emacs and XEmacs.
11590
11591         * message.el (message-display-abbrev): Use point-at-bol.
11592
11593         * mail-source.el: Don't require timer/timer-funcs.
11594
11595         * gnus-async.el: Ditto.
11596
11597         * password.el: Ditto.
11598
11599         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11600
11601         * mm-url.el: Ditto.
11602
11603         * gnus-xmas.el: Don't require timer-funcs.
11604
11605         * mm-util.el: Require timer/timer-funcs.
11606
11607 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11608
11609         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11610         Close.
11611
11612 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11615         unibyte after clear-decrypt function runs.
11616
11617         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11618         returns as a unibyte string.
11619
11620 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * lpath.el: Revert.
11623
11624         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11625         (pgg-gpg-process-sentinel): Revert.
11626
11627         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11628         (pgg-pgp-lookup-key): Revert.
11629
11630         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11631         (pgg-pgp5-lookup-key): Revert.
11632
11633         * pgg.el (pgg-fetch-key): Revert.
11634
11635 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * lpath.el: Fbind string-as-multibyte for XEmacs.
11638
11639         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11640         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11641         (mml1991-pgg-encrypt): Ditto.
11642
11643         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11644         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11645         a multibyte buffer.
11646
11647         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11648         (pgg-pgp-lookup-key): Ditto.
11649
11650         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11651         (pgg-pgp5-lookup-key): Ditto.
11652
11653         * pgg.el (pgg-fetch-key): Ditto.
11654
11655 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * message.el (message-user-organization-file): Check several
11658         locations of the organization file.
11659
11660         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11661         Add gnus-article-view-part-as-type.
11662
11663         * gnus-art.el (gnus-article-view-part-as-type): New function.
11664
11665         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11666         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11667
11668         * mml.el: Simplify autoload.
11669         (mml-mode): defvar dnd-protocol-alist instead of using
11670         symbol-value.
11671         (mml-default-directory): New variable.
11672         (mml-minibuffer-read-file): Use it.
11673         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11674
11675         * message.el (message-citation-line-format): New variable.
11676         (message-insert-formated-citation-line): New function.
11677         (message-citation-line-function):
11678         Add `message-insert-formated-citation-line' to custom type.
11679
11680         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11681         to doc string.
11682
11683         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11684         depending on mm-verify-option.
11685
11686 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11689         binding pgg-* variables; reimplement the section which prevents
11690         MIME header from being signed.
11691         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11692         pgg-text-mode; remove a blank line at the top of body.
11693
11694         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11695         lines at the top of body; use gnus-newsgroup-charset if there's no
11696         Charset header.
11697
11698 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * message.el (message-self-insert-commands): Doc fix.
11701
11702         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11703         (mm-uu-pgp-encrypted-test): Ditto.
11704         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11705         between header and body; return application/pgp-encrypted handle
11706         if decryption failed; decode decrypted body by charset.
11707
11708         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11709         element match to application/pgp-*.
11710
11711 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11712
11713         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11714         HTML.
11715
11716 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * mail-source.el (mail-source-call-script): Message the error
11719         string.
11720
11721 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * gnus-util.el (gnus-byte-compile): Use it.
11724
11725 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11726
11727         * gnus-util.el (kill-empty-logs): New function.
11728
11729 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * message.el (message-mail-alias-type): Doc fix.
11732         (message-mail-alias-type-p): New function.
11733         (message-send): Use it.
11734         (message-mode): Ditto.
11735         (message-strip-forbidden-properties): Ditto.
11736
11737         * ecomplete.el (ecomplete-database-file-coding-system):
11738         New variable.
11739         (ecomplete-save): Use it.
11740         (ecomplete-setup): Use it.
11741
11742 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * message.el (message-self-insert-commands): New variable.
11745         (message-strip-forbidden-properties): Use it.
11746
11747 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748
11749         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11750         that doesn't make XEmacs choke.
11751
11752 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-util.el (gnus-replace-in-string):
11755         Prefer replace-regexp-in-string over of replace-in-string.
11756
11757 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * gnus-util.el (gnus-select-frame-set-input-focus):
11760         Use select-frame-set-input-focus if it is available in XEmacs; use
11761         definition defined in Emacs 22 for old Emacsen.
11762
11763         * dgnushack.el: Autoload unmorse-region for XEmacs.
11764
11765         * lpath.el: Bind cursor-in-non-selected-windows and
11766         select-frame-set-input-focus for XEmacs.
11767
11768 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11771
11772 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * gnus-registry.el (gnus-registry-cache-save): Remove text
11775         properties when saving via the temp buffer.
11776
11777 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * message.el (message-generate-hashcash): Honor custom type.
11780
11781 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * message.el (message-generate-hashcash): Default to non-nil when
11784         hashcash is found.
11785
11786         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11787         (gnus-refer-thread-limit): Increase default to 500.
11788
11789         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11790
11791         * flow-fill.el (fill-flowed): Allow delete-space.
11792
11793 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11796         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11797         Remove autoloads.
11798
11799 2006-04-18  Simon Josefsson  <jas@extundo.com>
11800
11801         * message.el (message-generate-hashcash): Default to.
11802
11803 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11806         concatenating segments rather than before concatenating them.
11807
11808 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11811
11812 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11815
11816         * message.el (message-forward-make-body-plain):
11817         Allow message-forward-ignored-headers to be a list.
11818         (message-remove-ignored-headers): Factor out into function.
11819         (message-forward-make-body-mml): Use it.
11820
11821         * imap.el (imap-quote-specials): New function.
11822         (imap-login-auth): Quote specials.
11823
11824         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11825         (rfc2231-parse-string): Allow concatanation of parameters that
11826         aren't contiguous.  The test case is
11827           (mail-header-parse-content-type "message/external-body;
11828             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11829             access-type=LOCAL-FILE;
11830             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11831
11832 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11833
11834         * nntp.el (nntp-accept-process-output): Return the value of
11835         `nnheader-accept-process-output'.
11836
11837 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11840         (gnus-button-alist): Recognize more diff formats.
11841         (gnus-button-patch): Strip directory.
11842
11843 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11846         Emacs 22 when setting focus.
11847
11848 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * gnus-art.el (gnus-article-treat-types): Do treatment of
11851         text/x-verbatim parts.
11852         (gnus-button-patch): New command.
11853
11854         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11855         addresses that contain invalid characters.
11856
11857 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * message.el (message-put-addresses-in-ecomplete):
11860         Use gnus-replace-in-string.
11861         (message-is-yours-p): Use the more correct
11862         mail-header-parse-address instead of
11863         mail-extract-address-components.
11864         (message-put-addresses-in-ecomplete): Fix typo.
11865
11866         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11867         keystroke.
11868
11869         * gnus-art.el (gnus-treatment-function-alist): Change order of
11870         newsgroups/generic header folding to avoid double-folding.
11871
11872         * message.el (message-hidden-headers): Add X-Draft-From.
11873
11874         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11875         New command.
11876         (gnus-summary-repeat-search-article-backward): New command.
11877
11878         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11879         groups in the parent topic.
11880
11881 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11882
11883         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11884         (spam-extra-header-to-number): Return the CRM114 number as a
11885         number instead of a string.
11886
11887 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-art.el (gnus-face-properties-alist): Move here from
11890         gnus-fun.
11891
11892         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11893
11894 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * message.el (message-strip-forbidden-properties): Only display on
11897         self-insert-command.
11898
11899         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11900         reindent.
11901         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11902
11903 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11904
11905         * smiley.el (smiley-style): Fix typo.
11906
11907 2006-03-23  Kenichi Handa  <handa@m17n.org>
11908
11909         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11910         instead of set-buffer-multibyte.
11911
11912 2006-03-23  Kenichi Handa  <handa@m17n.org>
11913
11914         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11915         buffer and then decode the buffer text if necessary.
11916         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11917         first, and after mm-encode-body, change the buffer to unibyte.
11918
11919 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11920
11921         * hashcash.el (hashcash-insert-payment-async-2):
11922         Use message-goto-eoh instead of doing it manually.
11923         (mail-add-payment): Use message-narrow-to-header instead of trying
11924         to do the same itself.
11925
11926         * message.el (message-hidden-headers): Add Face.
11927
11928         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11929         reparenting code.
11930         (gnus-summary-reparent-children): Refactored out code.
11931         (gnus-summary-thread-map): New keystroke.
11932         (gnus-summary-reparent-children): Make into command.
11933
11934         * smiley.el (smiley-style): Default to `medium' if using a large
11935         font.
11936
11937         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11938         does it itself.
11939
11940         * message.el (message-point-in-header-p): Simplify definition.
11941
11942 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11943
11944         * nnagent.el (nnagent-request-set-mark): Silence log file
11945         writing.
11946         (nnagent-request-set-mark): Use write-region instead of
11947         append-to-file.
11948
11949         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11950         strange select method.
11951
11952         * ecomplete.el (ecomplete-display-matches): Get highlightling
11953         right.
11954         (ecomplete-display-matches): Use literals.
11955         (ecomplete-display-matches): Disable message logging.
11956
11957         * message.el (message-display-abbrev): Small optimization.
11958
11959         * ecomplete.el (ecomplete-display-matches): Allow automatic
11960         display.
11961
11962         * message.el (message-strip-forbidden-properties):
11963         Display abbrevs.
11964         (message-display-abbrev): Get automatic display right.
11965
11966         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11967         keystrokes.
11968
11969 2006-04-13  Romain Francoise  <romain@orebokech.com>
11970
11971         TODO: Backport to v5-10!
11972
11973         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11974         Move here (and rename) from gnus-registry.el.
11975
11976         * gnus-registry.el: Require gnus-util.
11977         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11978
11979 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11980
11981         * gnus-group.el (gnus-group-catchup-current):
11982         Change if-then-else-if-then-else into cond.
11983         (gnus-group-catchup): Indent.
11984         (group-name-at-point): New function.
11985         (gnus-fetch-group): Provide default from thing at point.
11986
11987 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11988
11989         * message.el (message-display-abbrev): Fix regexp.
11990
11991         * ecomplete.el (ecomplete-highlight-match-line):
11992         Reimplement choosing.
11993         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11994         dead variables.
11995
11996         * message.el (message-newline-and-indent): Remove debugging.
11997         (message-display-abbrev): Use new implementation.
11998
11999 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-art.el (gnus-article-mode):
12002         Set cursor-in-non-selected-windows to nil.
12003
12004         * smiley.el: Revert previous change.
12005         (smiley-data-directory): defvar it before using it in the
12006         defcustom of `smiley-style'.
12007
12008 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * message.el (message-newline-and-indent): New function.
12011
12012         * ecomplete.el: Implement more bits.
12013
12014         * message.el (message-put-addresses-in-ecomplete): Clean up the
12015         string.
12016
12017         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12018
12019         * gnus-sum.el (gnus-summary-save-parts):
12020         Bind gnus-summary-save-parts-counter and use it to make unique file
12021         names.
12022
12023         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12024
12025         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12026         parameter to say whether to actually parse the individual
12027         addresses.
12028
12029         * message.el (message-put-addresses-in-ecomplete): New function.
12030         (ecomplete): Require.
12031         (message-mail-alias-type): Add ecomplete as an option.
12032
12033 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12034
12035         * flow-fill.el (fill-flowed): Remove trailing space from blank
12036         quoted lines.
12037
12038 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039
12040         * smiley.el (smiley-style): Move definition later to avoid a
12041         compilation warning.
12042
12043 2006-04-12  Kenichi Handa  <handa@m17n.org>
12044
12045         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12046         buffer and then decode the buffer text if necessary.
12047         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12048         first, and after mm-encode-body, change the buffer to unibyte.
12049         Use mm-disable-multibyte instead of set-buffer-multibyte.
12050
12051 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12054         Content-Type header instead of Content-Disposition header.
12055         (gnus-mime-inline-part): Ditto.
12056         (gnus-mime-view-part-as-charset): Ignore charset that the part
12057         specifies.
12058
12059         * mm-decode.el (mm-display-part): Work with external parts and
12060         usual parts similarly.
12061
12062         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12063         instead of gnus-display-mime.
12064
12065         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12066         instead of with-temp-buffer.
12067
12068         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12069         tag to summarized topics part in order to encode non-ASCII text.
12070
12071 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * smiley.el (smiley-style): New variable.
12074         (smiley-directory): New function.
12075         (smiley-data-directory): Derive from `smiley-style' using
12076         `smiley-directory'.
12077         (smiley-regexp-alist): Add new entries.
12078
12079         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12080         (gnus-article-browse-delete-temp): Add :version.
12081
12082 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12083
12084         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12085         the sieve region.
12086
12087 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * gnus.el (gnus-version-number): Bump version.
12090
12091 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gnus.el: No Gnus v0.4 is released.
12094
12095 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096
12097         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12098         layout.
12099
12100         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12101         unknown charset.
12102
12103         * message.el (message-header-synonyms): Add Original-To to the
12104         default.
12105
12106         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12107         optional parameter.
12108
12109 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * gnus-fun.el (gnus): Require it for gnus-directory.
12112
12113 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12116
12117 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12118
12119         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12120
12121 2006-04-05  Simon Josefsson  <jas@extundo.com>
12122
12123         * password.el (password-reset): New function.
12124
12125 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12126
12127         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12128         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12129
12130 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12131
12132         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12133         Some whitespace was matched into the url, which broke browsing hits
12134         > 100 when mm-url-use-external was nil.
12135
12136 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12139         Check gnus-extra-headers for 'Newsgroups.
12140
12141         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12142         bound.
12143
12144 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12145
12146         * pgg-gpg.el: Clean up process buffers every time gpg processes
12147         complete.
12148
12149 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12152         doc string.
12153
12154 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12155
12156         * pgg-gpg.el (pgg-gpg-process-filter)
12157         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12158
12159         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12160         lines, temporary fix.
12161
12162 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12165
12166 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12167
12168         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12169         default-enable-multibyte-characters.  This reverts the change from
12170         revision 6.17 which is no longer necessary because the passphrase
12171         is sent separately now.  GnuPG messages are unreadable under
12172         multibyte locales with default-enable-multibyte-characters set to
12173         nil.
12174
12175 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * message.el (message-tool-bar-gnome): Move "spell".
12178
12179 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12182         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12183         instead.
12184
12185 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12186
12187         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12188         Improve newsgroups handling for NNTP overviews which don't include
12189         Newsgroups.
12190
12191 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12192
12193         * message.el (message-resend): Bind message-generate-hashcash to nil.
12194
12195 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12196
12197         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12198         when searching for already-paid recipients.
12199
12200 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12201
12202         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12203         passphrases when it is not needed.
12204         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12205         passphrase stuff from gpg, should only be necessary when you use
12206         gpg with a smartcard.
12207
12208 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * mml.el (mml-insert-mime): Ignore cached contents of
12211         message/external-body part.
12212
12213         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12214         (mm-insert-part): Ditto.
12215
12216 2006-03-23  Simon Josefsson  <jas@extundo.com>
12217
12218         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12219         Reiner.
12220         (pgg-gpg-use-agent-p): Use it again.
12221
12222 2006-03-23  Simon Josefsson  <jas@extundo.com>
12223
12224         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12225         older emacsen.
12226         (pgg-gpg-use-agent-p): Don't use it.
12227
12228 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12231         if we can.
12232
12233 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12234
12235         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12236         (pgg-gpg-update-agent): New function.
12237         (pgg-gpg-use-agent-p): New function.
12238         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12239         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12240         (pgg-gpg-sign-region): Use it.
12241
12242 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12245         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12246
12247 2006-03-21  Simon Josefsson  <jas@extundo.com>
12248
12249         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12250         <wilde@sha-bang.de>.
12251         (pgg-gpg-use-agent): New variable.
12252         (pgg-gpg-process-region): Use it.
12253         (pgg-gpg-encrypt-region): Likewise.
12254         (pgg-gpg-encrypt-symmetric-region): Likewise.
12255         (pgg-gpg-decrypt-region): Likewise.
12256         (pgg-gpg-sign-region): Likewise.
12257         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12258
12259 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12262
12263         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12264         Add comment on version.
12265
12266 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * smiley.el: Add missing test smiley.
12269
12270 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * mm-decode.el (mm-with-part): New macro.
12273         (mm-get-part): Use it; work with message/external-body as well.
12274         (mm-save-part): Treat name and filename equally.
12275
12276         * mm-extern.el (mm-extern-cache-contents): New function.
12277         (mm-inline-external-body): Use it; force the part to be displayed;
12278         move undisplayer added to the cached handle to the parent.
12279
12280         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12281         (gnus-mime-view-part-as-type): Work with message/external-body.
12282
12283         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12284
12285 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12288         images in image-load-path.  [Sync with image.el, revision 1.60, in
12289         Emacs.]
12290
12291 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12294         path rather than symbol.  Always return list of directories.
12295         Guarantee that image directory comes first.  [Sync with image.el,
12296         revision 1.59, in Emacs.]
12297
12298         * message.el (message-make-tool-bar): Adjust to new API of
12299         `gmm-image-load-path-for-library'.
12300
12301         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12302
12303         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12304
12305 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12306
12307         * gnus-art.el (gnus-article-only-boring-p):
12308         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12309         intangible text.
12310         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12311
12312 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12315         Use `defun' instead of `gmm-defun-compat'.
12316
12317 2006-03-14  Simon Josefsson  <jas@extundo.com>
12318
12319         * message.el (message-unique-id): Don't use message-number-base36
12320         if (user-uid) is a float.
12321         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12322
12323 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12326
12327         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12328         empty line between a part and a message part.
12329
12330 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12331
12332         * smiley.el: Add more test smileys.
12333         (smiley-data-directory, smiley-regexp-alist)
12334         (gnus-smiley-file-types): Fix doc strings.
12335         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12336         adding new elements.
12337         (smiley-mouse-map): Unused code.  Make it a comment.
12338
12339 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12342         scan latest NoCeM messages instead of old ones.
12343         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12344         delimiters that are recently used.
12345         (gnus-nocem-load-cache): Add autoload cookie.
12346
12347         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12348
12349         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12350         level which is larger than gnus-use-nocem is specified.
12351
12352         * gnus-group.el (gnus-group-get-new-news): Ditto.
12353
12354 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-util.el (gnus-tool-bar-update): New function.
12357
12358         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12359         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12360
12361         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12362
12363         * gnus-group.el (gnus-group-redraw-when-idle)
12364         (gnus-group-redraw-check): Remove.
12365         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12366
12367 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12370         if optional last element is specified in splits (FIELD VALUE...).
12371
12372 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12375         to gmm-image-load-path-for-library.  Call with no-error argument.
12376         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12377
12378         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12379
12380         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12381
12382         * gmm-utils.el (gmm-image-load-path): Remove alias.
12383
12384 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * gmm-utils.el (gmm-image-load-path): Add alias.
12387
12388         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12389         nnml-generate-nov-databases-1.
12390         (nnml-generate-nov-databases): Use it.
12391         (nnml-generate-nov-databases-directory): Document no-active
12392         argument.
12393
12394         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12395         directory if path is t.  Add no-error.
12396
12397         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12398         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12399
12400         * gnus-art.el (gnus-article-browse-delete-temp-files):
12401         Simplify resetting gnus-article-browse-html-temp-list.
12402
12403         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12404         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12405         Add example to docstring.  Rename local variables.  Move error
12406         checks to default case in cond and simplify.
12407
12408 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12411         handle is multipart when calling it recursively.
12412         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12413
12414 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12415
12416         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12417         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12418
12419 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12422         is loaded.
12423
12424         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12425         loaded.
12426
12427 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12428
12429         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12430         to "Emacs 23 (unicode)" in doc string.
12431
12432         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12433         "Emacs 23 (unicode)" in comment.
12434
12435 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12438
12439         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12440         characters 160 through 255 in Emacs 23.
12441
12442 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12445         gnus-article-browse-html-temp.
12446         (gnus-article-browse-delete-temp): Make it customizable.
12447         Add `file'.  Adjust doc string.
12448         (gnus-article-browse-delete-temp-files): Add argument.
12449         Allow query for each file.  Adjust doc string.
12450         (gnus-article-browse-html-parts):
12451         Add `gnus-article-browse-delete-temp-files' to
12452         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12453
12454 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12455
12456         * gnus-art.el (gnus-article-browse-html-temp)
12457         (gnus-article-browse-delete-temp): New variables.
12458         (gnus-article-browse-delete-temp-files): New function.
12459         (gnus-article-browse-html-parts): Use it.
12460
12461 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12464
12465         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12466         string.
12467
12468         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12469         gnus-summary-insert-new-articles when unplugged.
12470         Remove gnus-summary-search-article-forward.
12471
12472         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12473         display-visual-class instead of display-color-cells.
12474
12475 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * dgnushack.el: Autoload customize-group for XEmacs.
12478
12479         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12480         message/* containing non-ASCII text properly.
12481
12482 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * message.el: Require gmm-utils, remove autoloads.
12485         (message-tool-bar): Set default based on
12486         gmm-tool-bar-style.
12487         (message-tool-bar-gnome): Add gmm-customize-mode.
12488
12489         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12490         gmm-tool-bar-style.
12491         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12492
12493         * gnus-group.el (gnus-group-tool-bar): Set default based on
12494         gmm-tool-bar-style.
12495         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12496
12497         * gmm-utils.el (gmm-image-directory): Rename variable from
12498         gmm-image-load-path.
12499         (gmm-image-load-path): Use gmm-image-directory.
12500         (gmm-customize-mode): New function.
12501         (gmm-tool-bar-style): New variable.
12502
12503         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12504         gnus-group-redraw-line-number.
12505         (gnus-group-redraw-check): Simplify.
12506         (gnus-group-tool-bar-update): Remove redraw check.
12507         (gnus-group-make-tool-bar): Add redraw check.
12508
12509 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12510
12511         * gnus-art.el (gnus-button): Add missing parentheses.
12512
12513 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * lpath.el: Fbind line-number-at-pos.
12516
12517 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12520
12521 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-art.el (gnus-button): New face.
12524         (gnus-article-button-face): Use it.
12525
12526         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12527         Add gnus-summary-next-page.  Re-order.
12528
12529         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12530         next-node are now included.
12531         (gnus-group-redraw-line-number): New internal variable.
12532         (gnus-group-redraw-check): Helper function for updating the tool
12533         bar.
12534         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12535
12536         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12537
12538         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12539         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12540         Use it to match format of Spamassassin 3.0 and later.
12541         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12542         (spam-check-bogofilter)
12543         (spam-bogofilter-register-with-bogofilter): Fix args of
12544         `gnus-error' calls.
12545
12546 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12549         unnecessary interaction when sending queued mails.
12550         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12551
12552 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12555         first or last are nil.
12556
12557 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12558
12559         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12560
12561 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12564
12565 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * dns.el (query-dns): Protect more against buggy tcp output.
12568
12569 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12572         nov.php.
12573
12574 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12575
12576         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12577         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12578         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12579         output on the server side.
12580         (nnweb-google-create-mapping): Update regexps and add some
12581         progress indication.
12582
12583 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * gnus-group.el (gnus-group-tool-bar-gnome):
12586         Fix gnus-agent-toggle-plugged.  Re-order icons.
12587         (gnus-group-tool-bar-gnome):
12588         Add gnus-group-{prev,next}-unread-group.
12589         (gnus-group-tool-bar-gnome): Re-order icons.
12590
12591         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12592         Move gnus-summary-insert-new-articles.
12593
12594         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12595         Fix comments.
12596
12597         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12598         also available in Emacs 21.3.
12599
12600         * message.el (message-fix-before-sending): Change "Emacs 22" to
12601         "Emacs 23 (unicode)" in comment.
12602
12603         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12604         "Emacs 23 (unicode)" in comment.
12605
12606         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12607         comment.
12608         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12609
12610         * mm-view.el (mm-fill-flowed): Add :version.
12611
12612 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12615         and load-path.
12616
12617 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * message.el: Autoload gmm-image-load-path.
12620         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12621         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12622         consitency.
12623
12624         * gmm-utils.el (gmm-image-load-path): Also search in
12625         "../etc/images".  Don't set gmm-image-load-path if we don't find
12626         the image.
12627
12628 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gmm-utils.el (gmm-image-load-path): Don't make
12631         `gmm-image-load-path' include subdirectories which the second arg
12632         `image' might specify.
12633
12634         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12635         subdirectory to icon file names.
12636
12637         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12638
12639 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12642         gmm-image-load-path calls.
12643
12644         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12645
12646         * message.el (message-make-tool-bar): Ditto.
12647
12648         * mml.el (mml-preview): Add comment concerning tool bar icons.
12649
12650         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12651         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12652
12653         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12654         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12655
12656         * message.el (message-tool-bar-gnome): Use new icon names.
12657         (message-make-tool-bar): Use `gmm-image-load-path'.
12658
12659         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12660         New functions from MH-E.
12661         (gmm-image-load-path): New variable from MH-E.
12662         (gmm-image-load-path): New function from MH-E.  Add arguments
12663         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12664         *-image-load-path-called-flag.
12665
12666 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12667
12668         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12669
12670 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12671
12672         * nnimap.el (nnimap-request-move-article): Change folder back to
12673         source group before deleting.
12674
12675 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12678
12679         * gnus-art.el (mm-url-insert-file-contents-external):
12680         Autoload mm-url.
12681
12682         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12683
12684 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12687         coding system which mm-charset-to-coding-system returns for a
12688         given charset is valid.
12689
12690 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12691
12692         * html2text.el (html2text-remove-tag-list):
12693         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12694
12695 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12696
12697         * gnus-cus.el: Revert 2005-10-17 change.
12698
12699 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-art.el (article-strip-banner):
12702         Call article-really-strip-banner only when the regexp match is made.
12703
12704 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-art.el (article-strip-banner):
12707         Use gnus-extract-address-components instead of
12708         mail-header-parse-addresses to make it work with non-ASCII text;
12709         remove mail-encode-encoded-word-string.
12710
12711         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12712         values which are surrounded with \"...\"; make it never cause a
12713         Lisp error; give up parsing of parameters if it failed in
12714         extracting type.
12715
12716 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12717
12718         * smime.el (smime-cert-by-ldap-1): Fix bug where
12719         `smime-ldap-search' returns results without userCertificates.
12720
12721 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12724
12725 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * spam.el (spam-check-spamassassin-headers): Adapt format for
12728         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12729         <ari@mbf.ocn.ne.jp>.
12730         (spam-list-of-processors): Add spam-use-gmane.
12731
12732 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12735         make-temp-file; make it work with XEmacs as well.
12736
12737         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12738         mm-make-temp-file.
12739
12740         * mm-decode.el (mm-display-external): Use the 3rd arg of
12741         mm-make-temp-file.
12742         (mm-create-image-xemacs): Ditto.
12743
12744 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12747         with message-narrow-to-headers.
12748         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12749         (gnus-draft-check-draft-articles): New function.
12750         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12751
12752 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-art.el (gnus-article-browse-html-parts):
12755         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12756         Don't use suffix argument for mm-make-temp-file for Emacs 21
12757         compatibility.  Remove useless `format'.
12758
12759 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12760
12761         * nnweb.el (nnweb-google-wash-article): Update regexps.
12762         (nnweb-group-alist): Use defvoo instead of defvar.
12763
12764 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12767         re-loading nn* modules.
12768
12769 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12772         for `tool-bar-mode' and don't check it's default-value.
12773
12774         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12775
12776         * message.el (message-make-tool-bar): Ditto.
12777
12778         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12779         `substring'.  Shorten tmp-file name.
12780
12781         * gnus.el: Remove bogus comment.
12782
12783 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12784
12785         * gnus-art.el (gnus-article-browse-html-parts): New function.
12786         (gnus-article-browse-html-article): New function for viewing html
12787         articles with a browser.
12788
12789 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12790
12791         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12792         in elisp.
12793         (pgg-gpg-encrypt-symmetric-region): Ditto.
12794         (pgg-gpg-sign-region): Ditto.
12795
12796         * pgg-def.el (pgg-text-mode): New variable.
12797
12798         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12799         (mml2015-pgg-encrypt): Ditto.
12800
12801         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12802         (mml1991-pgg-encrypt): Ditto.
12803
12804 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * nnfolder.el (nnfolder-insert-newsgroup-line):
12807         Use message-make-date instead of current-time-string.
12808
12809         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12810         to gnus-decoded which mm-uu might set.
12811
12812 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12815         don't decode quoted parameters; remove misimported Emacs code.
12816         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12817         (rfc2231-decode-encoded-string): Don't use split-string which
12818         behaves differently according to Emacs version; use
12819         mm-decode-coding-region to convert charset to coding-system.
12820         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12821         (rfc2231-encode-string): Remove misimported Emacs code.
12822
12823 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12826         when calling mail-header-parse-content-type.
12827         (article-de-quoted-unreadable): Ditto.
12828         (article-de-base64-unreadable): Ditto.
12829         (article-wash-html): Ditto.
12830
12831         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12832         calling mail-header-parse-content-type and
12833         mail-header-parse-content-disposition.
12834         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12835         mail-header-parse-content-type.
12836
12837         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12838         insert charset and format parameters; encode description after
12839         inserting it to buffer.
12840         (mml-insert-parameter): Fold lines properly even if a parameter is
12841         segmented into two or more lines; change the max column to 76.
12842
12843         * rfc1843.el (rfc1843-decode-article-body): Don't use
12844         ignore-errors when calling mail-header-parse-content-type.
12845
12846         * rfc2231.el (rfc2231-parse-string): Return at least type if
12847         possible; don't cause an error even if it fails in parsing of
12848         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12849         (rfc2231-encode-string): Don't break lines at the beginning, leave
12850         it to mml-insert-parameter.
12851
12852         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12853         calling mail-header-parse-content-type.
12854
12855 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * spam-report.el (spam-report-gmane-use-article-number):
12858         Improve doc string.
12859         (spam-report-gmane-internal): Check if a suitable header was found
12860         in the article.
12861
12862 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12865         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12866
12867 2006-02-05  Romain Francoise  <romain@orebokech.com>
12868
12869         Update copyright notices of all files in the gnus directory.
12870
12871 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12872
12873         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12874
12875 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12878         segmented lines of parameter value to cope with Thunderbird 1.5
12879         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12880         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12881         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12882
12883 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12884
12885         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12886         parts.
12887
12888 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12889
12890         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12891         there's only one active file for all servers.
12892         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12893         solid groups.  Gnus might have used a FAST request to select the group.
12894         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12895         and nnweb-search redundantly in the active file.
12896         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12897         (nnweb-request-create-group): Don't use ARGS.
12898         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12899         initialisations.  Let nnoo do the work.
12900
12901 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12904         Say the part has been decoded.
12905
12906         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12907
12908 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12909
12910         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12911         mailcap-viewer-test-cache when there's no 'test clause, since that
12912         will invert the meaning of a "nil" test previously determined by
12913         mailcap-mailcap-entry-passes-test.
12914
12915 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12918         compiling.
12919
12920         * gnus-sum.el: Ditto.
12921
12922         * message.el: Don't bind tool-bar-map when compiling.
12923
12924 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12927
12928 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12929
12930         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12931         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12932         current Google Groups.
12933
12934 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12937         and tool-bar-mode.
12938
12939         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12940         and tool-bar-mode.
12941
12942         * message.el (message-tool-bar-update): Simplify.
12943         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12944
12945         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12946         gnus-summary-buffer.
12947         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12948         gnus-summary-reply.
12949
12950         * gmm-utils.el (gmm): Add :version.
12951
12952 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * Makefile.in (clean): New rule.
12955         (distclean): Use it.
12956
12957 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12958
12959         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12960         Don't autoload.
12961
12962 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gmm-utils.el (gmm-verbose): Add :group.
12965
12966 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * message.el: Change some comments WRT tool-bars.
12969
12970         * gnus-sum.el (gnus-summary-tool-bar)
12971         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12972         (gnus-summary-tool-bar-zap-list): New variables.
12973         (gnus-summary-make-tool-bar): Complete rewrite using
12974         `gmm-tool-bar-from-list'.
12975
12976         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12977         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12978         New variables.
12979         (gnus-group-make-tool-bar): Complete rewrite using
12980         `gmm-tool-bar-from-list'.
12981         (gnus-group-tool-bar-update): New function.
12982
12983         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12984
12985 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12988         is dissected into a single part of which the type is the same as
12989         the given one; decode charset.
12990
12991 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12992
12993         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12994         into alists as symbol not string, since that's what
12995         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12996         look for.
12997
12998 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13001         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13002
13003         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13004
13005 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13008         (gnus-xmas-mime-security-button-menu): New function.
13009
13010         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13011         (gnus-mime-security-button-menu): New definition.
13012         (gnus-mime-security-button-map): Use them.
13013         (gnus-mime-security-button-menu): New function.
13014         (gnus-insert-mime-security-button): Addition to help echo.
13015         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13016         (gnus-mime-security-pipe-part): New functions.
13017
13018         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13019         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13020
13021         * mm-decode.el (mm-handle-set-disposition): Remove.
13022         (mm-handle-set-description): Remove.
13023
13024 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13027         (mm-w3m-standalone-supports-m17n-p): New function.
13028         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13029         w3m usage.
13030
13031         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13032         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13033
13034 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * message.el (message-tool-bar-zap-list):
13037         Use gmm-tool-bar-zap-list as custom type.
13038         (message-tool-bar-update): New function.
13039         (message-tool-bar, message-tool-bar-gnome)
13040         (message-tool-bar-retro): Add message-tool-bar-update.
13041         (message-tool-bar-gnome): Add flyspell-buffer.
13042
13043         * gnus-util.el (gnus-error): Describe `args'.
13044
13045         * gmm-utils.el (gmm-error): Describe `args'.
13046         (gmm-tool-bar-zap-list): New widget.
13047         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13048
13049 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13052         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13053         the number of recursive calls.
13054
13055         * mm-decode.el (mm-handle-set-disposition): New macro.
13056         (mm-handle-set-description): New macro.
13057
13058 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13061         encoding.
13062
13063 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * message.el (message-tool-bar-zap-list, message-tool-bar)
13066         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13067         (message-tool-bar-local-item-from-menu): Remove.
13068         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13069         (message-make-tool-bar): New function.
13070         (message-mode): Use `message-make-tool-bar'.
13071
13072         * gmm-utils.el: New file.
13073         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13074         (gmm-lazy): New widget copied from `nnmail.el'.
13075         (gmm-tool-bar-from-list): New function for creating customizable
13076         tool bars.
13077         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13078         output.
13079         (gmm): Add :prefix to defgroup.
13080
13081 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13082
13083         * gmm-utils.el (gmm-widget-p): New function.
13084
13085 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * mml.el (mml-attach-file): Describe `description' in doc string.
13088         (mml-menu): Add Emacs MIME manual and PGG manual.
13089
13090 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13091
13092         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13093
13094 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13095
13096         * nntp.el (nntp-end-of-line): Doc fix.
13097
13098 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13099
13100         * imap.el (imap-open): Handle case where buffer is a buffer
13101         object.
13102
13103 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13104
13105         * gnus-delay.el (gnus-delay): Don't autoload.
13106         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13107         to be re-loaded when customizing the `gnus-delay' group.
13108
13109 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13110
13111         * message.el (message-insert-citation-line): Use newlines.
13112
13113 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13114
13115         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13116         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13117         these routines, so the passphrase can be managed externally and
13118         passed in to the system.
13119         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13120         pgg-add-passphrase-to-cache function.
13121
13122         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13123         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13124         these routines, so the passphrase can be managed externally and
13125         passed in to the system.
13126         (pgg-pgp5-sign-region): Use new name of
13127         pgg-add-passphrase-to-cache function.
13128
13129 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13130
13131         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13132         part of the decoded armor to find the key-identifier.
13133         (pgg-gpg-lookup-key-owner): New function to return the
13134         human-readable identifier of a key owner.
13135         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13136         itself.
13137         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13138         the key value) if we have a key and can match it against a secret
13139         key.  Also, added a note pointing out fact that the prompt only
13140         indicates the first matching key.
13141
13142         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13143         pgg-decrypt-region.
13144         (pgg-add-passphrase-to-cache): Rename from
13145         `pgg-add-passphrase-cache' to reduce confusion (all callers
13146         changed).
13147         (pgg-remove-passphrase-from-cache): Rename from
13148         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13149         changed).
13150         (pgg-read-passphrase, pgg-add-passphrase-cache)
13151         (pgg-remove-passphrase-cache): Add informative docstrings.
13152         (pgg-decrypt): Convey provided passphrase in subordinate call to
13153         pgg-decrypt-region.
13154
13155 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13156
13157         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13158         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13159         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13160         'passphrase' argument, so the passphrase can be managed externally
13161         and then passed in to the system.
13162
13163         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13164         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13165         so the passphrase cache can be used reliably with identifiers
13166         besides a pgp packet's key id.
13167
13168         * pgg-gpg.el (pgg-gpg-encrypt-region)
13169         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13170         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13171         these routines, so the passphrase can be managed externally and
13172         passed in to the system.
13173
13174         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13175         'notruncate' argument, so the passphrase cache can be used
13176         reliably with identifiers besides a pgp packet's key id.
13177
13178 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13179
13180         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13181         symmetric encryption.
13182         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13183         encrypted session key.
13184         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13185         message ask for the passphrase in a proper way.
13186
13187         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13188         New user commands for symmetric encryption.
13189
13190 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13193
13194         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13195
13196 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13197
13198         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13199
13200 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * mm-decode.el (mm-inlined-types): Add application/pgp.
13203         (mm-automatic-display): Ditto.
13204
13205         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13206         part as text.
13207
13208 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * nnrss.el: Update copyright.
13211         (nnrss-opml-import): Query whether to subscribe to each entry.
13212
13213         * gnus-art.el:
13214         * gnus-sum.el:
13215         * gnus-xmas.el:
13216         * messagexmas.el:
13217         * mm-uu.el:
13218         * mm-view.el: Update copyright.
13219
13220 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * message.el (message-info): New function.
13223         (message-mode-menu): Add it.
13224         Update copyright.
13225
13226         * ChangeLog: Fix and update copyright.
13227
13228 2006-01-13  Romain Francoise  <romain@orebokech.com>
13229
13230         * message.el (message-forward-subject-name-subject): Prefer the
13231         address to 'nowhere' if the sender has no name.
13232         Fix typo.  Update copyright year.
13233
13234 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (article-wash-html):
13237         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13238         (gnus-article-wash-html-with-w3m-standalone): New function.
13239
13240         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13241         mm-inline-text-html-render-with-w3m-standalone.
13242         (mm-text-html-washer-alist): Map w3m-standalone to
13243         gnus-article-wash-html-with-w3m-standalone.
13244         (mm-inline-text-html-render-with-w3m-standalone): New function.
13245
13246 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13249         Improve LaTeX.
13250
13251 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13254         (nnrss-request-article): Render text/plain parts as HTML.
13255
13256         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13257         the buffer.
13258
13259 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13262         custom definition of `gnus-posting-styles'.
13263
13264         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13265         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13266
13267 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13270         Use nntp for bug archive.
13271
13272 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13275         parts.
13276         (nnrss-normalize-date): New function converts ISO 8601 date into
13277         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13278         (nnrss-check-group): Use it.
13279
13280 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13283
13284         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13285         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13286         (nnrss-insert-w3): Ditto.
13287
13288 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13291         the articles to be forwarded including the case where neither a
13292         number of articles nor a region is specified.
13293
13294 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * nnrss.el (nnrss-request-article): Fix last change; fill
13297         text/plain parts.
13298
13299 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13302         in text/plain part.
13303         (nnrss-check-group): Don't add excessive newline to dc:subject.
13304
13305 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13306
13307         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13308         article.
13309
13310 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13313         (nnml-use-compressed-files, nnml-save-mail): Support other
13314         comression programs such as bzip2.
13315
13316 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13317
13318         * dns.el (query-dns): Make sure we check the buffer size before
13319         removing tcp headers.
13320
13321 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13324         remove MIME buttons associated with multipart/alternative parts.
13325         (gnus-mime-display-alternative): Tag buttons using `article-type'
13326         text property.
13327
13328         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13329         associated with multipart/alternative parts.
13330
13331         * gnus-art.el (gnus-signature-separator): Fix custom type.
13332
13333         * mm-decode.el (mm-inlined-types): Fix custom type.
13334         (mm-keep-viewer-alive-types): Ditto.
13335         (mm-automatic-display): Ditto.
13336         (mm-attachment-override-types): Ditto.
13337         (mm-inline-override-types): Ditto.
13338         (mm-automatic-external-display): Ditto.
13339
13340 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * spam-report.el (spam-report-user-mail-address)
13343         (spam-report-user-agent): New variables.
13344         (spam-report-url-ping-plain): Use spam-report-user-agent.
13345
13346 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13347
13348         * gnus-art.el (gnus-button-handle-custom): Do not just use
13349         `customize-apropos' for any "M-x customize-*" button but the
13350         function called for.  Accept both the function name and its
13351         argument in order to achieve this.
13352         (gnus-button-alist): Remove support for "custom:" URL's.
13353         Pass function name to `gnus-button-handle-custom' in case of "M-x
13354         customize-*" buttons.
13355
13356 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13359         multipart/alternative and add xref to mm-discouraged-alternatives
13360         in doc string.
13361
13362         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13363         gnus-buttonized-mime-types in doc string.
13364
13365 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13368         Suggest image/.* in the doc string.
13369
13370 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13373         message-marks (Debian bug #342521).
13374
13375 2005-12-12  Simon Josefsson  <jas@extundo.com>
13376
13377         * password.el (password-read-from-cache): Add.
13378         (password-read): Use it.
13379
13380 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * rfc2047.el (rfc2047-charset-to-coding-system):
13383         Recognize us-ascii as a MIME charset.
13384
13385         * mm-bodies.el (mm-decode-content-transfer-encoding):
13386         Protect against the case where the 2nd arg TYPE is nil.
13387
13388 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * pop3.el (pop3-stream-type): Fix custom version.
13391
13392         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13393
13394 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13395
13396         * mm-decode.el (mm-display-external): Add missing cdr.
13397
13398 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13401         RFC1524) if it is in mailcap or add a suffix according to
13402         mailcap-mime-extensions when generating a temp filename; postpone
13403         deleting a temp file for 2 seconds for some wrappers, shell
13404         scripts, and so on, which might exit right after having started a
13405         viewer command as a background job.
13406
13407 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * nntp.el (nntp-marks-directory): Fix custom group.
13410
13411         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13412         steps when < 10.
13413
13414         * gnus-start.el (gnus-no-server-1):
13415         Mention `gnus-level-default-subscribed' in doc string.
13416
13417 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13418
13419         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13420         parens.
13421
13422 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-xmas.el (gnus-use-toolbar): Revert.
13425         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13426         gnus-use-toolbar is default.
13427
13428         * messagexmas.el (message-use-toolbar): Revert.
13429         (message-setup-toolbar): Use global default-toolbar if
13430         message-use-toolbar is default.
13431
13432 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13435         according to default-toolbar-visible-p.
13436
13437         * messagexmas.el (message-use-toolbar): Ditto.
13438
13439 2005-11-26  Dave Love  <fx@gnu.org>
13440
13441         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13442         (tls-program, tls-success): Provide openssl alternative.
13443
13444         * starttls.el: Doc fixes.
13445         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13446         SERVICE to PORT.
13447
13448         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13449         port null or service name.
13450         (starttls-negotiate): Autoload.
13451
13452 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * message.el (message-kill-to-signature): Fix interactive spec.
13455
13456 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * pop3.el (pop3-open-server): Recognize a string as a service name.
13459
13460 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13461
13462         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13463
13464 2005-11-23  Dave Love  <fx@gnu.org>
13465
13466         Add pop3s, pop3/starttls.
13467
13468         * pop3.el (pop3-authentication-scheme): Clarify doc.
13469         (open-tls-stream, starttls-open-stream): Autoload.
13470         (pop3-stream-type): New.
13471         (pop3-open-server): Use it.
13472
13473         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13474         for POP.
13475         (mail-source-keyword-map): Add :stream for POP.
13476         (mail-source-fetch-pop): Use pop3-stream-type.
13477
13478 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13481         of current-time-string.
13482
13483 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13484
13485         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13486         date header.
13487
13488 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13489
13490         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13491         it can seriously impact performance as it bypasses the agent's
13492         local caches.
13493
13494 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13495
13496         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13497         must be explicitly online rather than "not explicitly offline" for
13498         its flags to be synchronized.
13499
13500         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13501         that gnus-uu-unmark-thread will function correctly.
13502
13503         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13504         1024K is instead displayed as 1M.
13505
13506 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13507
13508         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13509
13510 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13511
13512         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13513
13514 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13515
13516         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13517         error message to display actual error condition.
13518         (gnus-agent-save-local): Avoid saving symbols that are bound to
13519         nil as they simply result in a warning message in
13520         gnus-agent-read-local.
13521
13522 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13525         rather than make-variable-buffer-local for file-precious-flag.
13526
13527 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13528
13529         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13530         for duplicates which are removed.  The invalid sort check then
13531         triggers a rescan after the sort as sorting may have moved
13532         duplicate entries such that they can be cheaply detected.
13533
13534 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13537
13538 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13539
13540         * gnus-agent.el (gnus-agent-article-alist-save-format):
13541         Change internal variable to a custom variable.  Change default value
13542         from compressed(2) to uncompressed(1).
13543         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13544         support for uncompressed agentview files.  Taken together, reading
13545         the agentview file should now be 6-7 times faster.
13546
13547 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13548
13549         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13550         as a buffer-local variable.  This avoids creating truncated
13551         dribble files as a result of a hang up, eg.
13552
13553 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13554
13555         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13556         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13557         XEmacs.
13558
13559 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-start.el (gnus-start-draft-setup):
13562         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13563
13564         * gnus.el (gnus-splash): Change custom group.
13565         (gnus-group-get-parameter, gnus-group-parameter-value):
13566         Describe allow-list argument.
13567
13568         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13569         string.
13570
13571 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-art.el (gnus-default-article-saver): Add user-defined
13574         `function' to custom type.
13575
13576 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13577
13578         * imap.el (imap-open): Handle case where buffer is a buffer
13579         object.
13580
13581 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13584         long lines.
13585         (gnus-cache-delete-group): Wrap doc strings.
13586
13587         * gnus-agent.el (gnus-agent-rename-group)
13588         (gnus-agent-delete-group): Wrap doc strings.
13589
13590 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * messagexmas.el (message-use-toolbar): Change the valid values
13593         into default, top, bottom, left, and right.
13594         (message-toolbar-thickness): New variable.
13595         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13596         well.
13597         (message-setup-toolbar): Make it work.
13598
13599         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13600         (gnus-use-toolbar): Change the valid values into default, top,
13601         bottom, left, and right.
13602         (gnus-toolbar-thickness): New variable.
13603         (gnus-xmas-setup-toolbar): New function.
13604         (gnus-xmas-setup-group-toolbar): Use it.
13605         (gnus-xmas-setup-summary-toolbar): Use it.
13606
13607 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13608
13609         * gnus-start.el (gnus-1): Add "native" to
13610         gnus-predefined-server-alist.
13611
13612         * gnus.el (gnus-method-to-server): Don't add "native" to the
13613         lists here, because that leads to problems when
13614         gnus-select-method is bound.
13615
13616 2005-11-09  Simon Josefsson  <jas@extundo.com>
13617
13618         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13619         use (not sort-by-date) instead.
13620
13621 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13622
13623         * gnus-delay.el (gnus-delay-group): Don't autoload.
13624         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13625         to be re-loaded when customizing the `gnus-delay' group.
13626
13627 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13628
13629         * message.el: Revert last changes.
13630         (message-insert-citation-line): Use newlines.
13631
13632 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13633
13634         * message.el (message-courtesy-message)
13635         (message-mark-insert-begin, message-mark-insert-end)
13636         (message-elide-ellipsis, message-cancel-message)
13637         (message-add-header, message-change-subject)
13638         (message-cross-post-followup-to-header)
13639         (message-cross-post-insert-note, message-reduce-to-to-cc)
13640         (message-widen-reply, message-delete-not-region)
13641         (message-kill-to-signature, message-insert-signature)
13642         (message-insert-importance-high, message-insert-importance-low)
13643         (message-insert-or-toggle-importance)
13644         (message-insert-disposition-notification-to)
13645         (message-indent-citation, message-yank-original)
13646         (message-cite-original-without-signature, message-cite-original)
13647         (message-insert-citation-line, message-position-on-field)
13648         (message-fix-before-sending, message-send-mail-partially)
13649         (message-send-mail, message-send-mail-with-sendmail)
13650         (message-send-mail-with-qmail, message-send-news)
13651         (message-check-news-header-syntax, message-generate-headers)
13652         (message-insert-courtesy-copy, message-fill-address)
13653         (message-fill-header, message-shorten-references)
13654         (message-setup-1, message-cancel-news)
13655         (message-forward-make-body-plain, message-forward-make-body-mime)
13656         (message-forward-make-body-mml, message-encode-message-body)
13657         (message-forward-make-body-digest-plain)
13658         (message-forward-make-body-digest-mime)
13659         (message-use-alternative-email-as-from): Insert `hard-newline'
13660         instead of ordinary newlines.
13661
13662 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * message.el (message-generate-headers): Downcase the argument
13665         given to message-check-element.
13666
13667 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13668
13669         * nntp.el (nntp-authinfo-rejected): New error condition.
13670         (nntp-wait-for): Use new error condition to signal authentication
13671         error.
13672         (nntp-retrieve-data): Rethrow new error condition to break out of
13673         recursive call to nntp-send-authinfo.
13674
13675 2005-11-08  Romain Francoise  <romain@orebokech.com>
13676
13677         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13678         (gnus-summary-exit-map): Bind to `Z p'.
13679         (gnus-summary-make-menu-bar): Add menu item.
13680
13681 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13684         (gnus-treat-*): Add `first' in all doc strings.
13685
13686         * gnus-group.el (gnus-group-compact-group): Fix typo.
13687
13688 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus.el (gnus-parameters-case-fold-search): New variable.
13691         (gnus-parameters-get-parameter): Use it.
13692
13693         * gnus-score.el (gnus-home-score-file): Doc fix.
13694
13695 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13696
13697         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13698
13699 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * mm-util.el (mm-special-display-p): New function.
13702
13703         * mml.el (mml-preview): Use it; doc fix.
13704
13705 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13706
13707         * imap.el (imap-open): Handle case where buffer is a buffer object.
13708
13709 2005-10-29  Romain Francoise  <romain@orebokech.com>
13710
13711         * message.el (message-fix-before-sending): Fix comment.
13712
13713 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13714
13715         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13716
13717 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13718
13719         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13720         Used in gnus-score.el.
13721
13722 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13725
13726 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13729         whitespace removed in revision 7.8.  Use concatenated string to
13730         protect trailing whitespace.
13731
13732 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13733
13734         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13735         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13736         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13737         Courier IMAP ("some version from 2004").  Mostly based on similar
13738         code in the same function.
13739
13740 2005-10-26  Didier Verna  <didier@xemacs.org>
13741
13742         * gnus-group.el (gnus-group-compact-group): Invalidate original
13743         article buffer.
13744         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13745         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13746         NOV database and in article itself.
13747         Invalidate article backlog.
13748
13749 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13752
13753 2005-10-26  Simon Josefsson  <jas@extundo.com>
13754
13755         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13756         part of 2004-07-25 change.
13757
13758 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * message.el (message-display-completion-list): New function.
13761         (message-expand-group): Use it; make sure the Completions buffer
13762         is modifiable.
13763 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13764
13765         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13766         user-mail-name is an empty string.
13767
13768 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13771         depending on gnus-score-decay-constant.
13772
13773         * encrypt.el (encrypt-insert-file-contents)
13774         (encrypt-write-file-contents): Don't use `gnus-message'.
13775
13776         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13777         arguments.
13778         (mm-uu-type-alist): Add message-marks and insert-marks.
13779         Pass arguments to mm-uu-verbatim-marks-extract.
13780         (mm-uu-hide-markers): New variable.
13781         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13782
13783         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13784         (gnus-convert-image-to-face-command): Use "convert" by default to
13785         allow other input image formats.
13786         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13787         accordingly.
13788
13789 2005-10-23  Simon Josefsson  <jas@extundo.com>
13790
13791         * imap.el (imap-gssapi-program): Align command line parameters
13792         with latest GNU SASL.
13793         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13794
13795 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13798         HTML.
13799         (nnslashdot-request-article): Ditto.
13800
13801         * lpath.el (featurep): Add nobreak-char-display.
13802
13803 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13804
13805         * mail-source.el (mail-source-fetch-pop): Require pop3.
13806         (mail-source-check-pop): Ditto.
13807
13808 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13811         errors.
13812
13813 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13816         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13817
13818         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13819
13820         * mm-bodies.el (mm-decode-string):
13821         Call `mm-charset-to-coding-system' with allow-override argument.
13822
13823 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13826         (rfc2047-charset-to-coding-system): New function.
13827         (rfc2047-decode-encoded-words): New function.
13828         (rfc2047-decode-region): Use them.
13829         (rfc2047-decode-cte): Remove.
13830         (rfc2047-parse-and-decode): Remove.
13831         (rfc2047-decode): Remove.
13832
13833 2005-10-15  Kenichi Handa  <handa@m17n.org>
13834
13835         * rfc2047.el (rfc2047-decode-cte): New function.
13836         (rfc2047-decode-region): Change the way to decode successive
13837         encoded-words: decode B- or Q-encoding in each encoded-word,
13838         concatenate them, and decode it as charset.
13839
13840 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * lpath.el: Fbind codepage-setup for XEmacs.
13843
13844 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13845
13846         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13847         widget-move-and-invoke.
13848         (gnus-custom-mode): Use gnus-custom-map.
13849
13850 2005-10-15  Bill Wohler  <wohler@newt.com>
13851
13852         * message.el (message-tool-bar-map): Rename image file from
13853         mail_send to mail/send.
13854
13855 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13856
13857         * message.el (message-expand-group): Pass the common
13858         prefix substring of completion to `display-completion-list'.
13859
13860 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * mml-sec.el (mml-secure-method): New internal variable.
13863         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13864         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13865         New functions using mml-secure-method.
13866
13867         * mml.el (mml-mode-map): Add key bindings for those functions.
13868         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13869         Harder <harder@myrealbox.com>.
13870         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13871         Goto end of message if point is the headers of the message.
13872
13873         * message.el (message-in-body-p): New function.
13874
13875         * assistant.el: Autoload gnus-util and netrc.
13876
13877         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13878         Use `mm-charset-override-alist' only when decoding.
13879
13880         * mm-bodies.el (mm-decode-body):
13881         Call `mm-charset-to-coding-system' with allow-override argument.
13882
13883         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13884         `filename' from Content-Disposition if Content-Type doesn't
13885         provide `name'.
13886         (gnus-mime-view-part-as-type): Set default instead of
13887         initial-input.
13888
13889 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13890
13891         * format-spec.el (format-spec): Propagate text properties of % spec.
13892
13893 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-art.el (gnus-treat-predicate): Add `first'.
13896
13897 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13900         (mm-charset-override-alist): New variable.
13901         (mm-charset-to-coding-system): Use it.
13902         (mm-codepage-setup): New helper function.
13903         (mm-charset-eval-alist): New variable.
13904         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13905         Warn about unknown charsets.
13906
13907         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13908
13909 2005-10-04  David Hansen  <david.hansen@gmx.net>
13910
13911         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13912         (nnrss-check-group): Ditto.
13913
13914 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13917         Rename x-gnus-verbatim to x-verbatim.
13918         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13919
13920         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13921         x-verbatim.
13922
13923         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13924
13925         * gnus-util.el (gnus-remove-duplicates): Remove.
13926
13927         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13928         instead of gnus-remove-duplicates.
13929
13930         * message.el (message-remove-duplicates): Remove.
13931         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13932         message-remove-duplicates.
13933
13934         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13935         available, else use implementation from `delete-dups'.
13936
13937         * message.el (message-insert-expires): New function.
13938         (message-mode-map): Add key binding.
13939         (message-mode-field-menu): Add menu entry.
13940         (message-mode): Document it.
13941         (message-make-expires-date): Use `message-make-date'.
13942
13943 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13944
13945         * message.el (message-make-expires-date): New function.
13946
13947 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * Makefile.in (list-installed-shadows): New entry.
13950         (install): Use it.
13951         (remove-installed-shadows): New entry.
13952
13953         * dgnushack.el (dgnushack-default-load-path): New variable.
13954         (dgnushack-find-lisp-shadows): New function.
13955         (dgnushack-remove-lisp-shadows): New function.
13956
13957 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * Makefile.in (install-el-elc): New entry.
13960         (install): Use it so that .el files are necessarily installed.
13961
13962 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13965
13966 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13967
13968         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13969         function rather than the diff-mode.el package.
13970         (mm-display-external): Use with-current-buffer.
13971         (mm-viewer-completion-map, mm-viewer-completion-map):
13972         Move initialization inside declaration.
13973
13974 2005-09-29  Simon Josefsson  <jas@extundo.com>
13975
13976         * spam.el: Load hashcash when compiling, to avoid warnings.
13977         Don't autoload mail-check-payment.
13978         (spam-check-hashcash): Define unconditionally, since hashcash.el
13979         is part of Gnus now.  Ignore errors from payment checking.
13980
13981 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * message.el (message-bold-region, message-unbold-region):
13984         Rename from `bold-region' and `unbold-region'.
13985
13986         * message.el: Remove useless autoloads.
13987
13988 2005-09-28  Simon Josefsson  <jas@extundo.com>
13989
13990         * message.el (message-use-idna): Default to t.
13991         (message-use-idna): Test whether encoding works too.  Doc fix.
13992
13993 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * nntp.el (nntp-warn-about-losing-connection): Remove.
13996
13997 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14000         customizable.  Change default value.
14001         (mm-uu-diff-groups-regexp): Change default value.
14002         (mm-uu-type-alist): Add doc string.
14003         (mm-uu-configure): Add doc string.  Make it interactive.
14004         (mm-uu-tex-groups-regexp): New variable.
14005         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14006         (mm-uu-type-alist): Add LaTeX documents.
14007         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14008         of "text/verbatim".
14009         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14010
14011         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14012         instead of "text/verbatim".
14013
14014         * message.el (message-mark-inserted-region)
14015         (message-mark-insert-file): Use slrn style marks when called with
14016         prefix argument.
14017
14018 2005-09-27  Simon Josefsson  <jas@extundo.com>
14019
14020         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14021
14022 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14023
14024         * message.el (message-remove-duplicates): New function.
14025         Implementation borrowed from `gnus-remove-duplicates'.
14026         (message-idna-to-ascii-rhs): Also encode idna addresses in
14027         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14028         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14029         only ask about the same idna domain once per header and also tell
14030         in what header to replace the idna domain.
14031
14032         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14033         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14034         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14035         a header is decoded and not just the last one.
14036
14037 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14040         has been decoded.
14041
14042         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14043         (mm-insert-part): Don't modify text if it has been decoded.
14044
14045         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14046         decoded.
14047
14048         * mm-view.el (mm-inline-text): Don't strip text props unless
14049         decoding enriched or richtext parts.
14050
14051 2005-09-25  Romain Francoise  <romain@orebokech.com>
14052
14053         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14054         * gnus-start.el (gnus-subscribe-interactively):
14055         * gnus-uu.el (gnus-uu-grab-articles):
14056         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14057         space.
14058
14059 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14060
14061         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14062         * mm-view.el (mm-view-pkcs7-decrypt):
14063         * gnus-sum.el (gnus-summary-limit-to-extra)
14064         (gnus-summary-respool-article, gnus-read-move-group-name):
14065         * gnus-score.el (gnus-summary-increase-score):
14066         * gnus-util.el (gnus-completing-read-with-default):
14067         * gnus-art.el (gnus-read-save-file-name)
14068         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14069         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14070         * message.el (message-check-news-header-syntax):
14071         Follow convention for reading with the minibuffer.
14072
14073 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * spam-report.el (spam-report-url-ping-plain):
14076         Use gnus-extended-version as User-Agent.
14077
14078         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14079         default value is nil.
14080
14081         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14082         (mm-uu-verbatim-marks-extract): New function.
14083         (mm-uu-extract): New face.
14084         (mm-uu-copy-to-buffer): Use it.
14085
14086         * spam-report.el (spam-report-gmane-ham): Rename from
14087         `spam-report-gmane-unspam'.
14088         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14089         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14090
14091         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14092         Autoload.
14093         (spam-report-gmane-unregister-routine):
14094         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14095
14096 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14099         (spam-report-gmane-unregister-routine): Add support for gmane
14100         unregistration.
14101
14102         * spam-report.el (spam-report-gmane-unspam)
14103         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14104         (spam-report-gmane): Change to take a single article and do unspam
14105         registration.
14106
14107 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * mm-url.el (mm-url-decode-entities): Fix regexp.
14110
14111 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14114         default to nil, to be able to use Gnus at all.  If the default
14115         switches to something else, then the function should be fixed not
14116         be exceedingly slow.
14117
14118 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14121         fail hard.
14122
14123         * spam-report.el: Add better Keywords line.
14124
14125         * spam.el: Add Maintainer and better Keywords line.
14126
14127 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * gnus-art.el (gnus-article-replace-part)
14130         (gnus-mime-replace-part): New functions.
14131         (gnus-mime-action-alist, gnus-mime-button-commands)
14132         (gnus-mime-save-part-and-strip): Add file argument.
14133         (gnus-article-part-wrapper): Add interactive argument.
14134
14135         * gnus-sum.el (gnus-summary-mime-map):
14136         Add `gnus-article-replace-part'.
14137
14138 2005-09-19  Didier Verna  <didier@xemacs.org>
14139
14140         The nnml compaction feature:
14141         * nnml.el (nnml-request-compact-group): New function.
14142         * nnml.el (nnml-request-compact): New function.
14143         * gnus-int.el (gnus-request-compact-group): New function.
14144         * gnus-int.el (gnus-request-compact): New function.
14145         * gnus-group.el (gnus-group-compact-group): New function.
14146         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14147         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14148         * gnus-srvr.el (gnus-server-compact-server): New function.
14149         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14150         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14151
14152 2005-09-18  Deepak Goel  <deego@gnufans.org>
14153
14154         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14155         format spec.
14156
14157 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14160
14161 2005-09-15  Romain Francoise  <romain@orebokech.com>
14162
14163         * message.el (message-fill-paragraph): Clarify docstring.
14164
14165 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-art.el (gnus-mime-display-part): Protect against broken
14168         MIME messages.
14169
14170 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14173         before parsing header.
14174
14175 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14176
14177         * html2text.el (html2text-replace-list): Add new entities.
14178
14179 2005-09-11  Romain Francoise  <romain@orebokech.com>
14180
14181         * message.el (message-alternative-emails): Improve docstring.
14182         (message-setup-1): Call `message-use-alternative-email-as-from'
14183         after `message-setup-hook' to give it precedence over posting
14184         styles, etc.
14185         (message-use-alternative-email-as-from): Add docstring.
14186         Remove the original From header if present.
14187
14188         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14189         (nnml-save-mail): Use it.
14190
14191         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14192         articles.  Add new argument `silent'.
14193         (gnus-uu-mark-all): Report the total number of marked articles.
14194
14195 2005-09-10  Romain Francoise  <romain@orebokech.com>
14196
14197         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14198         (gnus-uu-mark-series): Likewise.
14199
14200 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * spam-report.el (spam-report-gmane): Fix generation of spam
14203         report URL.
14204
14205 2005-09-10  Simon Josefsson  <jas@extundo.com>
14206
14207         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14208         t, based on discussion on the ding list with Robert Epprecht
14209         <epprecht@solnet.ch>.
14210
14211 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * spam-report.el (spam-report-gmane): Make it work without
14214         X-Report-Spam header.  Gmane now only provides Archived-At.
14215         This is only used if `spam-report-gmane-use-article-number' is nil.
14216         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14217
14218         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14219         make `gnus-summary-sort-by-recipient' work with threading.
14220
14221         * nnweb.el (nnweb-google-wash-article): Print a message if article
14222         is not available.
14223
14224 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14225
14226         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14227         change.  Decode text/* parts content before displaying.
14228
14229 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14232
14233 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14236
14237         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14238         url-package-name, url-package-version,
14239         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14240         w3m-display-inline-images, and w3m-minor-mode-map.
14241
14242 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * message.el (message-tab-body-function): Fix mismatched custom type.
14245
14246         * gnus.el (gnus-group-change-level-function): Ditto.
14247
14248         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14249
14250         * gnus-art.el (gnus-signature-limit)
14251         (gnus-article-mime-part-function): Ditto.
14252
14253 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * mml.el (mml-mode): Silence the byte compiler.
14256
14257         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14258         using `(sit-for 0)' before moving the point to the specified part;
14259         skip unbuttonized parts.
14260         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14261         return to the summary window if gnus-auto-select-part is non-nil.
14262
14263 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14264
14265         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14266         New variables.
14267         (mml-dnd-attach-file, mml-mode): Use them.
14268
14269         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14270         Make fetching article by MID work again for Google Groups.
14271         Add FIXME concerning gnus-group-make-web-group.
14272
14273         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14274         Don't depend on Gnus by using mail-extract-address-components if
14275         gnus-extract-address-components is not bound.
14276
14277 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14278
14279         * gnus-art.el (gnus-mime-display-security): Don't display the
14280         signature, but only the signed part.
14281
14282 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14285
14286         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14287         list, not listp.
14288
14289 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14290
14291         * mm-encode.el (mm-encode-content-transfer-encoding):
14292         Likewise when encoding.
14293
14294         * mm-bodies.el (mm-decode-content-transfer-encoding):
14295         De-canonicalize CRLF for all text content types, not just
14296         text/plain.
14297
14298 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14301         valid article; point arrow and cursor at the MIME button.
14302
14303 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14306         Suggested by Dan Christensen <jdc@uwo.ca>.
14307
14308         * mm-decode.el (mm-save-part): Enable change of prompt.
14309
14310 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14311
14312         * gnus-msg.el (gnus-inews-add-send-actions):
14313         Make `message-post-method' lambda parameter ARG `&optional'.
14314
14315 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gnus-sum.el (gnus-summary-mime-map):
14318         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14319         gnus-article-jump-to-part.
14320
14321         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14322         (gnus-article-edit-part): Use it.
14323         (gnus-article-part-wrapper): Add no-handle argument.
14324         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14325         New functions.
14326
14327 2005-08-29  Romain Francoise  <romain@orebokech.com>
14328
14329         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14330         docstring.
14331         (gnus-face-from-file): Likewise.
14332
14333 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14336         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14337         non-nil.
14338         (gnus-auto-select-part): New variable.
14339         (gnus-article-jump-to-part): New function.
14340         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14341         (gnus-mime-delete-part): Allow selecting specified part after
14342         deleting or stripping parts.
14343         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14344         part if argument is bogus.
14345
14346 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14347
14348         * gnus-art.el (w3m-minor-mode-map):
14349         * gnus-spec.el (gnus-newsrc-file-version):
14350         * gnus-util.el (nnmail-active-file-coding-system)
14351         (gnus-original-article-buffer, gnus-user-agent):
14352         * gnus.el (gnus-ham-process-destinations)
14353         (gnus-parameter-ham-marks-alist)
14354         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14355         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14356         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14357         * mm-decode.el (gnus-current-window-configuration):
14358         * mm-extern.el (gnus-article-mime-handles):
14359         * mm-url.el (url-current-object, url-package-name)
14360         (url-package-version):
14361         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14362         (smime-keys, w3m-cid-retrieve-function-alist)
14363         (w3m-current-buffer, w3m-display-inline-images)
14364         (w3m-minor-mode-map):
14365         * mml-smime.el (gnus-extract-address-components):
14366         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14367         (gnus-newsrc-hashtb, message-default-charset)
14368         (message-deletable-headers, message-options)
14369         (message-posting-charset, message-required-mail-headers)
14370         (message-required-news-headers):
14371         * mml1991.el (mc-pgp-always-sign):
14372         * mml2015.el (mc-pgp-always-sign):
14373         * nnheader.el (nnmail-extra-headers):
14374         * rfc1843.el (gnus-decode-encoded-word-function)
14375         (gnus-decode-header-function, gnus-newsgroup-name):
14376         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14377
14378 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14379
14380         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14381         the end of the date treatments.
14382
14383 2005-08-15  Simon Josefsson  <jas@extundo.com>
14384
14385         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14386         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14387         Capello and Romain Francoise.
14388         (pgg-fetch-key-function): Remove, not used?
14389         (pgg-insert-url-with-w3): Require url, to get
14390         url-insert-file-contents regardless of where it is defined.
14391
14392 2005-08-13  Romain Francoise  <romain@orebokech.com>
14393
14394         * message.el (message-cite-original-1): New function.
14395         (message-cite-original): Use it.
14396         (message-cite-original-without-signature): Ditto.
14397
14398 2005-08-08  Romain Francoise  <romain@orebokech.com>
14399
14400         * message.el (message-yank-empty-prefix): New variable.
14401         (message-indent-citation): Use it.
14402         (message-cite-original-without-signature): Respect X-No-Archive.
14403
14404 2005-08-08  Simon Josefsson  <jas@extundo.com>
14405
14406         * pgg.el: Autoload url-insert-file-contents instead of loading
14407         w3/url.
14408         (pgg-insert-url-with-w3): Don't load url here.
14409
14410 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14411
14412         * message.el (message-kill-to-signature): Don't insert newline at
14413         bol.
14414         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14415
14416 2005-08-06  Romain Francoise  <romain@orebokech.com>
14417
14418         * message.el (message-user-fqdn): Fix typo in docstring.
14419
14420 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14421
14422         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14423
14424         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14425
14426 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * mm-bodies.el (mm-encode-body): Use coding system rather than
14429         charset to encode text.
14430
14431         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14432         number of charsets if utf-8 is available (XEmacs).
14433
14434 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14437         taken from `gnus-button-mid-or-mail-regexp'.
14438         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14439         (gnus-button-alist): Improve regexp for domain part of the MIDs
14440         for news:localpart@domain buttons.
14441         (gnus-button-ctan-directory-regexp): Update.
14442
14443 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * sieve-manage.el (sieve-manage-interactive-login):
14446         Use make-local-variable rather than make-variable-buffer-local.
14447         (sieve-manage-open): Ditto.
14448         (sieve-manage-authenticate): Ditto.
14449
14450         * mml.el (mml-generate-mime-1): Make the content type default to
14451         text/plain if the filename is not specified.
14452
14453 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14456         instead of insert-buffer.
14457
14458         * message.el (message-yank-original): Ditto; set the mark at the
14459         end of the yanked message.
14460
14461 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14464         lines to scroll rather than to stop it.
14465
14466         * mml.el (mml-generate-default-type): Add doc string.
14467         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14468         default to application/octet-stream when determining the content
14469         type if it is not specified for the part or the mml contents; add
14470         a comment about mml-generate-default-type.
14471
14472 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14475         make it default to application/octet-stream when determining the
14476         content type if it is not specified for the external contents.
14477
14478 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14481         segmented parameter but also other parameters might be there.
14482
14483 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * mm-decode.el (mm-display-external): Delete temp file, directory
14486         and buffer immediately if the external process is exited.
14487
14488 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14491         fewer lines than that of scroll-margin.
14492         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14493
14494 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (gnus-article-next-page): Revert.
14497         (gnus-article-beginning-of-window): New macro.
14498         (gnus-article-next-page-1): Use it.
14499         (gnus-article-prev-page): Ditto.
14500         (gnus-article-edit-part): Use insert-buffer-substring instead of
14501         insert-buffer.
14502         (gnus-article-edit-exit): Ditto.
14503
14504         * gnus-util.el (gnus-beginning-of-window): Remove.
14505         (gnus-end-of-window): Remove.
14506
14507         * lpath.el: Don't bind header-line-format and scroll-margin.
14508
14509 2005-07-25  Simon Josefsson  <jas@extundo.com>
14510
14511         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14512         to have the url package without w3.  Reported by Daiki Ueno
14513         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14514
14515 2005-07-20  Didier Verna  <didier@xemacs.org>
14516
14517         * gnus-diary.el: Remove the description comment (nndiary is now
14518         properly documented in the Gnus manual).
14519         Fix the spelling of "Back End".
14520         * nndiary.el: Ditto.
14521         Fix the copyright notice.
14522
14523 2005-07-18  Romain Francoise  <romain@orebokech.com>
14524
14525         * gnus-sum.el (gnus-summary-to-prefix)
14526         (gnus-summary-newsgroup-prefix): New variables.
14527         (gnus-summary-from-or-to-or-newsgroups): Use them.
14528
14529 2005-07-17  Romain Francoise  <romain@orebokech.com>
14530
14531         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14532         space as it's generally not especially interesting to the user.
14533
14534 2005-07-16  Romain Francoise  <romain@orebokech.com>
14535
14536         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14537         nil to avoid prompting and file modification if one of the
14538         messages at the top of the nnfolder file contains a copyright
14539         notice.
14540         Update copyright notice.
14541
14542         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14543         instead of `current-time-string' as the latter creates a time
14544         string that is not RFC 2822 compliant (it lacks the zone).
14545         Update copyright notice.
14546
14547 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14548
14549         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14550         for text/rtf.  Display default in prompt.  Pass default for M-n.
14551
14552         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14553
14554 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14555
14556         * gnus-msg.el (gnus-button-mailto):
14557         Remove save-selected-window-window hackery because it relies on
14558         save-selected-window internals.
14559
14560 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14563         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14564         (gnus-article-prev-page): Ditto.
14565
14566         * gnus-util.el (gnus-beginning-of-window): New function.
14567         (gnus-end-of-window): New function.
14568
14569         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14570
14571 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14572
14573         * gnus-score.el (gnus-score-edit-all-score):
14574         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14575         gnus-message.
14576
14577 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14578
14579         * gnus-msg.el (gnus-button-mailto):
14580         Remove save-selected-window-window hackery because it relies on
14581         save-selected-window internals.
14582
14583 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14586         add-minor-mode.
14587         (gnus-binary-mode): Ditto.
14588
14589         * gnus-topic.el (gnus-topic-mode): Ditto.
14590
14591 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14592
14593         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14594         (gnus-article-prev-page): Take scroll-margin into consideration.
14595
14596 2005-07-04  Lute Kamstra  <lute@gnu.org>
14597
14598         Update FSF's address in GPL notices.
14599
14600 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14601
14602         * gnus.el (gnus-exit):
14603         * gnus-group.el (gnus-group-icons):
14604         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14605
14606         * gnus-nocem.el (gnus-nocem):
14607         * message.el (message-various, message-buffers, message-sending)
14608         (message-interface, message-forwarding, message-insertion)
14609         (message-headers, message-news, message-mail):
14610         * pgg-gpg.el (pgg-gpg):
14611         * pgg-parse.el (pgg-parse):
14612         * pgg-pgp.el (pgg-pgp):
14613         * pgg-pgp5.el (pgg-pgp5):
14614         * pop3.el (pop3): Finish `defgroup' description with period.
14615
14616 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-art.el (article-display-face): Improve the efficiency.
14619         (article-display-x-face): Ditto; remove grey x-face stuff.
14620
14621 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-art.el (article-display-face): Correct the position in
14624         which Faces are inserted.
14625
14626 2005-06-29  Didier Verna  <didier@xemacs.org>
14627
14628         * gnus-art.el (article-display-face): Display faces in correct
14629         order.
14630
14631 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14634         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14635         (gnus-nocem-check-article): Fetch the Type header.
14636         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14637         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14638         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14639         make sure gnus-nocem-hashtb is initialized.
14640         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14641         (gnus-nocem-unwanted-article-p): Ditto.
14642
14643         * pgg.el (pgg-verify): Return the verification result.
14644
14645 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14646
14647         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14648         is ascii.
14649
14650 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14651
14652         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14653         `show-nonbreak-escape'.
14654
14655 2005-06-23  Lute Kamstra  <lute@gnu.org>
14656
14657         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14658
14659         * dig.el (dig-mode):
14660         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14661
14662 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14663
14664         * nnimap.el (nnimap-split-download-body): Fix spellings.
14665
14666 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14667
14668         * gnus-art.el (gnus-article-encrypt-body):
14669         * gnus-cus.el (gnus-score-customize):
14670         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14671         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14672
14673 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14674
14675         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14676         header by looking for magic "MII" at the beginnig.
14677
14678 2005-06-16  Miles Bader  <miles@gnu.org>
14679
14680         * gnus-xmas.el (gnus-xmas-group-startup-message):
14681         Use renamed gnus-splash face.
14682
14683         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14684         (assistant-field-face): New backward-compatibility alias for renamed
14685         face.
14686         (assistant-render-text): Use renamed assistant-field face.
14687
14688         * spam.el (spam): Remove "-face" suffix from face name.
14689         (spam-face): New backward-compatibility alias for renamed face.
14690         (spam-face, spam-initialize): Use renamed spam face.
14691
14692         * message.el (message-header-to, message-header-cc)
14693         (message-header-subject, message-header-newsgroups)
14694         (message-header-other, message-header-name)
14695         (message-header-xheader, message-separator, message-cited-text)
14696         (message-mml): Remove "-face" suffix from face names.
14697         (message-header-to-face, message-header-cc-face)
14698         (message-header-subject-face, message-header-newsgroups-face)
14699         (message-header-other-face, message-header-name-face)
14700         (message-header-xheader-face, message-separator-face)
14701         (message-cited-text-face, message-mml-face):
14702         New backward-compatibility aliases for renamed faces.
14703         (message-font-lock-keywords): Use renamed message faces.
14704
14705         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14706         (sieve-test-commands, sieve-tagged-arguments):
14707         Remove "-face" suffix from face names.
14708         (sieve-control-commands-face, sieve-action-commands-face)
14709         (sieve-test-commands-face, sieve-tagged-arguments-face):
14710         New backward-compatibility aliases for renamed faces.
14711         (sieve-control-commands-face, sieve-action-commands-face)
14712         (sieve-test-commands-face, sieve-tagged-arguments-face):
14713         Use renamed sieve faces.
14714
14715         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14716         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14717         (gnus-group-news-3-empty, gnus-group-news-4)
14718         (gnus-group-news-4-empty, gnus-group-news-5)
14719         (gnus-group-news-5-empty, gnus-group-news-6)
14720         (gnus-group-news-6-empty, gnus-group-news-low)
14721         (gnus-group-news-low-empty, gnus-group-mail-1)
14722         (gnus-group-mail-1-empty, gnus-group-mail-2)
14723         (gnus-group-mail-2-empty, gnus-group-mail-3)
14724         (gnus-group-mail-3-empty, gnus-group-mail-low)
14725         (gnus-group-mail-low-empty, gnus-summary-selected)
14726         (gnus-summary-cancelled, gnus-summary-high-ticked)
14727         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14728         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14729         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14730         (gnus-summary-low-undownloaded)
14731         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14732         (gnus-summary-low-unread, gnus-summary-normal-unread)
14733         (gnus-summary-high-read, gnus-summary-low-read)
14734         (gnus-summary-normal-read, gnus-splash):
14735         Remove "-face" suffix from face names.
14736         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14737         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14738         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14739         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14740         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14741         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14742         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14743         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14744         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14745         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14746         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14747         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14748         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14749         (gnus-summary-normal-ticked-face)
14750         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14751         (gnus-summary-normal-ancient-face)
14752         (gnus-summary-high-undownloaded-face)
14753         (gnus-summary-low-undownloaded-face)
14754         (gnus-summary-normal-undownloaded-face)
14755         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14756         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14757         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14758         (gnus-splash-face):
14759         New backward-compatibility aliases for renamed faces.
14760         (gnus-group-startup-message): Use renamed gnus faces.
14761
14762         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14763         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14764         (gnus-server-agent): Remove "-face" suffix from face names.
14765         (gnus-server-agent-face, gnus-server-opened-face)
14766         (gnus-server-closed-face, gnus-server-denied-face)
14767         (gnus-server-offline-face):
14768         New backward-compatibility aliases for renamed faces.
14769         (gnus-server-agent-face, gnus-server-opened-face)
14770         (gnus-server-closed-face, gnus-server-denied-face)
14771         (gnus-server-offline-face): Use renamed gnus faces.
14772
14773         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14774         Remove "-face" suffix from face names.
14775         (gnus-picon-xbm-face, gnus-picon-face):
14776         New backward-compatibility aliases for renamed faces.
14777
14778         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14779         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14780         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14781         (gnus-cite-11): Remove "-face" suffix from face names.
14782         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14783         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14784         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14785         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14786         New backward-compatibility aliases for renamed faces.
14787         (gnus-cite-attribution-face, gnus-cite-face-list)
14788         (gnus-article-boring-faces): Use renamed gnus faces.
14789
14790         * gnus-art.el (gnus-signature, gnus-header-from)
14791         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14792         (gnus-header-content): Remove "-face" suffix from face names.
14793         (gnus-signature-face, gnus-header-from-face)
14794         (gnus-header-subject-face, gnus-header-newsgroups-face)
14795         (gnus-header-name-face, gnus-header-content-face):
14796         New backward-compatibility aliases for renamed faces.
14797         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14798
14799         * gnus-sum.el (gnus-summary-selected-face)
14800         (gnus-summary-highlight): Use renamed gnus faces.
14801         * gnus-group.el (gnus-group-highlight): Likewise.
14802
14803 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14804
14805         * gnus-sieve.el (gnus-sieve-article-add-rule):
14806         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14807         * spam-stat.el (spam-stat-buffer-change-to-spam)
14808         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14809
14810         * message.el (message-is-yours-p):
14811         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14812
14813 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * mm-view.el (mm-inline-text): Withdraw the last change.
14816
14817 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14820         executing enriched-decode.
14821
14822 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14825         charset of tar files.
14826
14827 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14828
14829         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14830
14831 2005-06-04  Lute Kamstra  <lute@gnu.org>
14832
14833         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14834         information is never recorded.
14835
14836 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14837
14838         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14839
14840 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * pop3.el (pop3-apop): Run md5 in the binary mode.
14843
14844         * starttls.el (starttls-set-process-query-on-exit-flag):
14845         Use eval-and-compile.
14846
14847 2005-05-31  Simon Josefsson  <jas@extundo.com>
14848
14849         * smime.el (smime-replace-in-string): Define.
14850         (smime-cert-by-ldap-1): Use it.
14851
14852 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-art.el (article-display-x-face): Replace
14855         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14856
14857         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14858         set-process-query-on-exit-flag or process-kill-without-query.
14859
14860         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14861         loop instead of replace-regexp.
14862
14863         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14864         instead of process-kill-without-query if it is available.
14865
14866         * lpath.el: Fbind ldap-search-entries.
14867
14868         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14869         instead of find-file-hooks if it is available.
14870
14871         * mml1991.el: Bind pgg-default-user-id when compiling.
14872
14873         * mml2015.el: Bind pgg-default-user-id when compiling.
14874
14875         * nndraft.el (nndraft-request-associate-buffer):
14876         Use write-contents-functions instead of write-contents-hooks if it is
14877         available.
14878
14879         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14880         instead of find-file-hooks if it is available.
14881
14882         * nntp.el (nntp-open-connection): Replace
14883         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14884         (nntp-open-ssl-stream): Ditto.
14885         (nntp-open-tls-stream): Ditto.
14886
14887         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14888         set-process-query-on-exit-flag or process-kill-without-query.
14889         (starttls-open-stream-gnutls): Use it instead of
14890         process-kill-without-query.
14891         (starttls-open-stream): Ditto.
14892
14893 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14894
14895         * smime.el (smime-cert-by-ldap-1): Don't use
14896         replace-regexp-in-string.
14897
14898 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14899
14900         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14901
14902         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14903         in PEM format.  Adjust to the XEmacs compability.
14904
14905 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14908         by `string-to-number'.
14909         * gnus-agent.el (gnus-agent-regenerate-group)
14910         (gnus-agent-fetch-articles): Ditto.
14911         * gnus-art.el (gnus-button-fetch-group): Ditto.
14912         * gnus-cache.el (gnus-cache-generate-active)
14913         (gnus-cache-articles-in-group): Ditto.
14914         * gnus-group.el (gnus-group-set-current-level)
14915         (gnus-group-insert-group-line): Ditto.
14916         * gnus-score.el (gnus-score-set-expunge-below)
14917         (gnus-score-set-mark-below, gnus-summary-score-effect)
14918         (gnus-summary-score-entry): Ditto.
14919         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14920         (gnus-soup-pack): Ditto.
14921         * gnus-spec.el (gnus-xmas-format): Ditto.
14922         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14923         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14924         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14925         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14926         * nndb.el (nndb-get-remote-expire-response): Ditto.
14927         * nndiary.el (nndiary-parse-schedule-value)
14928         (nndiary-string-to-number, nndiary-request-replace-article)
14929         (nndiary-request-article): Ditto.
14930         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14931         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14932         * nneething.el (nneething-make-head): Ditto.
14933         * nnfolder.el (nnfolder-request-article)
14934         (nnfolder-retrieve-headers): Ditto.
14935         * nnheader.el (nnheader-file-to-number): Ditto.
14936         * nnkiboze.el (nnkiboze-request-article): Ditto.
14937         * nnmail.el (nnmail-process-unix-mail-format)
14938         (nnmail-process-babyl-mail-format): Ditto.
14939         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14940         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14941         (nnmh-request-create-group, nnmh-request-list-1)
14942         (nnmh-request-group, nnmh-request-article): Ditto.
14943         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14944         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14945         * nnsoup.el (nnsoup-make-active): Ditto.
14946         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14947         * nntp.el (nntp-find-group-and-number)
14948         (nntp-retrieve-headers-with-xover): Ditto.
14949         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14950         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14951         (pgg-format-key-identifier): Ditto.
14952         * pop3.el (pop3-last, pop3-stat): Ditto.
14953         * qp.el (quoted-printable-decode-region): Ditto.
14954
14955         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14956         of concat.
14957
14958 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14961
14962         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14963
14964         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14965
14966         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14967
14968         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14969
14970         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14971
14972         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14973         (gnus-carpal-mode): Ditto.
14974
14975         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14976         (gnus-browse-mode): Ditto.
14977
14978         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14979
14980         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14981
14982 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14983
14984         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14985
14986 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-util.el (gnus-run-mode-hooks): New function.
14989
14990         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14991
14992         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14993         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14994
14995 2005-05-27  Lute Kamstra  <lute@gnu.org>
14996
14997         * dns-mode.el (dns-mode): Specify customization group.
14998
14999 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15000
15001         * gnus-agent.el (gnus-agent-make-mode-line-string):
15002         Use mode-line-highlight as mouse-face.
15003
15004 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * canlock.el (canlock): Change the parent group to news.
15007
15008         * deuglify.el (gnus-outlook-deuglify): Add :group.
15009
15010         * dig.el (dig): Add :group.
15011
15012         * dns-mode.el (dns-mode): Add :group.
15013
15014         * encrypt.el (encrypt): Add :group.
15015
15016         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15017         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15018         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15019         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15020         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15021
15022         * gnus-diary.el (gnus-diary): Add :group.
15023
15024         * gnus.el (gnus-group-news-1-face): Add :group.
15025         (gnus-group-news-1-empty-face): Ditto.
15026         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15027         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15028         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15029         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15030         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15031         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15032         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15033         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15034         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15035         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15036         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15037         (gnus-summary-high-ticked-face): Ditto.
15038         (gnus-summary-low-ticked-face): Ditto.
15039         (gnus-summary-normal-ticked-face): Ditto.
15040         (gnus-summary-high-ancient-face): Ditto.
15041         (gnus-summary-low-ancient-face): Ditto.
15042         (gnus-summary-normal-ancient-face): Ditto.
15043         (gnus-summary-high-undownloaded-face): Ditto.
15044         (gnus-summary-low-undownloaded-face): Ditto.
15045         (gnus-summary-normal-undownloaded-face): Ditto.
15046         (gnus-summary-high-unread-face): Ditto.
15047         (gnus-summary-low-unread-face): Ditto.
15048         (gnus-summary-normal-unread-face): Ditto.
15049         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15050         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15051
15052         * hashcash.el (hashcash): New custom group.
15053         (hashcash-default-payment): Add :group.
15054         (hashcash-payment-alist): Ditto.
15055         (hashcash-default-accept-payment): Ditto.
15056         (hashcash-accept-resources): Ditto.
15057         (hashcash-path): Ditto.
15058         (hashcash-extra-generate-parameters): Ditto.
15059         (hashcash-double-spend-database): Ditto.
15060         (hashcash-in-news): Ditto.
15061
15062         * message.el (message-minibuffer-local-map): Add :group.
15063
15064         * netrc.el (netrc): Add :group.
15065
15066         * sieve-manage.el (sieve-manage-log): Add :group.
15067         (sieve-manage-default-user): Diito.
15068         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15069         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15070         (sieve-manage-authenticators): Ditto.
15071         (sieve-manage-authenticator-alist): Ditto.
15072         (sieve-manage-default-port): Ditto.
15073
15074         * sieve-mode.el (sieve-control-commands-face): Add :group.
15075         (sieve-action-commands-face): Ditto.
15076         (sieve-test-commands-face): Ditto.
15077         (sieve-tagged-arguments-face): Ditto.
15078
15079         * smime.el (smime): Add :group.
15080
15081         * spam-report.el (spam-report): Add :group.
15082
15083         * spam.el (spam, spam-face): Add :group.
15084
15085 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15086
15087         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15088         return \n.\n.\n at the end of articles.  Protect against that.
15089         (nntp-with-open-group): Allow debugging.
15090
15091         * nnheader.el (mail-header-set-extra): Make into a function
15092         because I just could't understand how to quote the list properly.
15093
15094         * dns.el (query-dns-cached): New function.
15095
15096 2005-05-26  Lute Kamstra  <lute@gnu.org>
15097
15098         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15099
15100 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15103
15104         * gnus-art.el: Don't autoload mail-extract-address-components.
15105
15106         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15107         eval-and-compile to evaluate it.
15108
15109         * hashcash.el: Don't autoload executable-find.
15110
15111         * nndb.el: Don't declare the nndb back end two or more times; don't
15112         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15113
15114         * nntp.el: Autoload format-spec instead of format; use
15115         eval-and-compile to evaluate autoload forms.
15116
15117 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15118
15119         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15120
15121 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15122
15123         * gnus.el (gnus-version-number): Bump version.
15124
15125 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15126
15127         * gnus.el: No Gnus v0.3 is released.
15128
15129 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15130
15131         * lpath.el (featurep): Bind show-nonbreak-escape.
15132
15133 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * gnus-art.el (gnus-article-edit-part): Disable undo.
15136
15137 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15140         gnus-article-date-lapsed-new-header is t if date timer is active;
15141         skip headers in which the original date value is empty.
15142         (gnus-article-save-original-date): Redefine it as a macro.
15143         (gnus-display-mime): Use it.
15144
15145 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-art.el (article-date-ut): Support converting date in
15148         forwarded parts as well.
15149         (gnus-article-save-original-date): New function.
15150         (gnus-display-mime): Use it.
15151
15152 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15153
15154         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15155         enclosure element of <item>.
15156
15157 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * message.el (message-kill-buffer-query): Rename from
15160         `message-kill-buffer-query-if-modified'.  Add :version.
15161
15162 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15165         window layout.
15166
15167 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * mml.el: Autoload dnd when compiling.
15170
15171 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15174         x-dnd-*.
15175
15176 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * qp.el (quoted-printable-encode-region): Save excursion.
15179
15180 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * message.el (message-kill-buffer-query-if-modified): Add new variable
15183         so the user can kill a modified message buffer quickly.
15184         (message-kill-buffer): Use it.
15185
15186 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * lpath.el: Fbind display-time-event-handler; don't fbind
15189         string-to-multibyte.
15190
15191         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15192
15193 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15196         contained in text because xml.el decodes entities) with LFs.
15197
15198 2005-04-11  Lute Kamstra  <lute@gnu.org>
15199
15200         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15201         differently.
15202
15203 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15204
15205         * mm-util.el (mm-detect-coding-region): Typo.
15206
15207 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15210
15211 2005-04-06  Deepak Goel  <deego@gnufans.org>
15212
15213         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15214         user-function allow user modifications of the scores.
15215         (spam-stat-score-buffer-user): New function, to allow
15216         user-computed modifications to the score.
15217         (spam-stat-score-buffer-user-functions): List of additional
15218         scoring functions.
15219         (spam-stat-error-holder): Global temporary error holder.
15220         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15221         variable.
15222
15223 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * gnus-registry.el (gnus-registry-clean-empty-function)
15226         (gnus-registry-trim, gnus-registry-fetch-groups)
15227         (gnus-registry-delete-group): Groups that match
15228         `gnus-registry-ignored-groups' are removed from the registry
15229         entries, not just ignored for splitting.  This helps clean up the
15230         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15231         to get all the groups a message ID is in.
15232
15233         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15234         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15235         (spam-stat-score-buffer-user-functions): Add :number custom type.
15236
15237 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15240         argument in XEmacs.
15241
15242         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15243         (nnrss-request-group): Decode group name first.
15244         (nnrss-request-article): Make a text/plain article if mml-to-mime
15245         failed.
15246         (nnrss-get-encoding): Return a compatible encoding according to
15247         nnrss-compatible-encoding-alist.
15248         (nnrss-find-el): Use consp instead of listp.
15249         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15250
15251 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15254         which Emacs 20 doesn't support.
15255         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15256
15257 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15260         silence the byte compiler inside the defun.
15261
15262         * gnus-demon.el (parse-time-string): Add autoload.
15263
15264         * gnus-delay.el (parse-time-string): Add autoload.
15265
15266         * gnus-art.el (parse-time-string): Add autoload.
15267
15268         * nnultimate.el (parse-time): Require for `parse-time-string'.
15269
15270 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15273
15274         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15275
15276         * smime.el (smime-ldap-host-list): Add :version.
15277
15278 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15281         pass it to `gnus-browse-read-group'.
15282         (gnus-browse-read-group): Add NUMBER argument and pass it to
15283         `gnus-group-read-ephemeral-group'.
15284
15285         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15286         argument and pass it to `gnus-group-read-group'.
15287
15288 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15289
15290         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15291         mm-xemacs-find-mime-charset-1 if we have the mule feature
15292         available at runtime.
15293
15294 2005-03-25  Werner Lemberg  <wl@gnu.org>
15295
15296         * nnmaildir.el: Replace `illegal' with `invalid'.
15297
15298 2005-03-23  Lute Kamstra  <lute@gnu.org>
15299
15300         * time-date.el: Add comment on time value formats.
15301         Don't require parse-time.
15302         (with-decoded-time-value): New macro.
15303         (encode-time-value): New function.
15304         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15305         (days-to-time): Return a valid time value when arg is huge.
15306         (time-since): Use time-subtract.
15307         (time-to-number-of-days): Use time-to-seconds.
15308
15309 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15310
15311         * gnus-start.el (gnus-display-time-event-handler):
15312         Check display-time-timer at runtime rather than only at load time
15313         in case display-time-mode is turned off in the mean time.
15314
15315 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15318         used.
15319
15320         * nneething.el (nneething-map-file-directory): Derive from
15321         `gnus-directory'.
15322
15323         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15324         the To/Cc button.
15325
15326 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15327
15328         * nnmaildir.el (nnmaildir-request-accept-article):
15329         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15330
15331 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15332
15333         * gnus-async.el: Require timer-funcs at compile time when in
15334         XEmacs for `run-with-idle-timer'.
15335
15336 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15337
15338         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15339         autoloaded function.
15340
15341 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15342
15343         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15344
15345 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15346
15347         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15348
15349 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15350
15351         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15352         Add gnus-expert-user to default.
15353
15354 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15355
15356         * nnimap.el (nnimap-open-server): Ditto.
15357
15358         * imap.el (imap-authenticate): Fix typo.
15359
15360 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15361
15362         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15363         buffer (since IMAP server might return FETCH response out of
15364         order, and the nntp buffer must be sorted).
15365
15366 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15367
15368         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15369         comparison on string.
15370
15371         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15372         (gnus-agent-score): Rename category keywords to match gnus-cus.
15373         (gnus-agent-summary-fetch-series): Modify to protect against
15374         gnus-agent-summary-fetch-group clearing processable flags.
15375         (gnus-agent-synchronize-group-flags): Update live group buffer as
15376         synchronization may occur due to the user toggle the plugged
15377         status.
15378         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15379         successfully downloaded.
15380         (gnus-agent-expire-group-1): Avoid using markers when the overview
15381         is in ascending order; greatly improves performance.
15382         (gnus-agent-regenerate-group):
15383         Use gnus-agent-synchronize-group-flags to reset read status in both
15384         gnus and server.
15385         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15386
15387 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * message.el: Don't autoload former message-utils variables.
15390         (message-strip-subject-trailing-was): Change doc string.
15391
15392         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15393         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15394         (nnweb-google-search): Add "hl=en" here.
15395         (nnweb-google-parse-1, nnweb-google-create-mapping):
15396         Don't hardcode URL.
15397
15398 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * message.el (message-get-reply-headers, message-followup):
15401         Mention related variables `message-use-followup-to' and
15402         `message-use-mail-followup-to', in the information buffer.
15403
15404         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15405         of broken groups(-beta).google.com.
15406
15407 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15408
15409         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15410         parameter to invoked gnus-request-move-article; remove the
15411         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15412         all at once instead of once per article.
15413         (gnus-summary-remove-process-mark): Accept a list of articles as
15414         well as a single article for processing.
15415
15416         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15417         parameter.
15418
15419         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15420
15421         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15422
15423         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15424         parameter.
15425
15426         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15427         parameter.
15428
15429         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15430         parameter and remove the gnus-sum-hint-move-is-internal variable.
15431
15432         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15433         parameter.
15434
15435         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15436         parameter.
15437
15438         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15439         parameter.
15440
15441         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15442
15443         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15444         parameter.
15445
15446         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15447         parameter.
15448
15449 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15450
15451         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15452         a more conservative way.
15453
15454 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15455
15456         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15457         buffer, so it moves the window's cursor.
15458
15459 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15460
15461         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15462         `mm-dissect-multipart' and receive the from field as an (optional)
15463         argument from `mm-dissect-multipart'.
15464         (mm-dissect-multipart): Receive the from field as an argument and
15465         pass it on when we call `mm-dissect-buffer' on MIME parts.
15466         Fixes verification/decryption of signed/encrypted MIME parts.
15467
15468 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15469
15470         * gnus-sum.el (gnus-summary-move-article):
15471         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15472         whatever it calls (right now, only nnimap-request-move article
15473         respects it).
15474
15475         * nnimap.el (nnimap-request-move-article):
15476         When gnus-sum-hint-move-is-internal is set, don't do the extra
15477         nnimap-request-article.
15478
15479 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15482
15483         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15484         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15485
15486         * gnus-sum.el (gnus-summary-caesar-message):
15487         Apply `gnus-treat-article' after rotation.
15488
15489         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15490         doc string.
15491
15492 2005-02-22  Simon Josefsson  <jas@extundo.com>
15493
15494         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15495         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15496         <arne@arnested.dk>.
15497         (encrypt): Add password-cache and password-cache-expiry as group
15498         members.
15499
15500 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15501
15502         * smime.el (smime-ldap-host-list): Doc fix.
15503         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15504         cache) password.
15505         (smime-sign-region): Use it.
15506         (smime-decrypt-region): Use it.
15507         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15508         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15509         fails.
15510         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15511         certificate from DER to PEM format rather than calling openssl.
15512
15513         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15514
15515         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15516         for signing/encryption.
15517
15518         * mml.el (mml-parse-1): Use them.
15519
15520 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15521
15522         * nnrss.el (nnrss-verbose): Remove.
15523         (nnrss-request-group): Use `nnheader-message' instead.
15524
15525 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15526
15527         * nnrss.el (nnrss-verbose): New variable.
15528         (nnrss-request-group): Make it say nnrss is requesting a group.
15529
15530 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15533         Handle news URL with given port correctly.
15534
15535 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15538         containing special characters.
15539
15540         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15541
15542         * mml.el (mime-to-mml): Ditto.
15543
15544         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15545         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15546         (rfc2047-decode-region): Quote decoded words containing special
15547         characters when rfc2047-quote-decoded-words-containing-tspecials
15548         is non-nil.
15549
15550 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15551
15552         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15553
15554         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15555
15556 2005-02-15  Simon Josefsson  <jas@extundo.com>
15557
15558         * nnimap.el (nnimap-debug): Doc fix.
15559
15560         * imap.el (imap-debug): Doc fix.
15561
15562 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15565
15566 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * gnus.el (spam-contents): Improve docs for spam-contents
15569         parameter in its variable incarnation.
15570
15571 2005-02-14  Simon Josefsson  <jas@extundo.com>
15572
15573         * smime-ldap.el: Use require instead of load-library for ldap.
15574         (smime-ldap-search): Indent.
15575         (smime-ldap-search-internal): Shorten line.
15576
15577         * smime.el (smime-cert-by-dns): Add doc-string.
15578         (smime-cert-by-ldap-1): Indent.
15579
15580         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15581         mml-smime-get-dns-ldap.
15582         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15583
15584 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15585
15586         * smime.el: Require smime-ldap.
15587         (smime-ldap-host-list): New variable.
15588         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15589
15590         * mml-smime.el (mml-smime-encrypt-query): New function.
15591         (mml-smime-encrypt-query): Use it.
15592
15593         * smime-ldap.el: New file.
15594
15595 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15598
15599 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15602         argument in doc string.  Make query for type more clear.
15603
15604 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus.el (gnus-group-startup-message): Search for gnus images in
15607         etc/images/gnus.
15608         * mm-util.el (mm-image-load-path): Likewise.
15609         * smiley.el (smiley-data-directory): Search for smilies in
15610         etc/images/smilies.
15611
15612 2005-02-09  Kim F. Storm  <storm@cua.dk>
15613
15614         Change Emacs release version from 21.4 to 22.1 throughout.
15615         Change Emacs development version from 21.3.50 to 22.0.50.
15616
15617 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15620
15621         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15622         non-Mule XEmacs as well.
15623         (mm-decompress-buffer): Signal an error intentionally if it does
15624         not decompress compressed data because auto-compression-mode is
15625         disabled.
15626
15627 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15628
15629         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15630         an ID in the registry even if it has no groups.
15631
15632 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15635         merge it into mm-decompress-buffer.
15636         (gnus-mime-copy-part): Use the MIME part charset, the value which
15637         a user specified or gnus-newsgroup-charset for decoding, like
15638         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15639         save-buffer what was used.  Suggested by Kevin Ryde
15640         <user42@zip.com.au>.
15641         (gnus-mime-inline-part): Allow the name parameter as well as the
15642         filename parameter; force decompressing of compressed data; always
15643         display contents being not decoded as unibyte.
15644
15645         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15646         as well as the filename parameter.
15647
15648         * mm-util.el (mm-decompress-buffer):
15649         Merge gnus-mime-jka-compr-maybe-uncompress.
15650         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15651         of compressed data.
15652
15653 2005-02-08  Simon Josefsson  <jas@extundo.com>
15654
15655         * imap.el (imap-log): Doc fix.
15656
15657 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15660         the coding cookies; decompress compressed parts.
15661
15662         * mml.el (mml-generate-mime-1): Add the charset parameter according
15663         to the value which a user specified manually or the coding cookie.
15664
15665         * mm-util.el (mm-string-to-multibyte): New function.
15666         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15667         (mm-coding-system-to-mime-charset): New function.
15668         (mm-decompress-buffer): New function.
15669         (mm-find-buffer-file-coding-system): New function.
15670
15671         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15672         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15673         parts.
15674
15675 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15676
15677         * mm-view.el (mm-display-inline-fontify): Decode a part according
15678         to the charset parameter.
15679
15680 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15683         prefix arg is neither nil nor a number, as info specifies.
15684
15685 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15688         timestamps.
15689
15690 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15691
15692         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15693         groups error checking and notify user.
15694
15695 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15696
15697         * message.el (message-send-mail-function): Check existence of
15698         sendmail-program first before using default value
15699         `message-send-mail-with-sendmail'.  Otherwise use more generic
15700         `smtpmail-send-it'.
15701
15702 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * nntp.el (nntp-request-update-info): Always return nil.
15705
15706 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15707
15708         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15709
15710 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15711
15712         * message.el (message-beginning-of-line): Change the behavior when
15713         invoked between BOL and : so that it first moves backward.
15714
15715 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15718         article buffer when editing of the article is discarded.
15719         (gnus-article-prepare): Revert.
15720
15721 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-art.el (gnus-article-prepare):
15724         Remove message-strip-forbidden-properties from the local hook.
15725
15726 2005-01-27  Simon Josefsson  <jas@extundo.com>
15727
15728         * password.el (password-cache-add): Only start one timer per key.
15729         Reported by Derek Atkins <warlord@MIT.EDU>.
15730
15731 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15732
15733         * run-at-time.el: Remove.  It is no longer needed as
15734         timer-funcs.el in the xemacs-base package has a working version of
15735         `run-at-time'.
15736
15737         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15738
15739         * password.el: Require timer-funcs instead of run-at-time in
15740         XEmacs.
15741         Remove `password-run-at-time' macro.
15742         (password-cache-add): Use `run-at-time' instead of
15743         `password-run-at-time'.
15744
15745         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15746         Remove `nnheader-cancel-function-timers' alias,
15747         `cancel-function-timers' exists in XEmacs in timer-funcs.
15748
15749         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15750         for `run-with-idle-timer'.
15751
15752         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15753         for `run-at-time'.
15754
15755         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15756         for `with-timeout'.
15757
15758         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15759         the same as for XEmacs 21.4.
15760         No need to ignore `run-with-idle-timer', this function exists in
15761         XEmacs now in timer-funcs.el in the xemacs-base package.
15762         (dgnushack-compile): No need to delete
15763         run-at-time.el from the list of files to compile because it
15764         doesn't exist anymore.
15765
15766 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15769         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15770
15771 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15772
15773         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15774         sensitively.
15775
15776 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15777
15778         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15779
15780 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15783         which will be inserted according to the multibyteness of a buffer
15784         rather than the type of contents.  Suggested by ARISAWA Akihiro
15785         <ari@mbf.ocn.ne.jp>.
15786
15787         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15788         of string which old xml.el may return rather than a string.
15789
15790 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15793
15794 2005-01-16  Simon Josefsson  <jas@extundo.com>
15795
15796         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15797         idn/idna.el isn't available.
15798         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15799         <michael@waxrat.com>.
15800
15801         * hashcash.el: Remove non-FSF copyright header.
15802
15803         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15804         (hashcash-generate-payment): Use it.
15805         (hashcash-generate-payment-async): Use it.
15806
15807 2005-01-15  Simon Josefsson  <jas@extundo.com>
15808
15809         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15810         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15811
15812         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15813         gnus-summary-idna-message.
15814         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15815         (gnus-summary-idna-message): New function.
15816
15817 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15820         gnus-novice-user.
15821
15822 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * nnrss.el (nnrss-request-delete-group): Delete entries in
15825         nnrss-group-alist as well.
15826         (nnrss-save-server-data): Insert newline.
15827
15828 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * gnus.el (gnus-user-agent): Use list of symbols instead of
15831         symbols.  Display full version number for (S)XEmacs.
15832         Optionally display (S)XEmacs codename.
15833
15834         * gnus-util.el (gnus-emacs-version): Update for new
15835         `gnus-user-agent'.
15836
15837         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15838         Gnus version.
15839
15840 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15841
15842         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15843         which is unreadable in some setups.
15844
15845 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus-spec.el (gnus-update-format-specifications): Flush the
15848         group format spec cache if it doesn't support decoded group names.
15849
15850 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15853         Allow to apply decay on score files matching a regexp.
15854
15855 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15858         compatibility in %g and %c.
15859
15860 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15863         name for only %g and %c.
15864         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15865         of gnus-tmp-group to decoded group name.
15866         (gnus-group-make-rss-group): Exclude `/'s from group names.
15867
15868 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * nnrss.el (nnrss-get-encoding): Fix regexp.
15871
15872 2004-12-27  Simon Josefsson  <jas@extundo.com>
15873
15874         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15875         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15876         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15877
15878 2004-12-17  Kim F. Storm  <storm@cua.dk>
15879
15880         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15881
15882         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15883
15884 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15885
15886         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15887
15888 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * nnrss.el: Require rfc2047 and mml.
15891         (nnrss-file-coding-system): New variable.
15892         (nnrss-format-string): Redefine it as an inline function.
15893         (nnrss-decode-group-name): New function.
15894         (nnrss-string-as-multibyte): Remove.
15895         (nnrss-retrieve-headers): Decode group name; don't use
15896         nnrss-format-string.
15897         (nnrss-request-group): Decode group name.
15898         (nnrss-request-article): Decode group name; allow a Message-ID as
15899         well as an article number; don't use nnrss-format-string; encode a
15900         Message-ID string which may contain non-ASCII characters; use
15901         mml-to-mime to compose a MIME article.
15902         (nnrss-request-expire-articles): Decode group name.
15903         (nnrss-request-delete-group): Decode group name.
15904         (nnrss-fetch): Clarify error message.
15905         (nnrss-read-server-data): Use insert-file-contents instead of load;
15906         bind file-name-coding-system; use multibyte buffer.
15907         (nnrss-save-server-data): Bind coding-system-for-write to the
15908         value of nnrss-file-coding-system; bind file-name-coding-system;
15909         add coding cookie.
15910         (nnrss-read-group-data): Use insert-file-contents instead of load;
15911         bind file-name-coding-system; use multibyte buffer.
15912         (nnrss-save-group-data): Bind coding-system-for-write to the
15913         value of nnrss-file-coding-system; bind file-name-coding-system.
15914         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15915         make it work with non-ASCII text.
15916         (nnrss-find-el): Make it work with old xml.el as well.
15917
15918 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15919
15920         * nnrss.el (nnrss-get-encoding): New function.
15921         (nnrss-fetch): Use unibyte buffer initially; bind
15922         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15923         decode contents according to the encoding attribute.
15924         (nnrss-save-group-data): Add coding cookie.
15925         (nnrss-mime-encode-string): New function.
15926         (nnrss-check-group): Use it to encode subject and author.
15927
15928 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15931         imaginary variable.
15932
15933 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15936         correctly even if there are wide characters.
15937
15938 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15939
15940         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15941         downcased symbol names; make a new cache instead of reusing
15942         bbdb-hashtable.
15943
15944 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15947         concatenating segments rather than before concatenating them.
15948         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15949
15950         * message.el (message-get-reply-headers): Bind `extra'.
15951
15952 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15953
15954         * message.el (message-extra-wide-headers): New variable.
15955         (message-get-reply-headers): Use it.
15956
15957 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15960         (gnus-agent-group-pathname): Ditto.
15961
15962         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15963
15964         * gnus-group.el (gnus-group-make-group): Decode group name.
15965         (gnus-group-make-rss-group): Register the group data after opening
15966         the nnrss group.
15967
15968 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15969
15970         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15971         by expiry now get marked as read.
15972
15973 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15976
15977 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15978
15979         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15980         unify Latin characters in XEmacs.
15981         (mm-find-mime-charset-region): Use it.
15982
15983 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-util.el (gnus-delete-directory): New function.
15986
15987         * gnus-agent.el (gnus-agent-delete-group): Use it.
15988
15989         * gnus-cache.el (gnus-cache-delete-group): Use it.
15990
15991 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15994         names.
15995
15996 2004-12-16  Simon Josefsson  <jas@extundo.com>
15997
15998         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15999
16000 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16003
16004         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16005         (gnus-group-set-current-level): Decode group name.
16006
16007 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16008
16009         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16010         failed.
16011
16012 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * gnus-group.el (gnus-group-delete-group): Decode group name.
16015         (gnus-group-make-rss-group): Encode group name.
16016         (gnus-group-catchup-current): Decode group name.
16017         (gnus-group-kill-group): Decode group name.
16018
16019 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16020
16021         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16022
16023 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-group.el (gnus-group-make-rss-group):
16026         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16027
16028         * gnus-start.el (gnus-setup-news): Honor user's setting to
16029         gnus-message-archive-method.  Suggested by Lute Kamstra
16030         <lute@gnu.org>.
16031
16032 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16033
16034         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16035         global counterparts of the buffer-local variables.
16036
16037 2004-11-16  Romain Francoise  <romain@orebokech.com>
16038
16039         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16040         counterparts of the buffer-local variables.
16041
16042 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16043
16044         * message.el (message-forbidden-properties): Fix typo in doc
16045         string.
16046
16047 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * gnus-util.el (gnus-replace-in-string): Add doc string.
16050
16051         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16052         to avoid problems when splitting mails with many recipients.
16053
16054 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16055
16056         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16057         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16058
16059 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16060
16061         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16062         if there is no hashtable in memory or file modification time is
16063         newer than cached timestamp.
16064
16065 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * gnus-sum.el (gnus-summary-limit-to-recipient):
16068         Implement not-matching option.
16069
16070 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16071
16072         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16073         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16074         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16075         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16076         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16077         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16078
16079 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * message.el (message-forward-make-body-mml): Remove headers
16082         according to message-forward-ignored-headers if a message is decoded.
16083
16084 2004-12-02  Romain Francoise  <romain@orebokech.com>
16085
16086         * message.el (message-forward-make-body-plain): Always remove
16087         headers according to message-forward-ignored-headers.
16088
16089 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16090
16091         * spam.el (spam-summary-prepare-exit): Remove the
16092         gnus-summary-limit pop for now, it has problems with ham marks for
16093         me.
16094
16095 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16096
16097         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16098         correctly.
16099
16100 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16101
16102         * format-spec.el (format-spec): Message the char.
16103
16104 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16105
16106         * gnus-art.el (gnus-split-methods): Reformat comments.
16107
16108         * spam.el (spam-summary-prepare-exit): Remove article limits
16109         before exiting the summary buffer.
16110
16111 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16114         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16115
16116         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16117         order to silence the byte compiler.
16118
16119         * spam.el: Fix the way to silence the byte compiler, which
16120         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16121         bbdb-search-simple, spam-BBDB-register-routine,
16122         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16123         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16124         spam-stat-buffer-is-spam, spam-stat-load,
16125         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16126         spam-stat-save and spam-stat-split-fancy.
16127
16128 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16131         which may confuse users.
16132         (canlock-password-for-verify): Ditto.
16133
16134         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16135
16136         * gnus-art.el (gnus-emphasis-alist): Ditto.
16137
16138         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16139
16140         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16141
16142         * gnus-start.el (gnus-save-killed-list): Ditto.
16143
16144         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16145         (gnus-sum-thread-tree-root): Ditto.
16146         (gnus-sum-thread-tree-false-root): Ditto.
16147         (gnus-sum-thread-tree-single-indent): Ditto.
16148
16149         * message.el (message-courtesy-message): Ditto.
16150         (message-archive-note): Ditto.
16151         (message-subscribed-address-file): Ditto.
16152         (message-user-fqdn): Ditto.
16153
16154         * spam-report.el (spam-report-gmane-regex): Ditto.
16155
16156         * spam.el (spam-blackhole-good-server-regex): Ditto.
16157
16158 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * mml.el (mml-preview): Widen the message buffer before copying
16161         the contents to the preview buffer; sort headers before previewing.
16162
16163         * message.el (message-hidden-headers): Fix the way to avoid a bug
16164         in the `repeat' widget in Emacs 21.3 or earlier.
16165
16166 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * message.el (message-hidden-headers): Default to "^References:".
16169         Improve customization type.  Suggested by Reiner Steib
16170         <Reiner.Steib@gmx.de>.
16171
16172 2004-11-25  Romain Francoise  <romain@orebokech.com>
16173
16174         * message.el (message-strip-forbidden-properties): Remove check for
16175         obsolete `message-hidden' text property, hidden headers are not
16176         accessible in the buffer anymore.
16177
16178 2004-11-22  Romain Francoise  <romain@orebokech.com>
16179
16180         * message.el (message-header-format-alist): Add `From' in list
16181         so that it can be sorted.
16182         (message-fix-before-sending): Widen and sort headers before
16183         sending.
16184         (message-hide-headers): Use narrowing to hide headers by moving
16185         them to the top of the buffer and narrowing to the region
16186         underneath.
16187
16188 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16189
16190         * message.el (message-strip-forbidden-properties):
16191         Bind buffer-read-only (etc) to nil.
16192
16193 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16196         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16197
16198 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16199
16200         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16201
16202 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * dns.el (query-dns): Use sit-for to time instead of
16205         accept-process-output, since that doesn't seem to work on udp
16206         sockets.
16207
16208 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16211
16212 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16213
16214         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16215         doc string.  Improve doc string.
16216
16217 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * nntp.el (nntp-request-update-info): Return nil if
16220         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16221         may not call gnus-activate-group which uselessly issues the GROUP
16222         commands for all nntp groups and wastes time.  Reported by Romain
16223         Francoise <romain@orebokech.com>.
16224
16225         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16226
16227 2004-11-15  Simon Josefsson  <jas@extundo.com>
16228
16229         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16230         headers separately.
16231         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16232         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16233
16234 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16235
16236         * gnus-start.el (gnus-convert-old-newsrc):
16237         Assign legacy-gnus-agent to 5.10.7.
16238
16239 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16240
16241         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16242         start of the lines.
16243
16244 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16245
16246         * hashcash.el (hashcash-default-payment): Change default to 20.
16247         (hashcash-default-accept-payment): Change default to 20.
16248         (hashcash-process-alist): New variable.
16249         (hashcash-generate-payment-async): Add.
16250         (hashcash-already-paid-p): Add.
16251         (hashcash-insert-payment): Don't generate payments twice.
16252         (hashcash-insert-payment-async): Add.
16253         (hashcash-insert-payment-async-2): Add.
16254         (hashcash-cancel-async): Add.
16255         (hashcash-wait-async): Add.
16256         (hashcash-processes-running-p): Add.
16257         (hashcash-wait-or-cancel): Add.
16258         (mail-add-payment): New optional argument.  Conditionally start
16259         asynchronous calculation.
16260         (mail-add-payment-async): Add.
16261
16262         * message.el (message-send-mail): Wait for asynchronous hashcash
16263         results.  Don't clobber existing X-Hashcash headers.
16264         (message-setup-1): Call mail-add-payment-async when
16265         message-generate-hashcash is non-nil.
16266
16267 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16268
16269         * message.el (message-use-alternative-email-as-from): Examine the
16270         From header as well; use message-make-from in order to include a
16271         user's full name.
16272
16273 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16276         default; improve customization type.
16277         (gnus-emphasis-custom-with-format): New macro.
16278         (gnus-emphasis-custom-value-to-external): New function.
16279         (gnus-emphasis-custom-value-to-internal): New function.
16280
16281 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16282
16283         * dns.el (query-dns): Resolve reverse addresses.
16284
16285 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16286
16287         * gnus-group.el (gnus-group-get-new-news): Use it.
16288
16289         * gnus-start.el (gnus-check-reasonable-setup): New function.
16290
16291 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16294         "Args out of range" error.  Reported by Arnaud Giersch
16295         <arnaud.giersch@free.fr>.
16296
16297 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16298
16299         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16300
16301 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16302
16303         * spam.el (spam group): Add :version.
16304
16305         * pgg-def.el (pgg group): Add :version.
16306
16307 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-art.el (gnus-article-edit-article): Don't associate the
16310         article buffer with a draft file.  This is a temporary measure
16311         against the 2004-08-22 change to gnus-article-edit-mode.
16312
16313 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16316         (html2text-format-tags): Remove unused variable `attr'.
16317
16318 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16321
16322         * tls.el (tls-process-connection-type, tls-success)
16323         (tls-certtool-program): Add :version.
16324
16325         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16326         (starttls-extra-arguments, starttls-process-connection-type)
16327         (starttls-connect, starttls-failure, starttls-success): Add :version.
16328
16329         * spam-stat.el (spam-stat): Add :version.
16330
16331         * sieve.el (sieve): Add :version.
16332
16333         * sha1.el (sha1): Add :version.
16334         (sha1-use-external): Remove redundant version.
16335
16336         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16337         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16338         (nnmail-split-fancy-match-partial-words)
16339         (nnmail-split-lowercase-expanded): Add :version.
16340
16341         * nndiary.el (nndiary): Add :version.
16342
16343         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16344
16345         * mml-sec.el (mml-default-sign-method)
16346         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16347         Add :version.
16348
16349         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16350
16351         * mm-url.el (mm-url-use-external, mm-url-program)
16352         (mm-url-arguments): Add :version.
16353
16354         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16355         (mm-attachment-file-modes, mm-decrypt-option)
16356         (mm-w3m-safe-url-regexp): Add :version.
16357
16358         * message.el (message-cite-prefix-regexp)
16359         (message-sendmail-envelope-from, message-minibuffer-local-map)
16360         (message-user-fqdn, message-completion-alist): Add :version.
16361
16362         * gnus-win.el (gnus-configure-windows-hook)
16363         (gnus-use-frames-on-any-display): Add :version.
16364
16365         * gnus-art.el (gnus-article-address-banner-alist)
16366         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16367         (gnus-treat-from-picon, gnus-treat-mail-picon)
16368         (gnus-treat-x-pgp-sig): Add :version.
16369
16370         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16371         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16372         (gnus-summary-article-delete-hook)
16373         (gnus-summary-display-while-building): Add :version.
16374
16375         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16376         (gnus-get-top-new-news-hook): Add :version.
16377
16378         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16379         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16380
16381         * gnus-registry.el (gnus-registry): Add :version.
16382
16383         * gnus-spec.el (gnus-use-correct-string-widths)
16384         (gnus-make-format-preserve-properties): Add :version.
16385
16386         * gnus.el (gnus-group-charter-alist)
16387         (gnus-group-fetch-control-use-browse-url)
16388         (gnus-install-group-spam-parameters): Add :version.
16389
16390         * gnus-diary.el (gnus-diary): Add :version.
16391
16392         * gnus-delay.el (gnus-delay): Add :version.
16393
16394         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16395         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16396         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16397         Add :version.
16398
16399         * gnus-agent.el (gnus-agent-max-fetch-size)
16400         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16401         (gnus-agent-prompt-send-queue): Add :version.
16402
16403         * deuglify.el (gnus-outlook-deuglify): Add :version.
16404
16405         * html2text.el: Beautify code.  Improve doc strings.
16406         Some checkdoc cleanup.
16407         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16408
16409 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16410
16411         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16412
16413 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16414
16415         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16416         when package is loaded.
16417
16418         * spam.el (spam-summary-score-preferred-header): Add global preference
16419         for people who want to override the default SpamAssassin over
16420         Bogofilter preference (when both are set).
16421         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16422         (spam-user-format-function-S):
16423         Check spam-summary-score-preferred-header.
16424         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16425         (spam-user-format-function-S): Format the score correctly.
16426
16427 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16430         signature file.  Suggested by Manoj Srivastava
16431         <srivasta@golden-gryphon.com>.
16432
16433         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16434         iso-2022-jp even in the Japanese language environment.
16435         Suggested by Jason Rumney <jasonr@gnu.org>.
16436
16437 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16440         use the same characters as the dummy marks; make it free from
16441         getting affected by the language environment.
16442         (gnus-summary-read-group-1): Update mark positions only when the
16443         format spec is updated.
16444
16445         * gnus-spec.el (gnus-update-format-specifications): Return a list
16446         of updated types.
16447
16448 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16451         of boundp to check if display-warning is available.
16452
16453 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16454
16455         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16456
16457 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * nnspool.el (nnspool-spool-directory): Use news-path if the
16460         news-directory variable is not bound.
16461
16462         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16463         function instead of display-warning if it is not available.
16464
16465 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16466
16467         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16468         v5-10: Use `point-at-bol'.
16469
16470 2004-10-26  Simon Josefsson  <jas@extundo.com>
16471
16472         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16473         <chenggao@gmail.com>.
16474
16475 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16478         instead.
16479
16480 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16481
16482         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16483         to remove a server from the nnimap-server-buffer-alist.
16484         (nnimap-open-connection, nnimap-close-server): Use it.
16485
16486         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16487
16488 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16491         running the major-mode function.
16492
16493 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16496         dummy marks in the right way.
16497
16498 2004-10-18  David Edmondson  <dme@dme.org>
16499
16500         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16501         excessively.
16502
16503 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16504
16505         * gnus-util.el (gnus-split-references): Accept a nil references
16506         string and go on blissfully.
16507
16508         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16509         cases where the references string is non-nil but has no references.
16510
16511         * encrypt.el: Add autoload tags.
16512
16513         * spam.el (spam-resolve-registrations-routine): Remove article
16514         from unregistration list too.  Reported by David Hanak
16515         <dhanak@isis.vanderbilt.edu>
16516
16517 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16520         nil.  Change custom type.
16521
16522 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16523
16524         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16525
16526         * gnus-sum.el (gnus-summary-move-article): Use it.
16527
16528 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * encrypt.el: Add autoload cookies.
16531
16532         * spam.el (spam-backend-article-list-property)
16533         (spam-backend-get-article-todo-list)
16534         (spam-backend-put-article-todo-list)
16535         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16536         Resolve registrations separately.
16537         (spam-register-routine): Format comments.
16538         (spam-unregister-routine, spam-register-routine): Always call with
16539         specific-articles, no default list.
16540         (spam-summary-prepare-exit): Use the spam-classifications function.
16541
16542         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16543         gnus-encrypt.el.
16544
16545         * encrypt.el: Copied from gnus-encrypt.el.
16546
16547         * gnus-encrypt.el: Commented that it's obsolete.
16548
16549 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16552         (gnus-score-save): Use it.
16553
16554         * message.el (message-bury): Use `window-dedicated-p'.
16555
16556 2004-10-15  Simon Josefsson  <jas@extundo.com>
16557
16558         * pop3.el (top-level): Don't require nnheader.
16559         (pop3-read-timeout): Add.
16560         (pop3-accept-process-output): Add.
16561         (pop3-read-response, pop3-retr): Use it.
16562
16563 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * spam.el (spam-register-routine): Move comment.
16566         (spam-verify-bogofilter): Use 'unknown for the initial
16567         spam-bogofilter-valid state, not 'never.
16568
16569         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16570         for netrc-machine.
16571
16572         * nnimap.el (nnimap-open-connection):
16573         Use netrc-machine-user-or-password.
16574
16575 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16576
16577         * gnus-registry.el (gnus-registry-unload-hook):
16578         Set as a variable with add-hook.
16579
16580         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16581         of news-path.
16582
16583         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16584
16585         * spam.el: Delete duplicate `provide'.
16586         (spam-unload-hook): Set as a variable with add-hook.
16587
16588 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16591         in the doc string.
16592
16593         * message.el (message-ignored-news-headers)
16594         (message-ignored-supersedes-headers)
16595         (message-ignored-resent-headers)
16596         (message-forward-ignored-headers): Improve custom type.
16597
16598 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * message.el (message-tokenize-header): Fix 2004-09-06 change
16601         which used point-min in the wrong place.
16602
16603 2004-10-12  Simon Josefsson  <jas@extundo.com>
16604
16605         * tls.el (tls-certtool-program): New variable.
16606         (tls-certificate-information): New function, based on
16607         ssl-certificate-information.
16608
16609 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * compface.el: Move the version of ELisp-based uncompface program
16612         to the contrib directory because of the copyright problem.
16613
16614 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * message.el (message-kill-buffer): Raise the current frame.
16617
16618 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16621
16622         * gnus.el (message-y-or-n-p): Autoload.
16623
16624         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16625         (pop3-password-required, pop3-authentication-scheme)
16626         (pop3-leave-mail-on-server): Make customizable.
16627         (pop3): New custom group.
16628         (pop3-retr): Remove `sleep-for' statements.
16629         Suggested by Dave Love <fx@gnu.org>.
16630
16631         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16632         Windows/DOS.
16633
16634         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16635         (imap-parse-body): Fix incorrect use of `assert'.
16636         Suggested by Dave Love <fx@gnu.org>.
16637
16638         * mml.el (mml-minibuffer-read-disposition): Require match.
16639         Suggested by Dave Love <fx@gnu.org>.
16640
16641 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16644         doc string.
16645
16646 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16649
16650 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16651
16652         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16653         instead of calling `mm-insert-inline', to decode text/* parts
16654         before displaying them.
16655
16656 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * mm-uu.el (mm-uu-text-plain-type): New variable.
16659         (mm-uu-pgp-signed-extract-1): Use it.
16660         (mm-uu-pgp-encrypted-extract-1): Use it.
16661         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16662         bind mm-uu-text-plain-type with that value.
16663         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16664         mm-uu-dissect.
16665
16666 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * gnus-group.el (gnus-update-group-mark-positions):
16669         * gnus-sum.el (gnus-update-summary-mark-positions):
16670         * message.el (message-check-news-body-syntax):
16671         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16672         of string-as-multibyte.
16673
16674 2004-10-05  Juri Linkov  <juri@jurta.org>
16675
16676         * gnus-group.el (gnus-update-group-mark-positions):
16677         * gnus-sum.el (gnus-update-summary-mark-positions):
16678         * message.el (message-check-news-body-syntax):
16679         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16680         8-bit unibyte values to a multibyte string for search functions.
16681
16682 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16685         (mm-uu-dissect-text-parts): New function.
16686
16687         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16688         dissect text parts.
16689
16690         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16691         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16692
16693         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16694
16695         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16696         Use gnus-current-topics instead of gnus-current-topic.
16697
16698 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16699
16700         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16701
16702 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16703
16704         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16705         where approriate.
16706
16707         * nnml.el (nnml-generate-active-info): do.
16708
16709         * nndiary.el (nndiary-generate-active-info): do.
16710
16711         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16712         (gnus-topic-move): do.
16713
16714         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16715         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16716
16717         * gnus-srvr.el (gnus-server-prepare)
16718         (gnus-server-open-all-servers): do.
16719
16720         * gnus-msg.el (gnus-summary-cancel-article)
16721         (gnus-summary-resend-message)
16722         (gnus-summary-mail-crosspost-complaint): do.
16723
16724         * gnus-move.el (gnus-change-server): do.
16725
16726         * gnus-group.el (gnus-group-unmark-all-groups)
16727         (gnus-group-set-current-level): do.
16728
16729 2004-10-04  Simon Josefsson  <jas@extundo.com>
16730
16731         * message.el (message-generate-hashcash): Doc fix.
16732
16733 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16734
16735         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16736         avoid infinite recursion via gnus-get-function.
16737
16738 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16739
16740         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16741
16742         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16743
16744         * nnmail.el (nnmail-split-history): do.
16745
16746         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16747         (nnml-request-delete-group): do.
16748
16749         * nnslashdot.el (nnslashdot-read-groups): do.
16750
16751         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16752         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16753
16754         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16755         (nnspool-sift-nov-with-sed): Use last.
16756         (nnspool-retrieve-headers-with-nov): Use mapc.
16757         (nnspool-request-newgroups): Use dolist.
16758         (nnspool-request-group): Use last.
16759
16760         * nntp.el (nntp-read-server-type): Use dolist.
16761
16762         * nnvirtual.el (nnvirtual-create-mapping)
16763         (nnvirtual-update-read-and-marked): Use dolist.
16764         (nnvirtual-convert-headers): Simplify.
16765
16766 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16767
16768         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16769         Add support for sync'ing tick marks.
16770
16771 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16774         there's no visible header.
16775
16776 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16777
16778         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16779         When necessary, pass full group name to gnus-request-set-marks.
16780
16781 2004-10-01  Simon Josefsson  <jas@extundo.com>
16782
16783         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16784         acroread.
16785
16786 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16787
16788         * spam-report.el (spam-report-gmane): Fix interactive.
16789
16790         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16791
16792         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16793         when writing file.
16794         (gnus-agent-synchronize-flags): Don't default to being
16795         interactive.
16796
16797 2004-09-30  Simon Josefsson  <jas@extundo.com>
16798
16799         * message.el (message-generate-hashcash): Add.
16800         (message-send-mail): Use it, call mail-add-payment.
16801
16802 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16803
16804         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16805
16806 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16807
16808         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16809         gnus-requst-update-info with explicit code to sync the in-memory
16810         info read flags with the marks being sync'd to the backend.
16811
16812         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16813
16814 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * spam.el (spam-verify-bogofilter): Add new function.
16817         (spam-check-bogofilter)
16818         (spam-bogofilter-register-with-bogofilter): Use it.
16819         (spam-verify-bogofilter): Add small fixes.
16820
16821 2004-09-28  Simon Josefsson  <jas@extundo.com>
16822
16823         * hashcash.el (hashcash-generate-payment): Revert.
16824
16825 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16826
16827         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16828         Use gnus-extract-references instead of gnus-split-references.
16829
16830         * gnus-util.el (gnus-extract-references): Add new function, analogous
16831         to gnus-split-references but extracts only the message-ID without
16832         anything extra.
16833
16834         * hashcash.el (hashcash-generate-payment)
16835         (hashcash-check-payment): Do the right thing if hashcash-path is
16836         nil (because the hashcash program could not be found).
16837
16838         * spam.el (spam-use-hashcash): Remove comment.
16839
16840 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16843         (gnus-cache-enter-article, gnus-cache-remove-article)
16844         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16845
16846         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16847
16848         * gnus-art.el (article-hide-boring-headers)
16849         (article-translate-strings, article-display-face)
16850         (gnus-article-mime-match-handle-first)
16851         (gnus-article-highlight-headers)
16852         (gnus-article-add-buttons-to-head): do.
16853
16854 2004-09-27  Simon Josefsson  <jas@extundo.com>
16855
16856         * hashcash.el: New version, from
16857         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16858         ../contrib/.
16859
16860 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16863
16864 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16865
16866         * gnus-dup.el (gnus-dup-open): Use mapc.
16867         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16868
16869         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16870         Reported by Stefan Wiens <s.wi@gmx.net>.
16871
16872         * gnus.el (gnus-shutdown): Use dolist.
16873
16874         * gnus-undo.el (gnus-undo): Use mapc.
16875
16876         * nnrss.el (nnrss-generate-active): do.
16877
16878         * message.el (message-cite-original-without-signature)
16879         (message-cite-original): Use mapc.
16880         (message-do-actions, message-make-forward-subject): Use dolist.
16881
16882 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16883
16884         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16885         deletion to remove entire duplicate line.  Fixes merged article
16886         number bug.
16887
16888 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16889
16890         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16891         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16892         first ask if you want to open a server and then, even when you
16893         responded with no, asking if you want to synchronize the server's
16894         flags.
16895         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16896         multi-line expressions.
16897         (gnus-agent-synchronize-group-flags): New internal function.
16898         Updates marks in memory (in the info structure) AND in the
16899         backend.
16900
16901         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16902
16903         * nnagent.el (nnagent-request-set-mark):
16904         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16905         method, to ensure that synchronization updates marks in the
16906         backend and in the info (in memory) structure.
16907
16908 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16911         convention fully; don't miss the root article of a thread; make
16912         the X-Draft-From header with correct article numbers.
16913
16914 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16915
16916         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16917         unless plugged.  Disable the agent so that an open failure causes
16918         an error.
16919
16920         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16921         Revert 2004-09-21 change.  The backend must be opened while
16922         synchronizing flags even when the backend stores the flags
16923         locally.
16924
16925 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16926
16927         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16928         in `header' match.  Reported by Svend Tollak Munkejord.
16929
16930         * message.el (message-cite-original): Fix use of
16931         `message-cite-articles-with-x-no-archive'.
16932
16933 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16936         (gnus-window-to-buffer): Ditto.
16937
16938         * mml.el (mml-preview-buffer): New variable.
16939         (mml-preview): Manage window layout with gnus-buffer-configuration.
16940
16941         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16942         X-Draft-From header even if those articles aren't quoted.
16943
16944 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16945
16946         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16947         (gnus-request-set-mark, gnus-request-update-mark): Use new
16948         g-s-t-u-l-m to decide to use backend even when unplugged.
16949
16950 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16953         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16954
16955 2004-09-20  Simon Josefsson  <jas@extundo.com>
16956
16957         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16958         "utf-16-le".
16959
16960 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16961
16962         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16963
16964 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * uudecode.el (uudecode-use-external): Add :version.
16967
16968         * smime.el (smime-CA-file, smime-encrypt-cipher)
16969         (smime-dns-server): Add :version.
16970
16971         * smiley.el (gnus-smiley-file-types): Add :version.
16972
16973         * sha1.el (sha1-use-external): Add :version.
16974
16975         * pgg-def.el (pgg-query-keyserver): Add :version.
16976
16977         * nnmail.el (nnmail-fancy-expiry-targets)
16978         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16979         Add :version.
16980
16981         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16982         (nnimap-retrieve-groups-asynchronous): Add :version.
16983         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16984
16985         * mml.el (mml-content-disposition-parameters)
16986         (mml-insert-mime-headers-always): Add :version.
16987
16988         * mm-util.el (mm-coding-system-priorities): Add :version.
16989
16990         * mm-decode.el (mm-inline-text-html-with-images)
16991         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16992         (mm-verify-option): Add :version.
16993         (mm-text-html-renderer): Change :version.
16994
16995         * message.el (message-fcc-externalize-attachments)
16996         (message-required-headers, message-draft-headers)
16997         (message-subject-trailing-was-query)
16998         (message-subject-trailing-was-ask-regexp)
16999         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17000         (message-mark-insert-end, message-archive-header)
17001         (message-archive-note, message-cross-post-default)
17002         (message-cross-post-note, message-followup-to-note)
17003         (message-cross-post-note-function, message-use-mail-followup-to)
17004         (message-subscribed-address-functions)
17005         (message-subscribed-address-file, message-subscribed-addresses)
17006         (message-subscribed-regexps, message-allow-no-recipients)
17007         (message-yank-cited-prefix, message-signature-insert-empty-line)
17008         (message-hidden-headers, message-hierarchical-addresses)
17009         (message-mail-user-agent, message-use-idna)
17010         (message-valid-fqdn-regexp)
17011         (message-strip-special-text-properties, message-header-synonyms)
17012         (message-beginning-of-line, message-tab-body-function): Add :version.
17013         (message-insert-canlock, message-wide-reply-confirm-recipients):
17014         Change :version.
17015
17016         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17017         and :version.
17018         (mail-source-delete-old-incoming-confirm)
17019         (mail-source-movemail-program): Add :version.
17020
17021         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17022         (gnus-agent-cache, gnus-agent): Change :version.
17023
17024         * gnus-util.el (gnus-use-byte-compile): Change :version.
17025
17026         * gnus-sum.el (gnus-summary-make-false-root-always)
17027         (gnus-summary-default-high-score)
17028         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17029         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17030         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17031         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17032         (gnus-sum-thread-tree-single-indent)
17033         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17034         (gnus-sum-thread-tree-leaf-with-other)
17035         (gnus-sum-thread-tree-single-leaf): Add :version.
17036         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17037         (gnus-article-loose-mime): Change :version.
17038
17039         * gnus-start.el (gnus-backup-startup-file)
17040         (gnus-save-startup-file-via-temp-buffer): Add :version.
17041
17042         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17043         (gnus-server-offline-face): Add :version.
17044
17045         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17046
17047         * gnus-msg.el (gnus-gcc-externalize-attachments)
17048         (gnus-debug-files, gnus-debug-exclude-variables)
17049         (gnus-discouraged-post-methods): Change :version.
17050         (gnus-confirm-mail-reply-to-news)
17051         (gnus-confirm-treat-mail-like-news): Add :version.
17052
17053         * gnus-int.el (gnus-server-unopen-status): Add :version.
17054
17055         * gnus-group.el (gnus-group-jump-to-group-prompt)
17056         (gnus-large-ephemeral-newsgroup)
17057         (gnus-fetch-old-ephemeral-headers): Add :version.
17058
17059         * gnus-fun.el (gnus-x-face-directory)
17060         (gnus-convert-pbm-to-x-face-command)
17061         (gnus-convert-image-to-x-face-command)
17062         (gnus-convert-image-to-face-command): Add :version.
17063
17064         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17065
17066         * gnus-cite.el (gnus-cite-blank-line-after-header)
17067         (gnus-article-boring-faces): Add :version.
17068
17069         * gnus-art.el (gnus-buttonized-mime-types)
17070         (gnus-inhibit-mime-unbuttonizing)
17071         (gnus-treat-display-face)
17072         (gnus-treat-body-boundary): Change :version.
17073         (gnus-body-boundary-delimiter, gnus-picon-databases)
17074         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17075         (gnus-treat-date-english, gnus-treat-fold-headers)
17076         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17077         (gnus-treat-mail-picon, gnus-treat-wash-html)
17078         (gnus-article-encrypt-protocol)
17079         (gnus-use-idna, gnus-article-over-scroll)
17080         (gnus-mime-display-multipart-alternative-as-mixed)
17081         (gnus-mime-display-multipart-related-as-mixed)
17082         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17083         (gnus-ctan-url, gnus-button-ctan-handler)
17084         (gnus-button-handle-ctan-bogus-regexp)
17085         (gnus-button-ctan-directory-regexp)
17086         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17087         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17088         (gnus-button-man-level, gnus-button-emacs-level)
17089         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17090
17091         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17092         (gnus-agent-go-online): Change :version.
17093         (gnus-agent-expire-unagentized-dirs)
17094         (gnus-agent-auto-agentize-methods): Add :version.
17095
17096         * flow-fill.el (fill-flowed-display-column)
17097         (fill-flowed-encode-column): Add :version.
17098
17099         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17100         (gnus-outlook-deuglify-unwrap-max)
17101         (gnus-outlook-deuglify-cite-marks)
17102         (gnus-outlook-deuglify-unwrap-stop-chars)
17103         (gnus-outlook-deuglify-no-wrap-chars)
17104         (gnus-outlook-deuglify-attrib-cut-regexp)
17105         (gnus-outlook-deuglify-attrib-verb-regexp)
17106         (gnus-outlook-deuglify-attrib-end-regexp)
17107         (gnus-outlook-display-hook): Add :version.
17108
17109         * binhex.el (binhex-use-external): Add :version.
17110
17111 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17114         and `invisible'.
17115
17116 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17117
17118         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17119         in gnus-registry-trim.
17120
17121 2004-09-13  Simon Josefsson  <jas@extundo.com>
17122
17123         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17124
17125         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17126
17127         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17128         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17129         <yamaoka@jpl.org>.
17130         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17131         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17132         <yamaoka@jpl.org>.
17133
17134         * sieve.el (sieve-manage-mode): Ditto.
17135
17136 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17139
17140 2004-09-11  Simon Josefsson  <jas@extundo.com>
17141
17142         * dns-mode.el: Add.
17143
17144         * mm-view.el (mm-display-dns-inline): Add.
17145
17146         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17147         (mm-automatic-display): Ditto.
17148
17149         * mailcap.el (mailcap-mime-data): Add text/dns.
17150         (mailcap-mime-extensions): Map .soa to text/dns.
17151
17152 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17153
17154         * gnus-art.el (article-decode-mime-words, article-babel)
17155         (gnus-article-highlight-signature, gnus-article-add-buttons)
17156         (gnus-signature-toggle): Remove unnecessary bindings of
17157         `inhibit-read-only' inherited from v5.10 merge.
17158
17159 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * nntp.el (nntp): New customization group.
17162         (nntp-authinfo-file): Add customization group.
17163
17164         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17165
17166         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17167
17168         * gnus.el (to-address, to-list, subscribed)
17169         (large-newsgroup-initial): Ditto.
17170
17171         * flow-fill.el (fill-flowed-display-column)
17172         (fill-flowed-encode-column): Ditto.
17173
17174 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17175
17176         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17177         Use point-min rather than 1.
17178         (message-send-mail): Use buffer-size rather than point-max.
17179
17180         * gnus-sum.el (gnus-summary-search-article-forward):
17181         Signal a specific `search-failed' rather than a generic `error'.
17182
17183         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17184         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17185         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17186
17187 2004-09-10  Simon Josefsson  <jas@extundo.com>
17188
17189         * nndb.el (require): Remove tcp and duplicate cl.
17190
17191 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-agent.el (directory-files-and-attributes): Move forward.
17194
17195 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17196
17197         * gnus-agent.el (directory-files-and-attributes):
17198         Optionally defined to support XEmacs.
17199
17200 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17201
17202         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17203         to avoid run-time CL dependencies.
17204         (gnus-agent-unfetch-articles): New function.
17205         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17206         article numbers even when local .overview file is missing.
17207         (gnus-agent-read-article-number): New function.  Only accepts
17208         27-bit article numbers.
17209         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17210         Use gnus-agent-read-article-number.
17211         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17212         from backend while recognizing that article numbers in .overview
17213         must be valid.
17214         (gnus-agent-update-files-total-fetched-for):
17215         Use directory-files-and-attributes to improve performance.
17216         * gnus-int.el (gnus-request-move-article):
17217         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17218         improve performance.
17219
17220         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17221         some users confused by references to .newsrc when they only have a
17222         .newsrc.eld file.
17223         (gnus-convert-mark-converter-prompt)
17224         (gnus-convert-converter-needs-prompt): Fix use of property list.
17225         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17226         New function.  Used internally to only display 'gnus converting
17227         files' message when actually necessary.
17228
17229         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17230         methods now autoloaded.
17231
17232 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17235         identifiers.
17236
17237 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-picon.el: Fix indentation and closing parenthesis.
17240
17241 2004-09-01  Simon Josefsson  <jas@extundo.com>
17242
17243         * message.el (message-canlock-generate): Require sha1, not
17244         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17245         to require within a function.  Sadly, if sha1.el isn't loaded, the
17246         let binding in m-c-g will hide the defcustom definition, which is
17247         bad.)
17248
17249         * canlock.el: Require sha1, not sha1-el.
17250
17251         * message.el: Don't autoload sha1 (there is a autoload cookie in
17252         sha1.el).
17253
17254         * sha1-el.el: Rename to sha1.el.
17255
17256 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17257
17258         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17259
17260 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17261
17262         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17263
17264 2004-08-30  Kim F. Storm  <storm@cua.dk>
17265
17266         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17267
17268         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17269         Add :group 'nnimap.
17270
17271 2004-08-30  Andreas Schwab  <schwab@suse.de>
17272
17273         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17274         ?* and ?\;.
17275
17276         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17277         and ?\' to symbol instead of whitespace.
17278
17279 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17282
17283         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17284         instead of re-search-forward.
17285
17286         * gnus-uu.el (gnus-uu-save-article): Ditto.
17287         (gnus-uu-post-encode-uuencode): Ditto.
17288
17289         * html2text.el (html2text-clean-list-items): Ditto.
17290         (html2text-clean-dtdd): Ditto.
17291         (html2text-format-tags): Ditto.
17292
17293         * message.el (message-send-mail-with-sendmail): Fix regexp.
17294         (message-fill-field-general): Use search-forward instead of
17295         re-search-forward.
17296         (unbold-region): Ditto.
17297
17298         * nnrss.el (nnrss-request-article): Ditto.
17299
17300         * nnslashdot.el (nnslashdot-request-article): Ditto.
17301
17302         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17303
17304         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17305         "Unrecognized menu descriptor" error in XEmacs.
17306
17307 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17308
17309         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17310         parent article of a sparse article in the thread hashtb.
17311
17312 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17313
17314         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17315         (nnmail-expand-newtext): Lowercase expanded entries if
17316         nnmail-split-lowercase-expanded is non-nil.
17317
17318 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17321
17322         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17323         of gnus-tmp-news-method into string under XEmacs.  It will be
17324         passed to gnus-correct-length which takes only a string argument.
17325
17326 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-util.el (gnus-bind-print-variables): New macro.
17329         (gnus-prin1): Use it.
17330         (gnus-prin1-to-string): Use it.
17331         (gnus-pp): New function.
17332         (gnus-pp-to-string): New function.
17333
17334         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17335         Replace pp-to-string with gnus-pp-to-string.
17336         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17337         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17338         * gnus-msg.el (gnus-debug): Ditto.
17339         * gnus-score.el (gnus-score-save): Ditto.
17340         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17341         gnus-pp-to-string.
17342         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17343         with gnus-pp.
17344         * score-mode.el (gnus-score-pretty-print): Ditto.
17345         * webmail.el (webmail-debug): Ditto.
17346
17347 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-art.el (article-display-face, article-display-x-face):
17350         Use buffer-read-only.
17351
17352 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-art.el (article-hide-list-identifiers):
17355         Bind inhibit-read-only as t.
17356
17357 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17360
17361 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17362
17363         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17364         (gnus-narrow-to-page): Don't assume point-min == 1.
17365         (gnus-article-edit-mode): Derive from message-mode.
17366
17367         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17368         point-min == 1.
17369
17370         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17371         Disable incorrect use of `assert'.
17372
17373         * message.el (message-mode): Set comment-start-skip.
17374
17375
17376 2004-08-22  Sam Steingold  <sds@gnu.org>
17377
17378         * pop3.el (pop3-leave-mail-on-server): New user variable.
17379         (pop3-movemail): Delete mail only when it is nil.
17380
17381 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17384
17385         * mml.el (mml-preview): Use `pop-to-buffer'.
17386
17387         * message.el (message-goto-mail-followup-to): Insert after "To".
17388         (message-carefully-insert-headers): Add comment.
17389
17390         * gnus.el: Remove unused variable `gnus-article-check-size'.
17391
17392         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17393
17394         * gnus-art.el (gnus-button-alist):
17395         Improve `gnus-button-handle-library' entry.
17396
17397 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17398
17399         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17400         Use downcase, since XEmacs capitalizes error messages differently.
17401
17402 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17403
17404         * nntp.el: Add (require 'gnus) due to reference to
17405         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17406
17407 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17408
17409         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17410         Bind `mm-fill-flowed'.
17411
17412         * mm-decode.el (mm-dissect-singlepart): Check it.
17413
17414 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17415
17416         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17417         'imap' for netrc parsing.
17418
17419 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17420
17421         * mailcap.el (mailcap-mime-data): Mark as risky.
17422
17423 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17426         may be included in the encoded word.
17427         (rfc2047-encode): Don't append a space if the encoded word
17428         includes close parenthesis.
17429
17430 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17433         of text within parentheses.
17434
17435 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17438         (gnus-encrypt-write-file-contents): Make the password key the file
17439         name PLUS the cipher, not just the cipher.  Also remove failed
17440         passwords from the cache.
17441
17442 2004-08-06  Simon Josefsson  <jas@extundo.com>
17443
17444         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17445         Doc fix.
17446
17447 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17450         LWSP.
17451
17452 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17453
17454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17455         Try to append in-reply-to: data to the references: header.
17456
17457         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17458         (netrc-parse): Use gnus-encrypt.el functions.
17459
17460         * gnus-encrypt.el: Add new file for encryption support; currently
17461         does only a few GPG ciphers and an internal XOR cipher.
17462
17463         * password.el: Add comments on using password-read-and-add.
17464         (password-read-and-add): Add function to read and add the
17465         password to the cache at once.
17466
17467 2004-07-28  Simon Josefsson  <jas@extundo.com>
17468
17469         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17470         parameter (but don't use it, for now).
17471
17472         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17473         instead of hard coding to nil.
17474
17475 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17478         as mm-inline-image-xemacs does.
17479
17480 2004-07-26  Simon Josefsson  <jas@extundo.com>
17481
17482         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17483         Revert part of 2004-07-17 change below.
17484
17485 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17488         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17489
17490 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17491
17492         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17493         quotes that actually start with ">" at the beginning of the
17494         lines.
17495
17496 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * rfc2047.el (rfc2047-encode-region): Fix last change.
17499         (rfc2047-encode-parameter): Remove useless concat.
17500
17501 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17504         encode special characters; fix some kind of misconfigured headers;
17505         signal a real error if debug-on-quit or debug-on-error is non-nil.
17506         (rfc2047-encode-max-chars): New variable.
17507         (rfc2047-encode-1): Use it.
17508         (rfc2047-encode-parameter): New function.
17509
17510         * mml.el (mml-insert-parameter): Remove an excessive space.
17511
17512 2004-07-17  Simon Josefsson  <jas@extundo.com>
17513
17514         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17515         Kai Grossjohann <kai@emptydomain.de>.
17516         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17517         (gnus-group-make-menu-bar): Ditto.
17518
17519         * gnus-util.el (gnus-group-server): Add.
17520
17521 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * message.el (message-clone-locals): Clone sendmail and smtp
17524         variables.
17525
17526 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * rfc2047.el (rfc2047-encode-region): Fix last change.
17529
17530 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17533         characters as non-special.
17534
17535 2004-07-09  Simon Josefsson  <jas@extundo.com>
17536
17537         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17538         Users will lose all flag changes made while unplugged with
17539         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17540         good default.  See numerous reports on ding mailing list.
17541
17542 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17545         add generate-head-function and generate-article-function to the
17546         rfc822-forward entry.
17547         (nndoc-rfc822-forward-generate-article): New function.
17548         (nndoc-rfc822-forward-generate-head): New function.
17549
17550         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17551
17552 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17553
17554         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17555         respect display group parameter and gnus-summary-expunge-below.
17556         (gnus-articles-to-read): Remove unused reference to display group
17557         parameter.
17558
17559 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17560
17561         * nnheader.el (nnheader-uniquify-message-id): New experimental
17562         variable.
17563         (nnheader-nov-read-message-id): Use it.
17564
17565         * spam-report.el (spam-report-gmane): Add interactive.
17566
17567 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * mm-encode.el (mm-content-transfer-encoding-defaults):
17570         Use qp-or-base64 for the application/* types.
17571
17572 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17573
17574         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17575
17576 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17577
17578         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17579         trim value.
17580
17581 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17582
17583         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17584         New macro and function.
17585         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17586
17587 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17590         after-load-alist.
17591
17592 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17593
17594         * gnus-group.el (gnus-group-get-new-news-this-group):
17595         Don't update info that isn't there.
17596
17597 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17598
17599         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17600         entry.
17601
17602 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * mm-view.el (mm-inline-render-with-function): Use multibyte
17605         buffer; decode html source by charset.
17606
17607         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17608
17609         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17610         Mule-UCS is loaded under XEmacs.
17611         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17612
17613 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17614
17615         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17616
17617 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * mm-util.el (mm-coding-system-p): Return a coding-system.
17620         (mm-mime-mule-charset-alist): Use shift_jis instead of
17621         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17622         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17623         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17624         instead of japanese-shift-jis and iso-latin-1 respectively in
17625         order to share the default value with both Emacs and XEmacs-mule.
17626         (mm-mule-charset-to-mime-charset):
17627         Make mm-coding-system-priorities effective.
17628         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17629         while predicating of candidates upon the priorities.
17630
17631 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17632
17633         * gnus-sum.el (gnus-summary-make-menu-bar):
17634         Add gnus-uu-invert-processable.
17635
17636         * gnus.el: Autoload gnus-uu-invert-processable.
17637
17638 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * mm-util.el (mm-with-multibyte-buffer): New macro.
17641
17642         * rfc2047.el (rfc2047-encode-string): Use it.
17643         (rfc2047-encode-region): Move point to the end of the region after
17644         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17645
17646 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17649         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17650
17651 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17654         (gnus-cite-parse): Ignore quoted envelope From_.
17655         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17656
17657 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17658
17659         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17660         invalid addresses.
17661
17662 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17663
17664         * spam.el: Change section markers, revise TODO list.
17665         (spam-backends): Make new master list of all installed backends.
17666         (spam-summary-exit-behavior): Add new variable to determine how
17667         messages moves are done at summary exit.
17668         (spam-move-spam-nonspam-groups-only)
17669         (spam-process-ham-in-nonham-groups)
17670         (spam-process-ham-in-spam-groups): Remove variables, the
17671         spam-summary-exit-behavior variable should be used to manage this
17672         behavior.
17673         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17674         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17675         and spam-old-spam-articles.
17676         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17677         Add empty variables, placeholders for the backends they represent.
17678         (spam-set-difference): Move, unchanged.
17679         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17680         unless the user has a processor variable.
17681         (spam-classifications, spam-classification-valid-p)
17682         (spam-backend-properties, spam-backend-property-valid-p)
17683         (spam-backend-function-type-valid-p)
17684         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17685         (spam-report-articles-gmane, spam-report-articles-resend):
17686         Remove functions, they are not needed.
17687         (spam-install-backend-super, spam-backend-list)
17688         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17689         (spam-backend-function, spam-backend-ham-registration-function)
17690         (spam-backend-spam-registration-function)
17691         (spam-backend-ham-unregistration-function)
17692         (spam-backend-spam-unregistration-function)
17693         (spam-backend-statistical-p, spam-backend-mover-p)
17694         (spam-install-backend-alias, spam-install-checkonly-backend)
17695         (spam-install-mover-backend, spam-install-nocheck-backend)
17696         (spam-install-backend, spam-install-statistical-backend)
17697         (spam-install-statistical-checkonly-backend): Add backend installation
17698         support.
17699         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17700         (spam-group-processor-p): Use the new backend code and respect the
17701         summary exit behavior.
17702         (spam-mark-spam-as-expired-and-move-routine): Remove.
17703         (spam-summary-prepare): Change to use the new spam-old-articles
17704         variable.
17705         (spam-copy-or-move-routine, spam-copy-spam-routine)
17706         (spam-move-spam-routine, spam-copy-ham-routine)
17707         (spam-move-ham-routine): Add code to copy/move ham or spam.
17708         (spam-fetch-field-fast): Improve doc and code, plus allow the
17709         'number request.
17710         (spam-list-of-checks, spam-list-of-statistical-checks):
17711         Remove variables.
17712         (spam-split, spam-find-spam): Use the new backend code.
17713         (spam-registration-functions): Remove variable.
17714         (spam-unregister-routine): Add convenience wrapper.
17715         (spam-log-undo-registration, spam-register-routine)
17716         (spam-log-processing-to-registry)
17717         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17718         where possible.
17719         (spam-check-gmane-xref, spam-check-regex-headers)
17720         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17721         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17722         (spam-check-bogofilter-headers, spam-check-spamoracle)
17723         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17724         (spam-check-crm114-headers): Use the spam-split-group that
17725         spam-split prepares, no need to determine it every time.
17726
17727         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17728         to the nnheader-parse-naked-head call.
17729
17730         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17731
17732         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17733         the nnheader-nov-read-message-id call.
17734
17735 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17738         gnus-activate-group twice.  Suggested by Markus Peter
17739         <warp@spin.de>.
17740
17741 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-art.el (gnus-article-time-format): Exchange the order of
17744         day and month in the default value; fix customization type.
17745         (article-date-ut): Use add-text-properties.
17746         (article-make-date-line): Use message-make-date instead of
17747         current-time-string.
17748
17749         * message.el (message-fetch-field): Don't use set-text-properties.
17750         (message-make-date): Simplify.
17751
17752         * messagexmas.el (message-xmas-make-date): New function.
17753         (message-xmas-redefine): Defalias message-make-date to it.
17754
17755 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17758         (rfc2047-encode-region): Treat text within parentheses as special;
17759         show the original text when error has occurred.
17760
17761         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17762         already-computed method to gnus-activate-group.
17763
17764         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17765         same select-methods identical Lisp objects.
17766
17767         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17768         object when modifying the info.
17769
17770 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17773         gnus-opened-servers since it has never been opened with the new
17774         configuration yet.
17775
17776 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17779         arg to nnheader-generate-fake-message-id.
17780
17781 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17782
17783         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17784         number and build a fake message ID localized to a group and
17785         article number (so it's repeatable from that point on).
17786         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17787         ID format.
17788
17789         * gnus-sum.el (gnus-get-newsgroup-headers):
17790         Call nnheader-generate-fake-message-id with the article number.
17791
17792 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17793
17794         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17795         end-of-buffer.
17796
17797 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17798
17799         * message.el (message-ignored-supersedes-headers): Add Approved.
17800
17801 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17804         goto-char.
17805         (rfc2047-encode): Fold the line before encoding.
17806
17807 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17808
17809         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17810         folding -- not all headers can be folded, and this should be done
17811         by the message composition mode.  Probably.  I think.
17812
17813 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17816         fast.
17817
17818         * gnus-ems.el (gnus-remove-image): Don't use
17819         message-text-with-property; remove only the image found first.
17820
17821         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17822         found first.
17823
17824 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17827
17828 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * message.el (message-text-with-property): Make it fast and accept
17831         optional arguments.
17832         (message-strip-forbidden-properties): Use it.
17833         (message-fix-before-sending): Follow the m-t-w-p change.
17834
17835         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17836
17837 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-art.el (article-hide-headers): Don't change the buffer
17840         mistakenly when performing mml-preview even if
17841         gnus-single-article-buffer is nil.
17842
17843 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17844
17845         * message.el (message-expand-name-databases): New user option.
17846         (message-expand-name): Use it.
17847
17848 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17849
17850         * spam.el (spam-report-articles-resend)
17851         (spam-report-resend-register-routine): Allow ham reporting.
17852         (spam-report-resend-register-ham-routine): Add wrapper.
17853         (spam-registration-functions): Add ham resending functions.
17854         (spam-list-of-processors): Add ham resend processor.
17855
17856         * gnus.el (ham-resend-to): Add new group parameter.
17857         (spam-process): Add ham resend option.
17858
17859         * spam-report.el (spam-report-resend): Allow reporting ham.
17860         (spam-report-resend-ham): Add wrapper.
17861
17862 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17863
17864         * message.el (message-cite-articles-with-x-no-archive):
17865         New variable.
17866         (message-cite-original): Use it.
17867
17868 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17869
17870         * message.el (message-cite-original): Respect X-No-Archive.
17871
17872 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * gnus-art.el (article-hide-headers): Refer to the values for
17875         gnus-ignored-headers and gnus-visible-headers in the summary
17876         buffer since a user may have set them as group parameters.
17877
17878 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17879
17880         * assistant.el (assistant-node-name): Add convenience function.
17881         (assistant-render-text, assistant-render-node): Add error handling,
17882         plus handle multiple next nodes.
17883         (assistant-find-next-node): Comment out for now.
17884         (assistant-find-next-nodes): Add function, returns list of next
17885         nodes.
17886
17887 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * mail-source.el (mail-source-directory): Fix doc-string.
17890
17891 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17892
17893         * assistant.el (assistant-render-text, assistant-eval): Add :set
17894         widget type, which is different because it takes and returns a
17895         list.  Much hilarity ensues.
17896
17897 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17900
17901         * gnus-group.el (gnus-group-get-new-news-this-group):
17902         Add doc-string.
17903
17904         * gnus-start.el (gnus-activate-group): Add doc-string.
17905
17906 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17909
17910 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17911
17912         * assistant.el (assistant-render-text): Try to add a :set
17913         widget, more to come.
17914
17915         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17916         strings.
17917         (spam-report-articles-resend)
17918         (spam-register-routine): Do registration iff any articles warrant
17919         it.
17920         (spam-summary-prepare-exit): Change log message for nil group
17921         destinations.
17922
17923 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17924
17925         * spam.el (spam-report-resend-register-routine):
17926         Allow spam-report-resend-to to be a group parameter or a global value.
17927
17928 2004-05-26  Simon Josefsson  <jas@extundo.com>
17929
17930         * starttls.el: Merge with my GNUTLS based starttls.el.
17931         (starttls-gnutls-program, starttls-use-gnutls)
17932         (starttls-extra-arguments, starttls-process-connection-type)
17933         (starttls-connect, starttls-failure, starttls-success):
17934         New variables.
17935         (starttls-program, starttls-extra-args): Doc fix.
17936         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17937         New functions.
17938         (starttls-negotiate, starttls-open-stream):
17939         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17940         function if it is set.
17941
17942 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17945         structured fields.
17946
17947 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17950
17951 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17952
17953         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17954         Add variable.
17955         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17956         assigning the spam-mark to new messages.
17957
17958 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17959
17960         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17961
17962 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17965
17966         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17967         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17968         default.
17969
17970 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17971
17972         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17973         correct data.
17974
17975 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17976
17977         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17978         (spam-group-processor-p): Fix function.
17979         (spam-group-processor-multiple-p)
17980         (spam-group-spam-processor-report-gmane-p)
17981         (spam-group-spam-processor-report-resend-p)
17982         (spam-group-spam-processor-bogofilter-p)
17983         (spam-group-spam-processor-blacklist-p)
17984         (spam-group-spam-processor-ifile-p)
17985         (spam-group-ham-processor-ifile-p)
17986         (spam-group-spam-processor-spamoracle-p)
17987         (spam-group-spam-processor-crm114-p)
17988         (spam-group-ham-processor-bogofilter-p)
17989         (spam-group-spam-processor-stat-p)
17990         (spam-group-ham-processor-stat-p)
17991         (spam-group-ham-processor-whitelist-p)
17992         (spam-group-ham-processor-BBDB-p)
17993         (spam-group-ham-processor-spamoracle-p)
17994         (spam-group-ham-processor-copy-p): Remove functions with some
17995         prejudice against unneeded code.
17996         (spam-report-articles-resend)
17997         (spam-report-resend-register-routine): Allow the group/topic
17998         spam-resend-to value to override spam-report-resend-to.
17999         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18000         properly now.
18001
18002         * gnus.el (spam-resend-to): Add group/topic parameter.
18003         (spam-process): Move the OBSOLETE processors to the end of the
18004         choices.
18005
18006 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18007
18008         * spam-report.el (spam-report-resend-to, spam-report-resend):
18009         Start with resend-to set to nil, and then ask the user if necessary.
18010         (spam-report-resend): spam-report-resend takes a list of articles, not
18011         separate article numbers.
18012
18013 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18016         addition to emacs-w3m.
18017
18018 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18019
18020         * assistant.el (assistant-authinfo-data): New function.
18021         (assistant-eval): Eval for entire assistant.
18022
18023         * netrc.el (netrc-services-file): New variable.
18024         (netrc-parse-services): New function.
18025         (netrc-find-service-name): New function.
18026         (netrc-find-service-number): New function.
18027         (netrc-port-equal): New function.
18028         (netrc-machine): Use it.
18029
18030         * nnimap.el (nnimap-open-connection): Use netrc.
18031
18032         * gnus-util.el (gnus-netrc-get): Remove aliases.
18033
18034         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18035
18036         * assistant.el (wid-edit): Fix compilation.
18037
18038         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18039
18040 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18041
18042         * gnus-util.el (gnus-set-file-modes): New function.  (small
18043         patch).
18044
18045 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18046
18047         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18048
18049         * assistant.el (assistant-render-node): Fix up rendering and
18050         read-only text.
18051         (assistant-render-node): Reset.
18052         (assistant-make-read-only): Not sticky.
18053
18054 2004-05-20  Danny Siu  <dsiu@adobe.com>
18055
18056         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18057         centered even when gnus-auto-center-summary is t.
18058
18059 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18060
18061         * dns.el (dns-get-txt-answer): New function.
18062         (dns-read-txt): Ditto.
18063         (query-dns): Use it.
18064
18065 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18068         active for foreign groups even if the group level is higher than
18069         the specified value.
18070
18071 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18072
18073         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18074         non-active groups.
18075
18076         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18077
18078 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18079
18080         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18081
18082 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18083
18084         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18085         (spam-crm114-header, spam-crm114-spam-switch)
18086         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18087         (spam-crm114-positive-spam-header)
18088         (spam-crm114-database-directory, spam-list-of-processors)
18089         (spam-group-spam-processor-crm114-p)
18090         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18091         (spam-generic-score, spam-list-of-checks)
18092         (spam-list-of-statistical-checks, spam-registration-functions)
18093         (spam-check-crm114-headers, spam-crm114-score)
18094         (spam-check-crm114, spam-crm114-register-with-crm114)
18095         (spam-crm114-register-spam-routine)
18096         (spam-crm114-unregister-spam-routine)
18097         (spam-crm114-register-ham-routine)
18098         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18099         From asjo@koldfront.dk (Adam Sjøgren).
18100
18101         * gnus.el: Add spam-use-crm114.
18102
18103         * spam.el (spam-list-of-processors, spam-registration-functions):
18104         Add spam-use-resend.
18105         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18106         (spam-report-articles-gmane): Add doc fix.
18107         (spam-report-articles-resend, spam-report-resend-register-routine):
18108         Add wrappers around spam-report-resend-to.
18109
18110         * spam-report.el (spam-report-resend-to, spam-report-resend):
18111         Add support for resending spam.
18112         (spam-report-gmane): Fix line length >80.
18113
18114         * gnus.el (spam-process): Add spam-use-resend.
18115
18116 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18117
18118         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18119         number of processed spam messages.
18120         (spam-ham-copy-or-move-routine): Return the number of processed
18121         ham messages.
18122         (spam-summary-prepare-exit): Use the above values to decide
18123         whether status messages shouled be displayed.
18124
18125 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18128         `rfc2047-encoding-function-alist' in order to avoid conflicting
18129         with the old version.
18130         (rfc2047-encode-region): Concatenate words containing non-ASCII
18131         characters in structured fields; don't encode space-delimited
18132         ASCII words even in unstructured fields; don't break words at
18133         char-category boundaries.
18134         (rfc2047-encode-1): New function.
18135         (rfc2047-encode): Use it; encode text so that it occupies the
18136         maximum width within 76-column; work correctly on Q encoding for
18137         iso-2022-* charsets.
18138         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18139         sure not to break a line just after the header name.
18140         (rfc2047-b-encode-region): Remove.
18141         (rfc2047-b-encode-string): New function.
18142         (rfc2047-q-encode-region): Remove.
18143         (rfc2047-q-encode-string): New function.
18144
18145         * mm-util.el (mm-replace-in-string): New function.
18146
18147 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18148
18149         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18150         Really get it right.
18151         (gnus-inews-make-draft): Really.
18152
18153 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18154
18155         * nnmh.el (nnmh-request-list-1): Don't check the link count
18156         before descending.  (small patch)
18157
18158 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18161         stuff.
18162
18163         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18164         Match on real group name.
18165
18166         * gnus-art.el (gnus-signature-limit): Doc fix.
18167
18168         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18169
18170         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18171
18172 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18173
18174         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18175         isn't a string.
18176
18177 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * gnus-draft.el (gnus-draft-send):
18180         Bind rfc2047-encode-encoded-words.
18181
18182         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18183         (rfc2047-encodable-p): Say that =? needs encoding.
18184         (rfc2047-encode-encoded-words): New variable.
18185
18186         * gnus-group.el (gnus-group-select-group): Doc fix.
18187
18188         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18189
18190         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18191         to nil.
18192
18193         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18194
18195         * nnheader.el (nnheader-get-lines-and-char): New function.
18196
18197 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * gnus-msg.el (gnus-summary-followup-with-original):
18200         Document yanking of region when active.
18201
18202 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18205         groups if the group level is higher than the specified value.
18206
18207 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18208
18209         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18210         (gnus-group-jump-to-group): Add prefix argument using
18211         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18212         non-active group.
18213
18214         * compface.el (uncompface): Be verbose when changing
18215         `uncompface-use-external'.
18216
18217         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18218         handle manual section.
18219
18220 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18221
18222         * gnus-art.el (gnus-button-alist): Revert previous change.
18223
18224 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18225
18226         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18227
18228 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18231         whether backend can accept message.
18232
18233         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18234
18235 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18236
18237         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18238         Avoid creating directory when nntp-marks-is-evil is true.
18239         Reported by Reiner Steib.
18240
18241 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18242
18243         * gnus-picon.el (gnus-picon-style): New variable.
18244         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18245         (gnus-picon-transform-address): Support `gnus-picon-style'.
18246         From Jesper Harder <harder@ifa.au.dk>.
18247
18248 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249
18250         * message.el (message-fill-field): Return point.
18251         (message-generate-headers): Go to end of field.
18252
18253         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18254         stuff for non-living groups.
18255
18256 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18257
18258         * gnus-art.el (gnus-article-followup-with-original)
18259         (gnus-article-reply-with-original): gnus-mark-active-p ->
18260         gnus-region-active-p.
18261
18262 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18263
18264         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18265         only when there is spam or ham to be processed.
18266
18267 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18268
18269         * mail-source.el (mail-source-delete-crash-box): Refactor.
18270         (mail-source-fetch): Use it.
18271         (mail-source-fetch-file): Ditto.
18272         (mail-source-fetch-directory): Run postscript in loop.
18273         (mail-source-fetch-pop): Delete.
18274         (mail-source-fetch-maildir): Ditto.
18275         (mail-source-fetch-imap): Ditto.
18276
18277         * imap.el (imap-authenticators): Comment out sasl.
18278
18279         * message.el (message-skip-to-next-address): New function.
18280         (message-fill-header-address): Refactor.
18281         (message-fill-address): Use it.
18282         (message-delete-address): Use it.
18283         (message-fill-header-general): Refactor.
18284         (message-fill-field-address): Rename.
18285         (message-narrow-to-field): Find the start of the header.
18286         (message-header-format-alist): Don't pre-fill.
18287         (message-fill-header): Remove.
18288         (message-insert-header): New function.
18289         (message-shorten-references): Use it.
18290
18291         * rfc2047.el (rfc2047-field-value): Strip props.
18292
18293         * mail-parse.el (mail-header-make-address): New alias.
18294
18295         * ietf-drums.el (ietf-drums-make-address): New function.
18296
18297         * imap.el: Add compiler directives.
18298
18299         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18300
18301         * gnus-art.el (article-decode-idna-rhs): Don't use
18302         message-idna-inside-rhs-p.
18303
18304 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18305
18306         * message.el (message-idna-inside-rhs-p): Remove.
18307         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18308
18309         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18310         false positives.
18311
18312 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18313
18314         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18315
18316 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18317
18318         * nneething.el (nneething-file-name): Don't create spurious
18319         files.
18320
18321         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18322         (gnus-inews-do-gcc): Remove sleep.
18323
18324         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18325         part under point.
18326
18327         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18328         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18329
18330 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18331
18332         * spam.el (spam-summary-prepare-exit): Fix (length).
18333
18334 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18335
18336         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18337         as expired without moving it" message when there are spam
18338         messages left.
18339
18340 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18341
18342         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18343         header is not nil.
18344
18345 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18346
18347         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18348         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18349         (nntp-marks-changed-p): New arg SERVER.
18350         (nntp-request-update-info): Adjust caller.
18351
18352 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18353
18354         * nntp.el (nntp-save-marks): Pass missing arg.
18355
18356 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18357
18358         * nntp.el: Support marks.
18359         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18360         (nntp-marks-modtime, nntp-marks-directory): New variables.
18361         (nntp-request-set-mark, nntp-request-update-info)
18362         (nntp-possibly-create-directory, nntp-marks-changed-p)
18363         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18364         New functions.
18365
18366 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18367
18368         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18369         (gnus-xmas-redefine): Rename.
18370
18371         * gnus-score.el (gnus-score-insert-help):
18372         Use gnus-select-lowest-window.
18373
18374         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18375         appt-select-lowest-window and rename to gnus-select-lowest-window.
18376
18377         * gnus.el: do.
18378
18379 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18380
18381         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18382         encodings of MIME-encoded words, in order to improve
18383         interoperability with several broken MUAs.
18384
18385 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18386
18387         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18388         tags, only when charsets are not specified in headers.
18389         (mm-inline-text-html-render-with-w3m): Ditto.
18390
18391         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18392         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18393
18394 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18395
18396         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18397         instead of MIME-decoded from fields when checking
18398         `gnus-article-address-banner-alist'.
18399
18400 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18401
18402         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18403         description rather than subject.
18404
18405 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18406
18407         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18408
18409 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18410
18411         * gnus.el (gnus-version-number): Bump.
18412
18413 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18414
18415         * gnus.el: No Gnus v0.2 is released.
18416
18417 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18418
18419         * gnus-agent.el (gnus-agent-read-agentview):
18420         Inline gnus-uncompress-range.
18421
18422 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18423
18424         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18425         `exec-installed-p'.
18426
18427 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18428
18429         * gnus.el (spam-process, spam-autodetect-methods):
18430         Add bsfilter and bsfilter-headers.
18431
18432         * spam.el (spam-bsfilter): New customize group.
18433         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18434         (spam-bsfilter-header, spam-bsfilter-probability-header)
18435         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18436         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18437         (spam-bsfilter-database-directory): New options.
18438         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18439         (spam-list-of-statistical-checks, spam-registration-functions):
18440         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18441         (spam-bsfilter-score): New command.
18442         (spam-check-bsfilter-headers, spam-check-bsfilter)
18443         (spam-bsfilter-register-with-bsfilter)
18444         (spam-bsfilter-register-spam-routine)
18445         (spam-bsfilter-unregister-spam-routine)
18446         (spam-bsfilter-register-ham-routine)
18447         (spam-bsfilter-unregister-ham-routine): New functions.
18448         (spam-generic-score): Support bsfilter; Accept an optional argument
18449         to recalcurate spam score even if scoring header has already been
18450         added.
18451         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18452         optional argument to recalcurate spam score even if scoring header
18453         has already been added.
18454
18455 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18456
18457         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18458         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18459         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18460         link is missing.
18461
18462 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18463
18464         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18465         (html2text-get-attr): Rewrite.
18466
18467         * message.el (message-setup-1): Remove redundant put-text-property
18468         on mail-header-separator.
18469
18470 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * gnus-registry.el (gnus-registry-cache-whitespace)
18473         (gnus-registry-action, gnus-registry-spool-action)
18474         (gnus-registry-split-fancy-with-parent): Change message levels
18475         from 5 to 3 or 7, as needed.
18476
18477         * spam.el (spam-summary-prepare-exit)
18478         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18479         (spam-split, spam-find-spam, spam-log-undo-registration)
18480         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18481         level from 5 to 6.
18482
18483 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18486         2004-03-04 change).
18487
18488 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * sieve-manage.el (sieve-manage-open):
18491         * nnweb.el (nnweb-insert-html):
18492         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18493         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18494         * nnspool.el (nnspool-request-group):
18495         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18496         * nnml.el (nnml-request-update-info):
18497         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18498         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18499         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18500         (nnimap-request-set-mark):
18501         * nnfolder.el (nnfolder-request-update-info):
18502         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18503         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18504         * gnus-uu.el (gnus-uu-find-articles-matching):
18505         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18506         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18507         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18508         * gnus-nocem.el (gnus-nocem-scan-groups):
18509         * gnus-int.el (gnus-start-news-server):
18510         * gnus-group.el (gnus-group-make-kiboze-group)
18511         (gnus-group-browse-foreign-server):
18512         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18513         Use mapc when appropriate.
18514
18515 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18516
18517         FIXME: Make separate entries for each person.
18518
18519         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18520         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18521         <shields@msrl.com>:
18522
18523         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18524         may need for spam sorting and scoring.
18525         (spam-user-format-function-S): Add user format function suitable for
18526         general use.
18527         (spam-article-sort-by-spam-status): Add sorting function for summary
18528         sorting.
18529         (spam-extra-header-to-number): Add function to get a score from a
18530         header.
18531         (spam-summary-score): Add function to get a numeric score from the
18532         headers.
18533         (spam-generic-score): Fix function doc, was in wrong place.
18534         (spam-initialize): Take symbols when it's run, and install the
18535         extra headers that spam-necessary-extra-headers thinks we need.
18536
18537 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18538
18539         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18540         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18541
18542 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * gnus-sum.el (gnus-set-global-variables)
18545         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18546         (gnus-article-get-xrefs, gnus-summary-best-group)
18547         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18548         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18549         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18550         Use with-current-buffer.
18551
18552 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * spam.el (spam-summary-prepare-exit): Simplify logic.
18555         (spam-fetch-article-header): Read the article header if it's not
18556         available.
18557         (spam-list-articles): Simplify logic.
18558         (spam-filelist-register-routine): Fix bug with unregister-list.
18559
18560         * gnus-registry.el: Fix comments at beginning.
18561
18562 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * message.el (message-cater-to-broken-inn): Remove.
18565         (message-shorten-references): Make sure the total folded length of
18566         References is shorter than 998 characters to cater to a bug in INN
18567         2.3.  Also, don't pretend that references aren't folded -- this
18568         hasn't worked for a while.
18569
18570 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18571
18572         * gnus-agent.el (gnus-agentize):
18573         gnus-agent-send-mail-real-function no longer set to current value
18574         of message-send-mail-function but rather a lambda that calls
18575         message-send-mail-function.  The change makes the agent real-time
18576         responsive to user changes to message-send-mail-function.
18577
18578 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18579
18580         * legacy-gnus-agent.el
18581         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18582         help from Florian Weimer <fw@deneb.enyo.de>
18583
18584 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * nnmail.el (nnmail-cache-insert): Revert last change.
18587
18588 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * nnmail.el (nnmail-cache-insert): Always check whether
18591         nnmail-cache-ignore-groups matches a group name.
18592
18593 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18594
18595         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18596         (spam-find-spam, spam-log-processing-to-registry)
18597         (spam-log-registered-p, spam-log-unregistration-needed-p)
18598         (spam-log-undo-registration): Use gnus-message instead of
18599         gnus-error, none of these errors are fatal.
18600
18601         * gnus-registry.el (gnus-registry-clean-empty-function)
18602         (gnus-registry-clean-empty): Remove only empty entries without
18603         extra data.
18604
18605 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18606
18607         * spam-stat.el (spam-stat-buffer-change-to-spam)
18608         (spam-stat-buffer-change-to-non-spam): Change (error) to
18609         (gnus-message 8) invocation.
18610
18611 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * nntp.el (nntp-via-netcat-command): New variable.
18614         (nntp-via-netcat-switches): New variable.
18615         (nntp-open-via-rlogin-and-netcat): New function.
18616         (nntp-open-connection-function): Doc fix.
18617         (nntp-telnet-command): Doc fix.
18618         (nntp-end-of-line): Doc fix.
18619         (nntp-via-rlogin-command): Doc fix.
18620         (nntp-via-user-name): Doc fix.
18621         (nntp-via-address): Doc fix.
18622
18623 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18626         error in Emacs 21.1.
18627
18628 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18631
18632 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18633
18634         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18635         (gnus-agent-with-refreshed-group): New macro.
18636         (gnus-agent-rename-group): New function.
18637         (gnus-agent-delete-group): New function.
18638         (gnus-agent-save-group-info): Use gnus-command-method when
18639         `method' parameter is nil.  Don't write nil entries into the
18640         active file.
18641         (gnus-agent-get-group-info): New function.
18642         (gnus-agent-fetch-articles):
18643         Use gnus-agent-update-files-total-fetched-for to increment disk space
18644         used.
18645         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18646         Use gnus-agent-update-view-total-fetched-for to increment disk space
18647         used.
18648         (gnus-agent-get-local): Add optional parameters to avoid calling
18649         gnus-group-real-name and gnus-find-method-for-group.
18650         (gnus-agent-set-local): Delete stored entry if either min, or max,
18651         are nil.
18652         (gnus-agent-fetch-session): Reworded error/quit messages.
18653         On quit, use gnus-agent-regenerate-group to record existance of any
18654         articles fetched to disk before the quit occurred.
18655         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18656         gnus-agent-update-view-total-fetched-for, and
18657         gnus-agent-update-files-total-fetched-for to decrement disk space
18658         used.
18659         (gnus-agent-retrieve-headers):
18660         Use gnus-agent-update-view-total-fetched-for to increment disk space
18661         used.
18662         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18663         with gnus-agent-update-files-total-fetched-for to decrement disk
18664         space and fresh group buffer.
18665         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18666         (gnus-agent-need-update-total-fetched-for): New variable.
18667         (gnus-agent-update-files-total-fetched-for): New function.
18668         (gnus-agent-update-view-total-fetched-for): New function.
18669         (gnus-agent-total-fetched-for): New function.
18670
18671         * gnus-cache.el (gnus-cache-save-buffers):
18672         Use gnus-cache-update-overview-total-fetched-for to change disk space
18673         used by this group.
18674         (gnus-cache-possibly-enter-article):
18675         Use gnus-cache-update-file-total-fetched-for to increment disk space
18676         used by this group.
18677         (gnus-cache-possibly-remove-article):
18678         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18679         used by this group.
18680         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18681         (gnus-cache-rename-group): New function.
18682         (gnus-cache-delete-group): New function.
18683         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18684         (gnus-cache-need-update-total-fetched-for): New variable.
18685         (gnus-cache-with-refreshed-group): New macro.
18686         (gnus-cache-update-file-total-fetched-for): New function.
18687         (gnus-cache-update-overview-total-fetched-for): New function.
18688         (gnus-cache-rename-group-total-fetched-for): New function.
18689         (gnus-cache-delete-group-total-fetched-for): New function.
18690         (gnus-cache-total-fetched-for): New function.
18691
18692         * gnus-group.el: Require gnus-sum and autoload functions to
18693         resolve warnings when gnus-group.el compiled alone.
18694         (gnus-group-line-format): Documented new %F.
18695         (size of Fetched data) group line format; identifies disk space
18696         used by agent and cache.
18697         (gnus-group-line-format-alist): Defined new F format.
18698         (gnus-total-fetched-for): New function.
18699         (gnus-group-delete-group): No longer update
18700         gnus-cache-active-altered as gnus-request-delete-group now keeps
18701         the cache in sync.
18702         (gnus-group-list-active): Let the agent store a server's active
18703         list if currently plugged.
18704
18705         * gnus-int.el (gnus-request-delete-group):
18706         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18707         local disk in sync with the server.
18708         (gnus-request-rename-group):
18709         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18710         local disk in sync with the server.
18711
18712         * gnus-start.el (gnus-get-unread-articles):
18713         Cosmetic simplification to logic.
18714
18715         * gnus-util.el (gnus-rename-file): New function.
18716
18717 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18718
18719         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18720
18721 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18722
18723         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18724         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18725
18726 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18727
18728         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18729         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18730
18731 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18732
18733         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18734
18735 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18736
18737         * spam.el (spam-set-difference): Add function to replace
18738         gnus-set-difference in spam.el.
18739         (spam-summary-prepare-exit): Use spam-set-difference.
18740
18741 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18742
18743         * gnus-registry.el (gnus-registry-cache-file): Update to use
18744         gnus-dribble-directory OR gnus-home-directory OR ~.
18745         (gnus-registry-split-fancy-with-parent): Fix doc.
18746
18747 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * message.el (message-exchange-point-and-mark):
18750         Use message-mark-active-p.  Suggested by Jesper Harder
18751         <harder@ifa.au.dk>.
18752
18753 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * message.el (message-exchange-point-and-mark): Don't activate
18756         region if it was inactive.  Suggested by Hiroshi Fujishima
18757         <pooh@nature.tsukuba.ac.jp>.
18758
18759 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * gnus-art.el (article-display-face): Display Faces in the same
18762         order as X-Faces.
18763
18764 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18767
18768 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18771         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18772         (gnus-article-mime-hierarchy): Remove.
18773         (gnus-article-mime-hierarchy-next): Remove.
18774         (gnus-article-mode): Revert 2004-03-19 change.
18775         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18776         (gnus-insert-mime-button): Revert 2004-03-19 change.
18777         (gnus-mime-accumulate-hierarchy): Remove.
18778         (gnus-mime-enter-multipart): Remove.
18779         (gnus-mime-leave-multipart): Remove.
18780         (gnus-mime-display-part): Revert 2004-03-19 change.
18781         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18782
18783         * mml.el (mml-preview): Revert 2004-03-19 change.
18784
18785 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18786
18787         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18788
18789 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18792         t while entering a file name using the mm-with-multibyte macro.
18793         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18794
18795         * mm-util.el (mm-with-multibyte): New macro.
18796
18797 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18800         New user option.
18801         (gnus-mime-multipart-functions): Doc and customization fix.
18802         (gnus-article-mime-hierarchy): New variable.
18803         (gnus-article-mime-hierarchy-next): New variable.
18804         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18805         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18806         gnus-article-mime-hierarchy-next to nil.
18807         (gnus-insert-mime-button): Show hierarchy numbers.
18808         (gnus-mime-accumulate-hierarchy): New function.
18809         (gnus-mime-enter-multipart): New function.
18810         (gnus-mime-leave-multipart): New function.
18811         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18812         (gnus-mime-display-alternative): Show hierarchy numbers.
18813
18814         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18815         gnus-article-mime-hierarchy-next to nil.
18816
18817 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18818
18819         * dns.el: Don't require gnus-xmas.
18820
18821 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18822
18823         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18824         inline PGP.
18825         (mml-menu): Disable mml-quote-region if mark is inactive.
18826
18827 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18830         when the group's active is not available.
18831
18832 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18835         error.
18836
18837 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * imap.el (imap-store-password): New variable.
18840         (imap-interactive-login): Use it.
18841         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18842
18843 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18846         window-start and hscroll to summary window.
18847
18848 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18849
18850         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18851         conversion message to newsrc-dribble when an actual conversion is
18852         performed.
18853
18854 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18855
18856         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18857
18858 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * mm-decode.el (mm-complicated-handles): New function reviving
18861         former definition of mm-multiple-handles.
18862
18863         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18864         (gnus-mime-delete-part): Use it.
18865
18866 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18867
18868         * gnus-agent.el (gnus-agent-read-local):
18869         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18870         avoid the implicit assumption that they will always be equal.
18871         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18872         coding-system-for-write, as the with-temp-file macro first prints
18873         to a buffer then saves the buffer.
18874
18875 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * gnus-art.el (gnus-article-edit-part): New function.
18878         (gnus-mime-save-part-and-strip): Use it; do query instead of
18879         signaling an error; don't use mm-multiple-handles.
18880         (gnus-mime-delete-part): Ditto.
18881
18882 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18883
18884         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18885         old file versions.
18886         (gnus-group-prepare-hook): Remove function that converted list
18887         form of gnus-agent-expire-days to group properties.
18888
18889         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18890         (gnus-request-accept-article): Re-indented.
18891
18892         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18893         converters to handle old agent file formats.  Add logic for a
18894         "backup before upgrading warning".
18895         (gnus-convert-mark-converter-prompt): Developers can mark
18896         functions as needing (default), or not needing,
18897         gnus-convert-old-newsrc's "backup before upgrading warning".
18898         (gnus-convert-converter-needs-prompt): Tests whether the user
18899         should be protected from potentially irreversable changes by the
18900         function.
18901
18902         * legacy-gnus-agent.el: New.  Provides converters that are only
18903         loaded when gnus-convert-old-newsrc needs to call them.
18904
18905 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * mail-source.el (mail-source-touch-pop): Doc fix.
18908
18909         * message.el (message-smtpmail-send-it): Doc fix.
18910
18911 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18912
18913         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18914
18915         * nnmail.el (nnmail-split-fancy): do.
18916
18917         * gnus-kill.el (gnus-kill, gnus-execute): do.
18918
18919 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18920
18921         * gnus-sum.el (gnus-widget-reversible-match)
18922         (gnus-widget-reversible-to-internal)
18923         (gnus-widget-reversible-to-external): New functions.
18924         (gnus-widget-reversible): New widget.
18925         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18926
18927 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18928
18929         * gnus-sum.el (gnus-thread-sort-functions)
18930         (gnus-article-sort-functions): Document `(not F)' items.
18931
18932 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18933
18934         * spam.el (spam-use-gmane-xref): Add new backend.
18935         (spam-gmane-xref-spam-group): Add variable to control the name of the
18936         Gmane spam group.
18937         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18938         (spam-regex-headers-spam, spam-regex-headers-ham)
18939         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18940         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18941         backends and checks.
18942         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18943
18944         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18945         an autodetect method.
18946
18947 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18948
18949         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18950         articles are being added to a group.
18951         (gnus-request-replace-article): Inform the agent that articles
18952         need to be uncached as the cached contents are no longer valid.
18953
18954 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * binhex.el: Don't autoload executable-find.
18957
18958         * canlock.el: Don't autoload mail-fetch-field.
18959
18960         * dgnushack.el: Autoload c-mode for XEmacs.
18961
18962         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18963
18964         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18965         rmail-dont-reply-to and rmail-output.
18966
18967         * gnus-score.el: Don't autoload ffap-string-at-point.
18968
18969         * gnus-setup.el: Don't autoload sc-cite-original.
18970
18971         * imap.el: Don't autoload base64-decode-string,
18972         base64-encode-string and md5.
18973
18974         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18975         and rmail-msg-restore-non-pruned-header.
18976
18977         * mm-decode.el: Don't autoload executable-find.
18978
18979         * mm-url.el: Don't autoload executable-find.
18980
18981         * mm-view.el: Don't autoload diff-mode.
18982
18983         * nndb.el: Don't autoload news-reply-mode, news-setup,
18984         cancel-timer and telnet.
18985
18986         * password.el: Don't autoload run-at-time for Emacs.
18987
18988         * sha1-el.el: Don't autoload executable-find.
18989
18990         * sieve-mode.el: Don't autoload c-mode.
18991
18992         * uudecode.el: Don't autoload executable-find.
18993
18994 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18995
18996         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18997         (gnus-agent-possibly-alter-active): Avoid null in numeric
18998         comparison.
18999         (gnus-agent-set-local): Refuse to save null in local object table.
19000         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19001         list of articles that will be marked as unread.
19002
19003 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19006
19007 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19008
19009         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19010         language tags.
19011
19012 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19013
19014         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19015         Don't bind "obarray".
19016
19017         * gnus-sum.el (gnus-thread-sort-functions):
19018         Add `gnus-thread-sort-by-most-recent-number' and
19019         `gnus-thread-sort-by-most-recent-date'.
19020         Reported by Kai Grossjohann <kai@emptydomain.de>.
19021
19022 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19025
19026 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19027
19028         * gnus-cus.el (gnus-agent-customize-category):
19029         Remove ignore-errors macro reference that required cl to be loaded at
19030         run-time.
19031
19032         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19033         single-interval range of the form (min . max).  Previously the
19034         range had to look like ((min . max)).  Likewise, return
19035         (min . max) rather than ((min . max)).
19036         (gnus-range-map): Use gnus-range-normalize to accept
19037         single-interval range.
19038
19039         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19040         the cache, but not the agent, now appear with their usual face.
19041
19042         * dgnushack.el (loaddir): New variable that is bound to the
19043         directory containing the dgnushack.el file. Use loaddir, rather
19044         than srcdir, to update load-path. Change lets dgnushack compile
19045         code in directories other than GNUS/lisp.
19046
19047 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * lpath.el: Don't bind w3m-safe-url-regexp.
19050
19051         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19052         w3m-safe-url-regexp variable buffer-local.
19053
19054         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19055
19056 2004-02-27  Simon Josefsson  <jas@extundo.com>
19057
19058         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19059         gnus-group-real-prefix.
19060         (gnus-summary-move-article): Use it, instead of
19061         gnus-group-real-prefix.
19062
19063 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19064
19065         * lpath.el: Bind w3m-safe-url-regexp.
19066
19067         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19068         w3m-safe-url-regexp variable buffer-local and set it as the value
19069         of mm-w3m-safe-url-regexp.
19070
19071         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19072
19073         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19074         parsing gnus-posting-styles when the message is not for replying.
19075
19076         * dgnushack.el: Autoload sgml-mode for XEmacs.
19077
19078         * nnrss.el (nnrss-opml-export):
19079         Use mm-set-buffer-file-coding-system instead of
19080         set-buffer-file-coding-system.
19081
19082 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19083
19084         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19085         of checkdoc.el).
19086         * nnrss.el: do.
19087         * gnus-mlspl.el: do.
19088         * gnus-ml.el: do.
19089         * gnus-srvr.el: do.
19090
19091         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19092
19093 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19094
19095         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19096         Corrections to custom-manual links.
19097
19098         * gnus-art.el (gnus-article): Ditto.
19099
19100         * mm-decode.el (mime-display, mime-security): Ditto.
19101
19102 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19103
19104         * flow-fill.el: Typo.
19105
19106 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19107
19108         * spam-wash.el: New file.
19109
19110 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19111
19112         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19113
19114 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19115
19116         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19117         to be run with new-articles as LIST1, not LIST2.
19118         (spam-registration-functions): Add spam-use-ham-copy as a nil
19119         registration backend.
19120
19121 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19122
19123         * spam-stat.el (spam-stat-washing-hook): New option.
19124         (spam-stat-buffer-words): Use it.
19125         (spam-stat-process-directory, spam-stat-test-directory):
19126         Use insert-file-contents-literally.
19127         (spam-stat-coding-system): New variable.
19128         (spam-stat-load, spam-stat-save): Use it.
19129
19130 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * spam-report.el (spam-report-plug-agent):
19133         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19134
19135 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19138         Allow / in mailto URLs.
19139
19140 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * spam-report.el (spam-report-process-queue): Fix interactive use.
19143         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19144         (spam-report-unplug-agent): Doc fixes.
19145         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19146         (spam-report-agentize, spam-report-deagentize): Autoload.
19147
19148 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19151
19152         * message.el (message-setup-fill-variables): Add mml tags to
19153         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19154         <ajk@iu.edu>.
19155         (message-mode): Don't modify paragraph-separate there.
19156
19157 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * compface.el (uncompface-use-external): Default to undecided.
19160         (uncompface-use-external-threshold): New variable.
19161         (uncompface-float-time): New macro.
19162         (uncompface): Determine whether to use the external decoder if
19163         uncompface-use-external is undecided.
19164
19165 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19166
19167         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19168         after images.
19169
19170         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19171
19172 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19173
19174         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19175
19176         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19177
19178         * gnus-sum.el (gnus-summary-limit-to-age)
19179         (gnus-summary-limit-children): do.
19180
19181         * gnus-int.el (gnus-request-scan): do.
19182
19183         * gnus-group.el (gnus-group-suspend): do.
19184
19185         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19186
19187         * gnus-cite.el (gnus-cite-parse-attributions): do.
19188
19189         * gnus-agent.el (gnus-summary-set-agent-mark)
19190         (gnus-agent-regenerate-group): do.
19191
19192         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19193
19194         * binhex.el (binhex-decode-region-internal): do.
19195
19196 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * gnus-fun.el (gnus-face-properties-alist): New user option.
19199         (gnus-display-x-face-in-from): Use it.
19200
19201         * gnus-art.el (article-display-face): Ditto.
19202
19203         * compface.el (uncompface-use-external): Default to nil.
19204
19205 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19206
19207         * nntp.el (nntp-erase-buffer): New function.
19208         (nntp-retrieve-data, nntp-send-command)
19209         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19210         (nntp-possibly-change-group): Use it.
19211
19212         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19213         Use with-current-buffer.
19214
19215 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19216
19217         * compface.el: Merge the ELisp-based uncompface program.
19218         (compface): New customization group.
19219         (uncompface-use-external): New user option.
19220         (uncompface): Call uncompface-internal if uncompface-use-external
19221         is nil.
19222         (uncompface-internal): New function.  Note that there are also
19223         some other functions and variables added for this function.
19224
19225 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19226
19227         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19228         if necessary.
19229
19230 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam-report.el (spam-report-unplug-agent)
19233         (spam-report-plug-agent, spam-report-deagentize)
19234         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19235         Add support for the Agent in spam-report: when unplugged, report to a
19236         file; when plugged, submit all the requests.
19237
19238         * spam.el (spam-register-routine): Fix message about
19239         registration.
19240
19241 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19242
19243         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19244         dependencies.
19245         (rfc2047-encode): Use it.
19246
19247         * gnus-art.el (gnus-button-marker-list): Move before first
19248         reference.
19249
19250         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19251         (imap-parse-body): Fix format string mismatch.
19252
19253         * gnus-score.el (gnus-summary-increase-score): do.
19254
19255         * nnrss.el (nnrss-close): New function.
19256
19257 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * nnrss.el (nnrss-make-filename): New function.
19260         (nnrss-request-delete-group, nnrss-read-server-data)
19261         (nnrss-save-server-data, nnrss-read-group-data)
19262         (nnrss-save-group-data): Use it.
19263         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19264         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19265         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19266
19267 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19268
19269         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19270
19271 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19272
19273         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19274         files.
19275
19276         * message.el (message-generate-headers-first): Don't quote nil
19277         and t in docstrings.
19278
19279         * imap.el (imap-id): do.
19280
19281         * gnus-agent.el (gnus-agent-consider-all-articles)
19282         (gnus-agent-queue-mail): do.
19283
19284 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19285
19286         * spam-report.el (spam-report-process-queue): New function.
19287         Process requests from `spam-report-requests-file'.
19288         (spam-report-process-queue): Doc fix.
19289
19290 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19291
19292         * spam.el (spam-register-routine)
19293         (spam-log-processing-to-registry, spam-log-registered-p)
19294         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19295         Change "check" to "spam-check" for semi-clarity.
19296
19297 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19298
19299         * pop3.el: Require nnheader.
19300
19301         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19302
19303         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19304
19305         * gnus-picon.el: Require cl.
19306
19307         * gnus-fun.el: Require gnus-ems and gnus-util.
19308
19309         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19310
19311         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19312
19313         * gnus-art.el (gnus-article-edit-mode): Define before first
19314         reference.
19315
19316 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19319         (gnus-uu-post-encoded): Use point-at-bol.
19320
19321         * gnus-topic.el (gnus-group-active-topic-p): do.
19322
19323         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19324
19325         * gnus-group.el (gnus-group-kill-region): do.
19326
19327         * gnus-art.el (article-date-ut): do.
19328
19329         * message.el (message-fetch-field): Remove redundant
19330         case-fold-search binding.
19331         (message-narrow-to-field): Simplify.
19332
19333 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * spam.el (spam-directory): Derive from `gnus-directory'.
19336
19337         * spam-report.el (spam-report-url-to-file)
19338         (spam-report-requests-file): New function and variable for offline
19339         reporting.
19340         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19341         and user defined function.
19342         (spam-report-url-ping-mm-url): Remove doubled slash.
19343
19344 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19345
19346         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19347
19348 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19349
19350         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19351         Fix format string mismatch.
19352
19353         * sieve.el (sieve-deactivate-all): do.
19354
19355         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19356
19357         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19358
19359         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19360
19361         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19362
19363 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19364
19365         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19366         the list of checks.
19367
19368 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19371         padding.
19372
19373 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19374
19375         * mm-view.el (mm-fill-flowed): New variable.
19376         (mm-inline-text): Use it.
19377
19378 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19379
19380         * spam.el (spam-spamassassin-register-ham-routine)
19381         (spam-spamassassin-register-spam-routine): Fix function names.
19382
19383 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * gnus.el (gnus-tmp-grouplens): Remove.
19386         (gnus-summary-line-format): Remove grouplens.
19387
19388         * gnus-group.el (gnus-group-line-format): Ditto.
19389
19390         * gnus-spec.el (gnus-format-specs): Ditto.
19391         (gnus-update-format-specifications): Flush the group format spec
19392         cache if there's the grouplens stuff.
19393         (gnus-parse-simple-format): Replace %l with the empty string.
19394
19395 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19396
19397         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19398         omission.
19399
19400 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19403         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19404
19405 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19406
19407         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19408         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19409         New macros and functions.
19410         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19411         Handle > NLINK_MAX messages.
19412         * nnmaildir.el (nnmaildir-request-set-mark):
19413         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19414
19415 2004-01-25  Alex Schroeder  <alex@gnu.org>
19416
19417         * spam-stat.el (spam-stat-process-directory-age): New option.
19418         (spam-stat-process-directory): Use it.
19419
19420 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19421
19422         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19423         (spam-stat-save): Accept prefix argument.
19424
19425 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19426
19427         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19428         links" error.
19429
19430 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19433         the rest of the and/or forms.
19434
19435 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19436
19437         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19438         compatibility with old .newsrc.eld files.
19439
19440         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19441
19442         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19443
19444         * gnus-start.el (gnus-1): do.
19445
19446         * gnus-group.el (gnus-group-line-format-alist): do.
19447
19448         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19449
19450         * gnus-gl.el: Remove.
19451
19452 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19453
19454         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19455         marks consisting of a single range {for example, (3 . 5)} rather
19456         than a list of a single range { ((3 . 5)) }.
19457
19458 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19459
19460         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19461         Use with-current-buffer.
19462         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19463         avoid consing a string.
19464
19465         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19466         Remove obsolete entries for big5 and gb2312.
19467
19468 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19469
19470         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19471         uncompressed list.
19472
19473 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19474
19475         * spam-stat.el (spam-stat-strip-xref): New function.
19476         (spam-stat-process-directory): Use it.
19477
19478         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19479         here -- it's done in message-fetch-field.
19480
19481 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19482
19483         * gnus-agent.el (gnus-agent-queue-mail)
19484         (gnus-agent-prompt-send-queue): New variables.
19485         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19486         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19487         "nndraft:queue" along to gnus-draft-send.
19488         Use gnus-agent-prompt-send-queue.
19489         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19490         is "nndraft:queue".  Suggested by Gaute Strokkenes
19491         <gs234@srcf.ucam.org>
19492
19493         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19494         (agent-enable-undownloaded-faces): Add.
19495         (gnus-agent-cat-groups): Use eval-and-compile, not
19496         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19497         method of gnus-agent-cat-groups even when the buffer has been
19498         evaled.
19499         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19500         delete gnus-agent-save-active-1.
19501         (gnus-agent-save-groups): Delete.  Identical to
19502         gnus-agent-save-active.
19503         (gnus-agent-write-active): No longer adjust agent's copy of active
19504         file as agent's adjustments are now stored in their own
19505         file.  Remove optional parameter.
19506         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19507         servers.  Add use of min/max range limits from server's local
19508         file.
19509         (gnus-agent-save-alist): Remove unused optional argument.
19510         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19511         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19512         (gnus-agent-set-local): A per-server file that keeps min/max range
19513         limits for articles known to the agent.  Provides a fast mechanism
19514         for altering many active ranges.
19515         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19516         active file (local makes it unnecessary).
19517         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19518
19519         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19520         (agent-enable-undownloaded-faces): Add.
19521
19522         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19523         disable it when sending to "nndraft:queue".
19524         (gnus-group-send-queue): Add safety check to avoid sending queue
19525         when unplugged.
19526
19527         * gnus-group.el (gnus-group-catchup): Use new
19528         gnus-sequence-of-unread-articles, not
19529         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19530         numbers of articles.  Use gnus-range-map to avoid having to
19531         uncompress the unread list.
19532         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19533         Fix invalid ange-ftp reference.
19534
19535         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19536         (gnus-sorted-range-intersection): Intersection of two ranges
19537         without requiring that they first be uncompressed.
19538
19539         * gnus-start.el (gnus-activate-group): Unless blocked by the
19540         caller, possibly expand the active range to include both cached
19541         and agentized articles.
19542         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19543         multiple version-dependent converters.
19544         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19545         gnus-agent-save-active.
19546         (gnus-save-newsrc-file): Save dirty agent range limits.
19547
19548         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19549         gnus-agent-possibly-alter-active.
19550         (gnus-adjust-marked-articles): Faster handling of simple lists.
19551
19552 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19553
19554         * spam-stat.el (spam-stat-test-directory): New optional argument
19555         displays a list of files detected.  Suggested by Andrew Cohen
19556         <cohen@andy.bu.edu>.
19557         (spam-stat-buffer-words-with-scores): Don't narrow and change
19558         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19559
19560 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19561
19562         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19563         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19564         (spam-spamassassin-arguments)
19565         (spam-spamassassin-spam-flag-header)
19566         (spam-spamassassin-positive-spam-flag-header)
19567         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19568         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19569         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19570         (spam-list-of-processors, spam-list-of-checks)
19571         (spam-list-of-statistical-checks, spam-registration-functions)
19572         (spam-check-spamassassin-headers, spam-check-spamassassin)
19573         (spam-spamassassin-score)
19574         (spam-spamassassin-register-with-sa-learn)
19575         (spam-spamassassin-register-spam-routine)
19576         (spam-spamassassin-register-ham-routine)
19577         (spam-assassin-register-spam-routine)
19578         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19579         (spam-bogofilter-score): Fix to show article before scoring.
19580
19581 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19582
19583         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19584         default scoring function.
19585         (spam-generic-score): Call spam-spamassassin-score if
19586         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19587         spam-bogofilter-score otherwise.
19588
19589         * gnus.el (spam-process, spam-autodetect-methods):
19590         Add spamassassin and spamassassin-headers.
19591
19592 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19593
19594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19595         Suppress unnecessary messages.
19596
19597 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19598
19599         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19600         make-hash-table.
19601
19602 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * canlock.el (base64-encode-string): Don't autoload it.
19605
19606 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * run-at-time.el: Remove useless (require 'itimer),
19609         eval-and-compile and (featurep 'xemacs).
19610
19611 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19612
19613         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19614         GROUP is a virtual group.
19615
19616 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19617
19618         * gnus.el: Autoload `message-y-or-n-p'.
19619
19620 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19621
19622         * pgg-parse.el: Remove unnecessary (require 'custom).
19623
19624         * pgg-def.el: do.
19625
19626         * nnmail.el: do.
19627
19628         * gnus-undo.el: do.
19629
19630         * gnus-picon.el: do.
19631
19632         * gnus-util.el: do.
19633
19634 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19635
19636         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19637
19638 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19641         handle, as well as a list.
19642
19643         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19644         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19645         (mm-w3m-cid-retrieve): Simplify.
19646
19647 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19648
19649         * message.el (message-kill-to-signature): Allow prefix arg to
19650         specify number of lines to keep before signature.
19651
19652 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19653
19654         * message.el (message-kill-to-signature): Change docstring.
19655
19656 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19657
19658         * canlock.el: Always require sha1-el.
19659         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19660
19661         * message.el: Autoload sha1 only when compiling.
19662
19663         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19664         eudc-expand-inline for XEmacs.
19665
19666 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19667
19668         * message.el (message-canlock-generate): Require sha1-el.
19669
19670 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19671
19672         * message.el (message-expand-name): Silence the byte compiler.
19673
19674         * lpath.el: Add detect-coding-system.
19675
19676         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19677         cus-edit.
19678
19679 2004-01-13  Simon Josefsson  <jas@extundo.com>
19680
19681         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19682         Invoke gnus-score-mode.
19683         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19684
19685         * gnus-range.el (gnus-compress-sequence): Doc fix.
19686         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19687
19688 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19689
19690         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19691
19692 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19693
19694         * spam.el (spam-get-article-as-string): Update to use
19695         gnus-request-article-this-buffer, much simpler.
19696         (spam-get-article-as-buffer): Remove.
19697
19698 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19699
19700         * message.el (message-expand-name): Use EUDC if the user uses that.
19701
19702 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19703
19704         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19705         character for the encoding to avoid consing a string.
19706
19707         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19708         unnecessarily.
19709
19710         * mm-util.el (mm-replace-chars-in-string): Remove.
19711
19712         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19713         of mm-replace-chars-in-string.
19714
19715 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19716
19717         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19718
19719         * mm-util.el (mm-subst-char-in-string): Support inplace.
19720
19721         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19722         a new string in every iteration.  Use shy groups.
19723
19724 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19725
19726         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19727         * gnus-soup.el (gnus-soup-group-brew):
19728         * gnus-msg.el (gnus-put-message):
19729         * gnus-move.el (gnus-group-move-group-to-server):
19730         * gnus-kill.el (gnus-batch-score):
19731         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19732         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19733         (gnus-group-update-group, gnus-group-read-group)
19734         (gnus-group-make-group, gnus-group-make-help-group)
19735         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19736         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19737         (gnus-group-sort-by-unread, gnus-group-catchup)
19738         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19739         (gnus-group-yank-group, gnus-group-set-info)
19740         (gnus-group-list-groups):
19741         * gnus.el (gnus-generate-new-group-name):
19742         * gnus-delay.el (gnus-delay-send-queue):
19743         * nnvirtual.el (nnvirtual-catchup-group):
19744         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19745         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19746         (gnus-group-prepare-topics, gnus-topic-check-topology):
19747         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19748         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19749         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19750         (gnus-group-make-articles-read):
19751         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19752         (gnus-group-change-level, gnus-kill-newsgroup)
19753         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19754         (gnus-get-unread-articles, gnus-make-articles-unread)
19755         (gnus-make-ascending-articles-unread): Use accessor
19756         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19757         to get group information for improved readability.
19758
19759
19760 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19761
19762         * gnus-art.el (article-decode-mime-words, article-babel)
19763         (gnus-article-highlight-signature, gnus-article-add-buttons)
19764         (gnus-signature-toggle): Use gnus-with-article-buffer.
19765
19766         * gnus-art.el (gnus-article-highlight-headers)
19767         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19768
19769         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19770         (gnus-article-set-globals, gnus-request-article-this-buffer)
19771         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19772         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19773         (gnus-mime-display-alternative): Use with-current-buffer.
19774
19775 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19776
19777         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19778         also under 80 char limit, and call gnus-error if needed.
19779         (spam-fetch-article-header): Fix - it was a
19780         buffer-local variable (gnus-newsgroup-data).
19781         (spam-find-spam): Use spam-generate-fake-headers, forget about
19782         spam-insert-fake-headers.
19783         (spam-insert-fake-headers): Remove.
19784
19785 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * deuglify.el (gnus-article-outlook-unwrap-lines)
19788         (gnus-outlook-rearrange-article)
19789         (gnus-outlook-repair-attribution-outlook)
19790         (gnus-outlook-repair-attribution-block)
19791         (gnus-outlook-repair-attribution-other): Remove redundant
19792         save-excursion.
19793
19794 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19795
19796         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19797         (spam-fetch-field-subject-fast)
19798         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19799         (spam-fetch-article-header): Add functions to deal with Gnus
19800         internals for fast retrieval of article header data.
19801         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19802
19803 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19804
19805         * pop3.el (pop3-md5): Remove.
19806         (pop3-apop): Replace pop3-md5 with md5.
19807
19808         * mm-bodies.el: base64 is always built-in.
19809
19810         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19811         Use with-current-buffer.
19812
19813 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * canlock.el (canlock-insert-header): Remove excessive grouping in
19816         regexp.
19817
19818         * gnus-sum.el (gnus-summary-read-document): Ditto.
19819
19820         * gnus-uu.el (gnus-uu-part-number): Ditto.
19821
19822         * html2text.el (html2text-remove-tags): Ditto.
19823         (html2text-format-tags): Ditto.
19824         (html2text-format-single-elements): Ditto.
19825
19826         * mml.el (mml-parse-1): Ditto.
19827
19828 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19831
19832         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19833
19834         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19835
19836         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19837
19838 2003-11-15  Simon Josefsson  <jas@extundo.com>
19839
19840         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19841         (pgg-gpg-lookup-key): Use regexp match instead of
19842         split-string (split-string is different between emacs 21.2 and
19843         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19844
19845 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19846
19847         * gnus-art.el (gnus-mime-view-all-parts)
19848         (gnus-article-part-wrapper, gnus-article-view-part):
19849         Use with-current-buffer.
19850
19851 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19852
19853         * spam.el (spam-disable-spam-split-during-ham-respool)
19854         (spam-spamoracle-database, spam-cache-lookups)
19855         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19856         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19857         (spam-group-ham-marks, spam-group-spam-marks)
19858         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19859         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19860         also add spam-use-blackholes to the statistical checks.
19861         (spam-fetch-field-fast): Add interface to fetching fields, may
19862         become a macro.
19863         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19864         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19865         (spam-insert-fake-headers): Fake an article when needed.
19866         (spam-find-spam): Fake article when possible.
19867         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19868         (spam-check-bogofilter-headers): Use message-fetch-field instead
19869         of nnmail-fetch-field.
19870
19871 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19874
19875 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19876
19877         * spam.el (spam-split): Do not require spam-use-CHECK to be
19878         enabled if that check is passed to spam-split explicitly; also
19879         fix so 'spam doesn't get converted to spam-split-group when
19880         spam-split-symbolic-return is t.
19881         (spam-find-spam): Find registrations of the article and use those
19882         instead of re-running spam-split to find the spam/ham
19883         classification of the article.
19884         (spam-log-processing-to-registry, spam-log-registered-p)
19885         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19886         Use gnus-error instead of gnus-message.
19887         (spam-log-registration-type): Add function to determine the
19888         classification of a message based on registry entries; will
19889         return nil if both 'spam and 'ham are found.
19890         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19891         a reasonably fast local cache without the loading errors.
19892         (spam-cache-lookups): Set to t by default.
19893         (spam-find-spam): Don't try to guess spam-cache-lookups.
19894         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19895         spam-caches entry.
19896         (spam-filelist-build-cache, spam-filelist-check-cache):
19897         Fix caching of whitelist/blacklist entries.
19898         (spam-check-whitelist, spam-check-blacklist):
19899         Invoke spam-from-listed-p with a type, not a cache variable.
19900         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19901
19902 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19903
19904         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19905
19906         * nnmail.el (nnmail-split-fancy): do.
19907
19908         * mml.el (mml-parse): do.
19909
19910         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19911         (gnus-score-adaptive): do.
19912
19913 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19916         (gnus-mime-button-map): Don't set keymap parent.
19917         (gnus-button-ctan-directory-regexp): Use shy grouping.
19918         (gnus-prev-page-map): Don't set keymap parent.
19919         (gnus-prev-page-map): Remove duplicated one.
19920         (gnus-next-page-map): Don't set keymap parent.
19921         (gnus-mime-security-button-map): Ditto.
19922
19923         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19924         version number.
19925
19926         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19927
19928 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * canlock.el (canlock-sha1-function): Remove.
19931         (canlock-sha1-function-for-verify): Remove.
19932         (canlock-openssl-program): Remove.
19933         (canlock-openssl-args): Remove.
19934         (canlock-ignore-errors): Remove.
19935         (canlock-sha1-with-openssl): Remove.
19936         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19937         (canlock-verify): Don't use canlock-ignore-errors.
19938
19939         * sha1-el.el (sha1-string-external): Make it can return a string
19940         in binary form.
19941         (sha1-region-external): Ditto.
19942         (sha1-string-internal): Ditto.
19943         (sha1-region-internal): Ditto.
19944         (sha1-region): Ditto.
19945         (sha1-string): Ditto.
19946         (sha1): Ditto.
19947
19948 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19949
19950         * spam.el (spam-report-articles-gmane): New command.
19951
19952 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19953
19954         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19955
19956         * run-at-time.el (run-at-time-saved): Remove.
19957         (run-at-time): Doc fix.
19958
19959 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19960
19961         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19962         (gnus-summary-limit-map): Add it.
19963         (gnus-summary-make-menu-bar): do.
19964
19965 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19966
19967         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19968         Make attempt at some caching support (done for BBDB only now).
19969         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19970         addresses to be checked.
19971         (spam-clear-cache-BBDB): Add function, to be invoked by
19972         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19973         (spam-check-BBDB): Check and use the caches, if
19974         spam-cache-lookups is on, remove superfluous (provide).
19975
19976 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19979
19980 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19981
19982         * run-at-time.el (run-at-time-saved): Move to after the definition
19983         of `run-at-time'.
19984
19985         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19986
19987 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19988
19989         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19990         mm-w3m-local-map-property.
19991
19992         * mm-view.el (mm-w3m-mode-map): Remove.
19993         (mm-w3m-local-map-property): Remove.
19994         (mm-inline-text-html-render-with-w3m): Don't use
19995         mm-w3m-local-map-property.
19996
19997 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19998
19999         * run-at-time.el: New file.
20000
20001         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20002         under Emacs.
20003
20004         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20005         of gnus-set-text-properties.
20006
20007         * gnus-uu.el (gnus-uu-save-article): Ditto.
20008
20009         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20010
20011         * gnus-cite.el (gnus-cite-parse): Ditto.
20012
20013         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20014         of gnus-.
20015
20016         * gnus-xmas.el (run-at-time): Require run-at-time.
20017
20018         * gnus.el: Change calls to nnheader-run-at-time and
20019         password-run-at-time throughout to use run-at-time directly.
20020
20021         * password.el: Remove definition of run-at-time.
20022
20023         * nnheaderxm.el: Remove definition of run-at-time.
20024
20025 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20026
20027         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20028         in prompt.
20029
20030 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20031
20032         * messagexmas.el (message-xmas-redefine): Alias
20033         `message-make-caesar-translation-table' to
20034         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20035         version.
20036
20037         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20038         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20039         `gnus-xmas-set-text-properties'.
20040         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20041         `gnus-xmas-completing-read'.
20042         (gnus-xmas-completing-read): Removed.
20043         (gnus-xmas-open-network-stream): Removed.
20044
20045         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20046         XEmacs version.
20047
20048         * dns.el (dns-make-network-process): Use `open-network-stream'
20049         instead of `gnus-xmas-open-network-stream'.
20050
20051         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20052
20053         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20054
20055 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20056
20057         * gnus-art.el (gnus-mime-display-alternative)
20058         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20059         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20060         Don't use gnus-local-map-property.
20061
20062         * gnus-util.el (gnus-local-map-property): Remove.
20063
20064         * mm-view.el (mm-view-pkcs7-decrypt):
20065         Replace gnus-completing-read-maybe-default with completing-read.
20066
20067         * gnus-util.el (gnus-completing-read): do.
20068         (gnus-completing-read-maybe-default): Remove.
20069
20070 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20071
20072         * password.el: Only autoload `run-at-time' if not XEmacs.
20073         Only autoload the itimer functions if XEmacs.
20074
20075 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20078         XEmacsen.
20079
20080         * dgnushack.el: Autoload executable-find for XEmacs.
20081
20082 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20083
20084         * gnus-art.el (gnus-read-string): Remove.
20085         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20086         read-string.
20087
20088 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20089
20090         * netrc.el: Autoload password-read.
20091         (netrc): Add configuration group.
20092         (netrc-encoding-method, netrc-openssl-path):
20093         Add variables for encoding and decoding of files with symmetric
20094         ciphers.
20095         (netrc-encode): Add assistant function to encode a file with
20096         netrc-encoding-method.
20097         (netrc-parse): Add interactive parameter, added optional
20098         decoding if netrc-encoding-method is non-nil but otherwise
20099         behavior is standard.
20100         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20101         Do s/encode/encrypt/ everywhere.
20102
20103         * spam.el: Remove executable-find autoload.
20104
20105 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20106
20107         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20108
20109         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20110
20111 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * gnus-art.el (gnus-treat-ansi-sequences)
20114         (article-treat-ansi-sequences): New variable and function.
20115         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20116
20117         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20118         Use it.
20119
20120 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20121
20122         * mm-util.el (mm-quote-arg): Remove.
20123
20124         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20125         shell-quote-argument.
20126
20127         * gnus-uu.el (gnus-uu-command): do.
20128
20129         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20130
20131         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20132         with make-char.
20133
20134         * mm-util.el (mm-make-char): Remove.
20135
20136         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20137         add-minor-mode.
20138
20139         * gnus-undo.el (gnus-undo-mode): do.
20140
20141         * gnus-topic.el (gnus-topic-mode): do.
20142
20143         * gnus-sum.el (gnus-dead-summary-mode): do.
20144
20145         * gnus-start.el (gnus-slave-mode): do.
20146
20147         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20148
20149         * gnus-ml.el (gnus-mailing-list-mode): do.
20150
20151         * gnus-gl.el (gnus-grouplens-mode): do.
20152
20153         * gnus-draft.el (gnus-draft-mode): do.
20154
20155         * gnus-dired.el (gnus-dired-mode): do.
20156
20157         * gnus-ems.el (gnus-add-minor-mode): Remove.
20158
20159         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20160         Replace gnus-char-width with char-width.
20161
20162         * gnus-ems.el (gnus-char-width): Remove.
20163
20164         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20165         Replace gnus-char-width with char-width.
20166
20167         * gnus-ems.el (gnus-char-width): Remove.
20168
20169         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20170         definition.
20171         Remove Emacs 20 hash table compatibility code.
20172
20173         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20174         20 compatibility code.
20175
20176         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20177
20178         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20179
20180         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20181         Replace with point-at-{eol,bol}.
20182
20183         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20184
20185         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20186
20187         * flow-fill.el (fill-flowed-point-at-bol)
20188         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20189
20190         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20191         Replace with point-at-{eol,bol} throughout all files.
20192
20193 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * ntlm.el (ntlm-string-as-unibyte): New macro.
20196         (ntlm-build-auth-response): Use it.
20197
20198         Remove Emacs 20 stuff:
20199         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20200         (butlast, mapc, remove): Remove the compiler macros.
20201         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20202         of delq and copy-sequence.
20203         * gnus-art.el (popup-menu): Remove the compiler macro.
20204         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20205         Emacs 20.
20206
20207 2004-01-05  Simon Josefsson  <jas@extundo.com>
20208
20209         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20210         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20211         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20212         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20213         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20214         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20215         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20216         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20217         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20218         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20219         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20220         string-xor into ntlm-string-xor.
20221         Suggested by Jesper Harder <harder@myrealbox.com>.
20222
20223         * ntlm.el: Don't include poem.
20224
20225         * md4.el (print-int32, print-string-hexa): Remove.
20226         Suggested by Jesper Harder <harder@myrealbox.com>.
20227
20228         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20229
20230         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20231         probably breaks emacs with DL patch, but do we care? Is anyone
20232         still using the DL stuff?)
20233
20234         * sieve-manage.el: Use the password package.
20235         (sieve-manage-read-passwd): Remove.
20236         (sieve-manage-interactive-login): Use password.  Re-add
20237         condition-case around loop.
20238
20239         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20240         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20241         Use the password package.
20242
20243 2003-02-19  Simon Josefsson  <jas@extundo.com>
20244
20245         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20246         token.
20247
20248 2002-08-07  Simon Josefsson  <jas@extundo.com>
20249
20250         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20251         (sieve-manage-authenticators):
20252         (sieve-manage-authenticator-alist): Add some SASL mechs.
20253         (sieve-sasl-auth): New function.
20254         (sieve-manage-cram-md5-auth):
20255         (sieve-manage-plain-auth): Rewrite using SASL library.
20256         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20257         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20258         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20259         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20260
20261 2004-01-05  Simon Josefsson  <jas@extundo.com>
20262
20263         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20264         New files.
20265
20266 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20267
20268         * gnus-group.el (gnus-no-groups-message): Update.
20269
20270         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20271
20272 2003-11-09  Simon Josefsson  <jas@extundo.com>
20273
20274         * imap.el: Support for ID IMAP extension (RFC 2971).
20275         (imap-local-variables): Add imap-id.
20276         (imap-id): New variable.
20277         (imap-id): New function.
20278         (imap-parse-response): Parse untagged ID response.
20279         * nnimap.el (nnimap-id): New variable.
20280         (nnimap-open-connection): Use it.
20281
20282 2003-12-28  Simon Josefsson  <jas@extundo.com>
20283
20284         * gnus-score.el (gnus-score-edit-all-score): New.
20285         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20286
20287 2004-01-04  Simon Josefsson  <jas@extundo.com>
20288
20289         * password.el: Add.
20290
20291 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20292
20293         * dns.el (dns-query-types): Fix typo.
20294         (dns-query-types): New function.
20295         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20296         PTR and SOA replies, see RFC 1035.
20297
20298 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20299
20300         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20301
20302         * Move to Changelog.2.
20303
20304 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20305
20306         * gnus.el (gnus-version-number): Bump version.
20307
20308 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20309
20310         * gnus.el: No Gnus v0.1 is released.
20311
20312 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20313
20314         * gnus.el: No Gnus v0.0 is released.
20315
20316 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20317
20318         * gnus.el (gnus-version-number): Bump.
20319         (gnus-version): No.
20320
20321 See ChangeLog.2 for earlier changes.
20322
20323   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20324     Free Software Foundation, Inc.
20325
20326   This file is part of GNU Emacs.
20327
20328   GNU Emacs is free software: you can redistribute it and/or modify
20329   it under the terms of the GNU General Public License as published by
20330   the Free Software Foundation, either version 3 of the License, or
20331   (at your option) any later version.
20332
20333   GNU Emacs is distributed in the hope that it will be useful,
20334   but WITHOUT ANY WARRANTY; without even the implied warranty of
20335   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20336   GNU General Public License for more details.
20337
20338   You should have received a copy of the GNU General Public License
20339   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20340
20341 ;; Local Variables:
20342 ;; coding: utf-8
20343 ;; fill-column: 79
20344 ;; add-log-time-zone-rule: t
20345 ;; End: