37fe099eeceb8df3dbff36a99cba5e041df4bd23
[gnus] / lisp / ChangeLog
1 2011-01-27  Julien Danjou  <julien@danjou.info>
2
3         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5
6 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
9         Use plist-get instead of the cl function getf.
10
11 2011-01-27  Glenn Morris  <rgm@gnu.org>
12
13         * gnus-util.el (float-time): Get rid of compiler warning, again.
14
15 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
16
17         * shr.el (shr-put-color): Special-case background colours: Do put them
18         at the blank parts at the front of the lines.
19
20         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
21         exit hook to nix out all data on readedness on group exit.
22
23         * gnus-util.el (float-time): If float-time is bound, always use it on
24         all Emacsen.  It's unclear why the subrp check was there.
25         (time-date): Require to make some autoload issues on XEmacs go away.
26
27         * shr.el (shr-put-color): Don't do the box padding in tables, since
28         they're already padded.
29
30 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-art.el (gnus-article-next-page): When the last line of the
33         article is displayed, scroll down once more instead of going to the
34         next article at once.
35         (article-lapsed-string): Refactor out and allow specifying how many
36         segments you want.
37         (gnus-article-setup-buffer): Start updating the lapsed header directly.
38         (gnus-article-update-lapsed-header): New variable.
39
40         * shr.el: Revert change that made headings use different-sized faces.
41         The Emacs display engine isn't advanced enough that, for instance,
42         tables can comfortably use differntly-sized faces.
43
44 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
45
46         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
47         used.
48         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
49         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
50         we're using an encrypted connection.
51
52         * proto-stream.el: Alter the interface functions to also return the
53         actual stream type used: network or tls.
54
55 2011-01-25  Julien Danjou  <julien@danjou.info>
56
57         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
58         (mm-display-javascript-inline): New function.
59
60         * mm-decode.el (mm-inline-media-tests): Add application/javascript
61         viewing function.
62
63 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * shr.el (shr-expand-newlines): Fix variable name.
66
67 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * shr.el (shr-expand-newlines): Make nested boxes work.
70
71 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
74         backgrounds.
75         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
76         in a more sensible manner.
77
78 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
79
80         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
81         if EPG is loaded.
82
83 2011-01-24  Julien Danjou  <julien@danjou.info>
84
85         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
86         tags.
87
88 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
91         commands.
92
93         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
94         in the article buffer.
95         (gnus-gravatar-insert): Use blank space from the current buffer to
96         avoid breaking text properties.  This makes X-Sent updating work again.
97
98         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
99
100 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
101
102         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
103         fix the bug in url-http.el instead.
104
105         * shr.el (shr-image-fetched): Ditto.
106
107         * shr.el (shr-image-fetched): Avoid having point move in the article
108         buffer.
109
110         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
111         buffer after being called.  It's apparently being killed by url.el, and
112         killing it made point move to end-of-buffer in a random buffer.
113
114         * shr.el (shr-image-fetched): Ditto.
115
116 2011-01-23  Julien Danjou  <julien@danjou.info>
117
118         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
119
120         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
121         text/x-org.
122
123 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-sum.el (gnus-summary-move-article): Protect against backends
126         (i.e., nnimap) returning nil as the article number.
127
128 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
129
130         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
131         "DelSp" parameter in RFC3676.
132
133 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
134
135         * message.el (message-check-recipients): Display the encoded version of
136         the bogus address if they differ.
137
138         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
139         after sending.
140
141         * gnus-agent.el (gnus-agent-send-mail): Ditto.
142
143         * gnus-group.el (gnus-group-refresh-group): New convenience function.
144
145         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
146         group buffer after sending the queue.
147
148         * gnus-agent.el (gnus-agent-send-mail): Ditto.
149
150 2011-01-22  Julien Danjou  <julien@danjou.info>
151
152         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
153
154 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
155
156         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
157         nested related parts.
158
159         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
160         unexpired articles.  This fixes the regression that led expiry marks to
161         disappear from nnfolder groups.
162
163 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
164
165         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
166         Don't confuse the "ret" of "retrograde" with RET.
167
168 2011-01-21  Julien Danjou  <julien@danjou.info>
169
170         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
171         than mm-insert-inline.
172
173 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
176         Widen article buffer.
177
178 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
179
180         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
181         the temp buffer.
182         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
183
184 2011-01-20  Julien Danjou  <julien@danjou.info>
185
186         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
187
188         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
189         than mm-insert-inline to insert inline part: this respect
190         mm-inline-media-tests displayers.
191
192         * mm-view.el (mm-display-shell-script-inline): New function.
193
194         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
195
196         * mm-uu.el (mm-uu-type-alist): Add org block.
197         (mm-uu-org-src-code-block-extract): New function.
198
199         * mm-view.el (mm-display-org-inline): New function.
200
201         * mm-decode.el (mm-automatic-display): Add text/org.
202
203         * mailcap.el (mailcap-mime-extensions): Add .org.
204
205 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-art.el (gnus-article-highlight): Remove argument passed to
208         gnus-article-add-buttons.
209
210 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
211
212         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
213         From header with a date and "nobody" as the sender.
214
215 2011-01-19  Julien Danjou  <julien@danjou.info>
216
217         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
218         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
219         if you have the same regexp several times.
220         (gnus-button-push): Fix matching when regexp is symbol.
221
222 2011-01-15  Glenn Morris  <rgm@gnu.org>
223
224         * message.el (message-mail): A compose-mail function should
225         accept headers as strings.
226
227 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
228
229         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
230         Add :vert-only tags.
231         (message-mail): New arg RETURN-ACTION.
232         (message-return-action): New var.
233         (message-bury): Use it.
234         (message-mode): Make it buffer-local.
235         (message-send-and-exit): Always call message-bury.
236
237         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
238         message-mail.
239
240 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * nnimap.el (nnimap-convert-partial-article): Protect against
243         zero-length body parts.
244
245         * mm-decode.el (mm-preferred-alternative-precedence):
246         Discourage showing empty parts.
247
248         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
249         and stuff if the backend didn't return the article number.  This fixes
250         an Exchange-related nnimap bug.
251
252         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
253         group window, because it does the wrong thing when a separate frame
254         displays the group buffer.
255
256         * proto-stream.el (open-protocol-stream): Protect against the low-level
257         transport functions returning nil.
258
259 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
260
261         * mml2015.el (epg-sub-key-fingerprint): Autoload.
262         (mml2015-epg-find-usable-secret-key): New function.
263         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
264         mml2015-epg-find-usable-key (Bug#7797).
265         (mml2015-epg-encrypt): Ditto.
266
267 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * dgnushack.el (rot13-string): Fix the way to get the argument.
270
271 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
274
275 2011-01-03  Glenn Morris  <rgm@gnu.org>
276
277         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
278
279         * sieve.el (sieve-open-server): Give a more explicit error if
280         sieve-manage-open returns nil.  (Bug#7720)
281
282 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
283
284         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
285
286 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
289         This avoids sending passwords in plain text over non-encrypted
290         channels.
291
292         * shr.el (shr-rescale-image): Display all GIF images as animated images.
293
294         * nnimap.el (nnimap-login): Refactored out into own function, and
295         implement CRAM-MD5.
296         (nnimap-wait-for-line): Refactored out.
297
298         * mm-view.el (mml-smime): Require.
299
300 2010-12-20  David Engster  <deng@eml.cc>
301
302         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
303         use EPG to decrypt S/MIME messages instead of openssl.
304
305 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
308
309         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
310         status is the group clearly is unreachable.
311
312         * auth-source.el (auth-source-create): Add the optional second
313         parameter to `local-variable-p' to be compatible with XEmacs.
314
315 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
316
317         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
318         work when using a compressed nnml folder.
319
320 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
323         backends after sanitising on entry, because this never makes sense:
324         If the articles have gone missing, then the data no longer exists on
325         the backend, and if they haven't, then Gnus is wrong, and shouldn't
326         overwrite anything anyway.
327
328         * shr.el (shr-insert-document): Bind shr-width dynamically to
329         window-width if it's nil.
330
331 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
332
333         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
334         with the meaning of using the full emacs window width for rendering.
335
336 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
337
338         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
339         case when sender is not given.
340
341 2010-12-23  Julien Danjou  <julien@danjou.info>
342
343         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
344         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
345         the addresses, otherwise we might misplaced the gravatar.
346
347 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
348
349         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
350         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
351         obsolete in Emacs.
352
353 2010-12-20  Julien Danjou  <julien@danjou.info>
354
355         * gnus-util.el (gnus-rescale-image): Revert last change.
356
357 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
358
359         * binhex.el: Improve commentary (Bug#7482).
360
361 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-group.el (gnus-group-delete-articles): New command.
364
365 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
366
367         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
368
369 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
372         here, since it's up to the backends to do CRLF removal if their
373         protocol has it.
374
375         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
376
377 2010-12-17  Julien Danjou  <julien@danjou.info>
378
379         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
380         they are from file. Can also scale up.
381
382 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
383
384         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
385         gnus-use-agent.
386         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
387
388         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
389
390 2010-12-17  Julien Danjou  <julien@danjou.info>
391
392         * gravatar.el (gravatar-retrieve-synchronously): New function.
393         (gravatar-get-data): Make more robust.
394
395 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
398
399 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
402         to really consider the last line.
403
404 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
405
406         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
407         list of recipient keys, or use symmetric encryption if not a list.
408         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
409         EPA override, replacing the call to `netrc-store-data'.
410
411 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
412
413         * gnus-srvr.el: Avoid passing nil regexp argument to
414         delete-matching-lines.
415
416 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
419         fetching stops when Gnus exits.
420
421         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
422         function.
423         (nnfolder-request-expire-articles): Save all the buffers after doing
424         expiry.
425
426         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
427         the last article", since that led to serious performance regressions
428         when expiring nnml groups.
429
430 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
431
432         * nnir.el: Improve customizations.
433
434 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
437
438         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
439         group has been killed.
440         (gnus-group-yank-group): Ditto.
441
442         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
443
444         * nnimap.el (nnimap-request-update-group-status): New function.
445
446         * gnus-int.el (gnus-request-update-group-status): New interface
447         function.
448
449         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
450         copying read-ness to the backends.
451
452         * nnimap.el (nnimap-quirk): New function.
453         (nnimap-retrieve-group-data-early): Use it.
454         (nnimap-quirks): New alist.
455
456 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * shr.el (shr-insert): Set shr-start after deleting trailing space;
459         don't delete it within indentation.
460
461 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
464         previous line.
465
466 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
469         QRESYNC command by deleting a superfluous space which broke Cyrus
470         servers.  This change will break other servers that are buggy the other
471         way around.
472
473 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
474
475         * spam.el: Reindent and fix long lines.
476         (spam-copy-or-move-routine): Exclude invalid move destinations.
477
478 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
479
480         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
481         installed the registry.
482
483 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
486
487 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
488
489         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
490         groupname doesn't contain "gmane".
491
492 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
495         and netrc-bound-and-true-p bindings.
496         (netrc-parse): Cache the netrc contents.
497
498         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
499         (gnus-1): Don't create the nndrafts group twice.
500         (gnus-setup-news): There's no need to read the active file here, since
501         that's done again later on a per-backend basis.
502         (gnus-start-draft-setup): Make sure that the new group is started out
503         empty.
504
505         * gnus-agent.el (gnus-agentize): Don't create the queue group
506         automatically on startup.  It'll be created later, if needed.
507
508         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
509         of automatically subscribed groups.
510         (gnus-auto-subscribed-categories): New variable.
511         (gnus-matches-options-n): Use it.
512         (gnus-default-subscribed-newsgroups): Remove unused variable.
513         (gnus-start-draft-setup): Message a bit less.
514
515 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
516
517         * nnir.el (nnir-run-imap): Return article list in order of increasing
518         UID.
519
520 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-sum.el (gnus-summary-enter-digest-group):
523         Mention gnus-auto-select-on-ephemeral-exit.
524
525         * proto-stream.el (proto-stream-open-network-only): Fix the calling
526         convention of the network-only option.
527
528 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * proto-stream.el (proto-stream-open-network-only): New function to
531         have a way to specify non-STARTTLS upgrade connections.
532
533 2010-12-10  Julien Danjou  <julien@danjou.info>
534
535         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
536         email address is nil.
537
538         * message.el (message-bogus-recipient-p): Set address to "" if nil.
539
540 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
541
542         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
543         deletion.
544         (nnir-run-imap): Only need to parse list once.
545
546 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * shr.el (shr-tag-script): Ignore <script>.
549         (shr-tag-label): Add <label> support.
550
551 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
554
555         * shr.el (shr-image-displayer): Work for images lined side by side.
556
557 2010-12-08  Robert Pluim  <rpluim@gmail.com>
558
559         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
560         parameter, since XEmacs doesn't accept t as a parameter.
561
562 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
563
564         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
565         ids.
566         (nnir-run-gmane): Simplify groupspec formatting.
567         (nnir-request-expire-articles): New function.
568
569 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
572         overflow, possibly.
573
574         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
575         (shr-render-td): Handle td style="" better.
576         (shr-tag-table): Use the color from the style sheet.
577         (shr-render-td): Make sure we copy over all the overlays, too.
578
579 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
580
581         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
582         (nnir-request-article): Improve article retrieval.
583
584 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * mm-util.el (mm-extra-numeric-entities): New variable.
587
588         * mm-url.el (mm-url-decode-entities):
589         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
590
591         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
592
593 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
594
595         * message.el: Use completion-at-point.
596         (message-completion-function): New fun, extracted from message-tab.
597         (message-mode): Use it for completion-at-point-functions.
598         (message-tab): Use it and completion-at-point.
599
600 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
603         character if a non-breakable character follows.
604
605 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
608         any stream.
609
610         * shr.el (shr-tag-font): Colorize the region.
611         (shr-tag-body): Ditto.
612         (shr-tag-font): Actually let the styles be inherited instead of
613         overwriting them.
614         (shr-tag-font): Get the background color right.
615         (shr-tag-style): Ignore all <style> tags for the moment.
616
617         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
618         a Message-ID to avoid having nnimap depend on gnus-sum.
619
620         * shr.el (shr-descend): Only colorize something if we have a node that
621         sets colors.
622
623 2010-12-06  Julien Danjou  <julien@danjou.info>
624
625         * shr.el (shr-render-td): Render td content with shr-descend, so style
626         will be applied to <td> too.
627         (shr-colorize-region): Colorize region even if we only have a background.
628         (shr-tag-body): Fix color and background color inheritance.
629         Do not recolorize after shr-generic.
630         (shr-tag-font): Let shr-generic colorize via inheritance.
631
632 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
635
636 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
637
638         * nnir.el (nnir-request-move-article): Remove obsolete code.
639
640 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
643
644 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-sum.el (gnus-summary-respool-article): The completion function
647         expects a list instead of an alist.
648
649         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
650         string as the parameter.
651
652         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
653
654         * shr.el (shr-stylesheet): New dynamic variable for cascading the
655         styles.
656         (shr-colorize-region): New function.
657         (shr-insert-background-overlay): Remove.
658         (shr-render-td): Background setting should be taken care of on a higher
659         level.
660         (shr-tag-body): Use post-hoc colorizations.
661         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
662         (shr-put-color-1): Don't overwrite old colors.
663         (shr-colorize-region): When the background color isn't explicit, use
664         a fixed background.
665
666         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
667         nnmail variables.
668
669 2010-12-05  Bjørn Mork  <bjorn@mork.no>
670
671         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
672         unless necessary.
673
674 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
675
676         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
677         server.
678
679 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
682         so that TAB works.
683
684         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
685         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
686
687         * shr.el (shr-urlify): Show the URL before the title to avoid
688         misleading URLs.
689
690 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
691
692         * shr.el (shr-urlify): Display the title in <a> tags.
693
694 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
695
696         * nnir.el (nnir-categorize): Replace mapcar with mapc.
697
698 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
699
700         * nnir.el: Rearrange code to allow macros to be autoloaded by
701         gnus-sum.el.
702         (nnir-retrieve-headers-override-function): Make this variable
703         customizable.
704         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
705
706         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
707         from nnir.el.
708
709 2010-12-03  Julien Danjou  <julien@danjou.info>
710
711         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
712
713 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
716         allow optional argument `environment'.
717
718 2010-12-03  Glenn Morris  <rgm@gnu.org>
719
720         * mm-extern.el (message-goto-body): Update declaration.
721
722 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-util.el (gnus-macroexpand-all): New function.
725
726         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
727         instead of macroexpand-all that is unavailable in XEmacs.
728
729 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-summary-line-format): New variable.
732         (nnir-mode): Use it.
733         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
734         (nnir-article-ids): Reimplement as defsubst.
735         (nnir-retrieve-headers): Don't mangle the subject header.
736         (nnir-run-imap): Use 100 as RSV score.
737         (nnir-run-find-grep): Fix for full server searching.
738         (nnir-run-gmane): Better restriction to gmane groups.
739
740         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
741         summary buffers.
742
743 2010-12-02  Julien Danjou  <julien@danjou.info>
744
745         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
746
747         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
748
749         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
750         support.
751
752 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
753
754         * nnir.el: Update to handle the registry better.
755         (autoload): Silence byte-compiler.
756         (nnir-open-server): Add a hook for nnir groups.
757         (nnir-request-move-article): Don't mangle the header. Better to use
758         formating variables (which will be added in the future).
759         (nnir-registry-action): Update the registry using the original article
760         group name.
761         (nnir-mode): Install nnir-specific hooks for updating the registry.
762
763         * gnus-sum.el
764         (gnus-article-original-subject,gnus-newsgroup-original-name):
765         Remove obsolete variables.
766         (gnus-summary-move-article): Remove use of obsolete variables.
767         (gnus-summary-local-variables): Make move and delete hooks local to
768         summary buffers.
769
770 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * rtree.el: New file.
773
774 2010-12-01  Julien Danjou  <julien@danjou.info>
775
776         * message.el (message-user-organization): Do not use
777         gnus-local-organization.
778
779         * gnus.el: Remove gnus-local-organization.
780
781         * gnus-msg.el: Remove nastygram thing.
782
783 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
784
785         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
786         funcall.
787
788 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
791         names.
792
793         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
794         characters.
795
796         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
797         to t of inhibit-read-only since it is inside gnus-with-article-headers.
798         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
799         (gnus-gravatar-transform-address): Use mail-extract-address-components
800         that supports non-ASCII names rather than mail-header-parse-addresses.
801
802 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * proto-stream.el (open-protocol-stream): All starttls connections are
805         handled by the network handler.
806
807 2010-11-30  Julien Danjou  <julien@danjou.info>
808
809         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
810         (nnimap-open-connection-1): Fix PREAUTH.
811
812         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
813
814 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
817         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
818         (shr-insert): Use them.
819         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
820
821 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
822
823         * nnir.el (nnir-request-move-article): Bail out if original group
824         doesn't support article moves.
825         (nnir-get-active): Improve active list retrieval.
826
827 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * shr.el (shr-find-fill-point): Don't break before apostrophes.
830
831 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
832
833         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
834         seem to accept strings-with-numbers as port numbers,
835
836 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
839         change the registry.
840
841 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
844         delete-dups that is not available in XEmacs 21.4.
845
846         * mm-util.el (mm-delete-duplicates): Add comment.
847
848 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
849
850         * nnir.el (nnir-ignored-newsgroups): New variable.
851         (nnir-get-active): Use it.
852
853 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * proto-stream.el (proto-stream-open-network): Add some comments.
856
857         * nntp.el (nntp-open-connection): Provide a :success condition.
858
859         * nnimap.el (nnimap-open-connection-1): Ditto.
860
861         * proto-stream.el (proto-stream-open-network): See what the response to
862         the STARTTLS command is.
863
864         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
865         backwards compatibility).
866         (nnimap-open-connection-1): Really respect nnimap-server-port.
867
868         * proto-stream.el (proto-stream-open-network): When doing opportunistic
869         TLS upgrades we don't really care about the identity of the peer.
870         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
871         that what we've checked for.
872         (proto-stream-always-use-starttls): Only default to t if
873         open-gnutls-stream exists.
874         (proto-stream-open-network): If STARTTLS failed, then just open a
875         normal connection.
876         (proto-stream-open-network): Wait until the greeting before doing
877         STARTTLS.
878
879         * nntp.el (nntp-open-connection): Report what the connection error is.
880
881         * proto-stream.el (open-protocol-stream): Rename from
882         open-proto-stream.
883
884 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * nnimap.el (nnimap-stream): Change default to `undecided'.
887         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
888         first, and then network.
889         (nnimap-open-connection-1): Respect nnimap-server-port.
890         (nnimap-open-connection): Be more backwards-compatible.
891
892         * proto-stream.el (proto-stream-always-use-starttls): New variable.
893         (proto-stream-open-starttls): De-duplicate the starttls code.
894         (proto-stream-open-starttls): Folded back into the main function.
895         (proto-stream-open-network): Fix typo in the gnutls path.
896         (proto-stream-command): Refactor out.
897
898         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
899
900         * proto-stream.el (proto-stream-open-starttls): Actually implement the
901         starttls.el STARTTLS.
902
903         * color.el (color-lab->srgb): Fix function call name.
904
905         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
906         if we're using tls.el.
907         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
908         built in, then don't try to establish a STARTTLS connection.
909
910         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
911         servers.
912
913         * proto-stream.el (open-proto-stream): Use network, not stream.
914         (open-proto-stream): Add a way to specify what the end of a command is.
915
916         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
917         connections types.
918         (nntp-open-network-stream): Remove.
919         (nntp-open-ssl-stream): Remove.
920         (nntp-open-tls-stream): Remove.
921         (nntp-ssl-program): Remove.
922
923         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
924
925 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
926
927         * nnir.el: Fix typos.
928         (nnir-retrieve-headers-override-function): Rename variable to reflect
929         new semantics.
930         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
931         macros.
932         (nnir-request-article, nnir-request-move-article): Use them.
933         (nnir-categorize): New function.
934         (nnir-run-query): Use it.
935         (nnir-retrieve-headers): Rewrite to batch header retrieval.
936         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
937         sorted.
938         (nnir-group-full-name): Use gnus-group-full-name instead.
939         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
940         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
941
942 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
945
946         * proto-stream.el: New library to provide protocol-specific
947         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
948         protocols.
949         (open-proto-stream): Complete the documentation.
950         (proto-stream-open-network): Fix some typos.
951
952         * nnimap.el (nnimap-open-connection): Use it.
953
954 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
955
956         * pop3.el (pop3-open-server): Read server greeting before starting TLS
957         negotiation.
958
959 2010-11-26  Julien Danjou  <julien@danjou.info>
960
961         * color.el: Rename various rgb functions to srgb.
962
963 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
966         names.
967
968 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * shr.el (shr-insert): Revert last change.
971         (shr-find-fill-point): Never leave point being at bol;
972         relax the kinsoku limitation when rendering tables.
973
974 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
977         results from -accept-article.
978
979         * shr-color.el: Require cl when compiling.
980
981         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
982         checkin.
983
984         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
985
986         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
987
988         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
989         'add and 'delete to set backend marks.
990
991         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
992
993         * nnheader.el (nnheader-update-marks-actions): Refactor out.
994
995         * nntp.el (nntp-request-set-mark): Use it.
996
997         * nnfolder.el (nnfolder-request-set-mark): Ditto.
998
999         * nnml.el (nnml-request-set-mark): Ditto.
1000
1001         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1002         introduces regressions in article selection.
1003         (nnimap-find-uid-response): New function.
1004         (nnimap-request-accept-article): Use the UID returned, if any.
1005         (nnimap-request-move-article): Use the UID returned, if any.
1006         (nnimap-get-groups): Reimplement to work with folded lines.
1007         (nnimap-find-uid-response): The UID is the last element in the list.
1008         (nnimap-request-set-mark): Extend syntax with 'set.
1009
1010         * nnml.el (nnml-request-set-mark): Ditto.
1011
1012         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1013
1014         * nntp.el (nntp-request-set-mark): Ditto.
1015
1016 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * message.el (message-called-interactively-p): A temporary macro.
1019         (message-goto-body): Use it temporarily.
1020
1021 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1024         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1025         (nnimap-last-response-string): Fix last unfolding fix.
1026
1027 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * shr.el (shr-insert): Fix the way to fold lines.
1030
1031 2010-11-25  Julien Danjou  <julien@danjou.info>
1032
1033         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1034
1035         * color.el: Rename from color-lab.el
1036         (color-rgb->hex): Add.
1037         (color-complement): Add.
1038         (color-complement-hex): Add.
1039
1040         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1041
1042 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1045         don't exist.
1046
1047 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1050         assuming that article displaying or another mml-preview may be
1051         interrupted for an error or for the like.
1052
1053         * shr.el (shr-get-background): Fix argument name.
1054
1055 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1058
1059         * gnus-sum.el (gnus-summary-include-articles): New function.
1060
1061         * message.el (message-goto-body): called-interactively-p needs a
1062         parameter, so use `any'.
1063
1064         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1065         clear marks before moving, since they're synced from the Gnus side
1066         first.
1067
1068         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1069         (gnus-summary-move-article): Copy over all marks before moving, so that
1070         IMAP doesn't think a new article has arrived.
1071
1072 2010-11-24  Julien Danjou  <julien@danjou.info>
1073
1074         * shr.el (shr-insert-background-overlay): Fix typo.
1075         (shr-render-td): Copy the background before rendering.
1076
1077         * shr-color.el (shr-color-visible): Fix docstring.
1078
1079         * shr.el (shr-tag-table): Add bgcolor support.
1080         (shr-render-td): Add bgcolor support.
1081         (shr-get-background): Add.
1082         (shr-insert-foreground-overlay): Use shr-get-background.
1083
1084         * message.el (message-goto-body): Use called-interactively-p.
1085         (message-in-body-p): message-goto-body returns point.
1086
1087 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1090         Fixes something or other in Emacs 23, and is backwards compatible.
1091
1092         * message.el (message-goto-body): Remove the <#secure special-casing,
1093         which is too special.
1094
1095         * shr.el (shr-parse-style): Drop !important from styles.
1096
1097 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1098
1099         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1100         this function to return incorrect results when calling it with an
1101         explicit article argument different from
1102         (gnus-summary-article-number).
1103
1104 2010-11-24  Julien Danjou  <julien@danjou.info>
1105
1106         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1107         (shr-tag-body): Add background support.
1108         (shr-descend): Add background support.
1109         (shr-tag-title): Add.
1110
1111         * shr-color.el (shr-color-visible): Really return original background
1112         if fixed.
1113
1114 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-color-check): Protect against non-existant colour names.
1117
1118 2010-11-24  Julien Danjou  <julien@danjou.info>
1119
1120         * color-lab.el: Require 'cl when compiling.
1121
1122         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1123
1124         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1125         matched part.
1126
1127         * color-lab.el: Fix all expt calls to use float type.
1128
1129 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1132         expression to shr-color-check as is.
1133
1134         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1135
1136         * color-lab.el: Add coding cookie.
1137         (float-pi): Use eval-and-compile.
1138
1139         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1140         compiled for Emacsen having no `libxml-parse-html-region' support.
1141
1142 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * shr.el (shr-insert-color-overlay): Split stuff like
1145         "#444444 !important" to find the real colour.
1146         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1147         parse <font color="red"> entries.
1148
1149 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1150
1151         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1152         point when parsing headers.
1153
1154         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1155         is positioned properly when parsing headers.
1156
1157 2010-11-23  Julien Danjou  <julien@danjou.info>
1158
1159         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1160
1161         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1162
1163         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1164
1165         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1166         Use shr-color-hue-to-rgb.
1167         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1168
1169 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * shr.el (shr-color->hexadecimal): Autoload.
1172         (shr-descend): Add color to all tags.
1173
1174 2010-11-22  Julien Danjou  <julien@danjou.info>
1175
1176         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1177         shr-color->hexadecimal.
1178
1179         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1180         RGB() or HSL() color representation.
1181
1182         * shr.el (shr-tag-font): Add.
1183         (shr-tag-color-check): New function to get better colors.
1184         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1185         tag-span.
1186
1187         * shr-color.el: New file.
1188
1189         * color-lab.el: New file.
1190
1191         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1192
1193 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1194
1195         * nnir.el: Fix typo in comments.
1196         (nnir-run-imap): Simplify code. No need to reverse artlist.
1197         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1198
1199 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1202
1203         * nnimap.el (nnimap-get-capabilities): Refactor out.
1204         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1205
1206 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1207
1208         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1209         appearing when `mm-uu-hide-markers' is nil.
1210
1211 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnimap.el (nnimap-unselect-group): Make into its own function.
1214         (nnimap-request-rename-group): Unselect group before renaming.
1215         This had gotten lost somewhere.
1216         (nnimap-request-accept-article): Keep track of examined groups, and
1217         unselect the group before APPENDing to read-only groups.
1218         (nnimap-request-move-article): Clear flags before moving so that they
1219         can be re-set later.
1220
1221 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1224         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1225
1226 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus-art.el (gnus-mime-display-single)
1229         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1230         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1231         parameter.
1232
1233 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1236         (shr-table-vertical-line): New variable.
1237         (shr-insert-table): Use it.
1238
1239 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-html.el (gnus-html-wash-images): Don't display images if
1242         gnus-inhibit-images is non-nil; register displayer for cid images.
1243         (gnus-html-display-image): Work for cid image.
1244         (gnus-html-insert-image): Allow arguments.
1245         (gnus-html-put-image): Inhibit read-only.
1246         (gnus-html-prefetch-images): Don't prefetch images if
1247         gnus-inhibit-images is non-nil.
1248
1249 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * shr.el (shr-put-image): Break lines when inserting big pictures.
1252
1253 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1254
1255         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1256         sender, thanks Katsumi Yamaoka.
1257
1258 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1259
1260         * nnir.el (nnir-run-imap): Reverse the article list for each group
1261         rather than the whole list.
1262
1263 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * shr.el (shr-image-displayer): Protect function against non-existent
1266         image source.
1267
1268         * gnus-art.el (gnus-inhibit-images): New user option.
1269         (gnus-mime-display-single): Don't display image if it is non-nil.
1270
1271         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1272         gnus-inhibit-images.
1273
1274         * shr.el (shr-image-displayer): New function.
1275         (shr-tag-img): Use it.
1276
1277 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1278
1279         * mml2015.el (mml2015-epg-sign): Use From header.
1280
1281 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1284
1285         * gnus-util.el (gnus-find-text-property-region): Return markers.
1286
1287         * shr.el (shr-tag-img): Put a displayer in the text property.
1288
1289         * gnus-util.el (gnus-find-text-property-region): New utility function.
1290
1291         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1292         (gnus-html-show-images): Remove.
1293
1294         * gnus-art.el (gnus-article-show-images): New, more general function.
1295
1296         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1297         image url text properties.
1298
1299         * shr.el: Ditto.
1300
1301         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1302         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1303
1304 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1307         work for two or more articles.
1308
1309 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1312         divide an image that's in an html article to two or more when washing
1313         non-ASCII characters in alt text of it.
1314
1315 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1318         smime-decrypt-region using function argument.
1319         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1320
1321         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1322
1323         * smime.el (smime-decrypt-region): Catch it.
1324
1325 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1326
1327         * smime.el (smime-mode-map): Move initialization into declaration.
1328         (gnus-run-mode-hooks): Don't autoload.
1329         (smime-mode): Use define-derived-mode.
1330
1331 2010-11-11  Glenn Morris  <rgm@gnu.org>
1332
1333         * smime.el (from): Restrict declaration to XEmacs.
1334
1335         * nnir.el (gnus-group-topic-name): Autoload.
1336
1337 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * shr.el (shr-insert): Don't break long line if it is because of
1340         kinsoku-bol characters in the line end.
1341
1342 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1343
1344         * nnir.el (nnir-request-move-article): Fix to provide original group
1345         and subject.
1346         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1347         been retrieved.
1348
1349         * gnus-sum.el (gnus-summary-move-article): Use original group and
1350         subject for virtual articles such as those in an nnir summary buffer.
1351
1352 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1355         least 21.5).
1356
1357         * smime.el (from): Declare it again for XEmacs.
1358
1359 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * message.el (message-resend): Don't disable encoding unless it's
1362         already encoded.
1363
1364         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1365         low-numbered articles.
1366
1367 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * rfc2047.el (rfc2047-syntax-table): Simplify.
1370
1371         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1372
1373         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1374         set-char-table-range for XEmacs.
1375
1376 2010-11-10  Glenn Morris  <rgm@gnu.org>
1377
1378         * time-date.el (time-to-seconds): Always an alias on Emacs,
1379         never a real function.
1380         (with-no-warnings): Remove compat stub, now unused.
1381         (time-less-p): Doc fix.
1382         (time-to-number-of-days): Simplify.
1383
1384         * smime.el (from): Remove unused declaration.
1385
1386         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1387         (gnus-float-time): On Emacs, always an alias.
1388
1389         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1390         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1391
1392 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * dgnushack.el: Don't use ignore-errors in the top level form since it
1395         is unavailable in XEmacs even if cl is loaded.
1396
1397         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1398
1399 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * shr.el (browse-url-mailto): Autoload.
1402
1403         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1404
1405         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1406         regexp doesn't need quoting.
1407
1408 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1409
1410         * message.el (message-subject-trailing-was-ask-regexp)
1411         (message-subject-trailing-was-regexp): Match was: in addition to was.
1412
1413 2010-11-09  Glenn Morris  <rgm@gnu.org>
1414
1415         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1416         (nnbabyl-check-mbox): Use point-at-bol.
1417
1418 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1421
1422         * message.el (message-mailto): New function.
1423         (message-mailto): Should accept other parameters.
1424         (message-mailto): Remove since it duplicates browse-url-mailto
1425         functionality.
1426
1427 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1430         methods.
1431         (gnus-read-active-file): Ditto.
1432
1433         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1434         ": " from the prompt.
1435         (gnus-group-make-group): Ditto.
1436
1437 2010-11-07  Glenn Morris  <rgm@gnu.org>
1438
1439         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1440         (gnus-bookmark-kill-line): Use point-at-eol.
1441
1442 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1445         asterisks in From header.
1446
1447 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1450         string to avoid making the From headers syntactically invalid.
1451
1452         * message.el (message-send-mail): Don't insert courtesy messages if the
1453         message already has List-Post and List-ID messages.
1454
1455 2010-11-06  Glenn Morris  <rgm@gnu.org>
1456
1457         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1458         `condition', `type', `length' a prefix.
1459         (gnus-treat-predicate): Update for above name changes.
1460
1461 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1462
1463         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1464         binding.  Handled by `gnus-summary-refer-thread' instead.
1465         (nnir-warp-to-article): New backend function.
1466
1467         * nnimap.el (nnimap-request-thread): Force dependency updating.
1468
1469         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1470         (gnus-summary-refer-thread): Rework to improve thread-referral.
1471
1472         * gnus-int.el (gnus-warp-to-article): New function.
1473
1474         * gnus-sum.el (gnus-summary-article-map): Bind it.
1475
1476 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1477
1478         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1479         gnus-summary-refer-thread.
1480
1481         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1482         headers.
1483         (gnus-summary-limit-include-thread): Prevent articles in thread from
1484         being cut in gnus-cut-threads.
1485         (gnus-summary-refer-thread): Limit retrieved headers to those in
1486         thread.
1487
1488 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * message.el (message-send-mail): Use the value of
1491         message-courtesy-message from the message buffer.
1492
1493         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1494
1495         * shr.el (shr-browse-url): Implement mailto: URLs.
1496
1497         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1498         "raw".
1499
1500         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1501         if it's already selected.
1502
1503         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1504
1505 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1508         to measure the length and truncate alt text.
1509
1510 2010-11-03  Glenn Morris  <rgm@gnu.org>
1511
1512         * nndiary.el (nndiary-generate-nov-databases-1)
1513         (nndiary-generate-active-info): Rename dynamic variable `files' to
1514         something less generic.
1515
1516 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1517
1518         * nnir.el (nnir-request-move-article): Call the underlying backend to
1519         move articles from nnir.
1520
1521 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1524
1525 2010-11-02  Julien Danjou  <julien@danjou.info>
1526
1527         * nnir.el: Remove wais support.
1528
1529 2010-11-02  Glenn Morris  <rgm@gnu.org>
1530
1531         * gnus-html.el: Reorder requirements to quieten compiler.
1532
1533 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1536         properly for XEmacs as well.
1537         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1538         (gnus-article-natural-long-line-p): Use window-width rather than
1539         frame-width.
1540
1541 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1542
1543         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1544         (nnir-read-parms): Don't modify query.
1545         (nnir-run-query): Add ability to search topic on current line.
1546         (nnir-get-active): Clean up.
1547
1548 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1551         degenerate articles.
1552
1553         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1554         (gnus-print-buffer): Just print the buffer as is, without any copying
1555         to a buffer and then re-highlighting.
1556
1557         * nnimap.el (nnimap-request-group): Store the new updated info.
1558         (nnimap-request-group): Select the group when we don't know whether it
1559         exists or not.
1560
1561         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1562         groups.
1563
1564         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1565         groups.
1566
1567         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1568         groups.
1569
1570         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1571         long-lines case by only filling the long lines.
1572
1573         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1574         (bug #7311).
1575
1576 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * shr.el: No need to declare `declare-function' since shr.el is for
1579         only Emacsen that provide `libxml-parse-html-region'.
1580
1581         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1582         effective only in a file it is referred to.
1583
1584 2010-11-01  Glenn Morris  <rgm@gnu.org>
1585
1586         * mm-util.el (gnus-completing-read): Autoload.
1587         (mm-read-coding-system): Simplify Emacs definition.
1588
1589         * nnmail.el (gnus-activate-group):
1590         * nnimap.el (gnutls-negotiate):
1591         * nntp.el (netrc-parse): Fix declarations.
1592
1593 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1596         string-match-p in Emacs >=23.
1597
1598         * gnus-msg.el (gnus-configure-posting-styles)
1599         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1600
1601 2010-11-01  Glenn Morris  <rgm@gnu.org>
1602
1603         * nnir.el (declare-function): Add compat stub.
1604         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1605         (nnir-run-gmane): Require 'mm-url.
1606
1607         * mm-util.el (mm-string-to-multibyte): Simplify.
1608
1609         * shr.el (declare-function): Add compat stub.
1610         (url-cache-create-filename): Declare.
1611         (mm-disable-multibyte, widget-convert-button): Autoload.
1612
1613         * smime.el (ldap-search): Declare.
1614         (smime-cert-by-ldap-1): Require ldap on Emacs.
1615
1616         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1617         (nnimap-keepalive): Use gnus-float-time.
1618
1619         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1620         (mail-source-delete-crash-box): Use gnus-float-time.
1621
1622         * gnus-dired.el (gnus-completing-read): Autoload.
1623
1624         * mm-view.el (gnus-rescale-image): Autoload.
1625
1626         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1627
1628         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1629
1630         * sieve-manage.el: Require 'cl when compiling.
1631
1632         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1633         (gnus-iswitchb-completing-read): Require iswitchb.
1634         (gnus-select-frame-set-input-focus): Silence compiler.
1635
1636 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * message.el (message-subject-trailing-was-query): Change default to t,
1639         since I think that's what most people want.
1640
1641         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1642         appending for easier debugging.
1643         (nnimap-wait-for-connection): Take a regexp.
1644         (nnimap-request-accept-article): Wait for the continuation line before
1645         sending anything unless we're streaming.
1646
1647         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1648         leave the header washing to take place.
1649
1650 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1651
1652         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1653         regular expression match and replace in posting styles.
1654
1655 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1656
1657         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1658         an entire server.
1659         (nnir-get-active): New function.
1660         (nnir-run-imap): Use it.
1661         (nnir-run-gmane): Who knew, gmane search returns an article score!
1662
1663         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1664         server on the current line with nnir.
1665
1666 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1669         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1670         left edge.
1671         (gnus-article-foldable-buffer): Skip past the prefix when determining
1672         raggedness.
1673
1674         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1675         the raw article, and change `C-u g' to show the article without doing
1676         treatments.
1677
1678         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1679         on to `gnus-treat-article'.
1680         (gnus-inhibit-article-treatments): New variable.
1681
1682         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1683
1684         * gnus-art.el (gnus-treatment-function-alist): Have
1685         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1686         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1687         sections.
1688
1689         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1690         parameter.
1691         (gnus-article-fill-cited-long-lines): New function.
1692         (gnus-article-fill-cited-article): Allow filling only long sections.
1693
1694         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1695         and non-punctuation (like after the apostrophe in "'We").
1696
1697         * gnus-sum.el (gnus-summary-select-article): Make sure
1698         gnus-original-article-buffer is alive.
1699
1700         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1701         reflect the order they're in in the digest.
1702
1703         * gnus.el (gnus-group-startup-message): Move point to the start of the
1704         buffer.
1705
1706         * nnimap.el (nnimap-capability): New function.
1707         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1708         is set.
1709
1710 2010-10-31  David Engster  <dengste@eml.cc>
1711
1712         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1713         conform with changes to gnus-completing-read.
1714
1715 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1718
1719 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1720
1721         * nnir.el: Move defvar, defcustom around to keep file organized
1722         and keep byte-compiler quiet.
1723         (nnir-read-parms): Accept search-engine as arg.
1724         (nnir-run-query): Pass search-engine as arg.
1725         (nnir-search-engine): Remove.
1726
1727 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * shr.el (shr-generic): The text nodes should be text, not :text.
1730
1731         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1732         later in the file.
1733
1734 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1735
1736         * nnir.el: General clean up.  Allow searching with multiple engines.
1737         Allow separate extra-parameters for each engine.
1738         Batch queries when possible.
1739         (nnir-imap-default-search-key,nnir-method-default-engines):
1740         Add customize interface.
1741         (nnir-run-gmane): New engine.
1742         (nnir-engines): Use it.  Qualify all prompts with engine name.
1743         (nnir-search-engine): Remove global variable.
1744         (nnir-run-hyrex): Restore for now.
1745         (nnir-extra-parms,nnir-search-history): New variables.
1746         (gnus-group-make-nnir-group): Use them.
1747         (nnir-group-server): Remove in favor of gnus-group-server.
1748         (nnir-request-group): Avoid searching twice.
1749         (nnir-sort-groups-by-server): New function.
1750
1751 2010-10-30  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-group.el: Remove gnus-group-fetch-control.
1754
1755         * gnus-start.el (gnus-find-new-newsgroups):
1756         Remove gnus-check-first-time-used.
1757
1758         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1759
1760 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1761
1762         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1763         set on groups that don't have \* permanentflags.
1764
1765 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1768         control the background color.
1769         (shr-tag-img): Ignore very small web bug type images.
1770         (shr-put-image): Add help-echo alt texts to the images.
1771         (shr-tag-video): Show the video poster image.
1772
1773 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * shr.el (shr-table-depth): New variable.
1776         (shr-tag-table-1): Only insert the images after the top-level table.
1777
1778         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1779
1780         * gnus-util.el (gnus-list-memq-of-list): New function.
1781
1782         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1783         selected.
1784         (nnimap-unsplittable-articles): New slot.
1785         (nnimap-new-articles): Use it.
1786
1787 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1788
1789         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1790         move to the previous line on `M-g'.
1791
1792 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1795         *-request-group, which seems unnecessary.
1796
1797         * nnimap.el (nnimap-quote-specials): Function copied over from
1798         imap.el.
1799         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1800         they support that.  Suggested by Tom Regner.
1801
1802 2010-10-29  Julien Danjou  <julien@danjou.info>
1803
1804         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1805         defalias.
1806         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1807
1808         * gnus.el: Remove `gnus-nntp-service' variable.
1809         (gnus-secondary-servers): Make obsolete.
1810         (gnus-nntp-server): Make obsolete.
1811
1812         * gnus-start.el (gnus-1): Remove x-splash calls.
1813
1814         * gnus-ems.el (gnus-x-splash): Remove.
1815
1816         * gnus.el (gnus-group-startup-message): Simplify/update code.
1817
1818         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1819         definition.
1820
1821         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1822         capability before doing anything.
1823         (gnus-group-insert-group-line): Remove useless
1824         gnus-group-remove-excess-properties.
1825
1826 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1829
1830 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1833         config after reselecting.
1834
1835 2010-10-28  Julien Danjou  <julien@danjou.info>
1836
1837         * shr.el (shr-put-image): Use point even if only inserting text.
1838         (shr-put-image): Save excursion when inserting alt text on non-graphic
1839         display, so the behaviour is the same when we are on a graphic display.
1840
1841         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1842
1843 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1846         (gnus-mime-copy-part): Check coding system, not charset.
1847         (gnus-mime-view-part-externally): Never remove part.
1848         (gnus-mime-view-part-internally): Don't remove part here.
1849         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1850         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1851         multipart/alternative.
1852
1853         * mm-decode.el (mm-display-part): Take optional arg `force'.
1854
1855 2010-10-26  Julien Danjou  <julien@danjou.info>
1856
1857         * gnus-group.el (gnus-group-default-list-level): Add this function to
1858         compute the default list level.
1859         (gnus-group-default-list-level): Add possibility to use a function.
1860
1861 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1864
1865         * gnus-group.el (gnus-group-completing-read)
1866         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1867         gnus-replace-in-string.
1868
1869 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * shr.el (shr-tag-div): Add.
1872
1873         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1874
1875 2010-10-25  Julien Danjou  <julien@danjou.info>
1876
1877         * gnus-util.el: Remove `gnus-with-local-quit'.
1878
1879         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1880
1881 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1884         the original article buffer.
1885
1886 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * nnimap.el (nnimap-request-head): New function.
1889         (nnimap-request-move-article): Try to be slighly faster by not
1890         requesting the entire message when moving.
1891         (nnimap-transform-headers): Don't bug out on bodiless articles.
1892         (nnimap-send-command): Have no outstanding messages if the IMAP server
1893         doesn't support streaming.
1894         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1895
1896 2010-10-24  Julien Danjou  <julien@danjou.info>
1897
1898         * message.el (message-default-headers): Fix type.
1899
1900 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1903         prefetching images.
1904
1905         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1906         backend for unknown groups.  This is mainly useful for nnimap groups.
1907
1908         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1909         group isn't covered by the agent.
1910
1911 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1912
1913         * nnir.el (nnir-method-default-engines): New variable.
1914         (nnir-run-query): Use it.
1915         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1916         (gnus-summary-nnir-goto-thread): Change group if needed.
1917
1918         * gnus-group.el (gnus-group-group-map): Add key binding for
1919         gnus-group-make-nnir-group.
1920
1921 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * shr.el (shr-tag-object): Add.
1924
1925         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1926         original article buffer live.
1927         (gnus-summary-select-article-buffer):
1928         Mention gnus-widen-article-buffer.
1929
1930 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * shr.el (shr-tag-strong): Add.
1933
1934 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1937         group names.  They mess up the group buffer badly.
1938
1939         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1940
1941         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1942         instead of the summary one.
1943
1944 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * mml.el (mml-preview): Work properly when editing article.
1947
1948         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1949         gnus-have-read-active-file if it's already been in.
1950
1951 2010-10-22  Tom Tromey  <tromey@redhat.com>
1952
1953         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1954         gnus-group-completing-read.
1955
1956 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * message.el (message-mode-map): Don't bind M-; to comment region, to
1959         allow the global comment-dwim to work.
1960
1961 2010-10-21  Julien Danjou  <julien@danjou.info>
1962
1963         * message.el (message-setup-1): Allow message-default-headers to be a
1964         function.
1965
1966 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * shr.el (shr-tag-table): Simplify.
1969
1970 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1973         to avoid trying to snarf invalid stuff.
1974
1975         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1976
1977         * gnus.el (gnus-message-archive-group): Quote value.
1978         (gnus-message-archive-group): Mark as changed.
1979
1980         * shr.el (shr-add-font): Don't put the font properties on the newline
1981         or the indentation.
1982
1983         * message.el (message-fix-before-sending): Change options when sending
1984         non-printable characters.
1985
1986         * gnus.el (gnus-message-archive-method): Change the default to
1987         monthly outgoing groups.
1988
1989         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1990         that have gotten new numbers.
1991
1992         * nnimap.el (nnimap-request-replace-article): New function.
1993
1994 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1997         (nnrss-request-article): Don't use special html washing code.
1998
1999 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * shr.el (shr-tag-table): Remove useless nconc.
2002
2003 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-art.el (article-wash-html): Simplify and remove the charset
2006         stuff.  Use the normal html rendering code instead of the special html
2007         washing code.
2008
2009         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2010         `gnus-w3m' symbols.
2011         (mm-text-html-washer-alist): Remove.
2012
2013         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2014         (mm-inline-media-tests): Remove use.
2015         (mm-text-html-renderer): Change default to the `shr' symbol.
2016
2017         * mm-view.el (mm-inline-text-html): Remove use.
2018
2019         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2020         `gnus-blocked-images' to be a function.
2021         (gnus-article-wash-function): Remove.
2022
2023 2010-10-20  Julien Danjou  <julien@danjou.info>
2024
2025         * spam.el (spam-list-of-processors): Mark as obsolete.
2026
2027         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2028         (nnimap-insert-partial-structure): Fix boundary detection.
2029
2030 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2031
2032         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2033         run file-truename on remote files.  This can be expensive and even
2034         prevent one from editing drafts if some unrelated buffer has a stale
2035         connection.
2036
2037 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2040         kinsoku-eol regardless of shr-kinsoku-shorten.
2041         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2042         (shr-tag-table): Support caption, thead, and tfoot.
2043
2044 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2047         lines.
2048         (shr-save-contents): New command and keystroke.
2049
2050         * nndoc.el (nndoc-type-alist): Add git support.
2051         (nndoc-git-type-p): New function.
2052         (nndoc-transform-git-article): Ditto.
2053         (nndoc-transform-git-headers): Ditto.
2054         (nndoc-transform-git-headers): Generate Subject headers.
2055
2056         * shr.el (shr-parse-style): New function.
2057         (shr-tag-span): Ditto.
2058
2059         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2060         to `G G' to avoid collisions.
2061
2062 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * shr.el: Load kinsoku if necessary.
2065         (shr-kinsoku-shorten): New internal variable.
2066         (shr-find-fill-point): Make kinsoku shorten text line if
2067         shr-kinsoku-shorten is bound to non-nil.
2068         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2069         shr-indentation too when testing if table is wider than frame width.
2070         (shr-insert-table): Use `string-width' instead of `length' to measure
2071         text width.
2072         (shr-insert-table-ruler): Make sure indentation is done at bol.
2073
2074 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2077         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2078         undecoded network data.
2079
2080 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2083         name in the mode line spec so that the mode line menu works
2084         (bug #2431).
2085
2086         * message.el (message-get-reply-headers): If we're fed `to-address',
2087         then always use that.
2088
2089         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2090         aren't so wide as to need to switch off the edit menu.
2091
2092         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2093         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2094
2095         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2096         `M-g'.
2097         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2098         the permanent marks.
2099
2100 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2101
2102         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2103         Splitting according to references/in-reply-to obeys the ignore-groups
2104         variable, while splitting by sender and subject do not.
2105
2106 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2109         alist, so that we can look for non-Unicode chars.
2110         (article-translate-strings): Allow both character and string maps.
2111
2112 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * shr.el (shr-insert): Don't insert space behind a wide character
2115         categorized as kinsoku-bol, or between characters both categorized as
2116         nospace.
2117
2118 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2119
2120         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2121         headers to gnus-newsgroup-headers.
2122
2123 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * shr.el (shr-tag-img): Don't align images -- since we're not
2126         rescaling, this often leads to ugly displays.
2127
2128 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2129
2130         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2131         duplicates.
2132
2133 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2134
2135         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2136         call.
2137
2138 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus.el: Autoload gnus-html-show-images.
2141
2142         * nnimap.el: Use nnheader-message throughout.
2143
2144         * shr.el (shr-tag-img): Ignore images with no data.
2145
2146 2010-10-15  Julien Danjou  <julien@danjou.info>
2147
2148         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2149         a possibility to disable format=flow encoding when using hard newlines.
2150
2151 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * shr.el (shr-insert): Remove space inserted before or after a
2154         breakable character or at the beginning or the end of a line.
2155         (shr-find-fill-point): Do kinsoku; find the second best point or give
2156         it up if there's no breakable point.
2157
2158 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * nnimap.el (nnimap-open-connection): Message when opening connection
2161         for debugging purposes.
2162
2163         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2164         on every setup buffer call to allow this to change from article to
2165         article.
2166
2167         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2168         buffers where we have a wide table.
2169
2170 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2171
2172         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2173         uses *-request-thread.
2174
2175 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2178         incantation, which is no longer valid.
2179
2180 2010-10-14  Julien Danjou  <julien@danjou.info>
2181
2182         * shr.el: Fix defcustom type (char -> character).
2183
2184 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2187         programs.
2188
2189 2010-10-14  Julien Danjou  <julien@danjou.info>
2190
2191         * shr.el (shr-tag-a): Use url-link as widget type.
2192
2193         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2194         `gnus-group-get-icon'.
2195
2196 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2199         This should make server editing work better.
2200
2201         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2202
2203         * tls.el (tls-program): Remove spurious %s from openssl.
2204
2205         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2206         (nnimap-parse-flags): Fix regexp.
2207
2208         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2209         probably work for CJVK text, too.
2210
2211         * nnimap.el (nnimap-extend-tls-programs): Remove.
2212         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2213
2214         * tls.el (tls-starttls-switches): Remove starttls hack.
2215         (open-tls-stream): Ditto.
2216         (tls-find-starttls-argument): Ditto.
2217
2218 2010-10-13  Julien Danjou  <julien@danjou.info>
2219
2220         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2221         responses.
2222
2223 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2226
2227         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2228         anything in Emacs.
2229
2230         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2231
2232 2010-10-13  Julien Danjou  <julien@danjou.info>
2233
2234         * shr.el (shr-width): Make shr-width a defcustom with default to
2235         fill-column.
2236         (shr-tag-img): Use shr-width rather than fill-column.
2237
2238 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * dgnushack.el (byte-optimize-apply)
2241         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2242
2243         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2244         position when (X-)Faces exist.
2245         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2246         avatars when called interactively.
2247
2248 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2251         gnus-article-x-face-too-ugly is bound.
2252
2253 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2256
2257         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2258         mailbox that doesn't exist.
2259
2260 2010-10-12  Julien Danjou  <julien@danjou.info>
2261
2262         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2263         (shr-get-image-data): Encode URL properly when fetching from cache.
2264         (shr-tag-img): Use aligned-to spaces to align correctly images.
2265
2266         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2267         before inserting the Gravatar.
2268
2269         * shr.el (shr-tag-img): Add align attribute support for <img>.
2270
2271 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-gravatar.el (gnus-art): Require.
2274
2275         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2276         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2277         Remove long obsoleted functions.
2278
2279 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2282
2283         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2284
2285         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2286         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2287         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2288         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2289         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2290         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2291         * sieve-manage.el, smime.el, spam.el:
2292         Fix comment for declare-function.
2293
2294 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * nnimap.el (nnimap-request-rename-group): Select group read-only
2297         before renaming it.
2298
2299         * shr.el (shr-insert): Fix up the white space only regexp.
2300
2301         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2302         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2303
2304         * shr.el (shr-current-column): New function.
2305         (shr-find-fill-point): New function.
2306
2307 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2308
2309         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2310         numbers.
2311
2312 2010-10-11  Julien Danjou  <julien@danjou.info>
2313
2314         * shr.el (shr-hr-line): Add.
2315         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2316         display hr lines.
2317         (shr-max-columns): Do not change state to nil if we just inserting
2318         spaces.
2319
2320 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2323         select the last group.
2324
2325 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2328
2329 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2330
2331         * dig.el (dig-mode-map): Declare and define in one step.
2332
2333 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2336         for Gnus.
2337         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2338         (nnimap-update-qresync-info): Mark \Seen articles as read.
2339
2340         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2341         non-variable, too.
2342
2343         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2344         available.
2345         (nnimap-update-info): Rely more on the current active than the param
2346         active to avoid marking articles as read too much.
2347
2348         * auth-source.el (auth-source-create): Use (user-login-name) for the
2349         user name default.
2350
2351         * nnimap.el (nnimap-update-info): If the server doesn't return any
2352         useful info, just use the previous info.
2353         (nnimap-update-info): Prefer old info over start-article.
2354         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2355
2356 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2357
2358         * nnir.el (autoload): Clean up autoloads.
2359         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2360         Use key rather than value.
2361         (nnir-imap-search-other): New variable.
2362         (nnir-read-parm): Use it.
2363         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2364         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2365
2366 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2367
2368         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2369         the process, too.
2370
2371 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * spam.el (gnus-summary-mode-map): Bind to "$".
2374         Suggested by Russ Allbery.
2375
2376         * shr.el: Rework the way things are indented by <li> slightly.
2377
2378         * gnus.el (gnus-group-set-parameter): Fix typo.
2379
2380         * nnimap.el: Start implementing QRESYNC support.
2381
2382 2010-10-09  Julien Danjou  <julien@danjou.info>
2383
2384         * nnir.el (nnir-engines): Fix too many arguments.
2385
2386 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2389         group is the "last", so that the backends like nnfolder actually save
2390         their folders.
2391
2392         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2393         try to use that for the tls stream.
2394         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2395         UIDVALIDITY and find out which groups are read-only and not.
2396         (nnimap-get-flags): Use the same marks parsing code as the rest of
2397         nnimap.
2398
2399 2010-10-09  Julien Danjou  <julien@danjou.info>
2400
2401         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2402
2403         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2404         retrieving gravatars.
2405
2406         * shr.el (shr-table-corner): Add.
2407         (shr-table-line): Add.
2408         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2409
2410 2010-10-08  Julien Danjou  <julien@danjou.info>
2411
2412         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2413
2414 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2415
2416         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2417
2418         * gnus-sum.el (gnus-mark-article-as-unread)
2419         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2420         (gnus-summary-set-bookmark): Use it.
2421
2422         * gnus-msg.el (gnus-setup-message): Use it.
2423
2424         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2425
2426         * gnus.el (gnus-group-remove-parameter): Use it.
2427
2428         * gnus-group.el (gnus-group-make-web-group): Use it.
2429
2430         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2431
2432         * nnregistry.el: Update docs to mention manual.
2433
2434         * gnus-registry.el: Update docs to mention nnregistry.el.
2435         (gnus-registry-initialize): Don't install nnregistry refer method
2436         automatically.
2437         (gnus-registry-install-nnregistry): Remove it.
2438
2439 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * shr.el (shr-insert): Don't insert double spaces.
2442
2443 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * gnus-gravatar.el (gnus-treat-from-gravatar)
2446         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2447         called interactively.
2448
2449         * gnus-art.el (gnus-mime-view-part-externally)
2450         (gnus-mime-view-part-internally): Make predicate function passed to
2451         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2452         of a mime type.
2453
2454         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2455
2456 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * shr.el (require): Require cl when compiling.
2459         (shr-tag-hr): New function.
2460
2461         * nnimap.el (nnimap-update-info): Remove double setting of high.
2462         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2463         This makes nnimap work properly on Courier again.
2464
2465         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2466         the variable for backwards compatability.
2467
2468         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2469         the file name before using to avoid setting mm-default-directory to
2470         nil.
2471
2472         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2473         bidning gnus-agent variables.
2474
2475         * shr.el (shr-render-td): Use a cache for the table rendering function
2476         to avoid getting an exponential rendering behaviour in nested tables.
2477         (shr-insert): Rework the line-breaking algorithm.
2478         (shr-insert): Don't leave trailing spaces.
2479         (shr-insert-table): Also insert empty TDs.
2480         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2481
2482 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2483
2484         * gnus-sum.el (gnus-number): Rename from `number'.
2485         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2486         (gnus-summary-limit-children): Update uses correspondingly.
2487
2488 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2491         (gnus-gravatar-transform-address): Don't show avatars of people of
2492         which mail addresses match gnus-gravatar-too-ugly.
2493
2494 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * shr.el (shr-table-widths): Expand TD elements to fill available
2497         space.
2498
2499 2010-10-07  Julien Danjou  <julien@danjou.info>
2500
2501         * nnimap.el (nnimap-request-rename-group): Add this method.
2502
2503 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2506         name from XEmacs' function-arglist.
2507
2508         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2509         gravatar under XEmacs.
2510
2511 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2512
2513         * auth-source.el: Update docs with TODO items.
2514
2515         * gnus-sync.el: Update docs to explain state and plans.
2516
2517         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2518         Hooks for mark updates.
2519         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2520
2521         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2522         hooks with arguments, which is needed for mark update hooks.
2523
2524 2010-10-06  Julien Danjou  <julien@danjou.info>
2525
2526         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2527         was matched.
2528
2529         * sieve-manage.el: Update example in `Commentary'.
2530
2531         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2532
2533         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2534         not 2000.
2535         (sieve-manage-authenticate): Re-add function.
2536
2537 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * shr.el (shr-insert): Get 'space transition right.
2540         (shr-render-td): Only delete space at the end of the TD.
2541
2542         * nnimap.el (nnimap-open-connection): Prepare to support
2543         open-gnutls-stream.
2544
2545         * shr.el: Rearrange function order to be more logical.
2546
2547 2010-10-06  Julien Danjou  <julien@danjou.info>
2548
2549         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2550         (nnrss-discover-feed): Remove 404 URL in docstring.
2551
2552         * nnir.el: Fix Swish-E URL.
2553         Fix Namazu URL.
2554
2555         * message.el (message-change-subject): Remove 404 URL in a comment.
2556
2557 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2560         called interactively.
2561
2562         * gnus-util.el (gnus-remove-if): Allow hash table.
2563         (gnus-remove-if-not): New function.
2564
2565         * gnus-art.el (gnus-mime-view-part-as-type)
2566         * gnus-score.el (gnus-summary-score-effect)
2567         * gnus-sum.el (gnus-read-move-group-name):
2568         Replace remove-if-not with gnus-remove-if-not.
2569
2570         * gnus-group.el (gnus-group-completing-read):
2571         Regard collection as a hash table if it is not a list.
2572
2573 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2576
2577         * shr.el: Document the table-rendering algorithm.
2578
2579 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2582         for Emacsen having no `libxml-parse-html-region' support.
2583
2584 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2587         invalid URLs.
2588
2589         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2590         line-broken.
2591         (shr-tag-img): Ignore image fetching errors.
2592         (shr-overlays-in-region): Compute overlay positions correctly.
2593
2594         * mm-decode.el (mm-shr): Require shr.
2595
2596         * gnus-art.el (gnus-blocked-images): Move variable here.
2597
2598         * shr.el (shr-insert-table): Bind free variable.
2599
2600         * mm-decode.el (mm-shr): Bind shr-content-function.
2601
2602         * shr.el (shr-content-function): New variable.
2603
2604         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2605         added for symmetry.
2606
2607         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2608
2609         * gnus-group.el (gnus-group-make-group): Doc fix.
2610
2611         * nnimap.el (nnimap-request-newgroups): Return success.
2612
2613         * shr.el (shr-find-elements): New function.
2614         (shr-tag-table): Put all the images after the table.
2615         (shr-tag-table): Really inhibit images inside the table.
2616         (shr-collect-overlays): Copy over overlays from the TD elements to the
2617         main document.
2618
2619         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2620         gnus-blocked-images.
2621
2622 2010-10-05  Julien Danjou  <julien@danjou.info>
2623
2624         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2625
2626         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2627         (gnus-html-maximum-image-size): Add this function.
2628         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2629
2630         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2631         server-value of the capability is nil.
2632
2633 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * shr.el (shr-tag-em): Add <EM> tag.
2636
2637 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2638
2639         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2640         customizable.
2641
2642         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2643         handing broken links to browse-url.
2644
2645 2010-10-05  Julien Danjou  <julien@danjou.info>
2646
2647         * gnus-util.el (gnus-emacs-completing-read)
2648         (gnus-iswitchb-completing-read): Use autoload rather than require.
2649
2650 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2653         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2654         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2655         iswitchb-temp-buflist for XEmacs.
2656
2657         * gnus-util.el (gnus-completing-read-function): Exclude
2658         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2659         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2660         XEmacs.
2661
2662         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2663         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2664
2665         * gnus-html.el: Don't require help-fns under XEmacs.
2666         (gnus-html-schedule-image-fetching): Work for XEmacs.
2667
2668         * mm-decode.el (mm-shr): Decode contents by charset.
2669
2670 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2673         unknown.
2674
2675         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2676         (shr-get-image-data): Ensure against the cache file missing.
2677
2678         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2679         for data.
2680
2681         * spam-report.el (spam-report-url-ping-plain): Don't query about
2682         killing the process.
2683
2684         * shr.el (shr-render-td): Protect against too-wide text.
2685
2686 2010-10-04  Julien Danjou  <julien@danjou.info>
2687
2688         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2689         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2690
2691         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2692         retrieved.
2693
2694 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * shr.el (browse-url): Require.
2697         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2698         lines.
2699         (shr-show-alt-text, shr-browse-image): New commands.
2700         (shr-browse-url, shr-copy-url): New commands.
2701
2702         * gnus-sum.el (gnus-widen-article-window): New variable.
2703         (gnus-summary-select-article-buffer): Use it.
2704
2705         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2706         without @ signs.
2707
2708 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2709
2710         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2711
2712 2010-10-04  Julien Danjou  <julien@danjou.info>
2713
2714         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2715         for XEmacs.
2716
2717 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2720
2721         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2722         (nnimap-close-server): Implement.
2723
2724         * dgnushack.el (iswitchb): Require to shut up the compiler.
2725
2726         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2727         (shr-insert): Tweak line breaking.
2728         (shr-insert): Handle <pre> better.
2729         (shr-tag-li): Get <li> indentation right.
2730         (shr-tag-li): Get <li> indentation even righter.
2731         (shr-tag-blockquote): Ensure paragraph start.
2732         (shr-make-table): Tweak table generation.
2733         (shr-make-table): Fix typo.
2734
2735         * shr.el: Implement table rendering.
2736
2737 2010-10-04  Julien Danjou  <julien@danjou.info>
2738
2739         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2740
2741 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * shr.el (shr-insert): Use string anchors instead of line anchors.
2744
2745 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * shr.el: Add headings.
2748         (shr-ensure-paragraph): Actually work.
2749         (shr-tag-li): Make <ul> prettier.
2750         (shr-insert): Get white space at the beginning/end of elements right.
2751         (shr-tag-p): Collapse subsequent <p>s.
2752         (shr-ensure-paragraph): Don't insert double line feeds after blank
2753         lines.
2754         (shr-insert): \t is also space.
2755         (shr-tag-s): Fix "s" tag name function.
2756         (shr-tag-s): Fix face prop name.
2757
2758 2010-10-03  Julien Danjou  <julien@danjou.info>
2759
2760         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2761
2762         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2763         gnus-window-inside-pixel-edges.
2764
2765         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2766         gnus-ems.
2767
2768         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2769
2770         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2771         function.
2772
2773         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2774         resize choice.
2775
2776 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2779         beginning of the buffer.
2780
2781         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2782         article buffer again.
2783
2784         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2785
2786         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2787         when it's at the start of the buffer.
2788
2789         * shr.el (shr-tag-blockquote): Convert name.
2790         (shr-rescale-image): Use the right image-size variant.
2791
2792         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2793         buffer isn't shown, then select the current article first instead of
2794         bugging out.
2795         (gnus-summary-select-article-buffer): Show both the article and summary
2796         buffers again.
2797
2798         * shr.el (shr-fontize-cont): Protect against regions with no text.
2799         Rename tag functions to shr-tag-* for enhanced security.
2800         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2801
2802 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2803
2804         * shr.el (shr-insert):
2805         * pop3.el (pop3-movemail):
2806         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2807         loaded.
2808
2809 2010-10-03  Glenn Morris  <rgm@gnu.org>
2810
2811         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2812
2813         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2814
2815         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2816
2817         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2818
2819         * gnus-util.el (gnus-make-local-hook): Simplify.
2820
2821 2010-10-02  Julien Danjou  <julien@danjou.info>
2822
2823         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2824         (gnus-ido-completing-read): New function.
2825         (gnus-emacs-completing-read): New function.
2826         (gnus-completing-read): Use gnus-completing-read-function.
2827         Add gnus-completing-read-function.
2828
2829 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el (shr-insert-document): Autoload.
2832         (shr-img): Be silent.
2833         (shr-insert): Add a newline after every picture before text.
2834         (shr-add-font): Use overlays for combining faces.
2835         (shr-insert): Pass upwards the text start point.
2836
2837         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2838         possible.
2839         (mm-shr): New function.
2840
2841 2010-10-02  Julien Danjou  <julien@danjou.info>
2842
2843         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2844         should go backward.
2845
2846 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2847
2848         * shr.el (shr): Fix typo in provide call.
2849
2850 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * shr.el: New file.
2853
2854         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2855
2856         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2857         completing read.
2858
2859 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2862         we're being queried about.  Suggested by Dan Jacobson.
2863
2864         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2865         Suggested by Jason Eisner.
2866
2867         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2868         table, too.  Suggested by Stefan Wiens.
2869         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2870         the table unnecessary.  Suggested by Stefan Wiens.
2871
2872         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2873         longer needed, and probably doesn't work either, as pointed out by
2874         Stefan Wiens.
2875         (gnus-summary-exit): Remove call to the clearing function.
2876         (gnus-summary-exit-no-update): Ditto.
2877
2878         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2879         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2880         Reported by Stefan Monnier.
2881         (gnus-summary-save-in-rmail): Ditto.
2882
2883         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2884         article buffer, instead of both the article buffer and the summary
2885         buffer.  Sort of suggested by Dan Jacobson.
2886
2887         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2888
2889         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2890         Suggested by Dan Jacobson.
2891
2892         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2893         documentation clearer.
2894
2895         * message.el (message-shorten-references): Comment on the number "21".
2896         Suggested by Stefan Monnier.
2897
2898         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2899         Suggested by Dan Jacobson.
2900
2901         * gnus.el (gnus-large-newsgroup):
2902         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2903
2904         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2905         externalize attachments.  Bug reported by Steve Wen.
2906
2907         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2908         really message anything to the user.
2909
2910         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2911         directly.
2912
2913         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2914         messages in empty groups.
2915
2916 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2917
2918         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2919         non-UIDNEXT group.
2920
2921 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2924         not the value from the collection.
2925
2926         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2927         values.  This sometimes happens on some groups that have no info.
2928         (nnimap-request-newgroups): New function.
2929
2930 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2933         check into `gnus-registry-initialize'.
2934         (gnus-registry-initialize): Ditto.
2935         Fix and extend header docs.
2936
2937 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2940         regexp backtrace overflows.
2941
2942         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2943         for starttls that tls.el implements; i.e. openssl.
2944
2945         * tls.el (tls-starttls-switches): Give up on using starttls with
2946         gnutls-cli.
2947         (tls-program): Add --insecure to be consistent with the defaults from
2948         openssl s_client.  Now all three commands are insecure.
2949
2950 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * lpath.el: Bind completion-styles-alist for XEmacs.
2953
2954         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2955         (gravatar-create-image): New function that's an alias to
2956         gnus-xmas-create-image, gnus-create-image, or create-image.
2957         (gravatar-data->image): Use it.
2958
2959 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2962         install the nnregistry refer method.
2963         (gnus-registry-install-hooks): Use it.
2964         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2965         unfollowed groups.
2966
2967 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2968
2969         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2970         expanding threads.
2971
2972 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * nnir.el: Use the server names without suffixes (bug #7009).
2975
2976         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2977         unencrypted to STARTTLS, if possible.
2978
2979 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2980
2981         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2982         headers before superseding.
2983
2984 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * nnrss.el (nnrss-use-local): Add documentation.
2987
2988         * nnimap.el (nnimap-extend-tls-programs): New function.
2989         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2990         (nnimap-wait-for-connection): Accept the greeting from the stupid
2991         output from openssl s_client -starttls, too.
2992
2993         * tls.el (tls-starttls-switches): New variable.
2994         (tls-find-starttls-argument): Use it.
2995         (open-tls-stream): Ditto.
2996
2997         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2998         (netrc-machine): Ditto.
2999
3000         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3001         article number.
3002         (nnimap-split-fancy): New variable.
3003         (nnimap-split-incoming-mail): Use it.
3004
3005         * nntp.el (nntp-server-list-active-group): Document.
3006
3007         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3008         SELECT to get the message-id.
3009
3010         * mail-source.el (mail-sources): Remove webmail support.
3011         (defvar): Ditto.
3012         (mail-source-fetcher-alist): Ditto.
3013         (mail-source-fetch-webmail): Remove.
3014
3015         * webmail.el: Remove -- doesn't seem relevant any more.
3016
3017         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3018
3019         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3020         the \r.
3021
3022 2010-09-30  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-agent.el (gnus-agent-add-group): Fix call to
3025         gnus-completing-read.
3026
3027 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * nndoc.el (nndoc-retrieve-groups): New function.
3030
3031         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3032         `default', use nnmail-split-methods.
3033         (nnimap-request-article): Downcase the NILs so that they are nil.
3034
3035         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3036         symbol.
3037
3038         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3039         code, since if the user has requested network, that's what they ought
3040         to get.
3041         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3042         (nnimap-split-rule): Mark as obsolete.
3043
3044         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3045         New variable.
3046
3047         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3048         correct slot, too.
3049
3050 2010-09-29  Julien Danjou  <julien@danjou.info>
3051
3052         * gnus.el (gnus-local-domain): Declare variable obsolete.
3053
3054         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3055         Fix history computing.
3056         (gnus-ido-completing-read): Require ido.
3057
3058 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3061         build Gnus.
3062
3063         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3064         when interpreting the structures.
3065         (nnimap-request-accept-article): Add \r\n to the lines to make this
3066         work with Cyrus.
3067
3068         * nndraft.el (nndraft-request-expire-articles): Use the group name
3069         instead if "nndraft".  Fix found by Nils Ackermann.
3070
3071 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3072
3073         * nnregistry.el: Add.
3074
3075 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3076
3077         * nnmail.el (group, group-art-list, group-art):
3078         Remove unneeded directives.
3079
3080 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3083         (mm-mime-charset)
3084         * rfc2047.el (rfc2047-syntax-table)
3085         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3086
3087         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3088         rather than `insert-file-contents' and `eval-region'.
3089
3090         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3091         construction.
3092
3093         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3094
3095         * time-date.el: No need to require cl for Emacs 21.
3096
3097 2010-09-29  Julien Danjou  <julien@danjou.info>
3098
3099         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3100         replacement of `gnus-gravatar-relief' to mimic
3101         `gnus-faces-properties-alist'.
3102         Add :version property.
3103
3104 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * mail-source.el (mail-source-report-new-mail)
3107         * message.el (message-default-mail-headers)
3108         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3109
3110         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3111
3112 2010-09-28  Julien Danjou  <julien@danjou.info>
3113
3114         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3115         mail-address contains the same string as real-name.
3116
3117         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3118         non-blank in header, otherwise it'll get stripped.
3119
3120         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3121         real-name, and then for mail address rather than doing : or , search.
3122
3123 2010-09-27  Julien Danjou  <julien@danjou.info>
3124
3125         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3126         right completing-read function.
3127         (gnus-use-ido): New variable
3128         (gnus-completing-read-with-default): Remove.
3129         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3130         (gnus-agent-add-group):
3131         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3132         * mm-view.el (mm-view-pkcs7-decrypt):
3133         * mm-util.el (mm-codepage-setup):
3134         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3135         * mml-smime.el (mml-smime-openssl-sign-query):
3136         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3137         (mml-insert-multipart):
3138         * gnus-msg.el (gnus-summary-yank-message):
3139         * gnus-int.el (gnus-start-news-server):
3140         * mm-decode.el (mm-interactively-view-part):
3141         * gnus-dired.el (gnus-dired-attach):
3142         * gnus.el (gnus-read-method):
3143         * gnus-bookmark.el (gnus-bookmark-jump):
3144         * gnus-art.el (gnus-mime-view-part-as-type)
3145         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3146         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3147         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3148         * nnmairix.el (nnmairix-create-server-and-default-group)
3149         (nnmairix-update-groups, nnmairix-get-server)
3150         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3151         (nnmairix-get-group-from-file-path):
3152         * nnrss.el (nnrss-find-rss-via-syndic8):
3153         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3154         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3155         (gnus-group-browse-foreign-server):
3156         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3157         (gnus-summary-execute-command, gnus-summary-respool-article)
3158         (gnus-read-move-group-name):
3159         * gnus-score.el (gnus-summary-increase-score)
3160         (gnus-summary-score-effect):
3161         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3162
3163 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3166         x-focus-frame.
3167
3168         * nnimap.el (auth-source-forget-user-or-password)
3169         (auth-source-user-or-password): Autoload.
3170
3171         * message.el (message-from-style, message-interactive)
3172         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3173         (message-yank-prefix, message-indentation-spaces, message-signature)
3174         (message-signature-file): Add comment.
3175
3176 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3179         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3180         new articles.
3181
3182         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3183         parts.
3184         (nnimap-request-article): Work with the t setting, too.
3185
3186         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3187         that you don't get flashes of other buffers.
3188         (gnus-summary-show-complete-article): Intern before setting.
3189
3190 2010-09-27  David Engster  <dengste@eml.cc>
3191
3192         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3193         well as HEADERS.
3194         (nnmairix-retrieve-headers): Provide new argument for the above.
3195
3196 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-sum.el (gnus-summary-move-article): Don't alter
3199         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3200         group.
3201
3202         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3203
3204         * message.el (message-cite-prefix-regexp): Revert my last edit.
3205
3206         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3207         variable instead of the Gnus variable.
3208
3209         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3210
3211         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3212
3213         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3214         since some servers don't like it.
3215         (nnimap-open-connection): Forget credentials if the server says the
3216         password was wrong.
3217         (nnimap-parse-line): Protect against invalid data.
3218
3219         * gnus-sum.el (gnus-summary-move-article): Add comment.
3220         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3221         nothing alters it while scanning for new messages.
3222
3223         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3224         which may or may not help.
3225         (nnimap-open-connection): If we're doing a stream connection, and then
3226         discover we're on a STARTTLS-capable server, then open a STARTTLS
3227         connection instead.
3228
3229 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnimap.el (utf7): Require.
3232
3233         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3234         prefix.
3235
3236 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3237
3238         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3239
3240 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * nnimap.el (nnimap-request-accept-article): Message the error on
3243         error.
3244
3245 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3248
3249 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * nndoc.el (nndoc-request-list): Return success always.
3252
3253         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3254         `fetch-old' -- we only want to fetch the articles we've requested.
3255         The rest are in the agent, probably.
3256         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3257         disappeared server" to something low.  It's not important.
3258
3259         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3260         arrived before the FETCH data.
3261
3262         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3263         target here, because we don't know the Gnus name of the group.
3264
3265         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3266         for the correct group.
3267
3268         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3269
3270         * gnus.el (gnus): Give a final warning after startup.
3271
3272         * gnus-util.el (gnus-action-message-log): New variable.
3273         (gnus-message): Use it.
3274         (gnus-final-warning): New function.
3275
3276         * nnimap.el (nnimap-open-connection): Record the greeting.
3277         (nnimap): Add greeting.
3278
3279 2010-09-26  Julien Danjou  <julien@danjou.info>
3280
3281         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3282         arguments.
3283         (gnus-html-wash-images): Fix spec computing to include start/end.
3284
3285         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3286
3287 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288
3289         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3290         deletion.
3291         (nnimap-retrieve-headers): Don't select the group, because that's
3292         already done by nnimap-possibly-change-group.
3293
3294         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3295         (gnus-picon-transform-address): Use it.
3296
3297         * mail-source.el (mail-source-value): Revert previous patch.
3298
3299         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3300         on failure.
3301         (nnimap-open-connection): Look up both virtual and physical server name
3302         credentials.
3303
3304         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3305
3306 2009-02-07  Dave Love  <fx@gnu.org>
3307
3308         * tls.el (open-tls-stream): Don't query killing process.
3309
3310 2009-02-08  Dave Love  <fx@gnu.org>
3311
3312         * gnus-win.el (gnus-window-to-buffer-helper)
3313         (gnus-all-windows-visible-p): Function needn't be a symbol.
3314
3315         * mail-source.el (mail-source-value): Function needn't be a symbol.
3316
3317 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * message.el (message-cite-prefix-regexp): Remove } from the cite
3320         prefix.
3321
3322         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3323         highlight again, so that the highlight is correct.
3324
3325         * gnus-picon.el (gnus-picon): Remove again.
3326         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3327
3328         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3329         doing the header highlightling, so that the background colour of the
3330         picon is correct.
3331
3332         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3333         (gnus-picon): Ditto.
3334         (gnus-picon): Reinstate.  The background colour for picons is white.
3335         (gnus-picon-insert-glyph): Make the background white.
3336
3337         * nnml.el (nnml-open-nov): Don't return dead buffers.
3338
3339         * auth-source.el (auth-source-create): Query the user for whether to
3340         store the credentials.
3341
3342         * netrc.el (netrc-store-data): New function.
3343
3344         * auth-source.el (auth-source-user-or-password): Use the existing auth
3345         sources, if any, for creation.
3346
3347         * gnus.el (gnus-group-fast-parameter): Return the last matching
3348         parameter instead of the first matching parameter.
3349
3350 2010-09-26  Julien Danjou  <julien@danjou.info>
3351
3352         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3353
3354 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * mml2015.el (mml2015-use): Remove gpg support.
3357
3358         * mml1991.el (mml1991-function-alist): Remove gpg function.
3359         (mml1991-gpg-sign): Remove.
3360
3361 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3362
3363         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3364         (gnus-browse-unsubscribe-current-group): Document it.
3365         (gnus-browse-unsubscribe-group): Use it.
3366
3367 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3370         address to the To list for easier response.
3371
3372         * gnus.el (gnus-play-startup-jingle): Remove.
3373         (gnus-splash): Don't play jingle.
3374         (gnus): Silence gnus-load message.
3375
3376         * gnus-art.el (gnus-treat-play-sounds): Remove.
3377
3378         * gnus.el (gnus-play-jingle): Remove audio support.
3379
3380         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3381
3382         * earcon.el: Remove -- no users.
3383
3384         * gnus-audio.el: Remove -- no users of this package.
3385
3386         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3387
3388         * gnus-start.el (gnus-setup-news): Remove nocem support.
3389
3390         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3391
3392         * gnus.el (gnus-use-nocem): Remove.
3393
3394         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3395         Remove.
3396
3397         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3398         uses NoCeM any more.
3399
3400         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3401         (gnus-button-ctan-handler): Ditto.
3402         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3403         (gnus-button-ctan-directory-regexp): Ditto.
3404         (gnus-button-handle-ctan): Ditto.
3405         (gnus-button-tex-level): Ditto.
3406         (gnus-button-alist): Remove CTAN stuff.
3407
3408 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3411         nnimap-streaming test.
3412
3413         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3414         servers twice.
3415
3416         * nnimap.el (nnimap-open-connection): Add more error reporting when
3417         nnimap fails early.
3418
3419         * nnheader.el (nnheader-get-report-string): New function.
3420         (nnheader-get-report): Use it.
3421
3422         * gnus-int.el (gnus-check-server): Say what the error was when opening
3423         failed.
3424
3425         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3426         using streaming.
3427
3428 2010-09-25  Julien Danjou  <julien@danjou.info>
3429
3430         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3431         gnus-window-inside-pixel-edges.
3432
3433 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3436
3437         * mm-decode.el (mm-save-part): Allow saving to other directories the
3438         normal Emacs way.
3439
3440         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3441         Suggested by Jay Berkenbilt.
3442
3443         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3444         there isn't a single byte.
3445
3446         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3447         just do it.  It doesn't really seem to matter what the user responds
3448         here, I think, so it's just a confusing question.
3449
3450         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3451         non-streaming case.
3452
3453         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3454         (gnus-article-encrypt-body): Use it.
3455
3456         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3457         keystroke.
3458
3459         * nnimap.el (nnimap-find-wanted-parts-1):
3460         Use gnus-fetch-partial-articles.
3461
3462         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3463
3464         * nnimap.el (nnimap-insert-partial-structure): New function.
3465         (nnimap-get-partial-article): New function.
3466         (nnimap-request-article): Use it.
3467         (nnimap-wait-for-response): Return whether the wait was successful.
3468         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3469         retrieval wasn't successful.
3470         (nnimap-retrieve-group-data-early): Allow throttling servers.
3471         (nnimap-streaming): New variable.
3472         (nnimap-fetch-partial-articles): Remove.
3473
3474         * mm-decode.el (mm-with-part): Protect against killed buffers.
3475
3476         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3477         for prettier summary display.
3478
3479 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3480
3481         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3482
3483 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3486         apparently third-party libraries depend on it.
3487
3488         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3489         before starting negotiation.
3490
3491         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3492         privacy reasons.
3493         (gnus-treat-mail-gravatar): Ditto.
3494
3495         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3496         buffer when inserting images.  Inserting text into the headers, for
3497         instance, can make them invalid.
3498
3499 2010-09-25  Julien Danjou  <julien@danjou.info>
3500
3501         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3502         variables.
3503
3504         * nnheader.el: Remove useless variables news-reply-yank-from and
3505         news-reply-yank-message-id.
3506
3507         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3508         variables.
3509
3510         * mml1991.el: Remove useless mml1991-verbose.
3511
3512         * gnus.el: Remove useless variable gnus-use-generic-from.
3513         Remove obsolete variable gnus-topic-indentation.
3514
3515         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3516
3517         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3518
3519         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3520
3521         * gnus-group.el: Remove useless gnus-group-icon-cache.
3522         Remove useless gnus-ephemeral-group-server.
3523
3524         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3525
3526         * mml2015.el: Remove useless mml2015-verbose.
3527
3528         * mml-smime.el: Remove useless mml-smime-verbose.
3529
3530         * gnus.el: Remove useless gnus-local-domain.
3531
3532         * gnus-gravatar.el (gnus-gravatar-transform-address):
3533         Use gnus-gravatar-size.
3534
3535         * gnus-art.el: Remove useless gnus-treat-translate.
3536
3537 2010-09-24  Julien Danjou  <julien@danjou.info>
3538
3539         * gnus-sum.el: Add support for Gravatars.
3540
3541         * gnus-art.el: Add support for Gravatars.
3542
3543         * gnus-gravatar.el: Add this file.
3544
3545         * gravatar.el: Add this file.
3546
3547 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3550
3551         * gnus-group.el (gnus-group-fetch-faq): Remove.
3552
3553         * gnus.el (gnus-group-faq-directory): Remove.
3554
3555         * gnus-group.el (gnus-group-fetch-charter): Remove.
3556
3557         * gnus.el (gnus-group-charter-alist): Remove.
3558
3559         * gnus-group.el (gnus-group-archive-directory): Remove.
3560         (gnus-group-recent-archive-directory): Ditto.
3561         (gnus-group-make-archive-group): Remove.
3562
3563         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3564
3565         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3566         use the same article number for all the cached articles.
3567
3568         * nnimap.el (nnimap-command): Register the last command time so
3569         that we can use it for idling NOOPs.
3570         (nnimap-open-connection): Start the keeplive timer.
3571         (nnimap-make-process-buffer): Store all the process buffers.
3572         (nnimap-keepalive): New function.
3573
3574         * starttls.el (starttls-open-stream): Add autoload cookie.
3575
3576 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3577
3578         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3579         handling.
3580
3581 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3584         its data structures.
3585
3586         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3587         instead of the cl.el copy-list.
3588         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3589         equalp.
3590
3591 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3594         and tool-bar-local-item-from-menu.
3595
3596         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3597         mode-line-highlight face for Emacs.
3598
3599         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3600         loading gnus-sum.elc; fix comment for canlock-verify.
3601         (gnus-article-jump-to-part): Use read-number.
3602         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3603         Remove Emacs pre-21 compatible code for help-echo.
3604         (gnus-article-next-page-1): No need to adjust the number of lines.
3605         (gnus-article-describe-bindings): Always use help-buffer.
3606
3607         * gnus-audio.el (gnus-audio-inline-sound)
3608         * gnus-cus.el (gnus-custom-mode)
3609         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3610
3611         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3612
3613         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3614         compatible code.
3615
3616 2010-09-24  Glenn Morris  <rgm@gnu.org>
3617
3618         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3619         visiting the fcc file in rmail-mode.
3620
3621         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3622
3623 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * nnir.el: Silence the byte compiler.
3626
3627         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3628         alias to browse-url-url-encode-chars if any.
3629         (gnus-html-encode-url): Use it.
3630
3631 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-start.el (gnus-use-backend-marks): New variable.
3634         (gnus-get-unread-articles-in-group): Use it.
3635
3636         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3637         makeover.
3638
3639 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3640
3641         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3642
3643 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3646         Remove.
3647         (gnus-setup-news-hook):
3648         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3649
3650         * gnus-int.el (gnus-request-update-info): Protect against backends not
3651         having the function.
3652
3653         * nnimap.el (nnimap-stream): Mention starttls.
3654         (nnimap-open-connection): Add starttls support.
3655
3656 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3657
3658         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3659
3660 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3663         BODYSTRUCTUREs.
3664         (nnimap-transform-headers): Unfold quoted {42} headers.
3665
3666         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3667         the info.
3668         (gnus-get-unread-articles): Only call updatep on backends that support
3669         it.
3670
3671         * nnweb.el (nnweb-request-update-info): NOOP.
3672
3673         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3674
3675         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3676         since it only deals with marks.
3677
3678         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3679         gnus-request-marks, and make a new gnus-request-update-info.
3680
3681         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3682         the active instead of the high number, which is usually too low.
3683
3684 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3685
3686         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3687         * encrypt.el: Remove.
3688
3689 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3692         server in symbolic form.
3693
3694         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3695
3696 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3699         (nnimap-update-info): Fix up code slightly.
3700
3701         * gnus-int.el (gnus-open-server): Add tracing for performance
3702         debugging.
3703
3704         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3705         (gnus-group-insert-group-line): Pass the real group name so that it
3706         gets the right data.
3707
3708         * gnus-start.el (gnus-get-unread-articles): Don't have
3709         `gnus-get-unread-articles-in-group' update info, since that can be
3710         really slow and doesn't seem to be needed?
3711
3712 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3713
3714         * time-date.el (date-to-time): Try using parse-time-string first before
3715         using the slower timezone-make-date-arpa-standard.
3716
3717 2010-09-22  Julien Danjou  <julien@danjou.info>
3718
3719         * gnus-group.el (gnus-group-insert-group-line):
3720         Call gnus-group-highlight-line.
3721         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3722         default hook list.
3723         (gnus-group-update-eval-form): Add new function.
3724         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3725         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3726
3727 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3730         immediate, then expire all articles.
3731         (nnimap-update-info): Fix off-by-one errors.
3732         (nnimap-flags-to-marks): Would return no marks lists for group with no
3733         flags.  Instead return the other data.
3734
3735 2010-09-22  Julien Danjou  <julien@danjou.info>
3736
3737         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3738         Only return an icon.
3739         (gnus-group-insert-group-line): Compute icon to return.
3740
3741         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3742         (gnus-html-image-fetched): Only cache if
3743         gnus-html-image-automatic-caching is set.
3744         (gnus-html-image-fetched): Check for errors.
3745
3746 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3749         once per method on `g'.  This ensures that backends like nnfolder don't
3750         open all their folders.
3751
3752         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3753         (nnimap-request-list): Nix out group in the correct buffer.
3754         (nnimap-parse-flags): Implement by using `read' instead of
3755         hand-parsing.
3756         (nnimap-flags-to-marks): Pass on permanent-flags.
3757         (nnimap-make-process-buffer): Record the server name.
3758         (nnimap-parse-flags): Fix typo.
3759         (nnimap-request-scan): Run split on the server in general, not just a
3760         single group.
3761
3762         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3763         parameter, and propagate this downwards.
3764
3765         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3766         since EXAMINE changes it on the server.
3767
3768         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3769         this command might take a while.
3770
3771 2010-09-22  Julien Danjou  <julien@danjou.info>
3772
3773         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3774         harmful if you have 2 images side-by-side, they can't be properly
3775         update on text deletion.  Using text-property is safer here.
3776         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3777         data.
3778
3779 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * nnimap.el (nnimap-expunge-inbox): Remove.
3782         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3783         (nnimap-expunge): Flip default to t.
3784
3785         * gnus.el (gnus-method-to-server): Don't push things to the cache
3786         unless it's unique.
3787         (gnus-server-to-method): Ditto.
3788
3789 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3792
3793 2010-09-22  Julien Danjou  <julien@danjou.info>
3794
3795         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3796         get the start of data.
3797         (gnus-html-encode-url): Add this function to encode special chars in
3798         URL.
3799         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3800         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3801
3802         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3803         default.
3804         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3805
3806         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3807         images alt-text.
3808         (gnus-html-put-image): Put alt-text as help-echo.
3809
3810 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3813         * mm-util.el (mm-decompress-buffer)
3814         * nnir.el (nnir-run-find-grep)
3815         * pop3.el (pop3-list): Use 3rd arg of split-string.
3816
3817         * time-date.el (format-seconds): Comment fix.
3818
3819         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3820         and byte-optimize-form-code-walker.
3821         (dgnushack-make-auto-load): Don't advise make-autoload.
3822
3823         * lpath.el: Remove Emacs 21 stuff.
3824
3825 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3828         outside the active range.  Suggested by Dan Christensen.
3829
3830         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3831         slightly later to avoid double-getting it.
3832
3833         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3834         previous patch.
3835
3836         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3837
3838 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3839
3840         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3841
3842 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * gnus-int.el (gnus-open-server): Give a better error message in the
3845         "go offline" case.
3846
3847         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3848         marks for nnimap, which is seldom the right thing to do.
3849
3850         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3851         (gnus-same-method-different-name): New function.
3852
3853         * nnimap.el (parse-time): Require.
3854
3855         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3856         method in the presence of many similar methods.
3857
3858         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3859
3860         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3861         nnml-inhibit-expiry.
3862
3863         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3864         find out whether methods are equal.
3865
3866         * nnimap.el (nnimap-find-expired-articles): New function.
3867         (nnimap-process-expiry-targets): New function.
3868         (nnimap-request-move-article): Request the article before looking at
3869         what the Message-ID is.  Fix found by Andrew Cohen.
3870         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3871
3872         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3873         for oldness in addition to being a predicate.
3874
3875         * nnimap.el (nnimap-request-group): When we have zero articles, return
3876         the right data to Gnus.
3877         (nnimap-request-expire-articles): Only delete articles immediately if
3878         the target is 'delete.
3879
3880         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3881         method, this would bug out.
3882
3883         * gnus-group.el (gnus-group-expunge-group): Rename from
3884         gnus-group-nnimap-expunge, and implemented as a normal interface
3885         function.
3886
3887         * gnus-int.el (gnus-request-expunge-group): New function.
3888
3889         * nnimap.el (nnimap-request-create-group): Implement.
3890         (nnimap-request-expunge-group): New function.
3891
3892 2010-09-21  Julien Danjou  <julien@danjou.info>
3893
3894         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3895         (gnus-html-cache-expired): Add new function.
3896         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3897         wethever we should display image for fetch it.
3898         Compute alt-text earlier to pass it to the fetching function too.
3899         (gnus-html-schedule-image-fetching): Change function argument to only
3900         get one image at a time, not a list.
3901         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3902         cache.
3903         (gnus-html-get-image-data): New function to retrieve image data from
3904         cache.
3905         (gnus-html-put-image): Change buffer argument to use image data rather
3906         than file, and place image above region rather than inserting a new
3907         one.  Do not take alt-text as argument, since it's useless now: we place
3908         the image above alt-text.
3909         (gnus-html-prune-cache): Remove.
3910         (gnus-html-show-images): Start to fetch image when we find one, do not
3911         push into a temporary list.
3912         (gnus-html-prefetch-images): Only fetch image if they have expired.
3913         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3914         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3915
3916 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3919
3920 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3923         spec inser "*" if the group isn't active instead of 0.
3924
3925         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3926         opening the server.
3927         (nnimap-request-delete-group): Implement group deletion.
3928         (nnimap-transform-headers): Return the size of the entire message in
3929         the Bytes header, not just the size of the first part.
3930         (nnimap-request-move-article): When moving an article from nnimap,
3931         request the article first so the accepting form has an article to
3932         accept.  Reported by Dan Christensen.
3933         (nnimap-command): Make sure that the error message doesn't error out.
3934
3935 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3936
3937         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3938         we haven't requested anything.
3939
3940 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3943         "".  Fix found by Andrew Cohen.
3944
3945         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3946         instead of -encode-string.
3947
3948 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3951
3952         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3953         by mm-subst-char-in-string.
3954
3955 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3958         waiting for the connection string.
3959
3960         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3961         arriving.
3962
3963         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3964         bogus characters.  This allows selecting certain Gmail groups.
3965
3966         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3967         (nnimap-fetch-partial-articles): New variable.
3968         (nnimap-open-connection): When looking for credentials, also use the
3969         nnimap-server-port.
3970         (nnimap-request-article): Return the group/article number, so that Gnus
3971         `^' works as expected.
3972         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3973
3974         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3975         comments.
3976         (gnus-methods-sloppily-equal): New function.
3977         (gnus): When using the development version of Gnus, load the gnus-load
3978         file.
3979
3980         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3981         `gnus-open-server' on each method before trying to scan them etc.
3982         This ensures that all the backend parameters are set correctly.
3983
3984         * nnimap.el (nnimap-authenticator): New variable.
3985         (nnimap-open-connection): Allow anonymous login.
3986         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3987         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3988
3989         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3990         patch, found by Knut Anders Hatlen.
3991
3992 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3993
3994         * gnus-agent.el (gnus-agent-batch-confirmation)
3995         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3996         to gnus-message.
3997         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3998         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3999         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4000         * gnus-int.el (gnus-open-server): Likewise.
4001         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4002         (gnus-score-check-syntax): Likewise.
4003         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4004         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4005         Likewise.
4006         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4007
4008 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4011         calling conventions so that prefetch doesn't bug out.
4012
4013 2010-09-19  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4016         rather than `subst-char-in-region' in order to be able to replace ASCII
4017         char by UTF-8 ones.
4018
4019         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4020         than curl.
4021         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4022         the right URL and ALT text on images.
4023         (gnus-html-wash-tags): Fix tag case.
4024         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4025         (gnus-article-html): Add -o display_ins_del=2 option.
4026         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4027
4028 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4031         the extra mail headers, which sometimes seem to happen for unknown
4032         reasons.
4033
4034         * mail-parse.el (mail-header-encode-parameter): Define as
4035         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4036         (or most, perhaps?) mail readers don't understand the latter, but do
4037         understand the former.
4038
4039         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4040         to nil, so that no methods are automatically agentized.  I think this
4041         is probably what most users want.
4042
4043         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4044         from url-retrieve, for instance about invalid URLs.
4045
4046         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4047         groups that have no articles.
4048         (nnimap-request-article): Check that we really got an article when we
4049         requested one.
4050
4051         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4052         doesn't exist.
4053
4054         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4055         nntp buffer so the agent can save it.
4056         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4057         that CRLF doesn't get translated to \n.
4058         (nnimap-open-connection): Don't make 'shell commands only send \n.
4059
4060 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4061
4062         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4063         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4064         Update var name.
4065         (nnml-generate-nov-file): Use dolist.
4066         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4067         Use with-current-buffer.
4068
4069 2010-09-18  Julien Danjou  <julien@danjou.info>
4070
4071         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4072         parallel.
4073
4074 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4077         the range update right.
4078         (nnimap-request-group): Don't make `M-g' bug out on group with no
4079         marks.
4080         (nnoo): Require, so that other packages can require nnimap.
4081         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4082         command we're looking for.  This helps when the server sends more
4083         responses after we've gotten everything we expected.
4084         (nnimap): Add a `newlinep' field to keep track of end-of-line
4085         conventions.
4086         Don't send CRLF to things that don't want it.
4087         (nnimap-request-accept-article): Ditto.
4088
4089 2010-09-18  Julien Danjou  <julien@danjou.info>
4090
4091         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4092         than curl to retrieve images.
4093
4094 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4097         the marks.
4098         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4099         (nnimap-wait-for-connection): New function.
4100         (nnimap-open-connection): If we have PREAUTH, don't query for login
4101         credentials.
4102         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4103         when doing a partial update.
4104
4105 2010-09-18  Julien Danjou  <julien@danjou.info>
4106
4107         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4108         tags.
4109
4110 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * nnimap.el (nnimap-credentials): New function.
4113         (nnimap-open-connection): Use the new function to look for credentials
4114         also on the numeric equivalents of "imap" and "imaps".
4115
4116         * gnus-start.el (gnus-activate-group): Send the info to
4117         gnus-request-group.
4118
4119         * nnimap.el (nnimap-request-group): Have the "check" version of the
4120         function parse flags and update the info, so that a `M-g' get a total
4121         resync of all flags from the group.
4122
4123         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4124         to allow backends to alter the info on group selection.  Also alter all
4125         the backend -request-group functions to take the parameter.
4126
4127         * nnimap.el (nnimap-store-info): New function.
4128         (nnimap-update-info): Store the info for later usage.
4129         (nnimap-request-group): Use the stored info for the dont-check case, so
4130         that we don't retrieve all marks when we enter a group.
4131
4132         * nnimap.el: Use deffoo instead of defun for interface functions.
4133
4134         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4135         update the group info.  This makes the nndraft groups, for instance, go
4136         back to their old behaviour.
4137
4138         * gnus-sum.el (gnus-select-newsgroup): Indent.
4139
4140         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4141         in.
4142         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4143         nothing.
4144
4145         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4146         from methods that are denied.
4147
4148         * gnus-int.el (gnus-method-denied-p): New function.
4149
4150         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4151         store the password instead of netrc.
4152         (nnimap-open-connection): Don't error out when we can't make a
4153         connections.
4154
4155         * auth-source.el (auth-source-create): In the password prompt, say what
4156         we're querying for.  Also prompt for user name if that hasn't been
4157         given.
4158
4159         * nnimap.el (nnimap-with-process-buffer): Remove.
4160
4161 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4164         method when we're reading from the agent.
4165
4166         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4167
4168         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4169         that's probably most useful for users.
4170
4171         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4172         "failed" all the time.
4173
4174         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4175         ...)) with (with-current-buffer ... ).
4176
4177         * nntp.el (nntp-open-server): Return whether the open was successful or
4178         not.
4179
4180         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4181         select an unread unseen article first.
4182
4183         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4184         /etc/services, supply some sensible port defaults.
4185
4186         * dgnushack.el: Define netrc-credentials.
4187
4188 2010-09-17  Julien Danjou  <julien@danjou.info>
4189
4190         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4191
4192 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4193
4194         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4195         doesn't have any parameters.
4196
4197 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4200         only upcased checks.
4201
4202         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4203
4204         * nnimap.el (nnimap-open-shell-stream): New function.
4205         (nnimap-open-connection): Use it.
4206         (nnimap-transform-headers): Get the number of lines in each message.
4207         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4208         number of lines.
4209         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4210         problem.
4211
4212         * utf7.el (utf7-encode): Autoload.
4213
4214         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4215         to allow the mail splitting to not return a default group.  This is
4216         useful for nnimap, which will leave unmatched mail in the inbox.
4217
4218         * nnimap.el: Rewritten.
4219
4220         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4221         nnimap usage.
4222
4223         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4224         if the move is internal, so that nnimap can do fast internal moves.
4225
4226         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4227         data.
4228         (gnus-read-active-for-groups): Support finishing the early retrieval of
4229         data.
4230
4231         * gnus-range.el (gnus-range-nconcat): New function.
4232
4233         * gnus-int.el (gnus-finish-retrieve-group-infos)
4234         (gnus-retrieve-group-data-early): New functions.
4235
4236 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4237
4238         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4239         (nnrss-retrieve-groups):
4240         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4241         (pop3-quit): Use with-current-buffer.
4242
4243 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4246         instead of nnheader-accept-process-output.
4247
4248         * dgnushack.el (dgnushack-compile): Add comment.
4249
4250         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4251
4252         * gnus-html.el (gnus-html-schedule-image-fetching)
4253         (gnus-html-prefetch-images): Replace process-kill-without-query by
4254         gnus-set-process-query-on-exit-flag.
4255
4256 2010-09-16  Romain Francoise  <romain@orebokech.com>
4257
4258         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4259
4260 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4263         parameter to unintern is mandatory-ish in Emacs 24.
4264
4265         * gnus-html.el (gnus-html-schedule-image-fetching)
4266         (gnus-html-prefetch-images): Check for curl before using it.
4267
4268         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4269         depend on curl, which isn't essential.
4270
4271         * imap.el: Revert back to version
4272         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4273         seem problematic.
4274
4275 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4276
4277         * gnus-registry.el (gnus-registry-install-shortcuts):
4278         Explicitly pass `obarray' to `unintern' to avoid a warning.
4279
4280 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4283         change.
4284
4285         * nnrss.el (nnrss-request-list): Remove this function and related
4286         functions, including the moreover stuff.
4287
4288 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * nnrss.el (nnrss-retrieve-groups): New function.
4291
4292 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4293
4294         * .dir-locals.el: Add no-byte-compile cookie.
4295
4296 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * time-date.el (format-seconds): Comment fix.
4299
4300         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4301         for back end that doesn't support request-scan.
4302
4303 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4306         then do request scans from the backends.
4307
4308         * netrc.el (netrc-credentials): New conveniency function.
4309
4310         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4311         avoid running a hook per line, since this takes a lot of time,
4312         profiling shows.
4313         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4314         directly if gnus-visual-p is true.
4315
4316 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4319         groups; replace mapcar with dolist which is a bit faster; pass groups
4320         info to gnus-read-active-file-1.
4321         (gnus-read-active-file-1): Scan only specified groups if the new
4322         optional arg `infos' is given.
4323
4324 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4327
4328         * pop3.el (pop3-movemail): Remove.
4329         (pop3-streaming-movemail): Rename to pop3-movemail.
4330
4331         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4332         don't restrict end-tag searches to the end of the line.
4333
4334 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4337         articles of every unchecked group to t, which means unknown since the
4338         server has never been opened.
4339
4340 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-html.el (gnus-html-show-alt-text): New command.
4343         (gnus-html-browse-image): Ditto.
4344         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4345         to browse the image directly.
4346         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4347         better.
4348
4349         * gnus-async.el (gnus-async-article-callback):
4350         Call `gnus-html-prefetch-images' unconditionally.
4351
4352         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4353         before feeding URLs to curl.
4354
4355 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4358         internal images as deletable by `W D D'.
4359
4360         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4361         (gnus-async-article-callback): Fix typo.
4362
4363 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4366         current line to work around bugs in the output from w3m.
4367
4368         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4369         for groups that want that.
4370
4371         * nntp.el (nntp-wait-for-string): Supply a timeout for
4372         accept-process-output to ensure progress.
4373
4374         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4375         level to get unread articles from, then use that for foreign groups,
4376         too.
4377
4378         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4379         confuses the rest of the function.
4380
4381         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4382         for the methods that support -retrieve-groups, too.
4383
4384         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4385
4386 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4389         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4390
4391         * pop3.el: Require cl when compiling.
4392         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4393
4394 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4397         that aren't going to be activated.
4398         (gnus-get-unread-articles): Fix up the last commit.
4399
4400         * gnus-html.el (gnus-article-html): Allow calling without specifying
4401         the handle.  In that case, dissect the buffer first.
4402
4403         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4404
4405         * nnimap.el (nnimap-open-connection): Revert the change that would look
4406         into authinfo for imaps instead of imap.
4407
4408         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4409         say that you don't want to call gnus-request-group with don-check, but
4410         do check the reponse.  This is for virtual groups only.
4411         (gnus-get-unread-articles): Count the archive groups as secondary, so
4412         that they're activated the same way as before.
4413
4414         * imap.el (imap-message-map): Removed optional buffer parameter, since
4415         no callers use it.
4416         (imap-message-get): Ditto.
4417         (imap-message-put): Ditto.
4418         (imap-mailbox-map): Ditto.
4419         (imap-mailbox-put): Ditto.
4420         (imap-mailbox-get): Ditto.
4421         (imap-mailbox-get): Revert last change for this function.
4422
4423         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4424         case-insensitively.
4425         (nnimap-debug): Remove.
4426
4427         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4428         to use `imap-fetch' instead.  According to the comments, this should be
4429         safe, since all other IMAP clients use the 1:* syntax.
4430         (imap-enable-exchange-bug-workaround): Removed.
4431         (imap-debug): Removed -- doesn't seem very useful.
4432
4433         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4434         mail from a file, and the file doesn't exist.
4435
4436         * imap.el (imap-log): New convenience function used throughout instead
4437         of repeating the same code all over the place.
4438
4439         * pop3.el (pop3-streaming-movemail): Return t for success.
4440
4441         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4442         .authinfo if we're using ssl connection.
4443
4444         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4445         already have if we're in a main Gnus `g' run.
4446
4447         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4448
4449 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4452
4453         * nnmh.el (nnmh-request-list-1): Bind `file'.
4454
4455         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4456         alias to set-process-query-on-exit-flag or process-kill-without-query.
4457         (pop3-open-server): Use it.
4458
4459 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4462         box to the Incoming file.  Fixes mistake in previous checkin.
4463
4464         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4465         request loop (for debugging purposes) removed.
4466
4467         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4468         culprit is more visible.
4469         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4470         (nnml-add-incremental-nov): New functions to do "incremental" nov
4471         updates, where we just append to the end of the existing nov files
4472         without reading/writing them in full.
4473
4474         * mail-source.el (mail-source-delete-crash-box): Really only check the
4475         incoming files once in a while.
4476
4477         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4478
4479         * mail-source.el (mail-source-delete-crash-box): Only check the
4480         incoming files for deletion once per day to save a lot of file
4481         accesses.
4482
4483         * pop3.el (pop3-logon): Fix up unbound variable typo.
4484
4485         * mail-source.el (pop3-streaming-movemail): Autoload.
4486
4487         * pop3.el (pop3-streaming-movemail):
4488         Respect pop3-leave-mail-on-server.
4489
4490         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4491         retrieval.
4492
4493         * pop3.el (pop3-process-filter): Remove unused function.
4494         (pop3-streaming-movemail, pop3-send-streaming-command)
4495         (pop3-wait-for-messages, pop3-write-to-file)
4496         (pop3-number-of-responses): New functions for streaming pop3
4497         retrieval.
4498
4499         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4500         come from no known methods.
4501         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4502         list.
4503
4504         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4505         message sizes.
4506         (pop3-movemail): Use erase-buffer instead of looping and deleting
4507         regions, which seems rather odd.
4508
4509         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4510         file once per `g' run.
4511
4512         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4513         directories.  This makes the draft queue directory work.
4514
4515         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4516         data from the backends, so that we only request the list of groups from
4517         each method once.  This should speed things up considerably.
4518
4519         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4520         detect that it's not implemented.
4521
4522         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4523         we actually do recurse down into the tree, but don't stat all leaf
4524         nodes.
4525
4526         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4527         then say so instead of bugging out.
4528
4529         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4530         files exist before trying to read them.
4531
4532         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4533         around <pre_int>.
4534
4535         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4536
4537         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4538
4539 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * mm-util.el (mm-image-load-path): Just return the image directories,
4542         not all directories in the path in addition to the image directories.
4543         (mm-image-load-path): Maintain a cache of the image directories so that
4544         the `g' command in Gnus doesn't have to stat dozens of directories each
4545         time.
4546
4547         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4548         (gnus-html-wash-tags): Add a new `i' command to insert images.
4549         (gnus-html-insert-image): New command and keystroke.
4550         (gnus-html-redisplay-with-images): New command and keystroke.
4551         (gnus-html-show-images): Rename command.
4552         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4553         spacers.
4554         (gnus-html-wash-tags): Decode entities at the end, so that entities
4555         inside the tags don't mess up the rest of the "parsing".
4556
4557         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4558         so that nnimap methods aren't agentized by default.  There's apparently
4559         many problems related to agent/imap behaviour.
4560
4561         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4562
4563         * gnus-html.el: Doc fix.
4564
4565 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4568         specifier-spec-list for Emacs 21.
4569
4570         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4571         glyph-width and glyph-height instead of display-graphic-p and
4572         image-size; make avoidance of displaying small images work for XEmacs.
4573
4574         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4575         for XEmacs.
4576
4577         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4578         of symbol that holds plist data.
4579         (gnus-process-plist): Remove plist of process after getting it.
4580
4581 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * message.el (message-generate-hashcash): Change default to
4584         'opportunistic if hashcash is installed.
4585
4586         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4587         (gnus-html-put-image): Only call image-size once, since it's somewhat
4588         time-consuming on remote X servers.
4589
4590 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4593         type on data, not a file name.
4594
4595         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4596         window-pixel-edges for Emacs 21.
4597
4598         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4599         decoded contents.
4600         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4601
4602 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4605         group line format, since it isn't very interesting.
4606
4607         * gnus-agent.el (gnus-agent-short-article),
4608         (gnus-agent-long-article): Increase values for these two variables,
4609         since most people are likely to have more network connection and
4610         storage than before.
4611
4612         * gnus.el (gnus-refer-article-method): Change default to 'current.
4613         When referring an article, the common behaviour is to refer it from the
4614         current select method, not the native select method.  The chances of
4615         the native select method having the message in question is rather slim
4616         these days.
4617
4618         * gnus-sum.el (gnus-auto-select-subject): Change default to
4619         `unseen-or-unread'.  I think it's likely that most people want to
4620         select an unseen article over a previously seen, but unread one.
4621
4622         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4623         means that in the article buffer none of the minor mode elements will
4624         be shown, usually, and this is not desirable in most cases.
4625
4626         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4627         that commands like `d' (and the like) go to the next line in the
4628         buffer, instead of the next unread article.  I think this is the
4629         behaviour that is most natural for most users.
4630         (gnus-single-article-buffer): Change default to nil, so that people can
4631         have as many article buffers open as they have summary buffer.  I think
4632         this is the most natural way for the groups to behave.
4633
4634         * message.el (message-generate-new-buffers): Change default to
4635         `unsent', so that all new message buffers start their names with the
4636         string "*unsent", and it's easier to find the buffers if you move from
4637         them.
4638
4639 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4642         small.  They're probably tracking images.
4643         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4644         (gnus-html-rescale-image): Yet another try at getting the image sizing
4645         right.
4646
4647         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4648         nntp-marks-file-name is nil.
4649
4650 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4651
4652         * gnus-html.el (gnus-html-wash-tags)
4653         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4654         Better logging.
4655
4656 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4659
4660         * gnus-html.el (gnus-html-wash-tags): Check the value of
4661         gnus-blocked-images in the summary buffer.
4662
4663 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4666
4667 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4670         like "a", it seems like.
4671         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4672         since it needs to be picked from the correct buffer.
4673
4674         * nnwfm.el: Remove.
4675
4676         * nnlistserv.el: Remove.
4677
4678 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4679
4680         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4681         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4682
4683 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * nnkiboze.el: Remove.
4686
4687         * nndb.el: Remove.
4688
4689         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4690         alt text.
4691         (gnus-html-rescale-image): Try to get the rescaling logic right for
4692         images that are just wide and not tall.
4693
4694         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4695         overshadow variable bindings.
4696
4697 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4698
4699         * gnus-html.el (gnus-html-wash-tags)
4700         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4701         Add extra logging.
4702
4703 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4706         (gnus-max-image-proportion): New variable.
4707         (gnus-html-rescale-image): New function.
4708         (gnus-html-put-image): Rescale images.
4709
4710 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4711
4712         Fix up some byte-compiler warnings.
4713         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4714         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4715         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4716         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4717         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4718         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4719         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4720
4721 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * gnus-html.el (gnus-article-html): Decode contents by charset.
4724
4725 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4728         (gnus-html-frame-width, gnus-blocked-images)
4729         * message.el (message-prune-recipient-rules): Add custom version.
4730         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4731
4732         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4733         functions.
4734
4735         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4736         gnus-process-get.
4737
4738 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4739
4740         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4741         instead of lsub directly.
4742
4743 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnwarchive.el: Remove.
4746
4747         * gnus-soup.el: Remove.
4748
4749         * nnsoup.el: Remove.
4750
4751         * nnultimate.el: Remove.
4752
4753         * gnus-html.el (gnus-blocked-images): New variable.
4754
4755         * message.el (message-prune-recipients): New function.
4756         (message-prune-recipient-rules): New variable.
4757
4758         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4759         guess whether a long line is natural text or not.
4760
4761         * gnus-html.el (gnus-html-schedule-image-fetching):
4762         Use gnus-process-plist and friends for compatibility.
4763
4764 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4765
4766         * gnus-html.el: Require packages that define macros used in this file.
4767         (gnus-article-mouse-face): Declare to silence byte-compiler.
4768         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4769         process-get.
4770         (gnus-html-put-image): Use plist-get to avoid getf.
4771         (gnus-html-prefetch-images): Use with-current-buffer.
4772
4773 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-ems.el: Provide compatibility functions for
4776         gnus-set-process-plist.
4777
4778         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4779         header-line-format for XEmacs 21.4.
4780
4781         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4782         * gnus.el (gnus-valid-select-methods)
4783         * message.el (message-send-mail-partially-limit)
4784         * mm-decode.el (mm-text-html-renderer)
4785         * mml.el (mml-insert-mime-headers-always)
4786         * smiley.el (smiley-regexp-alist): Bump custom version.
4787
4788 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus-html.el: require mm-url.
4791         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4792         with the url to `url'.
4793         (gnus-html-wash-tags): Support cid: URLs/images.
4794
4795 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4798         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4799         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4800
4801         * gnus-move.el: Remove file, since it doesn't really work.
4802
4803         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4804         UTF-8.  This seems to fix problems with some German web feeds.
4805
4806         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4807         at the top so that the proper colours are applied.
4808
4809         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4810         don't have dots in their names.
4811
4812         * gnus-art.el (gnus-article-view-part): Doc fix.
4813
4814         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4815         XEmacs-compatible.
4816         (gnus-html-put-image): Don't do images on non-graphic displays.
4817
4818         * nnslashdot.el: Remove this unused backend.
4819
4820         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4821         actions.
4822         (gnus-undo-register-1): Revert last change.
4823
4824         * gnus-group.el (gnus-group-completing-read): Protect against not
4825         having completion-styles bound.
4826
4827         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4828         make broken recipients happier.
4829
4830         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4831
4832         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4833         point parameter.
4834
4835         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4836
4837         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4838         completion-styles for group selection.
4839
4840 2009-02-04  Andreas Schwab  <schwab@suse.de>
4841
4842         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4843         headers and regexp-quote the match if necessary.
4844
4845 2009-03-24  Miles Bader  <miles@gnu.org>
4846
4847         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4848         the blinking smiley.
4849
4850 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4851
4852         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4853         blink smiley.
4854
4855 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4858         where the dribbel file lives exists.
4859
4860         * message.el (message-send-mail-partially-limit): Change the default to
4861         nil, since most people don't want this.
4862
4863         * mm-url.el (mm-url-decode-entities): Also decode entities like
4864         &#x3212.
4865
4866 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4867
4868         * gnus-sum.el (gnus-summary-idna-message):
4869         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4870         Hyperlink urls in docstrings with URL `...'.
4871
4872 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4873
4874         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4875         functions.
4876
4877 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4880         say what the mouseover text should be.
4881
4882         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4883         version of the mm-w3m-safe-url-regexp variable to only download images
4884         in the groups where we want that to happen.
4885
4886         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4887
4888         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4889         easier debugging.
4890         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4891         big pictures in the article buffer.
4892
4893         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4894         gnus-article-html.
4895         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4896         w3m.
4897
4898         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4899
4900 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4903         which doesn't exist.
4904
4905         * message.el (message-inhibit-ecomplete): New variable to allow some
4906         function to inhibit ecomplete address storage.
4907         (message-resend): Disable ecomplete message storage when resending
4908         messages.
4909
4910         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4911
4912 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4915         Save excursion while copying, moving, and deleting articles in order to
4916         prevent the cursor from jumping to unforeseen place.
4917
4918 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * lpath.el: No need to bind bookmark-current-buffer,
4921         bookmark-yank-point and bookmark-make-record-function.
4922
4923 2010-08-17  Glenn Morris  <rgm@gnu.org>
4924
4925         * gnus-sync.el: Require gnus components whose functions are used.
4926
4927         * gnus-art.el (bookmark-make-record-function):
4928         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4929         Declare for compiler.
4930
4931         * mm-url.el (mml-compute-boundary): Autoload.
4932
4933 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4936
4937 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4938
4939         Typo fix "hoo4a" -> "hook".
4940
4941         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4942
4943 2010-08-14  Glenn Morris  <rgm@gnu.org>
4944
4945         * gnus-sync.el (gnus-sync): Fix defgroup version.
4946
4947 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4950
4951         * gnus-sync.el: Fix docs.
4952         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4953         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4954
4955 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         Optimizations for gnus-sync.el.
4958
4959         * gnus-sync.el: Add docs about gnus-sync-backend
4960         possibilities.
4961         (gnus-sync-save): Remove unnecessary message.
4962         (gnus-sync-read): Optimize and show what groups were skipped.
4963
4964 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         Minor bug fixes for gnus-sync.el.
4967
4968         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4969         Don't read the sync on get-new-news.
4970
4971         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4972         quiet.
4973
4974         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4975         (fix typo).
4976
4977 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4978
4979         Make saving and restoring of hidden threads work with overlays.
4980         Patch applied by Ted Zlatanov.
4981
4982         * gnus-sum.el (gnus-hidden-threads-configuration)
4983         (gnus-restore-hidden-threads-configuration): Update to deal with text
4984         properties, rather than searching for a magic character.
4985
4986 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4987
4988         New gnus-sync.el library for synchronization of marks.
4989
4990         * gnus-sync.el: New library for synchronization of marks.
4991
4992         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4993         renamed from `gnus-registry-grep-in-list'.
4994
4995         * gnus-registry.el (gnus-registry-follow-group-p):
4996         Use `gnus-grep-in-list'.
4997
4998         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4999
5000 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5003         determining charset of text fails.
5004
5005 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * nnmail.el (nnmail-get-new-mail-1): Revert.
5008
5009         * nnml.el (nnml-active-number): Make sure names of newly created groups
5010         in nnml-group-alist are encoded.
5011
5012 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5015         containing non-ASCII characters in active file for nnml back end.
5016
5017 2010-07-24  David Engster  <dengste@eml.cc>
5018
5019         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5020         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5021
5022 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5023
5024         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5025         tag (Bug#6654).
5026
5027 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5030         the article buffer, not the summary buffer.
5031
5032 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5035         Emacs 23 as well.
5036
5037 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5040         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5041
5042 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5043
5044         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5045         Patch applied by Karl Fogel.
5046
5047         * gnus-sum.el (gnus-summary-bookmark-make-record):
5048         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5049
5050 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5051
5052         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5053         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5054         C-w still not working correctly from Article buffers; Thierry's
5055         patch to fix that will be applied after this.
5056
5057         * gnus-art.el (bookmark-make-record-function): New local variable.
5058
5059         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5060         article buffer.
5061         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5062
5063 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5064
5065         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5066         on changes in bookmark.el.
5067
5068 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5071         `no-log' instead of message not to log prompt string.
5072
5073 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5074
5075         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5076         the *other* type of HTML form submission.
5077
5078 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5079
5080         * auth-source.el (auth-source-pick): If choice does not contain a
5081         questioned keyword, set the check to t.
5082
5083 2010-06-12  Romain Francoise  <romain@orebokech.com>
5084
5085         * gnus-util.el (gnus-date-get-time): Move up before first use.
5086
5087 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5090         (gnus-article-edit-part): Bind it to make last part that is substituted
5091         or deleted visible.
5092         (gnus-mime-display-single): Buttonize part of which id equals to
5093         gnus-mime-buttonized-part-id.
5094
5095 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5096
5097         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5098         (gnus-dd-mmm): Use gnus-date-get-time.
5099         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5100         simplify logic.
5101         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5102         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5103
5104 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5105
5106         * auth-source.el (top): Autoload `secrets-list-collections',
5107         `secrets-create-item', `secrets-delete-item'.
5108         (auth-sources): Fix tag string.
5109         (auth-get-source, auth-source-retrieve, auth-source-create)
5110         (auth-source-delete): New defuns.
5111         (auth-source-pick): Rewrite in order to avoid 2 passes.
5112         (auth-source-forget-user-or-password): New parameter USERNAME.
5113         (auth-source-user-or-password): New parameters CREATE-MISSING and
5114         DELETE-EXISTING.  Retrieve password interactively, if needed.
5115
5116 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5117
5118         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5119         deleting unused directories when gnus-expert-user is t.
5120
5121 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5124         for each temp file when gnus-article-browse-delete-temp is ask.
5125
5126 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5127
5128         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5129         Lisp calls to delete-backward-char by calls to delete-char.
5130
5131 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5132
5133         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5134
5135 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5136
5137         * password-cache.el (password-cache-remove): Fix docstring.
5138
5139 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5142         article unless decoding article to be saved.
5143
5144 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5147         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5148         generated within the mm-with-unibyte-current-buffer macro.
5149
5150 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5153         to nil when we're in a mml-preview buffer and no group is selected.
5154
5155 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5156
5157         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5158         when catching the `C-g'.  Reported by "Leo".
5159
5160 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * message.el (message-forward-make-body-plain)
5163         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5164         multibyte-string-p.
5165
5166         * lpath.el: Revert.
5167
5168 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * message.el (message-forward-make-body-mml): Assume original message
5171         is multibyte string; error on unibyte.
5172         (message-forward-make-body-plain): Ditto; don't add excessive newline
5173         in body end.
5174
5175         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5176
5177 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5178
5179         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5180         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5181
5182 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mm-extern.el (mm-extern-url): Don't use
5185         mm-with-unibyte-current-buffer.
5186         (mm-extern-cache-contents): Use with-current-buffer instead of
5187         save-excursion + set-buffer.
5188
5189 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * mm-util.el (mm-emacs-mule): Remove.
5192
5193 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5194
5195         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5196         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5197         change.
5198
5199 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5202         bind the default value of enable-multibyte-characters to nil.
5203
5204 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * message.el (message-forward-make-body-plain)
5207         (message-forward-make-body-mml):
5208         Don't use mm-with-unibyte-current-buffer.
5209
5210 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5211
5212         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5213
5214 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5215
5216         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5217         (Bug#5592).
5218
5219 2010-05-07  Julien Danjou  <julien@danjou.info>
5220
5221         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5222         it to mm-pipe-part.
5223
5224         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5225         it is given.
5226
5227 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * binhex.el (binhex-decode-region-internal)
5230         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5231         (dns-query)
5232         * nnweb.el (nnweb-gmane-search)
5233         * pgg-parse.el (pgg-parse-armor)
5234         * pgg.el (pgg-verify-region)
5235         * sha1.el (sha1-string-external)
5236         * uudecode.el (uudecode-decode-region-internal)
5237         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5238         XEmacs.
5239
5240         * gnus-art.el (gnus-article-browse-html-parts)
5241         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5242         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5243         make-temp-file.
5244
5245         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5246         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5247         compiling.
5248
5249         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5250         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5251         XEmacs when compiling.
5252
5253         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5254         gnus-pick-mode-off-hook for XEmacs when compiling.
5255         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5256         gnus-binary-mode-off-hook for XEmacs when compiling.
5257
5258         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5259         Return nil if char-charset is not available.
5260
5261         * imap.el (imap-disable-multibyte)
5262         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5263         macros.
5264
5265         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5266         instead of encode-coding-string.
5267
5268         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5269         'xemacs) instead of mm-emacs-mule to switch function definitions.
5270         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5271
5272         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5273         bind temporary-file-directory for XEmacs;
5274         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5275         timer-set-function for XEmacs 21.4 and SXEmacs;
5276         bind timer-list for XEmacs 21.4 and SXEmacs;
5277         fbind char-charset and find-charset-region for non-Mule XEmacs;
5278         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5279         encode-coding-region and encode-coding-string for XEmacs having no
5280         file-coding feature.
5281
5282 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5283
5284         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5285
5286 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5289         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5290
5291 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5292
5293         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5294         alias `jka-compr-delete-temp-file' no longer exists.
5295
5296 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5297
5298         Use define-minor-mode in Gnus where applicable.
5299         * mml.el (mml-mode): Use define-minor-mode.
5300         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5301         (gnus-undo-mode): Use define-minor-mode.
5302         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5303         (gnus-dead-summary-mode): Use define-minor-mode.
5304         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5305         Initialize in declaration.
5306         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5307         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5308         (gnus-mailing-list-mode): Use define-minor-mode.
5309         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5310         (gnus-draft-mode): Use define-minor-mode.
5311         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5312         (gnus-dired-mode): Use define-minor-mode.
5313
5314 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5315
5316         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5317         handles on recursive mml-to-mime translation and check them for
5318         boundary delimiter collisions.  Reported by Greg Troxel.
5319
5320 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5323
5324 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5325
5326         * mm-util.el (mm-find-buffer-file-coding-system):
5327         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5328
5329 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5330
5331         * message.el (message-generate-headers): Record insertion of optional
5332         headers as well.  Otherwise the check to prevent repeated insertion of
5333         optional headers is a no-op.
5334
5335 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5336
5337         * smime.el: Don't mention CVS.
5338
5339         * nnrss.el (nnrss-fetch): Don't mention CVS.
5340
5341         * nnir.el: Don't mention CVS.
5342
5343 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5344
5345         * gnus-sum.el (gnus-summary-bookmark-make-record):
5346         Add `location' field.
5347
5348 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * lpath.el: Fbind bookmark-default-handler,
5351         bookmark-get-bookmark-record, bookmark-make-record-default,
5352         bookmark-prop-get for Emacs <23 and XEmacs.
5353
5354 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5355
5356         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5357         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5358         Use with-current-buffer to silence the byte-compiler.
5359         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5360         bother to require `gnus'.
5361         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5362
5363 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5364
5365         * gnus-sum.el (gnus-summary-bookmark-make-record)
5366         (gnus-summary-bookmark-jump): New functions.
5367         (gnus-summary-mode): Setup bookmark support.
5368
5369 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5370
5371         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5372         if set.
5373
5374 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5377         gnus-article-browse-html-save-cid-image; make it work recursively for
5378         forwarded messages as well.
5379         (gnus-article-browse-html-parts): Work when prefix arg is given.
5380         (gnus-article-browse-html-article): Doc fix.
5381
5382 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5383
5384         * message.el (message-default-mail-headers):
5385         (message-default-headers): Carry the value mail-default-headers over
5386         into message-default-mail-headers, rather than message-default-headers.
5387
5388 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5389
5390         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5391         charset.
5392
5393         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5394         charset into the <meta> tag when the article is encoded to utf-8.
5395
5396 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-article-browse-delete-temp-files):
5399         Delete directories as well.
5400         (gnus-article-browse-html-parts): Work for images that do not specify
5401         file names; delete temp directory when quitting; insert header at the
5402         right place; use file: scheme for image files.
5403
5404 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5405
5406         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5407         (gnus-article-browse-html-parts): Use it to make temporary cid image
5408         files in addition to html file so that browser may display them.
5409
5410 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5413
5414 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5417
5418 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * auth-source.el (auth-sources): Change default to be simpler.
5421         Explain about Secret Service API sources.  Improve Customize options.
5422         (auth-source-pick): Change to accept any number of search parameters.
5423         Implement fallbacks iteratively, not recursively.  Add scoring on the
5424         second pass and sort by score.  Call Secret Service API when needed.
5425         (auth-source-user-or-password): Use it.  Call Secret Service API
5426         directly when needed to get the user name and the password.
5427
5428 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5429
5430         * message.el (message-interactive): Doc fix.
5431         (message-qmail-inject-args): Reflow.
5432         (message-kill-to-signature): Fix typo in docstring.
5433
5434         * smiley.el (smiley-buffer): Fix typo in docstring.
5435
5436 2010-03-24  Glenn Morris  <rgm@gnu.org>
5437
5438         * mail-source.el (gnus-message): Declare.
5439         (mail-source-delete-old-incoming): Require gnus-util.
5440
5441 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5444
5445         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5446
5447         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5448         password-cache's default if it is not bound.
5449         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5450         password-cache-expiry's default if it is not bound.
5451
5452         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5453         available in Emacs 21.
5454
5455         * lpath.el: Suppress compiler warnings for:
5456         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5457         XEmacs;
5458         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5459         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5460         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5461
5462 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * auth-source.el (auth-sources): Fix up definition so extra parameters
5465         are always inline.
5466
5467 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5468
5469         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5470         wasn't updated after mismatch.  Clear cached mailbox info correctly
5471         when uidvalidity changes.
5472         (nnimap-group-prefixed-name): New function to avoid some code
5473         duplication.
5474         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5475         (nnimap-request-group): Use it.
5476         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5477         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5478         with many imap folders.  This is done by caching the group status from
5479         the imap server persistently in a group parameter `imap-status'.  (This
5480         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5481         but not persistently, so every Gnus startup was still very slow.)
5482
5483 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5486         delete the extra newline.  Otherwise editing of :string and :number
5487         types don't work.
5488
5489 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5492         secrets.el dependency.
5493         (auth-sources): Add optional user name.  Add secrets.el configuration
5494         choice (unused right now).
5495
5496 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * gnus-sum.el (gnus-summary-make-menu-bar):
5499         Let `gnus-registry-install-shortcuts' fill in the functions.
5500
5501         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5502         warnings.
5503         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5504         (gnus-registry-install-shortcuts): Populate and use it in a
5505         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5506
5507 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5508
5509         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5510         In-place substitutions for the group name encoding/decoding.
5511         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5512         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5513         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5514         (nnimap-update-unseen, nnimap-request-list)
5515         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5516         (nnimap-request-set-mark, nnimap-split-to-groups)
5517         (nnimap-split-articles, nnimap-request-newgroups)
5518         (nnimap-request-create-group, nnimap-request-accept-article)
5519         (nnimap-request-delete-group, nnimap-request-rename-group)
5520         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5521         `encoded-mbx' for consistency.
5522         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5523         variable `imap-current-mailbox'.
5524
5525         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5526         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5527
5528 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5529
5530         * pop3.el (pop3-display-message-size-flag): Display message size byte
5531         counts during POP3 download.
5532         (pop3-movemail): Use it.
5533         (pop3-list): Implement listing of available messages.
5534
5535 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5536
5537         * nnir.el (nnir-get-article-nov-override-function): New function to
5538         override the normal NOV retrieval.
5539         (nnir-retrieve-headers): Use it.
5540
5541 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5542
5543         * auth-source.el (netrc-machine-user-or-password): Autoload.
5544
5545 2010-03-19  Glenn Morris  <rgm@gnu.org>
5546
5547         Stop message.el from loading about 40 libraries it doesn't always need.
5548         The general approach is to autoload rather than require, and to
5549         require in the specific functions rather than the file.  (Bug#5642)
5550
5551         * gmm-utils.el: Don't require wid-edit.
5552         (widget-create-child-value, widget-convert, widget-default-get):
5553         Autoload.
5554
5555         * gnus-util.el: Don't require time-date, netrc.
5556         (message-fetch-field, gnus-group-name-decode): Declare rather than
5557         autoloading.
5558         (gnus-fetch-field): Require message.
5559         (gnus-decode-newsgroups): Require gnus-group.
5560
5561         * ietf-drums.el: Don't require time-date.
5562
5563         * message.el: Don't require hashcash, canlock, ecomplete.
5564         Do require mail-utils.  Require nnheader only when compiling.
5565         (smtpmail-default-smtp-server): Remove declaration.
5566         (message-send-mail-function): Check smtpmail-default-smtp-server
5567         is bound rather than requiring smtpmail.
5568         (message-auto-save-directory, message-insert-signature):
5569         Use expand-file-name rather than nnheader-concat.
5570         (nnheader-insert-file-contents): Autoload.
5571         (hashcash-wait-async): Declare.
5572         (message-send-mail): Only call gnus-setup-posting-charset if
5573         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5574         (message-send-mail-with-sendmail): Require sendmail.
5575         (canlock-password, canlock-password-for-verify): Declare.
5576         (message-canlock-password): Require canlock.
5577         (nnheader-get-report): Autoload.
5578         (gnus-setup-posting-charset): Declare.
5579         (message-send-news): Require gnus-msg.
5580         (message-make-references, message-make-in-reply-to): Use mail-header-id
5581         rather than the alias mail-header-message-id.
5582         (ecomplete-add-item, ecomplete-save): Declare.
5583         (message-put-addresses-in-ecomplete): Require ecomplete.
5584         (ecomplete-display-matches): Autoload.
5585
5586         * mm-decode.el: Don't require mailcap, gnus-util.
5587         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5588         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5589         Autoload.
5590         (mailcap-mime-extensions): Declare.
5591
5592         * mm-encode.el: Don't require mailcap.
5593         (mailcap-extension-to-mime): Autoload.
5594
5595         * mml-sec.el: Don't require password-cache.
5596
5597         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5598         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5599         (mml-minibuffer-read-type): Require mailcap.
5600         (mml-preview): Require gnus-msg.
5601
5602         * mml1991.el: Require password-cache.
5603         (password-cache-expiry): Remove declaration.
5604
5605         * mml2015.el: Require password-cache.
5606         (password-cache-expiry): Remove declaration.
5607
5608         * nneething.el (mailcap): Require mailcap.
5609
5610         * nnheader.el (declare-function): Add compatibility stub.
5611         (message-remove-header): Declare rather than autoload.
5612         (nnheader-replace-header): Require message.
5613
5614         * nnimap.el (declare-function): Add compatibility stub.
5615         (netrc-parse, netrc-machine-user-or-password): Declare.
5616         (nnimap-open-connection): Require netrc.
5617
5618         * nntp.el (declare-function): Add compatibility stub.
5619         (netrc-parse, netrc-machine, netrc-get): Declare.
5620         (nntp-send-authinfo): Require netrc.
5621
5622         * rfc2047.el: Don't require qp.
5623         (quoted-printable-encode-region, quoted-printable-decode-string):
5624         Autoload.
5625
5626         * sieve-mode.el: Don't require easymenu.
5627         (easy-menu-add-item): Autoload it.
5628
5629         * spam-stat.el (time-to-number-of-days): Autoload it.
5630
5631 2010-03-19  Glenn Morris  <rgm@gnu.org>
5632
5633         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5634
5635 2010-03-18  Glenn Morris  <rgm@gnu.org>
5636
5637         * hashcash.el (declare-function): Remove duplicate definition.
5638
5639 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5640
5641         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5642         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5643         value if any backslash escapes).
5644
5645 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5648         if it is available.  (bug#5647)
5649
5650         * lpath.el: Suppress compiler warning for coding-system-from-name for
5651         Emacs 21 and XEmacs.
5652
5653 2010-03-14  Juri Linkov  <juri@jurta.org>
5654
5655         * hmac-def.el:
5656         * hmac-md5.el:
5657         * netrc.el: Fix keywords.
5658
5659 2010-02-26  Glenn Morris  <rgm@gnu.org>
5660
5661         * message.el (message-send-mail-function): Change the default, so that
5662         it inherits from a customized send-mail-function.  (Bug#5643)
5663
5664 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5665
5666         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5667         shell-command-to-string signals an error (bug#5299).
5668
5669 2010-02-24  Glenn Morris  <rgm@gnu.org>
5670
5671         * message.el (message-smtpmail-send-it)
5672         (message-send-mail-with-mailclient): Doc fixes.
5673
5674 2010-02-16  Glenn Morris  <rgm@gnu.org>
5675
5676         * message.el (message-default-mail-headers): Change the default value
5677         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5678
5679 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5682         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5683
5684 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5685
5686         * time-date.el (date-to-time): Doc fix (Bug#5408).
5687
5688 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5689
5690         * message.el (message-mail): Just pass yank-action on to message-setup.
5691         (message-setup): Handle (FUN . ARGS) form of yank-action.
5692         (message-with-reply-buffer, message-widen-reply)
5693         (message-yank-original): Handle non-buffer values of
5694         message-reply-buffer (Bug#4080).
5695         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5696
5697 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5698
5699         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5700         Fix typo in docstring.
5701
5702 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5703
5704         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5705         response.
5706
5707 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5710
5711         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5712
5713         * message.el (message-check-news-header-syntax): Protect against a
5714         string that `rfc822-addresses' returns when parsing fails.
5715
5716 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5719         (gnus-previous-char-property-change): New functions.
5720
5721         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5722
5723 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5724
5725         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5726         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5727
5728 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5729
5730         * message.el (message-exchange-point-and-mark): Rework last change to
5731         avoid using optional arg of exchange-point-and-mark, for backward
5732         compatibility.
5733
5734 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5735
5736         * message.el (message-exchange-point-and-mark):
5737         Call exchange-point-and-mark with an argument rather than setting
5738         mark-active by hand (Bug#5175).
5739
5740 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * nntp.el (nntp-service-to-port): Work for service expressed with
5743         numeric string; replace [:digit:] with [0-9] for XEmacs.
5744
5745 2009-12-17  Glenn Morris  <rgm@gnu.org>
5746
5747         * gnus-group.el (gnus-bug-group-download-format-alist):
5748         Change emacs entry to debbugs.gnu.org.  Bump :version.
5749
5750 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5753
5754 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * message.el (message-info): Explain why we use `Info-goto-node'.
5757
5758 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5761
5762 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5763
5764         * message.el (message-completion-in-region): New compatibility function.
5765         (message-expand-group): Use it.
5766
5767 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5770         with no unread article should be listed if the 2nd arg `predicate' is
5771         given.
5772
5773 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5776
5777 2009-11-29  Juri Linkov  <juri@jurta.org>
5778
5779         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5780         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5781         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5782
5783 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5784
5785         * sha1.el (sha1-string-external): default-directory "/" in case
5786         otherwise non-existent.  process-connection-type pipe for touch of
5787         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5788
5789 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5790
5791         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5792         it's comms related and sgml-mode.el has "comm" on that basis too.
5793
5794 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5797         containing tspecial characters if they have been already quoted.
5798
5799 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5800
5801         * dns-mode.el (auto-mode-alist): Purecopy string.
5802
5803 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5804
5805         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5806
5807 2009-10-24  Glenn Morris  <rgm@gnu.org>
5808
5809         * gnus-art.el (help-xref-stack-item): Define for compiler.
5810
5811 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5812
5813         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5814
5815 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5818
5819 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5822         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5823
5824 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5827         (gnus-overlays-in): New alias to overlays-in.
5828
5829         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5830         gnus-overlay-get, and gnus-delete-overlay.
5831         (gnus-summary-show-thread): Make it work as well for systems in which
5832         next-single-char-property-change is not available.
5833         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5834
5835         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5836         (gnus-overlay-get): New alias to extent-property.
5837         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5838
5839         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5840         SXEmacs.
5841
5842         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5843         SXEmacs.
5844
5845 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5848
5849 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5850
5851         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5852         and XEmacs that don't have `remove-overlays'.
5853
5854 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5855
5856         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5857         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5858         selective display.  Use overlays instead.
5859
5860 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5861
5862         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5863
5864 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5865
5866         * spam-stat.el (spam-stat-load): Fix typo in message.
5867
5868 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5869
5870         * dig.el (dig-invoke): Fix typo in docstring.
5871         (query-dig): Reflow docstring.
5872
5873 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5874
5875         * gnus-art.el (gnus-article-encrypt-body):
5876         * message.el (message-check-recipients):
5877         * mm-util.el (mm-codepage-setup):
5878         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5879         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5880
5881 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5882
5883         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5884         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5885         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5886         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5887         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5888
5889 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5890
5891         * dig.el: Add "Keywords: comm", as per net-utils.el.
5892
5893 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5894
5895         * dig.el (dig-mode): Use define-derived-mode.
5896
5897 2009-09-19  Glenn Morris  <rgm@gnu.org>
5898
5899         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5900
5901 2009-09-18  Glenn Morris  <rgm@gnu.org>
5902
5903         * gnus-diary.el (gnus-diary-check-message):
5904         * message.el (message-insert-formatted-citation-line):
5905         * nnbabyl.el (top-level):
5906         * nndiary.el (nndiary-schedule):
5907         Fix typos in condition-case handlers.
5908
5909 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5912         configuration that provides the sole article window in a frame;
5913         position point correctly after deleting a part.
5914
5915 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5916
5917         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5918         (spam-resolve-registrations-routine): Use it to unregister articles
5919         that change status.
5920
5921 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5924         with XEmacs.
5925         (parse-time-string-chars): Use it.
5926
5927 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * imap.el (imap-interactive-login): Better messages.
5930         (imap-open): Fix bug with renamed buffer on reconnect.
5931         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5932         for easier debugging and cleaner code.  On successful (guessed based on
5933         server capabilities) secondary authentication, set imap-state
5934         correctly.
5935         (imap-last-authenticator): Define imap-last-authenticator as a variable
5936         to avoid warnings.
5937
5938 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * nnrss.el (nnrss-request-article): Remove binding of
5941         default-enable-multibyte-characters that has gotten needless by
5942         the 2007-07-13 change in rfc2047-encode-message-header.
5943
5944         * mml.el (mml-insert-multipart): Error on the message header.
5945         (mml-insert-part): Error on the message header; position point at
5946         the end of a MIME tag.
5947
5948 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * time-date.el (autoload): Expand define-obsolete-function-alias into
5951         defalias and make-obsolete for old Emacsen that Gnus supports.
5952         (with-no-warnings): Define it for old Emacsen.
5953         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5954         is available.
5955         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5956         float-time is available; suppress compile warning for time-to-seconds.
5957
5958         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5959         (gnus-float-time): Alias to float-time if it exists.
5960
5961         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5962         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5963         float-time is available; suppress compile warning for time-to-seconds.
5964
5965         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5966         XEmacs.
5967
5968 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * imap.el (imap-message-map): Docstring fix.
5971
5972 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5975         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5976         Add the optional argument `encoding' that overrides the default.
5977
5978         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5979         mm-encode-buffer.
5980
5981 2009-09-04  Glenn Morris  <rgm@gnu.org>
5982
5983         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5984         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5985         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5986         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5987         * mm-util.el (mm-with-unibyte-current-buffer)
5988         (mm-find-buffer-file-coding-system):
5989         * yenc.el (yenc-decode-region): Use default-value rather than
5990         default-enable-multibyte-characters.
5991
5992 2009-09-03  Glenn Morris  <rgm@gnu.org>
5993
5994         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5995         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5996         than default-enable-multibyte-characters.
5997
5998 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5999
6000         * gnus-art.el (gnus-article-read-summary-keys):
6001         Fix gnus-buffer-configuration's value temporarily used.
6002
6003 2009-09-02  Glenn Morris  <rgm@gnu.org>
6004
6005         * gnus-util.el (gnus-float-time): New function.
6006         * gnus-delay.el (gnus-delay-article):
6007         * gnus-sum.el (gnus-thread-latest-date):
6008         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6009         * nnspool.el (nnspool-request-newgroups):
6010         Use gnus-float-time rather than time-to-seconds.
6011         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6012
6013         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6014         (gnus-header-subject-face, gnus-header-newsgroups-face)
6015         (gnus-header-name-face, gnus-header-content-face):
6016         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6017         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6018         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6019         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6020         (gnus-cite-face-11):
6021         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6022         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6023         (gnus-server-closed-face, gnus-server-denied-face)
6024         (gnus-server-offline-face):
6025         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6026         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6027         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6028         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6029         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6030         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6031         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6032         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6033         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6034         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6035         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6036         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6037         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6038         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6039         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6040         (gnus-summary-high-undownloaded-face)
6041         (gnus-summary-low-undownloaded-face)
6042         (gnus-summary-normal-undownloaded-face)
6043         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6044         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6045         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6046         (gnus-splash-face):
6047         * message.el (message-header-to-face, message-header-cc-face)
6048         (message-header-subject-face, message-header-newsgroups-face)
6049         (message-header-other-face, message-header-name-face)
6050         (message-header-xheader-face, message-separator-face)
6051         (message-cited-text-face, message-mml-face):
6052         * sieve-mode.el (sieve-control-commands-face)
6053         (sieve-action-commands-face, sieve-test-commands-face)
6054         (sieve-tagged-arguments-face):
6055         * spam.el (spam-face):
6056         Mark face aliases with "-face" in the name as obsolete.
6057
6058 2009-09-01  Glenn Morris  <rgm@gnu.org>
6059
6060         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6061         than goto-line.
6062
6063 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6066         Don't move point if the command is invoked inside the message header.
6067
6068 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6069
6070         * imap.el (imap-send-command): Simplify.
6071         (imap-wait-for-tag): point-max -> buffer-size.
6072
6073 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6076         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6077         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6078         * nnir.el (nnir-swish-e-index-file):
6079         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6080         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6081         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6082         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6083         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6084         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6085
6086 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6089         Don't save excursion.
6090
6091 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6092
6093         * nnheader.el (nnheader-find-file-noselect):
6094         * mm-util.el (mm-insert-file-contents):
6095         Use (default-value 'major-mode) instead of default-major-mode.
6096
6097 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6098
6099         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6100
6101 2009-08-26  Glenn Morris  <rgm@gnu.org>
6102
6103         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6104         than placing in files.el.
6105
6106 2009-08-25  Glenn Morris  <rgm@gnu.org>
6107
6108         * nnir.el (top-level): Don't require cl at run-time.
6109         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6110         Replace cl-function substitute with gnus-replace-in-string.
6111         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6112         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6113         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6114         simplified expansions.
6115
6116 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6117
6118         * dig.el (dig): Add autoload cookie.
6119
6120 2009-08-22  Glenn Morris  <rgm@gnu.org>
6121
6122         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6123         goto-line.
6124
6125 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6126
6127         * parse-time.el (parse-time-string-chars): Save match data.
6128
6129 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6130
6131         * parse-time.el (parse-time-string-chars): Compute using character
6132         classes, to handle non-ascii characters (Bug#3190).
6133
6134 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6137
6138         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6139         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6140         (gnus-mm-display-part, gnus-mime-display-single)
6141         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6142         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6143
6144         * gnus-sum.el
6145         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6146         (gnus-summary-move-article): Add expirable mark to articles copied or
6147         moved to group that has auto-expire turned on if the option is non-nil.
6148
6149 2009-07-24  Glenn Morris  <rgm@gnu.org>
6150
6151         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6152         Fix typo.  (Bug#3903)
6153
6154 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6157         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6158         that should not be used for draft articles.
6159         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6160         that has no concern in minor mode keys.
6161         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6162         Abolish.
6163
6164 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6167         article without making inquiry to a user for unknown encoding.
6168
6169         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6170         (nnmaildir--scan): Assume i-node and device number that file-attributes
6171         returns might be cons-cell.
6172
6173         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6174
6175         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6176
6177 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6178
6179         * auth-source.el: Remove docs now in auth.texi.  Don't use
6180         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6181         `auth-source-hide-passwords' and use them.
6182
6183 2009-07-15  Glenn Morris  <rgm@gnu.org>
6184
6185         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6186
6187 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6190         excessive whitespace from the default values of title and description.
6191
6192 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6195         mail-fetch-field to fetch Content-Description header in order to
6196         exclude newlines.
6197
6198 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6199
6200         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6201         format used by GnuPG 2.0.11.
6202
6203 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6206         to deleted part.
6207
6208 2009-05-30  David Engster  <dengste@eml.cc>
6209
6210         * nnmairix.el: Remove old documentation in the commentary block.
6211         (nnmairix-request-group): Do not update active file for nnml back ends.
6212         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6213         end so that overview files are ignored.
6214         (nnmairix-update-groups): Make updating the groups more robust by using
6215         marks.
6216         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6217         with dollar characters in message-id.
6218
6219 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6222         2008-12-25 in dns.el.
6223
6224 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6227         could happen if the text is only composed of spaces and/or tabs.
6228
6229 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6230
6231         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6232         when sending a queued message to avoid extra mml tags.
6233
6234 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6237
6238 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6241         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6242         rmail-toggle-header for XEmacs;
6243         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6244
6245 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-dired.el: Remove autoload for gnus-setup-message.
6248         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6249         displaying Gnus logo; always use compose-mail.
6250
6251 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6254
6255 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6258         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6259         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6260         available.
6261         (gnus-nocem-epg-verify): New function.
6262
6263 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6266
6267 2009-02-15  Glenn Morris  <rgm@gnu.org>
6268
6269         * gnus-util.el (rmail-insert-rmail-file-header)
6270         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6271         autoloads.
6272         (rmail-default-rmail-file): Remove unnecessary declaration.
6273         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6274
6275 2009-02-14  Glenn Morris  <rgm@gnu.org>
6276
6277         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6278         variable (only used in gnus-util, which declares it anyway).
6279         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6280         which was only needed by gnus-art (changed to not use it any more).
6281         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6282         only used in gnus-util, which autoloads it itself.
6283         (rmail-update-summary): Fix autoload.
6284
6285         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6286         rather than rmail-output-to-rmail-file.
6287
6288 2009-02-07  Glenn Morris  <rgm@gnu.org>
6289
6290         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6291         autoload of function that no longer exists.
6292         (rmail-toggle-header): Declare.
6293         (message-forward-rmail-make-body): Handle mbox Rmail.
6294
6295 2009-01-31  Glenn Morris  <rgm@gnu.org>
6296
6297         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6298         2009-01-09 change.
6299
6300 2009-01-31  Dave Love  <fx@gnu.org>
6301
6302         * imap.el (imap-fetch-safe): Bind debug-on-error.
6303         (imap-debug): Add imap-fetch-safe.
6304
6305 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6306
6307         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6308         (auth-source-forget-all-cached): New convenience function.
6309         (auth-source-user-or-password): Accept list of modes or a single mode.
6310
6311         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6312         auth-source modes.
6313
6314         * netrc.el (netrc-machine-user-or-password): Use list of
6315         auth-source modes.
6316
6317         * nnimap.el (nnimap-open-connection): Use list of
6318         auth-source modes.
6319
6320         * nntp.el (nntp-send-authinfo): Use list of
6321         auth-source modes.
6322
6323 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6324
6325         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6326         now.
6327
6328 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6331         coding system in XEmacs; add a workaround for XEmacs.
6332
6333         * lpath.el: Fbind coding-system-aliasee.
6334
6335 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6338         of current-language-environment.
6339
6340 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6343         available at runtime.
6344
6345 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6348
6349 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6350
6351         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6352         the greatest positive fixnum value doesn't work under an XEmacs with
6353         bignum support; use the most-positive-fixnum constant instead,
6354         available since Emacs 21.1 with cl and XEmacs 21.1.
6355
6356 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6359         XEmacs gets not to work.
6360
6361 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * mm-util.el (mm-coding-system-priorities): Allow the value like
6364         "Japanese (UTF-8)" of current-language-environment.
6365
6366 2009-01-09  Glenn Morris  <rgm@gnu.org>
6367
6368         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6369         with last-command-event.
6370
6371 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6374         in the doc string.
6375
6376         * message.el (message-fix-before-sending): Amend comment.
6377
6378 2009-01-08  Dave Love  <fx@gnu.org>
6379
6380         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6381
6382 2009-01-07  David Engster  <dengste@eml.cc>
6383
6384         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6385         simplified server definitions by converting it via
6386         gnus-server-to-method.
6387
6388 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6391         parameter's operands.
6392
6393 2009-01-06  David Engster  <dengste@eml.cc>
6394
6395         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6396         primary select method (for gnus-group-mark-article-as-read).
6397
6398 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6399
6400         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6401         `(gnus)Face', not `(gnus)X-Face'.
6402
6403 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * mm-util.el (mm-ucs-to-char): New function.
6406
6407         * mm-url.el (mm-url-decode-entities): Use it.
6408
6409         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6410         unicode-to-char.
6411
6412 2009-01-05  Dave Love  <fx@gnu.org>
6413
6414         * time-date.el: Require cl for `declare'.
6415
6416 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6419         Dave Love.
6420
6421 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * message.el (message-fix-before-sending): Add `eight-bit' to
6424         illegible-text check.
6425
6426 2009-01-03  Michael Olson  <mwolson@gnu.org>
6427
6428         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6429         `headers' is nil.  This can occur if the IMAP server does not have
6430         permissions to read messages from a folder, but can write new messages
6431         to the folder.
6432         (nnimap-request-article-part): Do not insert `data' if it is nil.
6433
6434         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6435         characters which will confuse `read', so skip past them.
6436
6437 2009-01-01  Dave Love  <fx@gnu.org>
6438
6439         * imap.el (imap-string-to-integer): Fix typo.
6440         (imap-fetch-safe): New function.
6441         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6442
6443         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6444
6445         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6446         (imap-parse-greeting): Fix doc strings.
6447         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6448         (imap-parse-flag-list): Make messages unique.
6449         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6450
6451         * nnimap.el: Fix author email.
6452         (nnimap-split-rule): Add FIXME comment.
6453         (nnimap-debug): Fix doc string.
6454
6455 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6458
6459 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6462         nslookup if resolv.conf isn't available.
6463         (dns-query): Rename from query-dns.
6464         (dns-query-cached): Rename from query-dns-cached.
6465
6466 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6469         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6470         to check if those variables exist (first appeared in Emacs 18.50).
6471
6472 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * mm-util.el (mm-line-number-at-pos): New function.
6475
6476         * spam-report.el (spam-report-process-queue): Use it.
6477
6478 2008-12-24  David Engster  <dengste@eml.cc>
6479
6480         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6481         parameters that haven't existed as variables as buffer-local variables.
6482
6483 2008-12-23  Dave Love  <fx@gnu.org>
6484
6485         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6486         cadar.
6487
6488         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6489         imap-starttls-p.
6490         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6491
6492 2008-12-22  Dave Love  <fx@gnu.org>
6493
6494         * imap.el: Fix author email.  Doc fixes.
6495         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6496         reply.
6497
6498 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * spam-report.el (spam-report-gmane-max-requests): New constant.
6501         (spam-report-gmane-wait): New variable.
6502         (spam-report-gmane-ham, spam-report-gmane-spam)
6503         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6504         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6505         the server.
6506
6507         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6508         Add explanations.
6509
6510         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6511         nnheader-accept-process-output and nnheader-read-timeout if available.
6512         (pop3-movemail): Use it.
6513
6514         * message.el (message-check-news-body-syntax): Fix signature check if
6515         there's an attachment.
6516
6517 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * mm-util.el: Add comments to the mm- emulating functions.
6520
6521 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6524         Reported by Stephen Berman <stephen.berman@gmx.net>.
6525
6526 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * mm-util.el (mm-substring-no-properties): New function.
6529         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6530         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6531         (mm-string-to-multibyte): Doc fix.
6532
6533         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6534
6535 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * mml.el (mml-attach-file): Strip text properties from file name.
6538         (Bug#1574)
6539
6540 2008-12-16  Glenn Morris  <rgm@gnu.org>
6541
6542         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6543
6544 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6547         knows since the charset specified might be a bogus alias that
6548         mm-charset-synonym-alist provides.
6549
6550 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6553         "ISO_8859-1".
6554
6555         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6556
6557 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * mm-util.el (mm-charset-eval-alist):
6560         Define it before mm-charset-to-coding-system.
6561         (mm-charset-to-coding-system): Add optional argument `silent';
6562         define it before mm-charset-override-alist.
6563         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6564         default value if it can be used in Emacs currently running;
6565         silence mm-charset-to-coding-system.
6566
6567 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6570         `allow-override' which says whether to use `mm-charset-override-alist'.
6571         (rfc2047-decode-encoded-words): Use it.
6572
6573         * mm-util.el (mm-charset-override-alist): Fix custom type;
6574         add `(gb2312 . gbk)' to choices.
6575
6576 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6579         fast.
6580
6581         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6582
6583         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6584
6585 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6586
6587         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6588         on links.
6589
6590         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6591
6592 2008-12-03  Lute Kamstra  <lute@gnu.org>
6593
6594         * sha1.el: Remove leading * from docstrings of defcustoms,
6595         deffaces, defconsts and defuns.
6596
6597 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6600         users' addresses that don't have domain parts.
6601         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6602         rather than message-narrow-to-head since there will be the message
6603         header separator.
6604
6605 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6606
6607         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6608         since the result is inserted in a unibyte buffer anyway.
6609         (nnimap-demule-use-string-to-multibyte): Remove.
6610         (nnimap-demule): Alias it to mm-string-to-multibyte.
6611
6612 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6615         variable for debugging bug#464 and bug#1174.
6616         (nnimap-demule): Use it.
6617
6618 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6621         score calculation correctly.
6622
6623 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6624
6625         * message.el (message-send-mail): Just set the buffer to unibyte
6626         rather than use mm-with-unibyte-current-buffer which does a lot more.
6627         (message-send-mail-partially): Don't bother with
6628         mm-with-unibyte-current-buffer since it's already been made unibyte by
6629         message-send-mail.
6630
6631 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6632
6633         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6634
6635 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6638
6639 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6642         require itself and to remove `with-no-warnings'.
6643
6644 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * starttls.el (starttls-any-program-available): Get the name of the
6647         available TLS layer program.
6648         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6649         well as the host name in the "opening" message.
6650
6651         * auth-source.el (auth-source-cache, auth-source-do-cache)
6652         (auth-source-user-or-password): Cache passwords and logins by default,
6653         allow override with `auth-source-do-cache'.
6654         (auth-source-forget-user-or-password): Allow users to remove cache
6655         entries if needed.
6656
6657 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6658
6659         * md4.el (md4-buffer): Fix typo in docstring.
6660         (md4, md4-64): Doc fixes.
6661         (md4-pack-int32): Reflow docstring.
6662
6663 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6666         condition-case to only the forward-sexp call.
6667
6668 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6671         quotes contained.  Make it more robust regardless by an extra
6672         condition-case wrapper.
6673
6674 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6677
6678 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * nnml.el (nnml-request-expire-articles): Check if the function set to
6681         `nnmail-expiry-target' returns the symbol `delete'.
6682
6683         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6684
6685         * nnmail.el (nnmail-expiry-target): Fix custom type.
6686
6687 2008-10-02  Glenn Morris  <rgm@gnu.org>
6688
6689         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6690         Silence compiler warning.
6691
6692 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6693
6694         * tls.el (open-tls-stream): Show the actual command being
6695         executed, instead of the format string.
6696
6697 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * lpath.el: Fbind codepage-setup for Emacs 23.
6700
6701 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6702
6703         * mml.el (mml-menu): Don't assume mml2015 is bound.
6704
6705 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6708         exists.
6709
6710 2008-09-27  Glenn Morris  <rgm@gnu.org>
6711
6712         * gnus-util.el (mail-header-remove-comments): Autoload it.
6713
6714 2008-09-27  Andreas Schwab  <schwab@suse.de>
6715
6716         * gnus-util.el (gnus-split-references): Strip comments.
6717         (gnus-parent-id): Likewise.
6718
6719 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * message.el (message-confirm-send): Fix version.
6722
6723 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * message.el (message-idna-to-ascii-rhs-1): Use
6726         mail-extract-address-components rather than mail-header-parse-addresses
6727         that is an alias by default to ietf-drums-parse-addresses that does not
6728         support non-ASCII names in headers' contents.
6729
6730 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * message.el (message-confirm-send): Fix variable documentation to
6733         avoid the "y/n" wording.
6734
6735 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6736
6737         * message.el (message-set-auto-save-file-name): Save to a different
6738         filename so multiple messages (especially drafts) can be recovered.
6739
6740 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * message.el (message-confirm-send): Add appropriate version.
6743
6744 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6747         defvar.
6748
6749 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6750
6751         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6752         (mm-pkcs7-enveloped-magic): Ditto.
6753
6754 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6755
6756         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6757         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6758
6759 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6762         default, it's better.
6763
6764 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6767         summary line gnus-number property and ignore them (with a warning
6768         message).
6769
6770 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6773         macro caddr in the interactive form since it won't be expanded.
6774
6775 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6778         `charset'; fix name of function called recursively.
6779         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6780
6781 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6784         (gnus-mime-set-charset-parameters): New function.
6785         (gnus-mime-view-part-as-charset): Use it to correctly display part
6786         specifying wrong charset.
6787
6788 2008-09-08  David Engster  <dengste@eml.cc>
6789
6790         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6791         in completing-read for back end server.
6792
6793 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * message.el (message-confirm-send): New variable to confirm sending a
6796         message.
6797         (message-send): Use it.
6798
6799 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6802
6803 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6806
6807 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6810         prevent tracking too many groups.
6811         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6812         Use it.
6813
6814 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6815
6816         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6817         moving point to the bottom of the window in order to avoid recentering.
6818
6819 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6822
6823         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6824         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6825         (gnus-article-beginning-of-window): Fix calculation.
6826
6827 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-msg.el (gnus-summary-supersede-article)
6830         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6831         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6832         message header.
6833
6834 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6835
6836         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6837         pending output coming after the status change.
6838
6839 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6840
6841         * message.el:
6842         * gnus-start.el:
6843         * gnus-registry.el: Remove VMS support.
6844
6845 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6848         macro.
6849         (rfc2104-hash): Use it.
6850
6851 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6854         (gnus-summary-sort-by-most-recent-date): New commands.
6855         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6856         and menu entries.
6857
6858 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6861         don't redisplay article for raw contents; remove plural articles stuff.
6862
6863         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6864         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6865         on gnus-summary-save-article; display results properly.
6866
6867 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * lpath.el: No need to fbind ns-focus-frame.
6870
6871 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6874
6875 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-art.el (gnus-summary-save-in-pipe):
6878         Consider gnus-save-all-headers.
6879
6880 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6881
6882         * gnus-util.el (ns-focus-frame): Remove declaration.
6883         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6884         like x.
6885
6886 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6887
6888         * rfc2104.el (rfc2104-zero): Delete defconst.
6889         (rfc2104-hex-alist): Likewise.
6890         (rfc2104-hex-to-int): Delete func.
6891         (rfc2104-hexstring-to-bitstring): Likewise.
6892         (rfc2104-nybbles): New defconst.
6893         (rfc2104-hash): Rewrite for speed.
6894
6895 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * tls.el (open-tls-stream): Make it work with the 2nd argument
6898         BUFFER that is a string but does not exist as a buffer object, as
6899         mentioned in the doc-string.
6900
6901 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6904         SXEmacs.
6905
6906 2008-07-16  Glenn Morris  <rgm@gnu.org>
6907
6908         * gnus-util.el (ns-focus-frame): Declare for compiler.
6909
6910 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6913         set as a group parameter.
6914         (gnus-summary-save-in-pipe): Work when it is called independently.
6915         (gnus-summary-pipe-to-muttprint): Don't modify
6916         gnus-summary-pipe-output-default-command.
6917
6918 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6919
6920         * message.el (message-send-mail-with-sendmail):
6921         Display the error message.
6922
6923 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-default-article-saver):
6926         Add gnus-summary-save-in-pipe to choices.
6927         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6928         gnus-summary-pipe-output-default-command as the default command.
6929         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6930         instead of gnus-last-shell-command.
6931
6932         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6933         New user option.
6934         (gnus-summary-muttprint-program): Mention the value will be changed.
6935         (gnus-summary-save-article): Force showing of all headers.
6936         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6937
6938 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6939
6940         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6941
6942 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6943
6944         * nnimap.el (nnimap-id):
6945         * sieve-manage.el (sieve-manage-open): Doc fixes.
6946
6947 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6948
6949         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6950         if available.
6951
6952 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6953
6954         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6955
6956         * nnkiboze.el (nnkiboze-generate-group):
6957         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6958
6959         * nnmairix.el: Require CL.
6960
6961 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * dgnushack.el: Autoload get-display-table and put-display-table for
6964         XEmacs 21.5.
6965
6966         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6967         21.4 and SXEmacs.
6968
6969 2008-06-15  David Engster  <dengste@eml.cc>
6970
6971         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6972
6973 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6974
6975         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6976         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6977         runtime choice under XEmacs.
6978
6979         * gnus-sum.el (gnus-summary-set-display-table):
6980         Use `gnus-put-display-table', `gnus-get-display-table',
6981         `gnus-set-display-table' for the display table, instead of `aset'.
6982
6983         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6984         Use `gnus-put-display-table', `gnus-get-display-table',
6985         `gnus-set-display-table' for the display table.
6986
6987 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * nnmairix.el: Add autoloads.
6990
6991 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * nnmairix.el (nnmairix-delete-recreate-group)
6994         (nnmairix-update-and-clear-marks): Fix error messages.
6995
6996 2008-06-14  David Engster  <dengste@eml.cc>
6997
6998         * nnmairix.el: Upgrade to version 0.6.
6999         (nnmairix-group-toggle-propmarks-this-group)
7000         (nnmairix-group-toggle-readmarks-this-group)
7001         (nnmairix-group-delete-recreate-this-group)
7002         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7003         (nnmairix-remove-tick-mark-original-article): New commands.
7004         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7005         (nnmairix-propagate-marks-to-nnmairix-groups)
7006         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7007         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7008         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7009         functions needed for marks propagation and manipulation of read marks.
7010         (nnmairix-update-groups): New function.
7011         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7012         (nnmairix-determine-original-group-from-registry)
7013         (nnmairix-determine-original-group-from-path)
7014         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7015         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7016         New helper functions.
7017         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7018         keystrokes for new commands.
7019         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7020         (nnmairix-request-group): Check allow-fast group parameter.
7021         (nnmairix-request-create-group): Set allow-fast group parameter if
7022         nnmairix-allowfast-default is set.
7023         (nnmairix-close-group): Propagate marks upon closing if needed.
7024         (nnmairix-group-toggle-threads-this-group): Use new.
7025         nnmairix-group-toggle-parameter helper function.
7026         (nnmairix-search): Better check for empty search result.
7027         (nnmairix-goto-original-article): Use new helper functions for
7028         determining original article.
7029         (nnmairix-show-original-article): Make sure message-id is in brackets.
7030         (nnmairix-call-mairix-binary): Change variable name.
7031         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7032         helper function.
7033         (nnmairix-widget-toggle-activate): Fix doc string.
7034
7035 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * nnir.el: Require edmacro when compiling with XEmacs.
7038         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7039         available in Emacs 21.
7040
7041 2008-06-11  Glenn Morris  <rgm@gnu.org>
7042
7043         * gnus-util.el (x-focus-frame):
7044         * gnus.el (image-size):
7045         * mm-decode.el (image-size): Declare.
7046
7047         * gnus-picon.el (declare-function): Add compat definition.
7048         (image-size): Declare.
7049
7050         * gnus-group.el (tool-bar-map):
7051         * gnus-sum.el (tool-bar-map): Define for compiler.
7052
7053         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7054
7055         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7056
7057         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7058         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7059         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7060         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7061         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7062         * sieve-manage.el, spam-report.el, spam.el:
7063         Remove unnecessary eval-and-compile of autoloads.
7064
7065 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7066
7067         * auth-source.el: Precise Tramp doc.
7068
7069 2008-06-07  Glenn Morris  <rgm@gnu.org>
7070
7071         * nnmairix.el: Remove unnecessary eval-when-compile.
7072
7073 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * lpath.el: Fbind propertize for XEmacs 21.4.
7076
7077 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * nnir.el: Move here from ../contrib.
7080
7081 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * gnus-util.el (gnus-read-shell-command): New function.
7084         * mm-decode.el (mm-pipe-part):
7085         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7086
7087 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7090
7091 2008-06-03  Glenn Morris  <rgm@gnu.org>
7092
7093         * pop3.el (nnheader-accept-process-output): Autoload it.
7094
7095 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7098         are not 2-digit hexadecimal characters that follow `%'s.
7099
7100 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * message.el (message-bogus-recipient-p): Fix type in doc string.
7103         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7104         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7105         Improve custom options.
7106         (message-bogus-recipient-p): Adjust accordingly.
7107
7108 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7109
7110         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7111         long-form month and day names.
7112
7113 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * dgnushack.el: Autoload debug, eudc-expand-inline and
7116         pgg-snarf-keys-region for XEmacs.
7117
7118         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7119
7120         * nnmairix.el: Require edmacro when compiling with XEmacs.
7121
7122 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7125         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7126
7127 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * auth-source.el: Add more docs.
7130
7131         * netrc.el (netrc-machine): Always match if the port is not given.
7132
7133 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7134
7135         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7136         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7137         retrieval faster in some cases, but might make CPU usage larger.
7138         If this has any bad side effects, we might revert this change.
7139
7140         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7141         seems to make mail retrieval much, much faster.
7142         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7143         unconditionally.
7144
7145         * gnus-draft.el (gnus-group-send-queue):
7146         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7147
7148 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7151
7152         * message.el (message-bogus-address-regexp): Fix and improve custom
7153         type.
7154         (message-setup-hook): Add message-check-recipients as custom option.
7155
7156 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * message.el (message-cite-function): Remove bogus autoload which crept
7159         in during merge from v5-10.
7160
7161 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7164
7165         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7166
7167         * auth-source.el: Preliminary Tramp docs.
7168         (auth-sources): Change the default auth-sources to use
7169         EPA .gpg files.
7170
7171 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7172
7173         * nntp.el: Autoload `auth-source-user-or-password'.
7174         (nntp-send-authinfo): Use it.
7175
7176         * nnimap.el: Autoload `auth-source-user-or-password'.
7177         (nnimap-open-connection): Use it.
7178
7179         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7180         for the gnus-message function.
7181         (auth-source-user-or-password): Use it.
7182
7183 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7184
7185         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7186         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7187         (rfc2104-hash): Use it.
7188
7189 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7190
7191         * gnus-art.el (gnus-article-toggle-truncate-lines):
7192         Don't use `iff' in docstring.
7193
7194 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7195
7196         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7197
7198         * gnus-util.el (gnus-extract-address-component-name)
7199         (gnus-extract-address-component-email): Convenience functions around
7200         `gnus-extract-address-components'.
7201
7202         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7203         Use `gnus-extract-address-component-email' to fix bug of comparing full
7204         sender name to `user-mail-address'.
7205
7206 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7209         catch/throw to optimize.
7210         (gnus-registry-find-keywords): Just use member to find a keyword.
7211
7212 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7213
7214         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7215         is current before calling gnus-server-prepare.
7216         (gnus-server-setup-buffer, gnus-server-update-server)
7217         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7218
7219 2008-05-04  Juri Linkov  <juri@jurta.org>
7220
7221         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7222         (mailcap-file-default-commands): Use mailcap-replace-in-string
7223         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7224         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7225
7226 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7227
7228         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7229
7230 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7231
7232         * gnus.el: Bump version to 0.11.
7233
7234 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7235
7236         * gnus.el: No Gnus v0.10 is released.
7237
7238 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7241         hooks.
7242         (gnus-update-read-articles): Speed up non-marks-using users.
7243         (gnus-use-marks): Define gnus-use-marks.
7244         (gnus-propagate-marks): Rename variable to something more sensible.
7245
7246 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7247
7248         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7249         (gmm-image-load-path-for-library): Fix typos in docstrings.
7250         (gmm-message): Reflow docstring.
7251
7252 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * mail-source.el (mail-source-set-1, mail-source-bind):
7255         Move auth-source code out of the macro to clean it up and fix bugs.
7256
7257 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7258
7259         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7260         by sender if it's equal to user-mail-address, it's likely to be
7261         useless.
7262
7263         * mail-source.el (mail-source-bind): Don't use user or password if they
7264         are not bound.  Unintern them if they are nil.  Don't use server unless
7265         it's bound, and default it to empty string otherwise.
7266
7267 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7268
7269         * mail-source.el: Load auth-source.el.
7270         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7271         get user name or password, if auth-sources is set up.
7272
7273         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7274         strategy of splitting with parent.
7275         (gnus-registry-split-fancy-with-parent)
7276         (gnus-registry-post-process-groups): Use it and fix prior
7277         bug (returning a list as the split result).
7278
7279         * auth-source.el (auth-sources): Remove server parameter.
7280         (auth-source-pick, auth-source-user-or-password)
7281         (auth-source-user-or-password-imap)
7282         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7283         (auth-source-user-or-password-sftp)
7284         (auth-source-user-or-password-smtp): Remove server parameter.
7285
7286 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7287
7288         * smime.el (smime-sign-region, smime-encrypt-region)
7289         (smime-decrypt-region):
7290         Remove redundant calls to `generate-new-buffer-name'.
7291
7292 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7293
7294         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7295         Don't use QP for message/rfc822.
7296         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7297
7298 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7299
7300         * sieve-manage.el (sieve-string-bytes): Remove.
7301         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7302         correct byte-length only if the process's coding-system is the same as
7303         the one used internally by Emacs to represent strings.
7304
7305 2008-04-22  Juri Linkov  <juri@jurta.org>
7306
7307         * mailcap.el (mailcap-file-default-commands): New function.
7308
7309 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * message.el (message-signature-separator, message-cite-function):
7312         Change custom version.
7313
7314 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7315
7316         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7317         commands.
7318         (tls-checktrust): Ditto.
7319
7320 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * mm-decode.el (mm-display-external): Make temp file read-only.
7323
7324 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7327         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7328         `C-c C-f d'.
7329
7330 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7331
7332         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7333
7334 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * gnus.el: Bump version to 0.9.
7337
7338 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus.el: No Gnus v0.8 is released.
7341
7342 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7343
7344         * mail-source.el (mail-source-value):
7345         Prefer fboundp to functionp so it works with macros as well.
7346
7347 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7348
7349         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7350         Fix last change in case the element is not even a symbol.
7351
7352 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7353
7354         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7355         Prefer fboundp to functionp so it works with macros as well.
7356
7357 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7358
7359         * auth-source.el: Add docs.
7360         (auth-sources): Modify format to support server.
7361         (auth-source-pick, auth-source-user-or-password)
7362         (auth-source-user-or-password-imap)
7363         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7364         (auth-source-user-or-password-sftp)
7365         (auth-source-user-or-password-smtp): Add server parameter.
7366
7367 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7368
7369         * gnus-registry.el: Initialize the registry when gnus-registry-install
7370         is t.
7371
7372 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * compface.el (uncompface): Make buffer unibyte.
7375
7376 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7377
7378         * mail-source.el (mail-source-value):
7379         Prefer fboundp to functionp so it works with macros as well.
7380
7381 2008-04-05  Glenn Morris  <rgm@gnu.org>
7382
7383         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7384
7385 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7386
7387         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7388         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7389
7390         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7391         multibyteness after rather than before erasing it.
7392
7393         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7394         mm-with-multibyte.
7395         (gnus-request-article-this-buffer): Make sure the proper decoding is
7396         used if gnus-original-article-buffer happens to be unibyte.
7397
7398         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7399         default-enable-multibyte-characters.
7400
7401         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7402         default-enable-multibyte-characters.
7403
7404         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7405
7406         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7407
7408 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7409
7410         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7411         Fix last change in case the element is not even a symbol.
7412
7413 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7414
7415         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7416         (imap-message-copyuid-1): Use it.
7417         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7418         J. Williams in
7419         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7420
7421         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7422         imap-enable-exchange-bug-workaround.
7423         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7424
7425 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7426
7427         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7428         a 100 byte status-checks into a 2-3MB transfer for each group.
7429         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7430         to enable bug workaround or not.
7431         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7432
7433 2008-03-31  Glenn Morris  <rgm@gnu.org>
7434
7435         * message.el (mml2015-use): Declare for compiler.
7436         (message-info): Require mml2015 when appropriate.
7437
7438 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7441         whitespace.
7442
7443 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7444
7445         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7446         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7447         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7448         (nntp-service-to-port): New function.
7449         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7450         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7451         (nntp-open-netcat-stream): New function.
7452         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7453
7454 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7455
7456         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7457
7458 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7459
7460         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7461
7462 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7463
7464         * dns.el (dns-write): Use set-buffer-multibyte.
7465
7466 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7467
7468         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7469
7470 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * message.el (message-signature-separator): Change default.
7473         Improve custom type.
7474         (message-cite-function): Change default to
7475         message-cite-original-without-signature.
7476
7477         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7478         toggle.
7479
7480         * message.el (message-check-news-body-syntax): Fix signature check.
7481         (message-setup-1): Mark buffer as unmodified _after_ running
7482         message-setup-hook and handling message-alternative-emails.
7483         (message-shorten-references): Be more strict when building list of
7484         valid references to comply with GNKSA.
7485
7486         * gnus-group.el (gnus-read-ephemeral-bug-group)
7487         (gnus-read-ephemeral-debian-bug-group)
7488         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7489
7490         * message.el (message-info): Don't use booleanp which isn't supported
7491         in Emacs 21 and XEmacs.
7492
7493 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7496         gnus-group-gmane-group-download-format.
7497         (gnus-group-read-ephemeral-gmane-group): Rename from
7498         gnus-group-read-ephemeral-gmane-group.
7499         (gnus-read-ephemeral-gmane-group-url): Rename from
7500         gnus-group-read-ephemeral-gmane-group-url.
7501         (gnus-bug-group-download-format-alist): New variable.
7502         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7503         (gnus-read-ephemeral-emacs-bug-group): New commands.
7504
7505 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7508         (gnus-visible-headers): Improve custom type.
7509
7510 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * mml.el (mml-menu): Add workarounds for XEmacs.
7513
7514         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7515         X-Boundary header.
7516
7517         * message.el (message-simplify-recipients): Fix previous commit.
7518
7519 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7520
7521         * mm-util.el (mm-set-buffer-multibyte): New function.
7522         * mm-decode.el (mm-copy-to-buffer): Use it.
7523
7524         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7525         Prefer fboundp to functionp so it works with macros as well.
7526
7527 2008-03-19  Glenn Morris  <rgm@gnu.org>
7528
7529         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7530         Accidentally removed in the sync process with Emacs.
7531
7532 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * message.el (message-alter-recipients-discard-bogus-full-name):
7535         New function.
7536         (message-alter-recipients-function): New variable.
7537         (message-get-reply-headers): Use it.
7538         (message-replace-header): New helper function.
7539         (message-recipients-without-full-name): New variable.
7540         (message-simplify-recipients): New command.
7541
7542         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7543
7544         * message.el (message-info): Handle EasyPG manual.
7545
7546         * mml.el (mml-menu): Add entry for EasyPG.
7547
7548 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7549
7550         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7551         parameter.
7552
7553         * message.el (message-disassociate-draft): Specify drafts group name
7554         fully.
7555
7556 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7557
7558         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7559         Eliminate unnecessary duplicates from the match list.
7560
7561 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7564
7565         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7566
7567         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7568         args of `how-many' of which the XEmacs version doesn't take; declare
7569         Info-index-next as function.
7570
7571 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * gnus-score.el (gnus-score-headers): Fix handling of
7574         gnus-inhibit-slow-scoring.
7575
7576         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7577         string.
7578         (gnus-button-url-regexp): Improve handling of parenthesis.
7579         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7580         (gnus-button-handle-info-keystrokes): Handle index entries.
7581
7582 2008-03-15  Glenn Morris  <rgm@gnu.org>
7583
7584         * parse-time.el (parse-time-string): Simplify.
7585
7586 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7589         Incoming* files.
7590
7591 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * auth-source.el (auth-sources): Rename from auth-source-choices.
7594         (auth-source-pick): Use it.
7595
7596 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7597
7598         * binhex.el (binhex-decode-region-internal):
7599         * uudecode.el (uudecode-decode-region-internal):
7600         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7601         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7602         setting default-enable-multibyte-characters.
7603
7604 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7605
7606         * auth-source.el (auth-source-protocols)
7607         (auth-source-protocols-customize, auth-source-choices): Add and
7608         modified variable customizations and defaults.
7609         (auth-source-pick, auth-source-user-or-password)
7610         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7611         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7612         (auth-source-user-or-password-sftp)
7613         (auth-source-user-or-password-smtp): Use new variables and provide an
7614         interface to netrc.el.
7615
7616 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7619         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7620         Make sure the nntp port to specify is a string.
7621
7622 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7623
7624         * nntp.el: Use with-current-buffer.
7625         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7626         dubious mm-with-unibyte-current-buffer.
7627         (nntp-with-open-group-function): New function extracted from
7628         nntp-with-open-group macro.
7629         (nntp-with-open-group): Use the function, so it's easier to debug.
7630         Add indentation and debugging info.
7631         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7632         Recommend the use of the netcat alternatives.
7633
7634         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7635         Avoid mm-string-as-multibyte as well.
7636
7637         * nnweb.el (nnweb-insert-html):
7638         Remove use of nnheader-string-as-multibyte.
7639
7640         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7641         (nnheader-string-as-multibyte): Remove.
7642
7643         * mm-view.el: Use inhibit-read-only.
7644         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7645         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7646         or unibyte-string.
7647
7648         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7649         (mm-uu-yenc-extract): Use with-current-buffer.
7650
7651         * gnus-soup.el (gnus-soup-send-packet): Don't use
7652         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7653
7654         * nnmh.el: Use with-current-buffer.
7655         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7656         mm-string-as-multibyte on the output of mm-encode-coding-string.
7657
7658         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7659         (nnimap-request-move-article): Use with-current-buffer.
7660
7661         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7662         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7663         conversion uses string-make-unibyte rather than string-as-unibyte.
7664
7665         * gnus-msg.el: Use with-current-buffer.
7666
7667         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7668
7669 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7670
7671         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7672         string for caching if it is 'PIN.
7673
7674 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * lpath.el: Consider the case without Emacs/W3.
7677
7678 2008-03-08  Glenn Morris  <rgm@gnu.org>
7679
7680         * time-date.el (date-to-time, time-subtract, time-add)
7681         (safe-date-to-time): Doc fixes.
7682
7683 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * mail-source.el (mail-source-delete-old-incoming-confirm):
7686         Change default to nil.
7687         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7688
7689 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * lpath.el: Rearrange.
7692
7693         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7694         (gnus-article-goto-prev-page): Work for articles having ^L's.
7695
7696         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7697
7698         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7699
7700 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7701
7702         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7703         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7704         (gnus-bookmark-jump): Adjust some variable names.
7705
7706 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * auth-source.el: New package.
7709         (auth-source-choices): Add customization entry point variable.
7710
7711         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7712         bug.
7713
7714 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7717         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7718         (gnus-registry-install-shortcuts): Rename from
7719         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7720         the `gnus-registry-mark-map' keymap dynamically from
7721         `gnus-registry-marks'.  The generated functions update the summary line
7722         when a registry mark is added or deleted, and will call
7723         `gnus-registry-install-p' (see the comments in the code).
7724         (gnus-registry-user-format-function-M): Use concat intelligently.
7725
7726         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7727         the registry mark functions.
7728
7729 2008-03-05  Glenn Morris  <rgm@gnu.org>
7730
7731         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7732         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7733         gnus-art.
7734         (top-level): No need to load own source when compiling.
7735
7736 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7739         Suggested by <chris.anderton@zetnet.co.uk>.
7740
7741 2008-03-04  Glenn Morris  <rgm@gnu.org>
7742
7743         * gnus-sum.el (top-level): No need to require gnus when compiling,
7744         since unconditionally required near start of file.
7745         (gnus-summary-display-while-building): Move definition before use.
7746
7747 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * gnus-registry.el (gnus-registry-user-format-function-M):
7750         Add formatting function.
7751
7752 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7755         with plists.
7756         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7757         Use new format.
7758
7759 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7762         `where-is-internal' that returns a range of key sequences.
7763
7764 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7765
7766         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7767
7768         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7769         (gnus-summary-jump-to-group): Consider windows on other displayed
7770         frames as well.  Similar changes might be needed elsewhere, but that's
7771         the one I've bumped into during my use.
7772
7773         * nndoc.el (nndoc-oe-dbx-type-p):
7774         * gnus-msg.el (gnus-debug):
7775         * gnus-group.el (gnus-update-group-mark-positions):
7776         Use mm-string-to-multibyte.
7777
7778 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7781         doesn't handle NotDashEscaped.
7782
7783         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7784         (mml-dnd-attach-options): Fix typo in custom choice.
7785
7786         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7787         Change nndoc-article-type to mbox.
7788         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7789
7790         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7791         to nil, instead of html2text.
7792
7793         * imap.el (imap-debug): Add `imap-ping-server'.
7794
7795         * gnus-bookmark.el: Add FIXMEs.
7796
7797         * message.el (message-form-letter-separator)
7798         (message-send-form-letter-delay): New variables.
7799         (message-send-form-letter): Use them.  New command to send form
7800         letters.  Requested by Uwe Siart.
7801         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7802
7803 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * Update copyright years.
7806
7807 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         Sync from EMACS_22_BASE.
7810
7811         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7812
7813 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7814
7815         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7816         empty author.
7817
7818 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7819
7820         * gnus-registry.el (gnus-registry-marks): Add variable for
7821         customization of marks and their appearance.
7822         (gnus-registry-read-mark): Use it.
7823         (gnus-registry-do-marks): Add utility function to loop through
7824         `gnus-registry-marks'.
7825         (gnus-registry-install-shortcuts-and-menus): Add function to install
7826         shortcuts and menus.
7827         (gnus-registry-initialize): Use it.
7828         (gnus-registry-default-mark): Clarify documentation.
7829
7830 2008-02-29  Glenn Morris  <rgm@gnu.org>
7831
7832         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7833         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7834         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7835         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7836         Change defcustom :version from 23.0 to 23.1.
7837
7838 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7839
7840         * gnus-registry.el (gnus-registry-follow-group-p)
7841         (gnus-registry-post-process-groups): Add functions to aid registry
7842         splitting and improve logging.  Clarify behavior in function
7843         documentation.
7844         (gnus-registry-split-fancy-with-parent): Use them.
7845
7846 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7847
7848         * gnus-art.el: Use with-current-buffer.
7849
7850 2008-02-27  David Engster  <dengste@eml.cc>
7851
7852         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7853         Express real group name in the response.
7854
7855 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7858         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7859         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7860         autoload gnus-registry-fetch-group when compiling.
7861         (nnmairix-request-group-with-article-number-correction):
7862         Remove unreferenced argument passed to nnmairix-call-backend.
7863
7864 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7867         (mm-uu-extract): Improve face for low color ttys.
7868         Reported by Sascha Wilde.
7869
7870 2008-02-27  Glenn Morris  <rgm@gnu.org>
7871
7872         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7873         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7874         variables to defconsts.  Convert comments to doc-strings.
7875         (nnmairix-last-server, nnmairix-current-server): Convert from free
7876         variables to defvars.  Convert comments to doc-strings.
7877         (gnus-registry-fetch-group): Autoload.
7878         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7879         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7880         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7881         caddr.
7882         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7883         nnmairix-request-group-with-article-number-correction call.
7884         (nnmairix-fast, nnmairix-group): New, less general names, for free
7885         variables passed from nnmairix-request-group to
7886         nnmairix-request-group-with-article-number-correction.  Declare.
7887         (nnmairix-request-group-with-article-number-correction):
7888         Use nnmairix-fast, nnmairix-group rather than fast, group.
7889
7890 2008-02-26  David Engster  <dengste@eml.cc>
7891
7892         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7893         version 0.5.
7894
7895 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7896
7897         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7898         instead of making an extra function call.  Don't add the current group
7899         to articles only when they have the group.  Use
7900         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7901         Reported by David <de_bb@arcor.de>.
7902
7903 2008-02-24  Miles Bader  <miles@gnu.org>
7904
7905         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7906         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7907         (mm-find-mime-charset-region):
7908         * mm-bodies.el (mm-encode-body):
7909         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7910
7911 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7914         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7915
7916 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * mail-source.el (mail-source-delete-incoming): Change default.
7919         Supplement doc string.
7920
7921         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7922
7923 2008-02-14  Glenn Morris  <rgm@gnu.org>
7924
7925         * time-date.el (format-seconds): New function.
7926
7927 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * nnmail.el (nnmail-message-id-cache-file): Derive from
7930         `gnus-home-directory'.
7931
7932 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7935         Document negative prefix.
7936
7937         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7938
7939 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * message.el (message-unsent-separator): Add the Exim bounce
7942         separator.
7943
7944 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7945
7946         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7947         list.
7948         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7949         recipient/signer list.
7950
7951 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * Makefile.in (datarootdir): Define.
7954         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7955         name that might contain whitespace.
7956
7957 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7960         fbound (Emacs 23 unicode), signal an error.
7961
7962 2008-02-08  Glenn Morris  <rgm@gnu.org>
7963
7964         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7965
7966 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7967
7968         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7969         ports to the calls to `netrc-machine-user-or-password' in addition to
7970         "imap" and "imaps".
7971
7972 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7973
7974         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7975
7976         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7977
7978 2008-02-01  Kenichi Handa  <handa@m17n.org>
7979
7980         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7981         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7982         (rfc2104-hash): Convert the result of concat to unibyte string.
7983
7984 2008-02-01  Dave Love  <fx@gnu.org>
7985
7986         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7987         coding-system-for-read.
7988         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7989
7990 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7993         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7994         <hanche@math.ntnu.no>.
7995
7996 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7999
8000         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8001
8002 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8003
8004         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8005         * message.el (message-beginning-of-line): Use featurep instead of bound
8006         tests in order to resolve conditionals at compile time.
8007
8008 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8009
8010         * mail-source.el (mail-sources): Add `group' choice.
8011
8012         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8013         parameter `in-group' to control into which group the articles go.
8014         Add treatment of `group' mail-source.
8015
8016 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8019
8020         * mm-decode.el (mm-dissect-buffer): Decode description.
8021
8022         * mml.el (mml-to-mime): Encode message header first.
8023
8024 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8027         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8028
8029         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8030         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8031
8032 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8035
8036 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8039         prefix keys.
8040         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8041         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8042         gnus-xmas.el.
8043
8044         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8045         (gnus-xmas-article-describe-bindings): New function.
8046         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8047         gnus-xmas-article-describe-bindings.
8048
8049         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8050
8051 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8052
8053         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8054         Add new variables for article mark management.
8055         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8056         list of extra data entries which, when present, will indicate that the
8057         article ID should not be trimmed from the registry.
8058         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8059         functions.
8060         (gnus-registry-read-mark): New function to read a mark name from the
8061         user.
8062         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8063         (gnus-registry-set-article-mark-internal): New functions to add and
8064         remove marks.
8065         (gnus-registry-get-article-marks): New function to show the marks for
8066         an article, or retrieve them for further use.
8067
8068 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8071         keys when no argument is given.
8072
8073 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * imap.el (imap-ping-server): New variable.
8076         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8077         (imap-ping-server): Minor doc string fixes.
8078
8079 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8080
8081         * imap.el (imap-ping-server): New function.
8082         (imap-opened): Call imap-ping-server.
8083
8084 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * gnus-sum.el (gnus-article-sort-by-random)
8087         (gnus-thread-sort-by-random): Fix doc strings.
8088         Reported by jidanni@jidanni.org.
8089
8090 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-art.el (gnus-article-describe-bindings): New function.
8093         (gnus-article-read-summary-keys): Use it.
8094         (gnus-article-mode-map): Bind `C-h b' to it.
8095
8096 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8099         XEmacs.
8100         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8101         Protect against non-character events.
8102
8103         * lpath.el: Fbind map-keymap for Emacs 21.
8104
8105 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8108         New command.
8109         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8110         instead of END.  Change name of the temp file.
8111         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8112         customizable.
8113
8114 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8117         bind `S W' to gnus-article-wide-reply-with-original; set default
8118         binding to gnus-article-read-summary-send-keys.
8119         (gnus-article-read-summary-keys): Fix the order of keys; display
8120         continuation keys correctly in the echo area; describe bindings
8121         correctly when keys end with `C-h'.
8122         (gnus-article-read-summary-send-keys): New function.
8123         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8124         Work for gnus-article-read-summary-send-keys; display continuation keys
8125         correctly in the echo area.
8126         (gnus-article-reply-with-original): Ignore prefix argument.
8127         (gnus-article-wide-reply-with-original): New function.
8128
8129         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8130         Emacs 21.
8131
8132 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8135         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8136
8137 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8140         (gnus-group-read-ephemeral-gmane-group): New command.
8141
8142 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8143
8144         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8145
8146 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * message.el (message-send-mail-function): Increase custom version.
8149
8150         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8151         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8152
8153 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8154
8155         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8156         for the cases where imap-authenticate is called with a nil buffer
8157         parameter.
8158
8159 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8162         html parts correctly; support forwarded messages.
8163         (gnus-article-browse-html-article): Remove work buffers.
8164
8165         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8166         compiling.
8167         (netrc-bound-and-true-p): New macro.
8168         (netrc-parse): Use it instead of bound-and-true-p that is not available
8169         in XEmacs 21.4.
8170
8171 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8172
8173         * gnus-registry.el (gnus-registry-mark-article)
8174         (gnus-registry-article-marks): Add functionality to mark articles
8175         through the Gnus registry.
8176
8177         * encrypt.el: Clarify documentation for the new pgg method.
8178         (encrypt-file-alist): Add PGG option.
8179         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8180         functionality.  Abstract password key and messaging to external
8181         functions.
8182         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8183         (encrypt-message-method-and-cipher): Add new convenience external
8184         functions.
8185         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8186         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8187
8188         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8189         (netrc-parse): Use encrypt-file-alist to determine if
8190         encrypt-find-model or encrypt-insert-file-contents should be used.
8191
8192         * encrypt.el: Clarify documentation.  Load password-cache or
8193         password, whichever one is found first, instead of autoloading.
8194
8195 2007-12-19  Glenn Morris  <rgm@gnu.org>
8196
8197         * mml.el (message-options-set, message-narrow-to-head)
8198         (message-in-body-p, message-mail-p, message-encode-message-body):
8199         Autoload.
8200         (message-remove-header, message-narrow-to-headers-or-head)
8201         (message-subscribed-p, message-make-mail-followup-to)
8202         (message-position-on-field, message-news-p)
8203         (message-options-set-recipient, message-generate-headers)
8204         (message-sort-headers): Declare as functions.
8205
8206 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8209         convention in doc string.
8210
8211 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8214         title to html parts.
8215         (gnus-article-browse-html-article): Pass message header to it.
8216
8217         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8218
8219 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8222         or password compatible with XEmacs.
8223
8224 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8227         format document.
8228         (gnus-mime-delete-part): Don't write description line if empty.
8229         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8230
8231 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8232
8233         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8234         (gnus-summary-mark-read-and-unread-as-read)
8235         (gnus-summary-mark-current-read-and-unread-as-read)
8236         (gnus-summary-mark-unread-as-ticked): Doc fix.
8237         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8238
8239 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8242         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8243
8244 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8247         yes-or-no-p.
8248
8249 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * mm-decode.el (mm-add-meta-html-tag): New function.
8252         (mm-save-part-to-file, mm-pipe-part): Use it.
8253
8254         * gnus-art.el (gnus-article-browse-delete-temp-files):
8255         Use gnus-y-or-n-p instead of y-or-n-p.
8256         (gnus-article-browse-html-parts): Work with message/external-body; use
8257         mm-add-meta-html-tag.
8258
8259 2007-12-11  Glenn Morris  <rgm@gnu.org>
8260
8261         * gnus-cache.el: Require gnus-sum not just when compiling.
8262
8263         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8264
8265         * gnus-int.el (gnus-server-opened, gnus-status-message):
8266         Move definitions before use.
8267
8268         * mm-decode.el: Require gnus-util.
8269         (mm-remove-part): Only call delete-annotation on XEmacs.
8270
8271         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8272
8273         * nnmail.el: Require gnus-int.
8274
8275         * spam.el: Move `require's before `eval-when-compile's.
8276
8277         * gnus-ems.el (gnus-alive-p):
8278         * gnus-fun.el (message-goto-eoh):
8279         * gnus-util.el (gnus-group-name-decode):
8280         * mail-source.el (gnus-compress-sequence):
8281         * message.el (Info-goto-node, format-spec):
8282         * mm-bodies.el (message-options-get):
8283         * mm-decode.el (mm-view-pkcs7):
8284         * mm-util.el (gmm-write-region):
8285         * mml-smime.el (mml-compute-boundary)
8286         (gnus-completing-read-with-default):
8287         * mml.el (widget-button-press, gnus-make-hashtable):
8288         * mml1991.el (mm-decode-content-transfer-encoding)
8289         (mm-encode-content-transfer-encoding)
8290         (message-options-get, message-options-set):
8291         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8292         * nnfolder.el (gnus-request-group):
8293         * nnheader.el (ietf-drums-unfold-fws):
8294         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8295         * smime.el (gnus-run-mode-hooks):
8296         * spam-stat.el (gnus-message): Autoload.
8297
8298         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8299         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8300         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8301         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8302         Add declare-function compatibility definition.
8303
8304         * gnus-cache.el (nnvirtual-find-group-art):
8305         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8306         (gnus-add-image, gnus-add-wash-type):
8307         * gnus-group.el (nnkiboze-score-file):
8308         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8309         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8310         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8311         (message-tokenize-header, gnus-get-buffer-create)
8312         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8313         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8314         * gnus.el (gnus-group-decoded-name):
8315         * mail-source.el (imap-capability):
8316         * mm-bodies.el (message-options-set):
8317         * mm-decode.el (gnus-configure-windows):
8318         * mm-extern.el (message-goto-body):
8319         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8320         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8321         (epg-sub-key-validity, message-options-set):
8322         * mml.el (widget-event-point, gnus-configure-windows):
8323         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8324         * mml2015.el (epg-check-configuration, epg-configuration)
8325         (message-options-set):
8326         * nndb.el (nndb-request-article):
8327         * nnfolder.el (gnus-request-create-group):
8328         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8329         * nnmaildir.el (gnus-group-mark-article-read):
8330         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8331         * rfc1843.el (message-fetch-field):
8332         * spam.el (gnus-extract-address-components):
8333         Declare as functions.
8334
8335 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8338
8339         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8340
8341         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8342         bind show-trailing-whitespace for XEmacs.
8343
8344 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8347         new no-op macro for backward compatibility.
8348
8349         * imap.el (imap-string-to-integer): New function.
8350
8351 2007-12-09  Glenn Morris  <rgm@gnu.org>
8352
8353         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8354
8355         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8356         * message.el, mm-view.el, sieve-manage.el, smime.el:
8357         Add declare-function compatibility definition.
8358
8359         * gnus-art.el (w3-region, w3m-region, Info-menu):
8360         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8361         * gnus-sum.el (gnus-get-predicate):
8362         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8363         * message.el (mail-abbrev-in-expansion-header-p):
8364         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8365         (w3m-detect-meta-charset, w3m-region):
8366         * sieve-manage.el (password-read, password-cache-add)
8367         (password-cache-remove):
8368         * smime.el (password-read-and-add): Declare as functions.
8369
8370 2007-12-08  David Kastrup  <dak@gnu.org>
8371
8372         * gnus-sum.el (gnus-summary-simplify-subject-query):
8373         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8374         `message'.
8375
8376 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8379         it to bind idna-program, installation-directory, defined-colors, and
8380         face-attribute for XEmacs of the version that compiles defcustom forms.
8381
8382 2007-12-07  Glenn Morris  <rgm@gnu.org>
8383
8384         * gnus-art.el (article-make-date-line): Revert previous change.
8385
8386 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8389
8390 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8391
8392         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8393         Call gnus-add-to-range ranges only once with a prepared article-list.
8394
8395 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8396
8397         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8398         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8399         group names with backslashes.
8400         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8401
8402 2007-12-06  Deepak Goel  <deego3@gmail.com>
8403
8404         * gnus-art.el (article-make-date-line):
8405         * gnus-start.el (gnus-load):
8406         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8407
8408 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-art.el (gnus-use-idna)
8411         * gnus-start.el (gnus-site-init-file)
8412         * message.el (message-use-idna)
8413         * mm-uu.el (mm-uu-hide-markers)
8414         * smiley.el (smiley-style): Revert changes that suppress warnings.
8415
8416 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8419         specify charset to html source.
8420         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8421
8422 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8425         idna-program in order to suppress byte compile warning issued by XEmacs
8426         that came to byte compile the default value section of defcustom forms
8427         recently.
8428
8429         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8430         value of installation-directory.
8431
8432         * message.el (message-use-idna): Don't directly refer to the value of
8433         idna-program.
8434
8435         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8436
8437         * smiley.el (smiley-style): Don't directly call face-attribute.
8438
8439 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8442
8443         * gnus-dired.el: Reduce Gnus dependencies.
8444         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8445         Don't require.  Use autoloads instead.
8446         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8447         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8448         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8449         (gnus-dired-mode): Adjust doc string.
8450         (gnus-dired-mail-mode): New variable.
8451         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8452         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8453         (gnus-dired-mail-buffers): New function.  Return mail or message
8454         composition buffers.
8455         (gnus-dired-attach): Use it.
8456         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8457         NO-DECODE.
8458         (gnus-dired-print): Use `gnus-print-buffer' depending on
8459         `gnus-dired-mail-mode'.
8460
8461 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * rfc2047.el (rfc2047-encoded-word-regexp)
8464         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8465         explaining what regexp patterns are for.
8466
8467 2007-12-04  Glenn Morris  <rgm@gnu.org>
8468
8469         * password.el: Move to password-cache.el.
8470
8471         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8472         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8473         * mml-smime.el (password-read, password-cache-add)
8474         (password-cache-remove):
8475         No need to autoload, since mml-sec requires password.
8476
8477         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8478         * message.el (gnus-extract-address-components):
8479         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8480
8481         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8482         password.
8483
8484 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * mailcap.el: Reduce dependencies.
8487         (mail-header-parse-content-type): Autoload.
8488         (mailcap-delete-duplicates): New alias.
8489         (mailcap-mime-info): Add optional argument NO-DECODE.
8490         (mailcap-mime-types): Use mailcap-delete-duplicates.
8491
8492         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8493
8494 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8495
8496         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8497         (imap-parse-status): Upcase status-att for servers that sends them
8498         lower-case (e.g., MS Exchange 2007).
8499
8500 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501
8502         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8503         function.
8504
8505         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8506         (gnus-uu-yenc-article): New function.
8507
8508         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8509
8510         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8511
8512 2007-12-02  Glenn Morris  <rgm@gnu.org>
8513
8514         * binhex.el (binhex): New custom group.
8515         (binhex-decoder-program, binhex-decoder-switches)
8516         (binhex-use-external): Move to the binhex custom group.
8517
8518         * uudecode.el (uudecode): New custom group.
8519         (uudecode-decoder-program, uudecode-decoder-switches)
8520         (uudecode-use-external): Move to the uudecode custom group.
8521
8522         * netrc.el (top-level): Don't load `encrypt' features.
8523         (netrc-parse): Don't use encrypt.
8524         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8525
8526         * encrypt.el: Remove file.
8527
8528 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8531         matches on patches.
8532
8533         * gnus-art.el (gnus-article-browse-html-article):
8534         Mention `mm-text-html-renderer' in the doc string.
8535
8536         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8537         string.  Add comments.
8538
8539         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8540         if rhs is ASCII.
8541
8542 2007-12-01  Glenn Morris  <rgm@gnu.org>
8543
8544         * mail-source.el (top-level): Require format-spec before
8545         eval-when-compile.
8546
8547 2007-11-30  Glenn Morris  <rgm@gnu.org>
8548
8549         * encrypt.el: Require password, rather than autoloading password-read.
8550
8551 2007-11-29  Glenn Morris  <rgm@gnu.org>
8552
8553         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8554         (sasl-make-client, sasl-next-step, sasl-step-data)
8555         (sasl-step-set-data): Declare as functions.
8556
8557 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8560
8561 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8562
8563         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8564         certs should be verified and what is to be done in the event of a
8565         verification failure.
8566
8567         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8568         caller can indicate whether the cache should be disregarded for this
8569         call.  This way the result of the call is reproducible at all times and
8570         can be considered a canonical server name for the supplied method.
8571         (gnus-agent-method-p): Canonicalize server names by pushing their
8572         method through `gnus-method-to-server' using the no-cache argument.
8573
8574         * gnus-srvr.el (gnus-server-insert-server-line):
8575         Call `gnus-method-to-server' with `no-cache' argument.
8576
8577         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8578         gnus-agent-possibly-synchronize-flags as this should be called when the
8579         server is actually being opened.
8580         (gnus-agent-possibly-synchronize-flags)
8581         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8582         flags file of an agentized server to the latter function.
8583
8584         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8585         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8586         after a connection has been established successfully.
8587
8588 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (article-display-face): Force to display face if called
8591         interactively; check if gnus-article-x-face-too-ugly matches author.
8592         (article-display-x-face): Display face even if From header is missing
8593         as article-display-face does.
8594
8595 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8596
8597         * hashcash.el (message-narrow-to-headers-or-head)
8598         (message-fetch-field, message-goto-eoh)
8599         (message-narrow-to-headers): Declare as functions.
8600
8601 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * mail-source.el (mail-sources): Default to fetch from file for
8604         compatibility with default of nnmail-spool-file.
8605
8606 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8609         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8610         to look for encoded word that should be encoded again.
8611         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8612         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8613         encoding pattern.
8614         (rfc2047-decode-region): Switch strict regexp and loose one according
8615         to rfc2047-allow-irregular-q-encoded-words.
8616
8617 2007-11-25  Romain Francoise  <romain@orebokech.com>
8618
8619         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8620
8621 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * tls.el (tls-program): Provide more custom choices from
8624         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8625         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8626
8627 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8630         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8631
8632         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8633         `nnmail-spool-file'.
8634
8635         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8636         `nnmail-spool-file'.
8637
8638         * gnus-move.el (gnus-change-server): Ditto.
8639
8640         * gnus-kill.el (gnus-batch-score): Ditto.
8641
8642         * gnus-cache.el (gnus-jog-cache): Ditto.
8643
8644         * gnus-msg.el (gnus-summary-reply):
8645         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8646
8647 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8650         version.  Minor improvement to doc strings.
8651         (tls-program): Add comment.
8652
8653 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8654
8655         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8656         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8657         mismatch between the hostname provided in the certificate and the name
8658         of the host connnecting to.
8659         (open-tls-stream): Use them.  Check certificates against trusted root
8660         certificates.
8661
8662 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * gnus-cache.el (gnus-cache-generate-nov-databases):
8665         Use nnml-generate-nov-databases-directory instead of
8666         nnml-generate-nov-databases-1.
8667
8668 2007-11-24  Glenn Morris  <rgm@gnu.org>
8669
8670         * message.el (message-tool-bar-retro): Update for rename
8671         mail_send.xpm->mail-send.xpm.
8672
8673 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8676         `smime-ldap-search' for Emacs 22 and up.
8677
8678 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8679
8680         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8681
8682         * message.el (message-send-mail-function): Fix error convention.
8683         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8684         (message-widen-reply, message-send-mail, message-talkative-question)
8685         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8686         (message-clone-locals, message-send-news): Use with-current-buffer.
8687         (message-insert-or-toggle-importance): Remove unused var `valid'.
8688         (message-make-references): Remove unused var `new-references'.
8689         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8690
8691 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8692
8693         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8694         (spam-split-symbolic-return-positive): Reflow docstring.
8695         (spam-backends, spam-summary-exit-behavior)
8696         (spam-mark-ham-unread-before-move-from-spam-group)
8697         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8698         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8699         (spam-clear-cache, spam-backend-check, spam-install-backend)
8700         (spam-install-statistical-backend, spam-list-of-processors)
8701         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8702         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8703         (spam-check-crm114, spam-initialize, spam-unload-hook):
8704         Fix typos in docstrings.
8705
8706 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8709         been checked if they have never been read and those group levels are
8710         higher than the one that a user specified.
8711
8712 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8715         foreign groups unless a group level is specified by a user.
8716         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8717
8718 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * message.el (message-send-mail-function): Require sendmail.
8721
8722 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * message.el (message-send-mail-function): Check for smtpmail too.
8725
8726         * utf7.el (utf7-encode, utf7-decode): Use coding system
8727         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8728
8729         * message.el (message-send-mail-function): New function.
8730         (message-send-mail-function): Set default using
8731         message-send-mail-function.  Adjust doc string.
8732         (message-send-mail-with-mailclient): New function.
8733
8734 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8735
8736         * smime.el (from):
8737         * rfc2047.el (message-posting-charset):
8738         * qp.el (mm-use-ultra-safe-encoding):
8739         * pop3.el (parse-time-months):
8740         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8741         * nnml.el (files):
8742         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8743         (jka-compr-compression-info-list, ange-ftp-path-format)
8744         (efs-path-regexp):
8745         * nndiary.el (files):
8746         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8747         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8748         (epg-digest-algorithm-alist, inhibit-redisplay)
8749         (password-cache-expiry):
8750         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8751         (pgg-output-buffer, password-cache-expiry):
8752         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8753         (efs-path-regexp):
8754         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8755         (inhibit-redisplay):
8756         * mm-uu.el (file-name, start-point, end-point, entry)
8757         (gnus-newsgroup-name, gnus-newsgroup-charset):
8758         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8759         (latin-unity-ucs-list):
8760         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8761         (mm-uu-binhex-decode-function):
8762         * message.el (gnus-message-group-art, gnus-list-identifiers)
8763         (rmail-enable-mime-composing, gnus-local-organization)
8764         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8765         (gnus-read-active-file, facemenu-add-face-function)
8766         (facemenu-remove-face-function, gnus-article-decoded-p)
8767         (tool-bar-mode):
8768         * mail-source.el (display-time-mail-function):
8769         * gnus-util.el (nnmail-pathname-coding-system)
8770         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8771         (gnus-original-article-buffer, gnus-user-agent)
8772         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8773         (xemacs-codename, sxemacs-codename, emacs-program-version):
8774         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8775         * gnus-start.el (gnus-agent-covered-methods)
8776         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8777         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8778         (gnus-newsgroup-headers, gnus-group-list-mode)
8779         (gnus-group-mark-positions, gnus-newsgroup-data)
8780         (gnus-newsgroup-unreads, nnoo-state-alist)
8781         (gnus-current-select-method, mail-sources)
8782         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8783         (nnmail-spool-file, gnus-cache-active-hashtb):
8784         * gnus-mh.el (mh-lib-progs):
8785         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8786         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8787         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8788         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8789         (gnus-group-buffer):
8790         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8791         (font-lock-set-defaults):
8792         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8793         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8794         (gnus-summary-post-menu, total-parts, type, condition, length):
8795         * gnus-agent.el (gnus-agent-read-agentview):
8796         * flow-fill.el (show-trailing-whitespace):
8797         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8798         eval-and-compile wrappers for byte compiler pacifiers.
8799
8800         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8801         (mm-display-inline-fontify): Check for featurep 'xemacs not
8802         extent-list.
8803
8804         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8805         itimer-list.
8806         (mm-create-image-xemacs): Only do something for XEmacs.
8807         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8808
8809         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8810
8811         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8812         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8813
8814 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8815
8816         * nnimap.el (nnimap-split-download-body):
8817         * gnus-demon.el (gnus-demon):
8818         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8819
8820 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8823         New macros.
8824         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8825         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8826         copy data from unibyte buffer to multibyte current buffer.
8827         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8828         to copy data from unibyte current buffer to multibyte buffer.
8829         (nntp-make-process-buffer): Make process buffer unibyte.
8830
8831         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8832
8833 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8834
8835         * pop3.el (pop3-open-server): Accept and process data more robustly at
8836         connexion start to avoid spurious "POP SSL connexion failed" errors.
8837
8838 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8841         read group names.
8842
8843 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8846
8847 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8850         (nnmail-save-active): Use a unibyte buffer when saving active file,
8851         which may contain non-ASCII group names.
8852
8853         * nnml.el (nnml-request-group): Decode group names in messages.
8854
8855 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * message.el (message-citation-line-function)
8858         (message-insert-formatted-citation-line): Fix spelling of
8859         `message-insert-formated-citation-line'.
8860
8861 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8864
8865 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8868         nnmail-pathname-coding-system.
8869
8870         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8871         that a user enters; decode group names in messages.
8872
8873         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8874
8875 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8878
8879         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8880
8881         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8882         risky local variable.
8883
8884         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8885
8886 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8887
8888         * encrypt.el: Improve documentation to fix function name typo.
8889         Reported by Daiki Ueno <ueno@unixuser.org>.
8890
8891 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8894         even if the point is not in the last page of an article.
8895         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8896         back to the previous page.
8897
8898 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8901
8902 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8905
8906 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8907
8908         * message.el (message-check-news-body-syntax):
8909         Avoid mm-string-as-multibyte.
8910         (message-hide-headers): Don't assume (point-min)==1.
8911
8912 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * message.el (message-remove-blank-cited-lines): Fix if remove is
8915         given.
8916         (message-bogus-address-regexp): New variable.
8917         (message-bogus-recipient-p): New function.
8918         (message-check-recipients): New command.
8919         (message-syntax-checks): Add `bogus-recipient'.
8920         (message-fix-before-sending): Add `bogus-recipient'.
8921
8922         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8923         (gnus-treat-body-boundary): Don't test window-system.
8924
8925 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8926
8927         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8928
8929 2007-10-28  Miles Bader  <miles@gnu.org>
8930
8931         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8932         at compile-time too.
8933
8934 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-msg.el (gnus-message-setup-hook):
8937         Add `message-remove-blank-cited-lines' to options.
8938
8939 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * message.el (message-remove-blank-cited-lines): New function.
8942         Suggested by Karl Plästerer.
8943
8944 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8947         mapc.
8948
8949         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8950         (top-level): Use mapc to set functions to be traced for debugging.
8951
8952         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8953         called for effect with while loop.
8954
8955         * message.el (message-talkative-question): Replace mapcar called for
8956         effect with mapc.
8957
8958         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8959         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8960         called for effect with dolist.
8961
8962         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8963
8964         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8965         gnus-extra-headers and nnmail-extra-headers.
8966
8967         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8968         called for effect with dolist.
8969         (top-level): Use mapc to set functions to be traced for debugging.
8970
8971         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8972         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8973         dolist.
8974
8975         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8976         Replace mapcar called for effect with mapc.
8977         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8978         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8979         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8980         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8981
8982         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8983         remove-if that's a cl function.
8984
8985         * webmail.el (webmail-debug): Replace mapcar called for effect with
8986         dolist.
8987
8988         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8989         with mapc.
8990
8991 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8994         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8995         with while loop.
8996
8997         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8998         functions from article-* functions.
8999         (gnus-multi-decode-header): Replace mapcar called for effect with
9000         dolist.
9001
9002         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9003         (gnus-bookmark-show-details): Replace mapcar called for effect with
9004         while loop.
9005
9006         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9007         called for effect with while loop.
9008
9009         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9010         with dolist.
9011
9012         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9013         Replace mapcar called for effect with dolist.
9014
9015         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9016
9017         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9018         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9019         Replace mapcar called for effect with dolist.
9020         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9021         mapc.
9022
9023         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9024         Replace mapcar called for effect with dolist.
9025         (gnus-topic-list): Replace mapcar called for effect with mapc.
9026
9027         * gnus.el: Use mapc instead of mapcar to add autoloads.
9028
9029 2007-10-23  Richard Stallman  <rms@gnu.org>
9030
9031         * gnus-group.el (gnus-group-highlight): Mark as risky.
9032
9033 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus.el (gnus-server-to-method): Return method found first in
9036         gnus-newsrc-alist.
9037
9038         * gnus-art.el (gnus-article-highlight-signature)
9039         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9040         button overlay without the front stickiness.
9041
9042 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9043
9044         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9045         overview buffer needed a catch to receive its throw.
9046         (gnus-agent-flush-cache): Declare as interactive to make this function
9047         easier to use.
9048
9049 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9052         `next-line'.
9053
9054 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9057         exclude address matching message-dont-reply-to-names.
9058
9059 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-util.el (gnus-string<): New function.
9062
9063         * gnus-sum.el (gnus-article-sort-by-author)
9064         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9065
9066 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9069         the frame-focus tag is set in gnus-buffer-configuration.
9070
9071 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9074         the front stickiness.
9075
9076 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9079         url pattern; remove duplicate one.
9080         (gnus-article-extend-url-button): New function.
9081         (gnus-article-add-buttons): Use it.
9082         (gnus-button-push): Use concatenated url that it makes.
9083
9084 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9085
9086         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9087
9088 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9089
9090         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9091         Don't hardcode point-min==1.
9092
9093 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9096         Fix comment about "iso8859-1".
9097
9098 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9099
9100         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9101         ones returned from the verify-function.
9102
9103         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9104         Call mml2015-extract-cleartext-signature if extraction failed.
9105
9106 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9107
9108         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9109         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9110         failed.
9111
9112 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9115
9116 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9119         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9120         recommends to use EasyPG instead of PGG.
9121
9122         * pgg.el: Revert to revision 6.23.2.16.
9123
9124         * pgg-def.el: Revert to revision 6.6.2.14.
9125
9126         * pgg-gpg.el: Revert to revision 6.23.2.34.
9127
9128 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9129
9130         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9131         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9132         thread for both the null and zero (kill/expire thread) universal prefix
9133         cases.
9134         (gnus-summary-expire-thread): Add new function to expire a thread,
9135         using gnus-summary-kill-thread.
9136         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9137         shortcuts for gnus-summary-expire-thread.
9138         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9139         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9140
9141 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9142
9143         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9144         extras value, so an extras entry can be deleted.
9145         (gnus-registry-delete-extra-entry): Use it.
9146         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9147         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9148         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9149         storage through the gnus-registry, and provide an appropriate API for
9150         it.
9151
9152 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9155         Suggested by Leo <sdl.web@gmail.com>.
9156
9157         * gnus.el: Do.
9158
9159 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9162         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9163
9164         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9165
9166         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9167         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9168
9169 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9172         newline.
9173         (nnmbox-request-accept-article): Don't change article in source buffer;
9174         narrow to header to use message-fetch-field rather than
9175         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9176         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9177         as delimiters; make sure article ends with newline.
9178         (nnmbox-delete-mail): Correct last position of article to be deleted;
9179         ignore X-Gnus-Newsgroup header in article body.
9180         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9181         positions; make sure article ends with newline.
9182
9183         * message.el (message-display-abbrev): Don't infloop when a user
9184         inserts SPC in the beginning of header.
9185
9186         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9187         coding-system-for-read and coding-system-for-write for XEmacs having no
9188         file-coding feature.
9189
9190         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9191
9192 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9193
9194         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9195         list of groups not followed by default.  Fix type to be regexp.
9196         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9197
9198 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9199
9200         * hmac-def.el (define-hmac-function): Switch from old-style to
9201         new-style backquotes.
9202
9203         * md4.el (md4-make-step): Likewise.
9204
9205 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9208         raw-text coding system when saving .newsrc file, which may contain
9209         non-ASCII group names.
9210
9211 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-cus.el (gnus-score-extra): New widget.
9214         (gnus-score-extra-convert): New function.
9215         (gnus-score-customize): Use it for Extra.
9216
9217 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9218
9219         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9220         (mml2015-mailcrypt-clear-verify): Use it.
9221         (mml2015-gpg-clear-verify): Use it.
9222         (mml2015-pgg-clear-verify): Use it.
9223         (mml2015-epg-clear-verify): Replace the current part with the output
9224         from GnuPG; don't extract the plaintext by itself.
9225
9226         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9227         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9228         mml2015-clear-verify-function; don't touch the armor headers or
9229         dash-escaped text here.
9230
9231 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9234         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9235         parts, or application/octet-stream as a last resort.
9236         (gnus-mime-view-part-as-type): Don't toggle display.
9237         (gnus-mime-view-part-as-charset): Don't turn off display before
9238         querying charset.
9239
9240         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9241         stuff to undisplayer function in Emacs.
9242         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9243
9244         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9245         text/calendar parts.
9246
9247 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9250         decoding text/calendar parts.
9251
9252         * message.el (message-forward-make-body-mime): Always mark body as
9253         having no illegible text; remove signed-or-encrypted argument.
9254         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9255
9256         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9257         (mml-generate-mime-1): Don't encode body if it is specified to be in
9258         raw form; don't make buffer be unibyte when inserting multibyte string.
9259
9260 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9261
9262         * sha1.el: Fix up comment style.
9263         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9264         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9265
9266         * hex-util.el: Fix up comment style.
9267         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9268
9269         * gnus-salt.el: Use with-current-buffer.
9270         (gnus-pick-setup-message): Fix long-standing typo.
9271
9272 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * imap.el (imap-logout-timeout): New variable.
9275         (imap-logout, imap-logout-wait): New functions.
9276         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9277
9278         * nnimap.el (nnimap-logout-timeout): New server variable.
9279         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9280         nnimap-logout-timeout.
9281
9282         * gnus-art.el (gnus-article-summary-command-nosave)
9283         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9284
9285 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus.el (gnus-maximum-newsgroup): New variable.
9288
9289         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9290         according to gnus-maximum-newsgroup.
9291
9292         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9293         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9294         Limit the range of articles according to gnus-maximum-newsgroup.
9295
9296 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9297
9298         * gnus-art.el (gnus-sticky-article): Fix problems described in
9299         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9300         Don't perform gnus-configure-windows here; reuse existing sticky
9301         article buffer.
9302
9303         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9304         it doesn't exist in gnus-article-mode.
9305
9306 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9309         (gnus-agent-decoded-group-name): New function.
9310         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9311         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9312
9313 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9314
9315         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9316         Add binding for gnus-sticky-article.
9317         (gnus-summary-exit): Don't kill sticky article buffers.
9318
9319         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9320         article buffer.
9321         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9322         (gnus-kill-sticky-article-buffers): New commands.
9323
9324 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * nntp.el (nntp-xref-number-is-evil): New server variable.
9327         (nntp-find-group-and-number): If it is non-nil, don't trust article
9328         numbers in the Xref header.
9329
9330 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-agent.el (gnus-agent-read-group): New function.
9333         (gnus-agent-flush-group, gnus-agent-expire-group)
9334         (gnus-agent-regenerate-group): Use it.
9335         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9336         nnmail-pathname-coding-system.
9337
9338 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9341
9342         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9343         that are unread as unread, and also as selected so that information of
9344         marks having been changed by a user may be updated when exiting group.
9345
9346 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9349
9350 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9353         calculated ignoring signature parts to gnus-treat-article.
9354
9355 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9358         a point here in order to keep the window start.
9359         (gnus-insert-mime-security-button): Make a button overlay without the
9360         front stickiness.
9361         (gnus-mime-display-security): Goto the end of a button.
9362
9363         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9364
9365 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9368         group-name-at-point.
9369         (gnus-group-completing-read): New function that offers decoded
9370         non-ASCII group names for completion.
9371         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9372         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9373         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9374         (gnus-group-fetch-control): Use it.
9375         (gnus-fetch-group): Use group-name-at-point for the initial value
9376         rather than the default value; use gnus-alive-p.
9377
9378         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9379         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9380         (gnus-summary-post-news): Use gnus-group-completing-read.
9381
9382         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9383         (gnus-read-move-group-name): Decode group name for completion.
9384
9385 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9386
9387         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9388         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9389         Yamaoka slightly modified the code).
9390
9391 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9394         (nnmail-split-incoming): Bind it.
9395
9396         * nnml.el (nnml-group-name-charset): New function.
9397         (nnml-decoded-group-name): Use it; don't decode group name if
9398         nnmail-group-names-not-encoded-p is non-nil.
9399         (nnml-encoded-group-name): New function.
9400         (nnml-group-pathname): Inline nnml-decoded-group-name.
9401         (nnml-request-expire-articles): Decode group name in message.
9402         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9403         nnmail-pathname-coding-system.
9404         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9405         not decoded ones according to nnmail-group-names-not-encoded-p.
9406         (nnml-generate-active-info): Use nnml-encoded-group-name.
9407
9408 2007-08-08  Glenn Morris  <rgm@gnu.org>
9409
9410         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9411         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9412         doc-strings and comments.
9413
9414 2007-07-25  Glenn Morris  <rgm@gnu.org>
9415
9416         * Relicense all FSF files to GPLv3 or later.
9417
9418 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-sum.el (gnus-summary-move-article):
9421         Make gnus-summary-respool-article work.
9422
9423 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9426         string.
9427
9428 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9429
9430         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9431         that should be ignored when comparing distant RSS articles with local
9432         ones.
9433         (nnrss-make-hash-index): New function.  Create a hash index according
9434         to the ignored fields.
9435         (nnrss-check-group): Use it.
9436
9437 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9440
9441         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9442
9443         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9444         the new optional argument ENCODED is non-nil.
9445         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9446         coding system for encoding group name.
9447         (gnus-group-make-rss-group): Pass un-encoded group name to
9448         gnus-group-make-group.
9449         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9450         encoded.
9451
9452         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9453         Encode group name to which articles are moved or copied.
9454         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9455         coding system for encoding Newsgroup, Followup-To and Xref headers.
9456
9457         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9458         marks; use nnheader-file-coding-system to write a file.
9459         (nnagent-retrieve-headers): Bind file-name-coding-system to
9460         nnmail-pathname-coding-system.
9461
9462         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9463
9464         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9465         (nnml-request-article, nnml-request-create-group)
9466         (nnml-request-rename-group, nnml-find-id)
9467         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9468         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9469         (nnml-save-marks): Use nnml-group-pathname instead of
9470         nnmail-group-pathname.
9471
9472         (nnml-request-create-group, nnml-request-expire-articles)
9473         (nnml-request-move-article, nnml-request-delete-group)
9474         (nnml-deletable-article-p, nnml-possibly-create-directory)
9475         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9476         (nnml-open-marks): Bind file-name-coding-system to
9477         nnmail-pathname-coding-system.
9478
9479         (nnml-request-article): Pass server argument to nnml-find-group-number.
9480         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9481         Pass server argument to nnml-possibly-create-directory.
9482         (nnml-request-accept-article): Pass server argument to
9483         nnml-active-number and nnml-save-mail.
9484         (nnml-find-group-number): Pass server argument to nnml-find-id.
9485         (nnml-request-update-info): Pass server argument to
9486         nnml-marks-changed-p.
9487
9488         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9489         (nnml-save-mail, nnml-active-number): Add server argument.
9490
9491         (nnml-request-delete-group): Warn if group is missing.
9492         (nnml-get-nov-buffer): Decode group name.
9493         (nnml-generate-active-info): Encode group name.
9494         (nnml-open-marks): Decode group name in messages.
9495
9496 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9499         if it is not specified.
9500         (gnus-article-pipe-part, gnus-article-save-part)
9501         (gnus-article-interactively-view-part, gnus-article-copy-part)
9502         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9503         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9504         (gnus-article-replace-part, gnus-article-delete-part)
9505         (gnus-article-view-part-as-type): Pass raw prefix argument to
9506         gnus-article-part-wrapper.
9507
9508 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-agent.el (gnus-agent-save-active):
9511         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9512
9513         * gnus-cache.el (gnus-cache-save-buffers)
9514         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9515         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9516         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9517         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9518         (gnus-cache-generate-active, gnus-cache-rename-group)
9519         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9520         (gnus-cache-update-overview-total-fetched-for):
9521         Bind file-name-coding-system to nnmail-pathname-coding-system.
9522         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9523         New variables.
9524         (gnus-cache-decoded-group-name): New function.
9525         (gnus-cache-file-name): Use it.
9526         (gnus-cache-generate-active): Use non-decoded group name for active.
9527
9528         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9529         right place.
9530         (gnus-write-active-file): Don't break non-ASCII group names.
9531
9532         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9533         nnmail-pathname-coding-system.
9534
9535         * lpath.el: Bind default-file-name-coding-system,
9536         file-name-coding-system and language-info-alist for XEmacs.
9537
9538         * gnus-uu.el (gnus-uu-decode-save): Typo.
9539
9540 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9543
9544 2007-07-14  David Kastrup  <dak@gnu.org>
9545
9546         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9547         finishing actions if we did not edit the article.
9548
9549 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9552         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9553         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9554         (gnus-agent-flush-group, gnus-agent-flush-cache)
9555         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9556         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9557         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9558         (gnus-agent-regenerate-group)
9559         (gnus-agent-update-files-total-fetched-for)
9560         (gnus-agent-update-view-total-fetched-for):
9561         Bind file-name-coding-system to nnmail-pathname-coding-system.
9562         (gnus-agent-group-pathname): Don't encode file names by
9563         nnmail-pathname-coding-system.
9564         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9565         coding-system-for-write instead of buffer-file-coding-system to
9566         gnus-agent-file-coding-system.
9567
9568         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9569         Decode group name.
9570
9571         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9572
9573         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9574         (gnus-read-newsrc-el-file): Make group names unibyte.
9575
9576         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9577         nnmail-pathname-coding-system.
9578
9579         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9580         (nnrss-request-delete-group): Bind file-name-coding-system to
9581         nnmail-pathname-coding-system.
9582         (nnrss-read-server-data, nnrss-read-group-data):
9583         Bind file-name-coding-system correctly.
9584         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9585
9586         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9587         (nntp-server-to-method-cache): New variable.
9588         (nntp-group-pathname): New function that decodes non-ASCII group names.
9589         (nntp-possibly-create-directory, nntp-marks-changed-p)
9590         (nntp-save-marks, nntp-open-marks): Use it.
9591         (nntp-possibly-create-directory, nntp-open-marks):
9592         Bind file-name-coding-system to nnmail-pathname-coding-system.
9593         (nntp-open-marks): Decode group names when bootstrapping marks.
9594
9595         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9596         Newsgroups and Folowup-To headers.
9597
9598 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9601         (gnus-server-closed-face, gnus-server-denied-face)
9602         (gnus-server-offline-face): Remove variable.
9603         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9604
9605         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9606         of modifying message-stack directly for XEmacs.
9607
9608         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9609         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9610         if the coding-system argument is nil for XEmacs.
9611
9612         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9613         mm-charset-override-alist.
9614
9615         * rfc2047.el: Don't require base64; require rfc2045 for the function
9616         rfc2045-encode-string.
9617         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9618         to quote the parameter value.
9619
9620 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9623         form in gnus-group-name-charset-method-alist.
9624
9625         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9626         overrides the default layout edit-form.
9627
9628         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9629
9630         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9631
9632 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9635         as unfetched articles.
9636
9637 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9638
9639         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9640
9641 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9644         original back end that keeps marks in the local system.
9645
9646 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9649         arg of pop-to-buffer for XEmacs.
9650         (gnus-article-read-summary-keys): Ditto; don't restore window
9651         configuration if summary command ends up with neither article buffer
9652         nor summary buffer; describe bindings if summary keys end with C-h.
9653
9654 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * message.el (message-fix-before-sending): Skip raw message part to be
9657         forwarded while checking illegible text.
9658         (message-forward-make-body-mime, message-forward-make-body):
9659         Mark signed or encrypted raw message as having no illegible text.
9660
9661 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9664         (gnus-message-with-timestamp-1): New macro.
9665         (gnus-message-with-timestamp): New function.
9666         (gnus-message): Use them.
9667
9668         * nnheader.el (nnheader-message): Use them.
9669
9670 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9673         .newsrc.eld file.
9674
9675 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-agent.el (gnus-agent-fetch-headers)
9678         (gnus-agent-retrieve-headers):
9679         Bind gnus-decode-encoded-address-function to identity.
9680
9681         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9682         available also when the server returns simply a dot.
9683
9684         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9685
9686 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9689
9690 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-ems.el (gnus-x-splash): Make it work.
9693
9694         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9695         from being used.
9696
9697         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9698
9699 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9702         4th and the 5th arguments.
9703
9704         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9705         the front stickiness.
9706         (gnus-article-summary-command-nosave): Correct the order of the
9707         arguments passed to pop-to-buffer.
9708         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9709         summary command ends up with the article buffer.
9710
9711         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9712         the same faces.
9713
9714 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9715
9716         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9717
9718 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9719
9720         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9721         * gnus-sum.el (gnus-summary-highlight):
9722         * pgg.el (pgg-sign-region, pgg-sign):
9723         * mail-source.el (mail-source-delete-old-incoming-confirm):
9724         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9725
9726 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-art.el (gnus-mime-view-part-externally)
9729         (gnus-mime-view-part-internally): Fix predicate function passed to
9730         completing-read.
9731
9732         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9733
9734         * gnus.el (gnus-update-message-archive-method): Add :version.
9735
9736 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus.el (gnus-update-message-archive-method): New variable.
9739
9740         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9741         according to gnus-message-archive-method if
9742         gnus-update-message-archive-method is non-nil.
9743
9744 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9747         Suggested by Loic Dachary <loic@dachary.org>.
9748         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9749
9750 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * message.el (message-pop-to-buffer): Add switch-function argument.
9753         (message-mail): Pass switch-function argument to it.
9754
9755 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9758         Improve doc string.
9759
9760 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9763         (gnus-header-content)
9764         * gnus-cite.el (gnus-cite-10)
9765         * gnus-srvr.el (gnus-server-closed)
9766         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9767         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9768         (gnus-group-mail-3-empty, gnus-group-mail-low)
9769         (gnus-group-mail-low-empty, gnus-splash)
9770         * message.el (message-header-to, message-header-cc)
9771         (message-header-subject, message-header-other, message-header-name)
9772         (message-header-xheader, message-separator, message-cited-text)
9773         (message-mml): Lighten colors of faces used for dark background.
9774
9775 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9776
9777         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9778         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9779
9780 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * message.el (message-narrow-to-headers-or-head):
9783         Ignore mail-header-separator in the body.
9784
9785 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9788         same as window size.
9789
9790 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9791
9792         * message.el (message-font-lock-keywords): Use message-header-xheader
9793         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9794         ahead of the anything pattern, to get it recognised.
9795
9796 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9799         spam.el loads uses it in the compiled defadvice form.
9800
9801 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9802
9803         * gnus-sum.el (gnus-articles-to-read)
9804         (gnus-summary-insert-old-articles): Don't truncate group name for
9805         `read-string'.
9806
9807         * gnus-util.el (gnus-limit-string): Delete this function.
9808
9809         * gnus-sum.el (gnus-simplify-subject-fully):
9810         Use `truncate-string-to-width' instead.
9811
9812 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9813
9814         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9815         Tell if, on summary exit, the next group has to be selected.
9816         (gnus-summary-exit): Use it.
9817
9818 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9821         non-break space.
9822
9823 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9826         Check if group is not a directory.
9827         (nnfolder-request-expire-articles): Don't delete articles if the target
9828         group is not available.
9829
9830         * nnml.el (nnml-request-create-group): Properly check if group is not a
9831         file.
9832         (nnml-request-expire-articles): Don't delete articles if the target
9833         group is not available.
9834
9835         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9836         Don't quote characters that are within parentheses.
9837
9838 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9841         (gnus-handle-ephemeral-exit): Select article according to it.
9842
9843 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * message.el (message-insert-formated-citation-line): Remove newline.
9846         (message-citation-line-format): Add final \n here so that the user can
9847         avoid a blank line.
9848
9849 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9850
9851         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9852         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9853         Update lanl/arXiv support.
9854
9855 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus.el: Bump version number.
9858
9859 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * gnus.el (gnus-version-number): Bump version.
9862
9863 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9864
9865         * gnus.el: No Gnus v0.6 is released.
9866
9867 2007-04-27  Didier Verna  <didier@xemacs.org>
9868
9869         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9870         * gmm-utils.el (gmm-regexp-concat): ... here.
9871         * message.el: Don't require 'gnus-util.
9872         (message-dont-reply-to-names): Handle name change above.
9873         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9874
9875 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9878         since the initial value varies according to the system.
9879
9880 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9883
9884 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9885
9886         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9887
9888 2007-04-24  Didier Verna  <didier@xemacs.org>
9889
9890         Improve the type of gnus-ignored-from-addresses.
9891         * gnus-util.el (gnus-orify-regexp): New function.
9892         * message.el (gnus-util): Require it.
9893         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9894         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9895         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9896
9897 2007-04-24  Didier Verna  <didier@xemacs.org>
9898
9899         * gnus-sum.el:
9900         * gnus-utils.el: Fix some trailing whitespaces.
9901
9902 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9905         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9906         article's Message-ID; refer parent article in summary buffer.
9907
9908         * message.el (message-bounce): Call mime-to-mml.
9909
9910         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9911         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9912         optimize and/or forms properly.
9913
9914 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9917         URL.
9918
9919 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9922
9923 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9926         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9927         displayed of multipart/alternative part if it is invoked from summary
9928         buffer.
9929
9930         * mm-view.el (mm-inline-text-html-render-with-w3m)
9931         (mm-inline-text-html-render-with-w3m-standalone)
9932         (mm-inline-render-with-function): Use mail-parse-charset by default.
9933
9934 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9935
9936         * parse-time.el (parse-time-string-chars): Check if CHAR
9937         is less than the length of parse-time-syntax.
9938
9939 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9942         from gnus-newsgroup-processable.
9943
9944 2007-04-16  Didier Verna  <didier@xemacs.org>
9945
9946         * gnus-msg.el (gnus-configure-posting-styles):
9947         Handle message-signature-directory properly with :file syntax.
9948         Reported by "Leo".
9949
9950 2007-04-11  Didier Verna  <didier@xemacs.org>
9951
9952         New user option: message-signature-directory.
9953         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9954         * message.el (message-insert-signature): Ditto.
9955         * message.el (message-signature-file): Doc update.
9956         * message.el (message-signature-directory): New.
9957
9958 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-msg.el (gnus-inews-yank-articles):
9961         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9962
9963 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * message.el (message-yank-original): Make sure cited text ends with
9966         newline; don't exchange point and mark.
9967
9968 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9969
9970         * tls.el (open-tls-stream): Properly handle case where there
9971         is no associated buffer.
9972
9973 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9974
9975         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9976         message-yank-original, make sure (< mark TEXT point).
9977
9978 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * message.el (message-fill-column): New variable.
9981         (message-mode): Use it.  Add comment on a possible new hook.
9982
9983         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9984         (nnmail-get-new-mail): Reformat.
9985
9986         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9987
9988         * gmm-utils.el: Fix Commentary.
9989         (gmm-tool-bar-from-list): Fix typo in doc string.
9990
9991 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9992
9993         * message.el (message-yank-original): Don't switch point and mark
9994         unnecessarily to put point and mark as documented.
9995
9996 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997
9998         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9999         from the message heads.
10000
10001 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10002
10003         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10004         article buffer does not have a window.  This may not be the best
10005         solution but is certainly better than setting the start of the null,
10006         that is the current, window.
10007
10008 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10011         (gnus-draft-setup): Run it.
10012
10013         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10014         gnus-score-fast-scoring.  Allow regexp.
10015         (gnus-score-headers): Use it.
10016
10017         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10018         XEmacs.
10019
10020         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10021         string.
10022         (gnus-button-alist): Also catch `<f1> k ...'.
10023         (gnus-treat-display-x-face): Fix doc string.
10024
10025 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10026
10027         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10028         evaluation of gnus-extended-version to ensure correct generation of the
10029         User-Agent header when message-generate-headers-first is used.
10030
10031 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10032
10033         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10034         hashcash-path is nil.  Don't call callback with incorrect number of
10035         parameters if val is 0.
10036
10037 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10038
10039         * message.el (message-required-news-headers):
10040         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10041
10042 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10043
10044         * tls.el (open-tls-stream): In handshake-waiting loop,
10045         don't wait more if there is output available to process.
10046
10047 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10048
10049         * tls.el (tls-program): Doc fix.
10050
10051 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * message.el (message-generate-new-buffers): Change the meaning of the
10054         nil value; add `standard' to the choices; treat t as `unique'; improve
10055         doc string.
10056         (gnus-select-frame-set-input-focus): Autoload.
10057         (message-buffer-name): Search for the existing message buffer if
10058         message-generate-new-buffers is nil or `standard'; treat the value t of
10059         message-generate-new-buffers as `unique'.
10060         (message-pop-to-buffer): Raise the frame already displaying the message
10061         buffer; clear the echo area after querying.
10062         (message-setup): Pass the `continue' argument to compose-mail.
10063         (message-mail): Prefer `switch-function' if it is given; search for the
10064         existing message buffer if the `continue' argument is non-nil; pass
10065         continue and switch-function arguments to compose-mail by way of
10066         message-setup.
10067         (message-mail-other-window): Adjust argument of message-setup.
10068         (message-mail-other-frame): Ditto.
10069
10070 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10073         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10074         to turn font-lock on when turning gnus-message-citation-mode on.
10075
10076 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10077
10078         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10079         (mml-smime-function-alist): New variable; add epg as the backend.
10080         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10081         mml-smime- functions instead.
10082         * mm-view.el: Require smime.
10083
10084 2007-03-05  Didier Verna  <didier@xemacs.org>
10085
10086         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10087         instead of just inheritance for posting styles.
10088         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10089
10090 2007-02-24  Chris Moore  <dooglus@gmail.com>
10091
10092         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10093         * pgg-pgp.el (pgg-pgp-encrypt-region):
10094         * pgg-gpg.el (pgg-gpg-encrypt-region):
10095         Check pgg-encrypt-for-me if no other recipients.
10096
10097 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10098
10099         * tls.el (tls-certtool-program): Fix custom type.
10100
10101 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10104         and point-at-eol instead of line-(beginning|end)-position.
10105
10106         * assistant.el (assistant-parse-buffer): Ditto.
10107
10108         * netrc.el (netrc-parse-services): Ditto.
10109
10110 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10111
10112         * mml2015.el (mml2015-epg-find-usable-key): New function.
10113         (mml2015-epg-sign): Use it.
10114         (mml2015-epg-encrypt): Use it.
10115
10116 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * message.el (message-make-in-reply-to): Quote name containing
10119         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10120         if there are special characters.  Reported by NAKAJI Hiroyuki
10121         <nakaji@jp.freebsd.org>.
10122
10123 2007-02-27  Didier Verna  <didier@xemacs.org>
10124
10125         Include the group parameters as well as the topic ones in the
10126         inheritance filter process.
10127         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10128         argument GROUP-PARAMS-LIST.
10129         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10130
10131 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * nntp.el (nntp-never-echoes-commands)
10134         (nntp-open-connection-functions-never-echo-commands): New variables.
10135         (nntp-send-command): Use them.
10136
10137 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10138
10139         * mml2015.el (mml2015-epg-verify): Simplify.
10140
10141 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * mml.el (mml-content-disposition-alist): New user option.
10144         (mml-content-disposition): New function.
10145         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10146         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10147
10148 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10149
10150         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10151         verification.
10152
10153 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10154
10155         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10156         articles posted in the last 24 hours.
10157
10158 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10159
10160         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10161
10162 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10163
10164         * nntp.el (nntp-send-command): Don't wait for echoes when
10165         nntp-open-ssl-stream is used.
10166
10167 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10170         (gnus-message-add-citation-keywords)
10171         (gnus-message-remove-citation-keywords): Remove.
10172         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10173         directly, make the variables in font-lock-defaults buffer-local, add
10174         gnus-message-citation-keywords to them and then update the value of
10175         font-lock-keywords.
10176
10177 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * message.el (message-cite-original-1): Don't call
10180         gnus-article-highlight-citation.
10181
10182         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10183         citations; fix line count.
10184
10185 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10188         (gnus-message-add-citation-keywords)
10189         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10190         versions of font-lock-add-keywords and font-lock-remove-keywords to
10191         work with XEmacs correctly.
10192
10193 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-cite.el (gnus-cite-face-list): Set the values of
10196         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10197         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10198         (gnus-message-cite-prefix-regexp): New variable.
10199         (gnus-message-search-citation-line): Use it; protect against long
10200         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10201         the 0th match data for Emacs.
10202         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10203         (gnus-message-add-citation-keywords): Append keywords rather than
10204         prepending; emulate font-lock-add-keywords if it is not available.
10205         (gnus-message-remove-citation-keywords):
10206         Emulate font-lock-remove-keywords if it is not available.
10207
10208         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10209
10210         * message.el (message-cite-prefix-regexp): Set the value of
10211         gnus-message-cite-prefix-regexp.
10212
10213 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10214
10215         * nnweb.el (nnweb-google-parse-1): Update parser.
10216
10217 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10218
10219         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10220
10221 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10222
10223         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10224         regexp.
10225
10226 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10229         string-to-multibyte.
10230         (uudecode-decode-region-internal): Use it.
10231
10232         * lpath.el: Fbind string-as-multibyte for XEmacs.
10233
10234 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10237         Fix custom choice.
10238
10239         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10240
10241 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10242
10243         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10244
10245         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10246         `write-region' to respect `mm-inhibit-file-name-handlers'.
10247
10248 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10251         Use gnus-home-directory instead of "~/" or "$HOME".
10252
10253 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10254
10255         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10256         to mention filename.
10257         Add comments at beginning regarding usage.
10258         (encrypt-write-file-contents): Change interactive so a string is
10259         acceptable.  If the file has no associated model, show an error instead
10260         of a nonsense prompt.
10261
10262 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10263
10264         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10265         Thanks to Yoshihiko Yamada for kind notification of this typo.
10266
10267 2007-01-12  Kenichi Handa  <handa@m17n.org>
10268
10269         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10270         multibyte buffer.
10271
10272 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * gnus-score.el (gnus-score-fast-scoring): New variable.
10275         (gnus-score-headers): Use it.
10276
10277         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10278
10279         * message.el (message-cite-original-1):
10280         Call gnus-article-highlight-citation if requested.
10281         (message-make-from): Allow name and address as optional arguments.
10282
10283         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10284
10285         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10286         bugs to doc string.
10287         (gnus-button-alist): Add mid\\|message-id.
10288         (gnus-button-fetch-group): Extend for use in
10289         `browse-url-browser-function'.
10290         (gnus-button-url-regexp): Try to catch paired parentheses like in
10291         Wikipedia URLs.
10292
10293         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10294         Suggested by Simon Krahnke <overlord@gmx.li>.
10295
10296 2007-01-13  Romain Francoise  <romain@orebokech.com>
10297
10298         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10299         Update copyright.
10300
10301 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10302
10303         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10304
10305 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10306
10307         * gnus-registry.el (gnus-registry-unfollowed-groups)
10308         (gnus-registry-split-fancy-with-parent): Fix documentation.
10309
10310 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10313         from nnweb groups.
10314
10315 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10316
10317         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10318         Xref urls.  Erase buffer before requesting head.
10319
10320         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10321
10322 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10325         customizable.
10326
10327 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10328
10329         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10330         no signing key is found.
10331         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10332         no encrypting and/or signing key is found.
10333
10334 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10337
10338 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10339
10340         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10341         headers read from disk with the ones newly found in the current search.
10342         This should no longer cause problems, because the article numbers in
10343         Gmane's `nov.php' output are ignored since the previous change.
10344
10345 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10346
10347         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10348
10349 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10352         replace-regexp-in-string; bind url-version; fbind display-images-p and
10353         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10354         find-face and set-itimer-function for Emacs; bind itimer-list for
10355         Emacs.
10356
10357         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10358
10359 2007-01-01  Romain Francoise  <romain@orebokech.com>
10360
10361         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10362
10363 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10364
10365         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10366         `define-minor-mode' macro definition expanded properly.
10367         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10368         exclude it there.
10369
10370         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10371         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10372         `fboundp' test.
10373         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10374         This is OK to autoload in (S)XEmacs now.
10375
10376 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10379         keystroke.
10380         (gnus-summary-limit-to-singletons): Fix typo.
10381
10382         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10383         else fails.
10384
10385 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10386
10387         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10388         docstring.
10389
10390         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10391         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10392         (gnus-summary-insert-dormant-articles): Fix typo in message.
10393
10394 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10397         nil for XEmacs.
10398         (gnus-message-citation-mode): Don't autoload in XEmacs.
10399
10400         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10401
10402 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10403
10404         * nnimap.el (nnimap-expunge-search-string):
10405         Mention nnimap-search-uids-not-since-is-evil in docstring.
10406
10407 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * spam.el: Revert to make-obsolete-variable because
10410         define-obsolete-variable-alias is not supported in Emacs 21.
10411
10412         * spam.el (spam-ifile-path, spam-ifile-database-path)
10413         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10414         make-obsolete-variable.
10415         (spam-bsfilter-path, spam-bsfilter-program)
10416         (spam-spamassassin-path, spam-spamassassin-program)
10417         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10418         Don't use "path" inappropriately.
10419         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10420         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10421         variable names.
10422
10423 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10424
10425         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10426         summary buffer.
10427
10428         * password.el (password-cache-remove): Use clear-string to burn
10429         password, if available.
10430
10431 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10434
10435         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10436
10437         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10438         (gnus-message-highlight-citation): Move defcustom here from
10439         gnus-cite.el.
10440         (gnus-message-citation-mode): Autoload.
10441
10442         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10443         checks to make it compile with XEmacs.
10444         (gnus-message-citation-mode): New minor mode.
10445         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10446         (gnus-message-highlight-citation): New variables.
10447         (gnus-message-search-citation-line)
10448         (gnus-message-add-citation-keywords)
10449         (gnus-message-remove-citation-keywords)
10450         (turn-on-gnus-message-citation-mode)
10451         (turn-off-gnus-message-citation-mode): New functions.
10452
10453 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10454
10455         * gnus-cite.el: Enable highlighting of different citation levels in
10456         message-mode.
10457
10458 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * message.el (message-make-fqdn): Fix comment.
10461         (message-bogus-system-names): Add ".local".
10462
10463         * spam.el (spam-ifile-path, spam-ifile-program)
10464         (spam-ifile-database-path, spam-ifile-database)
10465         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10466         Don't use "path" inappropriately.
10467         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10468         strings.
10469         (spam-check-ifile, spam-ifile-register-with-ifile)
10470         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10471         Use new variable names.
10472
10473         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10474         (gnus-treat-display-smileys): Simplify using
10475         gnus-image-type-available-p.
10476
10477         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10478         available.
10479
10480         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10481         Use `display-images-p' if available.
10482
10483 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10486         one after turning on the buffer's multibyteness instead of decoding
10487         them directly in the unibyte buffer that causes unexpected conversion
10488         in Emacs 23 (unicode).
10489
10490 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10491
10492         * message.el (message-generate-hashcash): Fix custom type.
10493
10494 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10497
10498 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10501         disconnect icons.  Add help text.
10502
10503 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10504
10505         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10506         negated to be consistent with the others we handle.
10507
10508 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10511         version of gnus-summary-buffer to something, so that we can use two
10512         article buffers at the same time.
10513
10514 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10515
10516         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10517         trigger all the extra headers.
10518         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10519         sorting.
10520
10521 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10522
10523         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10524         solid groups.
10525
10526 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10527
10528         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10529
10530 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * legacy-gnus-agent.el: Add Copyright notice.
10533
10534 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10535
10536         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10537
10538 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10541
10542         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10543         to make it work reliably in CVS Emacs.
10544         (gnus-summary-limit-strange-charsets-predicate)
10545         (gnus-summary-limit-to-predicate): New functions.
10546
10547 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10548
10549         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10550         specifying array size.
10551         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10552         array if it is too small.
10553         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10554         (gnus-sort-threads-loop): New function.
10555
10556 2006-12-06  Chris Moore  <dooglus@gmail.com>
10557
10558         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10559         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10560
10561 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10562
10563         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10564         options.
10565
10566 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567
10568         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10569         DOS-ing the recipient.
10570
10571         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10572         the headers when creating the mapping to avoid mismappings.
10573         (nnweb-gmane-create-mapping): Always nix out old mapping.
10574
10575 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10578         and mm-verify-option to never.
10579
10580 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * message.el (message-signed-or-encrypted-p): New function.
10583         (message-forward-make-body): Use it.
10584
10585         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10586         Replace encode-coding-string with mm-encode-coding-string.
10587
10588 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * nneething.el (nneething-decode-file-name):
10591         Replace decode-coding-string with mm-decode-coding-string.
10592
10593         * gnus-int.el (gnus-open-server): Say failed server's name.
10594
10595 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10596
10597         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10598         strings to a single string.  Quote `errors-file-name'.
10599         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10600         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10601         Adjust calls.  Use `shell-quote-argument'.
10602
10603 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10604
10605         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10606         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10607
10608         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10609         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10610         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10611         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10612         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10613         (gnus-subscribe-newsgroup, gnus-1):
10614         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10615         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10616         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10617         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10618
10619 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10622         keystroke.
10623         (gnus-summary-limit-to-bodies): Implement headersp.
10624
10625 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10628
10629 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10632
10633 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * message.el (message-generate-hashcash): Expand range of values to
10636         include `opportunistic'.
10637         (message-send-mail): Use it.
10638
10639 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10640
10641         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10642         and comment it.
10643
10644         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10645
10646 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-util.el (gnus-extract-address-components): Improve comment.
10649
10650 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-util.el (gnus-extract-address-components): Work with address in
10653         which the name portion contains @.
10654
10655         * lpath.el: Fbind custom-autoload.
10656
10657 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * gnus.el (gnus-start): Move custom group up.
10660         (gnus-select-method): Don't autoload, but make it available for
10661         `customize-variable'.
10662         (gnus-getenv-nntpserver): Don't autoload.
10663
10664 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10665
10666         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10667
10668 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * message.el (message-sendmail-extra-arguments): New variable.
10671         (message-send-mail-with-sendmail): Use it.
10672
10673 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10676         mm-with-unibyte-current-buffer to make string unibyte.
10677
10678         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10679         mm-string-as-multibyte.
10680
10681 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10682
10683         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10684         Reported by Werner Koch <wk@gnupg.org>.
10685
10686 2006-11-14  Daiki Ueno  <ueno@p360>
10687
10688         * mml2015.el: Autoload epa-select-keys when compiling.
10689
10690 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10691
10692         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10693         message-options.
10694         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10695
10696 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10697
10698         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10699         EasyPG (< 0.0.6).
10700         (mml2015-always-trust): New user option.
10701         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10702         prompt.
10703
10704 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * nntp.el (nntp-authinfo-force): New variable.
10707         (nntp-send-authinfo): Use it.
10708
10709 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10712         decode encoded words.  Improve prompt.  Add comment about forwarding.
10713         (message-replacement-char): Move up.
10714
10715 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10716
10717         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10718         instead of gnus-intersection because arguments of gnus-sorted-nunion
10719         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10720
10721 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10724         (message-simplify-subject-functions):
10725         Enable message-strip-subject-encoded-words by default.
10726
10727 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * message.el (message-strip-subject-encoded-words): New function.
10730         (message-simplify-subject-functions): New variable.
10731         (message-simplify-subject): Use it.  Fix typo in doc string.
10732         Support message-strip-subject-encoded-words.
10733
10734 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10735
10736         * gnus-diary.el (gnus-diary-delay-format-function):
10737         * nndiary.el (nndiary-reminders):
10738         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10739
10740 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-art.el (article-hide-boring-headers): Fetch date from
10743         gnus-original-article-buffer to avoid problems with localized date
10744         strings.
10745
10746 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10749
10750 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10753         New variables.
10754         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10755         (mm-charset-synonym-alist): Move some entries to
10756         mm-codepage-iso-8859-list.
10757         (mm-charset-synonym-alist, mm-charset-override-alist):
10758         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10759
10760 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10763
10764 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10767         with Emacs 21 and XEmacs.
10768
10769 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10770
10771         * spam.el (spam-parse-address): New function for better parsing,
10772         catching errors, etc.
10773         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10774
10775 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * mm-view.el: Add interactive arg to html2text autoload.
10778
10779 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10782
10783 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10786         New variables.
10787         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10788         (mm-charset-synonym-alist): Move some entries to
10789         mm-codepage-iso-8859-list.
10790
10791         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10792
10793 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * message.el (message-citation-line-format)
10796         (message-insert-formated-citation-line): Fix implementation of %E, %N
10797         and %n according to the doc string.
10798
10799 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10802         Use car-safe to avoid bad parses.
10803
10804 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10807         names.
10808
10809         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10810
10811 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10814         header.
10815
10816         * message.el (message-draft-headers): Add Date.
10817         (message-headers-to-generate): Fix typo in docstring.
10818
10819         * nndraft.el (nndraft-required-headers): New variable.
10820         (nndraft-generate-headers): Use it.
10821
10822         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10823
10824 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10825
10826         * gnus-registry.el (gnus-registry-wash-for-keywords)
10827         (gnus-registry-find-keywords): New functions to allow easy searching of
10828         articles that are in the registry.
10829
10830 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10831
10832         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10833         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10834         Reported by Damien Elmes <damien@repose.cx>.
10835
10836 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * gnus.el (gnus-mime): Remove unused custom group.
10839
10840 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10841
10842         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10843         "blank line" when searching for end of armor headers.
10844
10845 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gmm-utils.el (gmm-write-region): Fix variable name.
10848
10849 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gmm-utils.el (gmm-write-region): New function based on compatibility
10852         code from `mm-make-temp-file'.
10853
10854         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10855
10856         * nnmaildir.el (nnmaildir--update-nov)
10857         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10858         Use `gmm-write-region'.
10859
10860 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10863         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10864
10865         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10866
10867         * message.el (message-replacement-char): New variable.
10868         (message-fix-before-sending): Use it.
10869         (message-simplify-subject): New function to remove duplicate code.
10870         (message-reply, message-followup): Use it.
10871
10872         * gnus-sum.el (gnus-summary-make-menu-bar):
10873         Clarify gnus-summary-limit-to-articles.
10874
10875 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-util.el (gnus-with-local-quit): New macro.
10878
10879         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10880
10881 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10882
10883         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10884         ignore non-string data.
10885
10886 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10887
10888         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10889         non-string data (needs to be done in the registry too).
10890
10891 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10892
10893         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10894         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10895         (gnus-registry-split-fancy-with-parent)
10896         (gnus-registry-fetch-simplified-message-subject-fast)
10897         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10898         Remove text properties on ingress into the registry and when it's saved.
10899         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10900         registry from entries with no groups.
10901
10902 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10903
10904         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10905         function to remove string properties.
10906
10907 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gmm-utils.el (gmm): Adjust custom version.
10910
10911         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10912         Adjust custom version.
10913
10914         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10915
10916 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * gnus-art.el (gnus-insert-prev-page-button)
10919         (gnus-insert-next-page-button): Simplify.  Reformat.
10920
10921 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10922
10923         * gnus-art.el (gnus-insert-prev-page-button)
10924         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10925
10926 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10927
10928         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10929
10930 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10931
10932         * gnus-art.el (gnus-insert-mime-button)
10933         (gnus-insert-mime-security-button):
10934         Apply gnus-article-button-face to MIME and security buttons.
10935
10936 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10939         readable.
10940
10941 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10944
10945 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10946
10947         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10948         `browse-url-of-file' instead of `browse-url'.
10949
10950 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10951
10952         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10953         regexp.  Articles containing quotation were cut prematurely.
10954
10955 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * message.el (message-cite-original-1): Use nobody by default for the
10958         value of From header.
10959         (message-reply): Ditto.
10960
10961 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10962
10963         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10964         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10965         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10966
10967 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10970         mails in the doc string.  Add some URLs in comment.
10971         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10972
10973 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10976         backslashes handling and the way to find boundaries of quoted strings.
10977
10978 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10979
10980         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10981         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10982         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10983         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10984
10985 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10988         doc string.
10989         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10990
10991 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * lpath.el: Fbind epg-check-configuration.
10994
10995 2006-09-06  Simon Josefsson  <jas@extundo.com>
10996
10997         * mml2015.el (mml2015-use): Doc fix, mention epg.
10998
10999 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11000
11001         * mml2015.el (mml2015-use): Default to epg, if available.
11002
11003 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11004
11005         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11006         message-sender.
11007         (mml1991-epg-encrypt): Ditto.
11008         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11009         message-sender.
11010         (mml2015-epg-encrypt): Ditto.
11011
11012 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11013
11014         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11015         several common directories.
11016
11017 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11018
11019         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11020         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11021
11022 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-art.el (article-decode-encoded-words): Make it fast.
11025
11026 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11029
11030         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11031         in quoted string into `\'.
11032
11033 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11036         Use standard-syntax-table.
11037
11038 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-decode-address-function): New variable.
11041         (article-decode-encoded-words): Use it to decode headers which are
11042         assumed to contain addresses.
11043         (gnus-mime-delete-part): Remove useless `or'.
11044
11045         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11046         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11047         (gnus-nov-parse-line): Use it to decode From header.
11048         (gnus-get-newsgroup-headers): Ditto.
11049         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11050
11051         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11052         (mail-decode-encoded-address-string): New alias.
11053
11054         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11055         New function.
11056         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11057         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11058         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11059         (rfc2047-decode-string): Ditto.
11060         (rfc2047-decode-address-region): New function.
11061         (rfc2047-decode-address-string): New function.
11062
11063 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * message.el (message-caesar-buffer-body): Allow rotating headers.
11066
11067         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11068
11069         * message.el (message-insert-formated-citation-line): Fix %f.
11070         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11071
11072 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11075         (gnus-bookmark-mouse-available-p): New macro.
11076         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11077         (gnus-bookmark-bmenu-show-infos): Use it.
11078         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11079         (gnus-bookmark-bmenu-hide-infos): Ditto.
11080         (gnus-bookmark-remove-properties): New function.
11081         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11082         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11083         (gnus-bookmark-write-file): Bind coding-system-for-write.
11084         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11085         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11086         group before selecting it.
11087         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11088         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11089         quit-window if it is not available; use gnus-mouse-2 and bind it to
11090         gnus-bookmark-bmenu-select-by-mouse.
11091         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11092         (gnus-bookmark-bmenu-select-by-mouse): New function.
11093
11094 2006-08-13  Romain Francoise  <romain@orebokech.com>
11095
11096         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11097         space.
11098
11099 2006-08-10  Romain Francoise  <romain@orebokech.com>
11100
11101         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11102         (dns-mode-soa-auto-increment-serial): New user option.
11103         (dns-mode-soa-maybe-increment-serial): New function.
11104         (dns-mode): Add the latter to `write-contents-functions'.
11105
11106 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * compface.el (uncompface): Use binary rather than raw-text-unix.
11109
11110 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * compface.el (uncompface): Make sure the eol conversion doesn't take
11113         place when communicating with the external programs.
11114         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11115
11116 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11119
11120 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11121
11122         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11123         Make it more robust by parsing author and date independently.
11124
11125 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11128
11129 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11130
11131         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11132         first matching secret key.
11133         (mml2015-epg-encrypt): Ditto.
11134
11135         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11136         first matching secret key.
11137         (mml1991-epg-encrypt): Ditto.
11138
11139         * mml2015.el (mml2015-encrypt-to-self): New user option.
11140         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11141         mml2015-epg-encrypt-to-self is set.
11142
11143         * mml1991.el (mml1991-encrypt-to-self): New variable.
11144         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11145         mml1991-epg-encrypt-to-self is set.
11146
11147         * mml2015.el (mml2015-signers): New user option.
11148         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11149         (mml2015-epg-encrypt): Allow to select signing keys.
11150
11151         * mml1991.el (mml1991-signers): New variable.
11152         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11153         (mml1991-epg-encrypt): Allow to select signing keys.
11154
11155 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * nnheader.el (nnheader-insert-head): Make it work even if the file
11158         uses CRLF for the line-break code.
11159
11160 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11161
11162         * mml2015.el: Require mml-sec instead of password.
11163         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11164         (mml2015-cache-passphrase): Inherit the default value from
11165         mml-secure-cache-passphrase.
11166         (mml2015-passphrase-cache-expiry): Inherit the default value from
11167         mml-secure-passphrase-cache-expiry.
11168
11169         * mml1991.el: Require mml-sec instead of password.
11170         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11171         (mml1991-cache-passphrase): Inherit the default value from
11172         mml-secure-cache-passphrase.
11173         (mml1991-passphrase-cache-expiry): Inherit the default value from
11174         mml-secure-passphrase-cache-expiry.
11175
11176         * mml-sec.el: Require password.
11177         (mml-secure-verbose): New user option.
11178         (mml-secure-cache-passphrase): New user option.
11179         (mml-secure-passphrase-cache-expiry): New user option.
11180
11181 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11182
11183         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11184         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11185         andreas@altroot.de (Andreas Vögele).
11186
11187         FIXME: Use `tiny change'?
11188
11189 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11190
11191         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11192         workaround for the url package included with Emacs.
11193
11194         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11195
11196 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11199         correctly.  This fixes a bug caused by the 2006-05-12 change.
11200
11201 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11202
11203         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11204         some information about the error when saying that the `bogus' mail
11205         group will be used.
11206
11207 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11210         string.
11211
11212 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11213
11214         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11215
11216 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11217
11218         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11219
11220 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11221
11222         * mml1991.el (mml1991-function-alist): Add epg.
11223         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11224         (mml1991-epg-encrypt): New functions.
11225
11226 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11227
11228         * mml2015.el (mml2015-verbose): New variable.
11229         (mml2015-cache-passphrase): Ditto.
11230         (mml2015-passphrase-cache-expiry): Ditto.
11231         (mml2015-function-alist): Add epg.
11232         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11233         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11234         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11235         New functions.
11236
11237 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11238
11239         * message.el (message-cite-original-1): Preserve region when removing
11240         quoted text due to X-No-Archive in order to avoid bogus attribution
11241         when citing multiple messages.
11242
11243 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11244
11245         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11246         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11247
11248 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus-diary.el (gnus-user-format-function-d)
11251         (gnus-user-format-function-D): Autoload.
11252
11253         * imap.el (Commentary): Fix typo.
11254
11255         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11256         2006-04-22 contribution.
11257
11258 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11259
11260         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11261         It didn't really fix the bogosity I'm seeing with solid web groups.
11262
11263 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11264
11265         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11266         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11267         created using server names.  If we use the feature without declaring
11268         it, Gnus does not properly manage server and group state.
11269
11270         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11271         bound.
11272
11273 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11274
11275         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11276         looking up the method using GROUP's prefix before inventing a new one.
11277         It is used on killed/unknown groups in various places where returning
11278         an all-new method isn't expected by the caller.
11279
11280         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11281         and match semantics of gnus-group-real-prefix.
11282
11283 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * nnmail.el (nnmail-broken-references-mailers): New variable.
11286         (nnmail-ignore-broken-references): New function generalizing
11287         nnmail-fix-eudora-headers.
11288         (nnmail-fix-eudora-headers): Now obsolete.
11289
11290         * gnus-art.el (gnus-button-handle-custom):
11291         Support `customize-apropos*'.
11292
11293 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11294
11295         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11296
11297         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11298         articles.
11299
11300 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * message.el (message-cite-reply-above): New variable.
11303         (message-yank-original): Use it.
11304
11305 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11308
11309 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11312         as read.
11313
11314         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11315
11316 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11319         (gnus-bookmark-default-file): Use gnus-directory.
11320         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11321         Remove "*" in doc string.
11322         (gnus-bookmark-write-file): Simplify.
11323         (gnus-bookmark-maybe-sort-alist): Use `when'.
11324         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11325         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11326         Add FIXME about Emacs 21 and XEmacs compatibility.
11327         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11328         compatibility.
11329         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11330         compatibility.
11331         (gnus-bookmark-menu-heading): Fix version.
11332
11333 2006-06-19  Bastien Guerry  <bzg@altern.org>
11334
11335         * gnus-bookmark.el: New file.
11336
11337 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * message.el (message-syntax-checks): Doc fix.
11340
11341 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11342
11343         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11344         unsubscribed groups as if they were killed ones.  It causes duplicate
11345         entries in gnus-newsrc-alist.
11346
11347 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * message.el (message-syntax-checks): Doc fix.
11350         (message-send-mail): Add check for continuation headers.
11351         (message-check-news-header-syntax): Fix regexp used to check for
11352         continuation headers.
11353
11354 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11357
11358 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11361
11362 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11365         default-truncate-lines.
11366
11367 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11370         to fill the utf-8 entry.
11371
11372         * lpath.el: Fbind unicode-precedence-list.
11373
11374 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11375
11376         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11377
11378 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11379
11380         * gnus-agent.el (directory-files-and-attributes): Move all the way
11381         forward (the third and final move).
11382         (gnus-agent-read-agentview): Trap reconstruction errors due to
11383         nonexistent directory.  Handle by returning nil.
11384
11385 2006-05-30  Didier Verna  <didier@xemacs.org>
11386
11387         * message.el (message-dont-reply-to-names): Update the custom type.
11388         * message.el (message-dont-reply-to-names): New defsubst: potentially
11389         convert a list of regexps into a single one.
11390         * message.el (message-get-reply-headers): Use it.
11391         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11392
11393 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gnus-agent.el (directory-files-and-attributes): Move forward.
11396
11397 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gnus-ml.el (gnus-mailing-list-subscribe)
11400         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11401         (gnus-mailing-list-message): Fix doc strings.
11402
11403 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11404
11405         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11406         of doing it manually.
11407
11408 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11411         comment.
11412
11413 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11414
11415         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11416         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11417         (gnus-agent-read-local): All symbols allocated in my-obarray.
11418         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11419         (gnus-agent-regenerate-group): Check numeric names to see if they are
11420         messages or groups.
11421         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11422         better way of do this...)
11423
11424         * gnus-cache.el (gnus-agent-total-fetched-for):
11425         Ignore 'dummy.group' (there should be a better way of do this...)
11426
11427 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11430         (gnus-saved-headers): Ditto.
11431         (gnus-default-article-saver): Mention functions may have properties.
11432         (gnus-article-save): Override gnus-save-all-headers and
11433         gnus-saved-headers by :headers property which saver function may have.
11434         (gnus-summary-save-in-file): Add :headers property.
11435         (gnus-summary-write-to-file): Ditto.
11436
11437         * gnus-sum.el (gnus-summary-save-article): Bind
11438         gnus-prompt-before-saving to t when saving many articles in a file;
11439         always show all headers.
11440
11441         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11442
11443 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11446         marks.
11447
11448         * message.el (message-indent-citation): Add optional arguments to allow
11449         using it outside of message buffers.
11450
11451         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11452         (gnus-article-treat-unfold-headers): Use it.
11453         (gnus-article-truncate-lines): New variable.
11454         (gnus-article-mode): Use it.
11455         (gnus-article-toggle-truncate-lines): New function.
11456
11457         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11458         Add gnus-article-toggle-truncate-lines.
11459
11460         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11461         coding system in XEmacs, use binary.
11462
11463 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11466         after-load-alist.
11467
11468         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11469         this function should save decoded articles.
11470         (gnus-summary-write-to-file): Use property to specify this function
11471         should save decoded articles and specify gnus-summary-save-in-file
11472         should be used to save articles other than the first one when saving
11473         many articles.
11474         (gnus-summary-save-body-in-file): Use property to specify this
11475         function should save decoded articles.
11476         (gnus-summary-write-body-to-file): Use property to specify this
11477         function should save decoded articles and specify
11478         gnus-summary-save-body-in-file should be used to save articles other
11479         than the first one when saving many articles.
11480
11481         * gnus-sum.el (gnus-summary-save-article): Simplify.
11482
11483 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-art.el (gnus-default-article-saver):
11486         Add gnus-summary-write-body-to-file.
11487         (gnus-article-save-coding-system): Don't use coding system object
11488         in XEmacs.
11489         (gnus-read-save-file-name): Add optional `dir-var' argument which
11490         specifies directory in which files are saved; work even if optional
11491         `variable' argument is not specified.
11492         (gnus-summary-write-to-file): Read file name.
11493         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11494         (gnus-summary-write-body-to-file): New function.
11495
11496         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11497         (gnus-summary-local-variables): Add it.
11498         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11499         (gnus-summary-save-article): Remove optional `decode' argument;
11500         determine whether to decode articles by the value of
11501         gnus-default-article-saver; when saving many files using
11502         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11503         it first and use gnus-summary-save-in-file or
11504         gnus-summary-save-body-in-file thereafter unless
11505         gnus-prompt-before-saving is always; move point to article which
11506         will be saved.
11507         (gnus-summary-save-article-file): Revert.
11508         (gnus-summary-write-article-file): Revert.
11509         (gnus-summary-save-article-body-file): Revert.
11510         (gnus-summary-write-article-body-file): New function.
11511
11512 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gnus-art.el (gnus-default-article-saver): Doc fix.
11515         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11516         from gnus-summary-save-article-coding-system, and default to a
11517         certain coding system.
11518         (gnus-output-to-file): Add coding cookie and encode text according
11519         to gnus-article-save-coding-system; don't use mm-append-to-file.
11520
11521         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11522         gnus-art.el and rename to gnus-article-save-coding-system.
11523         (gnus-summary-save-article): Require gnus-art; don't show all
11524         headers if it decodes articles; don't add coding cookie here;
11525         don't bind mm-text-coding-system-for-write.
11526         (gnus-summary-save-article-file): Save decoded articles.
11527         (gnus-summary-write-article-file): When saving many files, use
11528         gnus-summary-write-to-file first and gnus-summary-save-in-file
11529         thereafter unless gnus-prompt-before-saving is always.
11530         (gnus-summary-save-article-body-file): Save decoded articles.
11531
11532         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11533
11534 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * nnrss.el (nnrss-check-group): Bind hash-index.
11537
11538 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11539
11540         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11541         its hash index.  Store this hash in `nnrss-group-data'.
11542         (nnrss-read-group-data): Update accordingly.
11543
11544 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11547         entry.
11548
11549         * gnus-sum.el (gnus-summary-make-menu-bar):
11550         Add gnus-article-browse-html-article.
11551
11552 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11553
11554         * gnus-sum.el (gnus-summary-mime-map):
11555         Add gnus-article-browse-html-article.
11556
11557         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11558
11559 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11562         suitable coding systems in customize.
11563
11564 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * mail-source.el (mail-sources): Fix custom type.
11567
11568 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11571         (gnus-summary-expire-articles-now): Shorten prompt.
11572
11573         * gmm-utils.el (wid-edit): Require.
11574         (defun-gmm): Rename from `gmm-defun-compat'.
11575         (gmm-image-search-load-path): Use it.
11576         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11577
11578 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-sum.el (gnus-summary-save-article-coding-system):
11581         New variable.
11582         (gnus-summary-save-article): Add optional `decode' argument.
11583         If it is set and gnus-summary-save-article-coding-system is non-nil,
11584         save decoded article.
11585         (gnus-summary-write-article-file): Save decoded article if
11586         gnus-summary-save-article-coding-system is non-nil.
11587
11588         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11589         type.
11590
11591 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11594
11595 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11598         first to test gnus-single-article-buffer which may be buffer-local.
11599
11600         * gnus-sum.el (gnus-summary-setup-buffer):
11601         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11602         group; make gnus-article-buffer, gnus-article-current, and
11603         gnus-original-article-buffer always buffer-local.
11604         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11605         group.
11606         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11607
11608 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * nnml.el (nnml-request-compact-group): Compressed files might not
11611         have .gz extension.
11612
11613 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11614
11615         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11616         (mm-copy-to-buffer): Use with-current-buffer.
11617         (mm-display-part): Simplify.
11618         (mm-inlinable-p): Add optional arg `type'.
11619
11620 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11621
11622         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11623         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11624         Try harder to show the attachment internally or externally using
11625         gnus-mime-view-part-as-type.
11626
11627 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * message.el (message-from-style, message-signature-separator)
11630         (message-user-organization-file, message-send-mail-function)
11631         (message-citation-line-function, message-yank-prefix)
11632         (message-indent-citation-function, message-signature)
11633         (message-signature-file, message-signature-insert-empty-line):
11634         Remove autoloads.
11635
11636         * gnus-art.el (gnus-buttonized-mime-types):
11637         Remove "multipart/signed".  Revert 2006-04-26 change.
11638
11639 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640
11641         * gnus.el (gnus-version-number): Bump version.
11642
11643 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11644
11645         * gnus.el: No Gnus v0.5 is released.
11646
11647 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11648
11649         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11650         fetching articles by message-id.
11651
11652 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * message.el (hashcash): Require hashcash as normal.
11655
11656         * ecomplete.el (ecomplete-highlight-match-line):
11657         Use point-at-eol.
11658         (ecomplete-highlight-match-line): Use `highlight', because that
11659         face exists in both Emacs and XEmacs.
11660
11661         * message.el (message-display-abbrev): Use point-at-bol.
11662
11663         * mail-source.el: Don't require timer/timer-funcs.
11664
11665         * gnus-async.el: Ditto.
11666
11667         * password.el: Ditto.
11668
11669         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11670
11671         * mm-url.el: Ditto.
11672
11673         * gnus-xmas.el: Don't require timer-funcs.
11674
11675         * mm-util.el: Require timer/timer-funcs.
11676
11677 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11678
11679         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11680         Close.
11681
11682 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11685         unibyte after clear-decrypt function runs.
11686
11687         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11688         returns as a unibyte string.
11689
11690 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * lpath.el: Revert.
11693
11694         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11695         (pgg-gpg-process-sentinel): Revert.
11696
11697         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11698         (pgg-pgp-lookup-key): Revert.
11699
11700         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11701         (pgg-pgp5-lookup-key): Revert.
11702
11703         * pgg.el (pgg-fetch-key): Revert.
11704
11705 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * lpath.el: Fbind string-as-multibyte for XEmacs.
11708
11709         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11710         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11711         (mml1991-pgg-encrypt): Ditto.
11712
11713         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11714         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11715         a multibyte buffer.
11716
11717         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11718         (pgg-pgp-lookup-key): Ditto.
11719
11720         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11721         (pgg-pgp5-lookup-key): Ditto.
11722
11723         * pgg.el (pgg-fetch-key): Ditto.
11724
11725 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * message.el (message-user-organization-file): Check several
11728         locations of the organization file.
11729
11730         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11731         Add gnus-article-view-part-as-type.
11732
11733         * gnus-art.el (gnus-article-view-part-as-type): New function.
11734
11735         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11736         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11737
11738         * mml.el: Simplify autoload.
11739         (mml-mode): defvar dnd-protocol-alist instead of using
11740         symbol-value.
11741         (mml-default-directory): New variable.
11742         (mml-minibuffer-read-file): Use it.
11743         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11744
11745         * message.el (message-citation-line-format): New variable.
11746         (message-insert-formated-citation-line): New function.
11747         (message-citation-line-function):
11748         Add `message-insert-formated-citation-line' to custom type.
11749
11750         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11751         to doc string.
11752
11753         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11754         depending on mm-verify-option.
11755
11756 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11759         binding pgg-* variables; reimplement the section which prevents
11760         MIME header from being signed.
11761         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11762         pgg-text-mode; remove a blank line at the top of body.
11763
11764         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11765         lines at the top of body; use gnus-newsgroup-charset if there's no
11766         Charset header.
11767
11768 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * message.el (message-self-insert-commands): Doc fix.
11771
11772         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11773         (mm-uu-pgp-encrypted-test): Ditto.
11774         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11775         between header and body; return application/pgp-encrypted handle
11776         if decryption failed; decode decrypted body by charset.
11777
11778         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11779         element match to application/pgp-*.
11780
11781 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11782
11783         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11784         HTML.
11785
11786 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * mail-source.el (mail-source-call-script): Message the error
11789         string.
11790
11791 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11792
11793         * gnus-util.el (gnus-byte-compile): Use it.
11794
11795 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11796
11797         * gnus-util.el (kill-empty-logs): New function.
11798
11799 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * message.el (message-mail-alias-type): Doc fix.
11802         (message-mail-alias-type-p): New function.
11803         (message-send): Use it.
11804         (message-mode): Ditto.
11805         (message-strip-forbidden-properties): Ditto.
11806
11807         * ecomplete.el (ecomplete-database-file-coding-system):
11808         New variable.
11809         (ecomplete-save): Use it.
11810         (ecomplete-setup): Use it.
11811
11812 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * message.el (message-self-insert-commands): New variable.
11815         (message-strip-forbidden-properties): Use it.
11816
11817 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11818
11819         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11820         that doesn't make XEmacs choke.
11821
11822 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-util.el (gnus-replace-in-string):
11825         Prefer replace-regexp-in-string over of replace-in-string.
11826
11827 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-util.el (gnus-select-frame-set-input-focus):
11830         Use select-frame-set-input-focus if it is available in XEmacs; use
11831         definition defined in Emacs 22 for old Emacsen.
11832
11833         * dgnushack.el: Autoload unmorse-region for XEmacs.
11834
11835         * lpath.el: Bind cursor-in-non-selected-windows and
11836         select-frame-set-input-focus for XEmacs.
11837
11838 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11841
11842 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11843
11844         * gnus-registry.el (gnus-registry-cache-save): Remove text
11845         properties when saving via the temp buffer.
11846
11847 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * message.el (message-generate-hashcash): Honor custom type.
11850
11851 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * message.el (message-generate-hashcash): Default to non-nil when
11854         hashcash is found.
11855
11856         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11857         (gnus-refer-thread-limit): Increase default to 500.
11858
11859         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11860
11861         * flow-fill.el (fill-flowed): Allow delete-space.
11862
11863 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11866         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11867         Remove autoloads.
11868
11869 2006-04-18  Simon Josefsson  <jas@extundo.com>
11870
11871         * message.el (message-generate-hashcash): Default to.
11872
11873 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11876         concatenating segments rather than before concatenating them.
11877
11878 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11881
11882 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11885
11886         * message.el (message-forward-make-body-plain):
11887         Allow message-forward-ignored-headers to be a list.
11888         (message-remove-ignored-headers): Factor out into function.
11889         (message-forward-make-body-mml): Use it.
11890
11891         * imap.el (imap-quote-specials): New function.
11892         (imap-login-auth): Quote specials.
11893
11894         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11895         (rfc2231-parse-string): Allow concatanation of parameters that
11896         aren't contiguous.  The test case is
11897           (mail-header-parse-content-type "message/external-body;
11898             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11899             access-type=LOCAL-FILE;
11900             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11901
11902 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11903
11904         * nntp.el (nntp-accept-process-output): Return the value of
11905         `nnheader-accept-process-output'.
11906
11907 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11910         (gnus-button-alist): Recognize more diff formats.
11911         (gnus-button-patch): Strip directory.
11912
11913 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11916         Emacs 22 when setting focus.
11917
11918 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * gnus-art.el (gnus-article-treat-types): Do treatment of
11921         text/x-verbatim parts.
11922         (gnus-button-patch): New command.
11923
11924         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11925         addresses that contain invalid characters.
11926
11927 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11928
11929         * message.el (message-put-addresses-in-ecomplete):
11930         Use gnus-replace-in-string.
11931         (message-is-yours-p): Use the more correct
11932         mail-header-parse-address instead of
11933         mail-extract-address-components.
11934         (message-put-addresses-in-ecomplete): Fix typo.
11935
11936         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11937         keystroke.
11938
11939         * gnus-art.el (gnus-treatment-function-alist): Change order of
11940         newsgroups/generic header folding to avoid double-folding.
11941
11942         * message.el (message-hidden-headers): Add X-Draft-From.
11943
11944         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11945         New command.
11946         (gnus-summary-repeat-search-article-backward): New command.
11947
11948         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11949         groups in the parent topic.
11950
11951 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11952
11953         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11954         (spam-extra-header-to-number): Return the CRM114 number as a
11955         number instead of a string.
11956
11957 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958
11959         * gnus-art.el (gnus-face-properties-alist): Move here from
11960         gnus-fun.
11961
11962         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11963
11964 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * message.el (message-strip-forbidden-properties): Only display on
11967         self-insert-command.
11968
11969         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11970         reindent.
11971         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11972
11973 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11974
11975         * smiley.el (smiley-style): Fix typo.
11976
11977 2006-03-23  Kenichi Handa  <handa@m17n.org>
11978
11979         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11980         instead of set-buffer-multibyte.
11981
11982 2006-03-23  Kenichi Handa  <handa@m17n.org>
11983
11984         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11985         buffer and then decode the buffer text if necessary.
11986         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11987         first, and after mm-encode-body, change the buffer to unibyte.
11988
11989 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11990
11991         * hashcash.el (hashcash-insert-payment-async-2):
11992         Use message-goto-eoh instead of doing it manually.
11993         (mail-add-payment): Use message-narrow-to-header instead of trying
11994         to do the same itself.
11995
11996         * message.el (message-hidden-headers): Add Face.
11997
11998         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11999         reparenting code.
12000         (gnus-summary-reparent-children): Refactored out code.
12001         (gnus-summary-thread-map): New keystroke.
12002         (gnus-summary-reparent-children): Make into command.
12003
12004         * smiley.el (smiley-style): Default to `medium' if using a large
12005         font.
12006
12007         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12008         does it itself.
12009
12010         * message.el (message-point-in-header-p): Simplify definition.
12011
12012 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12013
12014         * nnagent.el (nnagent-request-set-mark): Silence log file
12015         writing.
12016         (nnagent-request-set-mark): Use write-region instead of
12017         append-to-file.
12018
12019         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12020         strange select method.
12021
12022         * ecomplete.el (ecomplete-display-matches): Get highlightling
12023         right.
12024         (ecomplete-display-matches): Use literals.
12025         (ecomplete-display-matches): Disable message logging.
12026
12027         * message.el (message-display-abbrev): Small optimization.
12028
12029         * ecomplete.el (ecomplete-display-matches): Allow automatic
12030         display.
12031
12032         * message.el (message-strip-forbidden-properties):
12033         Display abbrevs.
12034         (message-display-abbrev): Get automatic display right.
12035
12036         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12037         keystrokes.
12038
12039 2006-04-13  Romain Francoise  <romain@orebokech.com>
12040
12041         TODO: Backport to v5-10!
12042
12043         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12044         Move here (and rename) from gnus-registry.el.
12045
12046         * gnus-registry.el: Require gnus-util.
12047         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12048
12049 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * gnus-group.el (gnus-group-catchup-current):
12052         Change if-then-else-if-then-else into cond.
12053         (gnus-group-catchup): Indent.
12054         (group-name-at-point): New function.
12055         (gnus-fetch-group): Provide default from thing at point.
12056
12057 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * message.el (message-display-abbrev): Fix regexp.
12060
12061         * ecomplete.el (ecomplete-highlight-match-line):
12062         Reimplement choosing.
12063         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12064         dead variables.
12065
12066         * message.el (message-newline-and-indent): Remove debugging.
12067         (message-display-abbrev): Use new implementation.
12068
12069 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * gnus-art.el (gnus-article-mode):
12072         Set cursor-in-non-selected-windows to nil.
12073
12074         * smiley.el: Revert previous change.
12075         (smiley-data-directory): defvar it before using it in the
12076         defcustom of `smiley-style'.
12077
12078 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * message.el (message-newline-and-indent): New function.
12081
12082         * ecomplete.el: Implement more bits.
12083
12084         * message.el (message-put-addresses-in-ecomplete): Clean up the
12085         string.
12086
12087         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12088
12089         * gnus-sum.el (gnus-summary-save-parts):
12090         Bind gnus-summary-save-parts-counter and use it to make unique file
12091         names.
12092
12093         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12094
12095         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12096         parameter to say whether to actually parse the individual
12097         addresses.
12098
12099         * message.el (message-put-addresses-in-ecomplete): New function.
12100         (ecomplete): Require.
12101         (message-mail-alias-type): Add ecomplete as an option.
12102
12103 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12104
12105         * flow-fill.el (fill-flowed): Remove trailing space from blank
12106         quoted lines.
12107
12108 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12109
12110         * smiley.el (smiley-style): Move definition later to avoid a
12111         compilation warning.
12112
12113 2006-04-12  Kenichi Handa  <handa@m17n.org>
12114
12115         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12116         buffer and then decode the buffer text if necessary.
12117         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12118         first, and after mm-encode-body, change the buffer to unibyte.
12119         Use mm-disable-multibyte instead of set-buffer-multibyte.
12120
12121 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12124         Content-Type header instead of Content-Disposition header.
12125         (gnus-mime-inline-part): Ditto.
12126         (gnus-mime-view-part-as-charset): Ignore charset that the part
12127         specifies.
12128
12129         * mm-decode.el (mm-display-part): Work with external parts and
12130         usual parts similarly.
12131
12132         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12133         instead of gnus-display-mime.
12134
12135         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12136         instead of with-temp-buffer.
12137
12138         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12139         tag to summarized topics part in order to encode non-ASCII text.
12140
12141 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * smiley.el (smiley-style): New variable.
12144         (smiley-directory): New function.
12145         (smiley-data-directory): Derive from `smiley-style' using
12146         `smiley-directory'.
12147         (smiley-regexp-alist): Add new entries.
12148
12149         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12150         (gnus-article-browse-delete-temp): Add :version.
12151
12152 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12153
12154         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12155         the sieve region.
12156
12157 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12158
12159         * gnus.el (gnus-version-number): Bump version.
12160
12161 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * gnus.el: No Gnus v0.4 is released.
12164
12165 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12168         layout.
12169
12170         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12171         unknown charset.
12172
12173         * message.el (message-header-synonyms): Add Original-To to the
12174         default.
12175
12176         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12177         optional parameter.
12178
12179 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-fun.el (gnus): Require it for gnus-directory.
12182
12183 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12186
12187 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12188
12189         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12190
12191 2006-04-05  Simon Josefsson  <jas@extundo.com>
12192
12193         * password.el (password-reset): New function.
12194
12195 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12196
12197         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12198         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12199
12200 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12201
12202         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12203         Some whitespace was matched into the url, which broke browsing hits
12204         > 100 when mm-url-use-external was nil.
12205
12206 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12209         Check gnus-extra-headers for 'Newsgroups.
12210
12211         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12212         bound.
12213
12214 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12215
12216         * pgg-gpg.el: Clean up process buffers every time gpg processes
12217         complete.
12218
12219 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12222         doc string.
12223
12224 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12225
12226         * pgg-gpg.el (pgg-gpg-process-filter)
12227         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12228
12229         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12230         lines, temporary fix.
12231
12232 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12235
12236 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12237
12238         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12239         default-enable-multibyte-characters.  This reverts the change from
12240         revision 6.17 which is no longer necessary because the passphrase
12241         is sent separately now.  GnuPG messages are unreadable under
12242         multibyte locales with default-enable-multibyte-characters set to
12243         nil.
12244
12245 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * message.el (message-tool-bar-gnome): Move "spell".
12248
12249 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12252         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12253         instead.
12254
12255 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12256
12257         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12258         Improve newsgroups handling for NNTP overviews which don't include
12259         Newsgroups.
12260
12261 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12262
12263         * message.el (message-resend): Bind message-generate-hashcash to nil.
12264
12265 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12266
12267         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12268         when searching for already-paid recipients.
12269
12270 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12271
12272         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12273         passphrases when it is not needed.
12274         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12275         passphrase stuff from gpg, should only be necessary when you use
12276         gpg with a smartcard.
12277
12278 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * mml.el (mml-insert-mime): Ignore cached contents of
12281         message/external-body part.
12282
12283         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12284         (mm-insert-part): Ditto.
12285
12286 2006-03-23  Simon Josefsson  <jas@extundo.com>
12287
12288         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12289         Reiner.
12290         (pgg-gpg-use-agent-p): Use it again.
12291
12292 2006-03-23  Simon Josefsson  <jas@extundo.com>
12293
12294         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12295         older emacsen.
12296         (pgg-gpg-use-agent-p): Don't use it.
12297
12298 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12301         if we can.
12302
12303 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12304
12305         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12306         (pgg-gpg-update-agent): New function.
12307         (pgg-gpg-use-agent-p): New function.
12308         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12309         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12310         (pgg-gpg-sign-region): Use it.
12311
12312 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12315         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12316
12317 2006-03-21  Simon Josefsson  <jas@extundo.com>
12318
12319         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12320         <wilde@sha-bang.de>.
12321         (pgg-gpg-use-agent): New variable.
12322         (pgg-gpg-process-region): Use it.
12323         (pgg-gpg-encrypt-region): Likewise.
12324         (pgg-gpg-encrypt-symmetric-region): Likewise.
12325         (pgg-gpg-decrypt-region): Likewise.
12326         (pgg-gpg-sign-region): Likewise.
12327         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12328
12329 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12332
12333         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12334         Add comment on version.
12335
12336 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * smiley.el: Add missing test smiley.
12339
12340 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * mm-decode.el (mm-with-part): New macro.
12343         (mm-get-part): Use it; work with message/external-body as well.
12344         (mm-save-part): Treat name and filename equally.
12345
12346         * mm-extern.el (mm-extern-cache-contents): New function.
12347         (mm-inline-external-body): Use it; force the part to be displayed;
12348         move undisplayer added to the cached handle to the parent.
12349
12350         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12351         (gnus-mime-view-part-as-type): Work with message/external-body.
12352
12353         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12354
12355 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12358         images in image-load-path.  [Sync with image.el, revision 1.60, in
12359         Emacs.]
12360
12361 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12364         path rather than symbol.  Always return list of directories.
12365         Guarantee that image directory comes first.  [Sync with image.el,
12366         revision 1.59, in Emacs.]
12367
12368         * message.el (message-make-tool-bar): Adjust to new API of
12369         `gmm-image-load-path-for-library'.
12370
12371         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12372
12373         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12374
12375 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12376
12377         * gnus-art.el (gnus-article-only-boring-p):
12378         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12379         intangible text.
12380         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12381
12382 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12385         Use `defun' instead of `gmm-defun-compat'.
12386
12387 2006-03-14  Simon Josefsson  <jas@extundo.com>
12388
12389         * message.el (message-unique-id): Don't use message-number-base36
12390         if (user-uid) is a float.
12391         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12392
12393 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12396
12397         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12398         empty line between a part and a message part.
12399
12400 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * smiley.el: Add more test smileys.
12403         (smiley-data-directory, smiley-regexp-alist)
12404         (gnus-smiley-file-types): Fix doc strings.
12405         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12406         adding new elements.
12407         (smiley-mouse-map): Unused code.  Make it a comment.
12408
12409 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12412         scan latest NoCeM messages instead of old ones.
12413         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12414         delimiters that are recently used.
12415         (gnus-nocem-load-cache): Add autoload cookie.
12416
12417         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12418
12419         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12420         level which is larger than gnus-use-nocem is specified.
12421
12422         * gnus-group.el (gnus-group-get-new-news): Ditto.
12423
12424 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-util.el (gnus-tool-bar-update): New function.
12427
12428         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12429         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12430
12431         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12432
12433         * gnus-group.el (gnus-group-redraw-when-idle)
12434         (gnus-group-redraw-check): Remove.
12435         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12436
12437 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12440         if optional last element is specified in splits (FIELD VALUE...).
12441
12442 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12445         to gmm-image-load-path-for-library.  Call with no-error argument.
12446         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12447
12448         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12449
12450         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12451
12452         * gmm-utils.el (gmm-image-load-path): Remove alias.
12453
12454 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * gmm-utils.el (gmm-image-load-path): Add alias.
12457
12458         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12459         nnml-generate-nov-databases-1.
12460         (nnml-generate-nov-databases): Use it.
12461         (nnml-generate-nov-databases-directory): Document no-active
12462         argument.
12463
12464         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12465         directory if path is t.  Add no-error.
12466
12467         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12468         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12469
12470         * gnus-art.el (gnus-article-browse-delete-temp-files):
12471         Simplify resetting gnus-article-browse-html-temp-list.
12472
12473         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12474         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12475         Add example to docstring.  Rename local variables.  Move error
12476         checks to default case in cond and simplify.
12477
12478 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12481         handle is multipart when calling it recursively.
12482         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12483
12484 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12485
12486         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12487         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12488
12489 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12492         is loaded.
12493
12494         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12495         loaded.
12496
12497 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12500         to "Emacs 23 (unicode)" in doc string.
12501
12502         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12503         "Emacs 23 (unicode)" in comment.
12504
12505 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12508
12509         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12510         characters 160 through 255 in Emacs 23.
12511
12512 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12515         gnus-article-browse-html-temp.
12516         (gnus-article-browse-delete-temp): Make it customizable.
12517         Add `file'.  Adjust doc string.
12518         (gnus-article-browse-delete-temp-files): Add argument.
12519         Allow query for each file.  Adjust doc string.
12520         (gnus-article-browse-html-parts):
12521         Add `gnus-article-browse-delete-temp-files' to
12522         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12523
12524 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12525
12526         * gnus-art.el (gnus-article-browse-html-temp)
12527         (gnus-article-browse-delete-temp): New variables.
12528         (gnus-article-browse-delete-temp-files): New function.
12529         (gnus-article-browse-html-parts): Use it.
12530
12531 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12534
12535         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12536         string.
12537
12538         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12539         gnus-summary-insert-new-articles when unplugged.
12540         Remove gnus-summary-search-article-forward.
12541
12542         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12543         display-visual-class instead of display-color-cells.
12544
12545 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * dgnushack.el: Autoload customize-group for XEmacs.
12548
12549         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12550         message/* containing non-ASCII text properly.
12551
12552 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * message.el: Require gmm-utils, remove autoloads.
12555         (message-tool-bar): Set default based on
12556         gmm-tool-bar-style.
12557         (message-tool-bar-gnome): Add gmm-customize-mode.
12558
12559         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12560         gmm-tool-bar-style.
12561         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12562
12563         * gnus-group.el (gnus-group-tool-bar): Set default based on
12564         gmm-tool-bar-style.
12565         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12566
12567         * gmm-utils.el (gmm-image-directory): Rename variable from
12568         gmm-image-load-path.
12569         (gmm-image-load-path): Use gmm-image-directory.
12570         (gmm-customize-mode): New function.
12571         (gmm-tool-bar-style): New variable.
12572
12573         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12574         gnus-group-redraw-line-number.
12575         (gnus-group-redraw-check): Simplify.
12576         (gnus-group-tool-bar-update): Remove redraw check.
12577         (gnus-group-make-tool-bar): Add redraw check.
12578
12579 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12580
12581         * gnus-art.el (gnus-button): Add missing parentheses.
12582
12583 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * lpath.el: Fbind line-number-at-pos.
12586
12587 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12590
12591 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-art.el (gnus-button): New face.
12594         (gnus-article-button-face): Use it.
12595
12596         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12597         Add gnus-summary-next-page.  Re-order.
12598
12599         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12600         next-node are now included.
12601         (gnus-group-redraw-line-number): New internal variable.
12602         (gnus-group-redraw-check): Helper function for updating the tool
12603         bar.
12604         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12605
12606         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12607
12608         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12609         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12610         Use it to match format of Spamassassin 3.0 and later.
12611         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12612         (spam-check-bogofilter)
12613         (spam-bogofilter-register-with-bogofilter): Fix args of
12614         `gnus-error' calls.
12615
12616 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12619         unnecessary interaction when sending queued mails.
12620         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12621
12622 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12625         first or last are nil.
12626
12627 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12628
12629         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12630
12631 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12634
12635 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * dns.el (query-dns): Protect more against buggy tcp output.
12638
12639 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12642         nov.php.
12643
12644 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12645
12646         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12647         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12648         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12649         output on the server side.
12650         (nnweb-google-create-mapping): Update regexps and add some
12651         progress indication.
12652
12653 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * gnus-group.el (gnus-group-tool-bar-gnome):
12656         Fix gnus-agent-toggle-plugged.  Re-order icons.
12657         (gnus-group-tool-bar-gnome):
12658         Add gnus-group-{prev,next}-unread-group.
12659         (gnus-group-tool-bar-gnome): Re-order icons.
12660
12661         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12662         Move gnus-summary-insert-new-articles.
12663
12664         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12665         Fix comments.
12666
12667         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12668         also available in Emacs 21.3.
12669
12670         * message.el (message-fix-before-sending): Change "Emacs 22" to
12671         "Emacs 23 (unicode)" in comment.
12672
12673         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12674         "Emacs 23 (unicode)" in comment.
12675
12676         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12677         comment.
12678         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12679
12680         * mm-view.el (mm-fill-flowed): Add :version.
12681
12682 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12685         and load-path.
12686
12687 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * message.el: Autoload gmm-image-load-path.
12690         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12691         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12692         consitency.
12693
12694         * gmm-utils.el (gmm-image-load-path): Also search in
12695         "../etc/images".  Don't set gmm-image-load-path if we don't find
12696         the image.
12697
12698 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gmm-utils.el (gmm-image-load-path): Don't make
12701         `gmm-image-load-path' include subdirectories which the second arg
12702         `image' might specify.
12703
12704         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12705         subdirectory to icon file names.
12706
12707         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12708
12709 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12712         gmm-image-load-path calls.
12713
12714         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12715
12716         * message.el (message-make-tool-bar): Ditto.
12717
12718         * mml.el (mml-preview): Add comment concerning tool bar icons.
12719
12720         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12721         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12722
12723         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12724         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12725
12726         * message.el (message-tool-bar-gnome): Use new icon names.
12727         (message-make-tool-bar): Use `gmm-image-load-path'.
12728
12729         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12730         New functions from MH-E.
12731         (gmm-image-load-path): New variable from MH-E.
12732         (gmm-image-load-path): New function from MH-E.  Add arguments
12733         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12734         *-image-load-path-called-flag.
12735
12736 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12737
12738         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12739
12740 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12741
12742         * nnimap.el (nnimap-request-move-article): Change folder back to
12743         source group before deleting.
12744
12745 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12748
12749         * gnus-art.el (mm-url-insert-file-contents-external):
12750         Autoload mm-url.
12751
12752         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12753
12754 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12757         coding system which mm-charset-to-coding-system returns for a
12758         given charset is valid.
12759
12760 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12761
12762         * html2text.el (html2text-remove-tag-list):
12763         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12764
12765 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12766
12767         * gnus-cus.el: Revert 2005-10-17 change.
12768
12769 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (article-strip-banner):
12772         Call article-really-strip-banner only when the regexp match is made.
12773
12774 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-art.el (article-strip-banner):
12777         Use gnus-extract-address-components instead of
12778         mail-header-parse-addresses to make it work with non-ASCII text;
12779         remove mail-encode-encoded-word-string.
12780
12781         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12782         values which are surrounded with \"...\"; make it never cause a
12783         Lisp error; give up parsing of parameters if it failed in
12784         extracting type.
12785
12786 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12787
12788         * smime.el (smime-cert-by-ldap-1): Fix bug where
12789         `smime-ldap-search' returns results without userCertificates.
12790
12791 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12794
12795 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * spam.el (spam-check-spamassassin-headers): Adapt format for
12798         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12799         <ari@mbf.ocn.ne.jp>.
12800         (spam-list-of-processors): Add spam-use-gmane.
12801
12802 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12805         make-temp-file; make it work with XEmacs as well.
12806
12807         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12808         mm-make-temp-file.
12809
12810         * mm-decode.el (mm-display-external): Use the 3rd arg of
12811         mm-make-temp-file.
12812         (mm-create-image-xemacs): Ditto.
12813
12814 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12817         with message-narrow-to-headers.
12818         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12819         (gnus-draft-check-draft-articles): New function.
12820         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12821
12822 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-art.el (gnus-article-browse-html-parts):
12825         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12826         Don't use suffix argument for mm-make-temp-file for Emacs 21
12827         compatibility.  Remove useless `format'.
12828
12829 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12830
12831         * nnweb.el (nnweb-google-wash-article): Update regexps.
12832         (nnweb-group-alist): Use defvoo instead of defvar.
12833
12834 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12837         re-loading nn* modules.
12838
12839 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12842         for `tool-bar-mode' and don't check it's default-value.
12843
12844         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12845
12846         * message.el (message-make-tool-bar): Ditto.
12847
12848         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12849         `substring'.  Shorten tmp-file name.
12850
12851         * gnus.el: Remove bogus comment.
12852
12853 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12854
12855         * gnus-art.el (gnus-article-browse-html-parts): New function.
12856         (gnus-article-browse-html-article): New function for viewing html
12857         articles with a browser.
12858
12859 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12860
12861         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12862         in elisp.
12863         (pgg-gpg-encrypt-symmetric-region): Ditto.
12864         (pgg-gpg-sign-region): Ditto.
12865
12866         * pgg-def.el (pgg-text-mode): New variable.
12867
12868         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12869         (mml2015-pgg-encrypt): Ditto.
12870
12871         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12872         (mml1991-pgg-encrypt): Ditto.
12873
12874 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * nnfolder.el (nnfolder-insert-newsgroup-line):
12877         Use message-make-date instead of current-time-string.
12878
12879         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12880         to gnus-decoded which mm-uu might set.
12881
12882 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12885         don't decode quoted parameters; remove misimported Emacs code.
12886         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12887         (rfc2231-decode-encoded-string): Don't use split-string which
12888         behaves differently according to Emacs version; use
12889         mm-decode-coding-region to convert charset to coding-system.
12890         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12891         (rfc2231-encode-string): Remove misimported Emacs code.
12892
12893 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12896         when calling mail-header-parse-content-type.
12897         (article-de-quoted-unreadable): Ditto.
12898         (article-de-base64-unreadable): Ditto.
12899         (article-wash-html): Ditto.
12900
12901         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12902         calling mail-header-parse-content-type and
12903         mail-header-parse-content-disposition.
12904         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12905         mail-header-parse-content-type.
12906
12907         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12908         insert charset and format parameters; encode description after
12909         inserting it to buffer.
12910         (mml-insert-parameter): Fold lines properly even if a parameter is
12911         segmented into two or more lines; change the max column to 76.
12912
12913         * rfc1843.el (rfc1843-decode-article-body): Don't use
12914         ignore-errors when calling mail-header-parse-content-type.
12915
12916         * rfc2231.el (rfc2231-parse-string): Return at least type if
12917         possible; don't cause an error even if it fails in parsing of
12918         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12919         (rfc2231-encode-string): Don't break lines at the beginning, leave
12920         it to mml-insert-parameter.
12921
12922         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12923         calling mail-header-parse-content-type.
12924
12925 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * spam-report.el (spam-report-gmane-use-article-number):
12928         Improve doc string.
12929         (spam-report-gmane-internal): Check if a suitable header was found
12930         in the article.
12931
12932 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12935         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12936
12937 2006-02-05  Romain Francoise  <romain@orebokech.com>
12938
12939         Update copyright notices of all files in the gnus directory.
12940
12941 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12942
12943         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12944
12945 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12948         segmented lines of parameter value to cope with Thunderbird 1.5
12949         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12950         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12951         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12952
12953 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12954
12955         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12956         parts.
12957
12958 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12959
12960         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12961         there's only one active file for all servers.
12962         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12963         solid groups.  Gnus might have used a FAST request to select the group.
12964         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12965         and nnweb-search redundantly in the active file.
12966         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12967         (nnweb-request-create-group): Don't use ARGS.
12968         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12969         initialisations.  Let nnoo do the work.
12970
12971 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12974         Say the part has been decoded.
12975
12976         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12977
12978 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12979
12980         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12981         mailcap-viewer-test-cache when there's no 'test clause, since that
12982         will invert the meaning of a "nil" test previously determined by
12983         mailcap-mailcap-entry-passes-test.
12984
12985 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12988         compiling.
12989
12990         * gnus-sum.el: Ditto.
12991
12992         * message.el: Don't bind tool-bar-map when compiling.
12993
12994 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12997
12998 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12999
13000         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13001         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13002         current Google Groups.
13003
13004 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13007         and tool-bar-mode.
13008
13009         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13010         and tool-bar-mode.
13011
13012         * message.el (message-tool-bar-update): Simplify.
13013         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13014
13015         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13016         gnus-summary-buffer.
13017         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13018         gnus-summary-reply.
13019
13020         * gmm-utils.el (gmm): Add :version.
13021
13022 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * Makefile.in (clean): New rule.
13025         (distclean): Use it.
13026
13027 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13028
13029         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13030         Don't autoload.
13031
13032 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gmm-utils.el (gmm-verbose): Add :group.
13035
13036 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * message.el: Change some comments WRT tool-bars.
13039
13040         * gnus-sum.el (gnus-summary-tool-bar)
13041         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13042         (gnus-summary-tool-bar-zap-list): New variables.
13043         (gnus-summary-make-tool-bar): Complete rewrite using
13044         `gmm-tool-bar-from-list'.
13045
13046         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13047         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13048         New variables.
13049         (gnus-group-make-tool-bar): Complete rewrite using
13050         `gmm-tool-bar-from-list'.
13051         (gnus-group-tool-bar-update): New function.
13052
13053         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13054
13055 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13058         is dissected into a single part of which the type is the same as
13059         the given one; decode charset.
13060
13061 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13062
13063         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13064         into alists as symbol not string, since that's what
13065         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13066         look for.
13067
13068 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13071         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13072
13073         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13074
13075 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13078         (gnus-xmas-mime-security-button-menu): New function.
13079
13080         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13081         (gnus-mime-security-button-menu): New definition.
13082         (gnus-mime-security-button-map): Use them.
13083         (gnus-mime-security-button-menu): New function.
13084         (gnus-insert-mime-security-button): Addition to help echo.
13085         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13086         (gnus-mime-security-pipe-part): New functions.
13087
13088         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13089         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13090
13091         * mm-decode.el (mm-handle-set-disposition): Remove.
13092         (mm-handle-set-description): Remove.
13093
13094 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13097         (mm-w3m-standalone-supports-m17n-p): New function.
13098         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13099         w3m usage.
13100
13101         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13102         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13103
13104 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * message.el (message-tool-bar-zap-list):
13107         Use gmm-tool-bar-zap-list as custom type.
13108         (message-tool-bar-update): New function.
13109         (message-tool-bar, message-tool-bar-gnome)
13110         (message-tool-bar-retro): Add message-tool-bar-update.
13111         (message-tool-bar-gnome): Add flyspell-buffer.
13112
13113         * gnus-util.el (gnus-error): Describe `args'.
13114
13115         * gmm-utils.el (gmm-error): Describe `args'.
13116         (gmm-tool-bar-zap-list): New widget.
13117         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13118
13119 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13122         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13123         the number of recursive calls.
13124
13125         * mm-decode.el (mm-handle-set-disposition): New macro.
13126         (mm-handle-set-description): New macro.
13127
13128 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13131         encoding.
13132
13133 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * message.el (message-tool-bar-zap-list, message-tool-bar)
13136         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13137         (message-tool-bar-local-item-from-menu): Remove.
13138         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13139         (message-make-tool-bar): New function.
13140         (message-mode): Use `message-make-tool-bar'.
13141
13142         * gmm-utils.el: New file.
13143         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13144         (gmm-lazy): New widget copied from `nnmail.el'.
13145         (gmm-tool-bar-from-list): New function for creating customizable
13146         tool bars.
13147         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13148         output.
13149         (gmm): Add :prefix to defgroup.
13150
13151 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13152
13153         * gmm-utils.el (gmm-widget-p): New function.
13154
13155 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * mml.el (mml-attach-file): Describe `description' in doc string.
13158         (mml-menu): Add Emacs MIME manual and PGG manual.
13159
13160 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13161
13162         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13163
13164 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13165
13166         * nntp.el (nntp-end-of-line): Doc fix.
13167
13168 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13169
13170         * imap.el (imap-open): Handle case where buffer is a buffer
13171         object.
13172
13173 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13174
13175         * gnus-delay.el (gnus-delay): Don't autoload.
13176         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13177         to be re-loaded when customizing the `gnus-delay' group.
13178
13179 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13180
13181         * message.el (message-insert-citation-line): Use newlines.
13182
13183 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13184
13185         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13186         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13187         these routines, so the passphrase can be managed externally and
13188         passed in to the system.
13189         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13190         pgg-add-passphrase-to-cache function.
13191
13192         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13193         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13194         these routines, so the passphrase can be managed externally and
13195         passed in to the system.
13196         (pgg-pgp5-sign-region): Use new name of
13197         pgg-add-passphrase-to-cache function.
13198
13199 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13200
13201         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13202         part of the decoded armor to find the key-identifier.
13203         (pgg-gpg-lookup-key-owner): New function to return the
13204         human-readable identifier of a key owner.
13205         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13206         itself.
13207         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13208         the key value) if we have a key and can match it against a secret
13209         key.  Also, added a note pointing out fact that the prompt only
13210         indicates the first matching key.
13211
13212         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13213         pgg-decrypt-region.
13214         (pgg-add-passphrase-to-cache): Rename from
13215         `pgg-add-passphrase-cache' to reduce confusion (all callers
13216         changed).
13217         (pgg-remove-passphrase-from-cache): Rename from
13218         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13219         changed).
13220         (pgg-read-passphrase, pgg-add-passphrase-cache)
13221         (pgg-remove-passphrase-cache): Add informative docstrings.
13222         (pgg-decrypt): Convey provided passphrase in subordinate call to
13223         pgg-decrypt-region.
13224
13225 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13226
13227         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13228         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13229         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13230         'passphrase' argument, so the passphrase can be managed externally
13231         and then passed in to the system.
13232
13233         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13234         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13235         so the passphrase cache can be used reliably with identifiers
13236         besides a pgp packet's key id.
13237
13238         * pgg-gpg.el (pgg-gpg-encrypt-region)
13239         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13240         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13241         these routines, so the passphrase can be managed externally and
13242         passed in to the system.
13243
13244         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13245         'notruncate' argument, so the passphrase cache can be used
13246         reliably with identifiers besides a pgp packet's key id.
13247
13248 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13249
13250         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13251         symmetric encryption.
13252         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13253         encrypted session key.
13254         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13255         message ask for the passphrase in a proper way.
13256
13257         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13258         New user commands for symmetric encryption.
13259
13260 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13263
13264         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13265
13266 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13267
13268         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13269
13270 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * mm-decode.el (mm-inlined-types): Add application/pgp.
13273         (mm-automatic-display): Ditto.
13274
13275         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13276         part as text.
13277
13278 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * nnrss.el: Update copyright.
13281         (nnrss-opml-import): Query whether to subscribe to each entry.
13282
13283         * gnus-art.el:
13284         * gnus-sum.el:
13285         * gnus-xmas.el:
13286         * messagexmas.el:
13287         * mm-uu.el:
13288         * mm-view.el: Update copyright.
13289
13290 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * message.el (message-info): New function.
13293         (message-mode-menu): Add it.
13294         Update copyright.
13295
13296         * ChangeLog: Fix and update copyright.
13297
13298 2006-01-13  Romain Francoise  <romain@orebokech.com>
13299
13300         * message.el (message-forward-subject-name-subject): Prefer the
13301         address to 'nowhere' if the sender has no name.
13302         Fix typo.  Update copyright year.
13303
13304 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-art.el (article-wash-html):
13307         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13308         (gnus-article-wash-html-with-w3m-standalone): New function.
13309
13310         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13311         mm-inline-text-html-render-with-w3m-standalone.
13312         (mm-text-html-washer-alist): Map w3m-standalone to
13313         gnus-article-wash-html-with-w3m-standalone.
13314         (mm-inline-text-html-render-with-w3m-standalone): New function.
13315
13316 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13319         Improve LaTeX.
13320
13321 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13324         (nnrss-request-article): Render text/plain parts as HTML.
13325
13326         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13327         the buffer.
13328
13329 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13332         custom definition of `gnus-posting-styles'.
13333
13334         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13335         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13336
13337 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13340         Use nntp for bug archive.
13341
13342 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13345         parts.
13346         (nnrss-normalize-date): New function converts ISO 8601 date into
13347         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13348         (nnrss-check-group): Use it.
13349
13350 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13353
13354         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13355         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13356         (nnrss-insert-w3): Ditto.
13357
13358 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13361         the articles to be forwarded including the case where neither a
13362         number of articles nor a region is specified.
13363
13364 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * nnrss.el (nnrss-request-article): Fix last change; fill
13367         text/plain parts.
13368
13369 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13372         in text/plain part.
13373         (nnrss-check-group): Don't add excessive newline to dc:subject.
13374
13375 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13376
13377         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13378         article.
13379
13380 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13383         (nnml-use-compressed-files, nnml-save-mail): Support other
13384         comression programs such as bzip2.
13385
13386 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13387
13388         * dns.el (query-dns): Make sure we check the buffer size before
13389         removing tcp headers.
13390
13391 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13394         remove MIME buttons associated with multipart/alternative parts.
13395         (gnus-mime-display-alternative): Tag buttons using `article-type'
13396         text property.
13397
13398         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13399         associated with multipart/alternative parts.
13400
13401         * gnus-art.el (gnus-signature-separator): Fix custom type.
13402
13403         * mm-decode.el (mm-inlined-types): Fix custom type.
13404         (mm-keep-viewer-alive-types): Ditto.
13405         (mm-automatic-display): Ditto.
13406         (mm-attachment-override-types): Ditto.
13407         (mm-inline-override-types): Ditto.
13408         (mm-automatic-external-display): Ditto.
13409
13410 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * spam-report.el (spam-report-user-mail-address)
13413         (spam-report-user-agent): New variables.
13414         (spam-report-url-ping-plain): Use spam-report-user-agent.
13415
13416 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13417
13418         * gnus-art.el (gnus-button-handle-custom): Do not just use
13419         `customize-apropos' for any "M-x customize-*" button but the
13420         function called for.  Accept both the function name and its
13421         argument in order to achieve this.
13422         (gnus-button-alist): Remove support for "custom:" URL's.
13423         Pass function name to `gnus-button-handle-custom' in case of "M-x
13424         customize-*" buttons.
13425
13426 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13429         multipart/alternative and add xref to mm-discouraged-alternatives
13430         in doc string.
13431
13432         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13433         gnus-buttonized-mime-types in doc string.
13434
13435 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13438         Suggest image/.* in the doc string.
13439
13440 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13443         message-marks (Debian bug #342521).
13444
13445 2005-12-12  Simon Josefsson  <jas@extundo.com>
13446
13447         * password.el (password-read-from-cache): Add.
13448         (password-read): Use it.
13449
13450 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * rfc2047.el (rfc2047-charset-to-coding-system):
13453         Recognize us-ascii as a MIME charset.
13454
13455         * mm-bodies.el (mm-decode-content-transfer-encoding):
13456         Protect against the case where the 2nd arg TYPE is nil.
13457
13458 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * pop3.el (pop3-stream-type): Fix custom version.
13461
13462         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13463
13464 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13465
13466         * mm-decode.el (mm-display-external): Add missing cdr.
13467
13468 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13471         RFC1524) if it is in mailcap or add a suffix according to
13472         mailcap-mime-extensions when generating a temp filename; postpone
13473         deleting a temp file for 2 seconds for some wrappers, shell
13474         scripts, and so on, which might exit right after having started a
13475         viewer command as a background job.
13476
13477 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * nntp.el (nntp-marks-directory): Fix custom group.
13480
13481         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13482         steps when < 10.
13483
13484         * gnus-start.el (gnus-no-server-1):
13485         Mention `gnus-level-default-subscribed' in doc string.
13486
13487 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13488
13489         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13490         parens.
13491
13492 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-xmas.el (gnus-use-toolbar): Revert.
13495         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13496         gnus-use-toolbar is default.
13497
13498         * messagexmas.el (message-use-toolbar): Revert.
13499         (message-setup-toolbar): Use global default-toolbar if
13500         message-use-toolbar is default.
13501
13502 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13505         according to default-toolbar-visible-p.
13506
13507         * messagexmas.el (message-use-toolbar): Ditto.
13508
13509 2005-11-26  Dave Love  <fx@gnu.org>
13510
13511         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13512         (tls-program, tls-success): Provide openssl alternative.
13513
13514         * starttls.el: Doc fixes.
13515         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13516         SERVICE to PORT.
13517
13518         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13519         port null or service name.
13520         (starttls-negotiate): Autoload.
13521
13522 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * message.el (message-kill-to-signature): Fix interactive spec.
13525
13526 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * pop3.el (pop3-open-server): Recognize a string as a service name.
13529
13530 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13531
13532         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13533
13534 2005-11-23  Dave Love  <fx@gnu.org>
13535
13536         Add pop3s, pop3/starttls.
13537
13538         * pop3.el (pop3-authentication-scheme): Clarify doc.
13539         (open-tls-stream, starttls-open-stream): Autoload.
13540         (pop3-stream-type): New.
13541         (pop3-open-server): Use it.
13542
13543         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13544         for POP.
13545         (mail-source-keyword-map): Add :stream for POP.
13546         (mail-source-fetch-pop): Use pop3-stream-type.
13547
13548 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13551         of current-time-string.
13552
13553 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13554
13555         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13556         date header.
13557
13558 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13559
13560         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13561         it can seriously impact performance as it bypasses the agent's
13562         local caches.
13563
13564 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13565
13566         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13567         must be explicitly online rather than "not explicitly offline" for
13568         its flags to be synchronized.
13569
13570         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13571         that gnus-uu-unmark-thread will function correctly.
13572
13573         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13574         1024K is instead displayed as 1M.
13575
13576 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13579
13580 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13581
13582         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13583
13584 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13585
13586         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13587         error message to display actual error condition.
13588         (gnus-agent-save-local): Avoid saving symbols that are bound to
13589         nil as they simply result in a warning message in
13590         gnus-agent-read-local.
13591
13592 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13595         rather than make-variable-buffer-local for file-precious-flag.
13596
13597 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13598
13599         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13600         for duplicates which are removed.  The invalid sort check then
13601         triggers a rescan after the sort as sorting may have moved
13602         duplicate entries such that they can be cheaply detected.
13603
13604 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13607
13608 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13609
13610         * gnus-agent.el (gnus-agent-article-alist-save-format):
13611         Change internal variable to a custom variable.  Change default value
13612         from compressed(2) to uncompressed(1).
13613         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13614         support for uncompressed agentview files.  Taken together, reading
13615         the agentview file should now be 6-7 times faster.
13616
13617 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13618
13619         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13620         as a buffer-local variable.  This avoids creating truncated
13621         dribble files as a result of a hang up, eg.
13622
13623 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13624
13625         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13626         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13627         XEmacs.
13628
13629 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-start.el (gnus-start-draft-setup):
13632         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13633
13634         * gnus.el (gnus-splash): Change custom group.
13635         (gnus-group-get-parameter, gnus-group-parameter-value):
13636         Describe allow-list argument.
13637
13638         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13639         string.
13640
13641 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * gnus-art.el (gnus-default-article-saver): Add user-defined
13644         `function' to custom type.
13645
13646 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13647
13648         * imap.el (imap-open): Handle case where buffer is a buffer
13649         object.
13650
13651 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13654         long lines.
13655         (gnus-cache-delete-group): Wrap doc strings.
13656
13657         * gnus-agent.el (gnus-agent-rename-group)
13658         (gnus-agent-delete-group): Wrap doc strings.
13659
13660 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * messagexmas.el (message-use-toolbar): Change the valid values
13663         into default, top, bottom, left, and right.
13664         (message-toolbar-thickness): New variable.
13665         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13666         well.
13667         (message-setup-toolbar): Make it work.
13668
13669         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13670         (gnus-use-toolbar): Change the valid values into default, top,
13671         bottom, left, and right.
13672         (gnus-toolbar-thickness): New variable.
13673         (gnus-xmas-setup-toolbar): New function.
13674         (gnus-xmas-setup-group-toolbar): Use it.
13675         (gnus-xmas-setup-summary-toolbar): Use it.
13676
13677 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * gnus-start.el (gnus-1): Add "native" to
13680         gnus-predefined-server-alist.
13681
13682         * gnus.el (gnus-method-to-server): Don't add "native" to the
13683         lists here, because that leads to problems when
13684         gnus-select-method is bound.
13685
13686 2005-11-09  Simon Josefsson  <jas@extundo.com>
13687
13688         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13689         use (not sort-by-date) instead.
13690
13691 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13692
13693         * gnus-delay.el (gnus-delay-group): Don't autoload.
13694         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13695         to be re-loaded when customizing the `gnus-delay' group.
13696
13697 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13698
13699         * message.el: Revert last changes.
13700         (message-insert-citation-line): Use newlines.
13701
13702 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13703
13704         * message.el (message-courtesy-message)
13705         (message-mark-insert-begin, message-mark-insert-end)
13706         (message-elide-ellipsis, message-cancel-message)
13707         (message-add-header, message-change-subject)
13708         (message-cross-post-followup-to-header)
13709         (message-cross-post-insert-note, message-reduce-to-to-cc)
13710         (message-widen-reply, message-delete-not-region)
13711         (message-kill-to-signature, message-insert-signature)
13712         (message-insert-importance-high, message-insert-importance-low)
13713         (message-insert-or-toggle-importance)
13714         (message-insert-disposition-notification-to)
13715         (message-indent-citation, message-yank-original)
13716         (message-cite-original-without-signature, message-cite-original)
13717         (message-insert-citation-line, message-position-on-field)
13718         (message-fix-before-sending, message-send-mail-partially)
13719         (message-send-mail, message-send-mail-with-sendmail)
13720         (message-send-mail-with-qmail, message-send-news)
13721         (message-check-news-header-syntax, message-generate-headers)
13722         (message-insert-courtesy-copy, message-fill-address)
13723         (message-fill-header, message-shorten-references)
13724         (message-setup-1, message-cancel-news)
13725         (message-forward-make-body-plain, message-forward-make-body-mime)
13726         (message-forward-make-body-mml, message-encode-message-body)
13727         (message-forward-make-body-digest-plain)
13728         (message-forward-make-body-digest-mime)
13729         (message-use-alternative-email-as-from): Insert `hard-newline'
13730         instead of ordinary newlines.
13731
13732 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * message.el (message-generate-headers): Downcase the argument
13735         given to message-check-element.
13736
13737 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13738
13739         * nntp.el (nntp-authinfo-rejected): New error condition.
13740         (nntp-wait-for): Use new error condition to signal authentication
13741         error.
13742         (nntp-retrieve-data): Rethrow new error condition to break out of
13743         recursive call to nntp-send-authinfo.
13744
13745 2005-11-08  Romain Francoise  <romain@orebokech.com>
13746
13747         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13748         (gnus-summary-exit-map): Bind to `Z p'.
13749         (gnus-summary-make-menu-bar): Add menu item.
13750
13751 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13754         (gnus-treat-*): Add `first' in all doc strings.
13755
13756         * gnus-group.el (gnus-group-compact-group): Fix typo.
13757
13758 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus.el (gnus-parameters-case-fold-search): New variable.
13761         (gnus-parameters-get-parameter): Use it.
13762
13763         * gnus-score.el (gnus-home-score-file): Doc fix.
13764
13765 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13766
13767         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13768
13769 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * mm-util.el (mm-special-display-p): New function.
13772
13773         * mml.el (mml-preview): Use it; doc fix.
13774
13775 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13776
13777         * imap.el (imap-open): Handle case where buffer is a buffer object.
13778
13779 2005-10-29  Romain Francoise  <romain@orebokech.com>
13780
13781         * message.el (message-fix-before-sending): Fix comment.
13782
13783 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13784
13785         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13786
13787 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13788
13789         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13790         Used in gnus-score.el.
13791
13792 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13795
13796 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13799         whitespace removed in revision 7.8.  Use concatenated string to
13800         protect trailing whitespace.
13801
13802 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13803
13804         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13805         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13806         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13807         Courier IMAP ("some version from 2004").  Mostly based on similar
13808         code in the same function.
13809
13810 2005-10-26  Didier Verna  <didier@xemacs.org>
13811
13812         * gnus-group.el (gnus-group-compact-group): Invalidate original
13813         article buffer.
13814         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13815         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13816         NOV database and in article itself.
13817         Invalidate article backlog.
13818
13819 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13822
13823 2005-10-26  Simon Josefsson  <jas@extundo.com>
13824
13825         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13826         part of 2004-07-25 change.
13827
13828 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * message.el (message-display-completion-list): New function.
13831         (message-expand-group): Use it; make sure the Completions buffer
13832         is modifiable.
13833 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13834
13835         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13836         user-mail-name is an empty string.
13837
13838 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13841         depending on gnus-score-decay-constant.
13842
13843         * encrypt.el (encrypt-insert-file-contents)
13844         (encrypt-write-file-contents): Don't use `gnus-message'.
13845
13846         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13847         arguments.
13848         (mm-uu-type-alist): Add message-marks and insert-marks.
13849         Pass arguments to mm-uu-verbatim-marks-extract.
13850         (mm-uu-hide-markers): New variable.
13851         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13852
13853         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13854         (gnus-convert-image-to-face-command): Use "convert" by default to
13855         allow other input image formats.
13856         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13857         accordingly.
13858
13859 2005-10-23  Simon Josefsson  <jas@extundo.com>
13860
13861         * imap.el (imap-gssapi-program): Align command line parameters
13862         with latest GNU SASL.
13863         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13864
13865 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13866
13867         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13868         HTML.
13869         (nnslashdot-request-article): Ditto.
13870
13871         * lpath.el (featurep): Add nobreak-char-display.
13872
13873 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13874
13875         * mail-source.el (mail-source-fetch-pop): Require pop3.
13876         (mail-source-check-pop): Ditto.
13877
13878 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13881         errors.
13882
13883 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13886         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13887
13888         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13889
13890         * mm-bodies.el (mm-decode-string):
13891         Call `mm-charset-to-coding-system' with allow-override argument.
13892
13893 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13896         (rfc2047-charset-to-coding-system): New function.
13897         (rfc2047-decode-encoded-words): New function.
13898         (rfc2047-decode-region): Use them.
13899         (rfc2047-decode-cte): Remove.
13900         (rfc2047-parse-and-decode): Remove.
13901         (rfc2047-decode): Remove.
13902
13903 2005-10-15  Kenichi Handa  <handa@m17n.org>
13904
13905         * rfc2047.el (rfc2047-decode-cte): New function.
13906         (rfc2047-decode-region): Change the way to decode successive
13907         encoded-words: decode B- or Q-encoding in each encoded-word,
13908         concatenate them, and decode it as charset.
13909
13910 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * lpath.el: Fbind codepage-setup for XEmacs.
13913
13914 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13915
13916         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13917         widget-move-and-invoke.
13918         (gnus-custom-mode): Use gnus-custom-map.
13919
13920 2005-10-15  Bill Wohler  <wohler@newt.com>
13921
13922         * message.el (message-tool-bar-map): Rename image file from
13923         mail_send to mail/send.
13924
13925 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13926
13927         * message.el (message-expand-group): Pass the common
13928         prefix substring of completion to `display-completion-list'.
13929
13930 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * mml-sec.el (mml-secure-method): New internal variable.
13933         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13934         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13935         New functions using mml-secure-method.
13936
13937         * mml.el (mml-mode-map): Add key bindings for those functions.
13938         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13939         Harder <harder@myrealbox.com>.
13940         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13941         Goto end of message if point is the headers of the message.
13942
13943         * message.el (message-in-body-p): New function.
13944
13945         * assistant.el: Autoload gnus-util and netrc.
13946
13947         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13948         Use `mm-charset-override-alist' only when decoding.
13949
13950         * mm-bodies.el (mm-decode-body):
13951         Call `mm-charset-to-coding-system' with allow-override argument.
13952
13953         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13954         `filename' from Content-Disposition if Content-Type doesn't
13955         provide `name'.
13956         (gnus-mime-view-part-as-type): Set default instead of
13957         initial-input.
13958
13959 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13960
13961         * format-spec.el (format-spec): Propagate text properties of % spec.
13962
13963 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * gnus-art.el (gnus-treat-predicate): Add `first'.
13966
13967 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13970         (mm-charset-override-alist): New variable.
13971         (mm-charset-to-coding-system): Use it.
13972         (mm-codepage-setup): New helper function.
13973         (mm-charset-eval-alist): New variable.
13974         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13975         Warn about unknown charsets.
13976
13977         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13978
13979 2005-10-04  David Hansen  <david.hansen@gmx.net>
13980
13981         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13982         (nnrss-check-group): Ditto.
13983
13984 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13987         Rename x-gnus-verbatim to x-verbatim.
13988         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13989
13990         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13991         x-verbatim.
13992
13993         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13994
13995         * gnus-util.el (gnus-remove-duplicates): Remove.
13996
13997         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13998         instead of gnus-remove-duplicates.
13999
14000         * message.el (message-remove-duplicates): Remove.
14001         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14002         message-remove-duplicates.
14003
14004         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14005         available, else use implementation from `delete-dups'.
14006
14007         * message.el (message-insert-expires): New function.
14008         (message-mode-map): Add key binding.
14009         (message-mode-field-menu): Add menu entry.
14010         (message-mode): Document it.
14011         (message-make-expires-date): Use `message-make-date'.
14012
14013 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14014
14015         * message.el (message-make-expires-date): New function.
14016
14017 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * Makefile.in (list-installed-shadows): New entry.
14020         (install): Use it.
14021         (remove-installed-shadows): New entry.
14022
14023         * dgnushack.el (dgnushack-default-load-path): New variable.
14024         (dgnushack-find-lisp-shadows): New function.
14025         (dgnushack-remove-lisp-shadows): New function.
14026
14027 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * Makefile.in (install-el-elc): New entry.
14030         (install): Use it so that .el files are necessarily installed.
14031
14032 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14035
14036 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14037
14038         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14039         function rather than the diff-mode.el package.
14040         (mm-display-external): Use with-current-buffer.
14041         (mm-viewer-completion-map, mm-viewer-completion-map):
14042         Move initialization inside declaration.
14043
14044 2005-09-29  Simon Josefsson  <jas@extundo.com>
14045
14046         * spam.el: Load hashcash when compiling, to avoid warnings.
14047         Don't autoload mail-check-payment.
14048         (spam-check-hashcash): Define unconditionally, since hashcash.el
14049         is part of Gnus now.  Ignore errors from payment checking.
14050
14051 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * message.el (message-bold-region, message-unbold-region):
14054         Rename from `bold-region' and `unbold-region'.
14055
14056         * message.el: Remove useless autoloads.
14057
14058 2005-09-28  Simon Josefsson  <jas@extundo.com>
14059
14060         * message.el (message-use-idna): Default to t.
14061         (message-use-idna): Test whether encoding works too.  Doc fix.
14062
14063 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * nntp.el (nntp-warn-about-losing-connection): Remove.
14066
14067 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14070         customizable.  Change default value.
14071         (mm-uu-diff-groups-regexp): Change default value.
14072         (mm-uu-type-alist): Add doc string.
14073         (mm-uu-configure): Add doc string.  Make it interactive.
14074         (mm-uu-tex-groups-regexp): New variable.
14075         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14076         (mm-uu-type-alist): Add LaTeX documents.
14077         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14078         of "text/verbatim".
14079         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14080
14081         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14082         instead of "text/verbatim".
14083
14084         * message.el (message-mark-inserted-region)
14085         (message-mark-insert-file): Use slrn style marks when called with
14086         prefix argument.
14087
14088 2005-09-27  Simon Josefsson  <jas@extundo.com>
14089
14090         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14091
14092 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14093
14094         * message.el (message-remove-duplicates): New function.
14095         Implementation borrowed from `gnus-remove-duplicates'.
14096         (message-idna-to-ascii-rhs): Also encode idna addresses in
14097         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14098         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14099         only ask about the same idna domain once per header and also tell
14100         in what header to replace the idna domain.
14101
14102         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14103         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14104         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14105         a header is decoded and not just the last one.
14106
14107 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14110         has been decoded.
14111
14112         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14113         (mm-insert-part): Don't modify text if it has been decoded.
14114
14115         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14116         decoded.
14117
14118         * mm-view.el (mm-inline-text): Don't strip text props unless
14119         decoding enriched or richtext parts.
14120
14121 2005-09-25  Romain Francoise  <romain@orebokech.com>
14122
14123         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14124         * gnus-start.el (gnus-subscribe-interactively):
14125         * gnus-uu.el (gnus-uu-grab-articles):
14126         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14127         space.
14128
14129 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14130
14131         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14132         * mm-view.el (mm-view-pkcs7-decrypt):
14133         * gnus-sum.el (gnus-summary-limit-to-extra)
14134         (gnus-summary-respool-article, gnus-read-move-group-name):
14135         * gnus-score.el (gnus-summary-increase-score):
14136         * gnus-util.el (gnus-completing-read-with-default):
14137         * gnus-art.el (gnus-read-save-file-name)
14138         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14139         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14140         * message.el (message-check-news-header-syntax):
14141         Follow convention for reading with the minibuffer.
14142
14143 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * spam-report.el (spam-report-url-ping-plain):
14146         Use gnus-extended-version as User-Agent.
14147
14148         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14149         default value is nil.
14150
14151         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14152         (mm-uu-verbatim-marks-extract): New function.
14153         (mm-uu-extract): New face.
14154         (mm-uu-copy-to-buffer): Use it.
14155
14156         * spam-report.el (spam-report-gmane-ham): Rename from
14157         `spam-report-gmane-unspam'.
14158         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14159         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14160
14161         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14162         Autoload.
14163         (spam-report-gmane-unregister-routine):
14164         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14165
14166 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14167
14168         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14169         (spam-report-gmane-unregister-routine): Add support for gmane
14170         unregistration.
14171
14172         * spam-report.el (spam-report-gmane-unspam)
14173         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14174         (spam-report-gmane): Change to take a single article and do unspam
14175         registration.
14176
14177 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * mm-url.el (mm-url-decode-entities): Fix regexp.
14180
14181 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14182
14183         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14184         default to nil, to be able to use Gnus at all.  If the default
14185         switches to something else, then the function should be fixed not
14186         be exceedingly slow.
14187
14188 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14191         fail hard.
14192
14193         * spam-report.el: Add better Keywords line.
14194
14195         * spam.el: Add Maintainer and better Keywords line.
14196
14197 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * gnus-art.el (gnus-article-replace-part)
14200         (gnus-mime-replace-part): New functions.
14201         (gnus-mime-action-alist, gnus-mime-button-commands)
14202         (gnus-mime-save-part-and-strip): Add file argument.
14203         (gnus-article-part-wrapper): Add interactive argument.
14204
14205         * gnus-sum.el (gnus-summary-mime-map):
14206         Add `gnus-article-replace-part'.
14207
14208 2005-09-19  Didier Verna  <didier@xemacs.org>
14209
14210         The nnml compaction feature:
14211         * nnml.el (nnml-request-compact-group): New function.
14212         * nnml.el (nnml-request-compact): New function.
14213         * gnus-int.el (gnus-request-compact-group): New function.
14214         * gnus-int.el (gnus-request-compact): New function.
14215         * gnus-group.el (gnus-group-compact-group): New function.
14216         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14217         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14218         * gnus-srvr.el (gnus-server-compact-server): New function.
14219         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14220         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14221
14222 2005-09-18  Deepak Goel  <deego@gnufans.org>
14223
14224         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14225         format spec.
14226
14227 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14230
14231 2005-09-15  Romain Francoise  <romain@orebokech.com>
14232
14233         * message.el (message-fill-paragraph): Clarify docstring.
14234
14235 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (gnus-mime-display-part): Protect against broken
14238         MIME messages.
14239
14240 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14243         before parsing header.
14244
14245 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14246
14247         * html2text.el (html2text-replace-list): Add new entities.
14248
14249 2005-09-11  Romain Francoise  <romain@orebokech.com>
14250
14251         * message.el (message-alternative-emails): Improve docstring.
14252         (message-setup-1): Call `message-use-alternative-email-as-from'
14253         after `message-setup-hook' to give it precedence over posting
14254         styles, etc.
14255         (message-use-alternative-email-as-from): Add docstring.
14256         Remove the original From header if present.
14257
14258         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14259         (nnml-save-mail): Use it.
14260
14261         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14262         articles.  Add new argument `silent'.
14263         (gnus-uu-mark-all): Report the total number of marked articles.
14264
14265 2005-09-10  Romain Francoise  <romain@orebokech.com>
14266
14267         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14268         (gnus-uu-mark-series): Likewise.
14269
14270 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * spam-report.el (spam-report-gmane): Fix generation of spam
14273         report URL.
14274
14275 2005-09-10  Simon Josefsson  <jas@extundo.com>
14276
14277         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14278         t, based on discussion on the ding list with Robert Epprecht
14279         <epprecht@solnet.ch>.
14280
14281 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * spam-report.el (spam-report-gmane): Make it work without
14284         X-Report-Spam header.  Gmane now only provides Archived-At.
14285         This is only used if `spam-report-gmane-use-article-number' is nil.
14286         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14287
14288         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14289         make `gnus-summary-sort-by-recipient' work with threading.
14290
14291         * nnweb.el (nnweb-google-wash-article): Print a message if article
14292         is not available.
14293
14294 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14295
14296         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14297         change.  Decode text/* parts content before displaying.
14298
14299 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14302
14303 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14306
14307         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14308         url-package-name, url-package-version,
14309         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14310         w3m-display-inline-images, and w3m-minor-mode-map.
14311
14312 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14313
14314         * message.el (message-tab-body-function): Fix mismatched custom type.
14315
14316         * gnus.el (gnus-group-change-level-function): Ditto.
14317
14318         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14319
14320         * gnus-art.el (gnus-signature-limit)
14321         (gnus-article-mime-part-function): Ditto.
14322
14323 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * mml.el (mml-mode): Silence the byte compiler.
14326
14327         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14328         using `(sit-for 0)' before moving the point to the specified part;
14329         skip unbuttonized parts.
14330         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14331         return to the summary window if gnus-auto-select-part is non-nil.
14332
14333 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14336         New variables.
14337         (mml-dnd-attach-file, mml-mode): Use them.
14338
14339         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14340         Make fetching article by MID work again for Google Groups.
14341         Add FIXME concerning gnus-group-make-web-group.
14342
14343         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14344         Don't depend on Gnus by using mail-extract-address-components if
14345         gnus-extract-address-components is not bound.
14346
14347 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14348
14349         * gnus-art.el (gnus-mime-display-security): Don't display the
14350         signature, but only the signed part.
14351
14352 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14355
14356         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14357         list, not listp.
14358
14359 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14360
14361         * mm-encode.el (mm-encode-content-transfer-encoding):
14362         Likewise when encoding.
14363
14364         * mm-bodies.el (mm-decode-content-transfer-encoding):
14365         De-canonicalize CRLF for all text content types, not just
14366         text/plain.
14367
14368 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14371         valid article; point arrow and cursor at the MIME button.
14372
14373 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14376         Suggested by Dan Christensen <jdc@uwo.ca>.
14377
14378         * mm-decode.el (mm-save-part): Enable change of prompt.
14379
14380 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14381
14382         * gnus-msg.el (gnus-inews-add-send-actions):
14383         Make `message-post-method' lambda parameter ARG `&optional'.
14384
14385 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus-sum.el (gnus-summary-mime-map):
14388         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14389         gnus-article-jump-to-part.
14390
14391         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14392         (gnus-article-edit-part): Use it.
14393         (gnus-article-part-wrapper): Add no-handle argument.
14394         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14395         New functions.
14396
14397 2005-08-29  Romain Francoise  <romain@orebokech.com>
14398
14399         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14400         docstring.
14401         (gnus-face-from-file): Likewise.
14402
14403 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14406         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14407         non-nil.
14408         (gnus-auto-select-part): New variable.
14409         (gnus-article-jump-to-part): New function.
14410         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14411         (gnus-mime-delete-part): Allow selecting specified part after
14412         deleting or stripping parts.
14413         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14414         part if argument is bogus.
14415
14416 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14417
14418         * gnus-art.el (w3m-minor-mode-map):
14419         * gnus-spec.el (gnus-newsrc-file-version):
14420         * gnus-util.el (nnmail-active-file-coding-system)
14421         (gnus-original-article-buffer, gnus-user-agent):
14422         * gnus.el (gnus-ham-process-destinations)
14423         (gnus-parameter-ham-marks-alist)
14424         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14425         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14426         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14427         * mm-decode.el (gnus-current-window-configuration):
14428         * mm-extern.el (gnus-article-mime-handles):
14429         * mm-url.el (url-current-object, url-package-name)
14430         (url-package-version):
14431         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14432         (smime-keys, w3m-cid-retrieve-function-alist)
14433         (w3m-current-buffer, w3m-display-inline-images)
14434         (w3m-minor-mode-map):
14435         * mml-smime.el (gnus-extract-address-components):
14436         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14437         (gnus-newsrc-hashtb, message-default-charset)
14438         (message-deletable-headers, message-options)
14439         (message-posting-charset, message-required-mail-headers)
14440         (message-required-news-headers):
14441         * mml1991.el (mc-pgp-always-sign):
14442         * mml2015.el (mc-pgp-always-sign):
14443         * nnheader.el (nnmail-extra-headers):
14444         * rfc1843.el (gnus-decode-encoded-word-function)
14445         (gnus-decode-header-function, gnus-newsgroup-name):
14446         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14447
14448 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14449
14450         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14451         the end of the date treatments.
14452
14453 2005-08-15  Simon Josefsson  <jas@extundo.com>
14454
14455         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14456         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14457         Capello and Romain Francoise.
14458         (pgg-fetch-key-function): Remove, not used?
14459         (pgg-insert-url-with-w3): Require url, to get
14460         url-insert-file-contents regardless of where it is defined.
14461
14462 2005-08-13  Romain Francoise  <romain@orebokech.com>
14463
14464         * message.el (message-cite-original-1): New function.
14465         (message-cite-original): Use it.
14466         (message-cite-original-without-signature): Ditto.
14467
14468 2005-08-08  Romain Francoise  <romain@orebokech.com>
14469
14470         * message.el (message-yank-empty-prefix): New variable.
14471         (message-indent-citation): Use it.
14472         (message-cite-original-without-signature): Respect X-No-Archive.
14473
14474 2005-08-08  Simon Josefsson  <jas@extundo.com>
14475
14476         * pgg.el: Autoload url-insert-file-contents instead of loading
14477         w3/url.
14478         (pgg-insert-url-with-w3): Don't load url here.
14479
14480 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14481
14482         * message.el (message-kill-to-signature): Don't insert newline at
14483         bol.
14484         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14485
14486 2005-08-06  Romain Francoise  <romain@orebokech.com>
14487
14488         * message.el (message-user-fqdn): Fix typo in docstring.
14489
14490 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14491
14492         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14493
14494         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14495
14496 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * mm-bodies.el (mm-encode-body): Use coding system rather than
14499         charset to encode text.
14500
14501         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14502         number of charsets if utf-8 is available (XEmacs).
14503
14504 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14507         taken from `gnus-button-mid-or-mail-regexp'.
14508         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14509         (gnus-button-alist): Improve regexp for domain part of the MIDs
14510         for news:localpart@domain buttons.
14511         (gnus-button-ctan-directory-regexp): Update.
14512
14513 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * sieve-manage.el (sieve-manage-interactive-login):
14516         Use make-local-variable rather than make-variable-buffer-local.
14517         (sieve-manage-open): Ditto.
14518         (sieve-manage-authenticate): Ditto.
14519
14520         * mml.el (mml-generate-mime-1): Make the content type default to
14521         text/plain if the filename is not specified.
14522
14523 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14526         instead of insert-buffer.
14527
14528         * message.el (message-yank-original): Ditto; set the mark at the
14529         end of the yanked message.
14530
14531 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14534         lines to scroll rather than to stop it.
14535
14536         * mml.el (mml-generate-default-type): Add doc string.
14537         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14538         default to application/octet-stream when determining the content
14539         type if it is not specified for the part or the mml contents; add
14540         a comment about mml-generate-default-type.
14541
14542 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14545         make it default to application/octet-stream when determining the
14546         content type if it is not specified for the external contents.
14547
14548 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14551         segmented parameter but also other parameters might be there.
14552
14553 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * mm-decode.el (mm-display-external): Delete temp file, directory
14556         and buffer immediately if the external process is exited.
14557
14558 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14561         fewer lines than that of scroll-margin.
14562         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14563
14564 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-art.el (gnus-article-next-page): Revert.
14567         (gnus-article-beginning-of-window): New macro.
14568         (gnus-article-next-page-1): Use it.
14569         (gnus-article-prev-page): Ditto.
14570         (gnus-article-edit-part): Use insert-buffer-substring instead of
14571         insert-buffer.
14572         (gnus-article-edit-exit): Ditto.
14573
14574         * gnus-util.el (gnus-beginning-of-window): Remove.
14575         (gnus-end-of-window): Remove.
14576
14577         * lpath.el: Don't bind header-line-format and scroll-margin.
14578
14579 2005-07-25  Simon Josefsson  <jas@extundo.com>
14580
14581         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14582         to have the url package without w3.  Reported by Daiki Ueno
14583         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14584
14585 2005-07-20  Didier Verna  <didier@xemacs.org>
14586
14587         * gnus-diary.el: Remove the description comment (nndiary is now
14588         properly documented in the Gnus manual).
14589         Fix the spelling of "Back End".
14590         * nndiary.el: Ditto.
14591         Fix the copyright notice.
14592
14593 2005-07-18  Romain Francoise  <romain@orebokech.com>
14594
14595         * gnus-sum.el (gnus-summary-to-prefix)
14596         (gnus-summary-newsgroup-prefix): New variables.
14597         (gnus-summary-from-or-to-or-newsgroups): Use them.
14598
14599 2005-07-17  Romain Francoise  <romain@orebokech.com>
14600
14601         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14602         space as it's generally not especially interesting to the user.
14603
14604 2005-07-16  Romain Francoise  <romain@orebokech.com>
14605
14606         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14607         nil to avoid prompting and file modification if one of the
14608         messages at the top of the nnfolder file contains a copyright
14609         notice.
14610         Update copyright notice.
14611
14612         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14613         instead of `current-time-string' as the latter creates a time
14614         string that is not RFC 2822 compliant (it lacks the zone).
14615         Update copyright notice.
14616
14617 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14618
14619         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14620         for text/rtf.  Display default in prompt.  Pass default for M-n.
14621
14622         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14623
14624 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14625
14626         * gnus-msg.el (gnus-button-mailto):
14627         Remove save-selected-window-window hackery because it relies on
14628         save-selected-window internals.
14629
14630 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14633         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14634         (gnus-article-prev-page): Ditto.
14635
14636         * gnus-util.el (gnus-beginning-of-window): New function.
14637         (gnus-end-of-window): New function.
14638
14639         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14640
14641 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14642
14643         * gnus-score.el (gnus-score-edit-all-score):
14644         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14645         gnus-message.
14646
14647 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * gnus-msg.el (gnus-button-mailto):
14650         Remove save-selected-window-window hackery because it relies on
14651         save-selected-window internals.
14652
14653 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14656         add-minor-mode.
14657         (gnus-binary-mode): Ditto.
14658
14659         * gnus-topic.el (gnus-topic-mode): Ditto.
14660
14661 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14662
14663         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14664         (gnus-article-prev-page): Take scroll-margin into consideration.
14665
14666 2005-07-04  Lute Kamstra  <lute@gnu.org>
14667
14668         Update FSF's address in GPL notices.
14669
14670 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14671
14672         * gnus.el (gnus-exit):
14673         * gnus-group.el (gnus-group-icons):
14674         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14675
14676         * gnus-nocem.el (gnus-nocem):
14677         * message.el (message-various, message-buffers, message-sending)
14678         (message-interface, message-forwarding, message-insertion)
14679         (message-headers, message-news, message-mail):
14680         * pgg-gpg.el (pgg-gpg):
14681         * pgg-parse.el (pgg-parse):
14682         * pgg-pgp.el (pgg-pgp):
14683         * pgg-pgp5.el (pgg-pgp5):
14684         * pop3.el (pop3): Finish `defgroup' description with period.
14685
14686 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-art.el (article-display-face): Improve the efficiency.
14689         (article-display-x-face): Ditto; remove grey x-face stuff.
14690
14691 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-art.el (article-display-face): Correct the position in
14694         which Faces are inserted.
14695
14696 2005-06-29  Didier Verna  <didier@xemacs.org>
14697
14698         * gnus-art.el (article-display-face): Display faces in correct
14699         order.
14700
14701 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14704         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14705         (gnus-nocem-check-article): Fetch the Type header.
14706         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14707         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14708         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14709         make sure gnus-nocem-hashtb is initialized.
14710         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14711         (gnus-nocem-unwanted-article-p): Ditto.
14712
14713         * pgg.el (pgg-verify): Return the verification result.
14714
14715 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14716
14717         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14718         is ascii.
14719
14720 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14721
14722         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14723         `show-nonbreak-escape'.
14724
14725 2005-06-23  Lute Kamstra  <lute@gnu.org>
14726
14727         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14728
14729         * dig.el (dig-mode):
14730         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14731
14732 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14733
14734         * nnimap.el (nnimap-split-download-body): Fix spellings.
14735
14736 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14737
14738         * gnus-art.el (gnus-article-encrypt-body):
14739         * gnus-cus.el (gnus-score-customize):
14740         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14741         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14742
14743 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14744
14745         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14746         header by looking for magic "MII" at the beginnig.
14747
14748 2005-06-16  Miles Bader  <miles@gnu.org>
14749
14750         * gnus-xmas.el (gnus-xmas-group-startup-message):
14751         Use renamed gnus-splash face.
14752
14753         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14754         (assistant-field-face): New backward-compatibility alias for renamed
14755         face.
14756         (assistant-render-text): Use renamed assistant-field face.
14757
14758         * spam.el (spam): Remove "-face" suffix from face name.
14759         (spam-face): New backward-compatibility alias for renamed face.
14760         (spam-face, spam-initialize): Use renamed spam face.
14761
14762         * message.el (message-header-to, message-header-cc)
14763         (message-header-subject, message-header-newsgroups)
14764         (message-header-other, message-header-name)
14765         (message-header-xheader, message-separator, message-cited-text)
14766         (message-mml): Remove "-face" suffix from face names.
14767         (message-header-to-face, message-header-cc-face)
14768         (message-header-subject-face, message-header-newsgroups-face)
14769         (message-header-other-face, message-header-name-face)
14770         (message-header-xheader-face, message-separator-face)
14771         (message-cited-text-face, message-mml-face):
14772         New backward-compatibility aliases for renamed faces.
14773         (message-font-lock-keywords): Use renamed message faces.
14774
14775         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14776         (sieve-test-commands, sieve-tagged-arguments):
14777         Remove "-face" suffix from face names.
14778         (sieve-control-commands-face, sieve-action-commands-face)
14779         (sieve-test-commands-face, sieve-tagged-arguments-face):
14780         New backward-compatibility aliases for renamed faces.
14781         (sieve-control-commands-face, sieve-action-commands-face)
14782         (sieve-test-commands-face, sieve-tagged-arguments-face):
14783         Use renamed sieve faces.
14784
14785         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14786         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14787         (gnus-group-news-3-empty, gnus-group-news-4)
14788         (gnus-group-news-4-empty, gnus-group-news-5)
14789         (gnus-group-news-5-empty, gnus-group-news-6)
14790         (gnus-group-news-6-empty, gnus-group-news-low)
14791         (gnus-group-news-low-empty, gnus-group-mail-1)
14792         (gnus-group-mail-1-empty, gnus-group-mail-2)
14793         (gnus-group-mail-2-empty, gnus-group-mail-3)
14794         (gnus-group-mail-3-empty, gnus-group-mail-low)
14795         (gnus-group-mail-low-empty, gnus-summary-selected)
14796         (gnus-summary-cancelled, gnus-summary-high-ticked)
14797         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14798         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14799         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14800         (gnus-summary-low-undownloaded)
14801         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14802         (gnus-summary-low-unread, gnus-summary-normal-unread)
14803         (gnus-summary-high-read, gnus-summary-low-read)
14804         (gnus-summary-normal-read, gnus-splash):
14805         Remove "-face" suffix from face names.
14806         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14807         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14808         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14809         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14810         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14811         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14812         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14813         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14814         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14815         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14816         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14817         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14818         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14819         (gnus-summary-normal-ticked-face)
14820         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14821         (gnus-summary-normal-ancient-face)
14822         (gnus-summary-high-undownloaded-face)
14823         (gnus-summary-low-undownloaded-face)
14824         (gnus-summary-normal-undownloaded-face)
14825         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14826         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14827         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14828         (gnus-splash-face):
14829         New backward-compatibility aliases for renamed faces.
14830         (gnus-group-startup-message): Use renamed gnus faces.
14831
14832         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14833         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14834         (gnus-server-agent): Remove "-face" suffix from face names.
14835         (gnus-server-agent-face, gnus-server-opened-face)
14836         (gnus-server-closed-face, gnus-server-denied-face)
14837         (gnus-server-offline-face):
14838         New backward-compatibility aliases for renamed faces.
14839         (gnus-server-agent-face, gnus-server-opened-face)
14840         (gnus-server-closed-face, gnus-server-denied-face)
14841         (gnus-server-offline-face): Use renamed gnus faces.
14842
14843         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14844         Remove "-face" suffix from face names.
14845         (gnus-picon-xbm-face, gnus-picon-face):
14846         New backward-compatibility aliases for renamed faces.
14847
14848         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14849         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14850         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14851         (gnus-cite-11): Remove "-face" suffix from face names.
14852         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14853         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14854         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14855         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14856         New backward-compatibility aliases for renamed faces.
14857         (gnus-cite-attribution-face, gnus-cite-face-list)
14858         (gnus-article-boring-faces): Use renamed gnus faces.
14859
14860         * gnus-art.el (gnus-signature, gnus-header-from)
14861         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14862         (gnus-header-content): Remove "-face" suffix from face names.
14863         (gnus-signature-face, gnus-header-from-face)
14864         (gnus-header-subject-face, gnus-header-newsgroups-face)
14865         (gnus-header-name-face, gnus-header-content-face):
14866         New backward-compatibility aliases for renamed faces.
14867         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14868
14869         * gnus-sum.el (gnus-summary-selected-face)
14870         (gnus-summary-highlight): Use renamed gnus faces.
14871         * gnus-group.el (gnus-group-highlight): Likewise.
14872
14873 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14874
14875         * gnus-sieve.el (gnus-sieve-article-add-rule):
14876         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14877         * spam-stat.el (spam-stat-buffer-change-to-spam)
14878         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14879
14880         * message.el (message-is-yours-p):
14881         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14882
14883 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * mm-view.el (mm-inline-text): Withdraw the last change.
14886
14887 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14890         executing enriched-decode.
14891
14892 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14895         charset of tar files.
14896
14897 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14898
14899         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14900
14901 2005-06-04  Lute Kamstra  <lute@gnu.org>
14902
14903         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14904         information is never recorded.
14905
14906 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14907
14908         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14909
14910 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * pop3.el (pop3-apop): Run md5 in the binary mode.
14913
14914         * starttls.el (starttls-set-process-query-on-exit-flag):
14915         Use eval-and-compile.
14916
14917 2005-05-31  Simon Josefsson  <jas@extundo.com>
14918
14919         * smime.el (smime-replace-in-string): Define.
14920         (smime-cert-by-ldap-1): Use it.
14921
14922 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-art.el (article-display-x-face): Replace
14925         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14926
14927         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14928         set-process-query-on-exit-flag or process-kill-without-query.
14929
14930         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14931         loop instead of replace-regexp.
14932
14933         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14934         instead of process-kill-without-query if it is available.
14935
14936         * lpath.el: Fbind ldap-search-entries.
14937
14938         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14939         instead of find-file-hooks if it is available.
14940
14941         * mml1991.el: Bind pgg-default-user-id when compiling.
14942
14943         * mml2015.el: Bind pgg-default-user-id when compiling.
14944
14945         * nndraft.el (nndraft-request-associate-buffer):
14946         Use write-contents-functions instead of write-contents-hooks if it is
14947         available.
14948
14949         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14950         instead of find-file-hooks if it is available.
14951
14952         * nntp.el (nntp-open-connection): Replace
14953         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14954         (nntp-open-ssl-stream): Ditto.
14955         (nntp-open-tls-stream): Ditto.
14956
14957         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14958         set-process-query-on-exit-flag or process-kill-without-query.
14959         (starttls-open-stream-gnutls): Use it instead of
14960         process-kill-without-query.
14961         (starttls-open-stream): Ditto.
14962
14963 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14964
14965         * smime.el (smime-cert-by-ldap-1): Don't use
14966         replace-regexp-in-string.
14967
14968 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14969
14970         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14971
14972         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14973         in PEM format.  Adjust to the XEmacs compability.
14974
14975 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14978         by `string-to-number'.
14979         * gnus-agent.el (gnus-agent-regenerate-group)
14980         (gnus-agent-fetch-articles): Ditto.
14981         * gnus-art.el (gnus-button-fetch-group): Ditto.
14982         * gnus-cache.el (gnus-cache-generate-active)
14983         (gnus-cache-articles-in-group): Ditto.
14984         * gnus-group.el (gnus-group-set-current-level)
14985         (gnus-group-insert-group-line): Ditto.
14986         * gnus-score.el (gnus-score-set-expunge-below)
14987         (gnus-score-set-mark-below, gnus-summary-score-effect)
14988         (gnus-summary-score-entry): Ditto.
14989         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14990         (gnus-soup-pack): Ditto.
14991         * gnus-spec.el (gnus-xmas-format): Ditto.
14992         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14993         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14994         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14995         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14996         * nndb.el (nndb-get-remote-expire-response): Ditto.
14997         * nndiary.el (nndiary-parse-schedule-value)
14998         (nndiary-string-to-number, nndiary-request-replace-article)
14999         (nndiary-request-article): Ditto.
15000         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15001         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15002         * nneething.el (nneething-make-head): Ditto.
15003         * nnfolder.el (nnfolder-request-article)
15004         (nnfolder-retrieve-headers): Ditto.
15005         * nnheader.el (nnheader-file-to-number): Ditto.
15006         * nnkiboze.el (nnkiboze-request-article): Ditto.
15007         * nnmail.el (nnmail-process-unix-mail-format)
15008         (nnmail-process-babyl-mail-format): Ditto.
15009         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15010         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15011         (nnmh-request-create-group, nnmh-request-list-1)
15012         (nnmh-request-group, nnmh-request-article): Ditto.
15013         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15014         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15015         * nnsoup.el (nnsoup-make-active): Ditto.
15016         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15017         * nntp.el (nntp-find-group-and-number)
15018         (nntp-retrieve-headers-with-xover): Ditto.
15019         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15020         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15021         (pgg-format-key-identifier): Ditto.
15022         * pop3.el (pop3-last, pop3-stat): Ditto.
15023         * qp.el (quoted-printable-decode-region): Ditto.
15024
15025         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15026         of concat.
15027
15028 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15031
15032         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15033
15034         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15035
15036         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15037
15038         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15039
15040         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15041
15042         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15043         (gnus-carpal-mode): Ditto.
15044
15045         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15046         (gnus-browse-mode): Ditto.
15047
15048         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15049
15050         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15051
15052 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15053
15054         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15055
15056 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-util.el (gnus-run-mode-hooks): New function.
15059
15060         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15061
15062         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15063         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15064
15065 2005-05-27  Lute Kamstra  <lute@gnu.org>
15066
15067         * dns-mode.el (dns-mode): Specify customization group.
15068
15069 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15070
15071         * gnus-agent.el (gnus-agent-make-mode-line-string):
15072         Use mode-line-highlight as mouse-face.
15073
15074 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * canlock.el (canlock): Change the parent group to news.
15077
15078         * deuglify.el (gnus-outlook-deuglify): Add :group.
15079
15080         * dig.el (dig): Add :group.
15081
15082         * dns-mode.el (dns-mode): Add :group.
15083
15084         * encrypt.el (encrypt): Add :group.
15085
15086         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15087         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15088         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15089         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15090         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15091
15092         * gnus-diary.el (gnus-diary): Add :group.
15093
15094         * gnus.el (gnus-group-news-1-face): Add :group.
15095         (gnus-group-news-1-empty-face): Ditto.
15096         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15097         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15098         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15099         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15100         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15101         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15102         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15103         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15104         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15105         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15106         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15107         (gnus-summary-high-ticked-face): Ditto.
15108         (gnus-summary-low-ticked-face): Ditto.
15109         (gnus-summary-normal-ticked-face): Ditto.
15110         (gnus-summary-high-ancient-face): Ditto.
15111         (gnus-summary-low-ancient-face): Ditto.
15112         (gnus-summary-normal-ancient-face): Ditto.
15113         (gnus-summary-high-undownloaded-face): Ditto.
15114         (gnus-summary-low-undownloaded-face): Ditto.
15115         (gnus-summary-normal-undownloaded-face): Ditto.
15116         (gnus-summary-high-unread-face): Ditto.
15117         (gnus-summary-low-unread-face): Ditto.
15118         (gnus-summary-normal-unread-face): Ditto.
15119         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15120         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15121
15122         * hashcash.el (hashcash): New custom group.
15123         (hashcash-default-payment): Add :group.
15124         (hashcash-payment-alist): Ditto.
15125         (hashcash-default-accept-payment): Ditto.
15126         (hashcash-accept-resources): Ditto.
15127         (hashcash-path): Ditto.
15128         (hashcash-extra-generate-parameters): Ditto.
15129         (hashcash-double-spend-database): Ditto.
15130         (hashcash-in-news): Ditto.
15131
15132         * message.el (message-minibuffer-local-map): Add :group.
15133
15134         * netrc.el (netrc): Add :group.
15135
15136         * sieve-manage.el (sieve-manage-log): Add :group.
15137         (sieve-manage-default-user): Diito.
15138         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15139         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15140         (sieve-manage-authenticators): Ditto.
15141         (sieve-manage-authenticator-alist): Ditto.
15142         (sieve-manage-default-port): Ditto.
15143
15144         * sieve-mode.el (sieve-control-commands-face): Add :group.
15145         (sieve-action-commands-face): Ditto.
15146         (sieve-test-commands-face): Ditto.
15147         (sieve-tagged-arguments-face): Ditto.
15148
15149         * smime.el (smime): Add :group.
15150
15151         * spam-report.el (spam-report): Add :group.
15152
15153         * spam.el (spam, spam-face): Add :group.
15154
15155 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15156
15157         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15158         return \n.\n.\n at the end of articles.  Protect against that.
15159         (nntp-with-open-group): Allow debugging.
15160
15161         * nnheader.el (mail-header-set-extra): Make into a function
15162         because I just could't understand how to quote the list properly.
15163
15164         * dns.el (query-dns-cached): New function.
15165
15166 2005-05-26  Lute Kamstra  <lute@gnu.org>
15167
15168         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15169
15170 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15173
15174         * gnus-art.el: Don't autoload mail-extract-address-components.
15175
15176         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15177         eval-and-compile to evaluate it.
15178
15179         * hashcash.el: Don't autoload executable-find.
15180
15181         * nndb.el: Don't declare the nndb back end two or more times; don't
15182         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15183
15184         * nntp.el: Autoload format-spec instead of format; use
15185         eval-and-compile to evaluate autoload forms.
15186
15187 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15188
15189         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15190
15191 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192
15193         * gnus.el (gnus-version-number): Bump version.
15194
15195 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15196
15197         * gnus.el: No Gnus v0.3 is released.
15198
15199 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15200
15201         * lpath.el (featurep): Bind show-nonbreak-escape.
15202
15203 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-art.el (gnus-article-edit-part): Disable undo.
15206
15207 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15210         gnus-article-date-lapsed-new-header is t if date timer is active;
15211         skip headers in which the original date value is empty.
15212         (gnus-article-save-original-date): Redefine it as a macro.
15213         (gnus-display-mime): Use it.
15214
15215 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-art.el (article-date-ut): Support converting date in
15218         forwarded parts as well.
15219         (gnus-article-save-original-date): New function.
15220         (gnus-display-mime): Use it.
15221
15222 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15223
15224         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15225         enclosure element of <item>.
15226
15227 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * message.el (message-kill-buffer-query): Rename from
15230         `message-kill-buffer-query-if-modified'.  Add :version.
15231
15232 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15235         window layout.
15236
15237 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * mml.el: Autoload dnd when compiling.
15240
15241 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15244         x-dnd-*.
15245
15246 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * qp.el (quoted-printable-encode-region): Save excursion.
15249
15250 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * message.el (message-kill-buffer-query-if-modified): Add new variable
15253         so the user can kill a modified message buffer quickly.
15254         (message-kill-buffer): Use it.
15255
15256 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * lpath.el: Fbind display-time-event-handler; don't fbind
15259         string-to-multibyte.
15260
15261         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15262
15263 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15266         contained in text because xml.el decodes entities) with LFs.
15267
15268 2005-04-11  Lute Kamstra  <lute@gnu.org>
15269
15270         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15271         differently.
15272
15273 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15274
15275         * mm-util.el (mm-detect-coding-region): Typo.
15276
15277 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15280
15281 2005-04-06  Deepak Goel  <deego@gnufans.org>
15282
15283         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15284         user-function allow user modifications of the scores.
15285         (spam-stat-score-buffer-user): New function, to allow
15286         user-computed modifications to the score.
15287         (spam-stat-score-buffer-user-functions): List of additional
15288         scoring functions.
15289         (spam-stat-error-holder): Global temporary error holder.
15290         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15291         variable.
15292
15293 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * gnus-registry.el (gnus-registry-clean-empty-function)
15296         (gnus-registry-trim, gnus-registry-fetch-groups)
15297         (gnus-registry-delete-group): Groups that match
15298         `gnus-registry-ignored-groups' are removed from the registry
15299         entries, not just ignored for splitting.  This helps clean up the
15300         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15301         to get all the groups a message ID is in.
15302
15303         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15304         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15305         (spam-stat-score-buffer-user-functions): Add :number custom type.
15306
15307 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15310         argument in XEmacs.
15311
15312         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15313         (nnrss-request-group): Decode group name first.
15314         (nnrss-request-article): Make a text/plain article if mml-to-mime
15315         failed.
15316         (nnrss-get-encoding): Return a compatible encoding according to
15317         nnrss-compatible-encoding-alist.
15318         (nnrss-find-el): Use consp instead of listp.
15319         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15320
15321 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15324         which Emacs 20 doesn't support.
15325         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15326
15327 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15330         silence the byte compiler inside the defun.
15331
15332         * gnus-demon.el (parse-time-string): Add autoload.
15333
15334         * gnus-delay.el (parse-time-string): Add autoload.
15335
15336         * gnus-art.el (parse-time-string): Add autoload.
15337
15338         * nnultimate.el (parse-time): Require for `parse-time-string'.
15339
15340 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15343
15344         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15345
15346         * smime.el (smime-ldap-host-list): Add :version.
15347
15348 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15351         pass it to `gnus-browse-read-group'.
15352         (gnus-browse-read-group): Add NUMBER argument and pass it to
15353         `gnus-group-read-ephemeral-group'.
15354
15355         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15356         argument and pass it to `gnus-group-read-group'.
15357
15358 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15359
15360         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15361         mm-xemacs-find-mime-charset-1 if we have the mule feature
15362         available at runtime.
15363
15364 2005-03-25  Werner Lemberg  <wl@gnu.org>
15365
15366         * nnmaildir.el: Replace `illegal' with `invalid'.
15367
15368 2005-03-23  Lute Kamstra  <lute@gnu.org>
15369
15370         * time-date.el: Add comment on time value formats.
15371         Don't require parse-time.
15372         (with-decoded-time-value): New macro.
15373         (encode-time-value): New function.
15374         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15375         (days-to-time): Return a valid time value when arg is huge.
15376         (time-since): Use time-subtract.
15377         (time-to-number-of-days): Use time-to-seconds.
15378
15379 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15380
15381         * gnus-start.el (gnus-display-time-event-handler):
15382         Check display-time-timer at runtime rather than only at load time
15383         in case display-time-mode is turned off in the mean time.
15384
15385 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15388         used.
15389
15390         * nneething.el (nneething-map-file-directory): Derive from
15391         `gnus-directory'.
15392
15393         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15394         the To/Cc button.
15395
15396 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * nnmaildir.el (nnmaildir-request-accept-article):
15399         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15400
15401 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15402
15403         * gnus-async.el: Require timer-funcs at compile time when in
15404         XEmacs for `run-with-idle-timer'.
15405
15406 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15407
15408         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15409         autoloaded function.
15410
15411 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15412
15413         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15414
15415 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15416
15417         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15418
15419 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15420
15421         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15422         Add gnus-expert-user to default.
15423
15424 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15425
15426         * nnimap.el (nnimap-open-server): Ditto.
15427
15428         * imap.el (imap-authenticate): Fix typo.
15429
15430 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15431
15432         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15433         buffer (since IMAP server might return FETCH response out of
15434         order, and the nntp buffer must be sorted).
15435
15436 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15437
15438         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15439         comparison on string.
15440
15441         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15442         (gnus-agent-score): Rename category keywords to match gnus-cus.
15443         (gnus-agent-summary-fetch-series): Modify to protect against
15444         gnus-agent-summary-fetch-group clearing processable flags.
15445         (gnus-agent-synchronize-group-flags): Update live group buffer as
15446         synchronization may occur due to the user toggle the plugged
15447         status.
15448         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15449         successfully downloaded.
15450         (gnus-agent-expire-group-1): Avoid using markers when the overview
15451         is in ascending order; greatly improves performance.
15452         (gnus-agent-regenerate-group):
15453         Use gnus-agent-synchronize-group-flags to reset read status in both
15454         gnus and server.
15455         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15456
15457 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15458
15459         * message.el: Don't autoload former message-utils variables.
15460         (message-strip-subject-trailing-was): Change doc string.
15461
15462         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15463         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15464         (nnweb-google-search): Add "hl=en" here.
15465         (nnweb-google-parse-1, nnweb-google-create-mapping):
15466         Don't hardcode URL.
15467
15468 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * message.el (message-get-reply-headers, message-followup):
15471         Mention related variables `message-use-followup-to' and
15472         `message-use-mail-followup-to', in the information buffer.
15473
15474         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15475         of broken groups(-beta).google.com.
15476
15477 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15480         parameter to invoked gnus-request-move-article; remove the
15481         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15482         all at once instead of once per article.
15483         (gnus-summary-remove-process-mark): Accept a list of articles as
15484         well as a single article for processing.
15485
15486         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15487         parameter.
15488
15489         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15490
15491         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15492
15493         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15494         parameter.
15495
15496         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15497         parameter.
15498
15499         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15500         parameter and remove the gnus-sum-hint-move-is-internal variable.
15501
15502         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15503         parameter.
15504
15505         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15506         parameter.
15507
15508         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15509         parameter.
15510
15511         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15512
15513         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15514         parameter.
15515
15516         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15517         parameter.
15518
15519 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15520
15521         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15522         a more conservative way.
15523
15524 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15525
15526         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15527         buffer, so it moves the window's cursor.
15528
15529 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15530
15531         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15532         `mm-dissect-multipart' and receive the from field as an (optional)
15533         argument from `mm-dissect-multipart'.
15534         (mm-dissect-multipart): Receive the from field as an argument and
15535         pass it on when we call `mm-dissect-buffer' on MIME parts.
15536         Fixes verification/decryption of signed/encrypted MIME parts.
15537
15538 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15539
15540         * gnus-sum.el (gnus-summary-move-article):
15541         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15542         whatever it calls (right now, only nnimap-request-move article
15543         respects it).
15544
15545         * nnimap.el (nnimap-request-move-article):
15546         When gnus-sum-hint-move-is-internal is set, don't do the extra
15547         nnimap-request-article.
15548
15549 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15552
15553         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15554         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15555
15556         * gnus-sum.el (gnus-summary-caesar-message):
15557         Apply `gnus-treat-article' after rotation.
15558
15559         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15560         doc string.
15561
15562 2005-02-22  Simon Josefsson  <jas@extundo.com>
15563
15564         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15565         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15566         <arne@arnested.dk>.
15567         (encrypt): Add password-cache and password-cache-expiry as group
15568         members.
15569
15570 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15571
15572         * smime.el (smime-ldap-host-list): Doc fix.
15573         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15574         cache) password.
15575         (smime-sign-region): Use it.
15576         (smime-decrypt-region): Use it.
15577         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15578         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15579         fails.
15580         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15581         certificate from DER to PEM format rather than calling openssl.
15582
15583         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15584
15585         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15586         for signing/encryption.
15587
15588         * mml.el (mml-parse-1): Use them.
15589
15590 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15591
15592         * nnrss.el (nnrss-verbose): Remove.
15593         (nnrss-request-group): Use `nnheader-message' instead.
15594
15595 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15596
15597         * nnrss.el (nnrss-verbose): New variable.
15598         (nnrss-request-group): Make it say nnrss is requesting a group.
15599
15600 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15603         Handle news URL with given port correctly.
15604
15605 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15608         containing special characters.
15609
15610         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15611
15612         * mml.el (mime-to-mml): Ditto.
15613
15614         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15615         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15616         (rfc2047-decode-region): Quote decoded words containing special
15617         characters when rfc2047-quote-decoded-words-containing-tspecials
15618         is non-nil.
15619
15620 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15621
15622         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15623
15624         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15625
15626 2005-02-15  Simon Josefsson  <jas@extundo.com>
15627
15628         * nnimap.el (nnimap-debug): Doc fix.
15629
15630         * imap.el (imap-debug): Doc fix.
15631
15632 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15635
15636 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * gnus.el (spam-contents): Improve docs for spam-contents
15639         parameter in its variable incarnation.
15640
15641 2005-02-14  Simon Josefsson  <jas@extundo.com>
15642
15643         * smime-ldap.el: Use require instead of load-library for ldap.
15644         (smime-ldap-search): Indent.
15645         (smime-ldap-search-internal): Shorten line.
15646
15647         * smime.el (smime-cert-by-dns): Add doc-string.
15648         (smime-cert-by-ldap-1): Indent.
15649
15650         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15651         mml-smime-get-dns-ldap.
15652         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15653
15654 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15655
15656         * smime.el: Require smime-ldap.
15657         (smime-ldap-host-list): New variable.
15658         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15659
15660         * mml-smime.el (mml-smime-encrypt-query): New function.
15661         (mml-smime-encrypt-query): Use it.
15662
15663         * smime-ldap.el: New file.
15664
15665 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15668
15669 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15672         argument in doc string.  Make query for type more clear.
15673
15674 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * gnus.el (gnus-group-startup-message): Search for gnus images in
15677         etc/images/gnus.
15678         * mm-util.el (mm-image-load-path): Likewise.
15679         * smiley.el (smiley-data-directory): Search for smilies in
15680         etc/images/smilies.
15681
15682 2005-02-09  Kim F. Storm  <storm@cua.dk>
15683
15684         Change Emacs release version from 21.4 to 22.1 throughout.
15685         Change Emacs development version from 21.3.50 to 22.0.50.
15686
15687 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15690
15691         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15692         non-Mule XEmacs as well.
15693         (mm-decompress-buffer): Signal an error intentionally if it does
15694         not decompress compressed data because auto-compression-mode is
15695         disabled.
15696
15697 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15698
15699         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15700         an ID in the registry even if it has no groups.
15701
15702 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15705         merge it into mm-decompress-buffer.
15706         (gnus-mime-copy-part): Use the MIME part charset, the value which
15707         a user specified or gnus-newsgroup-charset for decoding, like
15708         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15709         save-buffer what was used.  Suggested by Kevin Ryde
15710         <user42@zip.com.au>.
15711         (gnus-mime-inline-part): Allow the name parameter as well as the
15712         filename parameter; force decompressing of compressed data; always
15713         display contents being not decoded as unibyte.
15714
15715         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15716         as well as the filename parameter.
15717
15718         * mm-util.el (mm-decompress-buffer):
15719         Merge gnus-mime-jka-compr-maybe-uncompress.
15720         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15721         of compressed data.
15722
15723 2005-02-08  Simon Josefsson  <jas@extundo.com>
15724
15725         * imap.el (imap-log): Doc fix.
15726
15727 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15730         the coding cookies; decompress compressed parts.
15731
15732         * mml.el (mml-generate-mime-1): Add the charset parameter according
15733         to the value which a user specified manually or the coding cookie.
15734
15735         * mm-util.el (mm-string-to-multibyte): New function.
15736         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15737         (mm-coding-system-to-mime-charset): New function.
15738         (mm-decompress-buffer): New function.
15739         (mm-find-buffer-file-coding-system): New function.
15740
15741         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15742         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15743         parts.
15744
15745 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15746
15747         * mm-view.el (mm-display-inline-fontify): Decode a part according
15748         to the charset parameter.
15749
15750 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15753         prefix arg is neither nil nor a number, as info specifies.
15754
15755 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15758         timestamps.
15759
15760 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15761
15762         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15763         groups error checking and notify user.
15764
15765 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15766
15767         * message.el (message-send-mail-function): Check existence of
15768         sendmail-program first before using default value
15769         `message-send-mail-with-sendmail'.  Otherwise use more generic
15770         `smtpmail-send-it'.
15771
15772 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * nntp.el (nntp-request-update-info): Always return nil.
15775
15776 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15777
15778         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15779
15780 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15781
15782         * message.el (message-beginning-of-line): Change the behavior when
15783         invoked between BOL and : so that it first moves backward.
15784
15785 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15788         article buffer when editing of the article is discarded.
15789         (gnus-article-prepare): Revert.
15790
15791 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * gnus-art.el (gnus-article-prepare):
15794         Remove message-strip-forbidden-properties from the local hook.
15795
15796 2005-01-27  Simon Josefsson  <jas@extundo.com>
15797
15798         * password.el (password-cache-add): Only start one timer per key.
15799         Reported by Derek Atkins <warlord@MIT.EDU>.
15800
15801 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15802
15803         * run-at-time.el: Remove.  It is no longer needed as
15804         timer-funcs.el in the xemacs-base package has a working version of
15805         `run-at-time'.
15806
15807         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15808
15809         * password.el: Require timer-funcs instead of run-at-time in
15810         XEmacs.
15811         Remove `password-run-at-time' macro.
15812         (password-cache-add): Use `run-at-time' instead of
15813         `password-run-at-time'.
15814
15815         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15816         Remove `nnheader-cancel-function-timers' alias,
15817         `cancel-function-timers' exists in XEmacs in timer-funcs.
15818
15819         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15820         for `run-with-idle-timer'.
15821
15822         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15823         for `run-at-time'.
15824
15825         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15826         for `with-timeout'.
15827
15828         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15829         the same as for XEmacs 21.4.
15830         No need to ignore `run-with-idle-timer', this function exists in
15831         XEmacs now in timer-funcs.el in the xemacs-base package.
15832         (dgnushack-compile): No need to delete
15833         run-at-time.el from the list of files to compile because it
15834         doesn't exist anymore.
15835
15836 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15839         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15840
15841 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15842
15843         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15844         sensitively.
15845
15846 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15847
15848         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15849
15850 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15853         which will be inserted according to the multibyteness of a buffer
15854         rather than the type of contents.  Suggested by ARISAWA Akihiro
15855         <ari@mbf.ocn.ne.jp>.
15856
15857         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15858         of string which old xml.el may return rather than a string.
15859
15860 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15863
15864 2005-01-16  Simon Josefsson  <jas@extundo.com>
15865
15866         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15867         idn/idna.el isn't available.
15868         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15869         <michael@waxrat.com>.
15870
15871         * hashcash.el: Remove non-FSF copyright header.
15872
15873         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15874         (hashcash-generate-payment): Use it.
15875         (hashcash-generate-payment-async): Use it.
15876
15877 2005-01-15  Simon Josefsson  <jas@extundo.com>
15878
15879         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15880         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15881
15882         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15883         gnus-summary-idna-message.
15884         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15885         (gnus-summary-idna-message): New function.
15886
15887 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15890         gnus-novice-user.
15891
15892 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * nnrss.el (nnrss-request-delete-group): Delete entries in
15895         nnrss-group-alist as well.
15896         (nnrss-save-server-data): Insert newline.
15897
15898 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15899
15900         * gnus.el (gnus-user-agent): Use list of symbols instead of
15901         symbols.  Display full version number for (S)XEmacs.
15902         Optionally display (S)XEmacs codename.
15903
15904         * gnus-util.el (gnus-emacs-version): Update for new
15905         `gnus-user-agent'.
15906
15907         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15908         Gnus version.
15909
15910 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15913         which is unreadable in some setups.
15914
15915 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-spec.el (gnus-update-format-specifications): Flush the
15918         group format spec cache if it doesn't support decoded group names.
15919
15920 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15923         Allow to apply decay on score files matching a regexp.
15924
15925 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15928         compatibility in %g and %c.
15929
15930 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15933         name for only %g and %c.
15934         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15935         of gnus-tmp-group to decoded group name.
15936         (gnus-group-make-rss-group): Exclude `/'s from group names.
15937
15938 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * nnrss.el (nnrss-get-encoding): Fix regexp.
15941
15942 2004-12-27  Simon Josefsson  <jas@extundo.com>
15943
15944         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15945         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15946         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15947
15948 2004-12-17  Kim F. Storm  <storm@cua.dk>
15949
15950         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15951
15952         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15953
15954 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15955
15956         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15957
15958 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * nnrss.el: Require rfc2047 and mml.
15961         (nnrss-file-coding-system): New variable.
15962         (nnrss-format-string): Redefine it as an inline function.
15963         (nnrss-decode-group-name): New function.
15964         (nnrss-string-as-multibyte): Remove.
15965         (nnrss-retrieve-headers): Decode group name; don't use
15966         nnrss-format-string.
15967         (nnrss-request-group): Decode group name.
15968         (nnrss-request-article): Decode group name; allow a Message-ID as
15969         well as an article number; don't use nnrss-format-string; encode a
15970         Message-ID string which may contain non-ASCII characters; use
15971         mml-to-mime to compose a MIME article.
15972         (nnrss-request-expire-articles): Decode group name.
15973         (nnrss-request-delete-group): Decode group name.
15974         (nnrss-fetch): Clarify error message.
15975         (nnrss-read-server-data): Use insert-file-contents instead of load;
15976         bind file-name-coding-system; use multibyte buffer.
15977         (nnrss-save-server-data): Bind coding-system-for-write to the
15978         value of nnrss-file-coding-system; bind file-name-coding-system;
15979         add coding cookie.
15980         (nnrss-read-group-data): Use insert-file-contents instead of load;
15981         bind file-name-coding-system; use multibyte buffer.
15982         (nnrss-save-group-data): Bind coding-system-for-write to the
15983         value of nnrss-file-coding-system; bind file-name-coding-system.
15984         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15985         make it work with non-ASCII text.
15986         (nnrss-find-el): Make it work with old xml.el as well.
15987
15988 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15989
15990         * nnrss.el (nnrss-get-encoding): New function.
15991         (nnrss-fetch): Use unibyte buffer initially; bind
15992         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15993         decode contents according to the encoding attribute.
15994         (nnrss-save-group-data): Add coding cookie.
15995         (nnrss-mime-encode-string): New function.
15996         (nnrss-check-group): Use it to encode subject and author.
15997
15998 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15999
16000         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16001         imaginary variable.
16002
16003 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16006         correctly even if there are wide characters.
16007
16008 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16011         downcased symbol names; make a new cache instead of reusing
16012         bbdb-hashtable.
16013
16014 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16017         concatenating segments rather than before concatenating them.
16018         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16019
16020         * message.el (message-get-reply-headers): Bind `extra'.
16021
16022 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16023
16024         * message.el (message-extra-wide-headers): New variable.
16025         (message-get-reply-headers): Use it.
16026
16027 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16030         (gnus-agent-group-pathname): Ditto.
16031
16032         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16033
16034         * gnus-group.el (gnus-group-make-group): Decode group name.
16035         (gnus-group-make-rss-group): Register the group data after opening
16036         the nnrss group.
16037
16038 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16039
16040         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16041         by expiry now get marked as read.
16042
16043 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16046
16047 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16048
16049         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16050         unify Latin characters in XEmacs.
16051         (mm-find-mime-charset-region): Use it.
16052
16053 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-util.el (gnus-delete-directory): New function.
16056
16057         * gnus-agent.el (gnus-agent-delete-group): Use it.
16058
16059         * gnus-cache.el (gnus-cache-delete-group): Use it.
16060
16061 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16064         names.
16065
16066 2004-12-16  Simon Josefsson  <jas@extundo.com>
16067
16068         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16069
16070 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16073
16074         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16075         (gnus-group-set-current-level): Decode group name.
16076
16077 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16078
16079         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16080         failed.
16081
16082 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-group.el (gnus-group-delete-group): Decode group name.
16085         (gnus-group-make-rss-group): Encode group name.
16086         (gnus-group-catchup-current): Decode group name.
16087         (gnus-group-kill-group): Decode group name.
16088
16089 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16090
16091         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16092
16093 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * gnus-group.el (gnus-group-make-rss-group):
16096         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16097
16098         * gnus-start.el (gnus-setup-news): Honor user's setting to
16099         gnus-message-archive-method.  Suggested by Lute Kamstra
16100         <lute@gnu.org>.
16101
16102 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16103
16104         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16105         global counterparts of the buffer-local variables.
16106
16107 2004-11-16  Romain Francoise  <romain@orebokech.com>
16108
16109         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16110         counterparts of the buffer-local variables.
16111
16112 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16113
16114         * message.el (message-forbidden-properties): Fix typo in doc
16115         string.
16116
16117 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * gnus-util.el (gnus-replace-in-string): Add doc string.
16120
16121         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16122         to avoid problems when splitting mails with many recipients.
16123
16124 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16125
16126         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16127         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16128
16129 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16130
16131         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16132         if there is no hashtable in memory or file modification time is
16133         newer than cached timestamp.
16134
16135 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-sum.el (gnus-summary-limit-to-recipient):
16138         Implement not-matching option.
16139
16140 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16143         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16144         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16145         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16146         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16147         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16148
16149 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * message.el (message-forward-make-body-mml): Remove headers
16152         according to message-forward-ignored-headers if a message is decoded.
16153
16154 2004-12-02  Romain Francoise  <romain@orebokech.com>
16155
16156         * message.el (message-forward-make-body-plain): Always remove
16157         headers according to message-forward-ignored-headers.
16158
16159 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16160
16161         * spam.el (spam-summary-prepare-exit): Remove the
16162         gnus-summary-limit pop for now, it has problems with ham marks for
16163         me.
16164
16165 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16166
16167         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16168         correctly.
16169
16170 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16171
16172         * format-spec.el (format-spec): Message the char.
16173
16174 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16175
16176         * gnus-art.el (gnus-split-methods): Reformat comments.
16177
16178         * spam.el (spam-summary-prepare-exit): Remove article limits
16179         before exiting the summary buffer.
16180
16181 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16184         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16185
16186         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16187         order to silence the byte compiler.
16188
16189         * spam.el: Fix the way to silence the byte compiler, which
16190         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16191         bbdb-search-simple, spam-BBDB-register-routine,
16192         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16193         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16194         spam-stat-buffer-is-spam, spam-stat-load,
16195         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16196         spam-stat-save and spam-stat-split-fancy.
16197
16198 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16201         which may confuse users.
16202         (canlock-password-for-verify): Ditto.
16203
16204         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16205
16206         * gnus-art.el (gnus-emphasis-alist): Ditto.
16207
16208         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16209
16210         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16211
16212         * gnus-start.el (gnus-save-killed-list): Ditto.
16213
16214         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16215         (gnus-sum-thread-tree-root): Ditto.
16216         (gnus-sum-thread-tree-false-root): Ditto.
16217         (gnus-sum-thread-tree-single-indent): Ditto.
16218
16219         * message.el (message-courtesy-message): Ditto.
16220         (message-archive-note): Ditto.
16221         (message-subscribed-address-file): Ditto.
16222         (message-user-fqdn): Ditto.
16223
16224         * spam-report.el (spam-report-gmane-regex): Ditto.
16225
16226         * spam.el (spam-blackhole-good-server-regex): Ditto.
16227
16228 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * mml.el (mml-preview): Widen the message buffer before copying
16231         the contents to the preview buffer; sort headers before previewing.
16232
16233         * message.el (message-hidden-headers): Fix the way to avoid a bug
16234         in the `repeat' widget in Emacs 21.3 or earlier.
16235
16236 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * message.el (message-hidden-headers): Default to "^References:".
16239         Improve customization type.  Suggested by Reiner Steib
16240         <Reiner.Steib@gmx.de>.
16241
16242 2004-11-25  Romain Francoise  <romain@orebokech.com>
16243
16244         * message.el (message-strip-forbidden-properties): Remove check for
16245         obsolete `message-hidden' text property, hidden headers are not
16246         accessible in the buffer anymore.
16247
16248 2004-11-22  Romain Francoise  <romain@orebokech.com>
16249
16250         * message.el (message-header-format-alist): Add `From' in list
16251         so that it can be sorted.
16252         (message-fix-before-sending): Widen and sort headers before
16253         sending.
16254         (message-hide-headers): Use narrowing to hide headers by moving
16255         them to the top of the buffer and narrowing to the region
16256         underneath.
16257
16258 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16259
16260         * message.el (message-strip-forbidden-properties):
16261         Bind buffer-read-only (etc) to nil.
16262
16263 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16266         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16267
16268 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16269
16270         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16271
16272 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * dns.el (query-dns): Use sit-for to time instead of
16275         accept-process-output, since that doesn't seem to work on udp
16276         sockets.
16277
16278 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16281
16282 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16283
16284         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16285         doc string.  Improve doc string.
16286
16287 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * nntp.el (nntp-request-update-info): Return nil if
16290         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16291         may not call gnus-activate-group which uselessly issues the GROUP
16292         commands for all nntp groups and wastes time.  Reported by Romain
16293         Francoise <romain@orebokech.com>.
16294
16295         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16296
16297 2004-11-15  Simon Josefsson  <jas@extundo.com>
16298
16299         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16300         headers separately.
16301         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16302         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16303
16304 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * gnus-start.el (gnus-convert-old-newsrc):
16307         Assign legacy-gnus-agent to 5.10.7.
16308
16309 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16310
16311         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16312         start of the lines.
16313
16314 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16315
16316         * hashcash.el (hashcash-default-payment): Change default to 20.
16317         (hashcash-default-accept-payment): Change default to 20.
16318         (hashcash-process-alist): New variable.
16319         (hashcash-generate-payment-async): Add.
16320         (hashcash-already-paid-p): Add.
16321         (hashcash-insert-payment): Don't generate payments twice.
16322         (hashcash-insert-payment-async): Add.
16323         (hashcash-insert-payment-async-2): Add.
16324         (hashcash-cancel-async): Add.
16325         (hashcash-wait-async): Add.
16326         (hashcash-processes-running-p): Add.
16327         (hashcash-wait-or-cancel): Add.
16328         (mail-add-payment): New optional argument.  Conditionally start
16329         asynchronous calculation.
16330         (mail-add-payment-async): Add.
16331
16332         * message.el (message-send-mail): Wait for asynchronous hashcash
16333         results.  Don't clobber existing X-Hashcash headers.
16334         (message-setup-1): Call mail-add-payment-async when
16335         message-generate-hashcash is non-nil.
16336
16337 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16338
16339         * message.el (message-use-alternative-email-as-from): Examine the
16340         From header as well; use message-make-from in order to include a
16341         user's full name.
16342
16343 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16346         default; improve customization type.
16347         (gnus-emphasis-custom-with-format): New macro.
16348         (gnus-emphasis-custom-value-to-external): New function.
16349         (gnus-emphasis-custom-value-to-internal): New function.
16350
16351 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16352
16353         * dns.el (query-dns): Resolve reverse addresses.
16354
16355 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16356
16357         * gnus-group.el (gnus-group-get-new-news): Use it.
16358
16359         * gnus-start.el (gnus-check-reasonable-setup): New function.
16360
16361 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16364         "Args out of range" error.  Reported by Arnaud Giersch
16365         <arnaud.giersch@free.fr>.
16366
16367 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16368
16369         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16370
16371 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16372
16373         * spam.el (spam group): Add :version.
16374
16375         * pgg-def.el (pgg group): Add :version.
16376
16377 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * gnus-art.el (gnus-article-edit-article): Don't associate the
16380         article buffer with a draft file.  This is a temporary measure
16381         against the 2004-08-22 change to gnus-article-edit-mode.
16382
16383 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16386         (html2text-format-tags): Remove unused variable `attr'.
16387
16388 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16391
16392         * tls.el (tls-process-connection-type, tls-success)
16393         (tls-certtool-program): Add :version.
16394
16395         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16396         (starttls-extra-arguments, starttls-process-connection-type)
16397         (starttls-connect, starttls-failure, starttls-success): Add :version.
16398
16399         * spam-stat.el (spam-stat): Add :version.
16400
16401         * sieve.el (sieve): Add :version.
16402
16403         * sha1.el (sha1): Add :version.
16404         (sha1-use-external): Remove redundant version.
16405
16406         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16407         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16408         (nnmail-split-fancy-match-partial-words)
16409         (nnmail-split-lowercase-expanded): Add :version.
16410
16411         * nndiary.el (nndiary): Add :version.
16412
16413         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16414
16415         * mml-sec.el (mml-default-sign-method)
16416         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16417         Add :version.
16418
16419         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16420
16421         * mm-url.el (mm-url-use-external, mm-url-program)
16422         (mm-url-arguments): Add :version.
16423
16424         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16425         (mm-attachment-file-modes, mm-decrypt-option)
16426         (mm-w3m-safe-url-regexp): Add :version.
16427
16428         * message.el (message-cite-prefix-regexp)
16429         (message-sendmail-envelope-from, message-minibuffer-local-map)
16430         (message-user-fqdn, message-completion-alist): Add :version.
16431
16432         * gnus-win.el (gnus-configure-windows-hook)
16433         (gnus-use-frames-on-any-display): Add :version.
16434
16435         * gnus-art.el (gnus-article-address-banner-alist)
16436         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16437         (gnus-treat-from-picon, gnus-treat-mail-picon)
16438         (gnus-treat-x-pgp-sig): Add :version.
16439
16440         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16441         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16442         (gnus-summary-article-delete-hook)
16443         (gnus-summary-display-while-building): Add :version.
16444
16445         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16446         (gnus-get-top-new-news-hook): Add :version.
16447
16448         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16449         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16450
16451         * gnus-registry.el (gnus-registry): Add :version.
16452
16453         * gnus-spec.el (gnus-use-correct-string-widths)
16454         (gnus-make-format-preserve-properties): Add :version.
16455
16456         * gnus.el (gnus-group-charter-alist)
16457         (gnus-group-fetch-control-use-browse-url)
16458         (gnus-install-group-spam-parameters): Add :version.
16459
16460         * gnus-diary.el (gnus-diary): Add :version.
16461
16462         * gnus-delay.el (gnus-delay): Add :version.
16463
16464         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16465         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16466         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16467         Add :version.
16468
16469         * gnus-agent.el (gnus-agent-max-fetch-size)
16470         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16471         (gnus-agent-prompt-send-queue): Add :version.
16472
16473         * deuglify.el (gnus-outlook-deuglify): Add :version.
16474
16475         * html2text.el: Beautify code.  Improve doc strings.
16476         Some checkdoc cleanup.
16477         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16478
16479 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16480
16481         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16482
16483 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16486         when package is loaded.
16487
16488         * spam.el (spam-summary-score-preferred-header): Add global preference
16489         for people who want to override the default SpamAssassin over
16490         Bogofilter preference (when both are set).
16491         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16492         (spam-user-format-function-S):
16493         Check spam-summary-score-preferred-header.
16494         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16495         (spam-user-format-function-S): Format the score correctly.
16496
16497 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16500         signature file.  Suggested by Manoj Srivastava
16501         <srivasta@golden-gryphon.com>.
16502
16503         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16504         iso-2022-jp even in the Japanese language environment.
16505         Suggested by Jason Rumney <jasonr@gnu.org>.
16506
16507 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16510         use the same characters as the dummy marks; make it free from
16511         getting affected by the language environment.
16512         (gnus-summary-read-group-1): Update mark positions only when the
16513         format spec is updated.
16514
16515         * gnus-spec.el (gnus-update-format-specifications): Return a list
16516         of updated types.
16517
16518 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16521         of boundp to check if display-warning is available.
16522
16523 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16526
16527 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * nnspool.el (nnspool-spool-directory): Use news-path if the
16530         news-directory variable is not bound.
16531
16532         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16533         function instead of display-warning if it is not available.
16534
16535 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16538         v5-10: Use `point-at-bol'.
16539
16540 2004-10-26  Simon Josefsson  <jas@extundo.com>
16541
16542         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16543         <chenggao@gmail.com>.
16544
16545 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16548         instead.
16549
16550 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16551
16552         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16553         to remove a server from the nnimap-server-buffer-alist.
16554         (nnimap-open-connection, nnimap-close-server): Use it.
16555
16556         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16557
16558 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16561         running the major-mode function.
16562
16563 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16566         dummy marks in the right way.
16567
16568 2004-10-18  David Edmondson  <dme@dme.org>
16569
16570         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16571         excessively.
16572
16573 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16574
16575         * gnus-util.el (gnus-split-references): Accept a nil references
16576         string and go on blissfully.
16577
16578         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16579         cases where the references string is non-nil but has no references.
16580
16581         * encrypt.el: Add autoload tags.
16582
16583         * spam.el (spam-resolve-registrations-routine): Remove article
16584         from unregistration list too.  Reported by David Hanak
16585         <dhanak@isis.vanderbilt.edu>
16586
16587 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16590         nil.  Change custom type.
16591
16592 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16593
16594         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16595
16596         * gnus-sum.el (gnus-summary-move-article): Use it.
16597
16598 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16599
16600         * encrypt.el: Add autoload cookies.
16601
16602         * spam.el (spam-backend-article-list-property)
16603         (spam-backend-get-article-todo-list)
16604         (spam-backend-put-article-todo-list)
16605         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16606         Resolve registrations separately.
16607         (spam-register-routine): Format comments.
16608         (spam-unregister-routine, spam-register-routine): Always call with
16609         specific-articles, no default list.
16610         (spam-summary-prepare-exit): Use the spam-classifications function.
16611
16612         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16613         gnus-encrypt.el.
16614
16615         * encrypt.el: Copied from gnus-encrypt.el.
16616
16617         * gnus-encrypt.el: Commented that it's obsolete.
16618
16619 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16622         (gnus-score-save): Use it.
16623
16624         * message.el (message-bury): Use `window-dedicated-p'.
16625
16626 2004-10-15  Simon Josefsson  <jas@extundo.com>
16627
16628         * pop3.el (top-level): Don't require nnheader.
16629         (pop3-read-timeout): Add.
16630         (pop3-accept-process-output): Add.
16631         (pop3-read-response, pop3-retr): Use it.
16632
16633 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16634
16635         * spam.el (spam-register-routine): Move comment.
16636         (spam-verify-bogofilter): Use 'unknown for the initial
16637         spam-bogofilter-valid state, not 'never.
16638
16639         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16640         for netrc-machine.
16641
16642         * nnimap.el (nnimap-open-connection):
16643         Use netrc-machine-user-or-password.
16644
16645 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16646
16647         * gnus-registry.el (gnus-registry-unload-hook):
16648         Set as a variable with add-hook.
16649
16650         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16651         of news-path.
16652
16653         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16654
16655         * spam.el: Delete duplicate `provide'.
16656         (spam-unload-hook): Set as a variable with add-hook.
16657
16658 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16661         in the doc string.
16662
16663         * message.el (message-ignored-news-headers)
16664         (message-ignored-supersedes-headers)
16665         (message-ignored-resent-headers)
16666         (message-forward-ignored-headers): Improve custom type.
16667
16668 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * message.el (message-tokenize-header): Fix 2004-09-06 change
16671         which used point-min in the wrong place.
16672
16673 2004-10-12  Simon Josefsson  <jas@extundo.com>
16674
16675         * tls.el (tls-certtool-program): New variable.
16676         (tls-certificate-information): New function, based on
16677         ssl-certificate-information.
16678
16679 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * compface.el: Move the version of ELisp-based uncompface program
16682         to the contrib directory because of the copyright problem.
16683
16684 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * message.el (message-kill-buffer): Raise the current frame.
16687
16688 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16691
16692         * gnus.el (message-y-or-n-p): Autoload.
16693
16694         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16695         (pop3-password-required, pop3-authentication-scheme)
16696         (pop3-leave-mail-on-server): Make customizable.
16697         (pop3): New custom group.
16698         (pop3-retr): Remove `sleep-for' statements.
16699         Suggested by Dave Love <fx@gnu.org>.
16700
16701         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16702         Windows/DOS.
16703
16704         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16705         (imap-parse-body): Fix incorrect use of `assert'.
16706         Suggested by Dave Love <fx@gnu.org>.
16707
16708         * mml.el (mml-minibuffer-read-disposition): Require match.
16709         Suggested by Dave Love <fx@gnu.org>.
16710
16711 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16714         doc string.
16715
16716 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16719
16720 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16721
16722         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16723         instead of calling `mm-insert-inline', to decode text/* parts
16724         before displaying them.
16725
16726 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * mm-uu.el (mm-uu-text-plain-type): New variable.
16729         (mm-uu-pgp-signed-extract-1): Use it.
16730         (mm-uu-pgp-encrypted-extract-1): Use it.
16731         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16732         bind mm-uu-text-plain-type with that value.
16733         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16734         mm-uu-dissect.
16735
16736 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * gnus-group.el (gnus-update-group-mark-positions):
16739         * gnus-sum.el (gnus-update-summary-mark-positions):
16740         * message.el (message-check-news-body-syntax):
16741         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16742         of string-as-multibyte.
16743
16744 2004-10-05  Juri Linkov  <juri@jurta.org>
16745
16746         * gnus-group.el (gnus-update-group-mark-positions):
16747         * gnus-sum.el (gnus-update-summary-mark-positions):
16748         * message.el (message-check-news-body-syntax):
16749         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16750         8-bit unibyte values to a multibyte string for search functions.
16751
16752 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16755         (mm-uu-dissect-text-parts): New function.
16756
16757         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16758         dissect text parts.
16759
16760         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16761         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16762
16763         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16764
16765         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16766         Use gnus-current-topics instead of gnus-current-topic.
16767
16768 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16769
16770         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16771
16772 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16773
16774         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16775         where approriate.
16776
16777         * nnml.el (nnml-generate-active-info): do.
16778
16779         * nndiary.el (nndiary-generate-active-info): do.
16780
16781         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16782         (gnus-topic-move): do.
16783
16784         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16785         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16786
16787         * gnus-srvr.el (gnus-server-prepare)
16788         (gnus-server-open-all-servers): do.
16789
16790         * gnus-msg.el (gnus-summary-cancel-article)
16791         (gnus-summary-resend-message)
16792         (gnus-summary-mail-crosspost-complaint): do.
16793
16794         * gnus-move.el (gnus-change-server): do.
16795
16796         * gnus-group.el (gnus-group-unmark-all-groups)
16797         (gnus-group-set-current-level): do.
16798
16799 2004-10-04  Simon Josefsson  <jas@extundo.com>
16800
16801         * message.el (message-generate-hashcash): Doc fix.
16802
16803 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16804
16805         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16806         avoid infinite recursion via gnus-get-function.
16807
16808 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16809
16810         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16811
16812         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16813
16814         * nnmail.el (nnmail-split-history): do.
16815
16816         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16817         (nnml-request-delete-group): do.
16818
16819         * nnslashdot.el (nnslashdot-read-groups): do.
16820
16821         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16822         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16823
16824         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16825         (nnspool-sift-nov-with-sed): Use last.
16826         (nnspool-retrieve-headers-with-nov): Use mapc.
16827         (nnspool-request-newgroups): Use dolist.
16828         (nnspool-request-group): Use last.
16829
16830         * nntp.el (nntp-read-server-type): Use dolist.
16831
16832         * nnvirtual.el (nnvirtual-create-mapping)
16833         (nnvirtual-update-read-and-marked): Use dolist.
16834         (nnvirtual-convert-headers): Simplify.
16835
16836 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16837
16838         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16839         Add support for sync'ing tick marks.
16840
16841 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16844         there's no visible header.
16845
16846 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16847
16848         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16849         When necessary, pass full group name to gnus-request-set-marks.
16850
16851 2004-10-01  Simon Josefsson  <jas@extundo.com>
16852
16853         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16854         acroread.
16855
16856 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * spam-report.el (spam-report-gmane): Fix interactive.
16859
16860         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16861
16862         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16863         when writing file.
16864         (gnus-agent-synchronize-flags): Don't default to being
16865         interactive.
16866
16867 2004-09-30  Simon Josefsson  <jas@extundo.com>
16868
16869         * message.el (message-generate-hashcash): Add.
16870         (message-send-mail): Use it, call mail-add-payment.
16871
16872 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16873
16874         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16875
16876 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16877
16878         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16879         gnus-requst-update-info with explicit code to sync the in-memory
16880         info read flags with the marks being sync'd to the backend.
16881
16882         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16883
16884 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16885
16886         * spam.el (spam-verify-bogofilter): Add new function.
16887         (spam-check-bogofilter)
16888         (spam-bogofilter-register-with-bogofilter): Use it.
16889         (spam-verify-bogofilter): Add small fixes.
16890
16891 2004-09-28  Simon Josefsson  <jas@extundo.com>
16892
16893         * hashcash.el (hashcash-generate-payment): Revert.
16894
16895 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16898         Use gnus-extract-references instead of gnus-split-references.
16899
16900         * gnus-util.el (gnus-extract-references): Add new function, analogous
16901         to gnus-split-references but extracts only the message-ID without
16902         anything extra.
16903
16904         * hashcash.el (hashcash-generate-payment)
16905         (hashcash-check-payment): Do the right thing if hashcash-path is
16906         nil (because the hashcash program could not be found).
16907
16908         * spam.el (spam-use-hashcash): Remove comment.
16909
16910 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16911
16912         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16913         (gnus-cache-enter-article, gnus-cache-remove-article)
16914         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16915
16916         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16917
16918         * gnus-art.el (article-hide-boring-headers)
16919         (article-translate-strings, article-display-face)
16920         (gnus-article-mime-match-handle-first)
16921         (gnus-article-highlight-headers)
16922         (gnus-article-add-buttons-to-head): do.
16923
16924 2004-09-27  Simon Josefsson  <jas@extundo.com>
16925
16926         * hashcash.el: New version, from
16927         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16928         ../contrib/.
16929
16930 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16933
16934 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16935
16936         * gnus-dup.el (gnus-dup-open): Use mapc.
16937         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16938
16939         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16940         Reported by Stefan Wiens <s.wi@gmx.net>.
16941
16942         * gnus.el (gnus-shutdown): Use dolist.
16943
16944         * gnus-undo.el (gnus-undo): Use mapc.
16945
16946         * nnrss.el (nnrss-generate-active): do.
16947
16948         * message.el (message-cite-original-without-signature)
16949         (message-cite-original): Use mapc.
16950         (message-do-actions, message-make-forward-subject): Use dolist.
16951
16952 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16953
16954         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16955         deletion to remove entire duplicate line.  Fixes merged article
16956         number bug.
16957
16958 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16959
16960         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16961         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16962         first ask if you want to open a server and then, even when you
16963         responded with no, asking if you want to synchronize the server's
16964         flags.
16965         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16966         multi-line expressions.
16967         (gnus-agent-synchronize-group-flags): New internal function.
16968         Updates marks in memory (in the info structure) AND in the
16969         backend.
16970
16971         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16972
16973         * nnagent.el (nnagent-request-set-mark):
16974         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16975         method, to ensure that synchronization updates marks in the
16976         backend and in the info (in memory) structure.
16977
16978 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16981         convention fully; don't miss the root article of a thread; make
16982         the X-Draft-From header with correct article numbers.
16983
16984 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16985
16986         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16987         unless plugged.  Disable the agent so that an open failure causes
16988         an error.
16989
16990         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16991         Revert 2004-09-21 change.  The backend must be opened while
16992         synchronizing flags even when the backend stores the flags
16993         locally.
16994
16995 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16998         in `header' match.  Reported by Svend Tollak Munkejord.
16999
17000         * message.el (message-cite-original): Fix use of
17001         `message-cite-articles-with-x-no-archive'.
17002
17003 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17006         (gnus-window-to-buffer): Ditto.
17007
17008         * mml.el (mml-preview-buffer): New variable.
17009         (mml-preview): Manage window layout with gnus-buffer-configuration.
17010
17011         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17012         X-Draft-From header even if those articles aren't quoted.
17013
17014 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17015
17016         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17017         (gnus-request-set-mark, gnus-request-update-mark): Use new
17018         g-s-t-u-l-m to decide to use backend even when unplugged.
17019
17020 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17023         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17024
17025 2004-09-20  Simon Josefsson  <jas@extundo.com>
17026
17027         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17028         "utf-16-le".
17029
17030 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17031
17032         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17033
17034 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * uudecode.el (uudecode-use-external): Add :version.
17037
17038         * smime.el (smime-CA-file, smime-encrypt-cipher)
17039         (smime-dns-server): Add :version.
17040
17041         * smiley.el (gnus-smiley-file-types): Add :version.
17042
17043         * sha1.el (sha1-use-external): Add :version.
17044
17045         * pgg-def.el (pgg-query-keyserver): Add :version.
17046
17047         * nnmail.el (nnmail-fancy-expiry-targets)
17048         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17049         Add :version.
17050
17051         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17052         (nnimap-retrieve-groups-asynchronous): Add :version.
17053         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17054
17055         * mml.el (mml-content-disposition-parameters)
17056         (mml-insert-mime-headers-always): Add :version.
17057
17058         * mm-util.el (mm-coding-system-priorities): Add :version.
17059
17060         * mm-decode.el (mm-inline-text-html-with-images)
17061         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17062         (mm-verify-option): Add :version.
17063         (mm-text-html-renderer): Change :version.
17064
17065         * message.el (message-fcc-externalize-attachments)
17066         (message-required-headers, message-draft-headers)
17067         (message-subject-trailing-was-query)
17068         (message-subject-trailing-was-ask-regexp)
17069         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17070         (message-mark-insert-end, message-archive-header)
17071         (message-archive-note, message-cross-post-default)
17072         (message-cross-post-note, message-followup-to-note)
17073         (message-cross-post-note-function, message-use-mail-followup-to)
17074         (message-subscribed-address-functions)
17075         (message-subscribed-address-file, message-subscribed-addresses)
17076         (message-subscribed-regexps, message-allow-no-recipients)
17077         (message-yank-cited-prefix, message-signature-insert-empty-line)
17078         (message-hidden-headers, message-hierarchical-addresses)
17079         (message-mail-user-agent, message-use-idna)
17080         (message-valid-fqdn-regexp)
17081         (message-strip-special-text-properties, message-header-synonyms)
17082         (message-beginning-of-line, message-tab-body-function): Add :version.
17083         (message-insert-canlock, message-wide-reply-confirm-recipients):
17084         Change :version.
17085
17086         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17087         and :version.
17088         (mail-source-delete-old-incoming-confirm)
17089         (mail-source-movemail-program): Add :version.
17090
17091         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17092         (gnus-agent-cache, gnus-agent): Change :version.
17093
17094         * gnus-util.el (gnus-use-byte-compile): Change :version.
17095
17096         * gnus-sum.el (gnus-summary-make-false-root-always)
17097         (gnus-summary-default-high-score)
17098         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17099         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17100         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17101         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17102         (gnus-sum-thread-tree-single-indent)
17103         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17104         (gnus-sum-thread-tree-leaf-with-other)
17105         (gnus-sum-thread-tree-single-leaf): Add :version.
17106         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17107         (gnus-article-loose-mime): Change :version.
17108
17109         * gnus-start.el (gnus-backup-startup-file)
17110         (gnus-save-startup-file-via-temp-buffer): Add :version.
17111
17112         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17113         (gnus-server-offline-face): Add :version.
17114
17115         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17116
17117         * gnus-msg.el (gnus-gcc-externalize-attachments)
17118         (gnus-debug-files, gnus-debug-exclude-variables)
17119         (gnus-discouraged-post-methods): Change :version.
17120         (gnus-confirm-mail-reply-to-news)
17121         (gnus-confirm-treat-mail-like-news): Add :version.
17122
17123         * gnus-int.el (gnus-server-unopen-status): Add :version.
17124
17125         * gnus-group.el (gnus-group-jump-to-group-prompt)
17126         (gnus-large-ephemeral-newsgroup)
17127         (gnus-fetch-old-ephemeral-headers): Add :version.
17128
17129         * gnus-fun.el (gnus-x-face-directory)
17130         (gnus-convert-pbm-to-x-face-command)
17131         (gnus-convert-image-to-x-face-command)
17132         (gnus-convert-image-to-face-command): Add :version.
17133
17134         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17135
17136         * gnus-cite.el (gnus-cite-blank-line-after-header)
17137         (gnus-article-boring-faces): Add :version.
17138
17139         * gnus-art.el (gnus-buttonized-mime-types)
17140         (gnus-inhibit-mime-unbuttonizing)
17141         (gnus-treat-display-face)
17142         (gnus-treat-body-boundary): Change :version.
17143         (gnus-body-boundary-delimiter, gnus-picon-databases)
17144         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17145         (gnus-treat-date-english, gnus-treat-fold-headers)
17146         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17147         (gnus-treat-mail-picon, gnus-treat-wash-html)
17148         (gnus-article-encrypt-protocol)
17149         (gnus-use-idna, gnus-article-over-scroll)
17150         (gnus-mime-display-multipart-alternative-as-mixed)
17151         (gnus-mime-display-multipart-related-as-mixed)
17152         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17153         (gnus-ctan-url, gnus-button-ctan-handler)
17154         (gnus-button-handle-ctan-bogus-regexp)
17155         (gnus-button-ctan-directory-regexp)
17156         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17157         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17158         (gnus-button-man-level, gnus-button-emacs-level)
17159         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17160
17161         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17162         (gnus-agent-go-online): Change :version.
17163         (gnus-agent-expire-unagentized-dirs)
17164         (gnus-agent-auto-agentize-methods): Add :version.
17165
17166         * flow-fill.el (fill-flowed-display-column)
17167         (fill-flowed-encode-column): Add :version.
17168
17169         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17170         (gnus-outlook-deuglify-unwrap-max)
17171         (gnus-outlook-deuglify-cite-marks)
17172         (gnus-outlook-deuglify-unwrap-stop-chars)
17173         (gnus-outlook-deuglify-no-wrap-chars)
17174         (gnus-outlook-deuglify-attrib-cut-regexp)
17175         (gnus-outlook-deuglify-attrib-verb-regexp)
17176         (gnus-outlook-deuglify-attrib-end-regexp)
17177         (gnus-outlook-display-hook): Add :version.
17178
17179         * binhex.el (binhex-use-external): Add :version.
17180
17181 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17184         and `invisible'.
17185
17186 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17187
17188         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17189         in gnus-registry-trim.
17190
17191 2004-09-13  Simon Josefsson  <jas@extundo.com>
17192
17193         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17194
17195         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17196
17197         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17198         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17199         <yamaoka@jpl.org>.
17200         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17201         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17202         <yamaoka@jpl.org>.
17203
17204         * sieve.el (sieve-manage-mode): Ditto.
17205
17206 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17207
17208         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17209
17210 2004-09-11  Simon Josefsson  <jas@extundo.com>
17211
17212         * dns-mode.el: Add.
17213
17214         * mm-view.el (mm-display-dns-inline): Add.
17215
17216         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17217         (mm-automatic-display): Ditto.
17218
17219         * mailcap.el (mailcap-mime-data): Add text/dns.
17220         (mailcap-mime-extensions): Map .soa to text/dns.
17221
17222 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17223
17224         * gnus-art.el (article-decode-mime-words, article-babel)
17225         (gnus-article-highlight-signature, gnus-article-add-buttons)
17226         (gnus-signature-toggle): Remove unnecessary bindings of
17227         `inhibit-read-only' inherited from v5.10 merge.
17228
17229 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * nntp.el (nntp): New customization group.
17232         (nntp-authinfo-file): Add customization group.
17233
17234         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17235
17236         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17237
17238         * gnus.el (to-address, to-list, subscribed)
17239         (large-newsgroup-initial): Ditto.
17240
17241         * flow-fill.el (fill-flowed-display-column)
17242         (fill-flowed-encode-column): Ditto.
17243
17244 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17245
17246         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17247         Use point-min rather than 1.
17248         (message-send-mail): Use buffer-size rather than point-max.
17249
17250         * gnus-sum.el (gnus-summary-search-article-forward):
17251         Signal a specific `search-failed' rather than a generic `error'.
17252
17253         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17254         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17255         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17256
17257 2004-09-10  Simon Josefsson  <jas@extundo.com>
17258
17259         * nndb.el (require): Remove tcp and duplicate cl.
17260
17261 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-agent.el (directory-files-and-attributes): Move forward.
17264
17265 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17266
17267         * gnus-agent.el (directory-files-and-attributes):
17268         Optionally defined to support XEmacs.
17269
17270 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17271
17272         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17273         to avoid run-time CL dependencies.
17274         (gnus-agent-unfetch-articles): New function.
17275         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17276         article numbers even when local .overview file is missing.
17277         (gnus-agent-read-article-number): New function.  Only accepts
17278         27-bit article numbers.
17279         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17280         Use gnus-agent-read-article-number.
17281         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17282         from backend while recognizing that article numbers in .overview
17283         must be valid.
17284         (gnus-agent-update-files-total-fetched-for):
17285         Use directory-files-and-attributes to improve performance.
17286         * gnus-int.el (gnus-request-move-article):
17287         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17288         improve performance.
17289
17290         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17291         some users confused by references to .newsrc when they only have a
17292         .newsrc.eld file.
17293         (gnus-convert-mark-converter-prompt)
17294         (gnus-convert-converter-needs-prompt): Fix use of property list.
17295         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17296         New function.  Used internally to only display 'gnus converting
17297         files' message when actually necessary.
17298
17299         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17300         methods now autoloaded.
17301
17302 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17305         identifiers.
17306
17307 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * gnus-picon.el: Fix indentation and closing parenthesis.
17310
17311 2004-09-01  Simon Josefsson  <jas@extundo.com>
17312
17313         * message.el (message-canlock-generate): Require sha1, not
17314         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17315         to require within a function.  Sadly, if sha1.el isn't loaded, the
17316         let binding in m-c-g will hide the defcustom definition, which is
17317         bad.)
17318
17319         * canlock.el: Require sha1, not sha1-el.
17320
17321         * message.el: Don't autoload sha1 (there is a autoload cookie in
17322         sha1.el).
17323
17324         * sha1-el.el: Rename to sha1.el.
17325
17326 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17327
17328         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17329
17330 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17331
17332         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17333
17334 2004-08-30  Kim F. Storm  <storm@cua.dk>
17335
17336         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17337
17338         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17339         Add :group 'nnimap.
17340
17341 2004-08-30  Andreas Schwab  <schwab@suse.de>
17342
17343         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17344         ?* and ?\;.
17345
17346         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17347         and ?\' to symbol instead of whitespace.
17348
17349 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17352
17353         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17354         instead of re-search-forward.
17355
17356         * gnus-uu.el (gnus-uu-save-article): Ditto.
17357         (gnus-uu-post-encode-uuencode): Ditto.
17358
17359         * html2text.el (html2text-clean-list-items): Ditto.
17360         (html2text-clean-dtdd): Ditto.
17361         (html2text-format-tags): Ditto.
17362
17363         * message.el (message-send-mail-with-sendmail): Fix regexp.
17364         (message-fill-field-general): Use search-forward instead of
17365         re-search-forward.
17366         (unbold-region): Ditto.
17367
17368         * nnrss.el (nnrss-request-article): Ditto.
17369
17370         * nnslashdot.el (nnslashdot-request-article): Ditto.
17371
17372         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17373
17374         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17375         "Unrecognized menu descriptor" error in XEmacs.
17376
17377 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17378
17379         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17380         parent article of a sparse article in the thread hashtb.
17381
17382 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17383
17384         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17385         (nnmail-expand-newtext): Lowercase expanded entries if
17386         nnmail-split-lowercase-expanded is non-nil.
17387
17388 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17391
17392         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17393         of gnus-tmp-news-method into string under XEmacs.  It will be
17394         passed to gnus-correct-length which takes only a string argument.
17395
17396 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-util.el (gnus-bind-print-variables): New macro.
17399         (gnus-prin1): Use it.
17400         (gnus-prin1-to-string): Use it.
17401         (gnus-pp): New function.
17402         (gnus-pp-to-string): New function.
17403
17404         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17405         Replace pp-to-string with gnus-pp-to-string.
17406         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17407         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17408         * gnus-msg.el (gnus-debug): Ditto.
17409         * gnus-score.el (gnus-score-save): Ditto.
17410         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17411         gnus-pp-to-string.
17412         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17413         with gnus-pp.
17414         * score-mode.el (gnus-score-pretty-print): Ditto.
17415         * webmail.el (webmail-debug): Ditto.
17416
17417 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-art.el (article-display-face, article-display-x-face):
17420         Use buffer-read-only.
17421
17422 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-art.el (article-hide-list-identifiers):
17425         Bind inhibit-read-only as t.
17426
17427 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17430
17431 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17432
17433         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17434         (gnus-narrow-to-page): Don't assume point-min == 1.
17435         (gnus-article-edit-mode): Derive from message-mode.
17436
17437         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17438         point-min == 1.
17439
17440         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17441         Disable incorrect use of `assert'.
17442
17443         * message.el (message-mode): Set comment-start-skip.
17444
17445
17446 2004-08-22  Sam Steingold  <sds@gnu.org>
17447
17448         * pop3.el (pop3-leave-mail-on-server): New user variable.
17449         (pop3-movemail): Delete mail only when it is nil.
17450
17451 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17454
17455         * mml.el (mml-preview): Use `pop-to-buffer'.
17456
17457         * message.el (message-goto-mail-followup-to): Insert after "To".
17458         (message-carefully-insert-headers): Add comment.
17459
17460         * gnus.el: Remove unused variable `gnus-article-check-size'.
17461
17462         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17463
17464         * gnus-art.el (gnus-button-alist):
17465         Improve `gnus-button-handle-library' entry.
17466
17467 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17468
17469         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17470         Use downcase, since XEmacs capitalizes error messages differently.
17471
17472 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17473
17474         * nntp.el: Add (require 'gnus) due to reference to
17475         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17476
17477 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17478
17479         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17480         Bind `mm-fill-flowed'.
17481
17482         * mm-decode.el (mm-dissect-singlepart): Check it.
17483
17484 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17485
17486         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17487         'imap' for netrc parsing.
17488
17489 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * mailcap.el (mailcap-mime-data): Mark as risky.
17492
17493 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17496         may be included in the encoded word.
17497         (rfc2047-encode): Don't append a space if the encoded word
17498         includes close parenthesis.
17499
17500 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17503         of text within parentheses.
17504
17505 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17506
17507         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17508         (gnus-encrypt-write-file-contents): Make the password key the file
17509         name PLUS the cipher, not just the cipher.  Also remove failed
17510         passwords from the cache.
17511
17512 2004-08-06  Simon Josefsson  <jas@extundo.com>
17513
17514         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17515         Doc fix.
17516
17517 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17520         LWSP.
17521
17522 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17523
17524         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17525         Try to append in-reply-to: data to the references: header.
17526
17527         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17528         (netrc-parse): Use gnus-encrypt.el functions.
17529
17530         * gnus-encrypt.el: Add new file for encryption support; currently
17531         does only a few GPG ciphers and an internal XOR cipher.
17532
17533         * password.el: Add comments on using password-read-and-add.
17534         (password-read-and-add): Add function to read and add the
17535         password to the cache at once.
17536
17537 2004-07-28  Simon Josefsson  <jas@extundo.com>
17538
17539         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17540         parameter (but don't use it, for now).
17541
17542         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17543         instead of hard coding to nil.
17544
17545 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17548         as mm-inline-image-xemacs does.
17549
17550 2004-07-26  Simon Josefsson  <jas@extundo.com>
17551
17552         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17553         Revert part of 2004-07-17 change below.
17554
17555 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17558         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17559
17560 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17561
17562         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17563         quotes that actually start with ">" at the beginning of the
17564         lines.
17565
17566 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * rfc2047.el (rfc2047-encode-region): Fix last change.
17569         (rfc2047-encode-parameter): Remove useless concat.
17570
17571 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17574         encode special characters; fix some kind of misconfigured headers;
17575         signal a real error if debug-on-quit or debug-on-error is non-nil.
17576         (rfc2047-encode-max-chars): New variable.
17577         (rfc2047-encode-1): Use it.
17578         (rfc2047-encode-parameter): New function.
17579
17580         * mml.el (mml-insert-parameter): Remove an excessive space.
17581
17582 2004-07-17  Simon Josefsson  <jas@extundo.com>
17583
17584         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17585         Kai Grossjohann <kai@emptydomain.de>.
17586         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17587         (gnus-group-make-menu-bar): Ditto.
17588
17589         * gnus-util.el (gnus-group-server): Add.
17590
17591 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * message.el (message-clone-locals): Clone sendmail and smtp
17594         variables.
17595
17596 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * rfc2047.el (rfc2047-encode-region): Fix last change.
17599
17600 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17603         characters as non-special.
17604
17605 2004-07-09  Simon Josefsson  <jas@extundo.com>
17606
17607         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17608         Users will lose all flag changes made while unplugged with
17609         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17610         good default.  See numerous reports on ding mailing list.
17611
17612 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17615         add generate-head-function and generate-article-function to the
17616         rfc822-forward entry.
17617         (nndoc-rfc822-forward-generate-article): New function.
17618         (nndoc-rfc822-forward-generate-head): New function.
17619
17620         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17621
17622 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17623
17624         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17625         respect display group parameter and gnus-summary-expunge-below.
17626         (gnus-articles-to-read): Remove unused reference to display group
17627         parameter.
17628
17629 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17630
17631         * nnheader.el (nnheader-uniquify-message-id): New experimental
17632         variable.
17633         (nnheader-nov-read-message-id): Use it.
17634
17635         * spam-report.el (spam-report-gmane): Add interactive.
17636
17637 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * mm-encode.el (mm-content-transfer-encoding-defaults):
17640         Use qp-or-base64 for the application/* types.
17641
17642 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17643
17644         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17645
17646 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17647
17648         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17649         trim value.
17650
17651 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17652
17653         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17654         New macro and function.
17655         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17656
17657 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17660         after-load-alist.
17661
17662 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17663
17664         * gnus-group.el (gnus-group-get-new-news-this-group):
17665         Don't update info that isn't there.
17666
17667 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17668
17669         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17670         entry.
17671
17672 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * mm-view.el (mm-inline-render-with-function): Use multibyte
17675         buffer; decode html source by charset.
17676
17677         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17678
17679         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17680         Mule-UCS is loaded under XEmacs.
17681         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17682
17683 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17684
17685         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17686
17687 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * mm-util.el (mm-coding-system-p): Return a coding-system.
17690         (mm-mime-mule-charset-alist): Use shift_jis instead of
17691         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17692         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17693         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17694         instead of japanese-shift-jis and iso-latin-1 respectively in
17695         order to share the default value with both Emacs and XEmacs-mule.
17696         (mm-mule-charset-to-mime-charset):
17697         Make mm-coding-system-priorities effective.
17698         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17699         while predicating of candidates upon the priorities.
17700
17701 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17702
17703         * gnus-sum.el (gnus-summary-make-menu-bar):
17704         Add gnus-uu-invert-processable.
17705
17706         * gnus.el: Autoload gnus-uu-invert-processable.
17707
17708 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * mm-util.el (mm-with-multibyte-buffer): New macro.
17711
17712         * rfc2047.el (rfc2047-encode-string): Use it.
17713         (rfc2047-encode-region): Move point to the end of the region after
17714         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17715
17716 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17719         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17720
17721 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17724         (gnus-cite-parse): Ignore quoted envelope From_.
17725         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17726
17727 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17730         invalid addresses.
17731
17732 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17733
17734         * spam.el: Change section markers, revise TODO list.
17735         (spam-backends): Make new master list of all installed backends.
17736         (spam-summary-exit-behavior): Add new variable to determine how
17737         messages moves are done at summary exit.
17738         (spam-move-spam-nonspam-groups-only)
17739         (spam-process-ham-in-nonham-groups)
17740         (spam-process-ham-in-spam-groups): Remove variables, the
17741         spam-summary-exit-behavior variable should be used to manage this
17742         behavior.
17743         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17744         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17745         and spam-old-spam-articles.
17746         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17747         Add empty variables, placeholders for the backends they represent.
17748         (spam-set-difference): Move, unchanged.
17749         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17750         unless the user has a processor variable.
17751         (spam-classifications, spam-classification-valid-p)
17752         (spam-backend-properties, spam-backend-property-valid-p)
17753         (spam-backend-function-type-valid-p)
17754         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17755         (spam-report-articles-gmane, spam-report-articles-resend):
17756         Remove functions, they are not needed.
17757         (spam-install-backend-super, spam-backend-list)
17758         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17759         (spam-backend-function, spam-backend-ham-registration-function)
17760         (spam-backend-spam-registration-function)
17761         (spam-backend-ham-unregistration-function)
17762         (spam-backend-spam-unregistration-function)
17763         (spam-backend-statistical-p, spam-backend-mover-p)
17764         (spam-install-backend-alias, spam-install-checkonly-backend)
17765         (spam-install-mover-backend, spam-install-nocheck-backend)
17766         (spam-install-backend, spam-install-statistical-backend)
17767         (spam-install-statistical-checkonly-backend): Add backend installation
17768         support.
17769         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17770         (spam-group-processor-p): Use the new backend code and respect the
17771         summary exit behavior.
17772         (spam-mark-spam-as-expired-and-move-routine): Remove.
17773         (spam-summary-prepare): Change to use the new spam-old-articles
17774         variable.
17775         (spam-copy-or-move-routine, spam-copy-spam-routine)
17776         (spam-move-spam-routine, spam-copy-ham-routine)
17777         (spam-move-ham-routine): Add code to copy/move ham or spam.
17778         (spam-fetch-field-fast): Improve doc and code, plus allow the
17779         'number request.
17780         (spam-list-of-checks, spam-list-of-statistical-checks):
17781         Remove variables.
17782         (spam-split, spam-find-spam): Use the new backend code.
17783         (spam-registration-functions): Remove variable.
17784         (spam-unregister-routine): Add convenience wrapper.
17785         (spam-log-undo-registration, spam-register-routine)
17786         (spam-log-processing-to-registry)
17787         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17788         where possible.
17789         (spam-check-gmane-xref, spam-check-regex-headers)
17790         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17791         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17792         (spam-check-bogofilter-headers, spam-check-spamoracle)
17793         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17794         (spam-check-crm114-headers): Use the spam-split-group that
17795         spam-split prepares, no need to determine it every time.
17796
17797         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17798         to the nnheader-parse-naked-head call.
17799
17800         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17801
17802         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17803         the nnheader-nov-read-message-id call.
17804
17805 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17808         gnus-activate-group twice.  Suggested by Markus Peter
17809         <warp@spin.de>.
17810
17811 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-art.el (gnus-article-time-format): Exchange the order of
17814         day and month in the default value; fix customization type.
17815         (article-date-ut): Use add-text-properties.
17816         (article-make-date-line): Use message-make-date instead of
17817         current-time-string.
17818
17819         * message.el (message-fetch-field): Don't use set-text-properties.
17820         (message-make-date): Simplify.
17821
17822         * messagexmas.el (message-xmas-make-date): New function.
17823         (message-xmas-redefine): Defalias message-make-date to it.
17824
17825 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17828         (rfc2047-encode-region): Treat text within parentheses as special;
17829         show the original text when error has occurred.
17830
17831         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17832         already-computed method to gnus-activate-group.
17833
17834         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17835         same select-methods identical Lisp objects.
17836
17837         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17838         object when modifying the info.
17839
17840 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17843         gnus-opened-servers since it has never been opened with the new
17844         configuration yet.
17845
17846 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17849         arg to nnheader-generate-fake-message-id.
17850
17851 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17852
17853         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17854         number and build a fake message ID localized to a group and
17855         article number (so it's repeatable from that point on).
17856         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17857         ID format.
17858
17859         * gnus-sum.el (gnus-get-newsgroup-headers):
17860         Call nnheader-generate-fake-message-id with the article number.
17861
17862 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17863
17864         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17865         end-of-buffer.
17866
17867 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17868
17869         * message.el (message-ignored-supersedes-headers): Add Approved.
17870
17871 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17874         goto-char.
17875         (rfc2047-encode): Fold the line before encoding.
17876
17877 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17878
17879         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17880         folding -- not all headers can be folded, and this should be done
17881         by the message composition mode.  Probably.  I think.
17882
17883 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17886         fast.
17887
17888         * gnus-ems.el (gnus-remove-image): Don't use
17889         message-text-with-property; remove only the image found first.
17890
17891         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17892         found first.
17893
17894 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17895
17896         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17897
17898 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * message.el (message-text-with-property): Make it fast and accept
17901         optional arguments.
17902         (message-strip-forbidden-properties): Use it.
17903         (message-fix-before-sending): Follow the m-t-w-p change.
17904
17905         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17906
17907 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-art.el (article-hide-headers): Don't change the buffer
17910         mistakenly when performing mml-preview even if
17911         gnus-single-article-buffer is nil.
17912
17913 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17914
17915         * message.el (message-expand-name-databases): New user option.
17916         (message-expand-name): Use it.
17917
17918 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17919
17920         * spam.el (spam-report-articles-resend)
17921         (spam-report-resend-register-routine): Allow ham reporting.
17922         (spam-report-resend-register-ham-routine): Add wrapper.
17923         (spam-registration-functions): Add ham resending functions.
17924         (spam-list-of-processors): Add ham resend processor.
17925
17926         * gnus.el (ham-resend-to): Add new group parameter.
17927         (spam-process): Add ham resend option.
17928
17929         * spam-report.el (spam-report-resend): Allow reporting ham.
17930         (spam-report-resend-ham): Add wrapper.
17931
17932 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17933
17934         * message.el (message-cite-articles-with-x-no-archive):
17935         New variable.
17936         (message-cite-original): Use it.
17937
17938 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939
17940         * message.el (message-cite-original): Respect X-No-Archive.
17941
17942 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-art.el (article-hide-headers): Refer to the values for
17945         gnus-ignored-headers and gnus-visible-headers in the summary
17946         buffer since a user may have set them as group parameters.
17947
17948 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * assistant.el (assistant-node-name): Add convenience function.
17951         (assistant-render-text, assistant-render-node): Add error handling,
17952         plus handle multiple next nodes.
17953         (assistant-find-next-node): Comment out for now.
17954         (assistant-find-next-nodes): Add function, returns list of next
17955         nodes.
17956
17957 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17958
17959         * mail-source.el (mail-source-directory): Fix doc-string.
17960
17961 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17962
17963         * assistant.el (assistant-render-text, assistant-eval): Add :set
17964         widget type, which is different because it takes and returns a
17965         list.  Much hilarity ensues.
17966
17967 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17968
17969         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17970
17971         * gnus-group.el (gnus-group-get-new-news-this-group):
17972         Add doc-string.
17973
17974         * gnus-start.el (gnus-activate-group): Add doc-string.
17975
17976 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17979
17980 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17981
17982         * assistant.el (assistant-render-text): Try to add a :set
17983         widget, more to come.
17984
17985         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17986         strings.
17987         (spam-report-articles-resend)
17988         (spam-register-routine): Do registration iff any articles warrant
17989         it.
17990         (spam-summary-prepare-exit): Change log message for nil group
17991         destinations.
17992
17993 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17994
17995         * spam.el (spam-report-resend-register-routine):
17996         Allow spam-report-resend-to to be a group parameter or a global value.
17997
17998 2004-05-26  Simon Josefsson  <jas@extundo.com>
17999
18000         * starttls.el: Merge with my GNUTLS based starttls.el.
18001         (starttls-gnutls-program, starttls-use-gnutls)
18002         (starttls-extra-arguments, starttls-process-connection-type)
18003         (starttls-connect, starttls-failure, starttls-success):
18004         New variables.
18005         (starttls-program, starttls-extra-args): Doc fix.
18006         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18007         New functions.
18008         (starttls-negotiate, starttls-open-stream):
18009         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18010         function if it is set.
18011
18012 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18015         structured fields.
18016
18017 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18020
18021 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18022
18023         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18024         Add variable.
18025         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18026         assigning the spam-mark to new messages.
18027
18028 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18029
18030         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18031
18032 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18035
18036         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18037         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18038         default.
18039
18040 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18041
18042         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18043         correct data.
18044
18045 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18046
18047         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18048         (spam-group-processor-p): Fix function.
18049         (spam-group-processor-multiple-p)
18050         (spam-group-spam-processor-report-gmane-p)
18051         (spam-group-spam-processor-report-resend-p)
18052         (spam-group-spam-processor-bogofilter-p)
18053         (spam-group-spam-processor-blacklist-p)
18054         (spam-group-spam-processor-ifile-p)
18055         (spam-group-ham-processor-ifile-p)
18056         (spam-group-spam-processor-spamoracle-p)
18057         (spam-group-spam-processor-crm114-p)
18058         (spam-group-ham-processor-bogofilter-p)
18059         (spam-group-spam-processor-stat-p)
18060         (spam-group-ham-processor-stat-p)
18061         (spam-group-ham-processor-whitelist-p)
18062         (spam-group-ham-processor-BBDB-p)
18063         (spam-group-ham-processor-spamoracle-p)
18064         (spam-group-ham-processor-copy-p): Remove functions with some
18065         prejudice against unneeded code.
18066         (spam-report-articles-resend)
18067         (spam-report-resend-register-routine): Allow the group/topic
18068         spam-resend-to value to override spam-report-resend-to.
18069         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18070         properly now.
18071
18072         * gnus.el (spam-resend-to): Add group/topic parameter.
18073         (spam-process): Move the OBSOLETE processors to the end of the
18074         choices.
18075
18076 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18077
18078         * spam-report.el (spam-report-resend-to, spam-report-resend):
18079         Start with resend-to set to nil, and then ask the user if necessary.
18080         (spam-report-resend): spam-report-resend takes a list of articles, not
18081         separate article numbers.
18082
18083 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18086         addition to emacs-w3m.
18087
18088 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18089
18090         * assistant.el (assistant-authinfo-data): New function.
18091         (assistant-eval): Eval for entire assistant.
18092
18093         * netrc.el (netrc-services-file): New variable.
18094         (netrc-parse-services): New function.
18095         (netrc-find-service-name): New function.
18096         (netrc-find-service-number): New function.
18097         (netrc-port-equal): New function.
18098         (netrc-machine): Use it.
18099
18100         * nnimap.el (nnimap-open-connection): Use netrc.
18101
18102         * gnus-util.el (gnus-netrc-get): Remove aliases.
18103
18104         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18105
18106         * assistant.el (wid-edit): Fix compilation.
18107
18108         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18109
18110 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18111
18112         * gnus-util.el (gnus-set-file-modes): New function.  (small
18113         patch).
18114
18115 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18116
18117         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18118
18119         * assistant.el (assistant-render-node): Fix up rendering and
18120         read-only text.
18121         (assistant-render-node): Reset.
18122         (assistant-make-read-only): Not sticky.
18123
18124 2004-05-20  Danny Siu  <dsiu@adobe.com>
18125
18126         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18127         centered even when gnus-auto-center-summary is t.
18128
18129 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130
18131         * dns.el (dns-get-txt-answer): New function.
18132         (dns-read-txt): Ditto.
18133         (query-dns): Use it.
18134
18135 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18138         active for foreign groups even if the group level is higher than
18139         the specified value.
18140
18141 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142
18143         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18144         non-active groups.
18145
18146         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18147
18148 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18149
18150         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18151
18152 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18153
18154         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18155         (spam-crm114-header, spam-crm114-spam-switch)
18156         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18157         (spam-crm114-positive-spam-header)
18158         (spam-crm114-database-directory, spam-list-of-processors)
18159         (spam-group-spam-processor-crm114-p)
18160         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18161         (spam-generic-score, spam-list-of-checks)
18162         (spam-list-of-statistical-checks, spam-registration-functions)
18163         (spam-check-crm114-headers, spam-crm114-score)
18164         (spam-check-crm114, spam-crm114-register-with-crm114)
18165         (spam-crm114-register-spam-routine)
18166         (spam-crm114-unregister-spam-routine)
18167         (spam-crm114-register-ham-routine)
18168         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18169         From asjo@koldfront.dk (Adam Sjøgren).
18170
18171         * gnus.el: Add spam-use-crm114.
18172
18173         * spam.el (spam-list-of-processors, spam-registration-functions):
18174         Add spam-use-resend.
18175         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18176         (spam-report-articles-gmane): Add doc fix.
18177         (spam-report-articles-resend, spam-report-resend-register-routine):
18178         Add wrappers around spam-report-resend-to.
18179
18180         * spam-report.el (spam-report-resend-to, spam-report-resend):
18181         Add support for resending spam.
18182         (spam-report-gmane): Fix line length >80.
18183
18184         * gnus.el (spam-process): Add spam-use-resend.
18185
18186 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18187
18188         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18189         number of processed spam messages.
18190         (spam-ham-copy-or-move-routine): Return the number of processed
18191         ham messages.
18192         (spam-summary-prepare-exit): Use the above values to decide
18193         whether status messages shouled be displayed.
18194
18195 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18198         `rfc2047-encoding-function-alist' in order to avoid conflicting
18199         with the old version.
18200         (rfc2047-encode-region): Concatenate words containing non-ASCII
18201         characters in structured fields; don't encode space-delimited
18202         ASCII words even in unstructured fields; don't break words at
18203         char-category boundaries.
18204         (rfc2047-encode-1): New function.
18205         (rfc2047-encode): Use it; encode text so that it occupies the
18206         maximum width within 76-column; work correctly on Q encoding for
18207         iso-2022-* charsets.
18208         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18209         sure not to break a line just after the header name.
18210         (rfc2047-b-encode-region): Remove.
18211         (rfc2047-b-encode-string): New function.
18212         (rfc2047-q-encode-region): Remove.
18213         (rfc2047-q-encode-string): New function.
18214
18215         * mm-util.el (mm-replace-in-string): New function.
18216
18217 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18218
18219         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18220         Really get it right.
18221         (gnus-inews-make-draft): Really.
18222
18223 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18224
18225         * nnmh.el (nnmh-request-list-1): Don't check the link count
18226         before descending.  (small patch)
18227
18228 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18231         stuff.
18232
18233         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18234         Match on real group name.
18235
18236         * gnus-art.el (gnus-signature-limit): Doc fix.
18237
18238         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18239
18240         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18241
18242 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18243
18244         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18245         isn't a string.
18246
18247 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18248
18249         * gnus-draft.el (gnus-draft-send):
18250         Bind rfc2047-encode-encoded-words.
18251
18252         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18253         (rfc2047-encodable-p): Say that =? needs encoding.
18254         (rfc2047-encode-encoded-words): New variable.
18255
18256         * gnus-group.el (gnus-group-select-group): Doc fix.
18257
18258         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18259
18260         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18261         to nil.
18262
18263         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18264
18265         * nnheader.el (nnheader-get-lines-and-char): New function.
18266
18267 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * gnus-msg.el (gnus-summary-followup-with-original):
18270         Document yanking of region when active.
18271
18272 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18275         groups if the group level is higher than the specified value.
18276
18277 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18278
18279         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18280         (gnus-group-jump-to-group): Add prefix argument using
18281         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18282         non-active group.
18283
18284         * compface.el (uncompface): Be verbose when changing
18285         `uncompface-use-external'.
18286
18287         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18288         handle manual section.
18289
18290 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18291
18292         * gnus-art.el (gnus-button-alist): Revert previous change.
18293
18294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18295
18296         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18297
18298 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18301         whether backend can accept message.
18302
18303         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18304
18305 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18306
18307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18308         Avoid creating directory when nntp-marks-is-evil is true.
18309         Reported by Reiner Steib.
18310
18311 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * gnus-picon.el (gnus-picon-style): New variable.
18314         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18315         (gnus-picon-transform-address): Support `gnus-picon-style'.
18316         From Jesper Harder <harder@ifa.au.dk>.
18317
18318 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18319
18320         * message.el (message-fill-field): Return point.
18321         (message-generate-headers): Go to end of field.
18322
18323         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18324         stuff for non-living groups.
18325
18326 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18327
18328         * gnus-art.el (gnus-article-followup-with-original)
18329         (gnus-article-reply-with-original): gnus-mark-active-p ->
18330         gnus-region-active-p.
18331
18332 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18333
18334         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18335         only when there is spam or ham to be processed.
18336
18337 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * mail-source.el (mail-source-delete-crash-box): Refactor.
18340         (mail-source-fetch): Use it.
18341         (mail-source-fetch-file): Ditto.
18342         (mail-source-fetch-directory): Run postscript in loop.
18343         (mail-source-fetch-pop): Delete.
18344         (mail-source-fetch-maildir): Ditto.
18345         (mail-source-fetch-imap): Ditto.
18346
18347         * imap.el (imap-authenticators): Comment out sasl.
18348
18349         * message.el (message-skip-to-next-address): New function.
18350         (message-fill-header-address): Refactor.
18351         (message-fill-address): Use it.
18352         (message-delete-address): Use it.
18353         (message-fill-header-general): Refactor.
18354         (message-fill-field-address): Rename.
18355         (message-narrow-to-field): Find the start of the header.
18356         (message-header-format-alist): Don't pre-fill.
18357         (message-fill-header): Remove.
18358         (message-insert-header): New function.
18359         (message-shorten-references): Use it.
18360
18361         * rfc2047.el (rfc2047-field-value): Strip props.
18362
18363         * mail-parse.el (mail-header-make-address): New alias.
18364
18365         * ietf-drums.el (ietf-drums-make-address): New function.
18366
18367         * imap.el: Add compiler directives.
18368
18369         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18370
18371         * gnus-art.el (article-decode-idna-rhs): Don't use
18372         message-idna-inside-rhs-p.
18373
18374 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18375
18376         * message.el (message-idna-inside-rhs-p): Remove.
18377         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18378
18379         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18380         false positives.
18381
18382 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18383
18384         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18385
18386 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * nneething.el (nneething-file-name): Don't create spurious
18389         files.
18390
18391         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18392         (gnus-inews-do-gcc): Remove sleep.
18393
18394         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18395         part under point.
18396
18397         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18398         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18399
18400 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18401
18402         * spam.el (spam-summary-prepare-exit): Fix (length).
18403
18404 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18407         as expired without moving it" message when there are spam
18408         messages left.
18409
18410 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18411
18412         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18413         header is not nil.
18414
18415 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18416
18417         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18418         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18419         (nntp-marks-changed-p): New arg SERVER.
18420         (nntp-request-update-info): Adjust caller.
18421
18422 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18423
18424         * nntp.el (nntp-save-marks): Pass missing arg.
18425
18426 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18427
18428         * nntp.el: Support marks.
18429         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18430         (nntp-marks-modtime, nntp-marks-directory): New variables.
18431         (nntp-request-set-mark, nntp-request-update-info)
18432         (nntp-possibly-create-directory, nntp-marks-changed-p)
18433         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18434         New functions.
18435
18436 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18439         (gnus-xmas-redefine): Rename.
18440
18441         * gnus-score.el (gnus-score-insert-help):
18442         Use gnus-select-lowest-window.
18443
18444         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18445         appt-select-lowest-window and rename to gnus-select-lowest-window.
18446
18447         * gnus.el: do.
18448
18449 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18450
18451         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18452         encodings of MIME-encoded words, in order to improve
18453         interoperability with several broken MUAs.
18454
18455 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18456
18457         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18458         tags, only when charsets are not specified in headers.
18459         (mm-inline-text-html-render-with-w3m): Ditto.
18460
18461         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18462         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18463
18464 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18465
18466         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18467         instead of MIME-decoded from fields when checking
18468         `gnus-article-address-banner-alist'.
18469
18470 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18471
18472         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18473         description rather than subject.
18474
18475 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18476
18477         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18478
18479 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18480
18481         * gnus.el (gnus-version-number): Bump.
18482
18483 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18484
18485         * gnus.el: No Gnus v0.2 is released.
18486
18487 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18488
18489         * gnus-agent.el (gnus-agent-read-agentview):
18490         Inline gnus-uncompress-range.
18491
18492 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18493
18494         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18495         `exec-installed-p'.
18496
18497 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18498
18499         * gnus.el (spam-process, spam-autodetect-methods):
18500         Add bsfilter and bsfilter-headers.
18501
18502         * spam.el (spam-bsfilter): New customize group.
18503         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18504         (spam-bsfilter-header, spam-bsfilter-probability-header)
18505         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18506         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18507         (spam-bsfilter-database-directory): New options.
18508         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18509         (spam-list-of-statistical-checks, spam-registration-functions):
18510         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18511         (spam-bsfilter-score): New command.
18512         (spam-check-bsfilter-headers, spam-check-bsfilter)
18513         (spam-bsfilter-register-with-bsfilter)
18514         (spam-bsfilter-register-spam-routine)
18515         (spam-bsfilter-unregister-spam-routine)
18516         (spam-bsfilter-register-ham-routine)
18517         (spam-bsfilter-unregister-ham-routine): New functions.
18518         (spam-generic-score): Support bsfilter; Accept an optional argument
18519         to recalcurate spam score even if scoring header has already been
18520         added.
18521         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18522         optional argument to recalcurate spam score even if scoring header
18523         has already been added.
18524
18525 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18528         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18529         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18530         link is missing.
18531
18532 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18533
18534         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18535         (html2text-get-attr): Rewrite.
18536
18537         * message.el (message-setup-1): Remove redundant put-text-property
18538         on mail-header-separator.
18539
18540 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18541
18542         * gnus-registry.el (gnus-registry-cache-whitespace)
18543         (gnus-registry-action, gnus-registry-spool-action)
18544         (gnus-registry-split-fancy-with-parent): Change message levels
18545         from 5 to 3 or 7, as needed.
18546
18547         * spam.el (spam-summary-prepare-exit)
18548         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18549         (spam-split, spam-find-spam, spam-log-undo-registration)
18550         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18551         level from 5 to 6.
18552
18553 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18556         2004-03-04 change).
18557
18558 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18559
18560         * sieve-manage.el (sieve-manage-open):
18561         * nnweb.el (nnweb-insert-html):
18562         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18563         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18564         * nnspool.el (nnspool-request-group):
18565         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18566         * nnml.el (nnml-request-update-info):
18567         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18568         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18569         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18570         (nnimap-request-set-mark):
18571         * nnfolder.el (nnfolder-request-update-info):
18572         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18573         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18574         * gnus-uu.el (gnus-uu-find-articles-matching):
18575         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18576         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18577         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18578         * gnus-nocem.el (gnus-nocem-scan-groups):
18579         * gnus-int.el (gnus-start-news-server):
18580         * gnus-group.el (gnus-group-make-kiboze-group)
18581         (gnus-group-browse-foreign-server):
18582         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18583         Use mapc when appropriate.
18584
18585 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18586
18587         FIXME: Make separate entries for each person.
18588
18589         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18590         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18591         <shields@msrl.com>:
18592
18593         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18594         may need for spam sorting and scoring.
18595         (spam-user-format-function-S): Add user format function suitable for
18596         general use.
18597         (spam-article-sort-by-spam-status): Add sorting function for summary
18598         sorting.
18599         (spam-extra-header-to-number): Add function to get a score from a
18600         header.
18601         (spam-summary-score): Add function to get a numeric score from the
18602         headers.
18603         (spam-generic-score): Fix function doc, was in wrong place.
18604         (spam-initialize): Take symbols when it's run, and install the
18605         extra headers that spam-necessary-extra-headers thinks we need.
18606
18607 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18610         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18611
18612 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18613
18614         * gnus-sum.el (gnus-set-global-variables)
18615         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18616         (gnus-article-get-xrefs, gnus-summary-best-group)
18617         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18618         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18619         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18620         Use with-current-buffer.
18621
18622 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18623
18624         * spam.el (spam-summary-prepare-exit): Simplify logic.
18625         (spam-fetch-article-header): Read the article header if it's not
18626         available.
18627         (spam-list-articles): Simplify logic.
18628         (spam-filelist-register-routine): Fix bug with unregister-list.
18629
18630         * gnus-registry.el: Fix comments at beginning.
18631
18632 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18633
18634         * message.el (message-cater-to-broken-inn): Remove.
18635         (message-shorten-references): Make sure the total folded length of
18636         References is shorter than 998 characters to cater to a bug in INN
18637         2.3.  Also, don't pretend that references aren't folded -- this
18638         hasn't worked for a while.
18639
18640 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18641
18642         * gnus-agent.el (gnus-agentize):
18643         gnus-agent-send-mail-real-function no longer set to current value
18644         of message-send-mail-function but rather a lambda that calls
18645         message-send-mail-function.  The change makes the agent real-time
18646         responsive to user changes to message-send-mail-function.
18647
18648 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18649
18650         * legacy-gnus-agent.el
18651         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18652         help from Florian Weimer <fw@deneb.enyo.de>
18653
18654 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * nnmail.el (nnmail-cache-insert): Revert last change.
18657
18658 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * nnmail.el (nnmail-cache-insert): Always check whether
18661         nnmail-cache-ignore-groups matches a group name.
18662
18663 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18664
18665         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18666         (spam-find-spam, spam-log-processing-to-registry)
18667         (spam-log-registered-p, spam-log-unregistration-needed-p)
18668         (spam-log-undo-registration): Use gnus-message instead of
18669         gnus-error, none of these errors are fatal.
18670
18671         * gnus-registry.el (gnus-registry-clean-empty-function)
18672         (gnus-registry-clean-empty): Remove only empty entries without
18673         extra data.
18674
18675 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18676
18677         * spam-stat.el (spam-stat-buffer-change-to-spam)
18678         (spam-stat-buffer-change-to-non-spam): Change (error) to
18679         (gnus-message 8) invocation.
18680
18681 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * nntp.el (nntp-via-netcat-command): New variable.
18684         (nntp-via-netcat-switches): New variable.
18685         (nntp-open-via-rlogin-and-netcat): New function.
18686         (nntp-open-connection-function): Doc fix.
18687         (nntp-telnet-command): Doc fix.
18688         (nntp-end-of-line): Doc fix.
18689         (nntp-via-rlogin-command): Doc fix.
18690         (nntp-via-user-name): Doc fix.
18691         (nntp-via-address): Doc fix.
18692
18693 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18696         error in Emacs 21.1.
18697
18698 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18701
18702 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18703
18704         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18705         (gnus-agent-with-refreshed-group): New macro.
18706         (gnus-agent-rename-group): New function.
18707         (gnus-agent-delete-group): New function.
18708         (gnus-agent-save-group-info): Use gnus-command-method when
18709         `method' parameter is nil.  Don't write nil entries into the
18710         active file.
18711         (gnus-agent-get-group-info): New function.
18712         (gnus-agent-fetch-articles):
18713         Use gnus-agent-update-files-total-fetched-for to increment disk space
18714         used.
18715         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18716         Use gnus-agent-update-view-total-fetched-for to increment disk space
18717         used.
18718         (gnus-agent-get-local): Add optional parameters to avoid calling
18719         gnus-group-real-name and gnus-find-method-for-group.
18720         (gnus-agent-set-local): Delete stored entry if either min, or max,
18721         are nil.
18722         (gnus-agent-fetch-session): Reworded error/quit messages.
18723         On quit, use gnus-agent-regenerate-group to record existance of any
18724         articles fetched to disk before the quit occurred.
18725         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18726         gnus-agent-update-view-total-fetched-for, and
18727         gnus-agent-update-files-total-fetched-for to decrement disk space
18728         used.
18729         (gnus-agent-retrieve-headers):
18730         Use gnus-agent-update-view-total-fetched-for to increment disk space
18731         used.
18732         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18733         with gnus-agent-update-files-total-fetched-for to decrement disk
18734         space and fresh group buffer.
18735         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18736         (gnus-agent-need-update-total-fetched-for): New variable.
18737         (gnus-agent-update-files-total-fetched-for): New function.
18738         (gnus-agent-update-view-total-fetched-for): New function.
18739         (gnus-agent-total-fetched-for): New function.
18740
18741         * gnus-cache.el (gnus-cache-save-buffers):
18742         Use gnus-cache-update-overview-total-fetched-for to change disk space
18743         used by this group.
18744         (gnus-cache-possibly-enter-article):
18745         Use gnus-cache-update-file-total-fetched-for to increment disk space
18746         used by this group.
18747         (gnus-cache-possibly-remove-article):
18748         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18749         used by this group.
18750         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18751         (gnus-cache-rename-group): New function.
18752         (gnus-cache-delete-group): New function.
18753         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18754         (gnus-cache-need-update-total-fetched-for): New variable.
18755         (gnus-cache-with-refreshed-group): New macro.
18756         (gnus-cache-update-file-total-fetched-for): New function.
18757         (gnus-cache-update-overview-total-fetched-for): New function.
18758         (gnus-cache-rename-group-total-fetched-for): New function.
18759         (gnus-cache-delete-group-total-fetched-for): New function.
18760         (gnus-cache-total-fetched-for): New function.
18761
18762         * gnus-group.el: Require gnus-sum and autoload functions to
18763         resolve warnings when gnus-group.el compiled alone.
18764         (gnus-group-line-format): Documented new %F.
18765         (size of Fetched data) group line format; identifies disk space
18766         used by agent and cache.
18767         (gnus-group-line-format-alist): Defined new F format.
18768         (gnus-total-fetched-for): New function.
18769         (gnus-group-delete-group): No longer update
18770         gnus-cache-active-altered as gnus-request-delete-group now keeps
18771         the cache in sync.
18772         (gnus-group-list-active): Let the agent store a server's active
18773         list if currently plugged.
18774
18775         * gnus-int.el (gnus-request-delete-group):
18776         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18777         local disk in sync with the server.
18778         (gnus-request-rename-group):
18779         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18780         local disk in sync with the server.
18781
18782         * gnus-start.el (gnus-get-unread-articles):
18783         Cosmetic simplification to logic.
18784
18785         * gnus-util.el (gnus-rename-file): New function.
18786
18787 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18788
18789         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18790
18791 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18792
18793         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18794         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18795
18796 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18799         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18800
18801 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18802
18803         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18804
18805 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18806
18807         * spam.el (spam-set-difference): Add function to replace
18808         gnus-set-difference in spam.el.
18809         (spam-summary-prepare-exit): Use spam-set-difference.
18810
18811 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18812
18813         * gnus-registry.el (gnus-registry-cache-file): Update to use
18814         gnus-dribble-directory OR gnus-home-directory OR ~.
18815         (gnus-registry-split-fancy-with-parent): Fix doc.
18816
18817 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * message.el (message-exchange-point-and-mark):
18820         Use message-mark-active-p.  Suggested by Jesper Harder
18821         <harder@ifa.au.dk>.
18822
18823 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * message.el (message-exchange-point-and-mark): Don't activate
18826         region if it was inactive.  Suggested by Hiroshi Fujishima
18827         <pooh@nature.tsukuba.ac.jp>.
18828
18829 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-art.el (article-display-face): Display Faces in the same
18832         order as X-Faces.
18833
18834 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18837
18838 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18841         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18842         (gnus-article-mime-hierarchy): Remove.
18843         (gnus-article-mime-hierarchy-next): Remove.
18844         (gnus-article-mode): Revert 2004-03-19 change.
18845         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18846         (gnus-insert-mime-button): Revert 2004-03-19 change.
18847         (gnus-mime-accumulate-hierarchy): Remove.
18848         (gnus-mime-enter-multipart): Remove.
18849         (gnus-mime-leave-multipart): Remove.
18850         (gnus-mime-display-part): Revert 2004-03-19 change.
18851         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18852
18853         * mml.el (mml-preview): Revert 2004-03-19 change.
18854
18855 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18856
18857         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18858
18859 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18862         t while entering a file name using the mm-with-multibyte macro.
18863         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18864
18865         * mm-util.el (mm-with-multibyte): New macro.
18866
18867 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18870         New user option.
18871         (gnus-mime-multipart-functions): Doc and customization fix.
18872         (gnus-article-mime-hierarchy): New variable.
18873         (gnus-article-mime-hierarchy-next): New variable.
18874         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18875         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18876         gnus-article-mime-hierarchy-next to nil.
18877         (gnus-insert-mime-button): Show hierarchy numbers.
18878         (gnus-mime-accumulate-hierarchy): New function.
18879         (gnus-mime-enter-multipart): New function.
18880         (gnus-mime-leave-multipart): New function.
18881         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18882         (gnus-mime-display-alternative): Show hierarchy numbers.
18883
18884         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18885         gnus-article-mime-hierarchy-next to nil.
18886
18887 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18888
18889         * dns.el: Don't require gnus-xmas.
18890
18891 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18892
18893         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18894         inline PGP.
18895         (mml-menu): Disable mml-quote-region if mark is inactive.
18896
18897 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18900         when the group's active is not available.
18901
18902 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18905         error.
18906
18907 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18908
18909         * imap.el (imap-store-password): New variable.
18910         (imap-interactive-login): Use it.
18911         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18912
18913 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18916         window-start and hscroll to summary window.
18917
18918 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18919
18920         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18921         conversion message to newsrc-dribble when an actual conversion is
18922         performed.
18923
18924 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18925
18926         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18927
18928 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * mm-decode.el (mm-complicated-handles): New function reviving
18931         former definition of mm-multiple-handles.
18932
18933         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18934         (gnus-mime-delete-part): Use it.
18935
18936 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18937
18938         * gnus-agent.el (gnus-agent-read-local):
18939         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18940         avoid the implicit assumption that they will always be equal.
18941         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18942         coding-system-for-write, as the with-temp-file macro first prints
18943         to a buffer then saves the buffer.
18944
18945 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * gnus-art.el (gnus-article-edit-part): New function.
18948         (gnus-mime-save-part-and-strip): Use it; do query instead of
18949         signaling an error; don't use mm-multiple-handles.
18950         (gnus-mime-delete-part): Ditto.
18951
18952 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18953
18954         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18955         old file versions.
18956         (gnus-group-prepare-hook): Remove function that converted list
18957         form of gnus-agent-expire-days to group properties.
18958
18959         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18960         (gnus-request-accept-article): Re-indented.
18961
18962         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18963         converters to handle old agent file formats.  Add logic for a
18964         "backup before upgrading warning".
18965         (gnus-convert-mark-converter-prompt): Developers can mark
18966         functions as needing (default), or not needing,
18967         gnus-convert-old-newsrc's "backup before upgrading warning".
18968         (gnus-convert-converter-needs-prompt): Tests whether the user
18969         should be protected from potentially irreversable changes by the
18970         function.
18971
18972         * legacy-gnus-agent.el: New.  Provides converters that are only
18973         loaded when gnus-convert-old-newsrc needs to call them.
18974
18975 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mail-source.el (mail-source-touch-pop): Doc fix.
18978
18979         * message.el (message-smtpmail-send-it): Doc fix.
18980
18981 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18984
18985         * nnmail.el (nnmail-split-fancy): do.
18986
18987         * gnus-kill.el (gnus-kill, gnus-execute): do.
18988
18989 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18990
18991         * gnus-sum.el (gnus-widget-reversible-match)
18992         (gnus-widget-reversible-to-internal)
18993         (gnus-widget-reversible-to-external): New functions.
18994         (gnus-widget-reversible): New widget.
18995         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18996
18997 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18998
18999         * gnus-sum.el (gnus-thread-sort-functions)
19000         (gnus-article-sort-functions): Document `(not F)' items.
19001
19002 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19003
19004         * spam.el (spam-use-gmane-xref): Add new backend.
19005         (spam-gmane-xref-spam-group): Add variable to control the name of the
19006         Gmane spam group.
19007         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19008         (spam-regex-headers-spam, spam-regex-headers-ham)
19009         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19010         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19011         backends and checks.
19012         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19013
19014         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19015         an autodetect method.
19016
19017 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19018
19019         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19020         articles are being added to a group.
19021         (gnus-request-replace-article): Inform the agent that articles
19022         need to be uncached as the cached contents are no longer valid.
19023
19024 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * binhex.el: Don't autoload executable-find.
19027
19028         * canlock.el: Don't autoload mail-fetch-field.
19029
19030         * dgnushack.el: Autoload c-mode for XEmacs.
19031
19032         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19033
19034         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19035         rmail-dont-reply-to and rmail-output.
19036
19037         * gnus-score.el: Don't autoload ffap-string-at-point.
19038
19039         * gnus-setup.el: Don't autoload sc-cite-original.
19040
19041         * imap.el: Don't autoload base64-decode-string,
19042         base64-encode-string and md5.
19043
19044         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19045         and rmail-msg-restore-non-pruned-header.
19046
19047         * mm-decode.el: Don't autoload executable-find.
19048
19049         * mm-url.el: Don't autoload executable-find.
19050
19051         * mm-view.el: Don't autoload diff-mode.
19052
19053         * nndb.el: Don't autoload news-reply-mode, news-setup,
19054         cancel-timer and telnet.
19055
19056         * password.el: Don't autoload run-at-time for Emacs.
19057
19058         * sha1-el.el: Don't autoload executable-find.
19059
19060         * sieve-mode.el: Don't autoload c-mode.
19061
19062         * uudecode.el: Don't autoload executable-find.
19063
19064 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19065
19066         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19067         (gnus-agent-possibly-alter-active): Avoid null in numeric
19068         comparison.
19069         (gnus-agent-set-local): Refuse to save null in local object table.
19070         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19071         list of articles that will be marked as unread.
19072
19073 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19076
19077 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19078
19079         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19080         language tags.
19081
19082 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19083
19084         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19085         Don't bind "obarray".
19086
19087         * gnus-sum.el (gnus-thread-sort-functions):
19088         Add `gnus-thread-sort-by-most-recent-number' and
19089         `gnus-thread-sort-by-most-recent-date'.
19090         Reported by Kai Grossjohann <kai@emptydomain.de>.
19091
19092 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19095
19096 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19097
19098         * gnus-cus.el (gnus-agent-customize-category):
19099         Remove ignore-errors macro reference that required cl to be loaded at
19100         run-time.
19101
19102         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19103         single-interval range of the form (min . max).  Previously the
19104         range had to look like ((min . max)).  Likewise, return
19105         (min . max) rather than ((min . max)).
19106         (gnus-range-map): Use gnus-range-normalize to accept
19107         single-interval range.
19108
19109         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19110         the cache, but not the agent, now appear with their usual face.
19111
19112         * dgnushack.el (loaddir): New variable that is bound to the
19113         directory containing the dgnushack.el file. Use loaddir, rather
19114         than srcdir, to update load-path. Change lets dgnushack compile
19115         code in directories other than GNUS/lisp.
19116
19117 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * lpath.el: Don't bind w3m-safe-url-regexp.
19120
19121         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19122         w3m-safe-url-regexp variable buffer-local.
19123
19124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19125
19126 2004-02-27  Simon Josefsson  <jas@extundo.com>
19127
19128         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19129         gnus-group-real-prefix.
19130         (gnus-summary-move-article): Use it, instead of
19131         gnus-group-real-prefix.
19132
19133 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * lpath.el: Bind w3m-safe-url-regexp.
19136
19137         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19138         w3m-safe-url-regexp variable buffer-local and set it as the value
19139         of mm-w3m-safe-url-regexp.
19140
19141         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19142
19143         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19144         parsing gnus-posting-styles when the message is not for replying.
19145
19146         * dgnushack.el: Autoload sgml-mode for XEmacs.
19147
19148         * nnrss.el (nnrss-opml-export):
19149         Use mm-set-buffer-file-coding-system instead of
19150         set-buffer-file-coding-system.
19151
19152 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19153
19154         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19155         of checkdoc.el).
19156         * nnrss.el: do.
19157         * gnus-mlspl.el: do.
19158         * gnus-ml.el: do.
19159         * gnus-srvr.el: do.
19160
19161         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19162
19163 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19164
19165         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19166         Corrections to custom-manual links.
19167
19168         * gnus-art.el (gnus-article): Ditto.
19169
19170         * mm-decode.el (mime-display, mime-security): Ditto.
19171
19172 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19173
19174         * flow-fill.el: Typo.
19175
19176 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19177
19178         * spam-wash.el: New file.
19179
19180 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19181
19182         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19183
19184 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19185
19186         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19187         to be run with new-articles as LIST1, not LIST2.
19188         (spam-registration-functions): Add spam-use-ham-copy as a nil
19189         registration backend.
19190
19191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19192
19193         * spam-stat.el (spam-stat-washing-hook): New option.
19194         (spam-stat-buffer-words): Use it.
19195         (spam-stat-process-directory, spam-stat-test-directory):
19196         Use insert-file-contents-literally.
19197         (spam-stat-coding-system): New variable.
19198         (spam-stat-load, spam-stat-save): Use it.
19199
19200 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19201
19202         * spam-report.el (spam-report-plug-agent):
19203         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19204
19205 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19206
19207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19208         Allow / in mailto URLs.
19209
19210 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19211
19212         * spam-report.el (spam-report-process-queue): Fix interactive use.
19213         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19214         (spam-report-unplug-agent): Doc fixes.
19215         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19216         (spam-report-agentize, spam-report-deagentize): Autoload.
19217
19218 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19221
19222         * message.el (message-setup-fill-variables): Add mml tags to
19223         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19224         <ajk@iu.edu>.
19225         (message-mode): Don't modify paragraph-separate there.
19226
19227 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * compface.el (uncompface-use-external): Default to undecided.
19230         (uncompface-use-external-threshold): New variable.
19231         (uncompface-float-time): New macro.
19232         (uncompface): Determine whether to use the external decoder if
19233         uncompface-use-external is undecided.
19234
19235 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19238         after images.
19239
19240         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19241
19242 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19243
19244         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19245
19246         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19247
19248         * gnus-sum.el (gnus-summary-limit-to-age)
19249         (gnus-summary-limit-children): do.
19250
19251         * gnus-int.el (gnus-request-scan): do.
19252
19253         * gnus-group.el (gnus-group-suspend): do.
19254
19255         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19256
19257         * gnus-cite.el (gnus-cite-parse-attributions): do.
19258
19259         * gnus-agent.el (gnus-summary-set-agent-mark)
19260         (gnus-agent-regenerate-group): do.
19261
19262         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19263
19264         * binhex.el (binhex-decode-region-internal): do.
19265
19266 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * gnus-fun.el (gnus-face-properties-alist): New user option.
19269         (gnus-display-x-face-in-from): Use it.
19270
19271         * gnus-art.el (article-display-face): Ditto.
19272
19273         * compface.el (uncompface-use-external): Default to nil.
19274
19275 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19276
19277         * nntp.el (nntp-erase-buffer): New function.
19278         (nntp-retrieve-data, nntp-send-command)
19279         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19280         (nntp-possibly-change-group): Use it.
19281
19282         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19283         Use with-current-buffer.
19284
19285 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19286
19287         * compface.el: Merge the ELisp-based uncompface program.
19288         (compface): New customization group.
19289         (uncompface-use-external): New user option.
19290         (uncompface): Call uncompface-internal if uncompface-use-external
19291         is nil.
19292         (uncompface-internal): New function.  Note that there are also
19293         some other functions and variables added for this function.
19294
19295 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19296
19297         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19298         if necessary.
19299
19300 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19301
19302         * spam-report.el (spam-report-unplug-agent)
19303         (spam-report-plug-agent, spam-report-deagentize)
19304         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19305         Add support for the Agent in spam-report: when unplugged, report to a
19306         file; when plugged, submit all the requests.
19307
19308         * spam.el (spam-register-routine): Fix message about
19309         registration.
19310
19311 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19312
19313         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19314         dependencies.
19315         (rfc2047-encode): Use it.
19316
19317         * gnus-art.el (gnus-button-marker-list): Move before first
19318         reference.
19319
19320         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19321         (imap-parse-body): Fix format string mismatch.
19322
19323         * gnus-score.el (gnus-summary-increase-score): do.
19324
19325         * nnrss.el (nnrss-close): New function.
19326
19327 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19328
19329         * nnrss.el (nnrss-make-filename): New function.
19330         (nnrss-request-delete-group, nnrss-read-server-data)
19331         (nnrss-save-server-data, nnrss-read-group-data)
19332         (nnrss-save-group-data): Use it.
19333         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19334         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19335         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19336
19337 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19338
19339         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19340
19341 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19342
19343         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19344         files.
19345
19346         * message.el (message-generate-headers-first): Don't quote nil
19347         and t in docstrings.
19348
19349         * imap.el (imap-id): do.
19350
19351         * gnus-agent.el (gnus-agent-consider-all-articles)
19352         (gnus-agent-queue-mail): do.
19353
19354 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19355
19356         * spam-report.el (spam-report-process-queue): New function.
19357         Process requests from `spam-report-requests-file'.
19358         (spam-report-process-queue): Doc fix.
19359
19360 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19361
19362         * spam.el (spam-register-routine)
19363         (spam-log-processing-to-registry, spam-log-registered-p)
19364         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19365         Change "check" to "spam-check" for semi-clarity.
19366
19367 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * pop3.el: Require nnheader.
19370
19371         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19372
19373         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19374
19375         * gnus-picon.el: Require cl.
19376
19377         * gnus-fun.el: Require gnus-ems and gnus-util.
19378
19379         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19380
19381         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19382
19383         * gnus-art.el (gnus-article-edit-mode): Define before first
19384         reference.
19385
19386 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19387
19388         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19389         (gnus-uu-post-encoded): Use point-at-bol.
19390
19391         * gnus-topic.el (gnus-group-active-topic-p): do.
19392
19393         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19394
19395         * gnus-group.el (gnus-group-kill-region): do.
19396
19397         * gnus-art.el (article-date-ut): do.
19398
19399         * message.el (message-fetch-field): Remove redundant
19400         case-fold-search binding.
19401         (message-narrow-to-field): Simplify.
19402
19403 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19404
19405         * spam.el (spam-directory): Derive from `gnus-directory'.
19406
19407         * spam-report.el (spam-report-url-to-file)
19408         (spam-report-requests-file): New function and variable for offline
19409         reporting.
19410         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19411         and user defined function.
19412         (spam-report-url-ping-mm-url): Remove doubled slash.
19413
19414 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19415
19416         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19417
19418 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19419
19420         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19421         Fix format string mismatch.
19422
19423         * sieve.el (sieve-deactivate-all): do.
19424
19425         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19426
19427         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19428
19429         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19430
19431         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19432
19433 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19434
19435         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19436         the list of checks.
19437
19438 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19439
19440         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19441         padding.
19442
19443 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19444
19445         * mm-view.el (mm-fill-flowed): New variable.
19446         (mm-inline-text): Use it.
19447
19448 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19449
19450         * spam.el (spam-spamassassin-register-ham-routine)
19451         (spam-spamassassin-register-spam-routine): Fix function names.
19452
19453 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19454
19455         * gnus.el (gnus-tmp-grouplens): Remove.
19456         (gnus-summary-line-format): Remove grouplens.
19457
19458         * gnus-group.el (gnus-group-line-format): Ditto.
19459
19460         * gnus-spec.el (gnus-format-specs): Ditto.
19461         (gnus-update-format-specifications): Flush the group format spec
19462         cache if there's the grouplens stuff.
19463         (gnus-parse-simple-format): Replace %l with the empty string.
19464
19465 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19466
19467         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19468         omission.
19469
19470 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19474
19475 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19476
19477         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19478         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19479         New macros and functions.
19480         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19481         Handle > NLINK_MAX messages.
19482         * nnmaildir.el (nnmaildir-request-set-mark):
19483         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19484
19485 2004-01-25  Alex Schroeder  <alex@gnu.org>
19486
19487         * spam-stat.el (spam-stat-process-directory-age): New option.
19488         (spam-stat-process-directory): Use it.
19489
19490 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19491
19492         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19493         (spam-stat-save): Accept prefix argument.
19494
19495 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19496
19497         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19498         links" error.
19499
19500 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19503         the rest of the and/or forms.
19504
19505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19506
19507         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19508         compatibility with old .newsrc.eld files.
19509
19510         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19511
19512         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19513
19514         * gnus-start.el (gnus-1): do.
19515
19516         * gnus-group.el (gnus-group-line-format-alist): do.
19517
19518         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19519
19520         * gnus-gl.el: Remove.
19521
19522 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19523
19524         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19525         marks consisting of a single range {for example, (3 . 5)} rather
19526         than a list of a single range { ((3 . 5)) }.
19527
19528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19529
19530         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19531         Use with-current-buffer.
19532         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19533         avoid consing a string.
19534
19535         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19536         Remove obsolete entries for big5 and gb2312.
19537
19538 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19539
19540         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19541         uncompressed list.
19542
19543 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19544
19545         * spam-stat.el (spam-stat-strip-xref): New function.
19546         (spam-stat-process-directory): Use it.
19547
19548         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19549         here -- it's done in message-fetch-field.
19550
19551 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19552
19553         * gnus-agent.el (gnus-agent-queue-mail)
19554         (gnus-agent-prompt-send-queue): New variables.
19555         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19556         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19557         "nndraft:queue" along to gnus-draft-send.
19558         Use gnus-agent-prompt-send-queue.
19559         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19560         is "nndraft:queue".  Suggested by Gaute Strokkenes
19561         <gs234@srcf.ucam.org>
19562
19563         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19564         (agent-enable-undownloaded-faces): Add.
19565         (gnus-agent-cat-groups): Use eval-and-compile, not
19566         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19567         method of gnus-agent-cat-groups even when the buffer has been
19568         evaled.
19569         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19570         delete gnus-agent-save-active-1.
19571         (gnus-agent-save-groups): Delete.  Identical to
19572         gnus-agent-save-active.
19573         (gnus-agent-write-active): No longer adjust agent's copy of active
19574         file as agent's adjustments are now stored in their own
19575         file.  Remove optional parameter.
19576         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19577         servers.  Add use of min/max range limits from server's local
19578         file.
19579         (gnus-agent-save-alist): Remove unused optional argument.
19580         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19581         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19582         (gnus-agent-set-local): A per-server file that keeps min/max range
19583         limits for articles known to the agent.  Provides a fast mechanism
19584         for altering many active ranges.
19585         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19586         active file (local makes it unnecessary).
19587         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19588
19589         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19590         (agent-enable-undownloaded-faces): Add.
19591
19592         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19593         disable it when sending to "nndraft:queue".
19594         (gnus-group-send-queue): Add safety check to avoid sending queue
19595         when unplugged.
19596
19597         * gnus-group.el (gnus-group-catchup): Use new
19598         gnus-sequence-of-unread-articles, not
19599         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19600         numbers of articles.  Use gnus-range-map to avoid having to
19601         uncompress the unread list.
19602         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19603         Fix invalid ange-ftp reference.
19604
19605         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19606         (gnus-sorted-range-intersection): Intersection of two ranges
19607         without requiring that they first be uncompressed.
19608
19609         * gnus-start.el (gnus-activate-group): Unless blocked by the
19610         caller, possibly expand the active range to include both cached
19611         and agentized articles.
19612         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19613         multiple version-dependent converters.
19614         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19615         gnus-agent-save-active.
19616         (gnus-save-newsrc-file): Save dirty agent range limits.
19617
19618         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19619         gnus-agent-possibly-alter-active.
19620         (gnus-adjust-marked-articles): Faster handling of simple lists.
19621
19622 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19623
19624         * spam-stat.el (spam-stat-test-directory): New optional argument
19625         displays a list of files detected.  Suggested by Andrew Cohen
19626         <cohen@andy.bu.edu>.
19627         (spam-stat-buffer-words-with-scores): Don't narrow and change
19628         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19629
19630 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19631
19632         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19633         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19634         (spam-spamassassin-arguments)
19635         (spam-spamassassin-spam-flag-header)
19636         (spam-spamassassin-positive-spam-flag-header)
19637         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19638         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19639         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19640         (spam-list-of-processors, spam-list-of-checks)
19641         (spam-list-of-statistical-checks, spam-registration-functions)
19642         (spam-check-spamassassin-headers, spam-check-spamassassin)
19643         (spam-spamassassin-score)
19644         (spam-spamassassin-register-with-sa-learn)
19645         (spam-spamassassin-register-spam-routine)
19646         (spam-spamassassin-register-ham-routine)
19647         (spam-assassin-register-spam-routine)
19648         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19649         (spam-bogofilter-score): Fix to show article before scoring.
19650
19651 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19652
19653         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19654         default scoring function.
19655         (spam-generic-score): Call spam-spamassassin-score if
19656         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19657         spam-bogofilter-score otherwise.
19658
19659         * gnus.el (spam-process, spam-autodetect-methods):
19660         Add spamassassin and spamassassin-headers.
19661
19662 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19663
19664         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19665         Suppress unnecessary messages.
19666
19667 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19668
19669         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19670         make-hash-table.
19671
19672 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * canlock.el (base64-encode-string): Don't autoload it.
19675
19676 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19677
19678         * run-at-time.el: Remove useless (require 'itimer),
19679         eval-and-compile and (featurep 'xemacs).
19680
19681 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19682
19683         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19684         GROUP is a virtual group.
19685
19686 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19687
19688         * gnus.el: Autoload `message-y-or-n-p'.
19689
19690 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19691
19692         * pgg-parse.el: Remove unnecessary (require 'custom).
19693
19694         * pgg-def.el: do.
19695
19696         * nnmail.el: do.
19697
19698         * gnus-undo.el: do.
19699
19700         * gnus-picon.el: do.
19701
19702         * gnus-util.el: do.
19703
19704 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19705
19706         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19707
19708 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19711         handle, as well as a list.
19712
19713         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19714         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19715         (mm-w3m-cid-retrieve): Simplify.
19716
19717 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19718
19719         * message.el (message-kill-to-signature): Allow prefix arg to
19720         specify number of lines to keep before signature.
19721
19722 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19723
19724         * message.el (message-kill-to-signature): Change docstring.
19725
19726 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * canlock.el: Always require sha1-el.
19729         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19730
19731         * message.el: Autoload sha1 only when compiling.
19732
19733         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19734         eudc-expand-inline for XEmacs.
19735
19736 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19737
19738         * message.el (message-canlock-generate): Require sha1-el.
19739
19740 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19741
19742         * message.el (message-expand-name): Silence the byte compiler.
19743
19744         * lpath.el: Add detect-coding-system.
19745
19746         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19747         cus-edit.
19748
19749 2004-01-13  Simon Josefsson  <jas@extundo.com>
19750
19751         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19752         Invoke gnus-score-mode.
19753         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19754
19755         * gnus-range.el (gnus-compress-sequence): Doc fix.
19756         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19757
19758 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19759
19760         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19761
19762 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19763
19764         * spam.el (spam-get-article-as-string): Update to use
19765         gnus-request-article-this-buffer, much simpler.
19766         (spam-get-article-as-buffer): Remove.
19767
19768 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19769
19770         * message.el (message-expand-name): Use EUDC if the user uses that.
19771
19772 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19773
19774         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19775         character for the encoding to avoid consing a string.
19776
19777         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19778         unnecessarily.
19779
19780         * mm-util.el (mm-replace-chars-in-string): Remove.
19781
19782         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19783         of mm-replace-chars-in-string.
19784
19785 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19788
19789         * mm-util.el (mm-subst-char-in-string): Support inplace.
19790
19791         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19792         a new string in every iteration.  Use shy groups.
19793
19794 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19795
19796         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19797         * gnus-soup.el (gnus-soup-group-brew):
19798         * gnus-msg.el (gnus-put-message):
19799         * gnus-move.el (gnus-group-move-group-to-server):
19800         * gnus-kill.el (gnus-batch-score):
19801         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19802         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19803         (gnus-group-update-group, gnus-group-read-group)
19804         (gnus-group-make-group, gnus-group-make-help-group)
19805         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19806         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19807         (gnus-group-sort-by-unread, gnus-group-catchup)
19808         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19809         (gnus-group-yank-group, gnus-group-set-info)
19810         (gnus-group-list-groups):
19811         * gnus.el (gnus-generate-new-group-name):
19812         * gnus-delay.el (gnus-delay-send-queue):
19813         * nnvirtual.el (nnvirtual-catchup-group):
19814         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19815         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19816         (gnus-group-prepare-topics, gnus-topic-check-topology):
19817         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19818         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19819         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19820         (gnus-group-make-articles-read):
19821         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19822         (gnus-group-change-level, gnus-kill-newsgroup)
19823         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19824         (gnus-get-unread-articles, gnus-make-articles-unread)
19825         (gnus-make-ascending-articles-unread): Use accessor
19826         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19827         to get group information for improved readability.
19828
19829
19830 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * gnus-art.el (article-decode-mime-words, article-babel)
19833         (gnus-article-highlight-signature, gnus-article-add-buttons)
19834         (gnus-signature-toggle): Use gnus-with-article-buffer.
19835
19836         * gnus-art.el (gnus-article-highlight-headers)
19837         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19838
19839         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19840         (gnus-article-set-globals, gnus-request-article-this-buffer)
19841         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19842         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19843         (gnus-mime-display-alternative): Use with-current-buffer.
19844
19845 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19846
19847         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19848         also under 80 char limit, and call gnus-error if needed.
19849         (spam-fetch-article-header): Fix - it was a
19850         buffer-local variable (gnus-newsgroup-data).
19851         (spam-find-spam): Use spam-generate-fake-headers, forget about
19852         spam-insert-fake-headers.
19853         (spam-insert-fake-headers): Remove.
19854
19855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19856
19857         * deuglify.el (gnus-article-outlook-unwrap-lines)
19858         (gnus-outlook-rearrange-article)
19859         (gnus-outlook-repair-attribution-outlook)
19860         (gnus-outlook-repair-attribution-block)
19861         (gnus-outlook-repair-attribution-other): Remove redundant
19862         save-excursion.
19863
19864 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19865
19866         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19867         (spam-fetch-field-subject-fast)
19868         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19869         (spam-fetch-article-header): Add functions to deal with Gnus
19870         internals for fast retrieval of article header data.
19871         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19872
19873 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19874
19875         * pop3.el (pop3-md5): Remove.
19876         (pop3-apop): Replace pop3-md5 with md5.
19877
19878         * mm-bodies.el: base64 is always built-in.
19879
19880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19881         Use with-current-buffer.
19882
19883 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19884
19885         * canlock.el (canlock-insert-header): Remove excessive grouping in
19886         regexp.
19887
19888         * gnus-sum.el (gnus-summary-read-document): Ditto.
19889
19890         * gnus-uu.el (gnus-uu-part-number): Ditto.
19891
19892         * html2text.el (html2text-remove-tags): Ditto.
19893         (html2text-format-tags): Ditto.
19894         (html2text-format-single-elements): Ditto.
19895
19896         * mml.el (mml-parse-1): Ditto.
19897
19898 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19899
19900         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19901
19902         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19903
19904         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19905
19906         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19907
19908 2003-11-15  Simon Josefsson  <jas@extundo.com>
19909
19910         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19911         (pgg-gpg-lookup-key): Use regexp match instead of
19912         split-string (split-string is different between emacs 21.2 and
19913         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19914
19915 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19916
19917         * gnus-art.el (gnus-mime-view-all-parts)
19918         (gnus-article-part-wrapper, gnus-article-view-part):
19919         Use with-current-buffer.
19920
19921 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19922
19923         * spam.el (spam-disable-spam-split-during-ham-respool)
19924         (spam-spamoracle-database, spam-cache-lookups)
19925         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19926         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19927         (spam-group-ham-marks, spam-group-spam-marks)
19928         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19929         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19930         also add spam-use-blackholes to the statistical checks.
19931         (spam-fetch-field-fast): Add interface to fetching fields, may
19932         become a macro.
19933         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19934         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19935         (spam-insert-fake-headers): Fake an article when needed.
19936         (spam-find-spam): Fake article when possible.
19937         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19938         (spam-check-bogofilter-headers): Use message-fetch-field instead
19939         of nnmail-fetch-field.
19940
19941 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19944
19945 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19946
19947         * spam.el (spam-split): Do not require spam-use-CHECK to be
19948         enabled if that check is passed to spam-split explicitly; also
19949         fix so 'spam doesn't get converted to spam-split-group when
19950         spam-split-symbolic-return is t.
19951         (spam-find-spam): Find registrations of the article and use those
19952         instead of re-running spam-split to find the spam/ham
19953         classification of the article.
19954         (spam-log-processing-to-registry, spam-log-registered-p)
19955         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19956         Use gnus-error instead of gnus-message.
19957         (spam-log-registration-type): Add function to determine the
19958         classification of a message based on registry entries; will
19959         return nil if both 'spam and 'ham are found.
19960         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19961         a reasonably fast local cache without the loading errors.
19962         (spam-cache-lookups): Set to t by default.
19963         (spam-find-spam): Don't try to guess spam-cache-lookups.
19964         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19965         spam-caches entry.
19966         (spam-filelist-build-cache, spam-filelist-check-cache):
19967         Fix caching of whitelist/blacklist entries.
19968         (spam-check-whitelist, spam-check-blacklist):
19969         Invoke spam-from-listed-p with a type, not a cache variable.
19970         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19971
19972 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19973
19974         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19975
19976         * nnmail.el (nnmail-split-fancy): do.
19977
19978         * mml.el (mml-parse): do.
19979
19980         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19981         (gnus-score-adaptive): do.
19982
19983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19986         (gnus-mime-button-map): Don't set keymap parent.
19987         (gnus-button-ctan-directory-regexp): Use shy grouping.
19988         (gnus-prev-page-map): Don't set keymap parent.
19989         (gnus-prev-page-map): Remove duplicated one.
19990         (gnus-next-page-map): Don't set keymap parent.
19991         (gnus-mime-security-button-map): Ditto.
19992
19993         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19994         version number.
19995
19996         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19997
19998 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * canlock.el (canlock-sha1-function): Remove.
20001         (canlock-sha1-function-for-verify): Remove.
20002         (canlock-openssl-program): Remove.
20003         (canlock-openssl-args): Remove.
20004         (canlock-ignore-errors): Remove.
20005         (canlock-sha1-with-openssl): Remove.
20006         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20007         (canlock-verify): Don't use canlock-ignore-errors.
20008
20009         * sha1-el.el (sha1-string-external): Make it can return a string
20010         in binary form.
20011         (sha1-region-external): Ditto.
20012         (sha1-string-internal): Ditto.
20013         (sha1-region-internal): Ditto.
20014         (sha1-region): Ditto.
20015         (sha1-string): Ditto.
20016         (sha1): Ditto.
20017
20018 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20019
20020         * spam.el (spam-report-articles-gmane): New command.
20021
20022 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20025
20026         * run-at-time.el (run-at-time-saved): Remove.
20027         (run-at-time): Doc fix.
20028
20029 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20030
20031         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20032         (gnus-summary-limit-map): Add it.
20033         (gnus-summary-make-menu-bar): do.
20034
20035 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20036
20037         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20038         Make attempt at some caching support (done for BBDB only now).
20039         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20040         addresses to be checked.
20041         (spam-clear-cache-BBDB): Add function, to be invoked by
20042         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20043         (spam-check-BBDB): Check and use the caches, if
20044         spam-cache-lookups is on, remove superfluous (provide).
20045
20046 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20049
20050 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20051
20052         * run-at-time.el (run-at-time-saved): Move to after the definition
20053         of `run-at-time'.
20054
20055         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20056
20057 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20060         mm-w3m-local-map-property.
20061
20062         * mm-view.el (mm-w3m-mode-map): Remove.
20063         (mm-w3m-local-map-property): Remove.
20064         (mm-inline-text-html-render-with-w3m): Don't use
20065         mm-w3m-local-map-property.
20066
20067 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20068
20069         * run-at-time.el: New file.
20070
20071         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20072         under Emacs.
20073
20074         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20075         of gnus-set-text-properties.
20076
20077         * gnus-uu.el (gnus-uu-save-article): Ditto.
20078
20079         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20080
20081         * gnus-cite.el (gnus-cite-parse): Ditto.
20082
20083         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20084         of gnus-.
20085
20086         * gnus-xmas.el (run-at-time): Require run-at-time.
20087
20088         * gnus.el: Change calls to nnheader-run-at-time and
20089         password-run-at-time throughout to use run-at-time directly.
20090
20091         * password.el: Remove definition of run-at-time.
20092
20093         * nnheaderxm.el: Remove definition of run-at-time.
20094
20095 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20096
20097         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20098         in prompt.
20099
20100 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20101
20102         * messagexmas.el (message-xmas-redefine): Alias
20103         `message-make-caesar-translation-table' to
20104         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20105         version.
20106
20107         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20108         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20109         `gnus-xmas-set-text-properties'.
20110         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20111         `gnus-xmas-completing-read'.
20112         (gnus-xmas-completing-read): Removed.
20113         (gnus-xmas-open-network-stream): Removed.
20114
20115         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20116         XEmacs version.
20117
20118         * dns.el (dns-make-network-process): Use `open-network-stream'
20119         instead of `gnus-xmas-open-network-stream'.
20120
20121         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20122
20123         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20124
20125 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20126
20127         * gnus-art.el (gnus-mime-display-alternative)
20128         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20129         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20130         Don't use gnus-local-map-property.
20131
20132         * gnus-util.el (gnus-local-map-property): Remove.
20133
20134         * mm-view.el (mm-view-pkcs7-decrypt):
20135         Replace gnus-completing-read-maybe-default with completing-read.
20136
20137         * gnus-util.el (gnus-completing-read): do.
20138         (gnus-completing-read-maybe-default): Remove.
20139
20140 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20141
20142         * password.el: Only autoload `run-at-time' if not XEmacs.
20143         Only autoload the itimer functions if XEmacs.
20144
20145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20146
20147         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20148         XEmacsen.
20149
20150         * dgnushack.el: Autoload executable-find for XEmacs.
20151
20152 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20153
20154         * gnus-art.el (gnus-read-string): Remove.
20155         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20156         read-string.
20157
20158 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20159
20160         * netrc.el: Autoload password-read.
20161         (netrc): Add configuration group.
20162         (netrc-encoding-method, netrc-openssl-path):
20163         Add variables for encoding and decoding of files with symmetric
20164         ciphers.
20165         (netrc-encode): Add assistant function to encode a file with
20166         netrc-encoding-method.
20167         (netrc-parse): Add interactive parameter, added optional
20168         decoding if netrc-encoding-method is non-nil but otherwise
20169         behavior is standard.
20170         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20171         Do s/encode/encrypt/ everywhere.
20172
20173         * spam.el: Remove executable-find autoload.
20174
20175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20176
20177         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20178
20179         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20180
20181 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * gnus-art.el (gnus-treat-ansi-sequences)
20184         (article-treat-ansi-sequences): New variable and function.
20185         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20186
20187         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20188         Use it.
20189
20190 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20191
20192         * mm-util.el (mm-quote-arg): Remove.
20193
20194         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20195         shell-quote-argument.
20196
20197         * gnus-uu.el (gnus-uu-command): do.
20198
20199         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20200
20201         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20202         with make-char.
20203
20204         * mm-util.el (mm-make-char): Remove.
20205
20206         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20207         add-minor-mode.
20208
20209         * gnus-undo.el (gnus-undo-mode): do.
20210
20211         * gnus-topic.el (gnus-topic-mode): do.
20212
20213         * gnus-sum.el (gnus-dead-summary-mode): do.
20214
20215         * gnus-start.el (gnus-slave-mode): do.
20216
20217         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20218
20219         * gnus-ml.el (gnus-mailing-list-mode): do.
20220
20221         * gnus-gl.el (gnus-grouplens-mode): do.
20222
20223         * gnus-draft.el (gnus-draft-mode): do.
20224
20225         * gnus-dired.el (gnus-dired-mode): do.
20226
20227         * gnus-ems.el (gnus-add-minor-mode): Remove.
20228
20229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20230         Replace gnus-char-width with char-width.
20231
20232         * gnus-ems.el (gnus-char-width): Remove.
20233
20234         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20235         Replace gnus-char-width with char-width.
20236
20237         * gnus-ems.el (gnus-char-width): Remove.
20238
20239         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20240         definition.
20241         Remove Emacs 20 hash table compatibility code.
20242
20243         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20244         20 compatibility code.
20245
20246         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20247
20248         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20249
20250         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20251         Replace with point-at-{eol,bol}.
20252
20253         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20254
20255         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20256
20257         * flow-fill.el (fill-flowed-point-at-bol)
20258         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20259
20260         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20261         Replace with point-at-{eol,bol} throughout all files.
20262
20263 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * ntlm.el (ntlm-string-as-unibyte): New macro.
20266         (ntlm-build-auth-response): Use it.
20267
20268         Remove Emacs 20 stuff:
20269         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20270         (butlast, mapc, remove): Remove the compiler macros.
20271         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20272         of delq and copy-sequence.
20273         * gnus-art.el (popup-menu): Remove the compiler macro.
20274         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20275         Emacs 20.
20276
20277 2004-01-05  Simon Josefsson  <jas@extundo.com>
20278
20279         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20280         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20281         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20282         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20283         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20284         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20285         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20286         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20287         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20288         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20289         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20290         string-xor into ntlm-string-xor.
20291         Suggested by Jesper Harder <harder@myrealbox.com>.
20292
20293         * ntlm.el: Don't include poem.
20294
20295         * md4.el (print-int32, print-string-hexa): Remove.
20296         Suggested by Jesper Harder <harder@myrealbox.com>.
20297
20298         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20299
20300         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20301         probably breaks emacs with DL patch, but do we care? Is anyone
20302         still using the DL stuff?)
20303
20304         * sieve-manage.el: Use the password package.
20305         (sieve-manage-read-passwd): Remove.
20306         (sieve-manage-interactive-login): Use password.  Re-add
20307         condition-case around loop.
20308
20309         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20310         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20311         Use the password package.
20312
20313 2003-02-19  Simon Josefsson  <jas@extundo.com>
20314
20315         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20316         token.
20317
20318 2002-08-07  Simon Josefsson  <jas@extundo.com>
20319
20320         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20321         (sieve-manage-authenticators):
20322         (sieve-manage-authenticator-alist): Add some SASL mechs.
20323         (sieve-sasl-auth): New function.
20324         (sieve-manage-cram-md5-auth):
20325         (sieve-manage-plain-auth): Rewrite using SASL library.
20326         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20327         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20328         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20329         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20330
20331 2004-01-05  Simon Josefsson  <jas@extundo.com>
20332
20333         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20334         New files.
20335
20336 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20337
20338         * gnus-group.el (gnus-no-groups-message): Update.
20339
20340         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20341
20342 2003-11-09  Simon Josefsson  <jas@extundo.com>
20343
20344         * imap.el: Support for ID IMAP extension (RFC 2971).
20345         (imap-local-variables): Add imap-id.
20346         (imap-id): New variable.
20347         (imap-id): New function.
20348         (imap-parse-response): Parse untagged ID response.
20349         * nnimap.el (nnimap-id): New variable.
20350         (nnimap-open-connection): Use it.
20351
20352 2003-12-28  Simon Josefsson  <jas@extundo.com>
20353
20354         * gnus-score.el (gnus-score-edit-all-score): New.
20355         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20356
20357 2004-01-04  Simon Josefsson  <jas@extundo.com>
20358
20359         * password.el: Add.
20360
20361 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20362
20363         * dns.el (dns-query-types): Fix typo.
20364         (dns-query-types): New function.
20365         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20366         PTR and SOA replies, see RFC 1035.
20367
20368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20369
20370         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20371
20372         * Move to Changelog.2.
20373
20374 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20375
20376         * gnus.el (gnus-version-number): Bump version.
20377
20378 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20379
20380         * gnus.el: No Gnus v0.1 is released.
20381
20382 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20383
20384         * gnus.el: No Gnus v0.0 is released.
20385
20386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20387
20388         * gnus.el (gnus-version-number): Bump.
20389         (gnus-version): No.
20390
20391 See ChangeLog.2 for earlier changes.
20392
20393   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20394
20395   This file is part of GNU Emacs.
20396
20397   GNU Emacs is free software: you can redistribute it and/or modify
20398   it under the terms of the GNU General Public License as published by
20399   the Free Software Foundation, either version 3 of the License, or
20400   (at your option) any later version.
20401
20402   GNU Emacs is distributed in the hope that it will be useful,
20403   but WITHOUT ANY WARRANTY; without even the implied warranty of
20404   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20405   GNU General Public License for more details.
20406
20407   You should have received a copy of the GNU General Public License
20408   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20409
20410 ;; Local Variables:
20411 ;; coding: utf-8
20412 ;; fill-column: 79
20413 ;; add-log-time-zone-rule: t
20414 ;; End: